@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
|
@@ -83,19 +83,12 @@ class ExportClient {
|
|
|
83
83
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
84
84
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
85
85
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
86
|
-
const _queryParams = {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
if (limitRecord != null) {
|
|
94
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
95
|
-
}
|
|
96
|
-
if (parameters != null) {
|
|
97
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
98
|
-
}
|
|
86
|
+
const _queryParams = {
|
|
87
|
+
columnsExport,
|
|
88
|
+
fromRecord,
|
|
89
|
+
limitRecord,
|
|
90
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
91
|
+
};
|
|
99
92
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
100
93
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
101
94
|
const _response = yield core.fetcher({
|
|
@@ -137,7 +130,7 @@ class ExportClient {
|
|
|
137
130
|
* This endpoint is deprecated. Export batch details for a paypoint. Use filters to limit results.
|
|
138
131
|
*
|
|
139
132
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
140
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
133
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
141
134
|
* @param {Payabli.ExportBatchDetailsRequest} request
|
|
142
135
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
143
136
|
*
|
|
@@ -160,19 +153,12 @@ class ExportClient {
|
|
|
160
153
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
161
154
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
162
155
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
163
|
-
const _queryParams = {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
170
|
-
if (limitRecord != null) {
|
|
171
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
172
|
-
}
|
|
173
|
-
if (parameters != null) {
|
|
174
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
175
|
-
}
|
|
156
|
+
const _queryParams = {
|
|
157
|
+
columnsExport,
|
|
158
|
+
fromRecord,
|
|
159
|
+
limitRecord,
|
|
160
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
161
|
+
};
|
|
176
162
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
177
163
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
178
164
|
const _response = yield core.fetcher({
|
|
@@ -237,19 +223,12 @@ class ExportClient {
|
|
|
237
223
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
238
224
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
239
225
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
240
|
-
const _queryParams = {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
if (limitRecord != null) {
|
|
248
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
249
|
-
}
|
|
250
|
-
if (parameters != null) {
|
|
251
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
252
|
-
}
|
|
226
|
+
const _queryParams = {
|
|
227
|
+
columnsExport,
|
|
228
|
+
fromRecord,
|
|
229
|
+
limitRecord,
|
|
230
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
231
|
+
};
|
|
253
232
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
254
233
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
255
234
|
const _response = yield core.fetcher({
|
|
@@ -291,7 +270,7 @@ class ExportClient {
|
|
|
291
270
|
* Export a list of batches for an entrypoint. Use filters to limit results.
|
|
292
271
|
*
|
|
293
272
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
294
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
273
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
295
274
|
* @param {Payabli.ExportBatchesRequest} request
|
|
296
275
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
297
276
|
*
|
|
@@ -314,19 +293,12 @@ class ExportClient {
|
|
|
314
293
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
315
294
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
316
295
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
317
|
-
const _queryParams = {
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
}
|
|
324
|
-
if (limitRecord != null) {
|
|
325
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
326
|
-
}
|
|
327
|
-
if (parameters != null) {
|
|
328
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
329
|
-
}
|
|
296
|
+
const _queryParams = {
|
|
297
|
+
columnsExport,
|
|
298
|
+
fromRecord,
|
|
299
|
+
limitRecord,
|
|
300
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
301
|
+
};
|
|
330
302
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
331
303
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
332
304
|
const _response = yield core.fetcher({
|
|
@@ -391,19 +363,12 @@ class ExportClient {
|
|
|
391
363
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
392
364
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
393
365
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
394
|
-
const _queryParams = {
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}
|
|
401
|
-
if (limitRecord != null) {
|
|
402
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
403
|
-
}
|
|
404
|
-
if (parameters != null) {
|
|
405
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
406
|
-
}
|
|
366
|
+
const _queryParams = {
|
|
367
|
+
columnsExport,
|
|
368
|
+
fromRecord,
|
|
369
|
+
limitRecord,
|
|
370
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
371
|
+
};
|
|
407
372
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
408
373
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
409
374
|
const _response = yield core.fetcher({
|
|
@@ -445,7 +410,7 @@ class ExportClient {
|
|
|
445
410
|
* Export a list of money out batches for a paypoint. Use filters to limit results.
|
|
446
411
|
*
|
|
447
412
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
448
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
413
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
449
414
|
* @param {Payabli.ExportBatchesOutRequest} request
|
|
450
415
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
451
416
|
*
|
|
@@ -468,19 +433,12 @@ class ExportClient {
|
|
|
468
433
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
469
434
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
470
435
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
471
|
-
const _queryParams = {
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
}
|
|
478
|
-
if (limitRecord != null) {
|
|
479
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
480
|
-
}
|
|
481
|
-
if (parameters != null) {
|
|
482
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
483
|
-
}
|
|
436
|
+
const _queryParams = {
|
|
437
|
+
columnsExport,
|
|
438
|
+
fromRecord,
|
|
439
|
+
limitRecord,
|
|
440
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
441
|
+
};
|
|
484
442
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
485
443
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
486
444
|
const _response = yield core.fetcher({
|
|
@@ -545,19 +503,12 @@ class ExportClient {
|
|
|
545
503
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
546
504
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
547
505
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
548
|
-
const _queryParams = {
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
}
|
|
555
|
-
if (limitRecord != null) {
|
|
556
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
557
|
-
}
|
|
558
|
-
if (parameters != null) {
|
|
559
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
560
|
-
}
|
|
506
|
+
const _queryParams = {
|
|
507
|
+
columnsExport,
|
|
508
|
+
fromRecord,
|
|
509
|
+
limitRecord,
|
|
510
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
511
|
+
};
|
|
561
512
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
562
513
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
563
514
|
const _response = yield core.fetcher({
|
|
@@ -599,7 +550,7 @@ class ExportClient {
|
|
|
599
550
|
* Export a list of bills for an entrypoint. Use filters to limit results.
|
|
600
551
|
*
|
|
601
552
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
602
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
553
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
603
554
|
* @param {Payabli.ExportBillsRequest} request
|
|
604
555
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
605
556
|
*
|
|
@@ -622,19 +573,12 @@ class ExportClient {
|
|
|
622
573
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
623
574
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
624
575
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
625
|
-
const _queryParams = {
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
if (limitRecord != null) {
|
|
633
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
634
|
-
}
|
|
635
|
-
if (parameters != null) {
|
|
636
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
637
|
-
}
|
|
576
|
+
const _queryParams = {
|
|
577
|
+
columnsExport,
|
|
578
|
+
fromRecord,
|
|
579
|
+
limitRecord,
|
|
580
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
581
|
+
};
|
|
638
582
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
639
583
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
640
584
|
const _response = yield core.fetcher({
|
|
@@ -699,19 +643,12 @@ class ExportClient {
|
|
|
699
643
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
700
644
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
701
645
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
702
|
-
const _queryParams = {
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
}
|
|
709
|
-
if (limitRecord != null) {
|
|
710
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
711
|
-
}
|
|
712
|
-
if (parameters != null) {
|
|
713
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
714
|
-
}
|
|
646
|
+
const _queryParams = {
|
|
647
|
+
columnsExport,
|
|
648
|
+
fromRecord,
|
|
649
|
+
limitRecord,
|
|
650
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
651
|
+
};
|
|
715
652
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
716
653
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
717
654
|
const _response = yield core.fetcher({
|
|
@@ -753,7 +690,7 @@ class ExportClient {
|
|
|
753
690
|
* Export a list of chargebacks and ACH returns for an entrypoint. Use filters to limit results.
|
|
754
691
|
*
|
|
755
692
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
756
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
693
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
757
694
|
* @param {Payabli.ExportChargebacksRequest} request
|
|
758
695
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
759
696
|
*
|
|
@@ -776,19 +713,12 @@ class ExportClient {
|
|
|
776
713
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
777
714
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
778
715
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
779
|
-
const _queryParams = {
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
}
|
|
786
|
-
if (limitRecord != null) {
|
|
787
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
788
|
-
}
|
|
789
|
-
if (parameters != null) {
|
|
790
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
791
|
-
}
|
|
716
|
+
const _queryParams = {
|
|
717
|
+
columnsExport,
|
|
718
|
+
fromRecord,
|
|
719
|
+
limitRecord,
|
|
720
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
721
|
+
};
|
|
792
722
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
793
723
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
794
724
|
const _response = yield core.fetcher({
|
|
@@ -853,19 +783,12 @@ class ExportClient {
|
|
|
853
783
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
854
784
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
855
785
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
856
|
-
const _queryParams = {
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
}
|
|
863
|
-
if (limitRecord != null) {
|
|
864
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
865
|
-
}
|
|
866
|
-
if (parameters != null) {
|
|
867
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
868
|
-
}
|
|
786
|
+
const _queryParams = {
|
|
787
|
+
columnsExport,
|
|
788
|
+
fromRecord,
|
|
789
|
+
limitRecord,
|
|
790
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
791
|
+
};
|
|
869
792
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
870
793
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
871
794
|
const _response = yield core.fetcher({
|
|
@@ -907,7 +830,7 @@ class ExportClient {
|
|
|
907
830
|
* Export a list of customers for an entrypoint. Use filters to limit results.
|
|
908
831
|
*
|
|
909
832
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
910
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
833
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
911
834
|
* @param {Payabli.ExportCustomersRequest} request
|
|
912
835
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
913
836
|
*
|
|
@@ -930,19 +853,12 @@ class ExportClient {
|
|
|
930
853
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
931
854
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
932
855
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
933
|
-
const _queryParams = {
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
}
|
|
940
|
-
if (limitRecord != null) {
|
|
941
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
942
|
-
}
|
|
943
|
-
if (parameters != null) {
|
|
944
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
945
|
-
}
|
|
856
|
+
const _queryParams = {
|
|
857
|
+
columnsExport,
|
|
858
|
+
fromRecord,
|
|
859
|
+
limitRecord,
|
|
860
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
861
|
+
};
|
|
946
862
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
947
863
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
948
864
|
const _response = yield core.fetcher({
|
|
@@ -1007,19 +923,12 @@ class ExportClient {
|
|
|
1007
923
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1008
924
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1009
925
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1010
|
-
const _queryParams = {
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
}
|
|
1017
|
-
if (limitRecord != null) {
|
|
1018
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1019
|
-
}
|
|
1020
|
-
if (parameters != null) {
|
|
1021
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1022
|
-
}
|
|
926
|
+
const _queryParams = {
|
|
927
|
+
columnsExport,
|
|
928
|
+
fromRecord,
|
|
929
|
+
limitRecord,
|
|
930
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
931
|
+
};
|
|
1023
932
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1024
933
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1025
934
|
const _response = yield core.fetcher({
|
|
@@ -1061,7 +970,7 @@ class ExportClient {
|
|
|
1061
970
|
* Export list of invoices for an entrypoint. Use filters to limit results.
|
|
1062
971
|
*
|
|
1063
972
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1064
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
973
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1065
974
|
* @param {Payabli.ExportInvoicesRequest} request
|
|
1066
975
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1067
976
|
*
|
|
@@ -1084,19 +993,12 @@ class ExportClient {
|
|
|
1084
993
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1085
994
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1086
995
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1087
|
-
const _queryParams = {
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
}
|
|
1094
|
-
if (limitRecord != null) {
|
|
1095
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1096
|
-
}
|
|
1097
|
-
if (parameters != null) {
|
|
1098
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1099
|
-
}
|
|
996
|
+
const _queryParams = {
|
|
997
|
+
columnsExport,
|
|
998
|
+
fromRecord,
|
|
999
|
+
limitRecord,
|
|
1000
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1001
|
+
};
|
|
1100
1002
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1101
1003
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1102
1004
|
const _response = yield core.fetcher({
|
|
@@ -1161,19 +1063,12 @@ class ExportClient {
|
|
|
1161
1063
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1162
1064
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1163
1065
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1164
|
-
const _queryParams = {
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
}
|
|
1171
|
-
if (limitRecord != null) {
|
|
1172
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1173
|
-
}
|
|
1174
|
-
if (parameters != null) {
|
|
1175
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1176
|
-
}
|
|
1066
|
+
const _queryParams = {
|
|
1067
|
+
columnsExport,
|
|
1068
|
+
fromRecord,
|
|
1069
|
+
limitRecord,
|
|
1070
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1071
|
+
};
|
|
1177
1072
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1178
1073
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1179
1074
|
const _response = yield core.fetcher({
|
|
@@ -1238,19 +1133,12 @@ class ExportClient {
|
|
|
1238
1133
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1239
1134
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1240
1135
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1241
|
-
const _queryParams = {
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
}
|
|
1248
|
-
if (limitRecord != null) {
|
|
1249
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1250
|
-
}
|
|
1251
|
-
if (parameters != null) {
|
|
1252
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1253
|
-
}
|
|
1136
|
+
const _queryParams = {
|
|
1137
|
+
columnsExport,
|
|
1138
|
+
fromRecord,
|
|
1139
|
+
limitRecord,
|
|
1140
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1141
|
+
};
|
|
1254
1142
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1255
1143
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1256
1144
|
const _response = yield core.fetcher({
|
|
@@ -1292,7 +1180,7 @@ class ExportClient {
|
|
|
1292
1180
|
* Export a list of payouts and their statuses for an entrypoint. Use filters to limit results.
|
|
1293
1181
|
*
|
|
1294
1182
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1295
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1183
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1296
1184
|
* @param {Payabli.ExportPayoutRequest} request
|
|
1297
1185
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1298
1186
|
*
|
|
@@ -1315,19 +1203,12 @@ class ExportClient {
|
|
|
1315
1203
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1316
1204
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1317
1205
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1318
|
-
const _queryParams = {
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
}
|
|
1325
|
-
if (limitRecord != null) {
|
|
1326
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1327
|
-
}
|
|
1328
|
-
if (parameters != null) {
|
|
1329
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1330
|
-
}
|
|
1206
|
+
const _queryParams = {
|
|
1207
|
+
columnsExport,
|
|
1208
|
+
fromRecord,
|
|
1209
|
+
limitRecord,
|
|
1210
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1211
|
+
};
|
|
1331
1212
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1332
1213
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1333
1214
|
const _response = yield core.fetcher({
|
|
@@ -1392,19 +1273,12 @@ class ExportClient {
|
|
|
1392
1273
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1393
1274
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1394
1275
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1395
|
-
const _queryParams = {
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
}
|
|
1402
|
-
if (limitRecord != null) {
|
|
1403
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1404
|
-
}
|
|
1405
|
-
if (parameters != null) {
|
|
1406
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1407
|
-
}
|
|
1276
|
+
const _queryParams = {
|
|
1277
|
+
columnsExport,
|
|
1278
|
+
fromRecord,
|
|
1279
|
+
limitRecord,
|
|
1280
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1281
|
+
};
|
|
1408
1282
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1409
1283
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1410
1284
|
const _response = yield core.fetcher({
|
|
@@ -1469,19 +1343,12 @@ class ExportClient {
|
|
|
1469
1343
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1470
1344
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1471
1345
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1472
|
-
const _queryParams = {
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
}
|
|
1479
|
-
if (limitRecord != null) {
|
|
1480
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1481
|
-
}
|
|
1482
|
-
if (parameters != null) {
|
|
1483
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1484
|
-
}
|
|
1346
|
+
const _queryParams = {
|
|
1347
|
+
columnsExport,
|
|
1348
|
+
fromRecord,
|
|
1349
|
+
limitRecord,
|
|
1350
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1351
|
+
};
|
|
1485
1352
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1486
1353
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1487
1354
|
const _response = yield core.fetcher({
|
|
@@ -1523,7 +1390,7 @@ class ExportClient {
|
|
|
1523
1390
|
* Export a list of settled transactions for an entrypoint. Use filters to limit results.
|
|
1524
1391
|
*
|
|
1525
1392
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1526
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1393
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1527
1394
|
* @param {Payabli.ExportSettlementsRequest} request
|
|
1528
1395
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1529
1396
|
*
|
|
@@ -1546,19 +1413,12 @@ class ExportClient {
|
|
|
1546
1413
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1547
1414
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1548
1415
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1549
|
-
const _queryParams = {
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
}
|
|
1556
|
-
if (limitRecord != null) {
|
|
1557
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1558
|
-
}
|
|
1559
|
-
if (parameters != null) {
|
|
1560
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1561
|
-
}
|
|
1416
|
+
const _queryParams = {
|
|
1417
|
+
columnsExport,
|
|
1418
|
+
fromRecord,
|
|
1419
|
+
limitRecord,
|
|
1420
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1421
|
+
};
|
|
1562
1422
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1563
1423
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1564
1424
|
const _response = yield core.fetcher({
|
|
@@ -1623,19 +1483,12 @@ class ExportClient {
|
|
|
1623
1483
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1624
1484
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1625
1485
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1626
|
-
const _queryParams = {
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
}
|
|
1633
|
-
if (limitRecord != null) {
|
|
1634
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1635
|
-
}
|
|
1636
|
-
if (parameters != null) {
|
|
1637
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1638
|
-
}
|
|
1486
|
+
const _queryParams = {
|
|
1487
|
+
columnsExport,
|
|
1488
|
+
fromRecord,
|
|
1489
|
+
limitRecord,
|
|
1490
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1491
|
+
};
|
|
1639
1492
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1640
1493
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1641
1494
|
const _response = yield core.fetcher({
|
|
@@ -1677,7 +1530,7 @@ class ExportClient {
|
|
|
1677
1530
|
* Export a list of subscriptions for an entrypoint. Use filters to limit results.
|
|
1678
1531
|
*
|
|
1679
1532
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1680
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1533
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1681
1534
|
* @param {Payabli.ExportSubscriptionsRequest} request
|
|
1682
1535
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1683
1536
|
*
|
|
@@ -1700,19 +1553,12 @@ class ExportClient {
|
|
|
1700
1553
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1701
1554
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1702
1555
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1703
|
-
const _queryParams = {
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
}
|
|
1710
|
-
if (limitRecord != null) {
|
|
1711
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1712
|
-
}
|
|
1713
|
-
if (parameters != null) {
|
|
1714
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1715
|
-
}
|
|
1556
|
+
const _queryParams = {
|
|
1557
|
+
columnsExport,
|
|
1558
|
+
fromRecord,
|
|
1559
|
+
limitRecord,
|
|
1560
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1561
|
+
};
|
|
1716
1562
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1717
1563
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1718
1564
|
const _response = yield core.fetcher({
|
|
@@ -1777,19 +1623,12 @@ class ExportClient {
|
|
|
1777
1623
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1778
1624
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1779
1625
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1780
|
-
const _queryParams = {
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
}
|
|
1787
|
-
if (limitRecord != null) {
|
|
1788
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1789
|
-
}
|
|
1790
|
-
if (parameters != null) {
|
|
1791
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1792
|
-
}
|
|
1626
|
+
const _queryParams = {
|
|
1627
|
+
columnsExport,
|
|
1628
|
+
fromRecord,
|
|
1629
|
+
limitRecord,
|
|
1630
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1631
|
+
};
|
|
1793
1632
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1794
1633
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1795
1634
|
const _response = yield core.fetcher({
|
|
@@ -1831,7 +1670,7 @@ class ExportClient {
|
|
|
1831
1670
|
* 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.
|
|
1832
1671
|
*
|
|
1833
1672
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1834
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1673
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1835
1674
|
* @param {Payabli.ExportTransactionsRequest} request
|
|
1836
1675
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
1837
1676
|
*
|
|
@@ -1854,19 +1693,12 @@ class ExportClient {
|
|
|
1854
1693
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
1855
1694
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1856
1695
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1857
|
-
const _queryParams = {
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
}
|
|
1864
|
-
if (limitRecord != null) {
|
|
1865
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1866
|
-
}
|
|
1867
|
-
if (parameters != null) {
|
|
1868
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1869
|
-
}
|
|
1696
|
+
const _queryParams = {
|
|
1697
|
+
columnsExport,
|
|
1698
|
+
fromRecord,
|
|
1699
|
+
limitRecord,
|
|
1700
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1701
|
+
};
|
|
1870
1702
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1871
1703
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1872
1704
|
const _response = yield core.fetcher({
|
|
@@ -1931,19 +1763,12 @@ class ExportClient {
|
|
|
1931
1763
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
1932
1764
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
1933
1765
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
1934
|
-
const _queryParams = {
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
}
|
|
1941
|
-
if (limitRecord != null) {
|
|
1942
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
1943
|
-
}
|
|
1944
|
-
if (parameters != null) {
|
|
1945
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
1946
|
-
}
|
|
1766
|
+
const _queryParams = {
|
|
1767
|
+
columnsExport,
|
|
1768
|
+
fromRecord,
|
|
1769
|
+
limitRecord,
|
|
1770
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1771
|
+
};
|
|
1947
1772
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
1948
1773
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1949
1774
|
const _response = yield core.fetcher({
|
|
@@ -1985,7 +1810,7 @@ class ExportClient {
|
|
|
1985
1810
|
* Export a list of transfer details for an entrypoint. Use filters to limit results.
|
|
1986
1811
|
*
|
|
1987
1812
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
1988
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1813
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
1989
1814
|
* @param {number} transferId - Transfer identifier.
|
|
1990
1815
|
* @param {Payabli.ExportTransferDetailsRequest} request
|
|
1991
1816
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -2010,22 +1835,13 @@ class ExportClient {
|
|
|
2010
1835
|
return __awaiter(this, arguments, void 0, function* (format, entry, transferId, request = {}, requestOptions) {
|
|
2011
1836
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
2012
1837
|
const { columnsExport, fromRecord, limitRecord, parameters, sortBy } = request;
|
|
2013
|
-
const _queryParams = {
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
}
|
|
2020
|
-
if (limitRecord != null) {
|
|
2021
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
2022
|
-
}
|
|
2023
|
-
if (parameters != null) {
|
|
2024
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
2025
|
-
}
|
|
2026
|
-
if (sortBy != null) {
|
|
2027
|
-
_queryParams.sortBy = sortBy;
|
|
2028
|
-
}
|
|
1838
|
+
const _queryParams = {
|
|
1839
|
+
columnsExport,
|
|
1840
|
+
fromRecord,
|
|
1841
|
+
limitRecord,
|
|
1842
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1843
|
+
sortBy,
|
|
1844
|
+
};
|
|
2029
1845
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
2030
1846
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
2031
1847
|
const _response = yield core.fetcher({
|
|
@@ -2066,7 +1882,7 @@ class ExportClient {
|
|
|
2066
1882
|
/**
|
|
2067
1883
|
* Get a list of transfers for an entrypoint. Use filters to limit results.
|
|
2068
1884
|
*
|
|
2069
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1885
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
2070
1886
|
* @param {Payabli.ExportTransfersRequest} request
|
|
2071
1887
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
2072
1888
|
*
|
|
@@ -2090,22 +1906,13 @@ class ExportClient {
|
|
|
2090
1906
|
return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
|
|
2091
1907
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
2092
1908
|
const { columnsExport, fromRecord, limitRecord, parameters, sortBy } = request;
|
|
2093
|
-
const _queryParams = {
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
}
|
|
2100
|
-
if (limitRecord != null) {
|
|
2101
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
2102
|
-
}
|
|
2103
|
-
if (parameters != null) {
|
|
2104
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
2105
|
-
}
|
|
2106
|
-
if (sortBy != null) {
|
|
2107
|
-
_queryParams.sortBy = sortBy;
|
|
2108
|
-
}
|
|
1909
|
+
const _queryParams = {
|
|
1910
|
+
columnsExport,
|
|
1911
|
+
fromRecord,
|
|
1912
|
+
limitRecord,
|
|
1913
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1914
|
+
sortBy,
|
|
1915
|
+
};
|
|
2109
1916
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
2110
1917
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
2111
1918
|
const _response = yield core.fetcher({
|
|
@@ -2147,7 +1954,7 @@ class ExportClient {
|
|
|
2147
1954
|
* Export a list of vendors for an entrypoint. Use filters to limit results.
|
|
2148
1955
|
*
|
|
2149
1956
|
* @param {Payabli.ExportFormat1} format - Format for the export, either XLSX or CSV.
|
|
2150
|
-
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
|
|
1957
|
+
* @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
|
|
2151
1958
|
* @param {Payabli.ExportVendorsRequest} request
|
|
2152
1959
|
* @param {ExportClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
2153
1960
|
*
|
|
@@ -2170,19 +1977,12 @@ class ExportClient {
|
|
|
2170
1977
|
return __awaiter(this, arguments, void 0, function* (format, entry, request = {}, requestOptions) {
|
|
2171
1978
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
2172
1979
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
2173
|
-
const _queryParams = {
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
}
|
|
2180
|
-
if (limitRecord != null) {
|
|
2181
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
2182
|
-
}
|
|
2183
|
-
if (parameters != null) {
|
|
2184
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
2185
|
-
}
|
|
1980
|
+
const _queryParams = {
|
|
1981
|
+
columnsExport,
|
|
1982
|
+
fromRecord,
|
|
1983
|
+
limitRecord,
|
|
1984
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
1985
|
+
};
|
|
2186
1986
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
2187
1987
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
2188
1988
|
const _response = yield core.fetcher({
|
|
@@ -2242,19 +2042,12 @@ class ExportClient {
|
|
|
2242
2042
|
return __awaiter(this, arguments, void 0, function* (format, orgId, request = {}, requestOptions) {
|
|
2243
2043
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
2244
2044
|
const { columnsExport, fromRecord, limitRecord, parameters } = request;
|
|
2245
|
-
const _queryParams = {
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
}
|
|
2252
|
-
if (limitRecord != null) {
|
|
2253
|
-
_queryParams.limitRecord = limitRecord.toString();
|
|
2254
|
-
}
|
|
2255
|
-
if (parameters != null) {
|
|
2256
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
2257
|
-
}
|
|
2045
|
+
const _queryParams = {
|
|
2046
|
+
columnsExport,
|
|
2047
|
+
fromRecord,
|
|
2048
|
+
limitRecord,
|
|
2049
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
2050
|
+
};
|
|
2258
2051
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
2259
2052
|
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
2260
2053
|
const _response = yield core.fetcher({
|