increase 0.82.0 → 0.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/_shims/README.md +0 -0
- package/_shims/auto/types.d.ts +0 -0
- package/_shims/auto/types.js +0 -0
- package/_shims/auto/types.mjs +0 -0
- package/_shims/index.d.ts +0 -0
- package/_shims/index.js +0 -0
- package/_shims/index.mjs +0 -0
- package/_shims/manual-types.d.ts +0 -0
- package/_shims/manual-types.js +0 -0
- package/_shims/manual-types.mjs +0 -0
- package/_shims/node-types.d.ts +0 -0
- package/_shims/node-types.js +0 -0
- package/_shims/node-types.mjs +0 -0
- package/_shims/web-types.d.ts +0 -0
- package/_shims/web-types.js +0 -0
- package/_shims/web-types.mjs +0 -0
- package/package.json +1 -1
- package/resources/card-payments.d.ts +62 -0
- package/resources/card-payments.d.ts.map +1 -1
- package/resources/card-payments.js.map +1 -1
- package/resources/card-payments.mjs.map +1 -1
- package/resources/transactions.d.ts +62 -0
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs.map +1 -1
- package/src/_shims/MultipartBody.ts +0 -0
- package/src/_shims/README.md +0 -0
- package/src/_shims/auto/runtime-bun.ts +0 -0
- package/src/_shims/auto/runtime-node.ts +0 -0
- package/src/_shims/auto/runtime.ts +0 -0
- package/src/_shims/auto/types-node.ts +0 -0
- package/src/_shims/auto/types.d.ts +0 -0
- package/src/_shims/auto/types.js +0 -0
- package/src/_shims/auto/types.mjs +0 -0
- package/src/_shims/bun-runtime.ts +0 -0
- package/src/_shims/index.d.ts +0 -0
- package/src/_shims/index.js +0 -0
- package/src/_shims/index.mjs +0 -0
- package/src/_shims/manual-types.d.ts +0 -0
- package/src/_shims/manual-types.js +0 -0
- package/src/_shims/manual-types.mjs +0 -0
- package/src/_shims/node-runtime.ts +0 -0
- package/src/_shims/node-types.d.ts +0 -0
- package/src/_shims/node-types.js +0 -0
- package/src/_shims/node-types.mjs +0 -0
- package/src/_shims/registry.ts +0 -0
- package/src/_shims/web-runtime.ts +0 -0
- package/src/_shims/web-types.d.ts +0 -0
- package/src/_shims/web-types.js +0 -0
- package/src/_shims/web-types.mjs +0 -0
- package/src/core.ts +0 -0
- package/src/error.ts +0 -0
- package/src/index.ts +0 -0
- package/src/lib/.keep +0 -0
- package/src/pagination.ts +0 -0
- package/src/resource.ts +0 -0
- package/src/resources/account-numbers.ts +0 -0
- package/src/resources/account-statements.ts +0 -0
- package/src/resources/account-transfers.ts +0 -0
- package/src/resources/accounts.ts +0 -0
- package/src/resources/ach-prenotifications.ts +0 -0
- package/src/resources/ach-transfers.ts +0 -0
- package/src/resources/bookkeeping-accounts.ts +0 -0
- package/src/resources/bookkeeping-entries.ts +0 -0
- package/src/resources/bookkeeping-entry-sets.ts +0 -0
- package/src/resources/card-disputes.ts +0 -0
- package/src/resources/card-payments.ts +70 -0
- package/src/resources/card-purchase-supplements.ts +0 -0
- package/src/resources/cards.ts +0 -0
- package/src/resources/check-deposits.ts +0 -0
- package/src/resources/check-transfers.ts +0 -0
- package/src/resources/declined-transactions.ts +0 -0
- package/src/resources/digital-card-profiles.ts +0 -0
- package/src/resources/digital-wallet-tokens.ts +0 -0
- package/src/resources/documents.ts +0 -0
- package/src/resources/entities.ts +0 -0
- package/src/resources/event-subscriptions.ts +0 -0
- package/src/resources/events.ts +0 -0
- package/src/resources/exports.ts +0 -0
- package/src/resources/external-accounts.ts +0 -0
- package/src/resources/files.ts +0 -0
- package/src/resources/groups.ts +0 -0
- package/src/resources/inbound-ach-transfers.ts +0 -0
- package/src/resources/inbound-check-deposits.ts +0 -0
- package/src/resources/inbound-mail-items.ts +0 -0
- package/src/resources/inbound-wire-drawdown-requests.ts +0 -0
- package/src/resources/inbound-wire-transfers.ts +0 -0
- package/src/resources/index.ts +0 -0
- package/src/resources/intrafi-account-enrollments.ts +0 -0
- package/src/resources/intrafi-balances.ts +0 -0
- package/src/resources/intrafi-exclusions.ts +0 -0
- package/src/resources/lockboxes.ts +0 -0
- package/src/resources/oauth-connections.ts +0 -0
- package/src/resources/oauth-tokens.ts +0 -0
- package/src/resources/pending-transactions.ts +0 -0
- package/src/resources/physical-card-profiles.ts +0 -0
- package/src/resources/physical-cards.ts +0 -0
- package/src/resources/programs.ts +0 -0
- package/src/resources/proof-of-authorization-request-submissions.ts +0 -0
- package/src/resources/proof-of-authorization-requests.ts +0 -0
- package/src/resources/real-time-decisions.ts +0 -0
- package/src/resources/real-time-payments-request-for-payments.ts +0 -0
- package/src/resources/real-time-payments-transfers.ts +0 -0
- package/src/resources/routing-numbers.ts +0 -0
- package/src/resources/simulations/account-statements.ts +0 -0
- package/src/resources/simulations/account-transfers.ts +0 -0
- package/src/resources/simulations/ach-transfers.ts +0 -0
- package/src/resources/simulations/card-authorization-expirations.ts +0 -0
- package/src/resources/simulations/card-authorizations.ts +0 -0
- package/src/resources/simulations/card-disputes.ts +0 -0
- package/src/resources/simulations/card-fuel-confirmations.ts +0 -0
- package/src/resources/simulations/card-increments.ts +0 -0
- package/src/resources/simulations/card-refunds.ts +0 -0
- package/src/resources/simulations/card-reversals.ts +0 -0
- package/src/resources/simulations/card-settlements.ts +0 -0
- package/src/resources/simulations/check-deposits.ts +0 -0
- package/src/resources/simulations/check-transfers.ts +0 -0
- package/src/resources/simulations/digital-wallet-token-requests.ts +0 -0
- package/src/resources/simulations/documents.ts +0 -0
- package/src/resources/simulations/inbound-ach-transfers.ts +0 -0
- package/src/resources/simulations/inbound-check-deposits.ts +0 -0
- package/src/resources/simulations/inbound-funds-holds.ts +0 -0
- package/src/resources/simulations/inbound-real-time-payments-transfers.ts +0 -0
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +0 -0
- package/src/resources/simulations/inbound-wire-transfers.ts +0 -0
- package/src/resources/simulations/index.ts +0 -0
- package/src/resources/simulations/interest-payments.ts +0 -0
- package/src/resources/simulations/physical-cards.ts +0 -0
- package/src/resources/simulations/programs.ts +0 -0
- package/src/resources/simulations/real-time-payments-transfers.ts +0 -0
- package/src/resources/simulations/simulations.ts +0 -0
- package/src/resources/simulations/wire-transfers.ts +0 -0
- package/src/resources/supplemental-documents.ts +0 -0
- package/src/resources/transactions.ts +70 -0
- package/src/resources/wire-drawdown-requests.ts +0 -0
- package/src/resources/wire-transfers.ts +0 -0
- package/src/shims/node.ts +0 -0
- package/src/shims/web.ts +0 -0
- package/src/tsconfig.json +0 -0
- package/src/uploads.ts +0 -0
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1281,6 +1281,11 @@ export namespace CardPayment {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
1283
1283
|
|
|
1284
|
+
/**
|
|
1285
|
+
* Interchange assessed as a part of this transaciton.
|
|
1286
|
+
*/
|
|
1287
|
+
interchange: CardRefund.Interchange | null;
|
|
1288
|
+
|
|
1284
1289
|
/**
|
|
1285
1290
|
* The merchant identifier (commonly abbreviated as MID) of the merchant the card
|
|
1286
1291
|
* is transacting with.
|
|
@@ -1347,6 +1352,36 @@ export namespace CardPayment {
|
|
|
1347
1352
|
}
|
|
1348
1353
|
|
|
1349
1354
|
export namespace CardRefund {
|
|
1355
|
+
/**
|
|
1356
|
+
* Interchange assessed as a part of this transaciton.
|
|
1357
|
+
*/
|
|
1358
|
+
export interface Interchange {
|
|
1359
|
+
/**
|
|
1360
|
+
* The interchange amount given as a string containing a decimal number. The amount
|
|
1361
|
+
* is a positive number if it is credited to Increase (e.g., settlements) and a
|
|
1362
|
+
* negative number if it is debited (e.g., refunds).
|
|
1363
|
+
*/
|
|
1364
|
+
amount: string;
|
|
1365
|
+
|
|
1366
|
+
/**
|
|
1367
|
+
* The card network specific interchange code.
|
|
1368
|
+
*/
|
|
1369
|
+
code: string | null;
|
|
1370
|
+
|
|
1371
|
+
/**
|
|
1372
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
|
|
1373
|
+
* reimbursement.
|
|
1374
|
+
*
|
|
1375
|
+
* - `CAD` - Canadian Dollar (CAD)
|
|
1376
|
+
* - `CHF` - Swiss Franc (CHF)
|
|
1377
|
+
* - `EUR` - Euro (EUR)
|
|
1378
|
+
* - `GBP` - British Pound (GBP)
|
|
1379
|
+
* - `JPY` - Japanese Yen (JPY)
|
|
1380
|
+
* - `USD` - US Dollar (USD)
|
|
1381
|
+
*/
|
|
1382
|
+
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1350
1385
|
/**
|
|
1351
1386
|
* Network-specific identifiers for this refund.
|
|
1352
1387
|
*/
|
|
@@ -2027,6 +2062,11 @@ export namespace CardPayment {
|
|
|
2027
2062
|
*/
|
|
2028
2063
|
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
2029
2064
|
|
|
2065
|
+
/**
|
|
2066
|
+
* Interchange assessed as a part of this transaciton.
|
|
2067
|
+
*/
|
|
2068
|
+
interchange: CardSettlement.Interchange | null;
|
|
2069
|
+
|
|
2030
2070
|
/**
|
|
2031
2071
|
* The merchant identifier (commonly abbreviated as MID) of the merchant the card
|
|
2032
2072
|
* is transacting with.
|
|
@@ -2098,6 +2138,36 @@ export namespace CardPayment {
|
|
|
2098
2138
|
}
|
|
2099
2139
|
|
|
2100
2140
|
export namespace CardSettlement {
|
|
2141
|
+
/**
|
|
2142
|
+
* Interchange assessed as a part of this transaciton.
|
|
2143
|
+
*/
|
|
2144
|
+
export interface Interchange {
|
|
2145
|
+
/**
|
|
2146
|
+
* The interchange amount given as a string containing a decimal number. The amount
|
|
2147
|
+
* is a positive number if it is credited to Increase (e.g., settlements) and a
|
|
2148
|
+
* negative number if it is debited (e.g., refunds).
|
|
2149
|
+
*/
|
|
2150
|
+
amount: string;
|
|
2151
|
+
|
|
2152
|
+
/**
|
|
2153
|
+
* The card network specific interchange code.
|
|
2154
|
+
*/
|
|
2155
|
+
code: string | null;
|
|
2156
|
+
|
|
2157
|
+
/**
|
|
2158
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
|
|
2159
|
+
* reimbursement.
|
|
2160
|
+
*
|
|
2161
|
+
* - `CAD` - Canadian Dollar (CAD)
|
|
2162
|
+
* - `CHF` - Swiss Franc (CHF)
|
|
2163
|
+
* - `EUR` - Euro (EUR)
|
|
2164
|
+
* - `GBP` - British Pound (GBP)
|
|
2165
|
+
* - `JPY` - Japanese Yen (JPY)
|
|
2166
|
+
* - `USD` - US Dollar (USD)
|
|
2167
|
+
*/
|
|
2168
|
+
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2101
2171
|
/**
|
|
2102
2172
|
* Network-specific identifiers for this refund.
|
|
2103
2173
|
*/
|
|
File without changes
|
package/src/resources/cards.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/resources/events.ts
CHANGED
|
File without changes
|
package/src/resources/exports.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/src/resources/files.ts
CHANGED
|
File without changes
|
package/src/resources/groups.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/resources/index.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -794,6 +794,11 @@ export namespace Transaction {
|
|
|
794
794
|
*/
|
|
795
795
|
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
796
796
|
|
|
797
|
+
/**
|
|
798
|
+
* Interchange assessed as a part of this transaciton.
|
|
799
|
+
*/
|
|
800
|
+
interchange: CardRefund.Interchange | null;
|
|
801
|
+
|
|
797
802
|
/**
|
|
798
803
|
* The merchant identifier (commonly abbreviated as MID) of the merchant the card
|
|
799
804
|
* is transacting with.
|
|
@@ -860,6 +865,36 @@ export namespace Transaction {
|
|
|
860
865
|
}
|
|
861
866
|
|
|
862
867
|
export namespace CardRefund {
|
|
868
|
+
/**
|
|
869
|
+
* Interchange assessed as a part of this transaciton.
|
|
870
|
+
*/
|
|
871
|
+
export interface Interchange {
|
|
872
|
+
/**
|
|
873
|
+
* The interchange amount given as a string containing a decimal number. The amount
|
|
874
|
+
* is a positive number if it is credited to Increase (e.g., settlements) and a
|
|
875
|
+
* negative number if it is debited (e.g., refunds).
|
|
876
|
+
*/
|
|
877
|
+
amount: string;
|
|
878
|
+
|
|
879
|
+
/**
|
|
880
|
+
* The card network specific interchange code.
|
|
881
|
+
*/
|
|
882
|
+
code: string | null;
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
|
|
886
|
+
* reimbursement.
|
|
887
|
+
*
|
|
888
|
+
* - `CAD` - Canadian Dollar (CAD)
|
|
889
|
+
* - `CHF` - Swiss Franc (CHF)
|
|
890
|
+
* - `EUR` - Euro (EUR)
|
|
891
|
+
* - `GBP` - British Pound (GBP)
|
|
892
|
+
* - `JPY` - Japanese Yen (JPY)
|
|
893
|
+
* - `USD` - US Dollar (USD)
|
|
894
|
+
*/
|
|
895
|
+
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
896
|
+
}
|
|
897
|
+
|
|
863
898
|
/**
|
|
864
899
|
* Network-specific identifiers for this refund.
|
|
865
900
|
*/
|
|
@@ -1490,6 +1525,11 @@ export namespace Transaction {
|
|
|
1490
1525
|
*/
|
|
1491
1526
|
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
1492
1527
|
|
|
1528
|
+
/**
|
|
1529
|
+
* Interchange assessed as a part of this transaciton.
|
|
1530
|
+
*/
|
|
1531
|
+
interchange: CardSettlement.Interchange | null;
|
|
1532
|
+
|
|
1493
1533
|
/**
|
|
1494
1534
|
* The merchant identifier (commonly abbreviated as MID) of the merchant the card
|
|
1495
1535
|
* is transacting with.
|
|
@@ -1561,6 +1601,36 @@ export namespace Transaction {
|
|
|
1561
1601
|
}
|
|
1562
1602
|
|
|
1563
1603
|
export namespace CardSettlement {
|
|
1604
|
+
/**
|
|
1605
|
+
* Interchange assessed as a part of this transaciton.
|
|
1606
|
+
*/
|
|
1607
|
+
export interface Interchange {
|
|
1608
|
+
/**
|
|
1609
|
+
* The interchange amount given as a string containing a decimal number. The amount
|
|
1610
|
+
* is a positive number if it is credited to Increase (e.g., settlements) and a
|
|
1611
|
+
* negative number if it is debited (e.g., refunds).
|
|
1612
|
+
*/
|
|
1613
|
+
amount: string;
|
|
1614
|
+
|
|
1615
|
+
/**
|
|
1616
|
+
* The card network specific interchange code.
|
|
1617
|
+
*/
|
|
1618
|
+
code: string | null;
|
|
1619
|
+
|
|
1620
|
+
/**
|
|
1621
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
|
|
1622
|
+
* reimbursement.
|
|
1623
|
+
*
|
|
1624
|
+
* - `CAD` - Canadian Dollar (CAD)
|
|
1625
|
+
* - `CHF` - Swiss Franc (CHF)
|
|
1626
|
+
* - `EUR` - Euro (EUR)
|
|
1627
|
+
* - `GBP` - British Pound (GBP)
|
|
1628
|
+
* - `JPY` - Japanese Yen (JPY)
|
|
1629
|
+
* - `USD` - US Dollar (USD)
|
|
1630
|
+
*/
|
|
1631
|
+
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1564
1634
|
/**
|
|
1565
1635
|
* Network-specific identifiers for this refund.
|
|
1566
1636
|
*/
|
|
File without changes
|
|
File without changes
|
package/src/shims/node.ts
CHANGED
|
File without changes
|
package/src/shims/web.ts
CHANGED
|
File without changes
|
package/src/tsconfig.json
CHANGED
|
File without changes
|
package/src/uploads.ts
CHANGED
|
File without changes
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.84.0'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.84.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.84.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|