Skip to content

Commit f1d24d1

Browse files
feat(api): api update (#796)
1 parent 6212e0f commit f1d24d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 199
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a027b5e8e2a0be2a6c41a0b9c17ad5978e55e31e2811410b99e279d642cad20c.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-20c5ad39d175da218956d1a170f2485ea47d8b2f6ea1a13e1e684c770fad6efa.yml

src/resources/card-payments.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,7 +2280,7 @@ export namespace CardPayment {
22802280
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
22812281

22822282
/**
2283-
* Interchange assessed as a part of this transaciton.
2283+
* Interchange assessed as a part of this transaction.
22842284
*/
22852285
interchange: CardSettlement.Interchange | null;
22862286

@@ -2386,7 +2386,7 @@ export namespace CardPayment {
23862386
}
23872387

23882388
/**
2389-
* Interchange assessed as a part of this transaciton.
2389+
* Interchange assessed as a part of this transaction.
23902390
*/
23912391
export interface Interchange {
23922392
/**

src/resources/transactions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ export namespace Transaction {
15781578
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
15791579

15801580
/**
1581-
* Interchange assessed as a part of this transaciton.
1581+
* Interchange assessed as a part of this transaction.
15821582
*/
15831583
interchange: CardSettlement.Interchange | null;
15841584

@@ -1684,7 +1684,7 @@ export namespace Transaction {
16841684
}
16851685

16861686
/**
1687-
* Interchange assessed as a part of this transaciton.
1687+
* Interchange assessed as a part of this transaction.
16881688
*/
16891689
export interface Interchange {
16901690
/**

0 commit comments

Comments
 (0)