increase 0.59.0 → 0.60.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 +31 -0
- package/README.md +41 -17
- package/error.d.ts.map +1 -1
- package/error.js +0 -3
- package/error.js.map +1 -1
- package/error.mjs +0 -3
- package/error.mjs.map +1 -1
- package/index.d.mts +190 -172
- package/index.d.ts +190 -172
- package/index.d.ts.map +1 -1
- package/index.js +96 -87
- package/index.js.map +1 -1
- package/index.mjs +96 -87
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/cards.d.ts +1 -1
- package/resources/cards.d.ts.map +1 -1
- package/resources/cards.js +1 -1
- package/resources/cards.js.map +1 -1
- package/resources/cards.mjs +1 -1
- package/resources/cards.mjs.map +1 -1
- package/resources/declined-transactions.d.ts +2 -231
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/declined-transactions.js.map +1 -1
- package/resources/declined-transactions.mjs.map +1 -1
- package/resources/{entities/entities.d.ts → entities.d.ts} +276 -46
- package/resources/entities.d.ts.map +1 -0
- package/resources/{entities/entities.js → entities.js} +28 -17
- package/resources/entities.js.map +1 -0
- package/resources/{entities/entities.mjs → entities.mjs} +28 -17
- package/resources/entities.mjs.map +1 -0
- package/resources/groups.d.ts +1 -1
- package/resources/groups.d.ts.map +1 -1
- package/resources/groups.js +1 -1
- package/resources/groups.js.map +1 -1
- package/resources/groups.mjs +1 -1
- package/resources/groups.mjs.map +1 -1
- package/resources/inbound-ach-transfers.d.ts +218 -7
- package/resources/inbound-ach-transfers.d.ts.map +1 -1
- package/resources/inbound-ach-transfers.js +8 -8
- package/resources/inbound-ach-transfers.js.map +1 -1
- package/resources/inbound-ach-transfers.mjs +8 -8
- package/resources/inbound-ach-transfers.mjs.map +1 -1
- package/resources/inbound-check-deposits.d.ts +25 -1
- package/resources/inbound-check-deposits.d.ts.map +1 -1
- package/resources/inbound-check-deposits.js +6 -0
- package/resources/inbound-check-deposits.js.map +1 -1
- package/resources/inbound-check-deposits.mjs +6 -0
- package/resources/inbound-check-deposits.mjs.map +1 -1
- package/resources/inbound-mail-items.d.ts +0 -14
- package/resources/inbound-mail-items.d.ts.map +1 -1
- package/resources/inbound-mail-items.js.map +1 -1
- package/resources/inbound-mail-items.mjs.map +1 -1
- package/resources/inbound-wire-transfers.d.ts +4 -0
- package/resources/inbound-wire-transfers.d.ts.map +1 -1
- package/resources/inbound-wire-transfers.js.map +1 -1
- package/resources/inbound-wire-transfers.mjs.map +1 -1
- package/resources/index.d.ts +11 -8
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +15 -6
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +7 -4
- package/resources/index.mjs.map +1 -1
- package/resources/{intrafi/account-enrollments.d.ts → intrafi-account-enrollments.d.ts} +17 -17
- package/resources/intrafi-account-enrollments.d.ts.map +1 -0
- package/resources/{intrafi/account-enrollments.js → intrafi-account-enrollments.js} +11 -11
- package/resources/intrafi-account-enrollments.js.map +1 -0
- package/resources/{intrafi/account-enrollments.mjs → intrafi-account-enrollments.mjs} +9 -9
- package/resources/intrafi-account-enrollments.mjs.map +1 -0
- package/resources/{intrafi/balances.d.ts → intrafi-balances.d.ts} +7 -7
- package/resources/intrafi-balances.d.ts.map +1 -0
- package/resources/{intrafi/balances.js → intrafi-balances.js} +7 -7
- package/resources/intrafi-balances.js.map +1 -0
- package/resources/{intrafi/balances.mjs → intrafi-balances.mjs} +5 -5
- package/resources/intrafi-balances.mjs.map +1 -0
- package/resources/{intrafi/exclusions.d.ts → intrafi-exclusions.d.ts} +15 -15
- package/resources/intrafi-exclusions.d.ts.map +1 -0
- package/resources/{intrafi/exclusions.js → intrafi-exclusions.js} +11 -11
- package/resources/intrafi-exclusions.js.map +1 -0
- package/resources/{intrafi/exclusions.mjs → intrafi-exclusions.mjs} +9 -9
- package/resources/intrafi-exclusions.mjs.map +1 -0
- package/resources/lockboxes.d.ts +0 -14
- package/resources/lockboxes.d.ts.map +1 -1
- package/resources/lockboxes.js.map +1 -1
- package/resources/lockboxes.mjs.map +1 -1
- package/resources/routing-numbers.d.ts +5 -5
- package/resources/routing-numbers.d.ts.map +1 -1
- package/resources/routing-numbers.js +5 -5
- package/resources/routing-numbers.js.map +1 -1
- package/resources/routing-numbers.mjs +3 -3
- package/resources/routing-numbers.mjs.map +1 -1
- package/resources/simulations/ach-transfers.d.ts +10 -61
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.js +10 -14
- package/resources/simulations/ach-transfers.js.map +1 -1
- package/resources/simulations/ach-transfers.mjs +10 -14
- package/resources/simulations/ach-transfers.mjs.map +1 -1
- package/resources/simulations/card-authorization-expirations.d.ts +20 -0
- package/resources/simulations/card-authorization-expirations.d.ts.map +1 -0
- package/resources/simulations/card-authorization-expirations.js +17 -0
- package/resources/simulations/card-authorization-expirations.js.map +1 -0
- package/resources/simulations/card-authorization-expirations.mjs +13 -0
- package/resources/simulations/card-authorization-expirations.mjs.map +1 -0
- package/resources/simulations/card-authorizations.d.ts +91 -0
- package/resources/simulations/card-authorizations.d.ts.map +1 -0
- package/resources/simulations/{cards.js → card-authorizations.js} +7 -17
- package/resources/simulations/card-authorizations.js.map +1 -0
- package/resources/simulations/{cards.mjs → card-authorizations.mjs} +5 -15
- package/resources/simulations/card-authorizations.mjs.map +1 -0
- package/resources/simulations/card-fuel-confirmations.d.ts +27 -0
- package/resources/simulations/card-fuel-confirmations.d.ts.map +1 -0
- package/resources/simulations/card-fuel-confirmations.js +19 -0
- package/resources/simulations/card-fuel-confirmations.js.map +1 -0
- package/resources/simulations/card-fuel-confirmations.mjs +15 -0
- package/resources/simulations/card-fuel-confirmations.mjs.map +1 -0
- package/resources/simulations/card-increments.d.ts +32 -0
- package/resources/simulations/card-increments.d.ts.map +1 -0
- package/resources/simulations/card-increments.js +18 -0
- package/resources/simulations/card-increments.js.map +1 -0
- package/resources/simulations/card-increments.mjs +14 -0
- package/resources/simulations/card-increments.mjs.map +1 -0
- package/resources/simulations/card-reversals.d.ts +28 -0
- package/resources/simulations/card-reversals.d.ts.map +1 -0
- package/resources/simulations/card-reversals.js +20 -0
- package/resources/simulations/card-reversals.js.map +1 -0
- package/resources/simulations/card-reversals.mjs +16 -0
- package/resources/simulations/card-reversals.mjs.map +1 -0
- package/resources/simulations/card-settlements.d.ts +34 -0
- package/resources/simulations/card-settlements.d.ts.map +1 -0
- package/resources/simulations/card-settlements.js +21 -0
- package/resources/simulations/card-settlements.js.map +1 -0
- package/resources/simulations/card-settlements.mjs +17 -0
- package/resources/simulations/card-settlements.mjs.map +1 -0
- package/resources/simulations/inbound-ach-transfers.d.ts +89 -0
- package/resources/simulations/inbound-ach-transfers.d.ts.map +1 -0
- package/resources/simulations/inbound-ach-transfers.js +26 -0
- package/resources/simulations/inbound-ach-transfers.js.map +1 -0
- package/resources/simulations/inbound-ach-transfers.mjs +22 -0
- package/resources/simulations/inbound-ach-transfers.mjs.map +1 -0
- package/resources/simulations/inbound-real-time-payments-transfers.d.ts +71 -0
- package/resources/simulations/inbound-real-time-payments-transfers.d.ts.map +1 -0
- package/resources/simulations/inbound-real-time-payments-transfers.js +18 -0
- package/resources/simulations/inbound-real-time-payments-transfers.js.map +1 -0
- package/resources/simulations/inbound-real-time-payments-transfers.mjs +14 -0
- package/resources/simulations/inbound-real-time-payments-transfers.mjs.map +1 -0
- package/resources/simulations/inbound-wire-transfers.d.ts +99 -0
- package/resources/simulations/inbound-wire-transfers.d.ts.map +1 -0
- package/resources/simulations/inbound-wire-transfers.js +17 -0
- package/resources/simulations/inbound-wire-transfers.js.map +1 -0
- package/resources/simulations/inbound-wire-transfers.mjs +13 -0
- package/resources/simulations/inbound-wire-transfers.mjs.map +1 -0
- package/resources/simulations/index.d.ts +14 -7
- package/resources/simulations/index.d.ts.map +1 -1
- package/resources/simulations/index.js +21 -7
- package/resources/simulations/index.js.map +1 -1
- package/resources/simulations/index.mjs +11 -4
- package/resources/simulations/index.mjs.map +1 -1
- package/resources/simulations/interest-payments.js +1 -1
- package/resources/simulations/interest-payments.js.map +1 -1
- package/resources/simulations/interest-payments.mjs +1 -1
- package/resources/simulations/interest-payments.mjs.map +1 -1
- package/resources/simulations/physical-cards.d.ts +3 -3
- package/resources/simulations/physical-cards.js +2 -2
- package/resources/simulations/physical-cards.mjs +2 -2
- package/resources/simulations/real-time-payments-transfers.d.ts +0 -3686
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.js +0 -7
- package/resources/simulations/real-time-payments-transfers.js.map +1 -1
- package/resources/simulations/real-time-payments-transfers.mjs +0 -7
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
- package/resources/simulations/simulations.d.ts +67 -118
- package/resources/simulations/simulations.d.ts.map +1 -1
- package/resources/simulations/simulations.js +45 -54
- package/resources/simulations/simulations.js.map +1 -1
- package/resources/simulations/simulations.mjs +45 -54
- package/resources/simulations/simulations.mjs.map +1 -1
- package/resources/simulations/wire-transfers.d.ts +10 -85
- package/resources/simulations/wire-transfers.d.ts.map +1 -1
- package/resources/simulations/wire-transfers.js +14 -5
- package/resources/simulations/wire-transfers.js.map +1 -1
- package/resources/simulations/wire-transfers.mjs +14 -5
- package/resources/simulations/wire-transfers.mjs.map +1 -1
- package/resources/{entities/supplemental-documents.d.ts → supplemental-documents.d.ts} +17 -10
- package/resources/supplemental-documents.d.ts.map +1 -0
- package/resources/{entities/supplemental-documents.js → supplemental-documents.js} +9 -9
- package/resources/supplemental-documents.js.map +1 -0
- package/resources/{entities/supplemental-documents.mjs → supplemental-documents.mjs} +7 -7
- package/resources/supplemental-documents.mjs.map +1 -0
- package/resources/transactions.d.ts +6 -276
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs.map +1 -1
- package/resources/wire-transfers.d.ts +4 -13
- package/resources/wire-transfers.d.ts.map +1 -1
- package/resources/wire-transfers.js +0 -17
- package/resources/wire-transfers.js.map +1 -1
- package/resources/wire-transfers.mjs +0 -17
- package/resources/wire-transfers.mjs.map +1 -1
- package/src/error.ts +0 -8
- package/src/index.ts +210 -189
- package/src/resources/cards.ts +1 -1
- package/src/resources/declined-transactions.ts +0 -297
- package/src/resources/{entities/entities.ts → entities.ts} +351 -56
- package/src/resources/groups.ts +1 -1
- package/src/resources/inbound-ach-transfers.ts +288 -13
- package/src/resources/inbound-check-deposits.ts +34 -1
- package/src/resources/inbound-mail-items.ts +0 -16
- package/src/resources/inbound-wire-transfers.ts +5 -0
- package/src/resources/index.ts +32 -14
- package/src/resources/{intrafi/account-enrollments.ts → intrafi-account-enrollments.ts} +18 -18
- package/src/resources/{intrafi/balances.ts → intrafi-balances.ts} +6 -6
- package/src/resources/{intrafi/exclusions.ts → intrafi-exclusions.ts} +19 -16
- package/src/resources/lockboxes.ts +0 -16
- package/src/resources/routing-numbers.ts +6 -6
- package/src/resources/simulations/ach-transfers.ts +15 -76
- package/src/resources/simulations/card-authorization-expirations.ts +29 -0
- package/src/resources/simulations/card-authorizations.ts +112 -0
- package/src/resources/simulations/card-fuel-confirmations.ts +37 -0
- package/src/resources/simulations/card-increments.ts +43 -0
- package/src/resources/simulations/card-reversals.ts +38 -0
- package/src/resources/simulations/card-settlements.ts +45 -0
- package/src/resources/simulations/inbound-ach-transfers.ts +124 -0
- package/src/resources/simulations/inbound-real-time-payments-transfers.ts +89 -0
- package/src/resources/simulations/inbound-wire-transfers.ts +124 -0
- package/src/resources/simulations/index.ts +26 -21
- package/src/resources/simulations/interest-payments.ts +1 -1
- package/src/resources/simulations/physical-cards.ts +5 -5
- package/src/resources/simulations/real-time-payments-transfers.ts +0 -4659
- package/src/resources/simulations/simulations.ts +80 -157
- package/src/resources/simulations/wire-transfers.ts +18 -104
- package/src/resources/{entities/supplemental-documents.ts → supplemental-documents.ts} +21 -13
- package/src/resources/transactions.ts +5 -350
- package/src/resources/wire-transfers.ts +5 -19
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/entities/beneficial-owners.d.ts +0 -279
- package/resources/entities/beneficial-owners.d.ts.map +0 -1
- package/resources/entities/beneficial-owners.js +0 -29
- package/resources/entities/beneficial-owners.js.map +0 -1
- package/resources/entities/beneficial-owners.mjs +0 -25
- package/resources/entities/beneficial-owners.mjs.map +0 -1
- package/resources/entities/entities.d.ts.map +0 -1
- package/resources/entities/entities.js.map +0 -1
- package/resources/entities/entities.mjs.map +0 -1
- package/resources/entities/index.d.ts +0 -5
- package/resources/entities/index.d.ts.map +0 -1
- package/resources/entities/index.js +0 -15
- package/resources/entities/index.js.map +0 -1
- package/resources/entities/index.mjs +0 -6
- package/resources/entities/index.mjs.map +0 -1
- package/resources/entities/industry-code.d.ts +0 -23
- package/resources/entities/industry-code.d.ts.map +0 -1
- package/resources/entities/industry-code.js +0 -17
- package/resources/entities/industry-code.js.map +0 -1
- package/resources/entities/industry-code.mjs +0 -13
- package/resources/entities/industry-code.mjs.map +0 -1
- package/resources/entities/supplemental-documents.d.ts.map +0 -1
- package/resources/entities/supplemental-documents.js.map +0 -1
- package/resources/entities/supplemental-documents.mjs.map +0 -1
- package/resources/intrafi/account-enrollments.d.ts.map +0 -1
- package/resources/intrafi/account-enrollments.js.map +0 -1
- package/resources/intrafi/account-enrollments.mjs.map +0 -1
- package/resources/intrafi/balances.d.ts.map +0 -1
- package/resources/intrafi/balances.js.map +0 -1
- package/resources/intrafi/balances.mjs.map +0 -1
- package/resources/intrafi/exclusions.d.ts.map +0 -1
- package/resources/intrafi/exclusions.js.map +0 -1
- package/resources/intrafi/exclusions.mjs.map +0 -1
- package/resources/intrafi/index.d.ts +0 -5
- package/resources/intrafi/index.d.ts.map +0 -1
- package/resources/intrafi/index.js +0 -15
- package/resources/intrafi/index.js.map +0 -1
- package/resources/intrafi/index.mjs +0 -6
- package/resources/intrafi/index.mjs.map +0 -1
- package/resources/intrafi/intrafi.d.ts +0 -24
- package/resources/intrafi/intrafi.d.ts.map +0 -1
- package/resources/intrafi/intrafi.js +0 -48
- package/resources/intrafi/intrafi.js.map +0 -1
- package/resources/intrafi/intrafi.mjs +0 -21
- package/resources/intrafi/intrafi.mjs.map +0 -1
- package/resources/simulations/cards.d.ts +0 -1763
- package/resources/simulations/cards.d.ts.map +0 -1
- package/resources/simulations/cards.js.map +0 -1
- package/resources/simulations/cards.mjs.map +0 -1
- package/resources/simulations/inbound-international-ach-transfers.d.ts +0 -285
- package/resources/simulations/inbound-international-ach-transfers.d.ts.map +0 -1
- package/resources/simulations/inbound-international-ach-transfers.js +0 -21
- package/resources/simulations/inbound-international-ach-transfers.js.map +0 -1
- package/resources/simulations/inbound-international-ach-transfers.mjs +0 -17
- package/resources/simulations/inbound-international-ach-transfers.mjs.map +0 -1
- package/src/resources/entities/beneficial-owners.ts +0 -346
- package/src/resources/entities/index.ts +0 -25
- package/src/resources/entities/industry-code.ts +0 -33
- package/src/resources/intrafi/index.ts +0 -18
- package/src/resources/intrafi/intrafi.ts +0 -29
- package/src/resources/simulations/cards.ts +0 -2188
- package/src/resources/simulations/inbound-international-ach-transfers.ts +0 -367
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { APIResource } from "../../resource.js";
|
|
2
|
+
import * as Core from "../../core.js";
|
|
3
|
+
import * as SimulationsInboundWireTransfersAPI from "./inbound-wire-transfers.js";
|
|
4
|
+
import * as InboundWireTransfersAPI from "../inbound-wire-transfers.js";
|
|
5
|
+
export declare class InboundWireTransfers extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Simulates an inbound Wire Transfer to your account.
|
|
8
|
+
*/
|
|
9
|
+
create(body: InboundWireTransferCreateParams, options?: Core.RequestOptions): Core.APIPromise<InboundWireTransfersAPI.InboundWireTransfer>;
|
|
10
|
+
}
|
|
11
|
+
export interface InboundWireTransferCreateParams {
|
|
12
|
+
/**
|
|
13
|
+
* The identifier of the Account Number the inbound Wire Transfer is for.
|
|
14
|
+
*/
|
|
15
|
+
account_number_id: string;
|
|
16
|
+
/**
|
|
17
|
+
* The transfer amount in cents. Must be positive.
|
|
18
|
+
*/
|
|
19
|
+
amount: number;
|
|
20
|
+
/**
|
|
21
|
+
* The sending bank will set beneficiary_address_line1 in production. You can
|
|
22
|
+
* simulate any value here.
|
|
23
|
+
*/
|
|
24
|
+
beneficiary_address_line1?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The sending bank will set beneficiary_address_line2 in production. You can
|
|
27
|
+
* simulate any value here.
|
|
28
|
+
*/
|
|
29
|
+
beneficiary_address_line2?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The sending bank will set beneficiary_address_line3 in production. You can
|
|
32
|
+
* simulate any value here.
|
|
33
|
+
*/
|
|
34
|
+
beneficiary_address_line3?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The sending bank will set beneficiary_name in production. You can simulate any
|
|
37
|
+
* value here.
|
|
38
|
+
*/
|
|
39
|
+
beneficiary_name?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The sending bank will set beneficiary_reference in production. You can simulate
|
|
42
|
+
* any value here.
|
|
43
|
+
*/
|
|
44
|
+
beneficiary_reference?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The sending bank will set originator_address_line1 in production. You can
|
|
47
|
+
* simulate any value here.
|
|
48
|
+
*/
|
|
49
|
+
originator_address_line1?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The sending bank will set originator_address_line2 in production. You can
|
|
52
|
+
* simulate any value here.
|
|
53
|
+
*/
|
|
54
|
+
originator_address_line2?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The sending bank will set originator_address_line3 in production. You can
|
|
57
|
+
* simulate any value here.
|
|
58
|
+
*/
|
|
59
|
+
originator_address_line3?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The sending bank will set originator_name in production. You can simulate any
|
|
62
|
+
* value here.
|
|
63
|
+
*/
|
|
64
|
+
originator_name?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The sending bank will set originator_routing_number in production. You can
|
|
67
|
+
* simulate any value here.
|
|
68
|
+
*/
|
|
69
|
+
originator_routing_number?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The sending bank will set originator_to_beneficiary_information_line1 in
|
|
72
|
+
* production. You can simulate any value here.
|
|
73
|
+
*/
|
|
74
|
+
originator_to_beneficiary_information_line1?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The sending bank will set originator_to_beneficiary_information_line2 in
|
|
77
|
+
* production. You can simulate any value here.
|
|
78
|
+
*/
|
|
79
|
+
originator_to_beneficiary_information_line2?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The sending bank will set originator_to_beneficiary_information_line3 in
|
|
82
|
+
* production. You can simulate any value here.
|
|
83
|
+
*/
|
|
84
|
+
originator_to_beneficiary_information_line3?: string;
|
|
85
|
+
/**
|
|
86
|
+
* The sending bank will set originator_to_beneficiary_information_line4 in
|
|
87
|
+
* production. You can simulate any value here.
|
|
88
|
+
*/
|
|
89
|
+
originator_to_beneficiary_information_line4?: string;
|
|
90
|
+
/**
|
|
91
|
+
* The sending bank will set sender_reference in production. You can simulate any
|
|
92
|
+
* value here.
|
|
93
|
+
*/
|
|
94
|
+
sender_reference?: string;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace InboundWireTransfers {
|
|
97
|
+
export import InboundWireTransferCreateParams = SimulationsInboundWireTransfersAPI.InboundWireTransferCreateParams;
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=inbound-wire-transfers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inbound-wire-transfers.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/inbound-wire-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,kCAAkC,MAAM,0BAA0B,CAAC;AAC/E,OAAO,KAAK,uBAAuB,MAAM,2BAA2B,CAAC;AAErE,qBAAa,oBAAqB,SAAQ,WAAW;IACnD;;OAEG;IACH,MAAM,CACJ,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,uBAAuB,CAAC,mBAAmB,CAAC;CAGhE;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,yBAAiB,oBAAoB,CAAC;IACpC,MAAM,QAAQ,+BAA+B,GAAG,kCAAkC,CAAC,+BAA+B,CAAC;CACpH"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.InboundWireTransfers = void 0;
|
|
5
|
+
const resource_1 = require("../../resource.js");
|
|
6
|
+
class InboundWireTransfers extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Simulates an inbound Wire Transfer to your account.
|
|
9
|
+
*/
|
|
10
|
+
create(body, options) {
|
|
11
|
+
return this._client.post('/simulations/inbound_wire_transfers', { body, ...options });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.InboundWireTransfers = InboundWireTransfers;
|
|
15
|
+
(function (InboundWireTransfers) {
|
|
16
|
+
})(InboundWireTransfers = exports.InboundWireTransfers || (exports.InboundWireTransfers = {}));
|
|
17
|
+
//# sourceMappingURL=inbound-wire-transfers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inbound-wire-transfers.js","sourceRoot":"","sources":["../../src/resources/simulations/inbound-wire-transfers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAK7C,MAAa,oBAAqB,SAAQ,sBAAW;IACnD;;OAEG;IACH,MAAM,CACJ,IAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qCAAqC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAVD,oDAUC;AAwGD,WAAiB,oBAAoB;AAErC,CAAC,EAFgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAEpC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../resource.mjs";
|
|
3
|
+
export class InboundWireTransfers extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* Simulates an inbound Wire Transfer to your account.
|
|
6
|
+
*/
|
|
7
|
+
create(body, options) {
|
|
8
|
+
return this._client.post('/simulations/inbound_wire_transfers', { body, ...options });
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
(function (InboundWireTransfers) {
|
|
12
|
+
})(InboundWireTransfers || (InboundWireTransfers = {}));
|
|
13
|
+
//# sourceMappingURL=inbound-wire-transfers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inbound-wire-transfers.mjs","sourceRoot":"","sources":["../../src/resources/simulations/inbound-wire-transfers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,oBAAqB,SAAQ,WAAW;IACnD;;OAEG;IACH,MAAM,CACJ,IAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qCAAqC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAwGD,WAAiB,oBAAoB;AAErC,CAAC,EAFgB,oBAAoB,KAApB,oBAAoB,QAEpC"}
|
|
@@ -1,21 +1,28 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { ACHTransferCreateNotificationOfChangeParams, ACHTransferReturnParams, ACHTransfers, } from "./ach-transfers.js";
|
|
2
2
|
export { AccountStatementCreateParams, AccountStatements } from "./account-statements.js";
|
|
3
3
|
export { AccountTransfers } from "./account-transfers.js";
|
|
4
|
-
export {
|
|
4
|
+
export { CardAuthorizationCreateResponse, CardAuthorizationCreateParams, CardAuthorizations, } from "./card-authorizations.js";
|
|
5
|
+
export { CardAuthorizationExpirationCreateParams, CardAuthorizationExpirations, } from "./card-authorization-expirations.js";
|
|
5
6
|
export { CardDisputeActionParams, CardDisputes } from "./card-disputes.js";
|
|
7
|
+
export { CardFuelConfirmationCreateParams, CardFuelConfirmations } from "./card-fuel-confirmations.js";
|
|
8
|
+
export { CardIncrementCreateParams, CardIncrements } from "./card-increments.js";
|
|
6
9
|
export { CardRefundCreateParams, CardRefunds } from "./card-refunds.js";
|
|
10
|
+
export { CardReversalCreateParams, CardReversals } from "./card-reversals.js";
|
|
11
|
+
export { CardSettlementCreateParams, CardSettlements } from "./card-settlements.js";
|
|
7
12
|
export { CheckDeposits } from "./check-deposits.js";
|
|
8
13
|
export { CheckTransfers } from "./check-transfers.js";
|
|
9
14
|
export { DigitalWalletTokenRequestCreateResponse, DigitalWalletTokenRequestCreateParams, DigitalWalletTokenRequests, } from "./digital-wallet-token-requests.js";
|
|
10
15
|
export { DocumentCreateParams, Documents } from "./documents.js";
|
|
16
|
+
export { InboundACHTransferCreateParams, InboundACHTransfers } from "./inbound-ach-transfers.js";
|
|
11
17
|
export { InboundCheckDepositCreateParams, InboundCheckDeposits } from "./inbound-check-deposits.js";
|
|
12
18
|
export { InboundFundsHoldReleaseResponse, InboundFundsHolds } from "./inbound-funds-holds.js";
|
|
13
|
-
export {
|
|
14
|
-
export { InboundRealTimePaymentsTransferSimulationResult, RealTimePaymentsTransferCompleteParams, RealTimePaymentsTransferCreateInboundParams, RealTimePaymentsTransfers, } from "./real-time-payments-transfers.js";
|
|
19
|
+
export { InboundRealTimePaymentsTransferCreateResponse, InboundRealTimePaymentsTransferCreateParams, InboundRealTimePaymentsTransfers, } from "./inbound-real-time-payments-transfers.js";
|
|
15
20
|
export { InboundWireDrawdownRequestCreateParams, InboundWireDrawdownRequests, } from "./inbound-wire-drawdown-requests.js";
|
|
21
|
+
export { InboundWireTransferCreateParams, InboundWireTransfers } from "./inbound-wire-transfers.js";
|
|
16
22
|
export { InterestPaymentCreateParams, InterestPayments } from "./interest-payments.js";
|
|
17
|
-
export {
|
|
23
|
+
export { PhysicalCardAdvanceShipmentParams, PhysicalCards } from "./physical-cards.js";
|
|
18
24
|
export { ProgramCreateParams, Programs } from "./programs.js";
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
25
|
+
export { RealTimePaymentsTransferCompleteParams, RealTimePaymentsTransfers, } from "./real-time-payments-transfers.js";
|
|
26
|
+
export { Simulations } from "./simulations.js";
|
|
27
|
+
export { WireTransfers } from "./wire-transfers.js";
|
|
21
28
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,2CAA2C,EAC3C,uBAAuB,EACvB,YAAY,GACb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,4BAA4B,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EACL,+BAA+B,EAC/B,6BAA6B,EAC7B,kBAAkB,GACnB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,uCAAuC,EACvC,4BAA4B,GAC7B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAE,gCAAgC,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AACpG,OAAO,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EAAE,0BAA0B,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EACL,uCAAuC,EACvC,qCAAqC,EACrC,0BAA0B,GAC3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,EAAE,8BAA8B,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9F,OAAO,EAAE,+BAA+B,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AACjG,OAAO,EAAE,+BAA+B,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC3F,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,EAC3C,gCAAgC,GACjC,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,sCAAsC,EACtC,2BAA2B,GAC5B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACpF,OAAO,EAAE,iCAAiC,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3D,OAAO,EACL,sCAAsC,EACtC,yBAAyB,GAC1B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,19 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.WireTransfers = exports.Simulations = exports.Programs = exports.PhysicalCards = exports.InterestPayments = exports.
|
|
4
|
+
exports.WireTransfers = exports.Simulations = exports.RealTimePaymentsTransfers = exports.Programs = exports.PhysicalCards = exports.InterestPayments = exports.InboundWireTransfers = exports.InboundWireDrawdownRequests = exports.InboundRealTimePaymentsTransfers = exports.InboundFundsHolds = exports.InboundCheckDeposits = exports.InboundACHTransfers = exports.Documents = exports.DigitalWalletTokenRequests = exports.CheckTransfers = exports.CheckDeposits = exports.CardSettlements = exports.CardReversals = exports.CardRefunds = exports.CardIncrements = exports.CardFuelConfirmations = exports.CardDisputes = exports.CardAuthorizationExpirations = exports.CardAuthorizations = exports.AccountTransfers = exports.AccountStatements = exports.ACHTransfers = void 0;
|
|
5
5
|
var ach_transfers_1 = require("./ach-transfers.js");
|
|
6
6
|
Object.defineProperty(exports, "ACHTransfers", { enumerable: true, get: function () { return ach_transfers_1.ACHTransfers; } });
|
|
7
7
|
var account_statements_1 = require("./account-statements.js");
|
|
8
8
|
Object.defineProperty(exports, "AccountStatements", { enumerable: true, get: function () { return account_statements_1.AccountStatements; } });
|
|
9
9
|
var account_transfers_1 = require("./account-transfers.js");
|
|
10
10
|
Object.defineProperty(exports, "AccountTransfers", { enumerable: true, get: function () { return account_transfers_1.AccountTransfers; } });
|
|
11
|
-
var
|
|
12
|
-
Object.defineProperty(exports, "
|
|
11
|
+
var card_authorizations_1 = require("./card-authorizations.js");
|
|
12
|
+
Object.defineProperty(exports, "CardAuthorizations", { enumerable: true, get: function () { return card_authorizations_1.CardAuthorizations; } });
|
|
13
|
+
var card_authorization_expirations_1 = require("./card-authorization-expirations.js");
|
|
14
|
+
Object.defineProperty(exports, "CardAuthorizationExpirations", { enumerable: true, get: function () { return card_authorization_expirations_1.CardAuthorizationExpirations; } });
|
|
13
15
|
var card_disputes_1 = require("./card-disputes.js");
|
|
14
16
|
Object.defineProperty(exports, "CardDisputes", { enumerable: true, get: function () { return card_disputes_1.CardDisputes; } });
|
|
17
|
+
var card_fuel_confirmations_1 = require("./card-fuel-confirmations.js");
|
|
18
|
+
Object.defineProperty(exports, "CardFuelConfirmations", { enumerable: true, get: function () { return card_fuel_confirmations_1.CardFuelConfirmations; } });
|
|
19
|
+
var card_increments_1 = require("./card-increments.js");
|
|
20
|
+
Object.defineProperty(exports, "CardIncrements", { enumerable: true, get: function () { return card_increments_1.CardIncrements; } });
|
|
15
21
|
var card_refunds_1 = require("./card-refunds.js");
|
|
16
22
|
Object.defineProperty(exports, "CardRefunds", { enumerable: true, get: function () { return card_refunds_1.CardRefunds; } });
|
|
23
|
+
var card_reversals_1 = require("./card-reversals.js");
|
|
24
|
+
Object.defineProperty(exports, "CardReversals", { enumerable: true, get: function () { return card_reversals_1.CardReversals; } });
|
|
25
|
+
var card_settlements_1 = require("./card-settlements.js");
|
|
26
|
+
Object.defineProperty(exports, "CardSettlements", { enumerable: true, get: function () { return card_settlements_1.CardSettlements; } });
|
|
17
27
|
var check_deposits_1 = require("./check-deposits.js");
|
|
18
28
|
Object.defineProperty(exports, "CheckDeposits", { enumerable: true, get: function () { return check_deposits_1.CheckDeposits; } });
|
|
19
29
|
var check_transfers_1 = require("./check-transfers.js");
|
|
@@ -22,22 +32,26 @@ var digital_wallet_token_requests_1 = require("./digital-wallet-token-requests.j
|
|
|
22
32
|
Object.defineProperty(exports, "DigitalWalletTokenRequests", { enumerable: true, get: function () { return digital_wallet_token_requests_1.DigitalWalletTokenRequests; } });
|
|
23
33
|
var documents_1 = require("./documents.js");
|
|
24
34
|
Object.defineProperty(exports, "Documents", { enumerable: true, get: function () { return documents_1.Documents; } });
|
|
35
|
+
var inbound_ach_transfers_1 = require("./inbound-ach-transfers.js");
|
|
36
|
+
Object.defineProperty(exports, "InboundACHTransfers", { enumerable: true, get: function () { return inbound_ach_transfers_1.InboundACHTransfers; } });
|
|
25
37
|
var inbound_check_deposits_1 = require("./inbound-check-deposits.js");
|
|
26
38
|
Object.defineProperty(exports, "InboundCheckDeposits", { enumerable: true, get: function () { return inbound_check_deposits_1.InboundCheckDeposits; } });
|
|
27
39
|
var inbound_funds_holds_1 = require("./inbound-funds-holds.js");
|
|
28
40
|
Object.defineProperty(exports, "InboundFundsHolds", { enumerable: true, get: function () { return inbound_funds_holds_1.InboundFundsHolds; } });
|
|
29
|
-
var
|
|
30
|
-
Object.defineProperty(exports, "
|
|
31
|
-
var real_time_payments_transfers_1 = require("./real-time-payments-transfers.js");
|
|
32
|
-
Object.defineProperty(exports, "RealTimePaymentsTransfers", { enumerable: true, get: function () { return real_time_payments_transfers_1.RealTimePaymentsTransfers; } });
|
|
41
|
+
var inbound_real_time_payments_transfers_1 = require("./inbound-real-time-payments-transfers.js");
|
|
42
|
+
Object.defineProperty(exports, "InboundRealTimePaymentsTransfers", { enumerable: true, get: function () { return inbound_real_time_payments_transfers_1.InboundRealTimePaymentsTransfers; } });
|
|
33
43
|
var inbound_wire_drawdown_requests_1 = require("./inbound-wire-drawdown-requests.js");
|
|
34
44
|
Object.defineProperty(exports, "InboundWireDrawdownRequests", { enumerable: true, get: function () { return inbound_wire_drawdown_requests_1.InboundWireDrawdownRequests; } });
|
|
45
|
+
var inbound_wire_transfers_1 = require("./inbound-wire-transfers.js");
|
|
46
|
+
Object.defineProperty(exports, "InboundWireTransfers", { enumerable: true, get: function () { return inbound_wire_transfers_1.InboundWireTransfers; } });
|
|
35
47
|
var interest_payments_1 = require("./interest-payments.js");
|
|
36
48
|
Object.defineProperty(exports, "InterestPayments", { enumerable: true, get: function () { return interest_payments_1.InterestPayments; } });
|
|
37
49
|
var physical_cards_1 = require("./physical-cards.js");
|
|
38
50
|
Object.defineProperty(exports, "PhysicalCards", { enumerable: true, get: function () { return physical_cards_1.PhysicalCards; } });
|
|
39
51
|
var programs_1 = require("./programs.js");
|
|
40
52
|
Object.defineProperty(exports, "Programs", { enumerable: true, get: function () { return programs_1.Programs; } });
|
|
53
|
+
var real_time_payments_transfers_1 = require("./real-time-payments-transfers.js");
|
|
54
|
+
Object.defineProperty(exports, "RealTimePaymentsTransfers", { enumerable: true, get: function () { return real_time_payments_transfers_1.RealTimePaymentsTransfers; } });
|
|
41
55
|
var simulations_1 = require("./simulations.js");
|
|
42
56
|
Object.defineProperty(exports, "Simulations", { enumerable: true, get: function () { return simulations_1.Simulations; } });
|
|
43
57
|
var wire_transfers_1 = require("./wire-transfers.js");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/simulations/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/simulations/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,oDAIyB;AADvB,6GAAA,YAAY,OAAA;AAEd,8DAAuF;AAAhD,uHAAA,iBAAiB,OAAA;AACxD,4DAAuD;AAA9C,qHAAA,gBAAgB,OAAA;AACzB,gEAI+B;AAD7B,yHAAA,kBAAkB,OAAA;AAEpB,sFAG0C;AADxC,8IAAA,4BAA4B,OAAA;AAE9B,oDAAwE;AAAtC,6GAAA,YAAY,OAAA;AAC9C,wEAAoG;AAAzD,gIAAA,qBAAqB,OAAA;AAChE,wDAA8E;AAA1C,iHAAA,cAAc,OAAA;AAClD,kDAAqE;AAApC,2GAAA,WAAW,OAAA;AAC5C,sDAA2E;AAAxC,+GAAA,aAAa,OAAA;AAChD,0DAAiF;AAA5C,mHAAA,eAAe,OAAA;AACpD,sDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,wDAAmD;AAA1C,iHAAA,cAAc,OAAA;AACvB,oFAIyC;AADvC,2IAAA,0BAA0B,OAAA;AAE5B,4CAA8D;AAA/B,sGAAA,SAAS,OAAA;AACxC,oEAA8F;AAArD,4HAAA,mBAAmB,OAAA;AAC5D,sEAAiG;AAAvD,8HAAA,oBAAoB,OAAA;AAC9D,gEAA2F;AAAjD,wHAAA,iBAAiB,OAAA;AAC3D,kGAIgD;AAD9C,wJAAA,gCAAgC,OAAA;AAElC,sFAG0C;AADxC,6IAAA,2BAA2B,OAAA;AAE7B,sEAAiG;AAAvD,8HAAA,oBAAoB,OAAA;AAC9D,4DAAoF;AAA9C,qHAAA,gBAAgB,OAAA;AACtD,sDAAoF;AAAxC,+GAAA,aAAa,OAAA;AACzD,0CAA2D;AAA7B,oGAAA,QAAQ,OAAA;AACtC,kFAGwC;AADtC,yIAAA,yBAAyB,OAAA;AAE3B,gDAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,sDAAiD;AAAxC,+GAAA,aAAa,OAAA"}
|
|
@@ -2,21 +2,28 @@
|
|
|
2
2
|
export { ACHTransfers, } from "./ach-transfers.mjs";
|
|
3
3
|
export { AccountStatements } from "./account-statements.mjs";
|
|
4
4
|
export { AccountTransfers } from "./account-transfers.mjs";
|
|
5
|
-
export {
|
|
5
|
+
export { CardAuthorizations, } from "./card-authorizations.mjs";
|
|
6
|
+
export { CardAuthorizationExpirations, } from "./card-authorization-expirations.mjs";
|
|
6
7
|
export { CardDisputes } from "./card-disputes.mjs";
|
|
8
|
+
export { CardFuelConfirmations } from "./card-fuel-confirmations.mjs";
|
|
9
|
+
export { CardIncrements } from "./card-increments.mjs";
|
|
7
10
|
export { CardRefunds } from "./card-refunds.mjs";
|
|
11
|
+
export { CardReversals } from "./card-reversals.mjs";
|
|
12
|
+
export { CardSettlements } from "./card-settlements.mjs";
|
|
8
13
|
export { CheckDeposits } from "./check-deposits.mjs";
|
|
9
14
|
export { CheckTransfers } from "./check-transfers.mjs";
|
|
10
15
|
export { DigitalWalletTokenRequests, } from "./digital-wallet-token-requests.mjs";
|
|
11
16
|
export { Documents } from "./documents.mjs";
|
|
17
|
+
export { InboundACHTransfers } from "./inbound-ach-transfers.mjs";
|
|
12
18
|
export { InboundCheckDeposits } from "./inbound-check-deposits.mjs";
|
|
13
19
|
export { InboundFundsHolds } from "./inbound-funds-holds.mjs";
|
|
14
|
-
export {
|
|
15
|
-
export { RealTimePaymentsTransfers, } from "./real-time-payments-transfers.mjs";
|
|
20
|
+
export { InboundRealTimePaymentsTransfers, } from "./inbound-real-time-payments-transfers.mjs";
|
|
16
21
|
export { InboundWireDrawdownRequests, } from "./inbound-wire-drawdown-requests.mjs";
|
|
22
|
+
export { InboundWireTransfers } from "./inbound-wire-transfers.mjs";
|
|
17
23
|
export { InterestPayments } from "./interest-payments.mjs";
|
|
18
24
|
export { PhysicalCards } from "./physical-cards.mjs";
|
|
19
25
|
export { Programs } from "./programs.mjs";
|
|
20
|
-
export {
|
|
26
|
+
export { RealTimePaymentsTransfers, } from "./real-time-payments-transfers.mjs";
|
|
27
|
+
export { Simulations } from "./simulations.mjs";
|
|
21
28
|
export { WireTransfers } from "./wire-transfers.mjs";
|
|
22
29
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/simulations/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/simulations/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAGL,YAAY,GACb;OACM,EAAgC,iBAAiB,EAAE;OACnD,EAAE,gBAAgB,EAAE;OACpB,EAGL,kBAAkB,GACnB;OACM,EAEL,4BAA4B,GAC7B;OACM,EAA2B,YAAY,EAAE;OACzC,EAAoC,qBAAqB,EAAE;OAC3D,EAA6B,cAAc,EAAE;OAC7C,EAA0B,WAAW,EAAE;OACvC,EAA4B,aAAa,EAAE;OAC3C,EAA8B,eAAe,EAAE;OAC/C,EAAE,aAAa,EAAE;OACjB,EAAE,cAAc,EAAE;OAClB,EAGL,0BAA0B,GAC3B;OACM,EAAwB,SAAS,EAAE;OACnC,EAAkC,mBAAmB,EAAE;OACvD,EAAmC,oBAAoB,EAAE;OACzD,EAAmC,iBAAiB,EAAE;OACtD,EAGL,gCAAgC,GACjC;OACM,EAEL,2BAA2B,GAC5B;OACM,EAAmC,oBAAoB,EAAE;OACzD,EAA+B,gBAAgB,EAAE;OACjD,EAAqC,aAAa,EAAE;OACpD,EAAuB,QAAQ,EAAE;OACjC,EAEL,yBAAyB,GAC1B;OACM,EAAE,WAAW,EAAE;OACf,EAAE,aAAa,EAAE"}
|
|
@@ -9,7 +9,7 @@ class InterestPayments extends resource_1.APIResource {
|
|
|
9
9
|
* automatically on the first of each month.
|
|
10
10
|
*/
|
|
11
11
|
create(body, options) {
|
|
12
|
-
return this._client.post('/simulations/
|
|
12
|
+
return this._client.post('/simulations/interest_payments', { body, ...options });
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
exports.InterestPayments = InterestPayments;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interest-payments.js","sourceRoot":"","sources":["../../src/resources/simulations/interest-payments.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAK7C,MAAa,gBAAiB,SAAQ,sBAAW;IAC/C;;;OAGG;IACH,MAAM,CACJ,IAAiC,EACjC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"interest-payments.js","sourceRoot":"","sources":["../../src/resources/simulations/interest-payments.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAK7C,MAAa,gBAAiB,SAAQ,sBAAW;IAC/C;;;OAGG;IACH,MAAM,CACJ,IAAiC,EACjC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;CACF;AAXD,4CAWC;AAwBD,WAAiB,gBAAgB;AAEjC,CAAC,EAFgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAEhC"}
|
|
@@ -6,7 +6,7 @@ export class InterestPayments extends APIResource {
|
|
|
6
6
|
* automatically on the first of each month.
|
|
7
7
|
*/
|
|
8
8
|
create(body, options) {
|
|
9
|
-
return this._client.post('/simulations/
|
|
9
|
+
return this._client.post('/simulations/interest_payments', { body, ...options });
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
(function (InterestPayments) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interest-payments.mjs","sourceRoot":"","sources":["../../src/resources/simulations/interest-payments.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,gBAAiB,SAAQ,WAAW;IAC/C;;;OAGG;IACH,MAAM,CACJ,IAAiC,EACjC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"interest-payments.mjs","sourceRoot":"","sources":["../../src/resources/simulations/interest-payments.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,gBAAiB,SAAQ,WAAW;IAC/C;;;OAGG;IACH,MAAM,CACJ,IAAiC,EACjC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;CACF;AAwBD,WAAiB,gBAAgB;AAEjC,CAAC,EAFgB,gBAAgB,KAAhB,gBAAgB,QAEhC"}
|
|
@@ -8,9 +8,9 @@ export declare class PhysicalCards extends APIResource {
|
|
|
8
8
|
* Card, to simulate e.g., that a physical card was attempted shipped but then
|
|
9
9
|
* failed delivery.
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
advanceShipment(physicalCardId: string, body: PhysicalCardAdvanceShipmentParams, options?: Core.RequestOptions): Core.APIPromise<PhysicalCardsAPI.PhysicalCard>;
|
|
12
12
|
}
|
|
13
|
-
export interface
|
|
13
|
+
export interface PhysicalCardAdvanceShipmentParams {
|
|
14
14
|
/**
|
|
15
15
|
* The shipment status to move the Physical Card to.
|
|
16
16
|
*
|
|
@@ -29,6 +29,6 @@ export interface PhysicalCardShipmentAdvanceParams {
|
|
|
29
29
|
shipment_status: 'pending' | 'canceled' | 'submitted' | 'acknowledged' | 'rejected' | 'shipped' | 'returned';
|
|
30
30
|
}
|
|
31
31
|
export declare namespace PhysicalCards {
|
|
32
|
-
export import
|
|
32
|
+
export import PhysicalCardAdvanceShipmentParams = SimulationsPhysicalCardsAPI.PhysicalCardAdvanceShipmentParams;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=physical-cards.d.ts.map
|
|
@@ -9,8 +9,8 @@ class PhysicalCards extends resource_1.APIResource {
|
|
|
9
9
|
* Card, to simulate e.g., that a physical card was attempted shipped but then
|
|
10
10
|
* failed delivery.
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
return this._client.post(`/simulations/physical_cards/${physicalCardId}/
|
|
12
|
+
advanceShipment(physicalCardId, body, options) {
|
|
13
|
+
return this._client.post(`/simulations/physical_cards/${physicalCardId}/advance_shipment`, {
|
|
14
14
|
body,
|
|
15
15
|
...options,
|
|
16
16
|
});
|
|
@@ -6,8 +6,8 @@ export class PhysicalCards extends APIResource {
|
|
|
6
6
|
* Card, to simulate e.g., that a physical card was attempted shipped but then
|
|
7
7
|
* failed delivery.
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
return this._client.post(`/simulations/physical_cards/${physicalCardId}/
|
|
9
|
+
advanceShipment(physicalCardId, body, options) {
|
|
10
|
+
return this._client.post(`/simulations/physical_cards/${physicalCardId}/advance_shipment`, {
|
|
11
11
|
body,
|
|
12
12
|
...options,
|
|
13
13
|
});
|