@payabli/sdk-node 0.0.129 → 0.0.131
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/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/bill/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/bill/client/Client.js +30 -52
- package/dist/cjs/api/resources/bill/types/BillOutData.d.ts +15 -15
- package/dist/cjs/api/resources/bill/types/BillOutDataScheduledOptions.d.ts +1 -1
- package/dist/cjs/api/resources/bill/types/BillResponse.d.ts +5 -5
- package/dist/cjs/api/resources/bill/types/BillResponseData.d.ts +30 -30
- package/dist/cjs/api/resources/bill/types/EditBillResponse.d.ts +5 -5
- package/dist/cjs/api/resources/bill/types/GetBillResponse.d.ts +5 -5
- package/dist/cjs/api/resources/bill/types/ModifyApprovalBillResponse.d.ts +1 -1
- package/dist/cjs/api/resources/bill/types/SetApprovedBillResponse.d.ts +1 -1
- package/dist/cjs/api/resources/boarding/client/Client.js +16 -33
- package/dist/cjs/api/resources/chargeBacks/client/Client.js +1 -1
- package/dist/cjs/api/resources/chargeBacks/types/AddResponseResponse.d.ts +1 -1
- package/dist/cjs/api/resources/chargeBacks/types/ChargeBackResponse.d.ts +6 -6
- package/dist/cjs/api/resources/chargeBacks/types/ChargebackMessage.d.ts +1 -1
- package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.d.ts +4 -4
- package/dist/cjs/api/resources/checkCapture/types/CheckCaptureResponse.d.ts +19 -19
- package/dist/cjs/api/resources/cloud/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/cloud/client/Client.js +8 -9
- package/dist/cjs/api/resources/cloud/types/AddDeviceResponse.d.ts +2 -2
- package/dist/cjs/api/resources/cloud/types/RemoveDeviceResponse.d.ts +2 -2
- package/dist/cjs/api/resources/customer/client/Client.js +5 -8
- package/dist/cjs/api/resources/export/client/Client.d.ts +14 -14
- package/dist/cjs/api/resources/export/client/Client.js +190 -397
- package/dist/cjs/api/resources/hostedPaymentPages/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/hostedPaymentPages/client/Client.js +4 -4
- package/dist/cjs/api/resources/import/client/Client.js +12 -13
- package/dist/cjs/api/resources/invoice/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/invoice/client/Client.js +31 -55
- package/dist/cjs/api/resources/invoice/types/GetInvoiceRecord.d.ts +15 -15
- package/dist/cjs/api/resources/invoice/types/InvoiceDataRequest.d.ts +3 -3
- package/dist/cjs/api/resources/invoice/types/QueryInvoiceResponse.d.ts +9 -9
- package/dist/cjs/api/resources/lineItem/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/lineItem/client/Client.js +9 -16
- package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +34 -10
- package/dist/cjs/api/resources/moneyIn/client/Client.js +62 -56
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestCredit.d.ts +5 -5
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPayment.d.ts +24 -0
- package/dist/cjs/api/resources/moneyIn/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/client/requests/index.js +3 -0
- package/dist/cjs/api/resources/moneyIn/types/AuthResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/AuthResponseResponseData.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/CapturePaymentDetails.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/GetPaidResponseData.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/types/PayabliApiResponseGetPaid.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/ReceiptResponse.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/types/RefundResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/RefundWithInstructionsResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/ResponseDataRefunds.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/ReverseResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/TransRequestBody.d.ts +10 -10
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecord.d.ts +4 -4
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailResponseData.d.ts +4 -4
- package/dist/cjs/api/resources/moneyIn/types/ValidateResponseData.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/VoidResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/types/VoidResponseData.d.ts +4 -4
- package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +31 -0
- package/dist/cjs/api/resources/moneyOut/client/Client.js +83 -13
- package/dist/cjs/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.d.ts +10 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.js +13 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.ts +9 -9
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +55 -55
- package/dist/cjs/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.ts +8 -8
- package/dist/cjs/api/resources/moneyOutTypes/types/OperationResult.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOutTypes/types/VCardGetResponse.d.ts +105 -105
- package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/index.js +1 -0
- package/dist/cjs/api/resources/notificationlogs/client/Client.js +4 -7
- package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.d.ts +2 -2
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.d.ts +3 -3
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.ts +4 -4
- package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.d.ts +2 -2
- package/dist/cjs/api/resources/ocr/types/FileContentImageOnly.d.ts +4 -4
- package/dist/cjs/api/resources/ocr/types/OcrAttachment.d.ts +5 -5
- package/dist/cjs/api/resources/ocr/types/OcrBillItem.d.ts +12 -12
- package/dist/cjs/api/resources/ocr/types/OcrBillItemAdditionalData.d.ts +4 -4
- package/dist/cjs/api/resources/ocr/types/OcrResponseData.d.ts +1 -1
- package/dist/cjs/api/resources/ocr/types/OcrResultData.d.ts +17 -17
- package/dist/cjs/api/resources/ocr/types/OcrVendor.d.ts +31 -31
- package/dist/cjs/api/resources/ocr/types/OcrVendorAdditionalData.d.ts +1 -1
- package/dist/cjs/api/resources/ocr/types/OcrVendorBillingData.d.ts +8 -8
- package/dist/cjs/api/resources/ocr/types/PayabliApiResponseOcr.d.ts +1 -1
- package/dist/cjs/api/resources/organization/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/organization/client/Client.js +2 -2
- package/dist/cjs/api/resources/organization/types/AddOrganizationResponse.d.ts +2 -2
- package/dist/cjs/api/resources/organization/types/DeleteOrganizationResponse.d.ts +2 -2
- package/dist/cjs/api/resources/organization/types/EditOrganizationResponse.d.ts +3 -3
- package/dist/cjs/api/resources/paymentLink/client/Client.js +23 -36
- package/dist/cjs/api/resources/paymentLink/types/GetPayLinkFromIdResponse.d.ts +1 -1
- package/dist/cjs/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.ts +1 -1
- package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBody.d.ts +11 -11
- package/dist/cjs/api/resources/paymentMethodDomain/client/Client.js +6 -13
- package/dist/cjs/api/resources/paymentMethodDomain/client/requests/AddPaymentMethodDomainRequest.d.ts +2 -2
- package/dist/cjs/api/resources/paymentMethodDomain/client/requests/UpdatePaymentMethodDomainRequest.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/paypoint/client/Client.js +9 -10
- package/dist/cjs/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.ts +3 -3
- package/dist/cjs/api/resources/paypoint/types/GetBasicEntryResponse.d.ts +3 -3
- package/dist/cjs/api/resources/paypoint/types/GetEntryConfigResponse.d.ts +3 -3
- package/dist/cjs/api/resources/paypoint/types/MigratePaypointResponse.d.ts +1 -1
- package/dist/cjs/api/resources/paypoint/types/NotificationRequest.d.ts +1 -1
- package/dist/cjs/api/resources/paypoint/types/PaypointMoveRequest.d.ts +1 -1
- package/dist/cjs/api/resources/query/client/Client.d.ts +63 -2
- package/dist/cjs/api/resources/query/client/Client.js +430 -510
- package/dist/cjs/api/resources/query/client/requests/ListTransactionsOrgRequest.d.ts +0 -1
- package/dist/cjs/api/resources/query/client/requests/ListTransferDetailsOutRequest.d.ts +45 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransferDetailsOutRequest.js +3 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutOrgRequest.d.ts +46 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutOrgRequest.js +3 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutPaypointRequest.d.ts +46 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersOutPaypointRequest.js +3 -0
- package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.d.ts +0 -1
- package/dist/cjs/api/resources/query/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.ts +3 -3
- package/dist/cjs/api/resources/queryTypes/types/QueryBatchesResponse.d.ts +3 -5
- package/dist/cjs/api/resources/queryTypes/types/TransferOutBankAccount.d.ts +11 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutBankAccount.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBill.d.ts +36 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBill.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBillAttachment.d.ts +15 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBillAttachment.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailCheckData.d.ts +9 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailCheckData.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailEvent.d.ts +11 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailEvent.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailPaymentData.d.ts +41 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailPaymentData.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailQueryResponse.d.ts +10 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailQueryResponse.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailRecord.d.ts +132 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailRecord.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendor.d.ts +96 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendor.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.d.ts +35 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutEventData.d.ts +15 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutEventData.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutMessage.d.ts +22 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutMessage.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutMessageProperties.d.ts +9 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutMessageProperties.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutQueryResponse.d.ts +10 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutQueryResponse.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutRecord.d.ts +74 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutRecord.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutSummary.d.ts +11 -0
- package/dist/cjs/api/resources/queryTypes/types/TransferOutSummary.js +3 -0
- package/dist/cjs/api/resources/queryTypes/types/index.d.ts +16 -0
- package/dist/cjs/api/resources/queryTypes/types/index.js +16 -0
- package/dist/cjs/api/resources/statistic/client/Client.js +14 -22
- package/dist/cjs/api/resources/subscription/client/Client.js +4 -5
- package/dist/cjs/api/resources/subscription/types/AddSubscriptionResponse.d.ts +2 -2
- package/dist/cjs/api/resources/subscription/types/RemoveSubscriptionResponse.d.ts +2 -2
- package/dist/cjs/api/resources/subscription/types/SubscriptionRequestBody.d.ts +9 -9
- package/dist/cjs/api/resources/subscription/types/UpdateSubscriptionResponse.d.ts +3 -3
- package/dist/cjs/api/resources/templates/client/Client.js +6 -13
- package/dist/cjs/api/resources/tokenStorage/client/Client.js +14 -25
- package/dist/cjs/api/resources/tokenStorage/types/AddMethodResponse.d.ts +6 -6
- package/dist/cjs/api/resources/tokenStorage/types/GetMethodResponse.d.ts +87 -87
- package/dist/cjs/api/resources/tokenStorage/types/RequestTokenStorage.d.ts +9 -9
- package/dist/cjs/api/resources/tokenStorage/types/TokenizeAch.d.ts +3 -3
- package/dist/cjs/api/resources/tokenStorage/types/TokenizeCard.d.ts +2 -2
- package/dist/cjs/api/resources/tokenStorage/types/VendorDataRequest.d.ts +2 -2
- package/dist/cjs/api/resources/user/client/Client.js +4 -7
- package/dist/cjs/api/resources/user/types/AddUserResponse.d.ts +2 -2
- package/dist/cjs/api/resources/user/types/AuthResetUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/ChangePswUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/EditMfaUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/types/LogoutUserResponse.d.ts +1 -1
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2BadRequestError.d.ts +1 -1
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseCode.d.ts +1 -1
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.ts +4 -4
- package/dist/cjs/api/types/ASection.d.ts +3 -3
- package/dist/cjs/api/types/AchAbsorbSection.d.ts +2 -2
- package/dist/cjs/api/types/AchAcceptanceElement.d.ts +4 -4
- package/dist/cjs/api/types/AchFeeSection.d.ts +12 -12
- package/dist/cjs/api/types/AchLinkTypes.d.ts +3 -3
- package/dist/cjs/api/types/AchPassThroughSection.d.ts +2 -2
- package/dist/cjs/api/types/AchPaymentMethod.d.ts +1 -1
- package/dist/cjs/api/types/AchSecCode.d.ts +1 -0
- package/dist/cjs/api/types/AchSection.d.ts +3 -3
- package/dist/cjs/api/types/AchService.d.ts +18 -18
- package/dist/cjs/api/types/AchSetup.d.ts +3 -3
- package/dist/cjs/api/types/AchTypes.d.ts +3 -3
- package/dist/cjs/api/types/AchTypesPass.d.ts +3 -3
- package/dist/cjs/api/types/AchTypesTiers.d.ts +3 -3
- package/dist/cjs/api/types/AmountElement.d.ts +3 -3
- package/dist/cjs/api/types/ApplePayData.d.ts +2 -2
- package/dist/cjs/api/types/ApplePayMetadata.d.ts +5 -5
- package/dist/cjs/api/types/ApplePayOrganizationUpdateData.d.ts +6 -6
- package/dist/cjs/api/types/ApplePayPaypointRegistrationData.d.ts +4 -4
- package/dist/cjs/api/types/ApplePayStatusData.d.ts +2 -2
- package/dist/cjs/api/types/AppleWalletData.d.ts +8 -8
- package/dist/cjs/api/types/ApplicationData.d.ts +49 -49
- package/dist/cjs/api/types/ApplicationDataManaged.d.ts +37 -37
- package/dist/cjs/api/types/ApplicationDataOdp.d.ts +38 -38
- package/dist/cjs/api/types/ApplicationDataPayIn.d.ts +45 -45
- package/dist/cjs/api/types/ApplicationDetailsRecord.d.ts +64 -64
- package/dist/cjs/api/types/ApplicationQueryRecord.d.ts +55 -55
- package/dist/cjs/api/types/AssociatedVendor.d.ts +39 -39
- package/dist/cjs/api/types/AutoElement.d.ts +7 -7
- package/dist/cjs/api/types/BAddress.d.ts +12 -12
- package/dist/cjs/api/types/BDetails.d.ts +11 -11
- package/dist/cjs/api/types/BSection.d.ts +2 -2
- package/dist/cjs/api/types/Bank.d.ts +13 -13
- package/dist/cjs/api/types/BankSection.d.ts +4 -4
- package/dist/cjs/api/types/BasicTable.d.ts +2 -2
- package/dist/cjs/api/types/BasicTemplateElement.d.ts +1 -1
- package/dist/cjs/api/types/BatchSummary.d.ts +6 -6
- package/dist/cjs/api/types/BillData.d.ts +24 -24
- package/dist/cjs/api/types/BillDetailResponse.d.ts +32 -32
- package/dist/cjs/api/types/BillDetailsResponse.d.ts +6 -6
- package/dist/cjs/api/types/BillItem.d.ts +11 -11
- package/dist/cjs/api/types/BillOptions.d.ts +2 -2
- package/dist/cjs/api/types/BillPayOutData.d.ts +9 -9
- package/dist/cjs/api/types/BillPayOutDataRequest.d.ts +9 -9
- package/dist/cjs/api/types/BillQueryRecord2BillApprovalsItem.d.ts +4 -4
- package/dist/cjs/api/types/BillQueryResponse.d.ts +2 -2
- package/dist/cjs/api/types/BillQueryResponseSummary.d.ts +23 -23
- package/dist/cjs/api/types/BillingData.d.ts +8 -8
- package/dist/cjs/api/types/BillingDataResponse.d.ts +1 -1
- package/dist/cjs/api/types/BillingFeeDetail.d.ts +11 -11
- package/dist/cjs/api/types/BinData.d.ts +11 -11
- package/dist/cjs/api/types/Bnk.d.ts +4 -4
- package/dist/cjs/api/types/BoardingApplicationAttachments.d.ts +2 -2
- package/dist/cjs/api/types/BoardingLinkApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/BoardingLinkQueryRecord.d.ts +10 -10
- package/dist/cjs/api/types/BoardingQueryLinks.d.ts +6 -6
- package/dist/cjs/api/types/BuilderData.d.ts +6 -6
- package/dist/cjs/api/types/BusinessSection.d.ts +24 -24
- package/dist/cjs/api/types/ButtonElement.d.ts +1 -1
- package/dist/cjs/api/types/CList.d.ts +4 -4
- package/dist/cjs/api/types/CardAcceptanceElement.d.ts +4 -4
- package/dist/cjs/api/types/CardFeeSection.d.ts +11 -11
- package/dist/cjs/api/types/CardFlatSection.d.ts +1 -1
- package/dist/cjs/api/types/CardIcpSection.d.ts +1 -1
- package/dist/cjs/api/types/CardLinkTypes.d.ts +4 -4
- package/dist/cjs/api/types/CardPassThroughSection.d.ts +2 -2
- package/dist/cjs/api/types/CardSection.d.ts +3 -3
- package/dist/cjs/api/types/CardService.d.ts +30 -30
- package/dist/cjs/api/types/CardSetup.d.ts +4 -4
- package/dist/cjs/api/types/CardType.d.ts +4 -4
- package/dist/cjs/api/types/CardTypePass.d.ts +4 -4
- package/dist/cjs/api/types/CardTypes.d.ts +4 -4
- package/dist/cjs/api/types/CascadeJobDetails.d.ts +4 -4
- package/dist/cjs/api/types/CloudQueryApiResponse.d.ts +2 -2
- package/dist/cjs/api/types/ConfigureApplePayOrganizationApiResponse.d.ts +4 -4
- package/dist/cjs/api/types/ConfigureApplePaypointApiResponse.d.ts +5 -5
- package/dist/cjs/api/types/ConfigureGooglePaypointApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/ContactElement.d.ts +6 -6
- package/dist/cjs/api/types/Contacts.d.ts +5 -5
- package/dist/cjs/api/types/ContactsResponse.d.ts +4 -4
- package/dist/cjs/api/types/CustomerData.d.ts +26 -26
- package/dist/cjs/api/types/CustomerQueryRecords.d.ts +46 -46
- package/dist/cjs/api/types/CustomerSummaryRecord.d.ts +4 -4
- package/dist/cjs/api/types/DSection.d.ts +2 -2
- package/dist/cjs/api/types/DisplayProperty.d.ts +3 -3
- package/dist/cjs/api/types/DocumentSection.d.ts +12 -12
- package/dist/cjs/api/types/DocumentsRef.d.ts +2 -2
- package/dist/cjs/api/types/Element.d.ts +2 -2
- package/dist/cjs/api/types/Entry.d.ts +1 -1
- package/dist/cjs/api/types/FileContent.d.ts +4 -4
- package/dist/cjs/api/types/Finishtype.d.ts +2 -2
- package/dist/cjs/api/types/FrequencyList.d.ts +7 -7
- package/dist/cjs/api/types/GeneralEvents.d.ts +5 -5
- package/dist/cjs/api/types/GooglePayData.d.ts +2 -2
- package/dist/cjs/api/types/GooglePayMetadata.d.ts +3 -3
- package/dist/cjs/api/types/GooglePayPaypointRegistrationData.d.ts +4 -4
- package/dist/cjs/api/types/GooglePayStatusData.d.ts +2 -2
- package/dist/cjs/api/types/GoogleWalletData.d.ts +2 -2
- package/dist/cjs/api/types/HeaderElement.d.ts +3 -3
- package/dist/cjs/api/types/Instrument.d.ts +5 -5
- package/dist/cjs/api/types/InvoiceElement.d.ts +4 -4
- package/dist/cjs/api/types/KeyValue.d.ts +2 -2
- package/dist/cjs/api/types/KeyValueDuo.d.ts +2 -2
- package/dist/cjs/api/types/LabelElement.d.ts +3 -3
- package/dist/cjs/api/types/LineItem.d.ts +7 -7
- package/dist/cjs/api/types/LineItemQueryRecord.d.ts +14 -14
- package/dist/cjs/api/types/LinkData.d.ts +3 -3
- package/dist/cjs/api/types/LinkRow.d.ts +1 -1
- package/dist/cjs/api/types/MethodElement.d.ts +10 -10
- package/dist/cjs/api/types/MethodQueryRecords.d.ts +8 -8
- package/dist/cjs/api/types/MethodsList.d.ts +7 -7
- package/dist/cjs/api/types/MfaData.d.ts +2 -2
- package/dist/cjs/api/types/NoteElement.d.ts +5 -5
- package/dist/cjs/api/types/NotificationContent.d.ts +7 -7
- package/dist/cjs/api/types/NotificationQueryRecord.d.ts +11 -11
- package/dist/cjs/api/types/NotificationReportRequest.d.ts +9 -9
- package/dist/cjs/api/types/NotificationStandardRequest.d.ts +7 -7
- package/dist/cjs/api/types/OList.d.ts +15 -15
- package/dist/cjs/api/types/OSection.d.ts +2 -2
- package/dist/cjs/api/types/OdpSetup.d.ts +6 -6
- package/dist/cjs/api/types/OrgData.d.ts +6 -6
- package/dist/cjs/api/types/OrgScope.d.ts +2 -2
- package/dist/cjs/api/types/OrgXScope.d.ts +3 -3
- package/dist/cjs/api/types/OrganizationQueryRecord.d.ts +33 -33
- package/dist/cjs/api/types/OrganizationUpdates.d.ts +2 -2
- package/dist/cjs/api/types/Owners.d.ts +16 -16
- package/dist/cjs/api/types/OwnersSection.d.ts +24 -24
- package/dist/cjs/api/types/PSection.d.ts +12 -12
- package/dist/cjs/api/types/PageContent.d.ts +15 -15
- package/dist/cjs/api/types/PageElement.d.ts +4 -4
- package/dist/cjs/api/types/PageSetting.d.ts +7 -7
- package/dist/cjs/api/types/PagelinkSetting.d.ts +6 -6
- package/dist/cjs/api/types/PairFiles.d.ts +3 -3
- package/dist/cjs/api/types/PayCategory.d.ts +9 -9
- package/dist/cjs/api/types/PayMethodBodyAllFields.d.ts +12 -12
- package/dist/cjs/api/types/PayMethodCloud.d.ts +1 -1
- package/dist/cjs/api/types/PayMethodCredit.d.ts +4 -4
- package/dist/cjs/api/types/PayMethodStoredMethod.d.ts +3 -3
- package/dist/cjs/api/types/PayabliApiResponse.d.ts +2 -2
- package/dist/cjs/api/types/PayabliApiResponse0.d.ts +11 -11
- package/dist/cjs/api/types/PayabliApiResponse00.d.ts +4 -4
- package/dist/cjs/api/types/PayabliApiResponse0000.d.ts +12 -12
- package/dist/cjs/api/types/PayabliApiResponse00Responsedatanonobject.d.ts +5 -5
- package/dist/cjs/api/types/PayabliApiResponse6.d.ts +3 -3
- package/dist/cjs/api/types/PayabliApiResponseCustomerQuery.d.ts +2 -2
- package/dist/cjs/api/types/PayabliApiResponseError400.d.ts +7 -7
- package/dist/cjs/api/types/PayabliApiResponseGeneric2Part.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseImport.d.ts +7 -7
- package/dist/cjs/api/types/PayabliApiResponseMfaBasic.d.ts +4 -4
- package/dist/cjs/api/types/PayabliApiResponseNotifications.d.ts +4 -4
- package/dist/cjs/api/types/PayabliApiResponsePaymethodDelete.d.ts +5 -5
- package/dist/cjs/api/types/PayabliApiResponseTemplateId.d.ts +4 -4
- package/dist/cjs/api/types/PayabliApiResponseUserMfa.d.ts +4 -4
- package/dist/cjs/api/types/PayabliApiResponseVendors.d.ts +4 -4
- package/dist/cjs/api/types/PayabliCredentials.d.ts +10 -10
- package/dist/cjs/api/types/PayabliCredentialsPascal.d.ts +12 -12
- package/dist/cjs/api/types/PayabliPages.d.ts +11 -11
- package/dist/cjs/api/types/PaymentCategories.d.ts +2 -2
- package/dist/cjs/api/types/PaymentDetail.d.ts +7 -5
- package/dist/cjs/api/types/PaymentDetailCredit.d.ts +2 -2
- package/dist/cjs/api/types/PaymentMethodDomainApiResponse.d.ts +2 -2
- package/dist/cjs/api/types/PaymentMethodDomainGeneralResponse.d.ts +3 -3
- package/dist/cjs/api/types/PayorDataRequest.d.ts +21 -21
- package/dist/cjs/api/types/PayorElement.d.ts +4 -4
- package/dist/cjs/api/types/PayorFields.d.ts +10 -10
- package/dist/cjs/api/types/PayoutGatewayConnector.d.ts +9 -9
- package/dist/cjs/api/types/PaypointData.d.ts +20 -20
- package/dist/cjs/api/types/PaypointEntryConfig.d.ts +8 -8
- package/dist/cjs/api/types/PaypointSummary.d.ts +5 -5
- package/dist/cjs/api/types/PendingFeeAmount.d.ts +1 -1
- package/dist/cjs/api/types/PoiDevice.d.ts +13 -13
- package/dist/cjs/api/types/ProcessingSection.d.ts +14 -14
- package/dist/cjs/api/types/PushPayLinkRequest.d.ts +2 -2
- package/dist/cjs/api/types/QueryBatchesOutResponse.d.ts +41 -69
- package/dist/cjs/api/types/QueryBoardingAppsListResponse.d.ts +2 -2
- package/dist/cjs/api/types/QueryBoardingLinksResponse.d.ts +8 -8
- package/dist/cjs/api/types/QueryCFeeTransaction.d.ts +8 -8
- package/dist/cjs/api/types/QueryChargebacksResponse.d.ts +29 -29
- package/dist/cjs/api/types/QueryCustomerResponse.d.ts +2 -2
- package/dist/cjs/api/types/QueryEntrypointResponse.d.ts +49 -49
- package/dist/cjs/api/types/QueryPaymentData.d.ts +14 -14
- package/dist/cjs/api/types/QueryPayoutTransaction.d.ts +72 -72
- package/dist/cjs/api/types/QueryResponse.d.ts +2 -2
- package/dist/cjs/api/types/QueryResponseData.d.ts +15 -15
- package/dist/cjs/api/types/QueryResponseItems.d.ts +7 -7
- package/dist/cjs/api/types/QueryResponseNotificationReports.d.ts +6 -6
- package/dist/cjs/api/types/QueryResponseNotifications.d.ts +13 -13
- package/dist/cjs/api/types/QueryResponseSettlements.d.ts +45 -45
- package/dist/cjs/api/types/QueryResponseTransactions.d.ts +2 -2
- package/dist/cjs/api/types/QueryResponseVendors.d.ts +2 -2
- package/dist/cjs/api/types/QuerySubscriptionResponse.d.ts +2 -2
- package/dist/cjs/api/types/QuerySummary.d.ts +6 -6
- package/dist/cjs/api/types/QuerySummaryNoAmt.d.ts +4 -4
- package/dist/cjs/api/types/QueryTransactionEvents.d.ts +4 -4
- package/dist/cjs/api/types/QueryTransactionPayorData.d.ts +22 -22
- package/dist/cjs/api/types/QueryTransactionPayorDataCustomer.d.ts +22 -22
- package/dist/cjs/api/types/QueryUserResponse.d.ts +2 -2
- package/dist/cjs/api/types/ReceiptContent.d.ts +9 -9
- package/dist/cjs/api/types/RefundDetail.d.ts +2 -2
- package/dist/cjs/api/types/Responsecode.d.ts +1 -1
- package/dist/cjs/api/types/ResultCodeText.d.ts +1 -1
- package/dist/cjs/api/types/ResultCodev2.d.ts +1 -1
- package/dist/cjs/api/types/SSection.d.ts +2 -2
- package/dist/cjs/api/types/SalesSection.d.ts +2 -2
- package/dist/cjs/api/types/ScheduleDetail.d.ts +4 -4
- package/dist/cjs/api/types/ServiceCost.d.ts +8 -8
- package/dist/cjs/api/types/Services.d.ts +3 -3
- package/dist/cjs/api/types/ServicesSection.d.ts +4 -4
- package/dist/cjs/api/types/SettingElement.d.ts +6 -6
- package/dist/cjs/api/types/SettingsQueryRecord.d.ts +6 -7
- package/dist/cjs/api/types/SignerData.d.ts +16 -16
- package/dist/cjs/api/types/SignerDataRequest.d.ts +15 -15
- package/dist/cjs/api/types/SignerSection.d.ts +14 -14
- package/dist/cjs/api/types/SplitFundingContent.d.ts +4 -4
- package/dist/cjs/api/types/SplitFundingRefundContent.d.ts +4 -4
- package/dist/cjs/api/types/SubscriptionQueryRecords.d.ts +23 -23
- package/dist/cjs/api/types/SummaryOrg.d.ts +6 -6
- package/dist/cjs/api/types/TemplateAdditionalDataField.d.ts +6 -6
- package/dist/cjs/api/types/TemplateAdditionalDataSection.d.ts +1 -1
- package/dist/cjs/api/types/TemplateContent.d.ts +7 -7
- package/dist/cjs/api/types/TemplateContentResponse.d.ts +7 -7
- package/dist/cjs/api/types/TemplateData.d.ts +5 -5
- package/dist/cjs/api/types/TemplateElement.d.ts +3 -3
- package/dist/cjs/api/types/TemplateQueryRecord.d.ts +11 -11
- package/dist/cjs/api/types/TemplateQueryResponse.d.ts +2 -2
- package/dist/cjs/api/types/TierItem.d.ts +4 -4
- package/dist/cjs/api/types/TierItemPass.d.ts +6 -6
- package/dist/cjs/api/types/TransactionOutQueryRecord.d.ts +32 -32
- package/dist/cjs/api/types/TransactionQueryRecords.d.ts +35 -35
- package/dist/cjs/api/types/TransactionQueryRecordsCustomer.d.ts +35 -35
- package/dist/cjs/api/types/Transfer.d.ts +2 -1
- package/dist/cjs/api/types/TransferBankAccount.d.ts +1 -0
- package/dist/cjs/api/types/TransferQueryResponse.d.ts +2 -1
- package/dist/cjs/api/types/UnderwritingData.d.ts +1 -1
- package/dist/cjs/api/types/UnderwritingDataResponse.d.ts +2 -2
- package/dist/cjs/api/types/UserData.d.ts +11 -11
- package/dist/cjs/api/types/UserQueryRecord.d.ts +16 -16
- package/dist/cjs/api/types/UsrAccess.d.ts +2 -2
- package/dist/cjs/api/types/VCardQueryResponse.d.ts +2 -2
- package/dist/cjs/api/types/VCardRecord.d.ts +26 -26
- package/dist/cjs/api/types/VCardSummary.d.ts +2 -2
- package/dist/cjs/api/types/VendorData.d.ts +30 -30
- package/dist/cjs/api/types/VendorDataResponse.d.ts +3 -3
- package/dist/cjs/api/types/VendorOutData.d.ts +22 -22
- package/dist/cjs/api/types/VendorPaymentMethod.d.ts +1 -1
- package/dist/cjs/api/types/VendorQueryRecord.d.ts +42 -42
- package/dist/cjs/api/types/VendorResponseBillingData.d.ts +14 -14
- package/dist/cjs/api/types/VendorResponseSummary.d.ts +16 -16
- package/dist/cjs/api/types/VendorSummary.d.ts +16 -16
- package/dist/cjs/auth/HeaderAuthProvider.d.ts +14 -10
- package/dist/cjs/auth/HeaderAuthProvider.js +18 -9
- package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +2 -2
- package/dist/cjs/core/fetcher/Fetcher.d.ts +1 -2
- package/dist/cjs/core/fetcher/Fetcher.js +7 -1
- package/dist/cjs/core/headers.d.ts +2 -2
- 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/api/resources/bill/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/bill/client/Client.mjs +30 -52
- package/dist/esm/api/resources/bill/types/BillOutData.d.mts +15 -15
- package/dist/esm/api/resources/bill/types/BillOutDataScheduledOptions.d.mts +1 -1
- package/dist/esm/api/resources/bill/types/BillResponse.d.mts +5 -5
- package/dist/esm/api/resources/bill/types/BillResponseData.d.mts +30 -30
- package/dist/esm/api/resources/bill/types/EditBillResponse.d.mts +5 -5
- package/dist/esm/api/resources/bill/types/GetBillResponse.d.mts +5 -5
- package/dist/esm/api/resources/bill/types/ModifyApprovalBillResponse.d.mts +1 -1
- package/dist/esm/api/resources/bill/types/SetApprovedBillResponse.d.mts +1 -1
- package/dist/esm/api/resources/boarding/client/Client.mjs +16 -33
- package/dist/esm/api/resources/chargeBacks/client/Client.mjs +1 -1
- package/dist/esm/api/resources/chargeBacks/types/AddResponseResponse.d.mts +1 -1
- package/dist/esm/api/resources/chargeBacks/types/ChargeBackResponse.d.mts +6 -6
- package/dist/esm/api/resources/chargeBacks/types/ChargebackMessage.d.mts +1 -1
- package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.d.mts +4 -4
- package/dist/esm/api/resources/checkCapture/types/CheckCaptureResponse.d.mts +19 -19
- package/dist/esm/api/resources/cloud/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/cloud/client/Client.mjs +8 -9
- package/dist/esm/api/resources/cloud/types/AddDeviceResponse.d.mts +2 -2
- package/dist/esm/api/resources/cloud/types/RemoveDeviceResponse.d.mts +2 -2
- package/dist/esm/api/resources/customer/client/Client.mjs +5 -8
- package/dist/esm/api/resources/export/client/Client.d.mts +14 -14
- package/dist/esm/api/resources/export/client/Client.mjs +190 -397
- package/dist/esm/api/resources/hostedPaymentPages/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/hostedPaymentPages/client/Client.mjs +4 -4
- package/dist/esm/api/resources/import/client/Client.mjs +12 -13
- package/dist/esm/api/resources/invoice/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/invoice/client/Client.mjs +31 -55
- package/dist/esm/api/resources/invoice/types/GetInvoiceRecord.d.mts +15 -15
- package/dist/esm/api/resources/invoice/types/InvoiceDataRequest.d.mts +3 -3
- package/dist/esm/api/resources/invoice/types/QueryInvoiceResponse.d.mts +9 -9
- package/dist/esm/api/resources/lineItem/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/lineItem/client/Client.mjs +9 -16
- package/dist/esm/api/resources/moneyIn/client/Client.d.mts +34 -10
- package/dist/esm/api/resources/moneyIn/client/Client.mjs +62 -56
- package/dist/esm/api/resources/moneyIn/client/requests/RequestCredit.d.mts +5 -5
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPayment.d.mts +24 -0
- package/dist/esm/api/resources/moneyIn/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/client/requests/index.mjs +1 -1
- package/dist/esm/api/resources/moneyIn/types/AuthResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/AuthResponseResponseData.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/CapturePaymentDetails.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/GetPaidResponseData.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/types/PayabliApiResponseGetPaid.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/ReceiptResponse.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/types/RefundResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/RefundWithInstructionsResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/ResponseDataRefunds.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/ReverseResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/TransRequestBody.d.mts +10 -10
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecord.d.mts +4 -4
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailResponseData.d.mts +4 -4
- package/dist/esm/api/resources/moneyIn/types/ValidateResponseData.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/VoidResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/types/VoidResponseData.d.mts +4 -4
- package/dist/esm/api/resources/moneyOut/client/Client.d.mts +31 -0
- package/dist/esm/api/resources/moneyOut/client/Client.mjs +83 -13
- package/dist/esm/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.d.mts +10 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.mjs +10 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.mts +9 -9
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +55 -55
- package/dist/esm/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.mts +8 -8
- package/dist/esm/api/resources/moneyOutTypes/types/OperationResult.d.mts +1 -1
- package/dist/esm/api/resources/moneyOutTypes/types/VCardGetResponse.d.mts +105 -105
- package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +1 -0
- package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +1 -0
- package/dist/esm/api/resources/notificationlogs/client/Client.mjs +4 -7
- package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.d.mts +2 -2
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.d.mts +3 -3
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.mts +4 -4
- package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.d.mts +2 -2
- package/dist/esm/api/resources/ocr/types/FileContentImageOnly.d.mts +4 -4
- package/dist/esm/api/resources/ocr/types/OcrAttachment.d.mts +5 -5
- package/dist/esm/api/resources/ocr/types/OcrBillItem.d.mts +12 -12
- package/dist/esm/api/resources/ocr/types/OcrBillItemAdditionalData.d.mts +4 -4
- package/dist/esm/api/resources/ocr/types/OcrResponseData.d.mts +1 -1
- package/dist/esm/api/resources/ocr/types/OcrResultData.d.mts +17 -17
- package/dist/esm/api/resources/ocr/types/OcrVendor.d.mts +31 -31
- package/dist/esm/api/resources/ocr/types/OcrVendorAdditionalData.d.mts +1 -1
- package/dist/esm/api/resources/ocr/types/OcrVendorBillingData.d.mts +8 -8
- package/dist/esm/api/resources/ocr/types/PayabliApiResponseOcr.d.mts +1 -1
- package/dist/esm/api/resources/organization/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/organization/client/Client.mjs +2 -2
- package/dist/esm/api/resources/organization/types/AddOrganizationResponse.d.mts +2 -2
- package/dist/esm/api/resources/organization/types/DeleteOrganizationResponse.d.mts +2 -2
- package/dist/esm/api/resources/organization/types/EditOrganizationResponse.d.mts +3 -3
- package/dist/esm/api/resources/paymentLink/client/Client.mjs +23 -36
- package/dist/esm/api/resources/paymentLink/types/GetPayLinkFromIdResponse.d.mts +1 -1
- package/dist/esm/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.mts +1 -1
- package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBody.d.mts +11 -11
- package/dist/esm/api/resources/paymentMethodDomain/client/Client.mjs +6 -13
- package/dist/esm/api/resources/paymentMethodDomain/client/requests/AddPaymentMethodDomainRequest.d.mts +2 -2
- package/dist/esm/api/resources/paymentMethodDomain/client/requests/UpdatePaymentMethodDomainRequest.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/paypoint/client/Client.mjs +9 -10
- package/dist/esm/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.mts +3 -3
- package/dist/esm/api/resources/paypoint/types/GetBasicEntryResponse.d.mts +3 -3
- package/dist/esm/api/resources/paypoint/types/GetEntryConfigResponse.d.mts +3 -3
- package/dist/esm/api/resources/paypoint/types/MigratePaypointResponse.d.mts +1 -1
- package/dist/esm/api/resources/paypoint/types/NotificationRequest.d.mts +1 -1
- package/dist/esm/api/resources/paypoint/types/PaypointMoveRequest.d.mts +1 -1
- package/dist/esm/api/resources/query/client/Client.d.mts +63 -2
- package/dist/esm/api/resources/query/client/Client.mjs +430 -510
- package/dist/esm/api/resources/query/client/requests/ListTransactionsOrgRequest.d.mts +0 -1
- package/dist/esm/api/resources/query/client/requests/ListTransferDetailsOutRequest.d.mts +45 -0
- package/dist/esm/api/resources/query/client/requests/ListTransferDetailsOutRequest.mjs +2 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutOrgRequest.d.mts +46 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutOrgRequest.mjs +2 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutPaypointRequest.d.mts +46 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersOutPaypointRequest.mjs +2 -0
- package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.d.mts +0 -1
- package/dist/esm/api/resources/query/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.mts +3 -3
- package/dist/esm/api/resources/queryTypes/types/QueryBatchesResponse.d.mts +3 -5
- package/dist/esm/api/resources/queryTypes/types/TransferOutBankAccount.d.mts +11 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutBankAccount.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBill.d.mts +36 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBill.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBillAttachment.d.mts +15 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBillAttachment.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailCheckData.d.mts +9 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailCheckData.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailEvent.d.mts +11 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailEvent.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailPaymentData.d.mts +41 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailPaymentData.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailQueryResponse.d.mts +10 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailQueryResponse.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailRecord.d.mts +132 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailRecord.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendor.d.mts +96 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendor.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.d.mts +35 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutEventData.d.mts +15 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutEventData.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutMessage.d.mts +22 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutMessage.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutMessageProperties.d.mts +9 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutMessageProperties.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutQueryResponse.d.mts +10 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutQueryResponse.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutRecord.d.mts +74 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutRecord.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutSummary.d.mts +11 -0
- package/dist/esm/api/resources/queryTypes/types/TransferOutSummary.mjs +2 -0
- package/dist/esm/api/resources/queryTypes/types/index.d.mts +16 -0
- package/dist/esm/api/resources/queryTypes/types/index.mjs +16 -0
- package/dist/esm/api/resources/statistic/client/Client.mjs +14 -22
- package/dist/esm/api/resources/subscription/client/Client.mjs +4 -5
- package/dist/esm/api/resources/subscription/types/AddSubscriptionResponse.d.mts +2 -2
- package/dist/esm/api/resources/subscription/types/RemoveSubscriptionResponse.d.mts +2 -2
- package/dist/esm/api/resources/subscription/types/SubscriptionRequestBody.d.mts +9 -9
- package/dist/esm/api/resources/subscription/types/UpdateSubscriptionResponse.d.mts +3 -3
- package/dist/esm/api/resources/templates/client/Client.mjs +6 -13
- package/dist/esm/api/resources/tokenStorage/client/Client.mjs +14 -25
- package/dist/esm/api/resources/tokenStorage/types/AddMethodResponse.d.mts +6 -6
- package/dist/esm/api/resources/tokenStorage/types/GetMethodResponse.d.mts +87 -87
- package/dist/esm/api/resources/tokenStorage/types/RequestTokenStorage.d.mts +9 -9
- package/dist/esm/api/resources/tokenStorage/types/TokenizeAch.d.mts +3 -3
- package/dist/esm/api/resources/tokenStorage/types/TokenizeCard.d.mts +2 -2
- package/dist/esm/api/resources/tokenStorage/types/VendorDataRequest.d.mts +2 -2
- package/dist/esm/api/resources/user/client/Client.mjs +4 -7
- package/dist/esm/api/resources/user/types/AddUserResponse.d.mts +2 -2
- package/dist/esm/api/resources/user/types/AuthResetUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/ChangePswUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/EditMfaUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/types/LogoutUserResponse.d.mts +1 -1
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2BadRequestError.d.mts +1 -1
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseCode.d.mts +1 -1
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.mts +4 -4
- package/dist/esm/api/types/ASection.d.mts +3 -3
- package/dist/esm/api/types/AchAbsorbSection.d.mts +2 -2
- package/dist/esm/api/types/AchAcceptanceElement.d.mts +4 -4
- package/dist/esm/api/types/AchFeeSection.d.mts +12 -12
- package/dist/esm/api/types/AchLinkTypes.d.mts +3 -3
- package/dist/esm/api/types/AchPassThroughSection.d.mts +2 -2
- package/dist/esm/api/types/AchPaymentMethod.d.mts +1 -1
- package/dist/esm/api/types/AchSecCode.d.mts +1 -0
- package/dist/esm/api/types/AchSection.d.mts +3 -3
- package/dist/esm/api/types/AchService.d.mts +18 -18
- package/dist/esm/api/types/AchSetup.d.mts +3 -3
- package/dist/esm/api/types/AchTypes.d.mts +3 -3
- package/dist/esm/api/types/AchTypesPass.d.mts +3 -3
- package/dist/esm/api/types/AchTypesTiers.d.mts +3 -3
- package/dist/esm/api/types/AmountElement.d.mts +3 -3
- package/dist/esm/api/types/ApplePayData.d.mts +2 -2
- package/dist/esm/api/types/ApplePayMetadata.d.mts +5 -5
- package/dist/esm/api/types/ApplePayOrganizationUpdateData.d.mts +6 -6
- package/dist/esm/api/types/ApplePayPaypointRegistrationData.d.mts +4 -4
- package/dist/esm/api/types/ApplePayStatusData.d.mts +2 -2
- package/dist/esm/api/types/AppleWalletData.d.mts +8 -8
- package/dist/esm/api/types/ApplicationData.d.mts +49 -49
- package/dist/esm/api/types/ApplicationDataManaged.d.mts +37 -37
- package/dist/esm/api/types/ApplicationDataOdp.d.mts +38 -38
- package/dist/esm/api/types/ApplicationDataPayIn.d.mts +45 -45
- package/dist/esm/api/types/ApplicationDetailsRecord.d.mts +64 -64
- package/dist/esm/api/types/ApplicationQueryRecord.d.mts +55 -55
- package/dist/esm/api/types/AssociatedVendor.d.mts +39 -39
- package/dist/esm/api/types/AutoElement.d.mts +7 -7
- package/dist/esm/api/types/BAddress.d.mts +12 -12
- package/dist/esm/api/types/BDetails.d.mts +11 -11
- package/dist/esm/api/types/BSection.d.mts +2 -2
- package/dist/esm/api/types/Bank.d.mts +13 -13
- package/dist/esm/api/types/BankSection.d.mts +4 -4
- package/dist/esm/api/types/BasicTable.d.mts +2 -2
- package/dist/esm/api/types/BasicTemplateElement.d.mts +1 -1
- package/dist/esm/api/types/BatchSummary.d.mts +6 -6
- package/dist/esm/api/types/BillData.d.mts +24 -24
- package/dist/esm/api/types/BillDetailResponse.d.mts +32 -32
- package/dist/esm/api/types/BillDetailsResponse.d.mts +6 -6
- package/dist/esm/api/types/BillItem.d.mts +11 -11
- package/dist/esm/api/types/BillOptions.d.mts +2 -2
- package/dist/esm/api/types/BillPayOutData.d.mts +9 -9
- package/dist/esm/api/types/BillPayOutDataRequest.d.mts +9 -9
- package/dist/esm/api/types/BillQueryRecord2BillApprovalsItem.d.mts +4 -4
- package/dist/esm/api/types/BillQueryResponse.d.mts +2 -2
- package/dist/esm/api/types/BillQueryResponseSummary.d.mts +23 -23
- package/dist/esm/api/types/BillingData.d.mts +8 -8
- package/dist/esm/api/types/BillingDataResponse.d.mts +1 -1
- package/dist/esm/api/types/BillingFeeDetail.d.mts +11 -11
- package/dist/esm/api/types/BinData.d.mts +11 -11
- package/dist/esm/api/types/Bnk.d.mts +4 -4
- package/dist/esm/api/types/BoardingApplicationAttachments.d.mts +2 -2
- package/dist/esm/api/types/BoardingLinkApiResponse.d.mts +1 -1
- package/dist/esm/api/types/BoardingLinkQueryRecord.d.mts +10 -10
- package/dist/esm/api/types/BoardingQueryLinks.d.mts +6 -6
- package/dist/esm/api/types/BuilderData.d.mts +6 -6
- package/dist/esm/api/types/BusinessSection.d.mts +24 -24
- package/dist/esm/api/types/ButtonElement.d.mts +1 -1
- package/dist/esm/api/types/CList.d.mts +4 -4
- package/dist/esm/api/types/CardAcceptanceElement.d.mts +4 -4
- package/dist/esm/api/types/CardFeeSection.d.mts +11 -11
- package/dist/esm/api/types/CardFlatSection.d.mts +1 -1
- package/dist/esm/api/types/CardIcpSection.d.mts +1 -1
- package/dist/esm/api/types/CardLinkTypes.d.mts +4 -4
- package/dist/esm/api/types/CardPassThroughSection.d.mts +2 -2
- package/dist/esm/api/types/CardSection.d.mts +3 -3
- package/dist/esm/api/types/CardService.d.mts +30 -30
- package/dist/esm/api/types/CardSetup.d.mts +4 -4
- package/dist/esm/api/types/CardType.d.mts +4 -4
- package/dist/esm/api/types/CardTypePass.d.mts +4 -4
- package/dist/esm/api/types/CardTypes.d.mts +4 -4
- package/dist/esm/api/types/CascadeJobDetails.d.mts +4 -4
- package/dist/esm/api/types/CloudQueryApiResponse.d.mts +2 -2
- package/dist/esm/api/types/ConfigureApplePayOrganizationApiResponse.d.mts +4 -4
- package/dist/esm/api/types/ConfigureApplePaypointApiResponse.d.mts +5 -5
- package/dist/esm/api/types/ConfigureGooglePaypointApiResponse.d.mts +1 -1
- package/dist/esm/api/types/ContactElement.d.mts +6 -6
- package/dist/esm/api/types/Contacts.d.mts +5 -5
- package/dist/esm/api/types/ContactsResponse.d.mts +4 -4
- package/dist/esm/api/types/CustomerData.d.mts +26 -26
- package/dist/esm/api/types/CustomerQueryRecords.d.mts +46 -46
- package/dist/esm/api/types/CustomerSummaryRecord.d.mts +4 -4
- package/dist/esm/api/types/DSection.d.mts +2 -2
- package/dist/esm/api/types/DisplayProperty.d.mts +3 -3
- package/dist/esm/api/types/DocumentSection.d.mts +12 -12
- package/dist/esm/api/types/DocumentsRef.d.mts +2 -2
- package/dist/esm/api/types/Element.d.mts +2 -2
- package/dist/esm/api/types/Entry.d.mts +1 -1
- package/dist/esm/api/types/FileContent.d.mts +4 -4
- package/dist/esm/api/types/Finishtype.d.mts +2 -2
- package/dist/esm/api/types/FrequencyList.d.mts +7 -7
- package/dist/esm/api/types/GeneralEvents.d.mts +5 -5
- package/dist/esm/api/types/GooglePayData.d.mts +2 -2
- package/dist/esm/api/types/GooglePayMetadata.d.mts +3 -3
- package/dist/esm/api/types/GooglePayPaypointRegistrationData.d.mts +4 -4
- package/dist/esm/api/types/GooglePayStatusData.d.mts +2 -2
- package/dist/esm/api/types/GoogleWalletData.d.mts +2 -2
- package/dist/esm/api/types/HeaderElement.d.mts +3 -3
- package/dist/esm/api/types/Instrument.d.mts +5 -5
- package/dist/esm/api/types/InvoiceElement.d.mts +4 -4
- package/dist/esm/api/types/KeyValue.d.mts +2 -2
- package/dist/esm/api/types/KeyValueDuo.d.mts +2 -2
- package/dist/esm/api/types/LabelElement.d.mts +3 -3
- package/dist/esm/api/types/LineItem.d.mts +7 -7
- package/dist/esm/api/types/LineItemQueryRecord.d.mts +14 -14
- package/dist/esm/api/types/LinkData.d.mts +3 -3
- package/dist/esm/api/types/LinkRow.d.mts +1 -1
- package/dist/esm/api/types/MethodElement.d.mts +10 -10
- package/dist/esm/api/types/MethodQueryRecords.d.mts +8 -8
- package/dist/esm/api/types/MethodsList.d.mts +7 -7
- package/dist/esm/api/types/MfaData.d.mts +2 -2
- package/dist/esm/api/types/NoteElement.d.mts +5 -5
- package/dist/esm/api/types/NotificationContent.d.mts +7 -7
- package/dist/esm/api/types/NotificationQueryRecord.d.mts +11 -11
- package/dist/esm/api/types/NotificationReportRequest.d.mts +9 -9
- package/dist/esm/api/types/NotificationStandardRequest.d.mts +7 -7
- package/dist/esm/api/types/OList.d.mts +15 -15
- package/dist/esm/api/types/OSection.d.mts +2 -2
- package/dist/esm/api/types/OdpSetup.d.mts +6 -6
- package/dist/esm/api/types/OrgData.d.mts +6 -6
- package/dist/esm/api/types/OrgScope.d.mts +2 -2
- package/dist/esm/api/types/OrgXScope.d.mts +3 -3
- package/dist/esm/api/types/OrganizationQueryRecord.d.mts +33 -33
- package/dist/esm/api/types/OrganizationUpdates.d.mts +2 -2
- package/dist/esm/api/types/Owners.d.mts +16 -16
- package/dist/esm/api/types/OwnersSection.d.mts +24 -24
- package/dist/esm/api/types/PSection.d.mts +12 -12
- package/dist/esm/api/types/PageContent.d.mts +15 -15
- package/dist/esm/api/types/PageElement.d.mts +4 -4
- package/dist/esm/api/types/PageSetting.d.mts +7 -7
- package/dist/esm/api/types/PagelinkSetting.d.mts +6 -6
- package/dist/esm/api/types/PairFiles.d.mts +3 -3
- package/dist/esm/api/types/PayCategory.d.mts +9 -9
- package/dist/esm/api/types/PayMethodBodyAllFields.d.mts +12 -12
- package/dist/esm/api/types/PayMethodCloud.d.mts +1 -1
- package/dist/esm/api/types/PayMethodCredit.d.mts +4 -4
- package/dist/esm/api/types/PayMethodStoredMethod.d.mts +3 -3
- package/dist/esm/api/types/PayabliApiResponse.d.mts +2 -2
- package/dist/esm/api/types/PayabliApiResponse0.d.mts +11 -11
- package/dist/esm/api/types/PayabliApiResponse00.d.mts +4 -4
- package/dist/esm/api/types/PayabliApiResponse0000.d.mts +12 -12
- package/dist/esm/api/types/PayabliApiResponse00Responsedatanonobject.d.mts +5 -5
- package/dist/esm/api/types/PayabliApiResponse6.d.mts +3 -3
- package/dist/esm/api/types/PayabliApiResponseCustomerQuery.d.mts +2 -2
- package/dist/esm/api/types/PayabliApiResponseError400.d.mts +7 -7
- package/dist/esm/api/types/PayabliApiResponseGeneric2Part.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseImport.d.mts +7 -7
- package/dist/esm/api/types/PayabliApiResponseMfaBasic.d.mts +4 -4
- package/dist/esm/api/types/PayabliApiResponseNotifications.d.mts +4 -4
- package/dist/esm/api/types/PayabliApiResponsePaymethodDelete.d.mts +5 -5
- package/dist/esm/api/types/PayabliApiResponseTemplateId.d.mts +4 -4
- package/dist/esm/api/types/PayabliApiResponseUserMfa.d.mts +4 -4
- package/dist/esm/api/types/PayabliApiResponseVendors.d.mts +4 -4
- package/dist/esm/api/types/PayabliCredentials.d.mts +10 -10
- package/dist/esm/api/types/PayabliCredentialsPascal.d.mts +12 -12
- package/dist/esm/api/types/PayabliPages.d.mts +11 -11
- package/dist/esm/api/types/PaymentCategories.d.mts +2 -2
- package/dist/esm/api/types/PaymentDetail.d.mts +7 -5
- package/dist/esm/api/types/PaymentDetailCredit.d.mts +2 -2
- package/dist/esm/api/types/PaymentMethodDomainApiResponse.d.mts +2 -2
- package/dist/esm/api/types/PaymentMethodDomainGeneralResponse.d.mts +3 -3
- package/dist/esm/api/types/PayorDataRequest.d.mts +21 -21
- package/dist/esm/api/types/PayorElement.d.mts +4 -4
- package/dist/esm/api/types/PayorFields.d.mts +10 -10
- package/dist/esm/api/types/PayoutGatewayConnector.d.mts +9 -9
- package/dist/esm/api/types/PaypointData.d.mts +20 -20
- package/dist/esm/api/types/PaypointEntryConfig.d.mts +8 -8
- package/dist/esm/api/types/PaypointSummary.d.mts +5 -5
- package/dist/esm/api/types/PendingFeeAmount.d.mts +1 -1
- package/dist/esm/api/types/PoiDevice.d.mts +13 -13
- package/dist/esm/api/types/ProcessingSection.d.mts +14 -14
- package/dist/esm/api/types/PushPayLinkRequest.d.mts +2 -2
- package/dist/esm/api/types/QueryBatchesOutResponse.d.mts +41 -69
- package/dist/esm/api/types/QueryBoardingAppsListResponse.d.mts +2 -2
- package/dist/esm/api/types/QueryBoardingLinksResponse.d.mts +8 -8
- package/dist/esm/api/types/QueryCFeeTransaction.d.mts +8 -8
- package/dist/esm/api/types/QueryChargebacksResponse.d.mts +29 -29
- package/dist/esm/api/types/QueryCustomerResponse.d.mts +2 -2
- package/dist/esm/api/types/QueryEntrypointResponse.d.mts +49 -49
- package/dist/esm/api/types/QueryPaymentData.d.mts +14 -14
- package/dist/esm/api/types/QueryPayoutTransaction.d.mts +72 -72
- package/dist/esm/api/types/QueryResponse.d.mts +2 -2
- package/dist/esm/api/types/QueryResponseData.d.mts +15 -15
- package/dist/esm/api/types/QueryResponseItems.d.mts +7 -7
- package/dist/esm/api/types/QueryResponseNotificationReports.d.mts +6 -6
- package/dist/esm/api/types/QueryResponseNotifications.d.mts +13 -13
- package/dist/esm/api/types/QueryResponseSettlements.d.mts +45 -45
- package/dist/esm/api/types/QueryResponseTransactions.d.mts +2 -2
- package/dist/esm/api/types/QueryResponseVendors.d.mts +2 -2
- package/dist/esm/api/types/QuerySubscriptionResponse.d.mts +2 -2
- package/dist/esm/api/types/QuerySummary.d.mts +6 -6
- package/dist/esm/api/types/QuerySummaryNoAmt.d.mts +4 -4
- package/dist/esm/api/types/QueryTransactionEvents.d.mts +4 -4
- package/dist/esm/api/types/QueryTransactionPayorData.d.mts +22 -22
- package/dist/esm/api/types/QueryTransactionPayorDataCustomer.d.mts +22 -22
- package/dist/esm/api/types/QueryUserResponse.d.mts +2 -2
- package/dist/esm/api/types/ReceiptContent.d.mts +9 -9
- package/dist/esm/api/types/RefundDetail.d.mts +2 -2
- package/dist/esm/api/types/Responsecode.d.mts +1 -1
- package/dist/esm/api/types/ResultCodeText.d.mts +1 -1
- package/dist/esm/api/types/ResultCodev2.d.mts +1 -1
- package/dist/esm/api/types/SSection.d.mts +2 -2
- package/dist/esm/api/types/SalesSection.d.mts +2 -2
- package/dist/esm/api/types/ScheduleDetail.d.mts +4 -4
- package/dist/esm/api/types/ServiceCost.d.mts +8 -8
- package/dist/esm/api/types/Services.d.mts +3 -3
- package/dist/esm/api/types/ServicesSection.d.mts +4 -4
- package/dist/esm/api/types/SettingElement.d.mts +6 -6
- package/dist/esm/api/types/SettingsQueryRecord.d.mts +6 -7
- package/dist/esm/api/types/SignerData.d.mts +16 -16
- package/dist/esm/api/types/SignerDataRequest.d.mts +15 -15
- package/dist/esm/api/types/SignerSection.d.mts +14 -14
- package/dist/esm/api/types/SplitFundingContent.d.mts +4 -4
- package/dist/esm/api/types/SplitFundingRefundContent.d.mts +4 -4
- package/dist/esm/api/types/SubscriptionQueryRecords.d.mts +23 -23
- package/dist/esm/api/types/SummaryOrg.d.mts +6 -6
- package/dist/esm/api/types/TemplateAdditionalDataField.d.mts +6 -6
- package/dist/esm/api/types/TemplateAdditionalDataSection.d.mts +1 -1
- package/dist/esm/api/types/TemplateContent.d.mts +7 -7
- package/dist/esm/api/types/TemplateContentResponse.d.mts +7 -7
- package/dist/esm/api/types/TemplateData.d.mts +5 -5
- package/dist/esm/api/types/TemplateElement.d.mts +3 -3
- package/dist/esm/api/types/TemplateQueryRecord.d.mts +11 -11
- package/dist/esm/api/types/TemplateQueryResponse.d.mts +2 -2
- package/dist/esm/api/types/TierItem.d.mts +4 -4
- package/dist/esm/api/types/TierItemPass.d.mts +6 -6
- package/dist/esm/api/types/TransactionOutQueryRecord.d.mts +32 -32
- package/dist/esm/api/types/TransactionQueryRecords.d.mts +35 -35
- package/dist/esm/api/types/TransactionQueryRecordsCustomer.d.mts +35 -35
- package/dist/esm/api/types/Transfer.d.mts +2 -1
- package/dist/esm/api/types/TransferBankAccount.d.mts +1 -0
- package/dist/esm/api/types/TransferQueryResponse.d.mts +2 -1
- package/dist/esm/api/types/UnderwritingData.d.mts +1 -1
- package/dist/esm/api/types/UnderwritingDataResponse.d.mts +2 -2
- package/dist/esm/api/types/UserData.d.mts +11 -11
- package/dist/esm/api/types/UserQueryRecord.d.mts +16 -16
- package/dist/esm/api/types/UsrAccess.d.mts +2 -2
- package/dist/esm/api/types/VCardQueryResponse.d.mts +2 -2
- package/dist/esm/api/types/VCardRecord.d.mts +26 -26
- package/dist/esm/api/types/VCardSummary.d.mts +2 -2
- package/dist/esm/api/types/VendorData.d.mts +30 -30
- package/dist/esm/api/types/VendorDataResponse.d.mts +3 -3
- package/dist/esm/api/types/VendorOutData.d.mts +22 -22
- package/dist/esm/api/types/VendorPaymentMethod.d.mts +1 -1
- package/dist/esm/api/types/VendorQueryRecord.d.mts +42 -42
- package/dist/esm/api/types/VendorResponseBillingData.d.mts +14 -14
- package/dist/esm/api/types/VendorResponseSummary.d.mts +16 -16
- package/dist/esm/api/types/VendorSummary.d.mts +16 -16
- package/dist/esm/auth/HeaderAuthProvider.d.mts +14 -10
- package/dist/esm/auth/HeaderAuthProvider.mjs +18 -9
- package/dist/esm/core/fetcher/EndpointSupplier.d.mts +2 -2
- package/dist/esm/core/fetcher/Fetcher.d.mts +1 -2
- package/dist/esm/core/fetcher/Fetcher.mjs +7 -1
- package/dist/esm/core/headers.d.mts +2 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +360 -48
|
@@ -47,19 +47,12 @@ export class ExportClient {
|
|
|
47
47
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
48
48
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
49
49
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
50
|
-
const _queryParams = {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
if (limitRecord != null) {
|
|
58
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
59
|
-
}
|
|
60
|
-
if (parameters != null) {
|
|
61
|
-
_queryParams.parameters = toJson(parameters);
|
|
62
|
-
}
|
|
50
|
+
const _queryParams = {
|
|
51
|
+
columnsExport,
|
|
52
|
+
fromRecord,
|
|
53
|
+
limitRecord,
|
|
54
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
55
|
+
};
|
|
63
56
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
64
57
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
65
58
|
const _response = yield core.fetcher({
|
|
@@ -101,7 +94,7 @@ export class ExportClient {
|
|
|
101
94
|
* This endpoint is deprecated. Export batch details for a paypoint. Use filters to limit results.
|
|
102
95
|
*
|
|
103
96
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
104
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
97
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
105
98
|
* @param {Payabli.ExportBatchDetailsRequest} request
|
|
106
99
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
107
100
|
*
|
|
@@ -124,19 +117,12 @@ export class ExportClient {
|
|
|
124
117
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
125
118
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
126
119
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
127
|
-
const _queryParams = {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
if (limitRecord != null) {
|
|
135
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
136
|
-
}
|
|
137
|
-
if (parameters != null) {
|
|
138
|
-
_queryParams.parameters = toJson(parameters);
|
|
139
|
-
}
|
|
120
|
+
const _queryParams = {
|
|
121
|
+
columnsExport,
|
|
122
|
+
fromRecord,
|
|
123
|
+
limitRecord,
|
|
124
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
125
|
+
};
|
|
140
126
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
141
127
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
142
128
|
const _response = yield core.fetcher({
|
|
@@ -201,19 +187,12 @@ export class ExportClient {
|
|
|
201
187
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
202
188
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
203
189
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
204
|
-
const _queryParams = {
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
}
|
|
211
|
-
if (limitRecord != null) {
|
|
212
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
213
|
-
}
|
|
214
|
-
if (parameters != null) {
|
|
215
|
-
_queryParams.parameters = toJson(parameters);
|
|
216
|
-
}
|
|
190
|
+
const _queryParams = {
|
|
191
|
+
columnsExport,
|
|
192
|
+
fromRecord,
|
|
193
|
+
limitRecord,
|
|
194
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
195
|
+
};
|
|
217
196
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
218
197
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
219
198
|
const _response = yield core.fetcher({
|
|
@@ -255,7 +234,7 @@ export class ExportClient {
|
|
|
255
234
|
* Export a list of batches for an entrypoint. Use filters to limit results.
|
|
256
235
|
*
|
|
257
236
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
258
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
237
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
259
238
|
* @param {Payabli.ExportBatchesRequest} request
|
|
260
239
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
261
240
|
*
|
|
@@ -278,19 +257,12 @@ export class ExportClient {
|
|
|
278
257
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
279
258
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
280
259
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
281
|
-
const _queryParams = {
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
}
|
|
288
|
-
if (limitRecord != null) {
|
|
289
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
290
|
-
}
|
|
291
|
-
if (parameters != null) {
|
|
292
|
-
_queryParams.parameters = toJson(parameters);
|
|
293
|
-
}
|
|
260
|
+
const _queryParams = {
|
|
261
|
+
columnsExport,
|
|
262
|
+
fromRecord,
|
|
263
|
+
limitRecord,
|
|
264
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
265
|
+
};
|
|
294
266
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
295
267
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
296
268
|
const _response = yield core.fetcher({
|
|
@@ -355,19 +327,12 @@ export class ExportClient {
|
|
|
355
327
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
356
328
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
357
329
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
358
|
-
const _queryParams = {
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
}
|
|
365
|
-
if (limitRecord != null) {
|
|
366
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
367
|
-
}
|
|
368
|
-
if (parameters != null) {
|
|
369
|
-
_queryParams.parameters = toJson(parameters);
|
|
370
|
-
}
|
|
330
|
+
const _queryParams = {
|
|
331
|
+
columnsExport,
|
|
332
|
+
fromRecord,
|
|
333
|
+
limitRecord,
|
|
334
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
335
|
+
};
|
|
371
336
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
372
337
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
373
338
|
const _response = yield core.fetcher({
|
|
@@ -409,7 +374,7 @@ export class ExportClient {
|
|
|
409
374
|
* Export a list of money out batches for a paypoint. Use filters to limit results.
|
|
410
375
|
*
|
|
411
376
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
412
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
377
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
413
378
|
* @param {Payabli.ExportBatchesOutRequest} request
|
|
414
379
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
415
380
|
*
|
|
@@ -432,19 +397,12 @@ export class ExportClient {
|
|
|
432
397
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
433
398
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
434
399
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
435
|
-
const _queryParams = {
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
}
|
|
442
|
-
if (limitRecord != null) {
|
|
443
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
444
|
-
}
|
|
445
|
-
if (parameters != null) {
|
|
446
|
-
_queryParams.parameters = toJson(parameters);
|
|
447
|
-
}
|
|
400
|
+
const _queryParams = {
|
|
401
|
+
columnsExport,
|
|
402
|
+
fromRecord,
|
|
403
|
+
limitRecord,
|
|
404
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
405
|
+
};
|
|
448
406
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
449
407
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
450
408
|
const _response = yield core.fetcher({
|
|
@@ -509,19 +467,12 @@ export class ExportClient {
|
|
|
509
467
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
510
468
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
511
469
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
512
|
-
const _queryParams = {
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
}
|
|
519
|
-
if (limitRecord != null) {
|
|
520
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
521
|
-
}
|
|
522
|
-
if (parameters != null) {
|
|
523
|
-
_queryParams.parameters = toJson(parameters);
|
|
524
|
-
}
|
|
470
|
+
const _queryParams = {
|
|
471
|
+
columnsExport,
|
|
472
|
+
fromRecord,
|
|
473
|
+
limitRecord,
|
|
474
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
475
|
+
};
|
|
525
476
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
526
477
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
527
478
|
const _response = yield core.fetcher({
|
|
@@ -563,7 +514,7 @@ export class ExportClient {
|
|
|
563
514
|
* Export a list of bills for an entrypoint. Use filters to limit results.
|
|
564
515
|
*
|
|
565
516
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
566
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
517
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
567
518
|
* @param {Payabli.ExportBillsRequest} request
|
|
568
519
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
569
520
|
*
|
|
@@ -586,19 +537,12 @@ export class ExportClient {
|
|
|
586
537
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
587
538
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
588
539
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
589
|
-
const _queryParams = {
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
}
|
|
596
|
-
if (limitRecord != null) {
|
|
597
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
598
|
-
}
|
|
599
|
-
if (parameters != null) {
|
|
600
|
-
_queryParams.parameters = toJson(parameters);
|
|
601
|
-
}
|
|
540
|
+
const _queryParams = {
|
|
541
|
+
columnsExport,
|
|
542
|
+
fromRecord,
|
|
543
|
+
limitRecord,
|
|
544
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
545
|
+
};
|
|
602
546
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
603
547
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
604
548
|
const _response = yield core.fetcher({
|
|
@@ -663,19 +607,12 @@ export class ExportClient {
|
|
|
663
607
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
664
608
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
665
609
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
666
|
-
const _queryParams = {
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
if (limitRecord != null) {
|
|
674
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
675
|
-
}
|
|
676
|
-
if (parameters != null) {
|
|
677
|
-
_queryParams.parameters = toJson(parameters);
|
|
678
|
-
}
|
|
610
|
+
const _queryParams = {
|
|
611
|
+
columnsExport,
|
|
612
|
+
fromRecord,
|
|
613
|
+
limitRecord,
|
|
614
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
615
|
+
};
|
|
679
616
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
680
617
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
681
618
|
const _response = yield core.fetcher({
|
|
@@ -717,7 +654,7 @@ export class ExportClient {
|
|
|
717
654
|
* Export a list of chargebacks and ACH returns for an entrypoint. Use filters to limit results.
|
|
718
655
|
*
|
|
719
656
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
720
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
657
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
721
658
|
* @param {Payabli.ExportChargebacksRequest} request
|
|
722
659
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
723
660
|
*
|
|
@@ -740,19 +677,12 @@ export class ExportClient {
|
|
|
740
677
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
741
678
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
742
679
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
743
|
-
const _queryParams = {
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
}
|
|
750
|
-
if (limitRecord != null) {
|
|
751
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
752
|
-
}
|
|
753
|
-
if (parameters != null) {
|
|
754
|
-
_queryParams.parameters = toJson(parameters);
|
|
755
|
-
}
|
|
680
|
+
const _queryParams = {
|
|
681
|
+
columnsExport,
|
|
682
|
+
fromRecord,
|
|
683
|
+
limitRecord,
|
|
684
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
685
|
+
};
|
|
756
686
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
757
687
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
758
688
|
const _response = yield core.fetcher({
|
|
@@ -817,19 +747,12 @@ export class ExportClient {
|
|
|
817
747
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
818
748
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
819
749
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
820
|
-
const _queryParams = {
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
}
|
|
827
|
-
if (limitRecord != null) {
|
|
828
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
829
|
-
}
|
|
830
|
-
if (parameters != null) {
|
|
831
|
-
_queryParams.parameters = toJson(parameters);
|
|
832
|
-
}
|
|
750
|
+
const _queryParams = {
|
|
751
|
+
columnsExport,
|
|
752
|
+
fromRecord,
|
|
753
|
+
limitRecord,
|
|
754
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
755
|
+
};
|
|
833
756
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
834
757
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
835
758
|
const _response = yield core.fetcher({
|
|
@@ -871,7 +794,7 @@ export class ExportClient {
|
|
|
871
794
|
* Export a list of customers for an entrypoint. Use filters to limit results.
|
|
872
795
|
*
|
|
873
796
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
874
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
797
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
875
798
|
* @param {Payabli.ExportCustomersRequest} request
|
|
876
799
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
877
800
|
*
|
|
@@ -894,19 +817,12 @@ export class ExportClient {
|
|
|
894
817
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
895
818
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
896
819
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
897
|
-
const _queryParams = {
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
}
|
|
904
|
-
if (limitRecord != null) {
|
|
905
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
906
|
-
}
|
|
907
|
-
if (parameters != null) {
|
|
908
|
-
_queryParams.parameters = toJson(parameters);
|
|
909
|
-
}
|
|
820
|
+
const _queryParams = {
|
|
821
|
+
columnsExport,
|
|
822
|
+
fromRecord,
|
|
823
|
+
limitRecord,
|
|
824
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
825
|
+
};
|
|
910
826
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
911
827
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
912
828
|
const _response = yield core.fetcher({
|
|
@@ -971,19 +887,12 @@ export class ExportClient {
|
|
|
971
887
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
972
888
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
973
889
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
974
|
-
const _queryParams = {
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
}
|
|
981
|
-
if (limitRecord != null) {
|
|
982
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
983
|
-
}
|
|
984
|
-
if (parameters != null) {
|
|
985
|
-
_queryParams.parameters = toJson(parameters);
|
|
986
|
-
}
|
|
890
|
+
const _queryParams = {
|
|
891
|
+
columnsExport,
|
|
892
|
+
fromRecord,
|
|
893
|
+
limitRecord,
|
|
894
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
895
|
+
};
|
|
987
896
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
988
897
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
989
898
|
const _response = yield core.fetcher({
|
|
@@ -1025,7 +934,7 @@ export class ExportClient {
|
|
|
1025
934
|
* Export list of invoices for an entrypoint. Use filters to limit results.
|
|
1026
935
|
*
|
|
1027
936
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1028
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
937
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1029
938
|
* @param {Payabli.ExportInvoicesRequest} request
|
|
1030
939
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1031
940
|
*
|
|
@@ -1048,19 +957,12 @@ export class ExportClient {
|
|
|
1048
957
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1049
958
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1050
959
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1051
|
-
const _queryParams = {
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
}
|
|
1058
|
-
if (limitRecord != null) {
|
|
1059
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1060
|
-
}
|
|
1061
|
-
if (parameters != null) {
|
|
1062
|
-
_queryParams.parameters = toJson(parameters);
|
|
1063
|
-
}
|
|
960
|
+
const _queryParams = {
|
|
961
|
+
columnsExport,
|
|
962
|
+
fromRecord,
|
|
963
|
+
limitRecord,
|
|
964
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
965
|
+
};
|
|
1064
966
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1065
967
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1066
968
|
const _response = yield core.fetcher({
|
|
@@ -1125,19 +1027,12 @@ export class ExportClient {
|
|
|
1125
1027
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1126
1028
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1127
1029
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1128
|
-
const _queryParams = {
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
}
|
|
1135
|
-
if (limitRecord != null) {
|
|
1136
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1137
|
-
}
|
|
1138
|
-
if (parameters != null) {
|
|
1139
|
-
_queryParams.parameters = toJson(parameters);
|
|
1140
|
-
}
|
|
1030
|
+
const _queryParams = {
|
|
1031
|
+
columnsExport,
|
|
1032
|
+
fromRecord,
|
|
1033
|
+
limitRecord,
|
|
1034
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1035
|
+
};
|
|
1141
1036
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1142
1037
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1143
1038
|
const _response = yield core.fetcher({
|
|
@@ -1202,19 +1097,12 @@ export class ExportClient {
|
|
|
1202
1097
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1203
1098
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1204
1099
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1205
|
-
const _queryParams = {
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
}
|
|
1212
|
-
if (limitRecord != null) {
|
|
1213
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1214
|
-
}
|
|
1215
|
-
if (parameters != null) {
|
|
1216
|
-
_queryParams.parameters = toJson(parameters);
|
|
1217
|
-
}
|
|
1100
|
+
const _queryParams = {
|
|
1101
|
+
columnsExport,
|
|
1102
|
+
fromRecord,
|
|
1103
|
+
limitRecord,
|
|
1104
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1105
|
+
};
|
|
1218
1106
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1219
1107
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1220
1108
|
const _response = yield core.fetcher({
|
|
@@ -1256,7 +1144,7 @@ export class ExportClient {
|
|
|
1256
1144
|
* Export a list of payouts and their statuses for an entrypoint. Use filters to limit results.
|
|
1257
1145
|
*
|
|
1258
1146
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1259
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1147
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1260
1148
|
* @param {Payabli.ExportPayoutRequest} request
|
|
1261
1149
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1262
1150
|
*
|
|
@@ -1279,19 +1167,12 @@ export class ExportClient {
|
|
|
1279
1167
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1280
1168
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1281
1169
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1282
|
-
const _queryParams = {
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
}
|
|
1289
|
-
if (limitRecord != null) {
|
|
1290
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1291
|
-
}
|
|
1292
|
-
if (parameters != null) {
|
|
1293
|
-
_queryParams.parameters = toJson(parameters);
|
|
1294
|
-
}
|
|
1170
|
+
const _queryParams = {
|
|
1171
|
+
columnsExport,
|
|
1172
|
+
fromRecord,
|
|
1173
|
+
limitRecord,
|
|
1174
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1175
|
+
};
|
|
1295
1176
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1296
1177
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1297
1178
|
const _response = yield core.fetcher({
|
|
@@ -1356,19 +1237,12 @@ export class ExportClient {
|
|
|
1356
1237
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1357
1238
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1358
1239
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1359
|
-
const _queryParams = {
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
}
|
|
1366
|
-
if (limitRecord != null) {
|
|
1367
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1368
|
-
}
|
|
1369
|
-
if (parameters != null) {
|
|
1370
|
-
_queryParams.parameters = toJson(parameters);
|
|
1371
|
-
}
|
|
1240
|
+
const _queryParams = {
|
|
1241
|
+
columnsExport,
|
|
1242
|
+
fromRecord,
|
|
1243
|
+
limitRecord,
|
|
1244
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1245
|
+
};
|
|
1372
1246
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1373
1247
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1374
1248
|
const _response = yield core.fetcher({
|
|
@@ -1433,19 +1307,12 @@ export class ExportClient {
|
|
|
1433
1307
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1434
1308
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1435
1309
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1436
|
-
const _queryParams = {
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
}
|
|
1443
|
-
if (limitRecord != null) {
|
|
1444
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1445
|
-
}
|
|
1446
|
-
if (parameters != null) {
|
|
1447
|
-
_queryParams.parameters = toJson(parameters);
|
|
1448
|
-
}
|
|
1310
|
+
const _queryParams = {
|
|
1311
|
+
columnsExport,
|
|
1312
|
+
fromRecord,
|
|
1313
|
+
limitRecord,
|
|
1314
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1315
|
+
};
|
|
1449
1316
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1450
1317
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1451
1318
|
const _response = yield core.fetcher({
|
|
@@ -1487,7 +1354,7 @@ export class ExportClient {
|
|
|
1487
1354
|
* Export a list of settled transactions for an entrypoint. Use filters to limit results.
|
|
1488
1355
|
*
|
|
1489
1356
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1490
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1357
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1491
1358
|
* @param {Payabli.ExportSettlementsRequest} request
|
|
1492
1359
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1493
1360
|
*
|
|
@@ -1510,19 +1377,12 @@ export class ExportClient {
|
|
|
1510
1377
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1511
1378
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1512
1379
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1513
|
-
const _queryParams = {
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
}
|
|
1520
|
-
if (limitRecord != null) {
|
|
1521
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1522
|
-
}
|
|
1523
|
-
if (parameters != null) {
|
|
1524
|
-
_queryParams.parameters = toJson(parameters);
|
|
1525
|
-
}
|
|
1380
|
+
const _queryParams = {
|
|
1381
|
+
columnsExport,
|
|
1382
|
+
fromRecord,
|
|
1383
|
+
limitRecord,
|
|
1384
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1385
|
+
};
|
|
1526
1386
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1527
1387
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1528
1388
|
const _response = yield core.fetcher({
|
|
@@ -1587,19 +1447,12 @@ export class ExportClient {
|
|
|
1587
1447
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1588
1448
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1589
1449
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1590
|
-
const _queryParams = {
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
}
|
|
1597
|
-
if (limitRecord != null) {
|
|
1598
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1599
|
-
}
|
|
1600
|
-
if (parameters != null) {
|
|
1601
|
-
_queryParams.parameters = toJson(parameters);
|
|
1602
|
-
}
|
|
1450
|
+
const _queryParams = {
|
|
1451
|
+
columnsExport,
|
|
1452
|
+
fromRecord,
|
|
1453
|
+
limitRecord,
|
|
1454
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1455
|
+
};
|
|
1603
1456
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1604
1457
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1605
1458
|
const _response = yield core.fetcher({
|
|
@@ -1641,7 +1494,7 @@ export class ExportClient {
|
|
|
1641
1494
|
* Export a list of subscriptions for an entrypoint. Use filters to limit results.
|
|
1642
1495
|
*
|
|
1643
1496
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1644
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1497
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1645
1498
|
* @param {Payabli.ExportSubscriptionsRequest} request
|
|
1646
1499
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1647
1500
|
*
|
|
@@ -1664,19 +1517,12 @@ export class ExportClient {
|
|
|
1664
1517
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1665
1518
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1666
1519
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1667
|
-
const _queryParams = {
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
}
|
|
1674
|
-
if (limitRecord != null) {
|
|
1675
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1676
|
-
}
|
|
1677
|
-
if (parameters != null) {
|
|
1678
|
-
_queryParams.parameters = toJson(parameters);
|
|
1679
|
-
}
|
|
1520
|
+
const _queryParams = {
|
|
1521
|
+
columnsExport,
|
|
1522
|
+
fromRecord,
|
|
1523
|
+
limitRecord,
|
|
1524
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1525
|
+
};
|
|
1680
1526
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1681
1527
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1682
1528
|
const _response = yield core.fetcher({
|
|
@@ -1741,19 +1587,12 @@ export class ExportClient {
|
|
|
1741
1587
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1742
1588
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1743
1589
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1744
|
-
const _queryParams = {
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
}
|
|
1751
|
-
if (limitRecord != null) {
|
|
1752
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1753
|
-
}
|
|
1754
|
-
if (parameters != null) {
|
|
1755
|
-
_queryParams.parameters = toJson(parameters);
|
|
1756
|
-
}
|
|
1590
|
+
const _queryParams = {
|
|
1591
|
+
columnsExport,
|
|
1592
|
+
fromRecord,
|
|
1593
|
+
limitRecord,
|
|
1594
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1595
|
+
};
|
|
1757
1596
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1758
1597
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1759
1598
|
const _response = yield core.fetcher({
|
|
@@ -1795,7 +1634,7 @@ export class ExportClient {
|
|
|
1795
1634
|
* 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.
|
|
1796
1635
|
*
|
|
1797
1636
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1798
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1637
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1799
1638
|
* @param {Payabli.ExportTransactionsRequest} request
|
|
1800
1639
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1801
1640
|
*
|
|
@@ -1818,19 +1657,12 @@ export class ExportClient {
|
|
|
1818
1657
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1819
1658
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1820
1659
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1821
|
-
const _queryParams = {
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
}
|
|
1828
|
-
if (limitRecord != null) {
|
|
1829
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1830
|
-
}
|
|
1831
|
-
if (parameters != null) {
|
|
1832
|
-
_queryParams.parameters = toJson(parameters);
|
|
1833
|
-
}
|
|
1660
|
+
const _queryParams = {
|
|
1661
|
+
columnsExport,
|
|
1662
|
+
fromRecord,
|
|
1663
|
+
limitRecord,
|
|
1664
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1665
|
+
};
|
|
1834
1666
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1835
1667
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1836
1668
|
const _response = yield core.fetcher({
|
|
@@ -1895,19 +1727,12 @@ export class ExportClient {
|
|
|
1895
1727
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1896
1728
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1897
1729
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1898
|
-
const _queryParams = {
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
}
|
|
1905
|
-
if (limitRecord != null) {
|
|
1906
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1907
|
-
}
|
|
1908
|
-
if (parameters != null) {
|
|
1909
|
-
_queryParams.parameters = toJson(parameters);
|
|
1910
|
-
}
|
|
1730
|
+
const _queryParams = {
|
|
1731
|
+
columnsExport,
|
|
1732
|
+
fromRecord,
|
|
1733
|
+
limitRecord,
|
|
1734
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1735
|
+
};
|
|
1911
1736
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1912
1737
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1913
1738
|
const _response = yield core.fetcher({
|
|
@@ -1949,7 +1774,7 @@ export class ExportClient {
|
|
|
1949
1774
|
* Export a list of transfer details for an entrypoint. Use filters to limit results.
|
|
1950
1775
|
*
|
|
1951
1776
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1952
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1777
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1953
1778
|
* @param {number} transferId - Transfer identifier.
|
|
1954
1779
|
* @param {Payabli.ExportTransferDetailsRequest} request
|
|
1955
1780
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -1974,22 +1799,13 @@ export class ExportClient {
|
|
|
1974
1799
|
return __awaiter(this, arguments, void 0, function* (format, entry, transferId, request = {}, requestOptions) {
|
|
1975
1800
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1976
1801
|
const { columnsExport, fromRecord, limitRecord, parameters, sortBy } = request;
|
|
1977
|
-
const _queryParams = {
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
}
|
|
1984
|
-
if (limitRecord != null) {
|
|
1985
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1986
|
-
}
|
|
1987
|
-
if (parameters != null) {
|
|
1988
|
-
_queryParams.parameters = toJson(parameters);
|
|
1989
|
-
}
|
|
1990
|
-
if (sortBy != null) {
|
|
1991
|
-
_queryParams.sortBy = sortBy;
|
|
1992
|
-
}
|
|
1802
|
+
const _queryParams = {
|
|
1803
|
+
columnsExport,
|
|
1804
|
+
fromRecord,
|
|
1805
|
+
limitRecord,
|
|
1806
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1807
|
+
sortBy,
|
|
1808
|
+
};
|
|
1993
1809
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1994
1810
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1995
1811
|
const _response = yield core.fetcher({
|
|
@@ -2030,7 +1846,7 @@ export class ExportClient {
|
|
|
2030
1846
|
/**
|
|
2031
1847
|
* Get a list of transfers for an entrypoint. Use filters to limit results.
|
|
2032
1848
|
*
|
|
2033
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1849
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
2034
1850
|
* @param {Payabli.ExportTransfersRequest} request
|
|
2035
1851
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
2036
1852
|
*
|
|
@@ -2054,22 +1870,13 @@ export class ExportClient {
|
|
|
2054
1870
|
return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
|
|
2055
1871
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
2056
1872
|
const { columnsExport, fromRecord, limitRecord, parameters, sortBy } = request;
|
|
2057
|
-
const _queryParams = {
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
}
|
|
2064
|
-
if (limitRecord != null) {
|
|
2065
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
2066
|
-
}
|
|
2067
|
-
if (parameters != null) {
|
|
2068
|
-
_queryParams.parameters = toJson(parameters);
|
|
2069
|
-
}
|
|
2070
|
-
if (sortBy != null) {
|
|
2071
|
-
_queryParams.sortBy = sortBy;
|
|
2072
|
-
}
|
|
1873
|
+
const _queryParams = {
|
|
1874
|
+
columnsExport,
|
|
1875
|
+
fromRecord,
|
|
1876
|
+
limitRecord,
|
|
1877
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1878
|
+
sortBy,
|
|
1879
|
+
};
|
|
2073
1880
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
2074
1881
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
2075
1882
|
const _response = yield core.fetcher({
|
|
@@ -2111,7 +1918,7 @@ export class ExportClient {
|
|
|
2111
1918
|
* Export a list of vendors for an entrypoint. Use filters to limit results.
|
|
2112
1919
|
*
|
|
2113
1920
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
2114
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1921
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
2115
1922
|
* @param {Payabli.ExportVendorsRequest} request
|
|
2116
1923
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
2117
1924
|
*
|
|
@@ -2134,19 +1941,12 @@ export class ExportClient {
|
|
|
2134
1941
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
2135
1942
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
2136
1943
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
2137
|
-
const _queryParams = {
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
}
|
|
2144
|
-
if (limitRecord != null) {
|
|
2145
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
2146
|
-
}
|
|
2147
|
-
if (parameters != null) {
|
|
2148
|
-
_queryParams.parameters = toJson(parameters);
|
|
2149
|
-
}
|
|
1944
|
+
const _queryParams = {
|
|
1945
|
+
columnsExport,
|
|
1946
|
+
fromRecord,
|
|
1947
|
+
limitRecord,
|
|
1948
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
1949
|
+
};
|
|
2150
1950
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
2151
1951
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
2152
1952
|
const _response = yield core.fetcher({
|
|
@@ -2206,19 +2006,12 @@ export class ExportClient {
|
|
|
2206
2006
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
2207
2007
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
2208
2008
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
2209
|
-
const _queryParams = {
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
}
|
|
2216
|
-
if (limitRecord != null) {
|
|
2217
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
2218
|
-
}
|
|
2219
|
-
if (parameters != null) {
|
|
2220
|
-
_queryParams.parameters = toJson(parameters);
|
|
2221
|
-
}
|
|
2009
|
+
const _queryParams = {
|
|
2010
|
+
columnsExport,
|
|
2011
|
+
fromRecord,
|
|
2012
|
+
limitRecord,
|
|
2013
|
+
parameters: parameters != null ? toJson(parameters) : undefined,
|
|
2014
|
+
};
|
|
2222
2015
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
2223
2016
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
2224
2017
|
const _response = yield core.fetcher({
|