Skip to content

Commit 20a8fe9

Browse files
chore: 🐝 Update SDK - Generate SDK TYPESCRIPT 1.9.17
1 parent b706a6a commit 20a8fe9

35 files changed

+141
-132
lines changed

.speakeasy/gen.lock

Lines changed: 69 additions & 70 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
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: false
2828
skipResponseBodyAssertions: false
2929
typescript:
30-
version: 1.9.16
30+
version: 1.9.17
3131
acceptHeaderEnum: true
3232
additionalDependencies:
3333
dependencies:

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.693.0
1+
speakeasyVersion: 1.697.2
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:608fe558b71fab58b8fb89bf2881deb463d4905e7550242bbb955f36f0d8c197
6-
sourceBlobDigest: sha256:cf2b2dbb0dc89deecf0b1631726d51ba2aff1d72e82e8715839bd6af8a111046
5+
sourceRevisionDigest: sha256:2363b982e5ab12fe17ea8c3b9ed17b078c8b3c9ec8cea30ea276e2ca257947cd
6+
sourceBlobDigest: sha256:faf79336784886dd074976020587115d48641105de7bc4b78c585fd7c1e3a87b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1769082386
9+
- speakeasy-sdk-regen-1769180959
1010
- 1.0.0
1111
targets:
1212
first-target:
@@ -17,10 +17,10 @@ targets:
1717
typescript:
1818
source: openapi
1919
sourceNamespace: openapi
20-
sourceRevisionDigest: sha256:608fe558b71fab58b8fb89bf2881deb463d4905e7550242bbb955f36f0d8c197
21-
sourceBlobDigest: sha256:cf2b2dbb0dc89deecf0b1631726d51ba2aff1d72e82e8715839bd6af8a111046
20+
sourceRevisionDigest: sha256:2363b982e5ab12fe17ea8c3b9ed17b078c8b3c9ec8cea30ea276e2ca257947cd
21+
sourceBlobDigest: sha256:faf79336784886dd074976020587115d48641105de7bc4b78c585fd7c1e3a87b
2222
codeSamplesNamespace: openapi-typescript-code-samples
23-
codeSamplesRevisionDigest: sha256:dfbfa12428c3a40b02e4786f5a7eaf9dd678af6717e78474fd10c2b82c66162a
23+
codeSamplesRevisionDigest: sha256:c7dce241192a69ba8c64942213a130c6053cf29b07f2a98acf723bbb6f137942
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,4 +1454,14 @@ Based on:
14541454
### Generated
14551455
- [typescript v1.9.16] .
14561456
### Releases
1457-
- [NPM v1.9.16] https://www.npmjs.com/package/@gr4vy/sdk/v/1.9.16 - .
1457+
- [NPM v1.9.16] https://www.npmjs.com/package/@gr4vy/sdk/v/1.9.16 - .
1458+
1459+
## 2026-01-23 15:08:54
1460+
### Changes
1461+
Based on:
1462+
- OpenAPI Doc
1463+
- Speakeasy CLI 1.697.2 (2.799.0) https://github.com/speakeasy-api/speakeasy
1464+
### Generated
1465+
- [typescript v1.9.17] .
1466+
### Releases
1467+
- [NPM v1.9.17] https://www.npmjs.com/package/@gr4vy/sdk/v/1.9.17 - .

docs/models/components/applepaypaymentmethodcreate.md

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

docs/models/components/cardwithurlpaymentmethodcreate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ let value: CardWithUrlPaymentMethodCreate = {
2525
| `cardType` | *string* | :heavy_minus_sign: | The type of the card used | credit |
2626
| `method` | *"card"* | :heavy_minus_sign: | Always `card` | card |
2727
| `securityCode` | *string* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |
28-
| `redirectUrl` | *string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
28+
| `redirectUrl` | *string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |

docs/models/components/checkoutsessionwithurlpaymentmethodcreate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ let value: CheckoutSessionWithUrlPaymentMethodCreate = {
2121
| `externalIdentifier` | *string* | :heavy_minus_sign: | The merchant reference that can be used to match the payment method against your own records. | card-12345 |
2222
| `buyerId` | *string* | :heavy_minus_sign: | The `id` of a stored buyer to use Use this instead of the `buyer_external_identifier`. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
2323
| `buyerExternalIdentifier` | *string* | :heavy_minus_sign: | The `external_identifier` of a stored buyer to use. Use this instead of the `buyer_id`. | buyer-12345 |
24-
| `redirectUrl` | *string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
24+
| `redirectUrl` | *string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |

docs/models/components/clicktopayfpanpaymentmethodcreate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ let value: ClickToPayFPANPaymentMethodCreate = {
2525
| `externalIdentifier` | *string* | :heavy_minus_sign: | The merchant reference for this payment method. | payment-method-12345 |
2626
| `cardType` | *string* | :heavy_minus_sign: | The type of the card used | credit |
2727
| `method` | *"click-to-pay"* | :heavy_check_mark: | Aways `click-to-pay`. | click-to-pay |
28-
| `redirectUrl` | *string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
28+
| `redirectUrl` | *string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |
2929
| `securityCode` | *any* | :heavy_minus_sign: | The 3 or 4 digit security code often found on the card. This often referred to as the CVV or CVD. | 123 |

docs/models/components/clicktopaypaymentmethodcreate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ let value: ClickToPayPaymentMethodCreate = {
2828
| `buyerId` | *string* | :heavy_minus_sign: | The ID of the buyer to associate this transaction to. | fe26475d-ec3e-4884-9553-f7356683f7f9 |
2929
| `buyerExternalIdentifier` | *string* | :heavy_minus_sign: | The external identifier of the buyer to create a transaction for. | buyer-12345 |
3030
| `externalIdentifier` | *string* | :heavy_minus_sign: | The external identifier of the payment method to filter by. | payment-method-12345 |
31-
| `redirectUrl` | *string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | |
31+
| `redirectUrl` | *string* | :heavy_minus_sign: | The URL to redirect a user back to after the complete 3DS in browser. | https://example.com |

docs/models/components/errordetail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ErrorDetail } from "@gr4vy/sdk/models/components";
77

88
let value: ErrorDetail = {
99
location: "header",
10-
pointer: "<value>",
10+
pointer: "/currency",
1111
message: "Unknown ISO 4217 currency code: USX",
1212
type: "value_error",
1313
};
@@ -18,6 +18,6 @@ let value: ErrorDetail = {
1818
| Field | Type | Required | Description | Example |
1919
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
2020
| `location` | [components.ErrorLocation](../../models/components/errorlocation.md) | :heavy_check_mark: | N/A | |
21-
| `pointer` | *string* | :heavy_check_mark: | A JSON pointer for the particular property that caused the error. | |
21+
| `pointer` | *string* | :heavy_check_mark: | A JSON pointer for the particular property that caused the error. | /currency |
2222
| `message` | *string* | :heavy_check_mark: | A human-readdable explanation of the error. | Unknown ISO 4217 currency code: USX |
2323
| `type` | *string* | :heavy_check_mark: | The type of error that was raised for this property. | value_error |

0 commit comments

Comments
 (0)