Skip to content

Commit c81f239

Browse files
authored
Merge pull request #56 from apideck-libraries/speakeasy-sdk-regen-1751018990
chore: 🐝 Update SDK - Generate 0.28.0
2 parents 712c925 + 303410f commit c81f239

File tree

321 files changed

+29627
-1115
lines changed

Some content is hidden

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

321 files changed

+29627
-1115
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/examples/node_modules
2+
.env
3+
.env.local
4+
.env.*.local
15
**/.speakeasy/temp/
26
**/.speakeasy/logs/
37
.speakeasy/temp/

.speakeasy/gen.lock

Lines changed: 122 additions & 29 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: true
2525
skipResponseBodyAssertions: false
2626
typescript:
27-
version: 0.27.0
27+
version: 0.28.0
2828
additionalDependencies:
2929
dependencies: {}
3030
devDependencies: {}
@@ -42,6 +42,7 @@ typescript:
4242
envVarPrefix: APIDECK
4343
flattenGlobalSecurity: true
4444
flatteningOrder: parameters-first
45+
generateExamples: true
4546
imports:
4647
option: openapi
4748
paths:

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.570.1
1+
speakeasyVersion: 1.580.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:cd7bcb597273e645372e3d29549f3d8238d12ddb7270a49f9dbef3ba54769014
6-
sourceBlobDigest: sha256:81651792afd1e134bbeb982e71cd4b435c32ef3a517799b0e0243c6434163311
5+
sourceRevisionDigest: sha256:4e5ea980efa2d844788144660b93b76802a197d99468a03154daa316091eefdd
6+
sourceBlobDigest: sha256:275db019e800ca2644dd66201d8dc33648dcf5a2bd807a3b52c6c78675f8be2e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1750931284
10-
- 10.18.0
9+
- speakeasy-sdk-regen-1751018990
10+
- 10.18.1
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:cd7bcb597273e645372e3d29549f3d8238d12ddb7270a49f9dbef3ba54769014
16-
sourceBlobDigest: sha256:81651792afd1e134bbeb982e71cd4b435c32ef3a517799b0e0243c6434163311
15+
sourceRevisionDigest: sha256:4e5ea980efa2d844788144660b93b76802a197d99468a03154daa316091eefdd
16+
sourceBlobDigest: sha256:275db019e800ca2644dd66201d8dc33648dcf5a2bd807a3b52c6c78675f8be2e
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:e59b882f8f97035149d98093ef388d40461b962968d6cd7b55a3589e2402be2b
18+
codeSamplesRevisionDigest: sha256:11e86a31768319599def9a30578391970db6d9c2046c0b8bc46ab0ecafd5a1fe
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,11 +1257,11 @@ run();
12571257
### Error Classes
12581258
**Primary errors:**
12591259
* [`ApideckError`](./src/models/errors/apideckerror.ts): The base class for HTTP error responses.
1260-
* [`UnauthorizedResponse`](docs/models/errors/unauthorizedresponse.md): Unauthorized. Status code `401`.
1261-
* [`PaymentRequiredResponse`](docs/models/errors/paymentrequiredresponse.md): Payment Required. Status code `402`.
1262-
* [`NotFoundResponse`](docs/models/errors/notfoundresponse.md): The specified resource was not found. Status code `404`. *
1263-
* [`BadRequestResponse`](docs/models/errors/badrequestresponse.md): Bad Request. Status code `400`. *
1264-
* [`UnprocessableResponse`](docs/models/errors/unprocessableresponse.md): Unprocessable. Status code `422`. *
1260+
* [`UnauthorizedResponse`](./src/models/errors/unauthorizedresponse.ts): Unauthorized. Status code `401`.
1261+
* [`PaymentRequiredResponse`](./src/models/errors/paymentrequiredresponse.ts): Payment Required. Status code `402`.
1262+
* [`NotFoundResponse`](./src/models/errors/notfoundresponse.ts): The specified resource was not found. Status code `404`. *
1263+
* [`BadRequestResponse`](./src/models/errors/badrequestresponse.ts): Bad Request. Status code `400`. *
1264+
* [`UnprocessableResponse`](./src/models/errors/unprocessableresponse.ts): Unprocessable. Status code `422`. *
12651265

12661266
<details><summary>Less common errors (6)</summary>
12671267

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,14 @@ Based on:
348348
### Generated
349349
- [typescript v0.27.0] .
350350
### Releases
351-
- [NPM v0.27.0] https://www.npmjs.com/package/@apideck/unify/v/0.27.0 - .
351+
- [NPM v0.27.0] https://www.npmjs.com/package/@apideck/unify/v/0.27.0 - .
352+
353+
## 2025-07-09 00:03:18
354+
### Changes
355+
Based on:
356+
- OpenAPI Doc
357+
- Speakeasy CLI 1.580.0 (2.654.2) https://github.com/speakeasy-api/speakeasy
358+
### Generated
359+
- [typescript v0.28.0] .
360+
### Releases
361+
- [NPM v0.28.0] https://www.npmjs.com/package/@apideck/unify/v/0.28.0 - .

docs/models/components/bankaccount.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ let value: BankAccount = {
1717
branchIdentifier: "001",
1818
bankCode: "BNH",
1919
currency: "USD",
20+
country: "US",
2021
};
2122
```
2223

@@ -34,4 +35,5 @@ let value: BankAccount = {
3435
| `bsbNumber` | *string* | :heavy_minus_sign: | A BSB is a 6 digit numeric code used for identifying the branch of an Australian or New Zealand bank or financial institution. | 062-001 |
3536
| `branchIdentifier` | *string* | :heavy_minus_sign: | A branch identifier is a unique identifier for a branch of a bank or financial institution. | 001 |
3637
| `bankCode` | *string* | :heavy_minus_sign: | A bank code is a code assigned by a central bank, a bank supervisory body or a Bankers Association in a country to all its licensed member banks or financial institutions. | BNH |
37-
| `currency` | [components.Currency](../../models/components/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
38+
| `currency` | [components.Currency](../../models/components/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
39+
| `country` | *string* | :heavy_minus_sign: | Country code according to ISO 3166-1 alpha-2. | US |

0 commit comments

Comments
 (0)