Skip to content

Commit ef42e95

Browse files
chore: 🐝 Update SDK - Generate SDK TYPESCRIPT 1.1.7
1 parent 7cf5b9d commit ef42e95

File tree

10 files changed

+37
-27
lines changed

10 files changed

+37
-27
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 51cb4b7f-adbc-475c-a495-d8672b13ce8e
33
management:
4-
docChecksum: 32d5175b8c95a916481e103c6fc9606b
4+
docChecksum: 61f24cbf7a97c2226c508d6e54346f2a
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.580.1
7-
generationVersion: 2.656.3
8-
releaseVersion: 1.1.6
9-
configChecksum: 1d717545820c7a382f2e7f2f1b85f9e6
6+
speakeasyVersion: 1.581.0
7+
generationVersion: 2.656.5
8+
releaseVersion: 1.1.7
9+
configChecksum: 0dfbcf625be1b76bf7aa63f264e8c88e
1010
repoURL: https://github.com/gr4vy/gr4vy-typescript.git
1111
installationURL: https://github.com/gr4vy/gr4vy-typescript
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
typescript:
24-
version: 1.1.6
24+
version: 1.1.7
2525
additionalDependencies:
2626
dependencies:
2727
'@trust/keyto': ^1.0.1

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.580.1
1+
speakeasyVersion: 1.581.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:3fa6b351580afd7b346b67a7ff69851da4bf099516fb20036e066028bf4f39b3
6-
sourceBlobDigest: sha256:b14c7dbc28ba76b03b1a6074556c7b99381a0910dc0d6699f7534a5d1b4ca32b
5+
sourceRevisionDigest: sha256:06d564d4581785178485c62f9a529fc82329775dac5fe60b4ec011db959bf02d
6+
sourceBlobDigest: sha256:740a87a15abc3e5b7d7b3690a8412f9eb0dc99f6696caba4ca0209e975dfa9e2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752107262
9+
- speakeasy-sdk-regen-1752486157
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:3fa6b351580afd7b346b67a7ff69851da4bf099516fb20036e066028bf4f39b3
21-
sourceBlobDigest: sha256:b14c7dbc28ba76b03b1a6074556c7b99381a0910dc0d6699f7534a5d1b4ca32b
20+
sourceRevisionDigest: sha256:06d564d4581785178485c62f9a529fc82329775dac5fe60b4ec011db959bf02d
21+
sourceBlobDigest: sha256:740a87a15abc3e5b7d7b3690a8412f9eb0dc99f6696caba4ca0209e975dfa9e2
2222
codeSamplesNamespace: openapi-typescript-code-samples
23-
codeSamplesRevisionDigest: sha256:0e753c04c07dc5e44dfdc0dcb070b0439bc6f95ba965cd7377b2116ffdc1034a
23+
codeSamplesRevisionDigest: sha256:2124737afa59ff135d13d3fbf00ed5306f93d2c2fe5a7a85e813ecebd70567ab
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
@@ -514,4 +514,14 @@ Based on:
514514
### Generated
515515
- [typescript v1.1.6] .
516516
### Releases
517-
- [NPM v1.1.6] https://www.npmjs.com/package/@gr4vy/sdk/v/1.1.6 - .
517+
- [NPM v1.1.6] https://www.npmjs.com/package/@gr4vy/sdk/v/1.1.6 - .
518+
519+
## 2025-07-14 09:42:21
520+
### Changes
521+
Based on:
522+
- OpenAPI Doc
523+
- Speakeasy CLI 1.581.0 (2.656.5) https://github.com/speakeasy-api/speakeasy
524+
### Generated
525+
- [typescript v1.1.7] .
526+
### Releases
527+
- [NPM v1.1.7] https://www.npmjs.com/package/@gr4vy/sdk/v/1.1.7 - .

