increase 0.7.1 → 0.8.1
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 +71 -0
- package/README.md +8 -4
- package/_shims/ReadableStream.d.ts +38 -0
- package/_shims/ReadableStream.js +5 -0
- package/_shims/ReadableStream.mjs +7 -0
- package/_shims/ReadableStream.node.d.ts +6 -0
- package/_shims/ReadableStream.node.d.ts.map +1 -0
- package/_shims/ReadableStream.node.js +14 -0
- package/_shims/ReadableStream.node.js.map +1 -0
- package/_shims/ReadableStream.node.mjs +3 -0
- package/_shims/ReadableStream.node.mjs.map +1 -0
- package/_shims/fetch.js +1 -1
- package/core.d.ts +11 -10
- package/core.d.ts.map +1 -1
- package/core.js +123 -60
- package/core.js.map +1 -1
- package/core.mjs +113 -20
- package/core.mjs.map +1 -1
- package/error.d.ts +1 -0
- package/error.d.ts.map +1 -1
- package/error.js +12 -3
- package/error.js.map +1 -1
- package/error.mjs +12 -3
- package/error.mjs.map +1 -1
- package/index.d.mts +9 -5
- package/index.d.ts +9 -5
- package/index.d.ts.map +1 -1
- package/index.js +15 -11
- package/index.js.map +1 -1
- package/index.mjs +15 -11
- package/index.mjs.map +1 -1
- package/package.json +4 -4
- package/resources/account-numbers.d.ts.map +1 -1
- package/resources/account-statements.d.ts.map +1 -1
- package/resources/account-transfers.d.ts.map +1 -1
- package/resources/accounts.d.ts.map +1 -1
- package/resources/ach-prenotifications.d.ts.map +1 -1
- package/resources/ach-transfers.d.ts.map +1 -1
- package/resources/balance-lookups.d.ts.map +1 -1
- package/resources/bookkeeping-accounts.d.ts.map +1 -1
- package/resources/bookkeeping-entries.d.ts.map +1 -1
- package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
- package/resources/card-disputes.d.ts.map +1 -1
- package/resources/card-profiles.d.ts +17 -4
- package/resources/card-profiles.d.ts.map +1 -1
- package/resources/card-profiles.js.map +1 -1
- package/resources/card-profiles.mjs.map +1 -1
- package/resources/card-purchase-supplements.d.ts +270 -0
- package/resources/card-purchase-supplements.d.ts.map +1 -0
- package/resources/card-purchase-supplements.js +28 -0
- package/resources/card-purchase-supplements.js.map +1 -0
- package/resources/card-purchase-supplements.mjs +21 -0
- package/resources/card-purchase-supplements.mjs.map +1 -0
- package/resources/cards.d.ts.map +1 -1
- package/resources/check-deposits.d.ts.map +1 -1
- package/resources/check-transfers.d.ts +184 -98
- package/resources/check-transfers.d.ts.map +1 -1
- package/resources/check-transfers.js.map +1 -1
- package/resources/check-transfers.mjs.map +1 -1
- package/resources/declined-transactions.d.ts +9 -7
- 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/digital-wallet-tokens.d.ts.map +1 -1
- package/resources/documents.d.ts.map +1 -1
- package/resources/entities/beneficial-owners.d.ts +219 -0
- package/resources/entities/beneficial-owners.d.ts.map +1 -0
- package/resources/entities/beneficial-owners.js +18 -0
- package/resources/entities/beneficial-owners.js.map +1 -0
- package/resources/entities/beneficial-owners.mjs +12 -0
- package/resources/entities/beneficial-owners.mjs.map +1 -0
- package/resources/entities/entities.d.ts +4 -0
- package/resources/entities/entities.d.ts.map +1 -1
- package/resources/entities/entities.js +3 -0
- package/resources/entities/entities.js.map +1 -1
- package/resources/entities/entities.mjs +3 -0
- package/resources/entities/entities.mjs.map +1 -1
- package/resources/entities/index.d.ts +1 -0
- package/resources/entities/index.d.ts.map +1 -1
- package/resources/entities/index.js +8 -0
- package/resources/entities/index.js.map +1 -1
- package/resources/entities/index.mjs +1 -0
- package/resources/entities/index.mjs.map +1 -1
- package/resources/entities/supplemental-documents.d.ts.map +1 -1
- package/resources/event-subscriptions.d.ts.map +1 -1
- package/resources/events.d.ts.map +1 -1
- package/resources/exports.d.ts.map +1 -1
- package/resources/external-accounts.d.ts.map +1 -1
- package/resources/files.d.ts.map +1 -1
- package/resources/groups.d.ts.map +1 -1
- package/resources/inbound-ach-transfer-returns.d.ts.map +1 -1
- package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/index.d.ts +6 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +18 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/limits.d.ts +2 -2
- package/resources/limits.d.ts.map +1 -1
- package/resources/oauth-connections.d.ts.map +1 -1
- package/resources/pending-transactions.d.ts +11 -7
- 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/programs.d.ts.map +1 -1
- package/resources/real-time-decisions.d.ts +49 -7
- package/resources/real-time-decisions.d.ts.map +1 -1
- package/resources/real-time-decisions.js.map +1 -1
- package/resources/real-time-decisions.mjs.map +1 -1
- package/resources/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/routing-numbers.d.ts.map +1 -1
- package/resources/shared.d.ts +2 -0
- package/resources/shared.d.ts.map +1 -1
- package/resources/simulations/account-statements.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.d.ts +952 -26
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.js.map +1 -1
- package/resources/simulations/ach-transfers.mjs.map +1 -1
- package/resources/simulations/card-disputes.d.ts.map +1 -1
- package/resources/simulations/card-refunds.d.ts.map +1 -1
- package/resources/simulations/cards.d.ts +20 -14
- package/resources/simulations/cards.d.ts.map +1 -1
- package/resources/simulations/cards.js.map +1 -1
- package/resources/simulations/cards.mjs.map +1 -1
- package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
- package/resources/simulations/documents.d.ts.map +1 -1
- package/resources/simulations/inbound-funds-holds.d.ts +4 -0
- package/resources/simulations/inbound-funds-holds.d.ts.map +1 -1
- package/resources/simulations/inbound-funds-holds.js.map +1 -1
- package/resources/simulations/inbound-funds-holds.mjs.map +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/simulations/interest-payments.d.ts +951 -19
- package/resources/simulations/interest-payments.d.ts.map +1 -1
- package/resources/simulations/interest-payments.js.map +1 -1
- package/resources/simulations/interest-payments.mjs.map +1 -1
- package/resources/simulations/programs.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.d.ts +952 -26
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.js.map +1 -1
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
- package/resources/simulations/simulations.d.ts.map +1 -1
- package/resources/simulations/simulations.js.map +1 -1
- package/resources/simulations/wire-transfers.d.ts +943 -19
- package/resources/simulations/wire-transfers.d.ts.map +1 -1
- package/resources/simulations/wire-transfers.js.map +1 -1
- package/resources/simulations/wire-transfers.mjs.map +1 -1
- package/resources/transactions.d.ts +943 -20
- 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-drawdown-requests.d.ts.map +1 -1
- package/resources/wire-transfers.d.ts.map +1 -1
- package/src/_shims/ReadableStream.d.ts +38 -0
- package/src/_shims/ReadableStream.js +5 -0
- package/src/_shims/ReadableStream.mjs +7 -0
- package/src/_shims/ReadableStream.node.ts +6 -0
- package/src/_shims/fetch.deno.ts +23 -0
- package/src/_shims/fetch.js +1 -1
- package/src/_shims/formdata.deno.ts +16 -0
- package/src/core.ts +130 -21
- package/src/error.ts +11 -1
- package/src/index.ts +23 -16
- package/src/resources/account-numbers.ts +1 -1
- package/src/resources/account-statements.ts +1 -1
- package/src/resources/account-transfers.ts +1 -1
- package/src/resources/accounts.ts +1 -1
- package/src/resources/ach-prenotifications.ts +1 -1
- package/src/resources/ach-transfers.ts +1 -1
- package/src/resources/balance-lookups.ts +1 -1
- package/src/resources/bookkeeping-accounts.ts +1 -1
- package/src/resources/bookkeeping-entries.ts +1 -1
- package/src/resources/bookkeeping-entry-sets.ts +1 -1
- package/src/resources/card-disputes.ts +1 -1
- package/src/resources/card-profiles.ts +19 -5
- package/src/resources/card-purchase-supplements.ts +331 -0
- package/src/resources/cards.ts +1 -1
- package/src/resources/check-deposits.ts +1 -1
- package/src/resources/check-transfers.ts +208 -113
- package/src/resources/declined-transactions.ts +11 -9
- package/src/resources/digital-wallet-tokens.ts +1 -1
- package/src/resources/documents.ts +1 -1
- package/src/resources/entities/beneficial-owners.ts +255 -0
- package/src/resources/entities/entities.ts +6 -1
- package/src/resources/entities/index.ts +1 -0
- package/src/resources/entities/supplemental-documents.ts +1 -1
- package/src/resources/event-subscriptions.ts +1 -1
- package/src/resources/events.ts +1 -1
- package/src/resources/exports.ts +1 -1
- package/src/resources/external-accounts.ts +1 -1
- package/src/resources/files.ts +1 -1
- package/src/resources/groups.ts +1 -1
- package/src/resources/inbound-ach-transfer-returns.ts +1 -1
- package/src/resources/inbound-wire-drawdown-requests.ts +1 -1
- package/src/resources/index.ts +6 -0
- package/src/resources/limits.ts +3 -3
- package/src/resources/oauth-connections.ts +1 -1
- package/src/resources/pending-transactions.ts +14 -9
- package/src/resources/programs.ts +1 -1
- package/src/resources/real-time-decisions.ts +57 -9
- package/src/resources/real-time-payments-transfers.ts +1 -1
- package/src/resources/routing-numbers.ts +1 -1
- package/src/resources/shared.ts +2 -0
- package/src/resources/simulations/account-statements.ts +1 -1
- package/src/resources/simulations/ach-transfers.ts +1091 -30
- package/src/resources/simulations/card-disputes.ts +1 -1
- package/src/resources/simulations/card-refunds.ts +1 -1
- package/src/resources/simulations/cards.ts +24 -17
- package/src/resources/simulations/digital-wallet-token-requests.ts +1 -1
- package/src/resources/simulations/documents.ts +1 -1
- package/src/resources/simulations/inbound-funds-holds.ts +6 -1
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +1 -1
- package/src/resources/simulations/interest-payments.ts +1091 -22
- package/src/resources/simulations/programs.ts +1 -1
- package/src/resources/simulations/real-time-payments-transfers.ts +1091 -30
- package/src/resources/simulations/simulations.ts +1 -1
- package/src/resources/simulations/wire-transfers.ts +1081 -22
- package/src/resources/transactions.ts +1081 -23
- package/src/resources/wire-drawdown-requests.ts +1 -1
- package/src/resources/wire-transfers.ts +1 -1
- package/src/uploads.ts +7 -6
- package/src/version.ts +1 -1
- package/uploads.d.ts +5 -4
- package/uploads.d.ts.map +1 -1
- package/uploads.js +2 -2
- package/uploads.js.map +1 -1
- package/uploads.mjs +2 -2
- package/uploads.mjs.map +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -131,19 +131,32 @@ export declare namespace CardProfile {
|
|
|
131
131
|
/**
|
|
132
132
|
* The identifier of the File containing the physical card's back image.
|
|
133
133
|
*/
|
|
134
|
-
back_image_file_id: string;
|
|
134
|
+
back_image_file_id: string | null;
|
|
135
135
|
/**
|
|
136
136
|
* The identifier of the File containing the physical card's carrier image.
|
|
137
137
|
*/
|
|
138
|
-
carrier_image_file_id: string;
|
|
138
|
+
carrier_image_file_id: string | null;
|
|
139
139
|
/**
|
|
140
140
|
* A phone number the user can contact to receive support for their card.
|
|
141
141
|
*/
|
|
142
|
-
contact_phone: string;
|
|
142
|
+
contact_phone: string | null;
|
|
143
143
|
/**
|
|
144
144
|
* The identifier of the File containing the physical card's front image.
|
|
145
145
|
*/
|
|
146
|
-
front_image_file_id: string;
|
|
146
|
+
front_image_file_id: string | null;
|
|
147
|
+
/**
|
|
148
|
+
* The status of the Physical Card Profile.
|
|
149
|
+
*
|
|
150
|
+
* - `not_eligible` - The Card Profile is not eligible for physical cards.
|
|
151
|
+
* - `rejected` - There is an issue with the Physical Card Profile preventing it
|
|
152
|
+
* from use.
|
|
153
|
+
* - `pending_reviewing` - The card profile is awaiting review by Increase.
|
|
154
|
+
* - `pending_submitting` - The card profile is awaiting submission to the
|
|
155
|
+
* fulfillment provider.
|
|
156
|
+
* - `submitted` - The Physical Card Profile has been submitted to the fulfillment
|
|
157
|
+
* provider.
|
|
158
|
+
*/
|
|
159
|
+
status: 'not_eligible' | 'rejected' | 'pending_reviewing' | 'pending_submitting' | 'submitted';
|
|
147
160
|
}
|
|
148
161
|
}
|
|
149
162
|
export interface CardProfileCreateParams {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-profiles.d.ts","sourceRoot":"","sources":["../src/resources/card-profiles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"card-profiles.d.ts","sourceRoot":"","sources":["../src/resources/card-profiles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-profiles.js","sourceRoot":"","sources":["../src/resources/card-profiles.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAEjD,oDAAuD;AAEvD,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;OAEG;IACH,MAAM,CACJ,IAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,aAAqB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,aAAa,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAOD,IAAI,CACF,QAAqD,EAAE,EACvD,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,UAAU,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;CACF;AAhCD,oCAgCC;AAED,MAAa,gBAAiB,SAAQ,iBAAiB;CAAG;AAA1D,4CAA0D;
|
|
1
|
+
{"version":3,"file":"card-profiles.js","sourceRoot":"","sources":["../src/resources/card-profiles.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAEjD,oDAAuD;AAEvD,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;OAEG;IACH,MAAM,CACJ,IAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,aAAqB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,aAAa,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAOD,IAAI,CACF,QAAqD,EAAE,EACvD,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,UAAU,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;CACF;AAhCD,oCAgCC;AAED,MAAa,gBAAiB,SAAQ,iBAAiB;CAAG;AAA1D,4CAA0D;AA+R1D,WAAiB,YAAY;AAK7B,CAAC,EALgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAK5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-profiles.mjs","sourceRoot":"","sources":["../src/resources/card-profiles.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OAEzC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,MAAM,CACJ,IAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,aAAqB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,aAAa,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAOD,IAAI,CACF,QAAqD,EAAE,EACvD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;CACF;AAED,MAAM,OAAO,gBAAiB,SAAQ,IAAiB;CAAG;
|
|
1
|
+
{"version":3,"file":"card-profiles.mjs","sourceRoot":"","sources":["../src/resources/card-profiles.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OAEzC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,MAAM,CACJ,IAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,aAAqB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,aAAa,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAOD,IAAI,CACF,QAAqD,EAAE,EACvD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;CACF;AAED,MAAM,OAAO,gBAAiB,SAAQ,IAAiB;CAAG;AA+R1D,WAAiB,YAAY;AAK7B,CAAC,EALgB,YAAY,KAAZ,YAAY,QAK5B"}
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
import * as Core from 'increase/core';
|
|
2
|
+
import { APIResource } from 'increase/resource';
|
|
3
|
+
import * as API from './index.js';
|
|
4
|
+
import { Page, PageParams } from 'increase/pagination';
|
|
5
|
+
export declare class CardPurchaseSupplements extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Retrieve a Card Purchase Supplement
|
|
8
|
+
*/
|
|
9
|
+
retrieve(
|
|
10
|
+
cardPurchaseSupplementId: string,
|
|
11
|
+
options?: Core.RequestOptions,
|
|
12
|
+
): Promise<Core.APIResponse<CardPurchaseSupplement>>;
|
|
13
|
+
/**
|
|
14
|
+
* List Card Purchase Supplements
|
|
15
|
+
*/
|
|
16
|
+
list(
|
|
17
|
+
query?: CardPurchaseSupplementListParams,
|
|
18
|
+
options?: Core.RequestOptions,
|
|
19
|
+
): Core.PagePromise<CardPurchaseSupplementsPage>;
|
|
20
|
+
list(options?: Core.RequestOptions): Core.PagePromise<CardPurchaseSupplementsPage>;
|
|
21
|
+
}
|
|
22
|
+
export declare class CardPurchaseSupplementsPage extends Page<CardPurchaseSupplement> {}
|
|
23
|
+
type _CardPurchaseSupplementsPage = CardPurchaseSupplementsPage;
|
|
24
|
+
/**
|
|
25
|
+
* Additional information about a card purchase (e.g., settlement or refund), such
|
|
26
|
+
* as level 3 line item data.
|
|
27
|
+
*/
|
|
28
|
+
export interface CardPurchaseSupplement {
|
|
29
|
+
/**
|
|
30
|
+
* The Card Purchase Supplement identifier.
|
|
31
|
+
*/
|
|
32
|
+
id: string;
|
|
33
|
+
/**
|
|
34
|
+
* The ID of the Card Payment this transaction belongs to.
|
|
35
|
+
*/
|
|
36
|
+
card_payment_id: string | null;
|
|
37
|
+
/**
|
|
38
|
+
* Invoice-level information about the payment.
|
|
39
|
+
*/
|
|
40
|
+
invoice: CardPurchaseSupplement.Invoice | null;
|
|
41
|
+
/**
|
|
42
|
+
* Line item information, such as individual products purchased.
|
|
43
|
+
*/
|
|
44
|
+
line_items: Array<CardPurchaseSupplement.LineItem> | null;
|
|
45
|
+
/**
|
|
46
|
+
* The ID of the transaction.
|
|
47
|
+
*/
|
|
48
|
+
transaction_id: string;
|
|
49
|
+
/**
|
|
50
|
+
* A constant representing the object's type. For this resource it will always be
|
|
51
|
+
* `card_purchase_supplement`.
|
|
52
|
+
*/
|
|
53
|
+
type: 'card_purchase_supplement';
|
|
54
|
+
}
|
|
55
|
+
export declare namespace CardPurchaseSupplement {
|
|
56
|
+
/**
|
|
57
|
+
* Invoice-level information about the payment.
|
|
58
|
+
*/
|
|
59
|
+
interface Invoice {
|
|
60
|
+
/**
|
|
61
|
+
* Discount given to cardholder.
|
|
62
|
+
*/
|
|
63
|
+
discount_amount: number | null;
|
|
64
|
+
/**
|
|
65
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the discount.
|
|
66
|
+
*/
|
|
67
|
+
discount_currency: string | null;
|
|
68
|
+
/**
|
|
69
|
+
* Indicates how the merchant applied the discount.
|
|
70
|
+
*
|
|
71
|
+
* - `no_invoice_level_discount_provided` - No invoice level discount provided
|
|
72
|
+
* - `tax_calculated_on_post_discount_invoice_total` - Tax calculated on post
|
|
73
|
+
* discount invoice total
|
|
74
|
+
* - `tax_calculated_on_pre_discount_invoice_total` - Tax calculated on pre
|
|
75
|
+
* discount invoice total
|
|
76
|
+
*/
|
|
77
|
+
discount_treatment_code:
|
|
78
|
+
| 'no_invoice_level_discount_provided'
|
|
79
|
+
| 'tax_calculated_on_post_discount_invoice_total'
|
|
80
|
+
| 'tax_calculated_on_pre_discount_invoice_total'
|
|
81
|
+
| null;
|
|
82
|
+
/**
|
|
83
|
+
* Amount of duty taxes.
|
|
84
|
+
*/
|
|
85
|
+
duty_tax_amount: number | null;
|
|
86
|
+
/**
|
|
87
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the duty tax.
|
|
88
|
+
*/
|
|
89
|
+
duty_tax_currency: string | null;
|
|
90
|
+
/**
|
|
91
|
+
* Date the order was taken.
|
|
92
|
+
*/
|
|
93
|
+
order_date: string | null;
|
|
94
|
+
/**
|
|
95
|
+
* The shipping cost.
|
|
96
|
+
*/
|
|
97
|
+
shipping_amount: number | null;
|
|
98
|
+
/**
|
|
99
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the shipping
|
|
100
|
+
* cost.
|
|
101
|
+
*/
|
|
102
|
+
shipping_currency: string | null;
|
|
103
|
+
/**
|
|
104
|
+
* Country code of the shipping destination.
|
|
105
|
+
*/
|
|
106
|
+
shipping_destination_country_code: string | null;
|
|
107
|
+
/**
|
|
108
|
+
* Postal code of the shipping destination.
|
|
109
|
+
*/
|
|
110
|
+
shipping_destination_postal_code: string | null;
|
|
111
|
+
/**
|
|
112
|
+
* Postal code of the location being shipped from.
|
|
113
|
+
*/
|
|
114
|
+
shipping_source_postal_code: string | null;
|
|
115
|
+
/**
|
|
116
|
+
* Taxes paid for freight and shipping.
|
|
117
|
+
*/
|
|
118
|
+
shipping_tax_amount: number | null;
|
|
119
|
+
/**
|
|
120
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the shipping
|
|
121
|
+
* tax.
|
|
122
|
+
*/
|
|
123
|
+
shipping_tax_currency: string | null;
|
|
124
|
+
/**
|
|
125
|
+
* Tax rate for freight and shipping.
|
|
126
|
+
*/
|
|
127
|
+
shipping_tax_rate: string | null;
|
|
128
|
+
/**
|
|
129
|
+
* Indicates how the merchant applied taxes.
|
|
130
|
+
*
|
|
131
|
+
* - `no_tax_applies` - No tax applies
|
|
132
|
+
* - `net_price_line_item_level` - Net price line item level
|
|
133
|
+
* - `net_price_invoice_level` - Net price invoice level
|
|
134
|
+
* - `gross_price_line_item_level` - Gross price line item level
|
|
135
|
+
* - `gross_price_invoice_level` - Gross price invoice level
|
|
136
|
+
*/
|
|
137
|
+
tax_treatments:
|
|
138
|
+
| 'no_tax_applies'
|
|
139
|
+
| 'net_price_line_item_level'
|
|
140
|
+
| 'net_price_invoice_level'
|
|
141
|
+
| 'gross_price_line_item_level'
|
|
142
|
+
| 'gross_price_invoice_level'
|
|
143
|
+
| null;
|
|
144
|
+
/**
|
|
145
|
+
* Value added tax invoice reference number.
|
|
146
|
+
*/
|
|
147
|
+
unique_value_added_tax_invoice_reference: string | null;
|
|
148
|
+
}
|
|
149
|
+
interface LineItem {
|
|
150
|
+
/**
|
|
151
|
+
* Indicates the type of line item.
|
|
152
|
+
*
|
|
153
|
+
* - `normal` - Normal
|
|
154
|
+
* - `credit` - Credit
|
|
155
|
+
* - `payment` - Purchase
|
|
156
|
+
*/
|
|
157
|
+
detail_indicator: 'normal' | 'credit' | 'payment' | null;
|
|
158
|
+
/**
|
|
159
|
+
* Discount amount for this specific line item.
|
|
160
|
+
*/
|
|
161
|
+
discount_amount: number | null;
|
|
162
|
+
/**
|
|
163
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the discount.
|
|
164
|
+
*/
|
|
165
|
+
discount_currency: string | null;
|
|
166
|
+
/**
|
|
167
|
+
* Indicates how the merchant applied the discount for this specific line item.
|
|
168
|
+
*
|
|
169
|
+
* - `no_line_item_level_discount_provided` - No line item level discount provided
|
|
170
|
+
* - `tax_calculated_on_post_discount_line_item_total` - Tax calculated on post
|
|
171
|
+
* discount line item total
|
|
172
|
+
* - `tax_calculated_on_pre_discount_line_item_total` - Tax calculated on pre
|
|
173
|
+
* discount line item total
|
|
174
|
+
*/
|
|
175
|
+
discount_treatment_code:
|
|
176
|
+
| 'no_line_item_level_discount_provided'
|
|
177
|
+
| 'tax_calculated_on_post_discount_line_item_total'
|
|
178
|
+
| 'tax_calculated_on_pre_discount_line_item_total'
|
|
179
|
+
| null;
|
|
180
|
+
/**
|
|
181
|
+
* Code used to categorize the purchase item.
|
|
182
|
+
*/
|
|
183
|
+
item_commodity_code: string | null;
|
|
184
|
+
/**
|
|
185
|
+
* Description of the purchase item.
|
|
186
|
+
*/
|
|
187
|
+
item_descriptor: string | null;
|
|
188
|
+
/**
|
|
189
|
+
* The number of units of the product being purchased.
|
|
190
|
+
*/
|
|
191
|
+
item_quantity: string | null;
|
|
192
|
+
/**
|
|
193
|
+
* Code used to categorize the product being purchased.
|
|
194
|
+
*/
|
|
195
|
+
product_code: string | null;
|
|
196
|
+
/**
|
|
197
|
+
* Sales tax amount for this line item.
|
|
198
|
+
*/
|
|
199
|
+
sales_tax_amount: number | null;
|
|
200
|
+
/**
|
|
201
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the sales tax
|
|
202
|
+
* assessed.
|
|
203
|
+
*/
|
|
204
|
+
sales_tax_currency: string | null;
|
|
205
|
+
/**
|
|
206
|
+
* Sales tax rate for this line item.
|
|
207
|
+
*/
|
|
208
|
+
sales_tax_rate: string | null;
|
|
209
|
+
/**
|
|
210
|
+
* Total amount of all line items
|
|
211
|
+
*/
|
|
212
|
+
total_amount: number | null;
|
|
213
|
+
/**
|
|
214
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the totla
|
|
215
|
+
* amount.
|
|
216
|
+
*/
|
|
217
|
+
total_amount_currency: string | null;
|
|
218
|
+
/**
|
|
219
|
+
* Cost of line item per unit of measure, in major units.
|
|
220
|
+
*/
|
|
221
|
+
unit_cost: string | null;
|
|
222
|
+
/**
|
|
223
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the unit cost.
|
|
224
|
+
*/
|
|
225
|
+
unit_cost_currency: string | null;
|
|
226
|
+
/**
|
|
227
|
+
* Code indicating unit of measure (gallons, etc.)
|
|
228
|
+
*/
|
|
229
|
+
unit_of_measure_code: string | null;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
export interface CardPurchaseSupplementListParams extends PageParams {
|
|
233
|
+
/**
|
|
234
|
+
* Filter Card Purchase Supplements to ones belonging to the specified Card
|
|
235
|
+
* Payment.
|
|
236
|
+
*/
|
|
237
|
+
card_payment_id?: string;
|
|
238
|
+
created_at?: CardPurchaseSupplementListParams.CreatedAt;
|
|
239
|
+
}
|
|
240
|
+
export declare namespace CardPurchaseSupplementListParams {
|
|
241
|
+
interface CreatedAt {
|
|
242
|
+
/**
|
|
243
|
+
* Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
244
|
+
* timestamp.
|
|
245
|
+
*/
|
|
246
|
+
after?: string;
|
|
247
|
+
/**
|
|
248
|
+
* Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
249
|
+
* timestamp.
|
|
250
|
+
*/
|
|
251
|
+
before?: string;
|
|
252
|
+
/**
|
|
253
|
+
* Return results on or after this
|
|
254
|
+
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
255
|
+
*/
|
|
256
|
+
on_or_after?: string;
|
|
257
|
+
/**
|
|
258
|
+
* Return results on or before this
|
|
259
|
+
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
260
|
+
*/
|
|
261
|
+
on_or_before?: string;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
export declare namespace CardPurchaseSupplements {
|
|
265
|
+
export import CardPurchaseSupplement = API.CardPurchaseSupplement;
|
|
266
|
+
type CardPurchaseSupplementsPage = _CardPurchaseSupplementsPage;
|
|
267
|
+
export import CardPurchaseSupplementListParams = API.CardPurchaseSupplementListParams;
|
|
268
|
+
}
|
|
269
|
+
export {};
|
|
270
|
+
//# sourceMappingURL=card-purchase-supplements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-purchase-supplements.d.ts","sourceRoot":"","sources":["../src/resources/card-purchase-supplements.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
exports.CardPurchaseSupplementsPage = exports.CardPurchaseSupplements = void 0;
|
|
5
|
+
const resource_1 = require('increase/resource');
|
|
6
|
+
const core_1 = require('increase/core');
|
|
7
|
+
const pagination_1 = require('increase/pagination');
|
|
8
|
+
class CardPurchaseSupplements extends resource_1.APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Retrieve a Card Purchase Supplement
|
|
11
|
+
*/
|
|
12
|
+
retrieve(cardPurchaseSupplementId, options) {
|
|
13
|
+
return this.get(`/card_purchase_supplements/${cardPurchaseSupplementId}`, options);
|
|
14
|
+
}
|
|
15
|
+
list(query = {}, options) {
|
|
16
|
+
if ((0, core_1.isRequestOptions)(query)) {
|
|
17
|
+
return this.list({}, query);
|
|
18
|
+
}
|
|
19
|
+
return this.getAPIList('/card_purchase_supplements', CardPurchaseSupplementsPage, { query, ...options });
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.CardPurchaseSupplements = CardPurchaseSupplements;
|
|
23
|
+
class CardPurchaseSupplementsPage extends pagination_1.Page {}
|
|
24
|
+
exports.CardPurchaseSupplementsPage = CardPurchaseSupplementsPage;
|
|
25
|
+
(function (CardPurchaseSupplements) {})(
|
|
26
|
+
(CardPurchaseSupplements = exports.CardPurchaseSupplements || (exports.CardPurchaseSupplements = {})),
|
|
27
|
+
);
|
|
28
|
+
//# sourceMappingURL=card-purchase-supplements.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-purchase-supplements.js","sourceRoot":"","sources":["../src/resources/card-purchase-supplements.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAEjD,oDAAuD;AAEvD,MAAa,uBAAwB,SAAQ,sBAAW;IACtD;;OAEG;IACH,QAAQ,CACN,wBAAgC,EAChC,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,8BAA8B,wBAAwB,EAAE,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAUD,IAAI,CACF,QAAgE,EAAE,EAClE,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,UAAU,CAAC,4BAA4B,EAAE,2BAA2B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3G,CAAC;CACF;AA5BD,0DA4BC;AAED,MAAa,2BAA4B,SAAQ,iBAA4B;CAAG;AAAhF,kEAAgF;AAgShF,WAAiB,uBAAuB;AAIxC,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless.
|
|
2
|
+
import { APIResource } from 'increase/resource';
|
|
3
|
+
import { isRequestOptions } from 'increase/core';
|
|
4
|
+
import { Page } from 'increase/pagination';
|
|
5
|
+
export class CardPurchaseSupplements extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Retrieve a Card Purchase Supplement
|
|
8
|
+
*/
|
|
9
|
+
retrieve(cardPurchaseSupplementId, options) {
|
|
10
|
+
return this.get(`/card_purchase_supplements/${cardPurchaseSupplementId}`, options);
|
|
11
|
+
}
|
|
12
|
+
list(query = {}, options) {
|
|
13
|
+
if (isRequestOptions(query)) {
|
|
14
|
+
return this.list({}, query);
|
|
15
|
+
}
|
|
16
|
+
return this.getAPIList('/card_purchase_supplements', CardPurchaseSupplementsPage, { query, ...options });
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export class CardPurchaseSupplementsPage extends Page {}
|
|
20
|
+
(function (CardPurchaseSupplements) {})(CardPurchaseSupplements || (CardPurchaseSupplements = {}));
|
|
21
|
+
//# sourceMappingURL=card-purchase-supplements.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-purchase-supplements.mjs","sourceRoot":"","sources":["../src/resources/card-purchase-supplements.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OAEzC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,uBAAwB,SAAQ,WAAW;IACtD;;OAEG;IACH,QAAQ,CACN,wBAAgC,EAChC,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,8BAA8B,wBAAwB,EAAE,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAUD,IAAI,CACF,QAAgE,EAAE,EAClE,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,4BAA4B,EAAE,2BAA2B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3G,CAAC;CACF;AAED,MAAM,OAAO,2BAA4B,SAAQ,IAA4B;CAAG;AAgShF,WAAiB,uBAAuB;AAIxC,CAAC,EAJgB,uBAAuB,KAAvB,uBAAuB,QAIvC"}
|
package/resources/cards.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../src/resources/cards.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../src/resources/cards.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-deposits.d.ts","sourceRoot":"","sources":["../src/resources/check-deposits.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"check-deposits.d.ts","sourceRoot":"","sources":["../src/resources/check-deposits.ts"],"names":[],"mappings":"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"}
|