Skip to content

Commit

Permalink
Merge pull request #32 from unkeyed/speakeasy-sdk-regen-1721435126
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
chronark committed Jul 20, 2024
2 parents 0630f42 + 30986a5 commit 562f9e8
Show file tree
Hide file tree
Showing 25 changed files with 110 additions and 100 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 4fc4737a-135f-4840-8e6d-42a2b2a2884b
management:
docChecksum: 75f7e089853056de07ee9bd3d0b1678d
docChecksum: 29e2d5c7a947cc6ebcfd6934ff2cb957
docVersion: 1.0.0
speakeasyVersion: 1.340.0
generationVersion: 2.375.5
releaseVersion: 0.8.0
configChecksum: f7715aaf0773d3aaeefa9a127727517d
speakeasyVersion: 1.344.1
generationVersion: 2.376.2
releaseVersion: 0.8.1
configChecksum: 59c27f74f558a409357571bf5f21de66
repoURL: https://github.com/unkeyed/unkey-go.git
installationURL: https://github.com/unkeyed/unkey-go
features:
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.8.0
version: 0.8.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.340.0
speakeasyVersion: 1.344.1
sources:
openapi.json:
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:8692dc0ff51ce0350cb69b2465bc3289d63a4986945e5574285cd187a05248c1
sourceBlobDigest: sha256:249aa19308afcc8b58771b1b2833cd720293edea20e33016faa4e23aef204656
sourceRevisionDigest: sha256:c3b38fb469289b8fdabbc28051440112c3199ee411dbf4336acd8b2c18a27263
sourceBlobDigest: sha256:2f792761f282e88f85c1494eb7e382e95031c0a7155cbb121aa049fb68473e55
tags:
- latest
- main
targets:
go:
source: openapi.json
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:8692dc0ff51ce0350cb69b2465bc3289d63a4986945e5574285cd187a05248c1
sourceBlobDigest: sha256:249aa19308afcc8b58771b1b2833cd720293edea20e33016faa4e23aef204656
sourceRevisionDigest: sha256:c3b38fb469289b8fdabbc28051440112c3199ee411dbf4336acd8b2c18a27263
sourceBlobDigest: sha256:2f792761f282e88f85c1494eb7e382e95031c0a7155cbb121aa049fb68473e55
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,14 @@ Based on:
### Generated
- [go v0.8.0] .
### Releases
- [Go v0.8.0] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.0 - .
- [Go v0.8.0] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.0 - .

## 2024-07-20 00:25:24
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.344.1 (2.376.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.8.1] .
### Releases
- [Go v0.8.1] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.1 - .
10 changes: 5 additions & 5 deletions docs/models/components/key.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/components/ratelimits.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `Name` | *string* | :heavy_check_mark: | The name of the ratelimit. | tokens |
| `Cost` | **int64* | :heavy_minus_sign: | Optionally override how expensive this operation is and how many tokens are deducted from the current limit. | |
| `Limit` | **float64* | :heavy_minus_sign: | Optionally override the limit. | |
| `Duration` | **float64* | :heavy_minus_sign: | Optionally override the ratelimit window duration. | |
| `Limit` | **int64* | :heavy_minus_sign: | Optionally override the limit. | |
| `Duration` | **int64* | :heavy_minus_sign: | Optionally override the ratelimit window duration. | |
2 changes: 1 addition & 1 deletion docs/models/components/refill.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Unkey allows you to refill remaining verifications on a key on a regular interva
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| `Interval` | [components.Interval](../../models/components/interval.md) | :heavy_check_mark: | Determines the rate at which verifications will be refilled. | daily |
| `Amount` | *int64* | :heavy_check_mark: | Resets `remaining` to this value every interval. | 100 |
| `LastRefillAt` | **float64* | :heavy_minus_sign: | The unix timestamp in miliseconds when the key was last refilled. | 100 |
| `LastRefillAt` | **int64* | :heavy_minus_sign: | The unix timestamp in miliseconds when the key was last refilled. | 100 |
2 changes: 1 addition & 1 deletion docs/models/operations/deletekeysresponsebody.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ The keys have been deleted

| Field | Type | Required | Description |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `DeletedKeys` | *float64* | :heavy_check_mark: | The number of keys that were deleted |
| `DeletedKeys` | *int64* | :heavy_check_mark: | The number of keys that were deleted |
4 changes: 2 additions & 2 deletions docs/models/operations/getidentityratelimits.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `Name` | *string* | :heavy_check_mark: | The name of this limit. You will need to use this again when verifying a key. | tokens |
| `Limit` | *float64* | :heavy_check_mark: | How many requests may pass within a given window before requests are rejected. | 10 |
| `Duration` | *float64* | :heavy_check_mark: | The duration for each ratelimit window in milliseconds. | 1000 |
| `Limit` | *int64* | :heavy_check_mark: | How many requests may pass within a given window before requests are rejected. | 10 |
| `Duration` | *int64* | :heavy_check_mark: | The duration for each ratelimit window in milliseconds. | 1000 |
4 changes: 2 additions & 2 deletions docs/models/operations/listidentitiesratelimits.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `Name` | *string* | :heavy_check_mark: | The name of this limit. You will need to use this again when verifying a key. | tokens |
| `Limit` | *float64* | :heavy_check_mark: | How many requests may pass within a given window before requests are rejected. | 10 |
| `Duration` | *float64* | :heavy_check_mark: | The duration for each ratelimit window in milliseconds. | 1000 |
| `Limit` | *int64* | :heavy_check_mark: | How many requests may pass within a given window before requests are rejected. | 10 |
| `Duration` | *int64* | :heavy_check_mark: | The duration for each ratelimit window in milliseconds. | 1000 |
4 changes: 2 additions & 2 deletions docs/models/operations/ratelimits.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `Name` | *string* | :heavy_check_mark: | The name of this limit. You will need to use this again when verifying a key. | tokens |
| `Limit` | *float64* | :heavy_check_mark: | How many requests may pass within a given window before requests are rejected. | 10 |
| `Duration` | *float64* | :heavy_check_mark: | The duration for each ratelimit window in milliseconds. | 1000 |
| `Limit` | *int64* | :heavy_check_mark: | How many requests may pass within a given window before requests are rejected. | 10 |
| `Duration` | *int64* | :heavy_check_mark: | The duration for each ratelimit window in milliseconds. | 1000 |
Loading

0 comments on commit 562f9e8

Please sign in to comment.