@payabli/sdk-node 0.0.132 → 0.0.134
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/README.md +33 -1
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/Client.d.ts +12 -0
- package/dist/cjs/Client.js +67 -0
- package/dist/cjs/api/resources/bill/client/requests/ListBillsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/bill/client/requests/ListBillsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/bill/exports.d.ts +2 -0
- package/dist/cjs/api/resources/bill/exports.js +21 -0
- package/dist/cjs/api/resources/boarding/client/requests/ListApplicationsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/boarding/client/requests/ListBoardingLinksRequest.d.ts +1 -1
- package/dist/cjs/api/resources/boarding/exports.d.ts +2 -0
- package/dist/cjs/api/resources/boarding/exports.js +21 -0
- package/dist/cjs/api/resources/chargeBacks/exports.d.ts +2 -0
- package/dist/cjs/api/resources/chargeBacks/exports.js +21 -0
- package/dist/cjs/api/resources/checkCapture/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/checkCapture/client/Client.js +2 -0
- package/dist/cjs/api/resources/checkCapture/exports.d.ts +2 -0
- package/dist/cjs/api/resources/checkCapture/exports.js +21 -0
- package/dist/cjs/api/resources/cloud/exports.d.ts +2 -0
- package/dist/cjs/api/resources/cloud/exports.js +21 -0
- package/dist/cjs/api/resources/customer/exports.d.ts +2 -0
- package/dist/cjs/api/resources/customer/exports.js +21 -0
- package/dist/cjs/api/resources/export/client/Client.d.ts +58 -0
- package/dist/cjs/api/resources/export/client/Client.js +58 -0
- package/dist/cjs/api/resources/export/client/requests/ExportApplicationsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportBatchDetailsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportBatchDetailsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportBatchesOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportBatchesOutOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportBatchesOutRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportBatchesRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportBillsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportBillsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportChargebacksOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportChargebacksRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportCustomersOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportCustomersRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportInvoicesOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportInvoicesRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportOrganizationsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportPayoutOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportPayoutRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportPaypointsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportSettlementsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportSettlementsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportSubscriptionsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportSubscriptionsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportTransactionsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportTransactionsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportTransferDetailsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportTransfersRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportVendorsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/client/requests/ExportVendorsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/export/exports.d.ts +2 -0
- package/dist/cjs/api/resources/export/exports.js +21 -0
- package/dist/cjs/api/resources/hostedPaymentPages/exports.d.ts +2 -0
- package/dist/cjs/api/resources/hostedPaymentPages/exports.js +21 -0
- package/dist/cjs/api/resources/import/exports.d.ts +2 -0
- package/dist/cjs/api/resources/import/exports.js +21 -0
- package/dist/cjs/api/resources/invoice/client/requests/ListInvoicesOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/invoice/client/requests/ListInvoicesRequest.d.ts +1 -1
- package/dist/cjs/api/resources/invoice/exports.d.ts +2 -0
- package/dist/cjs/api/resources/invoice/exports.js +21 -0
- package/dist/cjs/api/resources/lineItem/client/requests/ListLineItemsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/lineItem/exports.d.ts +2 -0
- package/dist/cjs/api/resources/lineItem/exports.js +21 -0
- package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/moneyIn/client/Client.js +2 -0
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestCredit.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPayment.d.ts +0 -24
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentValidate.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/exports.d.ts +2 -0
- package/dist/cjs/api/resources/moneyIn/exports.js +21 -0
- package/dist/cjs/api/resources/moneyIn/types/TransRequestBody.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailCustomer.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailInvoiceData.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailPaymentData.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +55 -0
- package/dist/cjs/api/resources/moneyOut/client/Client.js +105 -0
- package/dist/cjs/api/resources/moneyOut/client/requests/ReissueOutRequest.d.ts +43 -0
- package/dist/cjs/api/resources/moneyOut/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/moneyOut/exports.d.ts +2 -0
- package/dist/cjs/api/resources/moneyOut/exports.js +21 -0
- package/dist/cjs/api/resources/moneyOutTypes/exports.d.ts +1 -0
- package/dist/cjs/api/resources/moneyOutTypes/exports.js +18 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOutTypes/types/ReissuePaymentMethod.d.ts +20 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/ReissuePaymentMethod.js +3 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/ReissuePayoutBody.d.ts +7 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/ReissuePayoutBody.js +3 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/ReissuePayoutResponse.d.ts +30 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/ReissuePayoutResponse.js +3 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/index.js +3 -0
- package/dist/cjs/api/resources/notification/exports.d.ts +2 -0
- package/dist/cjs/api/resources/notification/exports.js +21 -0
- package/dist/cjs/api/resources/notificationlogs/exports.d.ts +2 -0
- package/dist/cjs/api/resources/notificationlogs/exports.js +21 -0
- package/dist/cjs/api/resources/ocr/exports.d.ts +2 -0
- package/dist/cjs/api/resources/ocr/exports.js +21 -0
- package/dist/cjs/api/resources/organization/exports.d.ts +2 -0
- package/dist/cjs/api/resources/organization/exports.js +21 -0
- package/dist/cjs/api/resources/paymentLink/client/Client.d.ts +4 -0
- package/dist/cjs/api/resources/paymentLink/client/Client.js +4 -0
- package/dist/cjs/api/resources/paymentLink/exports.d.ts +2 -0
- package/dist/cjs/api/resources/paymentLink/exports.js +21 -0
- package/dist/cjs/api/resources/paymentMethodDomain/exports.d.ts +2 -0
- package/dist/cjs/api/resources/paymentMethodDomain/exports.js +21 -0
- package/dist/cjs/api/resources/paypoint/exports.d.ts +2 -0
- package/dist/cjs/api/resources/paypoint/exports.js +21 -0
- package/dist/cjs/api/resources/query/client/requests/ListBatchDetailsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListBatchDetailsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListBatchesOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListBatchesOutOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListBatchesOutRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListBatchesRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListChargebacksOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListChargebacksRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListCustomersOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListCustomersRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListNotificationReportsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListNotificationReportsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListNotificationsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListNotificationsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListOrganizationsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListPayoutOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListPayoutRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListPaypointsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListSettlementsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListSettlementsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListSubscriptionsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListSubscriptionsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransactionsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransactionsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransferDetailsOutRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutPaypointRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransfersRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransfersRequestOrg.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListUsersOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListUsersPaypointRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListVcardsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListVcardsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListVendorsOrgRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/requests/ListVendorsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/exports.d.ts +2 -0
- package/dist/cjs/api/resources/query/exports.js +21 -0
- package/dist/cjs/api/resources/queryTypes/exports.d.ts +1 -0
- package/dist/cjs/api/resources/queryTypes/exports.js +18 -0
- package/dist/cjs/api/resources/statistic/client/requests/BasicStatsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/statistic/client/requests/CustomerBasicStatsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/statistic/client/requests/SubStatsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/statistic/client/requests/VendorBasicStatsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/statistic/exports.d.ts +2 -0
- package/dist/cjs/api/resources/statistic/exports.js +21 -0
- package/dist/cjs/api/resources/subscription/exports.d.ts +2 -0
- package/dist/cjs/api/resources/subscription/exports.js +21 -0
- package/dist/cjs/api/resources/templates/client/requests/ListTemplatesRequest.d.ts +1 -1
- package/dist/cjs/api/resources/templates/exports.d.ts +2 -0
- package/dist/cjs/api/resources/templates/exports.js +21 -0
- package/dist/cjs/api/resources/tokenStorage/client/requests/GetMethodRequest.d.ts +0 -12
- package/dist/cjs/api/resources/tokenStorage/exports.d.ts +2 -0
- package/dist/cjs/api/resources/tokenStorage/exports.js +21 -0
- package/dist/cjs/api/resources/tokenStorage/types/TokenizeAch.d.ts +2 -1
- package/dist/cjs/api/resources/user/exports.d.ts +2 -0
- package/dist/cjs/api/resources/user/exports.js +21 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/exports.d.ts +1 -0
- package/dist/cjs/api/resources/v2MoneyInTypes/exports.js +18 -0
- package/dist/cjs/api/resources/vendor/exports.d.ts +2 -0
- package/dist/cjs/api/resources/vendor/exports.js +21 -0
- package/dist/cjs/api/resources/wallet/exports.d.ts +2 -0
- package/dist/cjs/api/resources/wallet/exports.js +21 -0
- package/dist/cjs/api/types/AbsorbDifference.d.ts +4 -0
- package/dist/cjs/api/types/AbsorbDifference.js +3 -0
- package/dist/cjs/api/types/{Accountid.d.ts → AccountId.d.ts} +1 -1
- package/dist/cjs/api/types/AccountId.js +3 -0
- package/dist/cjs/api/types/AdditionalData.d.ts +1 -1
- package/dist/cjs/api/types/AllowOverride.d.ts +4 -0
- package/dist/cjs/api/types/AllowOverride.js +3 -0
- package/dist/cjs/api/types/Bank.d.ts +2 -2
- package/dist/cjs/api/types/BillDetailResponse.d.ts +2 -2
- package/dist/cjs/api/types/BillingDataResponse.d.ts +2 -1
- package/dist/cjs/api/types/CustomerData.d.ts +1 -1
- package/dist/cjs/api/types/CustomerQueryRecords.d.ts +1 -1
- package/dist/cjs/api/types/FrequencyList.d.ts +7 -7
- package/dist/cjs/api/types/GreaterValueAllowed.d.ts +4 -0
- package/dist/cjs/api/types/GreaterValueAllowed.js +3 -0
- package/dist/cjs/api/types/PayabliCredentials.d.ts +6 -1
- package/dist/cjs/api/types/PayabliCredentialsPascal.d.ts +5 -1
- package/dist/cjs/api/types/PaypointData.d.ts +2 -0
- package/dist/cjs/api/types/QueryPaymentData.d.ts +1 -1
- package/dist/cjs/api/types/QueryPayoutTransaction.d.ts +2 -2
- package/dist/cjs/api/types/SplitFundingContent.d.ts +1 -1
- package/dist/cjs/api/types/StatementEmailConfig.d.ts +9 -0
- package/dist/cjs/api/types/StatementEmailConfig.js +3 -0
- package/dist/cjs/api/types/TransactionOutQueryRecord.d.ts +2 -2
- package/dist/cjs/api/types/VendorDataResponse.d.ts +1 -0
- package/dist/cjs/api/types/index.d.ts +5 -1
- package/dist/cjs/api/types/index.js +5 -1
- package/dist/cjs/core/fetcher/BinaryResponse.d.ts +1 -1
- package/dist/cjs/core/fetcher/Fetcher.js +1 -1
- package/dist/cjs/core/fetcher/index.d.ts +2 -0
- package/dist/cjs/core/fetcher/index.js +3 -1
- package/dist/cjs/core/fetcher/makePassthroughRequest.d.ts +49 -0
- package/dist/cjs/core/fetcher/makePassthroughRequest.js +135 -0
- package/dist/cjs/core/fetcher/makeRequest.d.ts +6 -1
- package/dist/cjs/core/fetcher/makeRequest.js +30 -9
- package/dist/cjs/core/runtime/runtime.js +8 -7
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/Client.d.mts +12 -0
- package/dist/esm/Client.mjs +34 -0
- package/dist/esm/api/resources/bill/client/requests/ListBillsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/bill/client/requests/ListBillsRequest.d.mts +1 -1
- package/dist/esm/api/resources/bill/exports.d.mts +2 -0
- package/dist/esm/api/resources/bill/exports.mjs +3 -0
- package/dist/esm/api/resources/boarding/client/requests/ListApplicationsRequest.d.mts +1 -1
- package/dist/esm/api/resources/boarding/client/requests/ListBoardingLinksRequest.d.mts +1 -1
- package/dist/esm/api/resources/boarding/exports.d.mts +2 -0
- package/dist/esm/api/resources/boarding/exports.mjs +3 -0
- package/dist/esm/api/resources/chargeBacks/exports.d.mts +2 -0
- package/dist/esm/api/resources/chargeBacks/exports.mjs +3 -0
- package/dist/esm/api/resources/checkCapture/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/checkCapture/client/Client.mjs +2 -0
- package/dist/esm/api/resources/checkCapture/exports.d.mts +2 -0
- package/dist/esm/api/resources/checkCapture/exports.mjs +3 -0
- package/dist/esm/api/resources/cloud/exports.d.mts +2 -0
- package/dist/esm/api/resources/cloud/exports.mjs +3 -0
- package/dist/esm/api/resources/customer/exports.d.mts +2 -0
- package/dist/esm/api/resources/customer/exports.mjs +3 -0
- package/dist/esm/api/resources/export/client/Client.d.mts +58 -0
- package/dist/esm/api/resources/export/client/Client.mjs +58 -0
- package/dist/esm/api/resources/export/client/requests/ExportApplicationsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportBatchDetailsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportBatchDetailsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportBatchesOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportBatchesOutOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportBatchesOutRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportBatchesRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportBillsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportBillsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportChargebacksOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportChargebacksRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportCustomersOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportCustomersRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportInvoicesOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportInvoicesRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportOrganizationsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportPayoutOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportPayoutRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportPaypointsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportSettlementsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportSettlementsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportSubscriptionsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportSubscriptionsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportTransactionsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportTransactionsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportTransferDetailsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportTransfersRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportVendorsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/client/requests/ExportVendorsRequest.d.mts +1 -1
- package/dist/esm/api/resources/export/exports.d.mts +2 -0
- package/dist/esm/api/resources/export/exports.mjs +3 -0
- package/dist/esm/api/resources/hostedPaymentPages/exports.d.mts +2 -0
- package/dist/esm/api/resources/hostedPaymentPages/exports.mjs +3 -0
- package/dist/esm/api/resources/import/exports.d.mts +2 -0
- package/dist/esm/api/resources/import/exports.mjs +3 -0
- package/dist/esm/api/resources/invoice/client/requests/ListInvoicesOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/invoice/client/requests/ListInvoicesRequest.d.mts +1 -1
- package/dist/esm/api/resources/invoice/exports.d.mts +2 -0
- package/dist/esm/api/resources/invoice/exports.mjs +3 -0
- package/dist/esm/api/resources/lineItem/client/requests/ListLineItemsRequest.d.mts +1 -1
- package/dist/esm/api/resources/lineItem/exports.d.mts +2 -0
- package/dist/esm/api/resources/lineItem/exports.mjs +3 -0
- package/dist/esm/api/resources/moneyIn/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/moneyIn/client/Client.mjs +2 -0
- package/dist/esm/api/resources/moneyIn/client/requests/RequestCredit.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPayment.d.mts +0 -24
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentValidate.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/exports.d.mts +2 -0
- package/dist/esm/api/resources/moneyIn/exports.mjs +3 -0
- package/dist/esm/api/resources/moneyIn/types/TransRequestBody.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailCustomer.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailInvoiceData.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailPaymentData.d.mts +1 -1
- package/dist/esm/api/resources/moneyOut/client/Client.d.mts +55 -0
- package/dist/esm/api/resources/moneyOut/client/Client.mjs +105 -0
- package/dist/esm/api/resources/moneyOut/client/requests/ReissueOutRequest.d.mts +43 -0
- package/dist/esm/api/resources/moneyOut/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/moneyOut/exports.d.mts +2 -0
- package/dist/esm/api/resources/moneyOut/exports.mjs +3 -0
- package/dist/esm/api/resources/moneyOutTypes/exports.d.mts +1 -0
- package/dist/esm/api/resources/moneyOutTypes/exports.mjs +2 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +1 -1
- package/dist/esm/api/resources/moneyOutTypes/types/ReissuePaymentMethod.d.mts +20 -0
- package/dist/esm/api/resources/moneyOutTypes/types/ReissuePaymentMethod.mjs +2 -0
- package/dist/esm/api/resources/moneyOutTypes/types/ReissuePayoutBody.d.mts +7 -0
- package/dist/esm/api/resources/moneyOutTypes/types/ReissuePayoutBody.mjs +2 -0
- package/dist/esm/api/resources/moneyOutTypes/types/ReissuePayoutResponse.d.mts +30 -0
- package/dist/esm/api/resources/moneyOutTypes/types/ReissuePayoutResponse.mjs +2 -0
- package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +3 -0
- package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +3 -0
- package/dist/esm/api/resources/notification/exports.d.mts +2 -0
- package/dist/esm/api/resources/notification/exports.mjs +3 -0
- package/dist/esm/api/resources/notificationlogs/exports.d.mts +2 -0
- package/dist/esm/api/resources/notificationlogs/exports.mjs +3 -0
- package/dist/esm/api/resources/ocr/exports.d.mts +2 -0
- package/dist/esm/api/resources/ocr/exports.mjs +3 -0
- package/dist/esm/api/resources/organization/exports.d.mts +2 -0
- package/dist/esm/api/resources/organization/exports.mjs +3 -0
- package/dist/esm/api/resources/paymentLink/client/Client.d.mts +4 -0
- package/dist/esm/api/resources/paymentLink/client/Client.mjs +4 -0
- package/dist/esm/api/resources/paymentLink/exports.d.mts +2 -0
- package/dist/esm/api/resources/paymentLink/exports.mjs +3 -0
- package/dist/esm/api/resources/paymentMethodDomain/exports.d.mts +2 -0
- package/dist/esm/api/resources/paymentMethodDomain/exports.mjs +3 -0
- package/dist/esm/api/resources/paypoint/exports.d.mts +2 -0
- package/dist/esm/api/resources/paypoint/exports.mjs +3 -0
- package/dist/esm/api/resources/query/client/requests/ListBatchDetailsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListBatchDetailsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListBatchesOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListBatchesOutOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListBatchesOutRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListBatchesRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListChargebacksOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListChargebacksRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListCustomersOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListCustomersRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListNotificationReportsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListNotificationReportsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListNotificationsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListNotificationsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListOrganizationsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListPayoutOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListPayoutRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListPaypointsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListSettlementsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListSettlementsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListSubscriptionsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListSubscriptionsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListTransactionsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListTransactionsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListTransferDetailsOutRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutPaypointRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListTransfersRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListTransfersRequestOrg.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListUsersOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListUsersPaypointRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListVcardsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListVcardsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListVendorsOrgRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/requests/ListVendorsRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/exports.d.mts +2 -0
- package/dist/esm/api/resources/query/exports.mjs +3 -0
- package/dist/esm/api/resources/queryTypes/exports.d.mts +1 -0
- package/dist/esm/api/resources/queryTypes/exports.mjs +2 -0
- package/dist/esm/api/resources/statistic/client/requests/BasicStatsRequest.d.mts +1 -1
- package/dist/esm/api/resources/statistic/client/requests/CustomerBasicStatsRequest.d.mts +1 -1
- package/dist/esm/api/resources/statistic/client/requests/SubStatsRequest.d.mts +1 -1
- package/dist/esm/api/resources/statistic/client/requests/VendorBasicStatsRequest.d.mts +1 -1
- package/dist/esm/api/resources/statistic/exports.d.mts +2 -0
- package/dist/esm/api/resources/statistic/exports.mjs +3 -0
- package/dist/esm/api/resources/subscription/exports.d.mts +2 -0
- package/dist/esm/api/resources/subscription/exports.mjs +3 -0
- package/dist/esm/api/resources/templates/client/requests/ListTemplatesRequest.d.mts +1 -1
- package/dist/esm/api/resources/templates/exports.d.mts +2 -0
- package/dist/esm/api/resources/templates/exports.mjs +3 -0
- package/dist/esm/api/resources/tokenStorage/client/requests/GetMethodRequest.d.mts +0 -12
- package/dist/esm/api/resources/tokenStorage/exports.d.mts +2 -0
- package/dist/esm/api/resources/tokenStorage/exports.mjs +3 -0
- package/dist/esm/api/resources/tokenStorage/types/TokenizeAch.d.mts +2 -1
- package/dist/esm/api/resources/user/exports.d.mts +2 -0
- package/dist/esm/api/resources/user/exports.mjs +3 -0
- package/dist/esm/api/resources/v2MoneyInTypes/exports.d.mts +1 -0
- package/dist/esm/api/resources/v2MoneyInTypes/exports.mjs +2 -0
- package/dist/esm/api/resources/vendor/exports.d.mts +2 -0
- package/dist/esm/api/resources/vendor/exports.mjs +3 -0
- package/dist/esm/api/resources/wallet/exports.d.mts +2 -0
- package/dist/esm/api/resources/wallet/exports.mjs +3 -0
- package/dist/esm/api/types/AbsorbDifference.d.mts +4 -0
- package/dist/esm/api/types/AbsorbDifference.mjs +2 -0
- package/dist/esm/api/types/{Accountid.d.mts → AccountId.d.mts} +1 -1
- package/dist/esm/api/types/AccountId.mjs +2 -0
- package/dist/esm/api/types/AdditionalData.d.mts +1 -1
- package/dist/esm/api/types/AllowOverride.d.mts +4 -0
- package/dist/esm/api/types/AllowOverride.mjs +2 -0
- package/dist/esm/api/types/Bank.d.mts +2 -2
- package/dist/esm/api/types/BillDetailResponse.d.mts +2 -2
- package/dist/esm/api/types/BillingDataResponse.d.mts +2 -1
- package/dist/esm/api/types/CustomerData.d.mts +1 -1
- package/dist/esm/api/types/CustomerQueryRecords.d.mts +1 -1
- package/dist/esm/api/types/FrequencyList.d.mts +7 -7
- package/dist/esm/api/types/GreaterValueAllowed.d.mts +4 -0
- package/dist/esm/api/types/GreaterValueAllowed.mjs +2 -0
- package/dist/esm/api/types/PayabliCredentials.d.mts +6 -1
- package/dist/esm/api/types/PayabliCredentialsPascal.d.mts +5 -1
- package/dist/esm/api/types/PaypointData.d.mts +2 -0
- package/dist/esm/api/types/QueryPaymentData.d.mts +1 -1
- package/dist/esm/api/types/QueryPayoutTransaction.d.mts +2 -2
- package/dist/esm/api/types/SplitFundingContent.d.mts +1 -1
- package/dist/esm/api/types/StatementEmailConfig.d.mts +9 -0
- package/dist/esm/api/types/StatementEmailConfig.mjs +2 -0
- package/dist/esm/api/types/TransactionOutQueryRecord.d.mts +2 -2
- package/dist/esm/api/types/VendorDataResponse.d.mts +1 -0
- package/dist/esm/api/types/index.d.mts +5 -1
- package/dist/esm/api/types/index.mjs +5 -1
- package/dist/esm/core/fetcher/BinaryResponse.d.mts +1 -1
- package/dist/esm/core/fetcher/Fetcher.mjs +1 -1
- package/dist/esm/core/fetcher/index.d.mts +2 -0
- package/dist/esm/core/fetcher/index.mjs +1 -0
- package/dist/esm/core/fetcher/makePassthroughRequest.d.mts +49 -0
- package/dist/esm/core/fetcher/makePassthroughRequest.mjs +132 -0
- package/dist/esm/core/fetcher/makeRequest.d.mts +6 -1
- package/dist/esm/core/fetcher/makeRequest.mjs +28 -9
- package/dist/esm/core/runtime/runtime.mjs +8 -7
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +312 -4
- package/reference.md +80 -0
- /package/dist/cjs/api/{types/Accountid.js → resources/moneyOut/client/requests/ReissueOutRequest.js} +0 -0
- /package/dist/esm/api/{types/Accountid.mjs → resources/moneyOut/client/requests/ReissueOutRequest.mjs} +0 -0
|
@@ -11,6 +11,8 @@ export declare class ExportClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<ExportClient.Options>;
|
|
12
12
|
constructor(options?: ExportClient.Options);
|
|
13
13
|
/**
|
|
14
|
+
* @deprecated
|
|
15
|
+
*
|
|
14
16
|
* Export a list of boarding applications for an organization. Use filters to limit results.
|
|
15
17
|
*
|
|
16
18
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -33,6 +35,8 @@ export declare class ExportClient {
|
|
|
33
35
|
exportApplications(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportApplicationsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
34
36
|
private __exportApplications;
|
|
35
37
|
/**
|
|
38
|
+
* @deprecated
|
|
39
|
+
*
|
|
36
40
|
* This endpoint is deprecated. Export batch details for a paypoint. Use filters to limit results.
|
|
37
41
|
*
|
|
38
42
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -55,6 +59,8 @@ export declare class ExportClient {
|
|
|
55
59
|
exportBatchDetails(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportBatchDetailsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
56
60
|
private __exportBatchDetails;
|
|
57
61
|
/**
|
|
62
|
+
* @deprecated
|
|
63
|
+
*
|
|
58
64
|
* This endpoint is deprecated. Export batch details for an organization. Use filters to limit results.
|
|
59
65
|
*
|
|
60
66
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -77,6 +83,8 @@ export declare class ExportClient {
|
|
|
77
83
|
exportBatchDetailsOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportBatchDetailsOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
78
84
|
private __exportBatchDetailsOrg;
|
|
79
85
|
/**
|
|
86
|
+
* @deprecated
|
|
87
|
+
*
|
|
80
88
|
* Export a list of batches for an entrypoint. Use filters to limit results.
|
|
81
89
|
*
|
|
82
90
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -99,6 +107,8 @@ export declare class ExportClient {
|
|
|
99
107
|
exportBatches(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportBatchesRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
100
108
|
private __exportBatches;
|
|
101
109
|
/**
|
|
110
|
+
* @deprecated
|
|
111
|
+
*
|
|
102
112
|
* Export a list of batches for an organization. Use filters to limit results.
|
|
103
113
|
*
|
|
104
114
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -121,6 +131,8 @@ export declare class ExportClient {
|
|
|
121
131
|
exportBatchesOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportBatchesOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
122
132
|
private __exportBatchesOrg;
|
|
123
133
|
/**
|
|
134
|
+
* @deprecated
|
|
135
|
+
*
|
|
124
136
|
* Export a list of money out batches for a paypoint. Use filters to limit results.
|
|
125
137
|
*
|
|
126
138
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -143,6 +155,8 @@ export declare class ExportClient {
|
|
|
143
155
|
exportBatchesOut(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportBatchesOutRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
144
156
|
private __exportBatchesOut;
|
|
145
157
|
/**
|
|
158
|
+
* @deprecated
|
|
159
|
+
*
|
|
146
160
|
* Export a list of money out batches for an organization. Use filters to limit results.
|
|
147
161
|
*
|
|
148
162
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -165,6 +179,8 @@ export declare class ExportClient {
|
|
|
165
179
|
exportBatchesOutOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportBatchesOutOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
166
180
|
private __exportBatchesOutOrg;
|
|
167
181
|
/**
|
|
182
|
+
* @deprecated
|
|
183
|
+
*
|
|
168
184
|
* Export a list of bills for an entrypoint. Use filters to limit results.
|
|
169
185
|
*
|
|
170
186
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -187,6 +203,8 @@ export declare class ExportClient {
|
|
|
187
203
|
exportBills(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportBillsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
188
204
|
private __exportBills;
|
|
189
205
|
/**
|
|
206
|
+
* @deprecated
|
|
207
|
+
*
|
|
190
208
|
* Export a list of bills for an organization. Use filters to limit results.
|
|
191
209
|
*
|
|
192
210
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -209,6 +227,8 @@ export declare class ExportClient {
|
|
|
209
227
|
exportBillsOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportBillsOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
210
228
|
private __exportBillsOrg;
|
|
211
229
|
/**
|
|
230
|
+
* @deprecated
|
|
231
|
+
*
|
|
212
232
|
* Export a list of chargebacks and ACH returns for an entrypoint. Use filters to limit results.
|
|
213
233
|
*
|
|
214
234
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -231,6 +251,8 @@ export declare class ExportClient {
|
|
|
231
251
|
exportChargebacks(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportChargebacksRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
232
252
|
private __exportChargebacks;
|
|
233
253
|
/**
|
|
254
|
+
* @deprecated
|
|
255
|
+
*
|
|
234
256
|
* Export a list of chargebacks and ACH returns for an organization. Use filters to limit results.
|
|
235
257
|
*
|
|
236
258
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -253,6 +275,8 @@ export declare class ExportClient {
|
|
|
253
275
|
exportChargebacksOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportChargebacksOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
254
276
|
private __exportChargebacksOrg;
|
|
255
277
|
/**
|
|
278
|
+
* @deprecated
|
|
279
|
+
*
|
|
256
280
|
* Export a list of customers for an entrypoint. Use filters to limit results.
|
|
257
281
|
*
|
|
258
282
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -275,6 +299,8 @@ export declare class ExportClient {
|
|
|
275
299
|
exportCustomers(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportCustomersRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
276
300
|
private __exportCustomers;
|
|
277
301
|
/**
|
|
302
|
+
* @deprecated
|
|
303
|
+
*
|
|
278
304
|
* Exports a list of customers for an organization. Use filters to limit results.
|
|
279
305
|
*
|
|
280
306
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -297,6 +323,8 @@ export declare class ExportClient {
|
|
|
297
323
|
exportCustomersOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportCustomersOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
298
324
|
private __exportCustomersOrg;
|
|
299
325
|
/**
|
|
326
|
+
* @deprecated
|
|
327
|
+
*
|
|
300
328
|
* Export list of invoices for an entrypoint. Use filters to limit results.
|
|
301
329
|
*
|
|
302
330
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -319,6 +347,8 @@ export declare class ExportClient {
|
|
|
319
347
|
exportInvoices(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportInvoicesRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
320
348
|
private __exportInvoices;
|
|
321
349
|
/**
|
|
350
|
+
* @deprecated
|
|
351
|
+
*
|
|
322
352
|
* Export a list of invoices for an organization. Use filters to limit results.
|
|
323
353
|
*
|
|
324
354
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -341,6 +371,8 @@ export declare class ExportClient {
|
|
|
341
371
|
exportInvoicesOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportInvoicesOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
342
372
|
private __exportInvoicesOrg;
|
|
343
373
|
/**
|
|
374
|
+
* @deprecated
|
|
375
|
+
*
|
|
344
376
|
* Export a list of child organizations (suborganizations) for a parent organization.
|
|
345
377
|
*
|
|
346
378
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -363,6 +395,8 @@ export declare class ExportClient {
|
|
|
363
395
|
exportOrganizations(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportOrganizationsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
364
396
|
private __exportOrganizations;
|
|
365
397
|
/**
|
|
398
|
+
* @deprecated
|
|
399
|
+
*
|
|
366
400
|
* Export a list of payouts and their statuses for an entrypoint. Use filters to limit results.
|
|
367
401
|
*
|
|
368
402
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -385,6 +419,8 @@ export declare class ExportClient {
|
|
|
385
419
|
exportPayout(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportPayoutRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
386
420
|
private __exportPayout;
|
|
387
421
|
/**
|
|
422
|
+
* @deprecated
|
|
423
|
+
*
|
|
388
424
|
* Export a list of payouts and their details for an organization. Use filters to limit results.
|
|
389
425
|
*
|
|
390
426
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -407,6 +443,8 @@ export declare class ExportClient {
|
|
|
407
443
|
exportPayoutOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportPayoutOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
408
444
|
private __exportPayoutOrg;
|
|
409
445
|
/**
|
|
446
|
+
* @deprecated
|
|
447
|
+
*
|
|
410
448
|
* Export a list of paypoints in an organization. Use filters to limit results.
|
|
411
449
|
*
|
|
412
450
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -429,6 +467,8 @@ export declare class ExportClient {
|
|
|
429
467
|
exportPaypoints(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportPaypointsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
430
468
|
private __exportPaypoints;
|
|
431
469
|
/**
|
|
470
|
+
* @deprecated
|
|
471
|
+
*
|
|
432
472
|
* Export a list of settled transactions for an entrypoint. Use filters to limit results.
|
|
433
473
|
*
|
|
434
474
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -451,6 +491,8 @@ export declare class ExportClient {
|
|
|
451
491
|
exportSettlements(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportSettlementsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
452
492
|
private __exportSettlements;
|
|
453
493
|
/**
|
|
494
|
+
* @deprecated
|
|
495
|
+
*
|
|
454
496
|
* Export a list of settled transactions for an organization. Use filters to limit results.
|
|
455
497
|
*
|
|
456
498
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -473,6 +515,8 @@ export declare class ExportClient {
|
|
|
473
515
|
exportSettlementsOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportSettlementsOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
474
516
|
private __exportSettlementsOrg;
|
|
475
517
|
/**
|
|
518
|
+
* @deprecated
|
|
519
|
+
*
|
|
476
520
|
* Export a list of subscriptions for an entrypoint. Use filters to limit results.
|
|
477
521
|
*
|
|
478
522
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -495,6 +539,8 @@ export declare class ExportClient {
|
|
|
495
539
|
exportSubscriptions(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportSubscriptionsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
496
540
|
private __exportSubscriptions;
|
|
497
541
|
/**
|
|
542
|
+
* @deprecated
|
|
543
|
+
*
|
|
498
544
|
* Export a list of subscriptions for an organization. Use filters to limit results.
|
|
499
545
|
*
|
|
500
546
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -517,6 +563,8 @@ export declare class ExportClient {
|
|
|
517
563
|
exportSubscriptionsOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportSubscriptionsOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
518
564
|
private __exportSubscriptionsOrg;
|
|
519
565
|
/**
|
|
566
|
+
* @deprecated
|
|
567
|
+
*
|
|
520
568
|
* Export a list of transactions for an entrypoint in a file in XLXS or CSV format. Use filters to limit results. If you don't specify a date range in the request, the last two months of data are returned.
|
|
521
569
|
*
|
|
522
570
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -539,6 +587,8 @@ export declare class ExportClient {
|
|
|
539
587
|
exportTransactions(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportTransactionsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
540
588
|
private __exportTransactions;
|
|
541
589
|
/**
|
|
590
|
+
* @deprecated
|
|
591
|
+
*
|
|
542
592
|
* Export a list of transactions for an org in a file in XLSX or CSV format. Use filters to limit results. If you don't specify a date range in the request, the last two months of data are returned.
|
|
543
593
|
*
|
|
544
594
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -561,6 +611,8 @@ export declare class ExportClient {
|
|
|
561
611
|
exportTransactionsOrg(format: Payabli.ExportFormat1, orgId: number, request?: Payabli.ExportTransactionsOrgRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
562
612
|
private __exportTransactionsOrg;
|
|
563
613
|
/**
|
|
614
|
+
* @deprecated
|
|
615
|
+
*
|
|
564
616
|
* Export a list of transfer details for an entrypoint. Use filters to limit results.
|
|
565
617
|
*
|
|
566
618
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -585,6 +637,8 @@ export declare class ExportClient {
|
|
|
585
637
|
exportTransferDetails(format: Payabli.ExportFormat1, entry: string, transferId: number, request?: Payabli.ExportTransferDetailsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
586
638
|
private __exportTransferDetails;
|
|
587
639
|
/**
|
|
640
|
+
* @deprecated
|
|
641
|
+
*
|
|
588
642
|
* Get a list of transfers for an entrypoint. Use filters to limit results.
|
|
589
643
|
*
|
|
590
644
|
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
@@ -607,6 +661,8 @@ export declare class ExportClient {
|
|
|
607
661
|
exportTransfers(entry: string, request?: Payabli.ExportTransfersRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
608
662
|
private __exportTransfers;
|
|
609
663
|
/**
|
|
664
|
+
* @deprecated
|
|
665
|
+
*
|
|
610
666
|
* Export a list of vendors for an entrypoint. Use filters to limit results.
|
|
611
667
|
*
|
|
612
668
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -629,6 +685,8 @@ export declare class ExportClient {
|
|
|
629
685
|
exportVendors(format: Payabli.ExportFormat1, entry: string, request?: Payabli.ExportVendorsRequest, requestOptions?: ExportClient.RequestOptions): core.HttpResponsePromise<Payabli.File_>;
|
|
630
686
|
private __exportVendors;
|
|
631
687
|
/**
|
|
688
|
+
* @deprecated
|
|
689
|
+
*
|
|
632
690
|
* Export a list of vendors for an organization. Use filters to limit results.
|
|
633
691
|
*
|
|
634
692
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -57,6 +57,8 @@ class ExportClient {
|
|
|
57
57
|
this._options = (0, BaseClient_js_1.normalizeClientOptionsWithAuth)(options);
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
+
* @deprecated
|
|
61
|
+
*
|
|
60
62
|
* Export a list of boarding applications for an organization. Use filters to limit results.
|
|
61
63
|
*
|
|
62
64
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -127,6 +129,8 @@ class ExportClient {
|
|
|
127
129
|
});
|
|
128
130
|
}
|
|
129
131
|
/**
|
|
132
|
+
* @deprecated
|
|
133
|
+
*
|
|
130
134
|
* This endpoint is deprecated. Export batch details for a paypoint. Use filters to limit results.
|
|
131
135
|
*
|
|
132
136
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -197,6 +201,8 @@ class ExportClient {
|
|
|
197
201
|
});
|
|
198
202
|
}
|
|
199
203
|
/**
|
|
204
|
+
* @deprecated
|
|
205
|
+
*
|
|
200
206
|
* This endpoint is deprecated. Export batch details for an organization. Use filters to limit results.
|
|
201
207
|
*
|
|
202
208
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -267,6 +273,8 @@ class ExportClient {
|
|
|
267
273
|
});
|
|
268
274
|
}
|
|
269
275
|
/**
|
|
276
|
+
* @deprecated
|
|
277
|
+
*
|
|
270
278
|
* Export a list of batches for an entrypoint. Use filters to limit results.
|
|
271
279
|
*
|
|
272
280
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -337,6 +345,8 @@ class ExportClient {
|
|
|
337
345
|
});
|
|
338
346
|
}
|
|
339
347
|
/**
|
|
348
|
+
* @deprecated
|
|
349
|
+
*
|
|
340
350
|
* Export a list of batches for an organization. Use filters to limit results.
|
|
341
351
|
*
|
|
342
352
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -407,6 +417,8 @@ class ExportClient {
|
|
|
407
417
|
});
|
|
408
418
|
}
|
|
409
419
|
/**
|
|
420
|
+
* @deprecated
|
|
421
|
+
*
|
|
410
422
|
* Export a list of money out batches for a paypoint. Use filters to limit results.
|
|
411
423
|
*
|
|
412
424
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -477,6 +489,8 @@ class ExportClient {
|
|
|
477
489
|
});
|
|
478
490
|
}
|
|
479
491
|
/**
|
|
492
|
+
* @deprecated
|
|
493
|
+
*
|
|
480
494
|
* Export a list of money out batches for an organization. Use filters to limit results.
|
|
481
495
|
*
|
|
482
496
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -547,6 +561,8 @@ class ExportClient {
|
|
|
547
561
|
});
|
|
548
562
|
}
|
|
549
563
|
/**
|
|
564
|
+
* @deprecated
|
|
565
|
+
*
|
|
550
566
|
* Export a list of bills for an entrypoint. Use filters to limit results.
|
|
551
567
|
*
|
|
552
568
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -617,6 +633,8 @@ class ExportClient {
|
|
|
617
633
|
});
|
|
618
634
|
}
|
|
619
635
|
/**
|
|
636
|
+
* @deprecated
|
|
637
|
+
*
|
|
620
638
|
* Export a list of bills for an organization. Use filters to limit results.
|
|
621
639
|
*
|
|
622
640
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -687,6 +705,8 @@ class ExportClient {
|
|
|
687
705
|
});
|
|
688
706
|
}
|
|
689
707
|
/**
|
|
708
|
+
* @deprecated
|
|
709
|
+
*
|
|
690
710
|
* Export a list of chargebacks and ACH returns for an entrypoint. Use filters to limit results.
|
|
691
711
|
*
|
|
692
712
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -757,6 +777,8 @@ class ExportClient {
|
|
|
757
777
|
});
|
|
758
778
|
}
|
|
759
779
|
/**
|
|
780
|
+
* @deprecated
|
|
781
|
+
*
|
|
760
782
|
* Export a list of chargebacks and ACH returns for an organization. Use filters to limit results.
|
|
761
783
|
*
|
|
762
784
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -827,6 +849,8 @@ class ExportClient {
|
|
|
827
849
|
});
|
|
828
850
|
}
|
|
829
851
|
/**
|
|
852
|
+
* @deprecated
|
|
853
|
+
*
|
|
830
854
|
* Export a list of customers for an entrypoint. Use filters to limit results.
|
|
831
855
|
*
|
|
832
856
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -897,6 +921,8 @@ class ExportClient {
|
|
|
897
921
|
});
|
|
898
922
|
}
|
|
899
923
|
/**
|
|
924
|
+
* @deprecated
|
|
925
|
+
*
|
|
900
926
|
* Exports a list of customers for an organization. Use filters to limit results.
|
|
901
927
|
*
|
|
902
928
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -967,6 +993,8 @@ class ExportClient {
|
|
|
967
993
|
});
|
|
968
994
|
}
|
|
969
995
|
/**
|
|
996
|
+
* @deprecated
|
|
997
|
+
*
|
|
970
998
|
* Export list of invoices for an entrypoint. Use filters to limit results.
|
|
971
999
|
*
|
|
972
1000
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1037,6 +1065,8 @@ class ExportClient {
|
|
|
1037
1065
|
});
|
|
1038
1066
|
}
|
|
1039
1067
|
/**
|
|
1068
|
+
* @deprecated
|
|
1069
|
+
*
|
|
1040
1070
|
* Export a list of invoices for an organization. Use filters to limit results.
|
|
1041
1071
|
*
|
|
1042
1072
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1107,6 +1137,8 @@ class ExportClient {
|
|
|
1107
1137
|
});
|
|
1108
1138
|
}
|
|
1109
1139
|
/**
|
|
1140
|
+
* @deprecated
|
|
1141
|
+
*
|
|
1110
1142
|
* Export a list of child organizations (suborganizations) for a parent organization.
|
|
1111
1143
|
*
|
|
1112
1144
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1177,6 +1209,8 @@ class ExportClient {
|
|
|
1177
1209
|
});
|
|
1178
1210
|
}
|
|
1179
1211
|
/**
|
|
1212
|
+
* @deprecated
|
|
1213
|
+
*
|
|
1180
1214
|
* Export a list of payouts and their statuses for an entrypoint. Use filters to limit results.
|
|
1181
1215
|
*
|
|
1182
1216
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1247,6 +1281,8 @@ class ExportClient {
|
|
|
1247
1281
|
});
|
|
1248
1282
|
}
|
|
1249
1283
|
/**
|
|
1284
|
+
* @deprecated
|
|
1285
|
+
*
|
|
1250
1286
|
* Export a list of payouts and their details for an organization. Use filters to limit results.
|
|
1251
1287
|
*
|
|
1252
1288
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1317,6 +1353,8 @@ class ExportClient {
|
|
|
1317
1353
|
});
|
|
1318
1354
|
}
|
|
1319
1355
|
/**
|
|
1356
|
+
* @deprecated
|
|
1357
|
+
*
|
|
1320
1358
|
* Export a list of paypoints in an organization. Use filters to limit results.
|
|
1321
1359
|
*
|
|
1322
1360
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1387,6 +1425,8 @@ class ExportClient {
|
|
|
1387
1425
|
});
|
|
1388
1426
|
}
|
|
1389
1427
|
/**
|
|
1428
|
+
* @deprecated
|
|
1429
|
+
*
|
|
1390
1430
|
* Export a list of settled transactions for an entrypoint. Use filters to limit results.
|
|
1391
1431
|
*
|
|
1392
1432
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1457,6 +1497,8 @@ class ExportClient {
|
|
|
1457
1497
|
});
|
|
1458
1498
|
}
|
|
1459
1499
|
/**
|
|
1500
|
+
* @deprecated
|
|
1501
|
+
*
|
|
1460
1502
|
* Export a list of settled transactions for an organization. Use filters to limit results.
|
|
1461
1503
|
*
|
|
1462
1504
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1527,6 +1569,8 @@ class ExportClient {
|
|
|
1527
1569
|
});
|
|
1528
1570
|
}
|
|
1529
1571
|
/**
|
|
1572
|
+
* @deprecated
|
|
1573
|
+
*
|
|
1530
1574
|
* Export a list of subscriptions for an entrypoint. Use filters to limit results.
|
|
1531
1575
|
*
|
|
1532
1576
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1597,6 +1641,8 @@ class ExportClient {
|
|
|
1597
1641
|
});
|
|
1598
1642
|
}
|
|
1599
1643
|
/**
|
|
1644
|
+
* @deprecated
|
|
1645
|
+
*
|
|
1600
1646
|
* Export a list of subscriptions for an organization. Use filters to limit results.
|
|
1601
1647
|
*
|
|
1602
1648
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1667,6 +1713,8 @@ class ExportClient {
|
|
|
1667
1713
|
});
|
|
1668
1714
|
}
|
|
1669
1715
|
/**
|
|
1716
|
+
* @deprecated
|
|
1717
|
+
*
|
|
1670
1718
|
* Export a list of transactions for an entrypoint in a file in XLXS or CSV format. Use filters to limit results. If you don't specify a date range in the request, the last two months of data are returned.
|
|
1671
1719
|
*
|
|
1672
1720
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1737,6 +1785,8 @@ class ExportClient {
|
|
|
1737
1785
|
});
|
|
1738
1786
|
}
|
|
1739
1787
|
/**
|
|
1788
|
+
* @deprecated
|
|
1789
|
+
*
|
|
1740
1790
|
* Export a list of transactions for an org in a file in XLSX or CSV format. Use filters to limit results. If you don't specify a date range in the request, the last two months of data are returned.
|
|
1741
1791
|
*
|
|
1742
1792
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1807,6 +1857,8 @@ class ExportClient {
|
|
|
1807
1857
|
});
|
|
1808
1858
|
}
|
|
1809
1859
|
/**
|
|
1860
|
+
* @deprecated
|
|
1861
|
+
*
|
|
1810
1862
|
* Export a list of transfer details for an entrypoint. Use filters to limit results.
|
|
1811
1863
|
*
|
|
1812
1864
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -1880,6 +1932,8 @@ class ExportClient {
|
|
|
1880
1932
|
});
|
|
1881
1933
|
}
|
|
1882
1934
|
/**
|
|
1935
|
+
* @deprecated
|
|
1936
|
+
*
|
|
1883
1937
|
* Get a list of transfers for an entrypoint. Use filters to limit results.
|
|
1884
1938
|
*
|
|
1885
1939
|
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
@@ -1951,6 +2005,8 @@ class ExportClient {
|
|
|
1951
2005
|
});
|
|
1952
2006
|
}
|
|
1953
2007
|
/**
|
|
2008
|
+
* @deprecated
|
|
2009
|
+
*
|
|
1954
2010
|
* Export a list of vendors for an entrypoint. Use filters to limit results.
|
|
1955
2011
|
*
|
|
1956
2012
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -2021,6 +2077,8 @@ class ExportClient {
|
|
|
2021
2077
|
});
|
|
2022
2078
|
}
|
|
2023
2079
|
/**
|
|
2080
|
+
* @deprecated
|
|
2081
|
+
*
|
|
2024
2082
|
* Export a list of vendors for an organization. Use filters to limit results.
|
|
2025
2083
|
*
|
|
2026
2084
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
@@ -65,5 +65,5 @@ export interface ExportBatchesOrgRequest {
|
|
|
65
65
|
* - `fromRecord`: initial record in query
|
|
66
66
|
* Example: `batchAmount(gt)=20` returns all records with a `batchAmount` greater than 20.00
|
|
67
67
|
*/
|
|
68
|
-
parameters?: Record<string, string
|
|
68
|
+
parameters?: Record<string, string>;
|
|
69
69
|
}
|