increase 0.11.3 → 0.11.5
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 +23 -0
- package/README.md +1 -1
- package/index.d.mts +12 -0
- package/index.d.ts +12 -0
- package/index.d.ts.map +1 -1
- package/index.js +6 -0
- package/index.js.map +1 -1
- package/index.mjs +6 -0
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/card-payments.d.ts +1797 -0
- package/resources/card-payments.d.ts.map +1 -0
- package/resources/card-payments.js +28 -0
- package/resources/card-payments.js.map +1 -0
- package/resources/card-payments.mjs +23 -0
- package/resources/card-payments.mjs.map +1 -0
- package/resources/cards.d.ts +7 -1
- package/resources/cards.d.ts.map +1 -1
- package/resources/cards.js.map +1 -1
- package/resources/cards.mjs.map +1 -1
- package/resources/entities/entities.d.ts +16 -6
- package/resources/entities/entities.d.ts.map +1 -1
- package/resources/entities/entities.js.map +1 -1
- package/resources/entities/entities.mjs.map +1 -1
- package/resources/event-subscriptions.d.ts +40 -2
- 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 +21 -2
- package/resources/events.d.ts.map +1 -1
- package/resources/events.js.map +1 -1
- package/resources/events.mjs.map +1 -1
- package/resources/files.d.ts +4 -0
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js.map +1 -1
- package/resources/files.mjs.map +1 -1
- package/resources/index.d.ts +2 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +8 -2
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -0
- package/resources/index.mjs.map +1 -1
- package/resources/physical-cards.d.ts +318 -0
- package/resources/physical-cards.d.ts.map +1 -0
- package/resources/physical-cards.js +40 -0
- package/resources/physical-cards.js.map +1 -0
- package/resources/physical-cards.mjs +35 -0
- package/resources/physical-cards.mjs.map +1 -0
- package/resources/simulations/ach-transfers.d.ts +5 -5
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/index.d.ts +1 -0
- package/resources/simulations/index.d.ts.map +1 -1
- package/resources/simulations/index.js +3 -1
- package/resources/simulations/index.js.map +1 -1
- package/resources/simulations/index.mjs +1 -0
- package/resources/simulations/index.mjs.map +1 -1
- package/resources/simulations/interest-payments.d.ts +5 -5
- package/resources/simulations/interest-payments.d.ts.map +1 -1
- package/resources/simulations/physical-cards.d.ts +34 -0
- package/resources/simulations/physical-cards.d.ts.map +1 -0
- package/resources/simulations/physical-cards.js +19 -0
- package/resources/simulations/physical-cards.js.map +1 -0
- package/resources/simulations/physical-cards.mjs +15 -0
- package/resources/simulations/physical-cards.mjs.map +1 -0
- package/resources/simulations/real-time-payments-transfers.d.ts +5 -5
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/simulations.d.ts +4 -0
- package/resources/simulations/simulations.d.ts.map +1 -1
- package/resources/simulations/simulations.js +3 -0
- package/resources/simulations/simulations.js.map +1 -1
- package/resources/simulations/simulations.mjs +3 -0
- package/resources/simulations/simulations.mjs.map +1 -1
- package/resources/simulations/wire-transfers.d.ts +5 -5
- package/resources/simulations/wire-transfers.d.ts.map +1 -1
- package/resources/transactions.d.ts +6 -6
- package/resources/transactions.d.ts.map +1 -1
- package/src/index.ts +14 -0
- package/src/resources/card-payments.ts +2284 -0
- package/src/resources/cards.ts +8 -1
- package/src/resources/entities/entities.ts +18 -6
- package/src/resources/event-subscriptions.ts +64 -0
- package/src/resources/events.ts +45 -0
- package/src/resources/files.ts +5 -0
- package/src/resources/index.ts +9 -0
- package/src/resources/physical-cards.ts +394 -0
- package/src/resources/simulations/ach-transfers.ts +6 -6
- package/src/resources/simulations/index.ts +1 -0
- package/src/resources/simulations/interest-payments.ts +6 -6
- package/src/resources/simulations/physical-cards.ts +51 -0
- package/src/resources/simulations/real-time-payments-transfers.ts +6 -6
- package/src/resources/simulations/simulations.ts +5 -0
- package/src/resources/simulations/wire-transfers.ts +6 -6
- package/src/resources/transactions.ts +8 -8
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -185,10 +185,10 @@ export namespace Transaction {
|
|
|
185
185
|
* - `card_dispute_acceptance` - Card Dispute Acceptance: details will be under the
|
|
186
186
|
* `card_dispute_acceptance` object.
|
|
187
187
|
* - `card_refund` - Card Refund: details will be under the `card_refund` object.
|
|
188
|
-
* - `card_revenue_payment` - Card Revenue Payment: details will be under the
|
|
189
|
-
* `card_revenue_payment` object.
|
|
190
188
|
* - `card_settlement` - Card Settlement: details will be under the
|
|
191
189
|
* `card_settlement` object.
|
|
190
|
+
* - `card_revenue_payment` - Card Revenue Payment: details will be under the
|
|
191
|
+
* `card_revenue_payment` object.
|
|
192
192
|
* - `check_deposit_acceptance` - Check Deposit Acceptance: details will be under
|
|
193
193
|
* the `check_deposit_acceptance` object.
|
|
194
194
|
* - `check_deposit_return` - Check Deposit Return: details will be under the
|
|
@@ -212,11 +212,11 @@ export namespace Transaction {
|
|
|
212
212
|
* - `inbound_real_time_payments_transfer_confirmation` - Inbound Real-Time
|
|
213
213
|
* Payments Transfer Confirmation: details will be under the
|
|
214
214
|
* `inbound_real_time_payments_transfer_confirmation` object.
|
|
215
|
-
* - `inbound_wire_drawdown_payment` - Inbound Wire Drawdown Payment: details will
|
|
216
|
-
* be under the `inbound_wire_drawdown_payment` object.
|
|
217
215
|
* - `inbound_wire_drawdown_payment_reversal` - Inbound Wire Drawdown Payment
|
|
218
216
|
* Reversal: details will be under the `inbound_wire_drawdown_payment_reversal`
|
|
219
217
|
* object.
|
|
218
|
+
* - `inbound_wire_drawdown_payment` - Inbound Wire Drawdown Payment: details will
|
|
219
|
+
* be under the `inbound_wire_drawdown_payment` object.
|
|
220
220
|
* - `inbound_wire_reversal` - Inbound Wire Reversal: details will be under the
|
|
221
221
|
* `inbound_wire_reversal` object.
|
|
222
222
|
* - `inbound_wire_transfer` - Inbound Wire Transfer: details will be under the
|
|
@@ -243,8 +243,8 @@ export namespace Transaction {
|
|
|
243
243
|
| 'ach_transfer_return'
|
|
244
244
|
| 'card_dispute_acceptance'
|
|
245
245
|
| 'card_refund'
|
|
246
|
-
| 'card_revenue_payment'
|
|
247
246
|
| 'card_settlement'
|
|
247
|
+
| 'card_revenue_payment'
|
|
248
248
|
| 'check_deposit_acceptance'
|
|
249
249
|
| 'check_deposit_return'
|
|
250
250
|
| 'check_transfer_deposit'
|
|
@@ -256,8 +256,8 @@ export namespace Transaction {
|
|
|
256
256
|
| 'inbound_check'
|
|
257
257
|
| 'inbound_international_ach_transfer'
|
|
258
258
|
| 'inbound_real_time_payments_transfer_confirmation'
|
|
259
|
-
| 'inbound_wire_drawdown_payment'
|
|
260
259
|
| 'inbound_wire_drawdown_payment_reversal'
|
|
260
|
+
| 'inbound_wire_drawdown_payment'
|
|
261
261
|
| 'inbound_wire_reversal'
|
|
262
262
|
| 'inbound_wire_transfer'
|
|
263
263
|
| 'interest_payment'
|
|
@@ -3355,8 +3355,8 @@ export namespace TransactionListParams {
|
|
|
3355
3355
|
| 'ach_transfer_return'
|
|
3356
3356
|
| 'card_dispute_acceptance'
|
|
3357
3357
|
| 'card_refund'
|
|
3358
|
-
| 'card_revenue_payment'
|
|
3359
3358
|
| 'card_settlement'
|
|
3359
|
+
| 'card_revenue_payment'
|
|
3360
3360
|
| 'check_deposit_acceptance'
|
|
3361
3361
|
| 'check_deposit_return'
|
|
3362
3362
|
| 'check_transfer_deposit'
|
|
@@ -3368,8 +3368,8 @@ export namespace TransactionListParams {
|
|
|
3368
3368
|
| 'inbound_check'
|
|
3369
3369
|
| 'inbound_international_ach_transfer'
|
|
3370
3370
|
| 'inbound_real_time_payments_transfer_confirmation'
|
|
3371
|
-
| 'inbound_wire_drawdown_payment'
|
|
3372
3371
|
| 'inbound_wire_drawdown_payment_reversal'
|
|
3372
|
+
| 'inbound_wire_drawdown_payment'
|
|
3373
3373
|
| 'inbound_wire_reversal'
|
|
3374
3374
|
| 'inbound_wire_transfer'
|
|
3375
3375
|
| 'interest_payment'
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.11.
|
|
1
|
+
export const VERSION = '0.11.5'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.11.
|
|
1
|
+
export declare const VERSION = "0.11.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.11.
|
|
1
|
+
export const VERSION = '0.11.5'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|