Skip to content

chore: 🐝 Update SDK - Generate 0.11.1 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/__pycache__/
**/.speakeasy/temp/
**/.speakeasy/logs/
.speakeasy/reports
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 8618b570-44d2-4c9e-aa91-d78e8fe5330e
management:
docChecksum: 5b76b5690abc6b64f298c78bc49b1cb3
docChecksum: 738d86fc87655134d50d10f5d1525a0d
docVersion: 1.0.0
speakeasyVersion: 1.542.3
generationVersion: 2.597.9
releaseVersion: 0.10.0
configChecksum: a49d81219a116475988c23ee6f1c6e37
releaseVersion: 0.11.1
configChecksum: e04dcd700f3af99e13ee26442d72a844
repoURL: https://github.com/unkeyed/unkey-py.git
installationURL: https://github.com/unkeyed/unkey-py.git
published: true
Expand Down Expand Up @@ -1012,7 +1012,7 @@ examples:
createPermission:
speakeasy-default-create-permission:
requestBody:
application/json: {"name": "record.write", "description": "record.write can create new dns records for our domains."}
application/json: {"name": "Can write records", "slug": "record.write", "description": "record.write can create new dns records for our domains."}
responses:
"200":
application/json: {"permissionId": "perm_123"}
Expand Down
6 changes: 5 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ generation:
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
Expand All @@ -19,12 +20,13 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 0.10.0
version: 0.11.1
additionalDependencies:
dev: {}
main: {}
authors:
- Speakeasy
baseErrorName: UnkeyError
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Python Client SDK for unkey.com.
Expand All @@ -47,8 +49,10 @@ python:
inputModelSuffix: input
maxMethodParams: 4
methodArguments: infer-optional-args
moduleName: ""
outputModelSuffix: output
packageName: unkey.py
pytestFilterWarnings: []
pytestTimeout: 0
responseFormat: envelope-http
templateVersion: v2
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.542.3
sources:
Unkey-OAS:
sourceNamespace: unkey-oas
sourceRevisionDigest: sha256:c4582b17b5db49f9a45062180f5555a72abef0188ba709e929272c85225abeff
sourceBlobDigest: sha256:1c41faf3ed61f8cd6f660239a0d124730ec6c2b09000b14c05d415c493b17d71
sourceRevisionDigest: sha256:351e87a89f87e9f41d8cdd9c7a846644f6a28d889fcb741dc12cbdf89b3497ed
sourceBlobDigest: sha256:33315b1dc3747f1f4b2ee7d5537215208a451e08e5fccd9598305b61a0a316cf
tags:
- latest
- speakeasy-sdk-regen-1739752037
- speakeasy-sdk-regen-1751069407
- 1.0.0
targets:
unkey:
source: Unkey-OAS
sourceNamespace: unkey-oas
sourceRevisionDigest: sha256:c4582b17b5db49f9a45062180f5555a72abef0188ba709e929272c85225abeff
sourceBlobDigest: sha256:1c41faf3ed61f8cd6f660239a0d124730ec6c2b09000b14c05d415c493b17d71
sourceRevisionDigest: sha256:351e87a89f87e9f41d8cdd9c7a846644f6a28d889fcb741dc12cbdf89b3497ed
sourceBlobDigest: sha256:33315b1dc3747f1f4b2ee7d5537215208a451e08e5fccd9598305b61a0a316cf
codeSamplesNamespace: unkey-oas-python-code-samples
codeSamplesRevisionDigest: sha256:2df834896b75976a16a6ccc505428d2e9553bfdb2d6366942ca24cb389635359
codeSamplesRevisionDigest: sha256:12ef0b11e5efec939efa05e23d7de67dfa6b781f61c81fe02b111d40586735a5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading