Skip to content

Commit 99e1cee

Browse files
authored
Merge pull request #35 from apideck-libraries/speakeasy-sdk-regen-1741788466
chore: 🐝 Update SDK - Generate 0.20.1
2 parents 79ce5eb + f8483e9 commit 99e1cee

File tree

70 files changed

+769
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+769
-319
lines changed

.speakeasy/gen.lock

Lines changed: 18 additions & 17 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
typescript:
21-
version: 0.20.0
21+
version: 0.20.1
2222
additionalDependencies:
2323
dependencies: {}
2424
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.517.0
1+
speakeasyVersion: 1.523.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:fca9b28b9aea16ebfdbc0be883b32f23717cc34d392d29e4768b18cf0acaa5c5
6-
sourceBlobDigest: sha256:1db7c811aa3189e7bf5968cd9d7eeab51af6f5093e0c68671f671d1c56d98b86
5+
sourceRevisionDigest: sha256:19bcc0c88a46e37273f9a3c83a8cd769dded5dde226642447daf5758de511a91
6+
sourceBlobDigest: sha256:53708e30587d09cdcd934b6c7bf237861ff24b79984d14715567cda1bfe57379
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1741187365
10-
- 10.12.3
9+
- speakeasy-sdk-regen-1741788466
10+
- 10.12.4
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:fca9b28b9aea16ebfdbc0be883b32f23717cc34d392d29e4768b18cf0acaa5c5
16-
sourceBlobDigest: sha256:1db7c811aa3189e7bf5968cd9d7eeab51af6f5093e0c68671f671d1c56d98b86
15+
sourceRevisionDigest: sha256:19bcc0c88a46e37273f9a3c83a8cd769dded5dde226642447daf5758de511a91
16+
sourceBlobDigest: sha256:53708e30587d09cdcd934b6c7bf237861ff24b79984d14715567cda1bfe57379
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:cee5457f6c5f96a45d4db57886359b3817faea47e98ac2e2392f2a6afba6bde1
18+
codeSamplesRevisionDigest: sha256:4461acba57e911414c93de7b4a9d857dc7c8fc411db2134000df789df0942c95
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [typescript v0.20.0] .
200200
### Releases
201-
- [NPM v0.20.0] https://www.npmjs.com/package/@apideck/unify/v/0.20.0 - .
201+
- [NPM v0.20.0] https://www.npmjs.com/package/@apideck/unify/v/0.20.0 - .
202+
203+
## 2025-03-24 17:24:00
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.523.0 (2.559.0) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [typescript v0.20.1] .
210+
### Releases
211+
- [NPM v0.20.1] https://www.npmjs.com/package/@apideck/unify/v/0.20.1 - .

docs/models/components/address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let value: Address = {
3838
| Field | Type | Required | Description | Example |
3939
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
4040
| `id` | *string* | :heavy_minus_sign: | Unique identifier for the address. | 123 |
41-
| `type` | [components.AddressType](../../models/components/addresstype.md) | :heavy_minus_sign: | The type of address. | primary |
41+
| `type` | [components.Type](../../models/components/type.md) | :heavy_minus_sign: | The type of address. | primary |
4242
| `string` | *string* | :heavy_minus_sign: | The address string. Some APIs don't provide structured address data. | 25 Spring Street, Blackburn, VIC 3130 |
4343
| `name` | *string* | :heavy_minus_sign: | The name of the address. | HQ US |
4444
| `line1` | *string* | :heavy_minus_sign: | Line 1 of the address e.g. number, street, suite, apt #, etc. | Main street |

docs/models/components/addresstype.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/models/components/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ let value: Configuration = {
2222
"team",
2323
"general",
2424
],
25+
optionType: "simple",
2526
},
2627
],
28+
optionType: "group",
2729
},
2830
],
2931
value: 10.5,

docs/models/components/connection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ let value: Connection = {
7474
{
7575
label: "General Channel",
7676
value: 123,
77+
optionType: "simple",
7778
},
7879
],
80+
optionType: "group",
7981
},
8082
],
8183
value: 10.5,

docs/models/components/connectionconfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ let value: ConnectionConfiguration = {
1818
{
1919
label: "General Channel",
2020
value: true,
21+
optionType: "simple",
2122
},
2223
],
24+
optionType: "group",
2325
},
2426
],
2527
value: true,

docs/models/components/connectiondefaults.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ let value: ConnectionDefaults = {
1111
{
1212
label: "General Channel",
1313
value: 123,
14+
optionType: "simple",
1415
},
1516
],
1617
value: true,

0 commit comments

Comments
 (0)