increase 0.206.0 → 0.208.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 +35 -0
- package/README.md +1 -1
- package/index.d.mts +2 -8
- package/index.d.ts +2 -8
- package/index.d.ts.map +1 -1
- package/index.js +0 -8
- package/index.js.map +1 -1
- package/index.mjs +0 -8
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/card-payments.d.ts +3 -1
- 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/check-transfers.d.ts +6 -6
- package/resources/check-transfers.d.ts.map +1 -1
- package/resources/declined-transactions.d.ts +3 -1
- 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.d.ts +14 -2
- package/resources/entities.d.ts.map +1 -1
- package/resources/entities.js.map +1 -1
- package/resources/entities.mjs.map +1 -1
- package/resources/event-subscriptions.d.ts +2 -10
- package/resources/event-subscriptions.d.ts.map +1 -1
- package/resources/event-subscriptions.js.map +1 -1
- package/resources/event-subscriptions.mjs.map +1 -1
- package/resources/events.d.ts +2 -6
- package/resources/events.d.ts.map +1 -1
- package/resources/events.js.map +1 -1
- package/resources/events.mjs.map +1 -1
- package/resources/inbound-wire-drawdown-requests.d.ts +1 -1
- package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/inbound-wire-transfers.d.ts +41 -1
- package/resources/inbound-wire-transfers.d.ts.map +1 -1
- package/resources/inbound-wire-transfers.js +9 -0
- package/resources/inbound-wire-transfers.js.map +1 -1
- package/resources/inbound-wire-transfers.mjs +9 -0
- package/resources/inbound-wire-transfers.mjs.map +1 -1
- package/resources/index.d.ts +1 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +1 -8
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +0 -2
- package/resources/index.mjs.map +1 -1
- package/resources/pending-transactions.d.ts +19 -2
- package/resources/pending-transactions.d.ts.map +1 -1
- package/resources/pending-transactions.js.map +1 -1
- package/resources/pending-transactions.mjs.map +1 -1
- package/resources/physical-cards.d.ts +27 -0
- package/resources/physical-cards.d.ts.map +1 -1
- package/resources/physical-cards.js.map +1 -1
- package/resources/physical-cards.mjs.map +1 -1
- package/resources/simulations/card-authorizations.d.ts +3 -1
- package/resources/simulations/card-authorizations.d.ts.map +1 -1
- package/resources/transactions.d.ts +21 -2
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs.map +1 -1
- package/src/index.ts +2 -35
- package/src/resources/card-payments.ts +3 -0
- package/src/resources/check-transfers.ts +7 -7
- package/src/resources/declined-transactions.ts +3 -0
- package/src/resources/entities.ts +18 -2
- package/src/resources/event-subscriptions.ts +0 -12
- package/src/resources/events.ts +0 -8
- package/src/resources/inbound-wire-drawdown-requests.ts +1 -1
- package/src/resources/inbound-wire-transfers.ts +55 -0
- package/src/resources/index.ts +1 -13
- package/src/resources/pending-transactions.ts +21 -0
- package/src/resources/physical-cards.ts +31 -0
- package/src/resources/simulations/card-authorizations.ts +3 -0
- package/src/resources/transactions.ts +23 -0
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/proof-of-authorization-request-submissions.d.ts +0 -188
- package/resources/proof-of-authorization-request-submissions.d.ts.map +0 -1
- package/resources/proof-of-authorization-request-submissions.js +0 -34
- package/resources/proof-of-authorization-request-submissions.js.map +0 -1
- package/resources/proof-of-authorization-request-submissions.mjs +0 -29
- package/resources/proof-of-authorization-request-submissions.mjs.map +0 -1
- package/resources/proof-of-authorization-requests.d.ts +0 -85
- package/resources/proof-of-authorization-requests.d.ts.map +0 -1
- package/resources/proof-of-authorization-requests.js +0 -30
- package/resources/proof-of-authorization-requests.js.map +0 -1
- package/resources/proof-of-authorization-requests.mjs +0 -25
- package/resources/proof-of-authorization-requests.mjs.map +0 -1
- package/src/resources/proof-of-authorization-request-submissions.ts +0 -266
- package/src/resources/proof-of-authorization-requests.ts +0 -130
|
@@ -264,6 +264,8 @@ export namespace Transaction {
|
|
|
264
264
|
* object.
|
|
265
265
|
* - `wire_transfer_intention` - Wire Transfer Intention: details will be under the
|
|
266
266
|
* `wire_transfer_intention` object.
|
|
267
|
+
* - `swift_transfer_intention` - Swift Transfer Intention: details will be under
|
|
268
|
+
* the `swift_transfer_intention` object.
|
|
267
269
|
* - `other` - The Transaction was made for an undocumented or deprecated reason.
|
|
268
270
|
*/
|
|
269
271
|
category:
|
|
@@ -295,6 +297,7 @@ export namespace Transaction {
|
|
|
295
297
|
| 'real_time_payments_transfer_acknowledgement'
|
|
296
298
|
| 'sample_funds'
|
|
297
299
|
| 'wire_transfer_intention'
|
|
300
|
+
| 'swift_transfer_intention'
|
|
298
301
|
| 'other';
|
|
299
302
|
|
|
300
303
|
/**
|
|
@@ -444,6 +447,13 @@ export namespace Transaction {
|
|
|
444
447
|
*/
|
|
445
448
|
sample_funds: Source.SampleFunds | null;
|
|
446
449
|
|
|
450
|
+
/**
|
|
451
|
+
* A Swift Transfer Intention object. This field will be present in the JSON
|
|
452
|
+
* response if and only if `category` is equal to `swift_transfer_intention`. A
|
|
453
|
+
* Swift Transfer initiated via Increase.
|
|
454
|
+
*/
|
|
455
|
+
swift_transfer_intention: Source.SwiftTransferIntention | null;
|
|
456
|
+
|
|
447
457
|
/**
|
|
448
458
|
* A Wire Transfer Intention object. This field will be present in the JSON
|
|
449
459
|
* response if and only if `category` is equal to `wire_transfer_intention`. A Wire
|
|
@@ -3348,6 +3358,18 @@ export namespace Transaction {
|
|
|
3348
3358
|
originator: string;
|
|
3349
3359
|
}
|
|
3350
3360
|
|
|
3361
|
+
/**
|
|
3362
|
+
* A Swift Transfer Intention object. This field will be present in the JSON
|
|
3363
|
+
* response if and only if `category` is equal to `swift_transfer_intention`. A
|
|
3364
|
+
* Swift Transfer initiated via Increase.
|
|
3365
|
+
*/
|
|
3366
|
+
export interface SwiftTransferIntention {
|
|
3367
|
+
/**
|
|
3368
|
+
* The identifier of the Swift Transfer that led to this Transaction.
|
|
3369
|
+
*/
|
|
3370
|
+
transfer_id: string;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3351
3373
|
/**
|
|
3352
3374
|
* A Wire Transfer Intention object. This field will be present in the JSON
|
|
3353
3375
|
* response if and only if `category` is equal to `wire_transfer_intention`. A Wire
|
|
@@ -3434,6 +3456,7 @@ export namespace TransactionListParams {
|
|
|
3434
3456
|
| 'real_time_payments_transfer_acknowledgement'
|
|
3435
3457
|
| 'sample_funds'
|
|
3436
3458
|
| 'wire_transfer_intention'
|
|
3459
|
+
| 'swift_transfer_intention'
|
|
3437
3460
|
| 'other'
|
|
3438
3461
|
>;
|
|
3439
3462
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.208.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.208.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.208.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../resource.js";
|
|
2
|
-
import * as Core from "../core.js";
|
|
3
|
-
import { Page, type PageParams } from "../pagination.js";
|
|
4
|
-
export declare class ProofOfAuthorizationRequestSubmissions extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Submit Proof of Authorization
|
|
7
|
-
*/
|
|
8
|
-
create(body: ProofOfAuthorizationRequestSubmissionCreateParams, options?: Core.RequestOptions): Core.APIPromise<ProofOfAuthorizationRequestSubmission>;
|
|
9
|
-
/**
|
|
10
|
-
* Retrieve a Proof of Authorization Request Submission
|
|
11
|
-
*/
|
|
12
|
-
retrieve(proofOfAuthorizationRequestSubmissionId: string, options?: Core.RequestOptions): Core.APIPromise<ProofOfAuthorizationRequestSubmission>;
|
|
13
|
-
/**
|
|
14
|
-
* List Proof of Authorization Request Submissions
|
|
15
|
-
*/
|
|
16
|
-
list(query?: ProofOfAuthorizationRequestSubmissionListParams, options?: Core.RequestOptions): Core.PagePromise<ProofOfAuthorizationRequestSubmissionsPage, ProofOfAuthorizationRequestSubmission>;
|
|
17
|
-
list(options?: Core.RequestOptions): Core.PagePromise<ProofOfAuthorizationRequestSubmissionsPage, ProofOfAuthorizationRequestSubmission>;
|
|
18
|
-
}
|
|
19
|
-
export declare class ProofOfAuthorizationRequestSubmissionsPage extends Page<ProofOfAuthorizationRequestSubmission> {
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Information submitted in response to a proof of authorization request. Per
|
|
23
|
-
* Nacha's guidance on proof of authorization, the originator must ensure that the
|
|
24
|
-
* authorization complies with applicable legal requirements, is readily
|
|
25
|
-
* identifiable as an authorization, and has clear and readily understandable
|
|
26
|
-
* terms.
|
|
27
|
-
*/
|
|
28
|
-
export interface ProofOfAuthorizationRequestSubmission {
|
|
29
|
-
/**
|
|
30
|
-
* The Proof of Authorization Request Submission identifier.
|
|
31
|
-
*/
|
|
32
|
-
id: string;
|
|
33
|
-
/**
|
|
34
|
-
* Files containing additional evidence.
|
|
35
|
-
*/
|
|
36
|
-
additional_evidence_files: Array<ProofOfAuthorizationRequestSubmission.AdditionalEvidenceFile>;
|
|
37
|
-
/**
|
|
38
|
-
* Terms of authorization.
|
|
39
|
-
*/
|
|
40
|
-
authorization_terms: string;
|
|
41
|
-
/**
|
|
42
|
-
* Time of authorization.
|
|
43
|
-
*/
|
|
44
|
-
authorized_at: string;
|
|
45
|
-
/**
|
|
46
|
-
* Company of the authorizer.
|
|
47
|
-
*/
|
|
48
|
-
authorizer_company: string | null;
|
|
49
|
-
/**
|
|
50
|
-
* Email of the authorizer.
|
|
51
|
-
*/
|
|
52
|
-
authorizer_email: string | null;
|
|
53
|
-
/**
|
|
54
|
-
* IP address of the authorizer.
|
|
55
|
-
*/
|
|
56
|
-
authorizer_ip_address: string | null;
|
|
57
|
-
/**
|
|
58
|
-
* Name of the authorizer.
|
|
59
|
-
*/
|
|
60
|
-
authorizer_name: string | null;
|
|
61
|
-
/**
|
|
62
|
-
* The time the Proof of Authorization Request Submission was created.
|
|
63
|
-
*/
|
|
64
|
-
created_at: string;
|
|
65
|
-
/**
|
|
66
|
-
* Whether the customer has been offboarded.
|
|
67
|
-
*/
|
|
68
|
-
customer_has_been_offboarded: boolean | null;
|
|
69
|
-
/**
|
|
70
|
-
* The idempotency key you chose for this object. This value is unique across
|
|
71
|
-
* Increase and is used to ensure that a request is only processed once. Learn more
|
|
72
|
-
* about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
73
|
-
*/
|
|
74
|
-
idempotency_key: string | null;
|
|
75
|
-
/**
|
|
76
|
-
* ID of the proof of authorization request.
|
|
77
|
-
*/
|
|
78
|
-
proof_of_authorization_request_id: string;
|
|
79
|
-
/**
|
|
80
|
-
* Status of the proof of authorization request submission.
|
|
81
|
-
*
|
|
82
|
-
* - `pending_review` - The proof of authorization request submission is pending
|
|
83
|
-
* review.
|
|
84
|
-
* - `rejected` - The proof of authorization request submission was rejected.
|
|
85
|
-
* - `canceled` - The proof of authorization request submission was canceled and
|
|
86
|
-
* replaced with another.
|
|
87
|
-
* - `pending_sending` - The proof of authorization request submission is pending
|
|
88
|
-
* sending.
|
|
89
|
-
* - `sent` - The proof of authorization request submission was sent.
|
|
90
|
-
*/
|
|
91
|
-
status: 'pending_review' | 'rejected' | 'canceled' | 'pending_sending' | 'sent';
|
|
92
|
-
/**
|
|
93
|
-
* A constant representing the object's type. For this resource it will always be
|
|
94
|
-
* `proof_of_authorization_request_submission`.
|
|
95
|
-
*/
|
|
96
|
-
type: 'proof_of_authorization_request_submission';
|
|
97
|
-
/**
|
|
98
|
-
* The time the Proof of Authorization Request Submission was last updated.
|
|
99
|
-
*/
|
|
100
|
-
updated_at: string;
|
|
101
|
-
/**
|
|
102
|
-
* Whether account ownership was validated via credential (for instance, Plaid).
|
|
103
|
-
*/
|
|
104
|
-
validated_account_ownership_via_credential: boolean | null;
|
|
105
|
-
/**
|
|
106
|
-
* Whether account ownership was validated with an account statement.
|
|
107
|
-
*/
|
|
108
|
-
validated_account_ownership_with_account_statement: boolean | null;
|
|
109
|
-
/**
|
|
110
|
-
* Whether account ownership was validated with microdeposit.
|
|
111
|
-
*/
|
|
112
|
-
validated_account_ownership_with_microdeposit: boolean | null;
|
|
113
|
-
}
|
|
114
|
-
export declare namespace ProofOfAuthorizationRequestSubmission {
|
|
115
|
-
interface AdditionalEvidenceFile {
|
|
116
|
-
/**
|
|
117
|
-
* The File identifier.
|
|
118
|
-
*/
|
|
119
|
-
file_id: string;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
export interface ProofOfAuthorizationRequestSubmissionCreateParams {
|
|
123
|
-
/**
|
|
124
|
-
* Terms of authorization.
|
|
125
|
-
*/
|
|
126
|
-
authorization_terms: string;
|
|
127
|
-
/**
|
|
128
|
-
* Time of authorization.
|
|
129
|
-
*/
|
|
130
|
-
authorized_at: string;
|
|
131
|
-
/**
|
|
132
|
-
* Email of the authorizer.
|
|
133
|
-
*/
|
|
134
|
-
authorizer_email: string;
|
|
135
|
-
/**
|
|
136
|
-
* Name of the authorizer.
|
|
137
|
-
*/
|
|
138
|
-
authorizer_name: string;
|
|
139
|
-
/**
|
|
140
|
-
* Whether the customer has been offboarded or suspended.
|
|
141
|
-
*/
|
|
142
|
-
customer_has_been_offboarded: boolean;
|
|
143
|
-
/**
|
|
144
|
-
* ID of the proof of authorization request.
|
|
145
|
-
*/
|
|
146
|
-
proof_of_authorization_request_id: string;
|
|
147
|
-
/**
|
|
148
|
-
* Whether the account ownership was validated via credential (e.g. Plaid).
|
|
149
|
-
*/
|
|
150
|
-
validated_account_ownership_via_credential: boolean;
|
|
151
|
-
/**
|
|
152
|
-
* Whether the account ownership was validated with an account statement.
|
|
153
|
-
*/
|
|
154
|
-
validated_account_ownership_with_account_statement: boolean;
|
|
155
|
-
/**
|
|
156
|
-
* Whether the account ownership was validated with a microdeposit.
|
|
157
|
-
*/
|
|
158
|
-
validated_account_ownership_with_microdeposit: boolean;
|
|
159
|
-
/**
|
|
160
|
-
* File containing additional evidence.
|
|
161
|
-
*/
|
|
162
|
-
additional_evidence_file_id?: string;
|
|
163
|
-
/**
|
|
164
|
-
* Company of the authorizer.
|
|
165
|
-
*/
|
|
166
|
-
authorizer_company?: string;
|
|
167
|
-
/**
|
|
168
|
-
* IP address of the authorizer.
|
|
169
|
-
*/
|
|
170
|
-
authorizer_ip_address?: string;
|
|
171
|
-
}
|
|
172
|
-
export interface ProofOfAuthorizationRequestSubmissionListParams extends PageParams {
|
|
173
|
-
/**
|
|
174
|
-
* Filter records to the one with the specified `idempotency_key` you chose for
|
|
175
|
-
* that object. This value is unique across Increase and is used to ensure that a
|
|
176
|
-
* request is only processed once. Learn more about
|
|
177
|
-
* [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
178
|
-
*/
|
|
179
|
-
idempotency_key?: string;
|
|
180
|
-
/**
|
|
181
|
-
* ID of the proof of authorization request.
|
|
182
|
-
*/
|
|
183
|
-
proof_of_authorization_request_id?: string;
|
|
184
|
-
}
|
|
185
|
-
export declare namespace ProofOfAuthorizationRequestSubmissions {
|
|
186
|
-
export { type ProofOfAuthorizationRequestSubmission as ProofOfAuthorizationRequestSubmission, ProofOfAuthorizationRequestSubmissionsPage as ProofOfAuthorizationRequestSubmissionsPage, type ProofOfAuthorizationRequestSubmissionCreateParams as ProofOfAuthorizationRequestSubmissionCreateParams, type ProofOfAuthorizationRequestSubmissionListParams as ProofOfAuthorizationRequestSubmissionListParams, };
|
|
187
|
-
}
|
|
188
|
-
//# sourceMappingURL=proof-of-authorization-request-submissions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proof-of-authorization-request-submissions.d.ts","sourceRoot":"","sources":["../src/resources/proof-of-authorization-request-submissions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,34 +0,0 @@
|
|
|
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.ProofOfAuthorizationRequestSubmissionsPage = exports.ProofOfAuthorizationRequestSubmissions = void 0;
|
|
5
|
-
const resource_1 = require("../resource.js");
|
|
6
|
-
const core_1 = require("../core.js");
|
|
7
|
-
const pagination_1 = require("../pagination.js");
|
|
8
|
-
class ProofOfAuthorizationRequestSubmissions extends resource_1.APIResource {
|
|
9
|
-
/**
|
|
10
|
-
* Submit Proof of Authorization
|
|
11
|
-
*/
|
|
12
|
-
create(body, options) {
|
|
13
|
-
return this._client.post('/proof_of_authorization_request_submissions', { body, ...options });
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Retrieve a Proof of Authorization Request Submission
|
|
17
|
-
*/
|
|
18
|
-
retrieve(proofOfAuthorizationRequestSubmissionId, options) {
|
|
19
|
-
return this._client.get(`/proof_of_authorization_request_submissions/${proofOfAuthorizationRequestSubmissionId}`, options);
|
|
20
|
-
}
|
|
21
|
-
list(query = {}, options) {
|
|
22
|
-
if ((0, core_1.isRequestOptions)(query)) {
|
|
23
|
-
return this.list({}, query);
|
|
24
|
-
}
|
|
25
|
-
return this._client.getAPIList('/proof_of_authorization_request_submissions', ProofOfAuthorizationRequestSubmissionsPage, { query, ...options });
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
exports.ProofOfAuthorizationRequestSubmissions = ProofOfAuthorizationRequestSubmissions;
|
|
29
|
-
class ProofOfAuthorizationRequestSubmissionsPage extends pagination_1.Page {
|
|
30
|
-
}
|
|
31
|
-
exports.ProofOfAuthorizationRequestSubmissionsPage = ProofOfAuthorizationRequestSubmissionsPage;
|
|
32
|
-
ProofOfAuthorizationRequestSubmissions.ProofOfAuthorizationRequestSubmissionsPage =
|
|
33
|
-
ProofOfAuthorizationRequestSubmissionsPage;
|
|
34
|
-
//# sourceMappingURL=proof-of-authorization-request-submissions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proof-of-authorization-request-submissions.js","sourceRoot":"","sources":["../src/resources/proof-of-authorization-request-submissions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CAA0C;AAC1C,qCAA2C;AAE3C,iDAAsD;AAEtD,MAAa,sCAAuC,SAAQ,sBAAW;IACrE;;OAEG;IACH,MAAM,CACJ,IAAuD,EACvD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6CAA6C,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChG,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,uCAA+C,EAC/C,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CACrB,+CAA+C,uCAAuC,EAAE,EACxF,OAAO,CACR,CAAC;IACJ,CAAC;IAYD,IAAI,CACF,QAA+E,EAAE,EACjF,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,6CAA6C,EAC7C,0CAA0C,EAC1C,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;CACF;AA/CD,wFA+CC;AAED,MAAa,0CAA2C,SAAQ,iBAA2C;CAAG;AAA9G,gGAA8G;AAuM9G,sCAAsC,CAAC,0CAA0C;IAC/E,0CAA0C,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../resource.mjs";
|
|
3
|
-
import { isRequestOptions } from "../core.mjs";
|
|
4
|
-
import { Page } from "../pagination.mjs";
|
|
5
|
-
export class ProofOfAuthorizationRequestSubmissions extends APIResource {
|
|
6
|
-
/**
|
|
7
|
-
* Submit Proof of Authorization
|
|
8
|
-
*/
|
|
9
|
-
create(body, options) {
|
|
10
|
-
return this._client.post('/proof_of_authorization_request_submissions', { body, ...options });
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Retrieve a Proof of Authorization Request Submission
|
|
14
|
-
*/
|
|
15
|
-
retrieve(proofOfAuthorizationRequestSubmissionId, options) {
|
|
16
|
-
return this._client.get(`/proof_of_authorization_request_submissions/${proofOfAuthorizationRequestSubmissionId}`, options);
|
|
17
|
-
}
|
|
18
|
-
list(query = {}, options) {
|
|
19
|
-
if (isRequestOptions(query)) {
|
|
20
|
-
return this.list({}, query);
|
|
21
|
-
}
|
|
22
|
-
return this._client.getAPIList('/proof_of_authorization_request_submissions', ProofOfAuthorizationRequestSubmissionsPage, { query, ...options });
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
export class ProofOfAuthorizationRequestSubmissionsPage extends Page {
|
|
26
|
-
}
|
|
27
|
-
ProofOfAuthorizationRequestSubmissions.ProofOfAuthorizationRequestSubmissionsPage =
|
|
28
|
-
ProofOfAuthorizationRequestSubmissionsPage;
|
|
29
|
-
//# sourceMappingURL=proof-of-authorization-request-submissions.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proof-of-authorization-request-submissions.mjs","sourceRoot":"","sources":["../src/resources/proof-of-authorization-request-submissions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,sCAAuC,SAAQ,WAAW;IACrE;;OAEG;IACH,MAAM,CACJ,IAAuD,EACvD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6CAA6C,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChG,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,uCAA+C,EAC/C,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CACrB,+CAA+C,uCAAuC,EAAE,EACxF,OAAO,CACR,CAAC;IACJ,CAAC;IAYD,IAAI,CACF,QAA+E,EAAE,EACjF,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,6CAA6C,EAC7C,0CAA0C,EAC1C,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;CACF;AAED,MAAM,OAAO,0CAA2C,SAAQ,IAA2C;CAAG;AAuM9G,sCAAsC,CAAC,0CAA0C;IAC/E,0CAA0C,CAAC"}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../resource.js";
|
|
2
|
-
import * as Core from "../core.js";
|
|
3
|
-
import { Page, type PageParams } from "../pagination.js";
|
|
4
|
-
export declare class ProofOfAuthorizationRequests extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Retrieve a Proof of Authorization Request
|
|
7
|
-
*/
|
|
8
|
-
retrieve(proofOfAuthorizationRequestId: string, options?: Core.RequestOptions): Core.APIPromise<ProofOfAuthorizationRequest>;
|
|
9
|
-
/**
|
|
10
|
-
* List Proof of Authorization Requests
|
|
11
|
-
*/
|
|
12
|
-
list(query?: ProofOfAuthorizationRequestListParams, options?: Core.RequestOptions): Core.PagePromise<ProofOfAuthorizationRequestsPage, ProofOfAuthorizationRequest>;
|
|
13
|
-
list(options?: Core.RequestOptions): Core.PagePromise<ProofOfAuthorizationRequestsPage, ProofOfAuthorizationRequest>;
|
|
14
|
-
}
|
|
15
|
-
export declare class ProofOfAuthorizationRequestsPage extends Page<ProofOfAuthorizationRequest> {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* A request for proof of authorization for one or more ACH debit transfers.
|
|
19
|
-
*/
|
|
20
|
-
export interface ProofOfAuthorizationRequest {
|
|
21
|
-
/**
|
|
22
|
-
* The Proof of Authorization Request identifier.
|
|
23
|
-
*/
|
|
24
|
-
id: string;
|
|
25
|
-
/**
|
|
26
|
-
* The ACH Transfers associated with the request.
|
|
27
|
-
*/
|
|
28
|
-
ach_transfers: Array<ProofOfAuthorizationRequest.ACHTransfer>;
|
|
29
|
-
/**
|
|
30
|
-
* The time the Proof of Authorization Request was created.
|
|
31
|
-
*/
|
|
32
|
-
created_at: string;
|
|
33
|
-
/**
|
|
34
|
-
* The time the Proof of Authorization Request is due.
|
|
35
|
-
*/
|
|
36
|
-
due_on: string;
|
|
37
|
-
/**
|
|
38
|
-
* A constant representing the object's type. For this resource it will always be
|
|
39
|
-
* `proof_of_authorization_request`.
|
|
40
|
-
*/
|
|
41
|
-
type: 'proof_of_authorization_request';
|
|
42
|
-
/**
|
|
43
|
-
* The time the Proof of Authorization Request was last updated.
|
|
44
|
-
*/
|
|
45
|
-
updated_at: string;
|
|
46
|
-
}
|
|
47
|
-
export declare namespace ProofOfAuthorizationRequest {
|
|
48
|
-
interface ACHTransfer {
|
|
49
|
-
/**
|
|
50
|
-
* The ACH Transfer identifier.
|
|
51
|
-
*/
|
|
52
|
-
id: string;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
export interface ProofOfAuthorizationRequestListParams extends PageParams {
|
|
56
|
-
created_at?: ProofOfAuthorizationRequestListParams.CreatedAt;
|
|
57
|
-
}
|
|
58
|
-
export declare namespace ProofOfAuthorizationRequestListParams {
|
|
59
|
-
interface CreatedAt {
|
|
60
|
-
/**
|
|
61
|
-
* Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
62
|
-
* timestamp.
|
|
63
|
-
*/
|
|
64
|
-
after?: string;
|
|
65
|
-
/**
|
|
66
|
-
* Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
67
|
-
* timestamp.
|
|
68
|
-
*/
|
|
69
|
-
before?: string;
|
|
70
|
-
/**
|
|
71
|
-
* Return results on or after this
|
|
72
|
-
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
73
|
-
*/
|
|
74
|
-
on_or_after?: string;
|
|
75
|
-
/**
|
|
76
|
-
* Return results on or before this
|
|
77
|
-
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
78
|
-
*/
|
|
79
|
-
on_or_before?: string;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
export declare namespace ProofOfAuthorizationRequests {
|
|
83
|
-
export { type ProofOfAuthorizationRequest as ProofOfAuthorizationRequest, ProofOfAuthorizationRequestsPage as ProofOfAuthorizationRequestsPage, type ProofOfAuthorizationRequestListParams as ProofOfAuthorizationRequestListParams, };
|
|
84
|
-
}
|
|
85
|
-
//# sourceMappingURL=proof-of-authorization-requests.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proof-of-authorization-requests.d.ts","sourceRoot":"","sources":["../src/resources/proof-of-authorization-requests.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,MAAM,eAAe,CAAC;AAEtD,qBAAa,4BAA6B,SAAQ,WAAW;IAC3D;;OAEG;IACH,QAAQ,CACN,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAI/C;;OAEG;IACH,IAAI,CACF,KAAK,CAAC,EAAE,qCAAqC,EAC7C,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,gCAAgC,EAAE,2BAA2B,CAAC;IAClF,IAAI,CACF,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,gCAAgC,EAAE,2BAA2B,CAAC;CAanF;AAED,qBAAa,gCAAiC,SAAQ,IAAI,CAAC,2BAA2B,CAAC;CAAG;AAE1F;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,2BAA2B,CAAC,WAAW,CAAC,CAAC;IAE9D;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,EAAE,gCAAgC,CAAC;IAEvC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,yBAAiB,2BAA2B,CAAC;IAC3C,UAAiB,WAAW;QAC1B;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ;CACF;AAED,MAAM,WAAW,qCAAsC,SAAQ,UAAU;IACvE,UAAU,CAAC,EAAE,qCAAqC,CAAC,SAAS,CAAC;CAC9D;AAED,yBAAiB,qCAAqC,CAAC;IACrD,UAAiB,SAAS;QACxB;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAID,MAAM,CAAC,OAAO,WAAW,4BAA4B,CAAC;IACpD,OAAO,EACL,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,gCAAgC,IAAI,gCAAgC,EACpE,KAAK,qCAAqC,IAAI,qCAAqC,GACpF,CAAC;CACH"}
|
|
@@ -1,30 +0,0 @@
|
|
|
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.ProofOfAuthorizationRequestsPage = exports.ProofOfAuthorizationRequests = void 0;
|
|
5
|
-
const resource_1 = require("../resource.js");
|
|
6
|
-
const core_1 = require("../core.js");
|
|
7
|
-
const pagination_1 = require("../pagination.js");
|
|
8
|
-
class ProofOfAuthorizationRequests extends resource_1.APIResource {
|
|
9
|
-
/**
|
|
10
|
-
* Retrieve a Proof of Authorization Request
|
|
11
|
-
*/
|
|
12
|
-
retrieve(proofOfAuthorizationRequestId, options) {
|
|
13
|
-
return this._client.get(`/proof_of_authorization_requests/${proofOfAuthorizationRequestId}`, options);
|
|
14
|
-
}
|
|
15
|
-
list(query = {}, options) {
|
|
16
|
-
if ((0, core_1.isRequestOptions)(query)) {
|
|
17
|
-
return this.list({}, query);
|
|
18
|
-
}
|
|
19
|
-
return this._client.getAPIList('/proof_of_authorization_requests', ProofOfAuthorizationRequestsPage, {
|
|
20
|
-
query,
|
|
21
|
-
...options,
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
exports.ProofOfAuthorizationRequests = ProofOfAuthorizationRequests;
|
|
26
|
-
class ProofOfAuthorizationRequestsPage extends pagination_1.Page {
|
|
27
|
-
}
|
|
28
|
-
exports.ProofOfAuthorizationRequestsPage = ProofOfAuthorizationRequestsPage;
|
|
29
|
-
ProofOfAuthorizationRequests.ProofOfAuthorizationRequestsPage = ProofOfAuthorizationRequestsPage;
|
|
30
|
-
//# sourceMappingURL=proof-of-authorization-requests.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proof-of-authorization-requests.js","sourceRoot":"","sources":["../src/resources/proof-of-authorization-requests.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CAA0C;AAC1C,qCAA2C;AAE3C,iDAAsD;AAEtD,MAAa,4BAA6B,SAAQ,sBAAW;IAC3D;;OAEG;IACH,QAAQ,CACN,6BAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,oCAAoC,6BAA6B,EAAE,EAAE,OAAO,CAAC,CAAC;IACxG,CAAC;IAYD,IAAI,CACF,QAAqE,EAAE,EACvE,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,kCAAkC,EAAE,gCAAgC,EAAE;YACnG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAjCD,oEAiCC;AAED,MAAa,gCAAiC,SAAQ,iBAAiC;CAAG;AAA1F,4EAA0F;AA+E1F,4BAA4B,CAAC,gCAAgC,GAAG,gCAAgC,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../resource.mjs";
|
|
3
|
-
import { isRequestOptions } from "../core.mjs";
|
|
4
|
-
import { Page } from "../pagination.mjs";
|
|
5
|
-
export class ProofOfAuthorizationRequests extends APIResource {
|
|
6
|
-
/**
|
|
7
|
-
* Retrieve a Proof of Authorization Request
|
|
8
|
-
*/
|
|
9
|
-
retrieve(proofOfAuthorizationRequestId, options) {
|
|
10
|
-
return this._client.get(`/proof_of_authorization_requests/${proofOfAuthorizationRequestId}`, options);
|
|
11
|
-
}
|
|
12
|
-
list(query = {}, options) {
|
|
13
|
-
if (isRequestOptions(query)) {
|
|
14
|
-
return this.list({}, query);
|
|
15
|
-
}
|
|
16
|
-
return this._client.getAPIList('/proof_of_authorization_requests', ProofOfAuthorizationRequestsPage, {
|
|
17
|
-
query,
|
|
18
|
-
...options,
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
export class ProofOfAuthorizationRequestsPage extends Page {
|
|
23
|
-
}
|
|
24
|
-
ProofOfAuthorizationRequests.ProofOfAuthorizationRequestsPage = ProofOfAuthorizationRequestsPage;
|
|
25
|
-
//# sourceMappingURL=proof-of-authorization-requests.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proof-of-authorization-requests.mjs","sourceRoot":"","sources":["../src/resources/proof-of-authorization-requests.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,EAAE,IAAI,EAAmB;AAEhC,MAAM,OAAO,4BAA6B,SAAQ,WAAW;IAC3D;;OAEG;IACH,QAAQ,CACN,6BAAqC,EACrC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,oCAAoC,6BAA6B,EAAE,EAAE,OAAO,CAAC,CAAC;IACxG,CAAC;IAYD,IAAI,CACF,QAAqE,EAAE,EACvE,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,kCAAkC,EAAE,gCAAgC,EAAE;YACnG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,gCAAiC,SAAQ,IAAiC;CAAG;AA+E1F,4BAA4B,CAAC,gCAAgC,GAAG,gCAAgC,CAAC"}
|