Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit af2b875

Browse files
authored
Merge pull request #47 from unkeyed/speakeasy-sdk-regen-1728692920
chore: 🐝 Update SDK - Generate 0.9.4
2 parents 668ea79 + acdfee3 commit af2b875

File tree

7 files changed

+32
-20
lines changed

7 files changed

+32
-20
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 4fc4737a-135f-4840-8e6d-42a2b2a2884b
33
management:
4-
docChecksum: 201100a27c99d39c54519cba61e1d787
4+
docChecksum: 59dd02148a920cd69cef637da74fab37
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.417.0
7-
generationVersion: 2.438.2
8-
releaseVersion: 0.9.3
9-
configChecksum: 2a2ffaaead538dd665c9a703866c62a5
6+
speakeasyVersion: 1.418.1
7+
generationVersion: 2.438.3
8+
releaseVersion: 0.9.4
9+
configChecksum: 117778630705356958a9f1d4317948b4
1010
repoURL: https://github.com/unkeyed/unkey-go.git
1111
installationURL: https://github.com/unkeyed/unkey-go
1212
features:

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: true
1414
go:
15-
version: 0.9.3
15+
version: 0.9.4
1616
additionalDependencies: {}
1717
allowUnknownFieldsInWeakUnions: false
1818
clientServerStatusCodesAsErrors: true

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.417.0
1+
speakeasyVersion: 1.418.1
22
sources:
33
openapi.json:
44
sourceNamespace: openapi-json
5-
sourceRevisionDigest: sha256:1320ea16df363df8b16b2695c58c19ed12ad1e623948a905420d15603cfdd3ac
6-
sourceBlobDigest: sha256:1b508a5b7bba1fa0fd5f0117d774cd2a8ee598b7439e8e4ae1bd42fbceef1ec1
5+
sourceRevisionDigest: sha256:f7da09f3f786a654f681968a9472f7b1fb1f2cfd28a5de9fb0e22eb28684b49e
6+
sourceBlobDigest: sha256:ccf76ebe23afdfc9add4a94cd104a04a6f32d14396733d0969409105e1e4f71e
77
tags:
88
- latest
99
- main
1010
targets:
1111
go:
1212
source: openapi.json
1313
sourceNamespace: openapi-json
14-
sourceRevisionDigest: sha256:1320ea16df363df8b16b2695c58c19ed12ad1e623948a905420d15603cfdd3ac
15-
sourceBlobDigest: sha256:1b508a5b7bba1fa0fd5f0117d774cd2a8ee598b7439e8e4ae1bd42fbceef1ec1
14+
sourceRevisionDigest: sha256:f7da09f3f786a654f681968a9472f7b1fb1f2cfd28a5de9fb0e22eb28684b49e
15+
sourceBlobDigest: sha256:ccf76ebe23afdfc9add4a94cd104a04a6f32d14396733d0969409105e1e4f71e
1616
workflow:
1717
workflowVersion: 1.0.0
1818
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,14 @@ Based on:
238238
### Generated
239239
- [go v0.9.3] .
240240
### Releases
241-
- [Go v0.9.3] https://github.com/unkeyed/unkey-go/releases/tag/v0.9.3 - .
241+
- [Go v0.9.3] https://github.com/unkeyed/unkey-go/releases/tag/v0.9.3 - .
242+
243+
## 2024-10-13 00:32:00
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc
247+
- Speakeasy CLI 1.418.1 (2.438.3) https://github.com/speakeasy-api/speakeasy
248+
### Generated
249+
- [go v0.9.4] .
250+
### Releases
251+
- [Go v0.9.4] https://github.com/unkeyed/unkey-go/releases/tag/v0.9.4 - .

β€Ždocs/models/operations/createidentityrequestbody.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
8-
| `ExternalID` | *string* | :heavy_check_mark: | The id of this identity in your system.<br/><br/>This usually comes from your authentication provider and could be a userId, organisationId or even an email.<br/>It does not matter what you use, as long as it uniquely identifies something in your application.<br/> | user_123 |
9-
| `Meta` | map[string]*any* | :heavy_minus_sign: | Attach metadata to this identity that you need to have access to when verifying a key.<br/><br/>This will be returned as part of the `verifyKey` response.<br/> | |
10-
| `Ratelimits` | [][operations.Ratelimits](../../models/operations/ratelimits.md) | :heavy_minus_sign: | Attach ratelimits to this identity.<br/><br/>When verifying keys, you can specify which limits you want to use and all keys attached to this identity, will share the limits. | |
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `ExternalID` | *string* | :heavy_check_mark: | The id of this identity in your system.<br/><br/>This usually comes from your authentication provider and could be a userId, organisationId or even an email.<br/>It does not matter what you use, as long as it uniquely identifies something in your application.<br/><br/>`externalId`s are unique across your workspace and therefore a `PRECONDITION_FAILED` error is returned when you try to create duplicates.<br/> | user_123 |
9+
| `Meta` | map[string]*any* | :heavy_minus_sign: | Attach metadata to this identity that you need to have access to when verifying a key.<br/><br/>This will be returned as part of the `verifyKey` response.<br/> | |
10+
| `Ratelimits` | [][operations.Ratelimits](../../models/operations/ratelimits.md) | :heavy_minus_sign: | Attach ratelimits to this identity.<br/><br/>When verifying keys, you can specify which limits you want to use and all keys attached to this identity, will share the limits. | |

β€Žmodels/operations/createidentity.goβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ type CreateIdentityRequestBody struct {
4242
// This usually comes from your authentication provider and could be a userId, organisationId or even an email.
4343
// It does not matter what you use, as long as it uniquely identifies something in your application.
4444
//
45+
// `externalId`s are unique across your workspace and therefore a `PRECONDITION_FAILED` error is returned when you try to create duplicates.
46+
//
4547
ExternalID string `json:"externalId"`
4648
// Attach metadata to this identity that you need to have access to when verifying a key.
4749
//

β€Žunkey.goβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ func New(opts ...SDKOption) *Unkey {
154154
sdkConfiguration: sdkConfiguration{
155155
Language: "go",
156156
OpenAPIDocVersion: "1.0.0",
157-
SDKVersion: "0.9.3",
158-
GenVersion: "2.438.2",
159-
UserAgent: "speakeasy-sdk/go 0.9.3 2.438.2 1.0.0 github.com/unkeyed/unkey-go",
157+
SDKVersion: "0.9.4",
158+
GenVersion: "2.438.3",
159+
UserAgent: "speakeasy-sdk/go 0.9.4 2.438.3 1.0.0 github.com/unkeyed/unkey-go",
160160
Hooks: hooks.New(),
161161
},
162162
}

0 commit comments

Comments
Β (0)