Skip to content

Commit

Permalink
Merge pull request #13 from unkeyed/speakeasy-sdk-regen-1717504135
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
chronark committed Jun 4, 2024
2 parents c9d44fe + 40937eb commit 9f429ff
Show file tree
Hide file tree
Showing 31 changed files with 939 additions and 66 deletions.
23 changes: 17 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
lockVersion: 2.0.0
id: 4fc4737a-135f-4840-8e6d-42a2b2a2884b
management:
docChecksum: 9ef18a373ab97ecd377d1039e3d02538
docChecksum: 3188b1c3a0851732a5d0f06231f3b62d
docVersion: 1.0.0
speakeasyVersion: 1.296.1
generationVersion: 2.338.1
releaseVersion: 0.3.0
configChecksum: 2498dd6a83123f53e18f3a1cf63243d3
speakeasyVersion: 1.299.6
generationVersion: 2.338.12
releaseVersion: 0.3.1
configChecksum: a9aa36dc0f0b5fa4a5fd7a8b4424246b
repoURL: https://github.com/unkeyed/unkey-go.git
installationURL: https://github.com/unkeyed/unkey-go
features:
go:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.4
core: 3.4.10
core: 3.4.11
deprecations: 2.81.1
globalSecurity: 2.82.9
globalSecurityCallbacks: 0.1.0
Expand Down Expand Up @@ -63,6 +63,7 @@ generatedFiles:
- /models/operations/deletekeys.go
- /models/operations/limit.go
- /models/operations/v1migrationscreatekeys.go
- /models/operations/v1migrationsenqueuekeys.go
- /models/components/httpmetadata.go
- /models/components/key.go
- /models/components/v1keysverifykeyresponse.go
Expand Down Expand Up @@ -135,6 +136,16 @@ generatedFiles:
- docs/models/operations/requestbody.md
- docs/models/operations/v1migrationscreatekeysresponsebody.md
- docs/models/operations/v1migrationscreatekeysresponse.md
- docs/models/operations/v1migrationsenqueuekeysvariant.md
- docs/models/operations/v1migrationsenqueuekeyshash.md
- docs/models/operations/v1migrationsenqueuekeysinterval.md
- docs/models/operations/v1migrationsenqueuekeysrefill.md
- docs/models/operations/v1migrationsenqueuekeystype.md
- docs/models/operations/v1migrationsenqueuekeysratelimit.md
- docs/models/operations/keys.md
- docs/models/operations/v1migrationsenqueuekeysrequestbody.md
- docs/models/operations/v1migrationsenqueuekeysresponsebody.md
- docs/models/operations/v1migrationsenqueuekeysresponse.md
- docs/models/components/httpmetadata.md
- docs/models/components/interval.md
- docs/models/components/refill.md
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
go:
version: 0.3.0
version: 0.3.1
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.296.1
speakeasyVersion: 1.299.6
sources:
openapi.json:
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:05b10ec1f0babf41de0f75b23d22fb8832b0be7a230046afcda6632b38133871
sourceBlobDigest: sha256:f8f5d1be63f97653cc910a7d31f5c89f65df52988c9fd4d1a303d7a5ecfaf4c1
sourceRevisionDigest: sha256:a2b5ad618b785ff72011e1081eedc6c8a8790b3447a31ad5ebad20c72acb2220
sourceBlobDigest: sha256:ba213955d102f59e4c11f384d41944a4d09ab26aea94f8bfb5cee29e0156e7f5
tags:
- latest
- main
targets:
go:
source: openapi.json
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:05b10ec1f0babf41de0f75b23d22fb8832b0be7a230046afcda6632b38133871
sourceBlobDigest: sha256:f8f5d1be63f97653cc910a7d31f5c89f65df52988c9fd4d1a303d7a5ecfaf4c1
sourceRevisionDigest: sha256:a2b5ad618b785ff72011e1081eedc6c8a8790b3447a31ad5ebad20c72acb2220
sourceBlobDigest: sha256:ba213955d102f59e4c11f384d41944a4d09ab26aea94f8bfb5cee29e0156e7f5
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func main() {
### [Migrations](docs/sdks/migrations/README.md)

* [V1MigrationsCreateKeys](docs/sdks/migrations/README.md#v1migrationscreatekeys)
* [V1MigrationsEnqueueKeys](docs/sdks/migrations/README.md#v1migrationsenqueuekeys)
<!-- End Available Resources and Operations [operations] -->

<!-- Start Error Handling [errors] -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ Based on:
### Generated
- [go v0.3.0] .
### Releases
- [Go v0.3.0] https://github.com/unkeyed/unkey-go/releases/tag/v0.3.0 - .
- [Go v0.3.0] https://github.com/unkeyed/unkey-go/releases/tag/v0.3.0 - .

## 2024-06-04 12:28:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.299.6 (2.338.12) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.3.1] .
### Releases
- [Go v0.3.1] https://github.com/unkeyed/unkey-go/releases/tag/v0.3.1 - .
4 changes: 2 additions & 2 deletions docs/models/components/v1keysverifykeyresponse.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/models/components/v1keysverifykeyresponseratelimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ The ratelimit configuration for this key. If this field is null or undefined, th

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| `Limit` | *float64* | :heavy_check_mark: | Maximum number of requests that can be made inside a window | 10 |
| `Remaining` | *float64* | :heavy_check_mark: | Remaining requests after this verification | 9 |
| `Reset` | *float64* | :heavy_check_mark: | Unix timestamp in milliseconds when the ratelimit will reset | 3600000 |
| `Limit` | *int64* | :heavy_check_mark: | Maximum number of requests that can be made inside a window | 10 |
| `Remaining` | *int64* | :heavy_check_mark: | Remaining requests after this verification | 9 |
| `Reset` | *int64* | :heavy_check_mark: | Unix timestamp in milliseconds when the ratelimit will reset | 3600000 |
Loading

0 comments on commit 9f429ff

Please sign in to comment.