docs/models/operations/listtransactionsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let value: ListTransactionsRequest = {};
3737
| `paymentServiceId` | *string*[] | :heavy_minus_sign: | Filters for transactions that were processed by the provided `payment_service_id` values. | [<br/>"fffd152a-9532-4087-9a4f-de58754210f0"<br/>] |
3838
| `paymentMethodId` | *string* | :heavy_minus_sign: | N/A | ef9496d8-53a5-4aad-8ca2-00eb68334389 |
3939
| `paymentMethodLabel` | *string* | :heavy_minus_sign: | N/A | 1234 |
40-
| `paymentMethodScheme` | *string* | :heavy_minus_sign: | Filters for transactions that have a payment method with a scheme that matches with the provided value. | [<br/>"visa"<br/>] |
40+
| `paymentMethodScheme` | *string*[] | :heavy_minus_sign: | Filters for transactions where the `payment_method_scheme` matches one of the provided values. | [<br/>"visa"<br/>] |
4141
| `paymentMethodCountry` | *string* | :heavy_minus_sign: | Filters for transactions that have a payment method with a country that matches with the provided value. | [<br/>"US"<br/>] |
4242
| `paymentMethodFingerprint` | *string* | :heavy_minus_sign: | N/A | a50b85c200ee0795d6fd33a5c66f37a4564f554355c5b46a756aac485dd168a4 |
4343
| `method` | [components.Method](../../models/components/method.md)[] | :heavy_minus_sign: | Filters for transactions that have matching `method` values. | card |

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@gr4vy/sdk",
5-
"version": "1.1.6",
5+
"version": "1.1.7",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gr4vy/sdk",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"author": "Gr4vy",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
7777
export const SDK_METADATA = {
7878
language: "typescript",
7979
openapiDocVersion: "1.0.0",
80-
sdkVersion: "1.1.6",
81-
genVersion: "2.656.3",
82-
userAgent: "speakeasy-sdk/typescript 1.1.6 2.656.3 1.0.0 @gr4vy/sdk",
80+
sdkVersion: "1.1.7",
81+
genVersion: "2.656.5",
82+
userAgent: "speakeasy-sdk/typescript 1.1.7 2.656.5 1.0.0 @gr4vy/sdk",
8383
} as const;

src/models/operations/listtransactions.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ export type ListTransactionsRequest = {
8585
paymentMethodId?: string | null | undefined;
8686
paymentMethodLabel?: string | null | undefined;
8787
/**
88-
* Filters for transactions that have a payment method with a scheme that matches with the provided value.
88+
* Filters for transactions where the `payment_method_scheme` matches one of the provided values.
8989
*/
90-
paymentMethodScheme?: string | null | undefined;
90+
paymentMethodScheme?: Array<string> | null | undefined;
9191
/**
9292
* Filters for transactions that have a payment method with a country that matches with the provided value.
9393
*/
@@ -257,7 +257,7 @@ export const ListTransactionsRequest$inboundSchema: z.ZodType<
257257
payment_service_id: z.nullable(z.array(z.string())).optional(),
258258
payment_method_id: z.nullable(z.string()).optional(),
259259
payment_method_label: z.nullable(z.string()).optional(),
260-
payment_method_scheme: z.nullable(z.string()).optional(),
260+
payment_method_scheme: z.nullable(z.array(z.string())).optional(),
261261
payment_method_country: z.nullable(z.string()).optional(),
262262
payment_method_fingerprint: z.nullable(z.string()).optional(),
263263
method: z.nullable(z.array(components.Method$inboundSchema)).optional(),
@@ -344,7 +344,7 @@ export type ListTransactionsRequest$Outbound = {
344344
payment_service_id?: Array<string> | null | undefined;
345345
payment_method_id?: string | null | undefined;
346346
payment_method_label?: string | null | undefined;
347-
payment_method_scheme?: string | null | undefined;
347+
payment_method_scheme?: Array<string> | null | undefined;
348348
payment_method_country?: string | null | undefined;
349349
payment_method_fingerprint?: string | null | undefined;
350350
method?: Array<string> | null | undefined;
@@ -397,7 +397,7 @@ export const ListTransactionsRequest$outboundSchema: z.ZodType<
397397
paymentServiceId: z.nullable(z.array(z.string())).optional(),
398398
paymentMethodId: z.nullable(z.string()).optional(),
399399
paymentMethodLabel: z.nullable(z.string()).optional(),
400-
paymentMethodScheme: z.nullable(z.string()).optional(),
400+
paymentMethodScheme: z.nullable(z.array(z.string())).optional(),
401401
paymentMethodCountry: z.nullable(z.string()).optional(),
402402
paymentMethodFingerprint: z.nullable(z.string()).optional(),
403403
method: z.nullable(z.array(components.Method$outboundSchema)).optional(),

0 commit comments

Comments
 (0)