File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,19 @@ speakeasyVersion: 1.592.2
22sources:
33 api:
44 sourceNamespace: api
5- sourceRevisionDigest: sha256:e97dd711ce1c293625651e24a98c36834efd13fed0229a94071b78981d296fcc
6- sourceBlobDigest: sha256:4c172c8ad7a09aac2d61f896decd51ced672868f9051c226a1615657ade37d98
5+ sourceRevisionDigest: sha256:4d5e3d9962e2dd54f50c72022e2105eea5e45c8b126a880593d14bea9ec2c245
6+ sourceBlobDigest: sha256:6d16864099e145a7fb731b2d46a9ae642dd46485b5522d81ea7681feb8ff48ec
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1753950405
109 - 2.0.0
1110targets:
1211 api-go:
1312 source: api
1413 sourceNamespace: api
15- sourceRevisionDigest: sha256:e97dd711ce1c293625651e24a98c36834efd13fed0229a94071b78981d296fcc
16- sourceBlobDigest: sha256:4c172c8ad7a09aac2d61f896decd51ced672868f9051c226a1615657ade37d98
14+ sourceRevisionDigest: sha256:4d5e3d9962e2dd54f50c72022e2105eea5e45c8b126a880593d14bea9ec2c245
15+ sourceBlobDigest: sha256:6d16864099e145a7fb731b2d46a9ae642dd46485b5522d81ea7681feb8ff48ec
1716 codeSamplesNamespace: api-go-code-samples
18- codeSamplesRevisionDigest: sha256:1c0d29f1a8246716b4f5d08cc2ae6579145a25b4d4a45a7f116091e3ea793ce7
17+ codeSamplesRevisionDigest: sha256:ec2833eb0f42b4f0218a054ba776c8a0c0da8ca6964b289eb0c9e487e9501fe1
1918 api-py:
2019 source: api
2120 sourceNamespace: api
@@ -36,7 +35,7 @@ workflow:
3635 sources:
3736 api:
3837 inputs:
39- - location: https://raw.githubusercontent .com/unkeyed/unkey/refs/heads/main/go/apps/api/ openapi/openapi-generated .yaml
38+ - location: https://api.unkey .com/openapi.yaml
4039 registry:
4140 location: registry.speakeasyapi.dev/unkey/unkey/api
4241 targets:
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ management:
55 docVersion: 2.0.0
66 speakeasyVersion: 1.592.2
77 generationVersion: 2.668.4
8- releaseVersion: 2.0.0
9- configChecksum: 1e0606e9c1489575195d7473ff5ea3c1
8+ releaseVersion: 2.0.8
9+ configChecksum: a7fb54c9ae91feea53fbae86a1d486bf
1010 repoURL: https://github.com/unkeyed/sdks.git
1111 repoSubDirectory: api/go
12- installationURL: https://github.com/unkeyed/sdks/api/go
12+ installationURL: https://github.com/unkeyed/sdks/api/go/v2
1313features:
1414 go:
1515 additionalDependencies: 0.1.0
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ This structure ensures you always have the context needed to debug issues and ta
116116
117117To add the SDK as a dependency to your project:
118118``` bash
119- go get github.com/unkeyed/sdks/api/go
119+ go get github.com/unkeyed/sdks/api/go/v2
120120```
121121<!-- End SDK Installation [installation] -->
122122
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ generation:
2323go :
2424 version : 2.0.0
2525 additionalDependencies : {}
26- allowUnknownFieldsInWeakUnions : false
26+ allowUnknownFieldsInWeakUnions : true
2727 baseErrorName : UnkeyError
2828 clientServerStatusCodesAsErrors : true
2929 defaultErrorName : APIError
4242 methodArguments : require-security-and-request
4343 modulePath : github.com/unkeyed/sdks/api/go
4444 outputModelSuffix : output
45- packageName : github.com/unkeyed/sdks/api/go
4645 responseFormat : envelope-http
4746 sdkPackageAlias : unkey
4847 sdkPackageName : " "
You can’t perform that action at this time.
0 commit comments