increase 0.11.7 → 0.12.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 +50 -0
- package/README.md +3 -3
- package/_shims/auto/types.d.ts +3 -1
- package/_shims/index.d.ts +2 -0
- package/_shims/node-runtime.d.ts.map +1 -1
- package/_shims/node-runtime.js +3 -0
- package/_shims/node-runtime.js.map +1 -1
- package/_shims/node-runtime.mjs +2 -0
- package/_shims/node-runtime.mjs.map +1 -1
- package/_shims/node-types.d.ts +1 -1
- package/_shims/registry.d.ts +2 -0
- package/_shims/registry.d.ts.map +1 -1
- package/_shims/registry.js +3 -1
- package/_shims/registry.js.map +1 -1
- package/_shims/registry.mjs +2 -0
- package/_shims/registry.mjs.map +1 -1
- package/_shims/web-runtime.d.ts.map +1 -1
- package/_shims/web-runtime.js +8 -0
- package/_shims/web-runtime.js.map +1 -1
- package/_shims/web-runtime.mjs +8 -0
- package/_shims/web-runtime.mjs.map +1 -1
- package/_shims/web-types.d.ts +2 -1
- package/core.d.ts +1 -1
- package/core.d.ts.map +1 -1
- package/core.js +26 -13
- package/core.js.map +1 -1
- package/core.mjs +24 -11
- package/core.mjs.map +1 -1
- package/error.d.ts.map +1 -1
- package/error.js +14 -4
- package/error.js.map +1 -1
- package/error.mjs +14 -4
- package/error.mjs.map +1 -1
- package/index.d.mts +4 -3
- package/index.d.ts +4 -3
- package/index.d.ts.map +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/index.mjs +3 -3
- package/index.mjs.map +1 -1
- package/package.json +3 -2
- package/resources/account-numbers.d.ts +7 -9
- package/resources/account-numbers.d.ts.map +1 -1
- package/resources/account-numbers.js +25 -0
- package/resources/account-numbers.js.map +1 -1
- package/resources/account-numbers.mjs +2 -0
- package/resources/account-numbers.mjs.map +1 -1
- package/resources/account-statements.d.ts +5 -7
- package/resources/account-statements.d.ts.map +1 -1
- package/resources/account-statements.js +25 -0
- package/resources/account-statements.js.map +1 -1
- package/resources/account-statements.mjs +2 -0
- package/resources/account-statements.mjs.map +1 -1
- package/resources/account-transfers.d.ts +6 -8
- package/resources/account-transfers.d.ts.map +1 -1
- package/resources/account-transfers.js +25 -0
- package/resources/account-transfers.js.map +1 -1
- package/resources/account-transfers.mjs +2 -0
- package/resources/account-transfers.mjs.map +1 -1
- package/resources/accounts.d.ts +7 -9
- package/resources/accounts.d.ts.map +1 -1
- package/resources/accounts.js +25 -0
- package/resources/accounts.js.map +1 -1
- package/resources/accounts.mjs +2 -0
- package/resources/accounts.mjs.map +1 -1
- package/resources/ach-prenotifications.d.ts +6 -8
- package/resources/ach-prenotifications.d.ts.map +1 -1
- package/resources/ach-prenotifications.js +25 -0
- package/resources/ach-prenotifications.js.map +1 -1
- package/resources/ach-prenotifications.mjs +2 -0
- package/resources/ach-prenotifications.mjs.map +1 -1
- package/resources/ach-transfers.d.ts +6 -8
- package/resources/ach-transfers.d.ts.map +1 -1
- package/resources/ach-transfers.js +25 -0
- package/resources/ach-transfers.js.map +1 -1
- package/resources/ach-transfers.mjs +2 -0
- package/resources/ach-transfers.mjs.map +1 -1
- package/resources/balance-lookups.d.ts +3 -3
- package/resources/balance-lookups.d.ts.map +1 -1
- package/resources/bookkeeping-accounts.d.ts +17 -8
- package/resources/bookkeeping-accounts.d.ts.map +1 -1
- package/resources/bookkeeping-accounts.js +31 -0
- package/resources/bookkeeping-accounts.js.map +1 -1
- package/resources/bookkeeping-accounts.mjs +8 -0
- package/resources/bookkeeping-accounts.mjs.map +1 -1
- package/resources/bookkeeping-entries.d.ts +5 -7
- package/resources/bookkeeping-entries.d.ts.map +1 -1
- package/resources/bookkeeping-entries.js +25 -0
- package/resources/bookkeeping-entries.js.map +1 -1
- package/resources/bookkeeping-entries.mjs +2 -0
- package/resources/bookkeeping-entries.mjs.map +1 -1
- package/resources/bookkeeping-entry-sets.d.ts +3 -3
- package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
- package/resources/card-disputes.d.ts +6 -8
- package/resources/card-disputes.d.ts.map +1 -1
- package/resources/card-disputes.js +25 -0
- package/resources/card-disputes.js.map +1 -1
- package/resources/card-disputes.mjs +2 -0
- package/resources/card-disputes.mjs.map +1 -1
- package/resources/card-payments.d.ts +5 -7
- package/resources/card-payments.d.ts.map +1 -1
- package/resources/card-payments.js +25 -0
- package/resources/card-payments.js.map +1 -1
- package/resources/card-payments.mjs +2 -0
- package/resources/card-payments.mjs.map +1 -1
- package/resources/card-profiles.d.ts +6 -8
- package/resources/card-profiles.d.ts.map +1 -1
- package/resources/card-profiles.js +25 -0
- package/resources/card-profiles.js.map +1 -1
- package/resources/card-profiles.mjs +2 -0
- package/resources/card-profiles.mjs.map +1 -1
- package/resources/card-purchase-supplements.d.ts +5 -7
- package/resources/card-purchase-supplements.d.ts.map +1 -1
- package/resources/card-purchase-supplements.js +25 -0
- package/resources/card-purchase-supplements.js.map +1 -1
- package/resources/card-purchase-supplements.mjs +2 -0
- package/resources/card-purchase-supplements.mjs.map +1 -1
- package/resources/cards.d.ts +8 -10
- package/resources/cards.d.ts.map +1 -1
- package/resources/cards.js +25 -0
- package/resources/cards.js.map +1 -1
- package/resources/cards.mjs +2 -0
- package/resources/cards.mjs.map +1 -1
- package/resources/check-deposits.d.ts +6 -8
- package/resources/check-deposits.d.ts.map +1 -1
- package/resources/check-deposits.js +25 -0
- package/resources/check-deposits.js.map +1 -1
- package/resources/check-deposits.mjs +2 -0
- package/resources/check-deposits.mjs.map +1 -1
- package/resources/check-transfers.d.ts +11 -9
- package/resources/check-transfers.d.ts.map +1 -1
- package/resources/check-transfers.js +25 -0
- package/resources/check-transfers.js.map +1 -1
- package/resources/check-transfers.mjs +2 -0
- package/resources/check-transfers.mjs.map +1 -1
- package/resources/declined-transactions.d.ts +5 -7
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/declined-transactions.js +25 -0
- package/resources/declined-transactions.js.map +1 -1
- package/resources/declined-transactions.mjs +2 -0
- package/resources/declined-transactions.mjs.map +1 -1
- package/resources/digital-wallet-tokens.d.ts +5 -7
- package/resources/digital-wallet-tokens.d.ts.map +1 -1
- package/resources/digital-wallet-tokens.js +25 -0
- package/resources/digital-wallet-tokens.js.map +1 -1
- package/resources/digital-wallet-tokens.mjs +2 -0
- package/resources/digital-wallet-tokens.mjs.map +1 -1
- package/resources/documents.d.ts +5 -7
- package/resources/documents.d.ts.map +1 -1
- package/resources/documents.js +25 -0
- package/resources/documents.js.map +1 -1
- package/resources/documents.mjs +2 -0
- package/resources/documents.mjs.map +1 -1
- package/resources/entities/beneficial-owners.d.ts +10 -9
- package/resources/entities/beneficial-owners.d.ts.map +1 -1
- package/resources/entities/beneficial-owners.js.map +1 -1
- package/resources/entities/beneficial-owners.mjs.map +1 -1
- package/resources/entities/entities.d.ts +22 -23
- package/resources/entities/entities.d.ts.map +1 -1
- package/resources/entities/entities.js +9 -8
- package/resources/entities/entities.js.map +1 -1
- package/resources/entities/entities.mjs +9 -8
- package/resources/entities/entities.mjs.map +1 -1
- package/resources/entities/supplemental-documents.d.ts +8 -10
- package/resources/entities/supplemental-documents.d.ts.map +1 -1
- package/resources/entities/supplemental-documents.js +25 -0
- package/resources/entities/supplemental-documents.js.map +1 -1
- package/resources/entities/supplemental-documents.mjs +2 -0
- package/resources/entities/supplemental-documents.mjs.map +1 -1
- package/resources/event-subscriptions.d.ts +13 -11
- package/resources/event-subscriptions.d.ts.map +1 -1
- package/resources/event-subscriptions.js +25 -0
- package/resources/event-subscriptions.js.map +1 -1
- package/resources/event-subscriptions.mjs +2 -0
- package/resources/event-subscriptions.mjs.map +1 -1
- package/resources/events.d.ts +9 -9
- package/resources/events.d.ts.map +1 -1
- package/resources/events.js +25 -0
- package/resources/events.js.map +1 -1
- package/resources/events.mjs +2 -0
- package/resources/events.mjs.map +1 -1
- package/resources/exports.d.ts +6 -8
- package/resources/exports.d.ts.map +1 -1
- package/resources/exports.js +25 -0
- package/resources/exports.js.map +1 -1
- package/resources/exports.mjs +2 -0
- package/resources/exports.mjs.map +1 -1
- package/resources/external-accounts.d.ts +7 -9
- package/resources/external-accounts.d.ts.map +1 -1
- package/resources/external-accounts.js +25 -0
- package/resources/external-accounts.js.map +1 -1
- package/resources/external-accounts.mjs +2 -0
- package/resources/external-accounts.mjs.map +1 -1
- package/resources/files.d.ts +6 -8
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +25 -0
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +2 -0
- package/resources/files.mjs.map +1 -1
- package/resources/groups.d.ts +2 -2
- package/resources/groups.d.ts.map +1 -1
- package/resources/inbound-ach-transfers.d.ts +45 -9
- package/resources/inbound-ach-transfers.d.ts.map +1 -1
- package/resources/inbound-ach-transfers.js +25 -0
- package/resources/inbound-ach-transfers.js.map +1 -1
- package/resources/inbound-ach-transfers.mjs +2 -0
- package/resources/inbound-ach-transfers.mjs.map +1 -1
- package/resources/inbound-wire-drawdown-requests.d.ts +5 -7
- package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/inbound-wire-drawdown-requests.js +25 -0
- package/resources/inbound-wire-drawdown-requests.js.map +1 -1
- package/resources/inbound-wire-drawdown-requests.mjs +2 -0
- package/resources/inbound-wire-drawdown-requests.mjs.map +1 -1
- package/resources/index.d.ts +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/oauth-connections.d.ts +5 -7
- package/resources/oauth-connections.d.ts.map +1 -1
- package/resources/oauth-connections.js +25 -0
- package/resources/oauth-connections.js.map +1 -1
- package/resources/oauth-connections.mjs +2 -0
- package/resources/oauth-connections.mjs.map +1 -1
- package/resources/pending-transactions.d.ts +5 -7
- package/resources/pending-transactions.d.ts.map +1 -1
- package/resources/pending-transactions.js +25 -0
- package/resources/pending-transactions.js.map +1 -1
- package/resources/pending-transactions.mjs +2 -0
- package/resources/pending-transactions.mjs.map +1 -1
- package/resources/physical-cards.d.ts +8 -10
- package/resources/physical-cards.d.ts.map +1 -1
- package/resources/physical-cards.js +25 -0
- package/resources/physical-cards.js.map +1 -1
- package/resources/physical-cards.mjs +2 -0
- package/resources/physical-cards.mjs.map +1 -1
- package/resources/programs.d.ts +5 -7
- package/resources/programs.d.ts.map +1 -1
- package/resources/programs.js +25 -0
- package/resources/programs.js.map +1 -1
- package/resources/programs.mjs +2 -0
- package/resources/programs.mjs.map +1 -1
- package/resources/real-time-decisions.d.ts +3 -3
- package/resources/real-time-decisions.d.ts.map +1 -1
- package/resources/real-time-payments-transfers.d.ts +6 -8
- package/resources/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/real-time-payments-transfers.js +25 -0
- package/resources/real-time-payments-transfers.js.map +1 -1
- package/resources/real-time-payments-transfers.mjs +2 -0
- package/resources/real-time-payments-transfers.mjs.map +1 -1
- package/resources/routing-numbers.d.ts +5 -7
- package/resources/routing-numbers.d.ts.map +1 -1
- package/resources/routing-numbers.js +25 -0
- package/resources/routing-numbers.js.map +1 -1
- package/resources/routing-numbers.mjs +2 -0
- package/resources/routing-numbers.mjs.map +1 -1
- package/resources/simulations/account-statements.d.ts +4 -4
- package/resources/simulations/account-statements.d.ts.map +1 -1
- package/resources/simulations/account-transfers.d.ts +2 -2
- package/resources/simulations/account-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.d.ts +49 -7
- 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 +4 -4
- package/resources/simulations/card-disputes.d.ts.map +1 -1
- package/resources/simulations/card-profiles.d.ts +2 -2
- package/resources/simulations/card-profiles.d.ts.map +1 -1
- package/resources/simulations/card-profiles.js.map +1 -1
- package/resources/simulations/card-profiles.mjs.map +1 -1
- package/resources/simulations/card-refunds.d.ts +4 -4
- package/resources/simulations/card-refunds.d.ts.map +1 -1
- package/resources/simulations/cards.d.ts +6 -6
- package/resources/simulations/cards.d.ts.map +1 -1
- package/resources/simulations/check-deposits.d.ts +4 -4
- package/resources/simulations/check-deposits.d.ts.map +1 -1
- package/resources/simulations/check-transfers.d.ts +3 -3
- package/resources/simulations/check-transfers.d.ts.map +1 -1
- package/resources/simulations/digital-wallet-token-requests.d.ts +3 -3
- package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
- package/resources/simulations/documents.d.ts +4 -4
- package/resources/simulations/documents.d.ts.map +1 -1
- package/resources/simulations/inbound-funds-holds.d.ts +2 -2
- package/resources/simulations/inbound-funds-holds.d.ts.map +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts +4 -4
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/simulations/interest-payments.d.ts +7 -3
- 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/physical-cards.d.ts +4 -4
- package/resources/simulations/physical-cards.d.ts.map +1 -1
- package/resources/simulations/programs.d.ts +4 -4
- package/resources/simulations/programs.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.d.ts +10 -6
- 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 +77 -78
- package/resources/simulations/simulations.d.ts.map +1 -1
- package/resources/simulations/simulations.js +54 -55
- package/resources/simulations/simulations.js.map +1 -1
- package/resources/simulations/simulations.mjs +54 -55
- package/resources/simulations/simulations.mjs.map +1 -1
- package/resources/simulations/wire-transfers.d.ts +7 -3
- 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 +9 -7
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js +25 -0
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs +2 -0
- package/resources/transactions.mjs.map +1 -1
- package/resources/wire-drawdown-requests.d.ts +6 -8
- package/resources/wire-drawdown-requests.d.ts.map +1 -1
- package/resources/wire-drawdown-requests.js +25 -0
- package/resources/wire-drawdown-requests.js.map +1 -1
- package/resources/wire-drawdown-requests.mjs +2 -0
- package/resources/wire-drawdown-requests.mjs.map +1 -1
- package/resources/wire-transfers.d.ts +6 -8
- package/resources/wire-transfers.d.ts.map +1 -1
- package/resources/wire-transfers.js +25 -0
- package/resources/wire-transfers.js.map +1 -1
- package/resources/wire-transfers.mjs +2 -0
- package/resources/wire-transfers.mjs.map +1 -1
- package/shims/node.d.ts +1 -1
- package/shims/node.d.ts.map +1 -1
- package/shims/web.d.ts +1 -1
- package/shims/web.d.ts.map +1 -1
- package/src/_shims/auto/types.d.ts +3 -1
- package/src/_shims/index.d.ts +2 -0
- package/src/_shims/node-runtime.ts +4 -0
- package/src/_shims/node-types.d.ts +1 -1
- package/src/_shims/registry.ts +3 -0
- package/src/_shims/web-runtime.ts +12 -0
- package/src/_shims/web-types.d.ts +2 -1
- package/src/core.ts +26 -9
- package/src/error.ts +15 -5
- package/src/index.ts +5 -4
- package/src/resources/account-numbers.ts +7 -9
- package/src/resources/account-statements.ts +5 -7
- package/src/resources/account-transfers.ts +6 -8
- package/src/resources/accounts.ts +7 -9
- package/src/resources/ach-prenotifications.ts +6 -8
- package/src/resources/ach-transfers.ts +6 -8
- package/src/resources/balance-lookups.ts +3 -3
- package/src/resources/bookkeeping-accounts.ts +25 -8
- package/src/resources/bookkeeping-entries.ts +5 -7
- package/src/resources/bookkeeping-entry-sets.ts +3 -3
- package/src/resources/card-disputes.ts +6 -8
- package/src/resources/card-payments.ts +5 -7
- package/src/resources/card-profiles.ts +6 -8
- package/src/resources/card-purchase-supplements.ts +5 -7
- package/src/resources/cards.ts +8 -10
- package/src/resources/check-deposits.ts +6 -8
- package/src/resources/check-transfers.ts +12 -9
- package/src/resources/declined-transactions.ts +5 -7
- package/src/resources/digital-wallet-tokens.ts +5 -7
- package/src/resources/documents.ts +5 -7
- package/src/resources/entities/beneficial-owners.ts +13 -9
- package/src/resources/entities/entities.ts +25 -25
- package/src/resources/entities/supplemental-documents.ts +8 -10
- package/src/resources/event-subscriptions.ts +13 -9
- package/src/resources/events.ts +9 -7
- package/src/resources/exports.ts +6 -8
- package/src/resources/external-accounts.ts +7 -9
- package/src/resources/files.ts +6 -8
- package/src/resources/groups.ts +2 -2
- package/src/resources/inbound-ach-transfers.ts +50 -9
- package/src/resources/inbound-wire-drawdown-requests.ts +5 -7
- package/src/resources/index.ts +1 -0
- package/src/resources/oauth-connections.ts +5 -7
- package/src/resources/pending-transactions.ts +5 -7
- package/src/resources/physical-cards.ts +8 -10
- package/src/resources/programs.ts +5 -7
- package/src/resources/real-time-decisions.ts +3 -3
- package/src/resources/real-time-payments-transfers.ts +6 -8
- package/src/resources/routing-numbers.ts +5 -7
- package/src/resources/simulations/account-statements.ts +4 -4
- package/src/resources/simulations/account-transfers.ts +2 -2
- package/src/resources/simulations/ach-transfers.ts +55 -7
- package/src/resources/simulations/card-disputes.ts +4 -4
- package/src/resources/simulations/card-profiles.ts +5 -2
- package/src/resources/simulations/card-refunds.ts +4 -4
- package/src/resources/simulations/cards.ts +6 -6
- package/src/resources/simulations/check-deposits.ts +4 -4
- package/src/resources/simulations/check-transfers.ts +3 -3
- package/src/resources/simulations/digital-wallet-token-requests.ts +3 -3
- package/src/resources/simulations/documents.ts +4 -4
- package/src/resources/simulations/inbound-funds-holds.ts +2 -2
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +4 -4
- package/src/resources/simulations/interest-payments.ts +8 -3
- package/src/resources/simulations/physical-cards.ts +4 -4
- package/src/resources/simulations/programs.ts +4 -4
- package/src/resources/simulations/real-time-payments-transfers.ts +11 -6
- package/src/resources/simulations/simulations.ts +88 -95
- package/src/resources/simulations/wire-transfers.ts +8 -3
- package/src/resources/transactions.ts +10 -7
- package/src/resources/wire-drawdown-requests.ts +6 -8
- package/src/resources/wire-transfers.ts +6 -8
- package/src/shims/node.ts +1 -1
- package/src/shims/web.ts +1 -1
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as Core from 'increase/core';
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
|
-
import * as
|
|
4
|
-
import { Page, PageParams } from 'increase/pagination';
|
|
3
|
+
import * as ACHPrenotificationsAPI from 'increase/resources/ach-prenotifications';
|
|
4
|
+
import { Page, type PageParams } from 'increase/pagination';
|
|
5
5
|
export declare class ACHPrenotifications extends APIResource {
|
|
6
6
|
/**
|
|
7
7
|
* Create an ACH Prenotification
|
|
@@ -19,7 +19,6 @@ export declare class ACHPrenotifications extends APIResource {
|
|
|
19
19
|
}
|
|
20
20
|
export declare class ACHPrenotificationsPage extends Page<ACHPrenotification> {
|
|
21
21
|
}
|
|
22
|
-
type _ACHPrenotificationsPage = ACHPrenotificationsPage;
|
|
23
22
|
/**
|
|
24
23
|
* ACH Prenotifications are one way you can verify account and routing numbers by
|
|
25
24
|
* Automated Clearing House (ACH).
|
|
@@ -399,10 +398,9 @@ export declare namespace ACHPrenotificationListParams {
|
|
|
399
398
|
}
|
|
400
399
|
}
|
|
401
400
|
export declare namespace ACHPrenotifications {
|
|
402
|
-
export import ACHPrenotification =
|
|
403
|
-
|
|
404
|
-
export import ACHPrenotificationCreateParams =
|
|
405
|
-
export import ACHPrenotificationListParams =
|
|
401
|
+
export import ACHPrenotification = ACHPrenotificationsAPI.ACHPrenotification;
|
|
402
|
+
export import ACHPrenotificationsPage = ACHPrenotificationsAPI.ACHPrenotificationsPage;
|
|
403
|
+
export import ACHPrenotificationCreateParams = ACHPrenotificationsAPI.ACHPrenotificationCreateParams;
|
|
404
|
+
export import ACHPrenotificationListParams = ACHPrenotificationsAPI.ACHPrenotificationListParams;
|
|
406
405
|
}
|
|
407
|
-
export {};
|
|
408
406
|
//# sourceMappingURL=ach-prenotifications.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ach-prenotifications.d.ts","sourceRoot":"","sources":["../src/resources/ach-prenotifications.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"ach-prenotifications.d.ts","sourceRoot":"","sources":["../src/resources/ach-prenotifications.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
20
|
+
if (mod && mod.__esModule) return mod;
|
|
21
|
+
var result = {};
|
|
22
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
23
|
+
__setModuleDefault(result, mod);
|
|
24
|
+
return result;
|
|
25
|
+
};
|
|
3
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
27
|
exports.ACHPrenotificationsPage = exports.ACHPrenotifications = void 0;
|
|
5
28
|
const resource_1 = require("increase/resource");
|
|
6
29
|
const core_1 = require("increase/core");
|
|
30
|
+
const ACHPrenotificationsAPI = __importStar(require("increase/resources/ach-prenotifications"));
|
|
7
31
|
const pagination_1 = require("increase/pagination");
|
|
8
32
|
class ACHPrenotifications extends resource_1.APIResource {
|
|
9
33
|
/**
|
|
@@ -30,5 +54,6 @@ class ACHPrenotificationsPage extends pagination_1.Page {
|
|
|
30
54
|
}
|
|
31
55
|
exports.ACHPrenotificationsPage = ACHPrenotificationsPage;
|
|
32
56
|
(function (ACHPrenotifications) {
|
|
57
|
+
ACHPrenotifications.ACHPrenotificationsPage = ACHPrenotificationsAPI.ACHPrenotificationsPage;
|
|
33
58
|
})(ACHPrenotifications = exports.ACHPrenotifications || (exports.ACHPrenotifications = {}));
|
|
34
59
|
//# sourceMappingURL=ach-prenotifications.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ach-prenotifications.js","sourceRoot":"","sources":["../src/resources/ach-prenotifications.ts"],"names":[],"mappings":";AAAA,qDAAqD
|
|
1
|
+
{"version":3,"file":"ach-prenotifications.js","sourceRoot":"","sources":["../src/resources/ach-prenotifications.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,gDAAgD;AAChD,wCAAiD;AACjD,gGAAkF;AAClF,oDAA4D;AAE5D,MAAa,mBAAoB,SAAQ,sBAAW;IAClD;;OAEG;IACH,MAAM,CACJ,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,oBAA4B,EAAE,OAA6B;QAClE,OAAO,IAAI,CAAC,GAAG,CAAC,yBAAyB,oBAAoB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAUD,IAAI,CACF,QAA4D,EAAE,EAC9D,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,uBAAuB,EAAE,uBAAuB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClG,CAAC;CACF;AAnCD,kDAmCC;AAED,MAAa,uBAAwB,SAAQ,iBAAwB;CAAG;AAAxE,0DAAwE;AA6fxE,WAAiB,mBAAmB;IAEpB,2CAAuB,GAAG,sBAAsB,CAAC,uBAAuB,CAAC;AAGzF,CAAC,EALgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAKnC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless.
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
3
|
import { isRequestOptions } from 'increase/core';
|
|
4
|
+
import * as ACHPrenotificationsAPI from 'increase/resources/ach-prenotifications';
|
|
4
5
|
import { Page } from 'increase/pagination';
|
|
5
6
|
export class ACHPrenotifications extends APIResource {
|
|
6
7
|
/**
|
|
@@ -25,5 +26,6 @@ export class ACHPrenotifications extends APIResource {
|
|
|
25
26
|
export class ACHPrenotificationsPage extends Page {
|
|
26
27
|
}
|
|
27
28
|
(function (ACHPrenotifications) {
|
|
29
|
+
ACHPrenotifications.ACHPrenotificationsPage = ACHPrenotificationsAPI.ACHPrenotificationsPage;
|
|
28
30
|
})(ACHPrenotifications || (ACHPrenotifications = {}));
|
|
29
31
|
//# sourceMappingURL=ach-prenotifications.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ach-prenotifications.mjs","sourceRoot":"","sources":["../src/resources/ach-prenotifications.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;
|
|
1
|
+
{"version":3,"file":"ach-prenotifications.mjs","sourceRoot":"","sources":["../src/resources/ach-prenotifications.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,sBAAsB,MAAM,yCAAyC;OAC1E,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,mBAAoB,SAAQ,WAAW;IAClD;;OAEG;IACH,MAAM,CACJ,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,oBAA4B,EAAE,OAA6B;QAClE,OAAO,IAAI,CAAC,GAAG,CAAC,yBAAyB,oBAAoB,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAUD,IAAI,CACF,QAA4D,EAAE,EAC9D,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,uBAAuB,EAAE,uBAAuB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClG,CAAC;CACF;AAED,MAAM,OAAO,uBAAwB,SAAQ,IAAwB;CAAG;AA6fxE,WAAiB,mBAAmB;IAEpB,2CAAuB,GAAG,sBAAsB,CAAC,uBAAuB,CAAC;AAGzF,CAAC,EALgB,mBAAmB,KAAnB,mBAAmB,QAKnC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as Core from 'increase/core';
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
|
-
import * as
|
|
4
|
-
import { Page, PageParams } from 'increase/pagination';
|
|
3
|
+
import * as ACHTransfersAPI from 'increase/resources/ach-transfers';
|
|
4
|
+
import { Page, type PageParams } from 'increase/pagination';
|
|
5
5
|
export declare class ACHTransfers extends APIResource {
|
|
6
6
|
/**
|
|
7
7
|
* Create an ACH Transfer
|
|
@@ -27,7 +27,6 @@ export declare class ACHTransfers extends APIResource {
|
|
|
27
27
|
}
|
|
28
28
|
export declare class ACHTransfersPage extends Page<ACHTransfer> {
|
|
29
29
|
}
|
|
30
|
-
type _ACHTransfersPage = ACHTransfersPage;
|
|
31
30
|
/**
|
|
32
31
|
* ACH transfers move funds between your Increase account and any other account
|
|
33
32
|
* accessible by the Automated Clearing House (ACH).
|
|
@@ -640,10 +639,9 @@ export declare namespace ACHTransferListParams {
|
|
|
640
639
|
}
|
|
641
640
|
}
|
|
642
641
|
export declare namespace ACHTransfers {
|
|
643
|
-
export import ACHTransfer =
|
|
644
|
-
|
|
645
|
-
export import ACHTransferCreateParams =
|
|
646
|
-
export import ACHTransferListParams =
|
|
642
|
+
export import ACHTransfer = ACHTransfersAPI.ACHTransfer;
|
|
643
|
+
export import ACHTransfersPage = ACHTransfersAPI.ACHTransfersPage;
|
|
644
|
+
export import ACHTransferCreateParams = ACHTransfersAPI.ACHTransferCreateParams;
|
|
645
|
+
export import ACHTransferListParams = ACHTransfersAPI.ACHTransferListParams;
|
|
647
646
|
}
|
|
648
|
-
export {};
|
|
649
647
|
//# sourceMappingURL=ach-transfers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ach-transfers.d.ts","sourceRoot":"","sources":["../src/resources/ach-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"ach-transfers.d.ts","sourceRoot":"","sources":["../src/resources/ach-transfers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
20
|
+
if (mod && mod.__esModule) return mod;
|
|
21
|
+
var result = {};
|
|
22
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
23
|
+
__setModuleDefault(result, mod);
|
|
24
|
+
return result;
|
|
25
|
+
};
|
|
3
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
27
|
exports.ACHTransfersPage = exports.ACHTransfers = void 0;
|
|
5
28
|
const resource_1 = require("increase/resource");
|
|
6
29
|
const core_1 = require("increase/core");
|
|
30
|
+
const ACHTransfersAPI = __importStar(require("increase/resources/ach-transfers"));
|
|
7
31
|
const pagination_1 = require("increase/pagination");
|
|
8
32
|
class ACHTransfers extends resource_1.APIResource {
|
|
9
33
|
/**
|
|
@@ -42,5 +66,6 @@ class ACHTransfersPage extends pagination_1.Page {
|
|
|
42
66
|
}
|
|
43
67
|
exports.ACHTransfersPage = ACHTransfersPage;
|
|
44
68
|
(function (ACHTransfers) {
|
|
69
|
+
ACHTransfers.ACHTransfersPage = ACHTransfersAPI.ACHTransfersPage;
|
|
45
70
|
})(ACHTransfers = exports.ACHTransfers || (exports.ACHTransfers = {}));
|
|
46
71
|
//# sourceMappingURL=ach-transfers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ach-transfers.js","sourceRoot":"","sources":["../src/resources/ach-transfers.ts"],"names":[],"mappings":";AAAA,qDAAqD
|
|
1
|
+
{"version":3,"file":"ach-transfers.js","sourceRoot":"","sources":["../src/resources/ach-transfers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,gDAAgD;AAChD,wCAAiD;AACjD,kFAAoE;AACpE,oDAA4D;AAE5D,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;OAEG;IACH,MAAM,CAAC,IAA6B,EAAE,OAA6B;QACjE,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;IAUD,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;IAED;;OAEG;IACH,OAAO,CAAC,aAAqB,EAAE,OAA6B;QAC1D,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,aAAa,UAAU,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,aAAqB,EAAE,OAA6B;QACzD,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,aAAa,SAAS,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CACF;AA9CD,oCA8CC;AAED,MAAa,gBAAiB,SAAQ,iBAAiB;CAAG;AAA1D,4CAA0D;AAqxB1D,WAAiB,YAAY;IAEb,6BAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC;AAGpE,CAAC,EALgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAK5B"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless.
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
3
|
import { isRequestOptions } from 'increase/core';
|
|
4
|
+
import * as ACHTransfersAPI from 'increase/resources/ach-transfers';
|
|
4
5
|
import { Page } from 'increase/pagination';
|
|
5
6
|
export class ACHTransfers extends APIResource {
|
|
6
7
|
/**
|
|
@@ -37,5 +38,6 @@ export class ACHTransfers extends APIResource {
|
|
|
37
38
|
export class ACHTransfersPage extends Page {
|
|
38
39
|
}
|
|
39
40
|
(function (ACHTransfers) {
|
|
41
|
+
ACHTransfers.ACHTransfersPage = ACHTransfersAPI.ACHTransfersPage;
|
|
40
42
|
})(ACHTransfers || (ACHTransfers = {}));
|
|
41
43
|
//# sourceMappingURL=ach-transfers.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ach-transfers.mjs","sourceRoot":"","sources":["../src/resources/ach-transfers.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;
|
|
1
|
+
{"version":3,"file":"ach-transfers.mjs","sourceRoot":"","sources":["../src/resources/ach-transfers.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,eAAe,MAAM,kCAAkC;OAC5D,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,MAAM,CAAC,IAA6B,EAAE,OAA6B;QACjE,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;IAUD,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;IAED;;OAEG;IACH,OAAO,CAAC,aAAqB,EAAE,OAA6B;QAC1D,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,aAAa,UAAU,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,aAAqB,EAAE,OAA6B;QACzD,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,aAAa,SAAS,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CACF;AAED,MAAM,OAAO,gBAAiB,SAAQ,IAAiB;CAAG;AAqxB1D,WAAiB,YAAY;IAEb,6BAAgB,GAAG,eAAe,CAAC,gBAAgB,CAAC;AAGpE,CAAC,EALgB,YAAY,KAAZ,YAAY,QAK5B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Core from 'increase/core';
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
|
-
import * as
|
|
3
|
+
import * as BalanceLookupsAPI from 'increase/resources/balance-lookups';
|
|
4
4
|
export declare class BalanceLookups extends APIResource {
|
|
5
5
|
/**
|
|
6
6
|
* Look up the balance for an Account
|
|
@@ -43,7 +43,7 @@ export interface BalanceLookupLookupParams {
|
|
|
43
43
|
at_time?: string;
|
|
44
44
|
}
|
|
45
45
|
export declare namespace BalanceLookups {
|
|
46
|
-
export import BalanceLookupLookupResponse =
|
|
47
|
-
export import BalanceLookupLookupParams =
|
|
46
|
+
export import BalanceLookupLookupResponse = BalanceLookupsAPI.BalanceLookupLookupResponse;
|
|
47
|
+
export import BalanceLookupLookupParams = BalanceLookupsAPI.BalanceLookupLookupParams;
|
|
48
48
|
}
|
|
49
49
|
//# sourceMappingURL=balance-lookups.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"balance-lookups.d.ts","sourceRoot":"","sources":["../src/resources/balance-lookups.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"balance-lookups.d.ts","sourceRoot":"","sources":["../src/resources/balance-lookups.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,iBAAiB,MAAM,oCAAoC,CAAC;AAExE,qBAAa,cAAe,SAAQ,WAAW;IAC7C;;OAEG;IACH,MAAM,CACJ,IAAI,EAAE,yBAAyB,EAC/B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,2BAA2B,CAAC;CAGhD;AAED;;;GAGG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,yBAAiB,cAAc,CAAC;IAC9B,MAAM,QAAQ,2BAA2B,GAAG,iBAAiB,CAAC,2BAA2B,CAAC;IAC1F,MAAM,QAAQ,yBAAyB,GAAG,iBAAiB,CAAC,yBAAyB,CAAC;CACvF"}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import * as Core from 'increase/core';
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
|
-
import * as
|
|
4
|
-
import { Page, PageParams } from 'increase/pagination';
|
|
3
|
+
import * as BookkeepingAccountsAPI from 'increase/resources/bookkeeping-accounts';
|
|
4
|
+
import { Page, type PageParams } from 'increase/pagination';
|
|
5
5
|
export declare class BookkeepingAccounts extends APIResource {
|
|
6
6
|
/**
|
|
7
7
|
* Create a Bookkeeping Account
|
|
8
8
|
*/
|
|
9
9
|
create(body: BookkeepingAccountCreateParams, options?: Core.RequestOptions): Core.APIPromise<BookkeepingAccount>;
|
|
10
|
+
/**
|
|
11
|
+
* Update a Bookkeeping Account
|
|
12
|
+
*/
|
|
13
|
+
update(bookkeepingAccountId: string, body: BookkeepingAccountUpdateParams, options?: Core.RequestOptions): Core.APIPromise<BookkeepingAccount>;
|
|
10
14
|
/**
|
|
11
15
|
* List Bookkeeping Accounts
|
|
12
16
|
*/
|
|
@@ -15,7 +19,6 @@ export declare class BookkeepingAccounts extends APIResource {
|
|
|
15
19
|
}
|
|
16
20
|
export declare class BookkeepingAccountsPage extends Page<BookkeepingAccount> {
|
|
17
21
|
}
|
|
18
|
-
type _BookkeepingAccountsPage = BookkeepingAccountsPage;
|
|
19
22
|
/**
|
|
20
23
|
* Accounts are T-accounts. They can store accounting entries.
|
|
21
24
|
*/
|
|
@@ -70,13 +73,19 @@ export interface BookkeepingAccountCreateParams {
|
|
|
70
73
|
*/
|
|
71
74
|
entity_id?: string;
|
|
72
75
|
}
|
|
76
|
+
export interface BookkeepingAccountUpdateParams {
|
|
77
|
+
/**
|
|
78
|
+
* The name you choose for the account.
|
|
79
|
+
*/
|
|
80
|
+
name: string;
|
|
81
|
+
}
|
|
73
82
|
export interface BookkeepingAccountListParams extends PageParams {
|
|
74
83
|
}
|
|
75
84
|
export declare namespace BookkeepingAccounts {
|
|
76
|
-
export import BookkeepingAccount =
|
|
77
|
-
|
|
78
|
-
export import BookkeepingAccountCreateParams =
|
|
79
|
-
export import
|
|
85
|
+
export import BookkeepingAccount = BookkeepingAccountsAPI.BookkeepingAccount;
|
|
86
|
+
export import BookkeepingAccountsPage = BookkeepingAccountsAPI.BookkeepingAccountsPage;
|
|
87
|
+
export import BookkeepingAccountCreateParams = BookkeepingAccountsAPI.BookkeepingAccountCreateParams;
|
|
88
|
+
export import BookkeepingAccountUpdateParams = BookkeepingAccountsAPI.BookkeepingAccountUpdateParams;
|
|
89
|
+
export import BookkeepingAccountListParams = BookkeepingAccountsAPI.BookkeepingAccountListParams;
|
|
80
90
|
}
|
|
81
|
-
export {};
|
|
82
91
|
//# sourceMappingURL=bookkeeping-accounts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-accounts.d.ts","sourceRoot":"","sources":["../src/resources/bookkeeping-accounts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"bookkeeping-accounts.d.ts","sourceRoot":"","sources":["../src/resources/bookkeeping-accounts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,sBAAsB,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE5D,qBAAa,mBAAoB,SAAQ,WAAW;IAClD;;OAEG;IACH,MAAM,CACJ,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,kBAAkB,CAAC;IAItC;;OAEG;IACH,MAAM,CACJ,oBAAoB,EAAE,MAAM,EAC5B,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,kBAAkB,CAAC;IAItC;;OAEG;IACH,IAAI,CACF,KAAK,CAAC,EAAE,4BAA4B,EACpC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,uBAAuB,EAAE,kBAAkB,CAAC;IAChE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,uBAAuB,EAAE,kBAAkB,CAAC;CAUnG;AAED,qBAAa,uBAAwB,SAAQ,IAAI,CAAC,kBAAkB,CAAC;CAAG;AAExE;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;;;;OAKG;IACH,mBAAmB,EAAE,iBAAiB,GAAG,kBAAkB,GAAG,IAAI,CAAC;IAEnE;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,IAAI,EAAE,qBAAqB,CAAC;CAC7B;AAED,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,kBAAkB,CAAC;IAE7D;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,4BAA6B,SAAQ,UAAU;CAAG;AAEnE,yBAAiB,mBAAmB,CAAC;IACnC,MAAM,QAAQ,kBAAkB,GAAG,sBAAsB,CAAC,kBAAkB,CAAC;IAC7E,MAAM,QAAQ,uBAAuB,GAAG,sBAAsB,CAAC,uBAAuB,CAAC;IACvF,MAAM,QAAQ,8BAA8B,GAAG,sBAAsB,CAAC,8BAA8B,CAAC;IACrG,MAAM,QAAQ,8BAA8B,GAAG,sBAAsB,CAAC,8BAA8B,CAAC;IACrG,MAAM,QAAQ,4BAA4B,GAAG,sBAAsB,CAAC,4BAA4B,CAAC;CAClG"}
|
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
20
|
+
if (mod && mod.__esModule) return mod;
|
|
21
|
+
var result = {};
|
|
22
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
23
|
+
__setModuleDefault(result, mod);
|
|
24
|
+
return result;
|
|
25
|
+
};
|
|
3
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
27
|
exports.BookkeepingAccountsPage = exports.BookkeepingAccounts = void 0;
|
|
5
28
|
const resource_1 = require("increase/resource");
|
|
6
29
|
const core_1 = require("increase/core");
|
|
30
|
+
const BookkeepingAccountsAPI = __importStar(require("increase/resources/bookkeeping-accounts"));
|
|
7
31
|
const pagination_1 = require("increase/pagination");
|
|
8
32
|
class BookkeepingAccounts extends resource_1.APIResource {
|
|
9
33
|
/**
|
|
@@ -12,6 +36,12 @@ class BookkeepingAccounts extends resource_1.APIResource {
|
|
|
12
36
|
create(body, options) {
|
|
13
37
|
return this.post('/bookkeeping_accounts', { body, ...options });
|
|
14
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* Update a Bookkeeping Account
|
|
41
|
+
*/
|
|
42
|
+
update(bookkeepingAccountId, body, options) {
|
|
43
|
+
return this.patch(`/bookkeeping_accounts/${bookkeepingAccountId}`, { body, ...options });
|
|
44
|
+
}
|
|
15
45
|
list(query = {}, options) {
|
|
16
46
|
if ((0, core_1.isRequestOptions)(query)) {
|
|
17
47
|
return this.list({}, query);
|
|
@@ -24,5 +54,6 @@ class BookkeepingAccountsPage extends pagination_1.Page {
|
|
|
24
54
|
}
|
|
25
55
|
exports.BookkeepingAccountsPage = BookkeepingAccountsPage;
|
|
26
56
|
(function (BookkeepingAccounts) {
|
|
57
|
+
BookkeepingAccounts.BookkeepingAccountsPage = BookkeepingAccountsAPI.BookkeepingAccountsPage;
|
|
27
58
|
})(BookkeepingAccounts = exports.BookkeepingAccounts || (exports.BookkeepingAccounts = {}));
|
|
28
59
|
//# sourceMappingURL=bookkeeping-accounts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-accounts.js","sourceRoot":"","sources":["../src/resources/bookkeeping-accounts.ts"],"names":[],"mappings":";AAAA,qDAAqD
|
|
1
|
+
{"version":3,"file":"bookkeeping-accounts.js","sourceRoot":"","sources":["../src/resources/bookkeeping-accounts.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,gDAAgD;AAChD,wCAAiD;AACjD,gGAAkF;AAClF,oDAA4D;AAE5D,MAAa,mBAAoB,SAAQ,sBAAW;IAClD;;OAEG;IACH,MAAM,CACJ,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClE,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,oBAA4B,EAC5B,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,KAAK,CAAC,yBAAyB,oBAAoB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3F,CAAC;IAUD,IAAI,CACF,QAA4D,EAAE,EAC9D,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,uBAAuB,EAAE,uBAAuB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClG,CAAC;CACF;AAvCD,kDAuCC;AAED,MAAa,uBAAwB,SAAQ,iBAAwB;CAAG;AAAxE,0DAAwE;AA2ExE,WAAiB,mBAAmB;IAEpB,2CAAuB,GAAG,sBAAsB,CAAC,uBAAuB,CAAC;AAIzF,CAAC,EANgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAMnC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless.
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
3
|
import { isRequestOptions } from 'increase/core';
|
|
4
|
+
import * as BookkeepingAccountsAPI from 'increase/resources/bookkeeping-accounts';
|
|
4
5
|
import { Page } from 'increase/pagination';
|
|
5
6
|
export class BookkeepingAccounts extends APIResource {
|
|
6
7
|
/**
|
|
@@ -9,6 +10,12 @@ export class BookkeepingAccounts extends APIResource {
|
|
|
9
10
|
create(body, options) {
|
|
10
11
|
return this.post('/bookkeeping_accounts', { body, ...options });
|
|
11
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* Update a Bookkeeping Account
|
|
15
|
+
*/
|
|
16
|
+
update(bookkeepingAccountId, body, options) {
|
|
17
|
+
return this.patch(`/bookkeeping_accounts/${bookkeepingAccountId}`, { body, ...options });
|
|
18
|
+
}
|
|
12
19
|
list(query = {}, options) {
|
|
13
20
|
if (isRequestOptions(query)) {
|
|
14
21
|
return this.list({}, query);
|
|
@@ -19,5 +26,6 @@ export class BookkeepingAccounts extends APIResource {
|
|
|
19
26
|
export class BookkeepingAccountsPage extends Page {
|
|
20
27
|
}
|
|
21
28
|
(function (BookkeepingAccounts) {
|
|
29
|
+
BookkeepingAccounts.BookkeepingAccountsPage = BookkeepingAccountsAPI.BookkeepingAccountsPage;
|
|
22
30
|
})(BookkeepingAccounts || (BookkeepingAccounts = {}));
|
|
23
31
|
//# sourceMappingURL=bookkeeping-accounts.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-accounts.mjs","sourceRoot":"","sources":["../src/resources/bookkeeping-accounts.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;
|
|
1
|
+
{"version":3,"file":"bookkeeping-accounts.mjs","sourceRoot":"","sources":["../src/resources/bookkeeping-accounts.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,sBAAsB,MAAM,yCAAyC;OAC1E,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,mBAAoB,SAAQ,WAAW;IAClD;;OAEG;IACH,MAAM,CACJ,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClE,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,oBAA4B,EAC5B,IAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,KAAK,CAAC,yBAAyB,oBAAoB,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3F,CAAC;IAUD,IAAI,CACF,QAA4D,EAAE,EAC9D,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,uBAAuB,EAAE,uBAAuB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClG,CAAC;CACF;AAED,MAAM,OAAO,uBAAwB,SAAQ,IAAwB;CAAG;AA2ExE,WAAiB,mBAAmB;IAEpB,2CAAuB,GAAG,sBAAsB,CAAC,uBAAuB,CAAC;AAIzF,CAAC,EANgB,mBAAmB,KAAnB,mBAAmB,QAMnC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as Core from 'increase/core';
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
|
-
import * as
|
|
4
|
-
import { Page, PageParams } from 'increase/pagination';
|
|
3
|
+
import * as BookkeepingEntriesAPI from 'increase/resources/bookkeeping-entries';
|
|
4
|
+
import { Page, type PageParams } from 'increase/pagination';
|
|
5
5
|
export declare class BookkeepingEntries extends APIResource {
|
|
6
6
|
/**
|
|
7
7
|
* List Bookkeeping Entries
|
|
@@ -11,7 +11,6 @@ export declare class BookkeepingEntries extends APIResource {
|
|
|
11
11
|
}
|
|
12
12
|
export declare class BookkeepingEntriesPage extends Page<BookkeepingEntry> {
|
|
13
13
|
}
|
|
14
|
-
type _BookkeepingEntriesPage = BookkeepingEntriesPage;
|
|
15
14
|
/**
|
|
16
15
|
* Entries are T-account entries recording debits and credits.
|
|
17
16
|
*/
|
|
@@ -42,9 +41,8 @@ export interface BookkeepingEntry {
|
|
|
42
41
|
export interface BookkeepingEntryListParams extends PageParams {
|
|
43
42
|
}
|
|
44
43
|
export declare namespace BookkeepingEntries {
|
|
45
|
-
export import BookkeepingEntry =
|
|
46
|
-
|
|
47
|
-
export import BookkeepingEntryListParams =
|
|
44
|
+
export import BookkeepingEntry = BookkeepingEntriesAPI.BookkeepingEntry;
|
|
45
|
+
export import BookkeepingEntriesPage = BookkeepingEntriesAPI.BookkeepingEntriesPage;
|
|
46
|
+
export import BookkeepingEntryListParams = BookkeepingEntriesAPI.BookkeepingEntryListParams;
|
|
48
47
|
}
|
|
49
|
-
export {};
|
|
50
48
|
//# sourceMappingURL=bookkeeping-entries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-entries.d.ts","sourceRoot":"","sources":["../src/resources/bookkeeping-entries.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"bookkeeping-entries.d.ts","sourceRoot":"","sources":["../src/resources/bookkeeping-entries.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,qBAAqB,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE5D,qBAAa,kBAAmB,SAAQ,WAAW;IACjD;;OAEG;IACH,IAAI,CACF,KAAK,CAAC,EAAE,0BAA0B,EAClC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,sBAAsB,EAAE,gBAAgB,CAAC;IAC7D,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,sBAAsB,EAAE,gBAAgB,CAAC;CAUhG;AAED,qBAAa,sBAAuB,SAAQ,IAAI,CAAC,gBAAgB,CAAC;CAAG;AAErE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,IAAI,EAAE,mBAAmB,CAAC;CAC3B;AAED,MAAM,WAAW,0BAA2B,SAAQ,UAAU;CAAG;AAEjE,yBAAiB,kBAAkB,CAAC;IAClC,MAAM,QAAQ,gBAAgB,GAAG,qBAAqB,CAAC,gBAAgB,CAAC;IACxE,MAAM,QAAQ,sBAAsB,GAAG,qBAAqB,CAAC,sBAAsB,CAAC;IACpF,MAAM,QAAQ,0BAA0B,GAAG,qBAAqB,CAAC,0BAA0B,CAAC;CAC7F"}
|
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
20
|
+
if (mod && mod.__esModule) return mod;
|
|
21
|
+
var result = {};
|
|
22
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
23
|
+
__setModuleDefault(result, mod);
|
|
24
|
+
return result;
|
|
25
|
+
};
|
|
3
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
27
|
exports.BookkeepingEntriesPage = exports.BookkeepingEntries = void 0;
|
|
5
28
|
const resource_1 = require("increase/resource");
|
|
6
29
|
const core_1 = require("increase/core");
|
|
30
|
+
const BookkeepingEntriesAPI = __importStar(require("increase/resources/bookkeeping-entries"));
|
|
7
31
|
const pagination_1 = require("increase/pagination");
|
|
8
32
|
class BookkeepingEntries extends resource_1.APIResource {
|
|
9
33
|
list(query = {}, options) {
|
|
@@ -18,5 +42,6 @@ class BookkeepingEntriesPage extends pagination_1.Page {
|
|
|
18
42
|
}
|
|
19
43
|
exports.BookkeepingEntriesPage = BookkeepingEntriesPage;
|
|
20
44
|
(function (BookkeepingEntries) {
|
|
45
|
+
BookkeepingEntries.BookkeepingEntriesPage = BookkeepingEntriesAPI.BookkeepingEntriesPage;
|
|
21
46
|
})(BookkeepingEntries = exports.BookkeepingEntries || (exports.BookkeepingEntries = {}));
|
|
22
47
|
//# sourceMappingURL=bookkeeping-entries.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-entries.js","sourceRoot":"","sources":["../src/resources/bookkeeping-entries.ts"],"names":[],"mappings":";AAAA,qDAAqD
|
|
1
|
+
{"version":3,"file":"bookkeeping-entries.js","sourceRoot":"","sources":["../src/resources/bookkeeping-entries.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,gDAAgD;AAChD,wCAAiD;AACjD,8FAAgF;AAChF,oDAA4D;AAE5D,MAAa,kBAAmB,SAAQ,sBAAW;IASjD,IAAI,CACF,QAA0D,EAAE,EAC5D,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,sBAAsB,EAAE,sBAAsB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChG,CAAC;CACF;AAlBD,gDAkBC;AAED,MAAa,sBAAuB,SAAQ,iBAAsB;CAAG;AAArE,wDAAqE;AAoCrE,WAAiB,kBAAkB;IAEnB,yCAAsB,GAAG,qBAAqB,CAAC,sBAAsB,CAAC;AAEtF,CAAC,EAJgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAIlC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless.
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
3
|
import { isRequestOptions } from 'increase/core';
|
|
4
|
+
import * as BookkeepingEntriesAPI from 'increase/resources/bookkeeping-entries';
|
|
4
5
|
import { Page } from 'increase/pagination';
|
|
5
6
|
export class BookkeepingEntries extends APIResource {
|
|
6
7
|
list(query = {}, options) {
|
|
@@ -13,5 +14,6 @@ export class BookkeepingEntries extends APIResource {
|
|
|
13
14
|
export class BookkeepingEntriesPage extends Page {
|
|
14
15
|
}
|
|
15
16
|
(function (BookkeepingEntries) {
|
|
17
|
+
BookkeepingEntries.BookkeepingEntriesPage = BookkeepingEntriesAPI.BookkeepingEntriesPage;
|
|
16
18
|
})(BookkeepingEntries || (BookkeepingEntries = {}));
|
|
17
19
|
//# sourceMappingURL=bookkeeping-entries.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-entries.mjs","sourceRoot":"","sources":["../src/resources/bookkeeping-entries.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;
|
|
1
|
+
{"version":3,"file":"bookkeeping-entries.mjs","sourceRoot":"","sources":["../src/resources/bookkeeping-entries.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OACzC,KAAK,qBAAqB,MAAM,wCAAwC;OACxE,EAAE,IAAI,EAAmB,MAAM,qBAAqB;AAE3D,MAAM,OAAO,kBAAmB,SAAQ,WAAW;IASjD,IAAI,CACF,QAA0D,EAAE,EAC5D,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,sBAAsB,EAAE,sBAAsB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChG,CAAC;CACF;AAED,MAAM,OAAO,sBAAuB,SAAQ,IAAsB;CAAG;AAoCrE,WAAiB,kBAAkB;IAEnB,yCAAsB,GAAG,qBAAqB,CAAC,sBAAsB,CAAC;AAEtF,CAAC,EAJgB,kBAAkB,KAAlB,kBAAkB,QAIlC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Core from 'increase/core';
|
|
2
2
|
import { APIResource } from 'increase/resource';
|
|
3
|
-
import * as
|
|
3
|
+
import * as BookkeepingEntrySetsAPI from 'increase/resources/bookkeeping-entry-sets';
|
|
4
4
|
export declare class BookkeepingEntrySets extends APIResource {
|
|
5
5
|
/**
|
|
6
6
|
* Create a Bookkeeping Entry Set
|
|
@@ -79,7 +79,7 @@ export declare namespace BookkeepingEntrySetCreateParams {
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
export declare namespace BookkeepingEntrySets {
|
|
82
|
-
export import BookkeepingEntrySet =
|
|
83
|
-
export import BookkeepingEntrySetCreateParams =
|
|
82
|
+
export import BookkeepingEntrySet = BookkeepingEntrySetsAPI.BookkeepingEntrySet;
|
|
83
|
+
export import BookkeepingEntrySetCreateParams = BookkeepingEntrySetsAPI.BookkeepingEntrySetCreateParams;
|
|
84
84
|
}
|
|
85
85
|
//# sourceMappingURL=bookkeeping-entry-sets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookkeeping-entry-sets.d.ts","sourceRoot":"","sources":["../src/resources/bookkeeping-entry-sets.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"bookkeeping-entry-sets.d.ts","sourceRoot":"","sources":["../src/resources/bookkeeping-entry-sets.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,uBAAuB,MAAM,2CAA2C,CAAC;AAErF,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,mBAAmB,CAAC;CAGxC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;IAE1C;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;;OAGG;IACH,IAAI,EAAE,uBAAuB,CAAC;CAC/B;AAED,yBAAiB,mBAAmB,CAAC;IACnC,UAAiB,KAAK;QACpB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;KAChB;CACF;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,+BAA+B,CAAC,KAAK,CAAC,CAAC;IAEtD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,yBAAiB,+BAA+B,CAAC;IAC/C,UAAiB,KAAK;QACpB;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;;;WAIG;QACH,MAAM,EAAE,MAAM,CAAC;KAChB;CACF;AAED,yBAAiB,oBAAoB,CAAC;IACpC,MAAM,QAAQ,mBAAmB,GAAG,uBAAuB,CAAC,mBAAmB,CAAC;IAChF,MAAM,QAAQ,+BAA+B,GAAG,uBAAuB,CAAC,+BAA+B,CAAC;CACzG"}
|