Skip to content

Commit

Permalink
Merge pull request #34 from unkeyed/speakeasy-sdk-regen-1721906140
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.8.5
  • Loading branch information
chronark authored Jul 25, 2024
2 parents 3c5f317 + 8bdc519 commit ddd88b2
Show file tree
Hide file tree
Showing 10 changed files with 366 additions and 355 deletions.
16 changes: 8 additions & 8 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: 29e2d5c7a947cc6ebcfd6934ff2cb957
docChecksum: bc1da1acce65f91a3b2c34e4bed50abd
docVersion: 1.0.0
speakeasyVersion: 1.345.4
generationVersion: 2.378.3
releaseVersion: 0.8.4
configChecksum: 546bb4c4880914530e8fcbfb360083ca
releaseVersion: 0.8.5
configChecksum: db61df26b6a3193dc6016e9c09dd68cd
repoURL: https://github.com/unkeyed/unkey-go.git
installationURL: https://github.com/unkeyed/unkey-go
features:
Expand Down Expand Up @@ -58,7 +58,6 @@ generatedFiles:
- internal/utils/utils.go
- /models/operations/createapi.go
- /models/operations/deleteapi.go
- /models/operations/createidentity.go
- /models/operations/deleteeidentity.go
- /models/operations/v1liveness.go
- /models/operations/getkey.go
Expand Down Expand Up @@ -88,6 +87,7 @@ generatedFiles:
- /models/operations/deleterole.go
- /models/operations/getrole.go
- /models/operations/listroles.go
- /models/operations/createidentity.go
- /models/operations/getidentity.go
- /models/operations/listidentities.go
- /models/operations/updateidentity.go
Expand All @@ -110,10 +110,6 @@ generatedFiles:
- docs/models/operations/deleteapirequestbody.md
- docs/models/operations/deleteapiresponsebody.md
- docs/models/operations/deleteapiresponse.md
- docs/models/operations/ratelimits.md
- docs/models/operations/createidentityrequestbody.md
- docs/models/operations/createidentityresponsebody.md
- docs/models/operations/createidentityresponse.md
- docs/models/operations/deleteeidentityrequestbody.md
- docs/models/operations/deleteeidentityresponsebody.md
- docs/models/operations/deleteeidentityresponse.md
Expand Down Expand Up @@ -229,6 +225,10 @@ generatedFiles:
- docs/models/operations/getroleresponse.md
- docs/models/operations/listrolesresponsebody.md
- docs/models/operations/listrolesresponse.md
- docs/models/operations/ratelimits.md
- docs/models/operations/createidentityrequestbody.md
- docs/models/operations/createidentityresponsebody.md
- docs/models/operations/createidentityresponse.md
- docs/models/operations/getidentityrequest.md
- docs/models/operations/getidentityratelimits.md
- docs/models/operations/getidentityresponsebody.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.8.4
version: 0.8.5
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
11 changes: 6 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ speakeasyVersion: 1.345.4
sources:
openapi.json:
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:8e6e3223a485d24e81ef02f83949b08418d1d724e49b201ac14f3290001d84da
sourceBlobDigest: sha256:770d60d67406eff3aaa57132c5c0817dedbc3a003849434bd021d718acea605a
sourceRevisionDigest: sha256:a57484b1a5ce866820571881279a7ab56da10845800da20e5e6b5572e6fd514c
sourceBlobDigest: sha256:cc34429817765fc88ccb9ca9500472b42c4488e6b0de0b39c147f1625d52e82c
tags:
- latest
- main
targets:
go:
source: openapi.json
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:8e6e3223a485d24e81ef02f83949b08418d1d724e49b201ac14f3290001d84da
sourceBlobDigest: sha256:770d60d67406eff3aaa57132c5c0817dedbc3a003849434bd021d718acea605a
outLocation: /Users/andreasthomas/github/unkeyed/unkey-go
sourceRevisionDigest: sha256:a57484b1a5ce866820571881279a7ab56da10845800da20e5e6b5572e6fd514c
sourceBlobDigest: sha256:cc34429817765fc88ccb9ca9500472b42c4488e6b0de0b39c147f1625d52e82c
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func main() {

* [CreateAPI](docs/sdks/unkey/README.md#createapi)
* [DeleteAPI](docs/sdks/unkey/README.md#deleteapi)
* [CreateIdentity](docs/sdks/unkey/README.md#createidentity)
* [DeleteeIdentity](docs/sdks/unkey/README.md#deleteeidentity)

### [Liveness](docs/sdks/liveness/README.md)
Expand Down Expand Up @@ -107,6 +106,7 @@ func main() {

### [Identities](docs/sdks/identities/README.md)

* [CreateIdentity](docs/sdks/identities/README.md#createidentity)
* [GetIdentity](docs/sdks/identities/README.md#getidentity)
* [ListIdentities](docs/sdks/identities/README.md#listidentities)
* [UpdateIdentity](docs/sdks/identities/README.md#updateidentity)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,14 @@ Based on:
### Generated
- [go v0.8.1] .
### Releases
- [Go v0.8.1] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.1 - .
- [Go v0.8.1] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.1 - .

## 2024-07-25 11:15:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.345.4 (2.378.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.8.5] .
### Releases
- [Go v0.8.5] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.5 - .
10 changes: 5 additions & 5 deletions docs/models/operations/createidentityrequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

## Fields

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `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 |
| `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/> | |
| `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. | |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `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 |
| `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/> | |
| `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. | |
Loading

0 comments on commit ddd88b2

Please sign in to comment.