Skip to content

Commit 13fb685

Browse files
authored
Merge pull request #34 from unkeyed/speakeasy-sdk-regen-1763166057
chore: 🐝 Update SDK - Generate API-GO 2.3.0
2 parents 0a119b7 + 8dc3e59 commit 13fb685

30 files changed

+2839
-643
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sources:
66
sourceBlobDigest: sha256:61dd94490ef9a7f52417785a3f31bc889b0518fa5ad0a4ba72168138b8e0e9b7
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1765240221
9+
- speakeasy-sdk-regen-1763166057
1010
- 2.0.0
1111
api-python:
1212
sourceNamespace: api-python
@@ -20,10 +20,10 @@ targets:
2020
api-go:
2121
source: api
2222
sourceNamespace: api
23-
sourceRevisionDigest: sha256:d53696d49e82e71398423026b7805b3b786556aeeaa23651d4795ab441bb3146
24-
sourceBlobDigest: sha256:ea16672bb25c37b64f5960f85e644921e95e47a9f8cac39629e4ea503018a775
23+
sourceRevisionDigest: sha256:9e7111d0c845576ad4215b84d467fc902324cb84ba725d7e36923ee851b64080
24+
sourceBlobDigest: sha256:61dd94490ef9a7f52417785a3f31bc889b0518fa5ad0a4ba72168138b8e0e9b7
2525
codeSamplesNamespace: api-go-code-samples
26-
codeSamplesRevisionDigest: sha256:9075467a18b0c1cfbc5300ab088d5a664a531a02315239d41dc6449380ba4cae
26+
codeSamplesRevisionDigest: sha256:8f013813a6eba99e7554457acec7301f30735a88585e212c634af007812a55b5
2727
api-py:
2828
source: api-python
2929
sourceNamespace: api-python

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

Lines changed: 1886 additions & 382 deletions
Large diffs are not rendered by default.

β€Žapi/go/RELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,14 @@ Based on:
6868
### Generated
6969
- [go v2.2.1] api/go
7070
### Releases
71-
- [Go v2.2.1] https://github.com/unkeyed/sdks/releases/tag/api/go/v2.2.1 - api/go
71+
- [Go v2.2.1] https://github.com/unkeyed/sdks/releases/tag/api/go/v2.2.1 - api/go
72+
73+
## 2025-12-12 15:26:32
74+
### Changes
75+
Based on:
76+
- OpenAPI Doc
77+
- Speakeasy CLI 1.675.4 (2.779.2) https://github.com/speakeasy-api/speakeasy
78+
### Generated
79+
- [go v2.3.0] api/go
80+
### Releases
81+
- [Go v2.3.0] https://github.com/unkeyed/sdks/releases/tag/api/go/v2.3.0 - api/go

β€Žapi/go/docs/models/components/v2keysmigratekeydata.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žapi/go/docs/models/components/v2keysmigratekeysrequestbody.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-
| `MigrationID` | *string* | :heavy_check_mark: | Identifier of the configured migration provider/strategy to use (e.g., "your_company"). | your_company |
9-
| `APIID` | *string* | :heavy_check_mark: | The ID of the API that the keys should be inserted into | api_123456789 |
10-
| `Keys` | [][components.V2KeysMigrateKeyData](../../models/components/v2keysmigratekeydata.md) | :heavy_check_mark: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `MigrationID` | *string* | :heavy_check_mark: | Identifier of the configured migration provider/strategy to use (e.g., "your_company"). You will receive this from Unkey's support staff. | your_company |
9+
| `APIID` | *string* | :heavy_check_mark: | The ID of the API that the keys should be inserted into | api_123456789 |
10+
| `Keys` | [][components.V2KeysMigrateKeyData](../../models/components/v2keysmigratekeydata.md) | :heavy_check_mark: | N/A | |

β€Žapi/go/docs/sdks/analytics/README.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Analytics
2-
(*Analytics*)
32

43
## Overview
54

β€Žapi/go/docs/sdks/apis/README.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Apis
2-
(*Apis*)
32

43
## Overview
54

β€Žapi/go/docs/sdks/identities/README.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Identities
2-
(*Identities*)
32

43
## Overview
54

β€Žapi/go/docs/sdks/keys/README.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Keys
2-
(*Keys*)
32

43
## Overview
54

@@ -1140,7 +1139,7 @@ Your root key needs one of:
11401139
- `api.*.verify_key` (verify keys in any API)
11411140
- `api.<api_id>.verify_key` (verify keys in specific API)
11421141

1143-
If you are getting a NOT_FOUND error, ensure your root key has the required verify key permissions.
1142+
**Note**: If your root key has no verify permissions at all, you will receive a `403 Forbidden` error. If your root key has verify permissions for a different API than the key you're verifying, you will receive a `200` response with `code: NOT_FOUND` to avoid leaking key existence.
11441143

11451144

11461145
### Example Usage

β€Žapi/go/docs/sdks/permissions/README.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Permissions
2-
(*Permissions*)
32

43
## Overview
54

0 commit comments

Comments
Β (0)