@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
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import type * as Payabli from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Vendor information for an outbound transfer detail.
|
|
4
|
+
*/
|
|
5
|
+
export interface TransferOutDetailVendor {
|
|
6
|
+
/** The vendor's unique number. */
|
|
7
|
+
VendorNumber: string | null;
|
|
8
|
+
/** Primary name of the vendor. */
|
|
9
|
+
Name1: string | null;
|
|
10
|
+
/** Secondary name of the vendor. */
|
|
11
|
+
Name2: string | null;
|
|
12
|
+
/** Employer Identification Number. */
|
|
13
|
+
EIN: string | null;
|
|
14
|
+
/** Vendor's phone number. */
|
|
15
|
+
Phone: string | null;
|
|
16
|
+
/** Vendor's email address. */
|
|
17
|
+
Email: string | null;
|
|
18
|
+
/** Email for remittance notifications. */
|
|
19
|
+
RemitEmail: string | null;
|
|
20
|
+
/** Primary address line. */
|
|
21
|
+
Address1: string | null;
|
|
22
|
+
/** Secondary address line. */
|
|
23
|
+
Address2: string | null;
|
|
24
|
+
/** City of the vendor. */
|
|
25
|
+
City: string | null;
|
|
26
|
+
/** State of the vendor. */
|
|
27
|
+
State: string | null;
|
|
28
|
+
/** ZIP code of the vendor. */
|
|
29
|
+
Zip: string | null;
|
|
30
|
+
/** Country of the vendor. */
|
|
31
|
+
Country: string | null;
|
|
32
|
+
/** Merchant Category Code. */
|
|
33
|
+
Mcc: string | null;
|
|
34
|
+
/** Location code for the vendor. */
|
|
35
|
+
LocationCode: string | null;
|
|
36
|
+
/** List of contacts for the vendor. */
|
|
37
|
+
Contacts: Payabli.ContactsResponse[] | null;
|
|
38
|
+
/** Billing data for the vendor. */
|
|
39
|
+
BillingData: Payabli.TransferOutDetailVendorBillingData | null;
|
|
40
|
+
/** Preferred payment method. */
|
|
41
|
+
PaymentMethod: string | null;
|
|
42
|
+
/** Status of the vendor. */
|
|
43
|
+
VendorStatus: number | null;
|
|
44
|
+
/** Unique identifier for the vendor. */
|
|
45
|
+
VendorId: number | null;
|
|
46
|
+
/** Enrollment status of the vendor. */
|
|
47
|
+
EnrollmentStatus: number | null;
|
|
48
|
+
/** Summary information about the vendor. */
|
|
49
|
+
Summary: string | null;
|
|
50
|
+
/** Legal name of the paypoint. */
|
|
51
|
+
PaypointLegalname: string | null;
|
|
52
|
+
/** ID of the paypoint. */
|
|
53
|
+
PaypointId: number | null;
|
|
54
|
+
/** DBA name of the paypoint. */
|
|
55
|
+
PaypointDbaname: string | null;
|
|
56
|
+
/** Entry name of the paypoint. */
|
|
57
|
+
PaypointEntryname: string | null;
|
|
58
|
+
/** Name of the parent organization. */
|
|
59
|
+
ParentOrgName: string | null;
|
|
60
|
+
/** ID of the parent organization. */
|
|
61
|
+
ParentOrgId: number | null;
|
|
62
|
+
/** Date the vendor was created. */
|
|
63
|
+
CreatedDate: string | null;
|
|
64
|
+
/** Date the vendor was last updated. */
|
|
65
|
+
LastUpdated: string | null;
|
|
66
|
+
/** Primary remittance address line. */
|
|
67
|
+
remitAddress1: string | null;
|
|
68
|
+
/** Secondary remittance address line. */
|
|
69
|
+
remitAddress2: string | null;
|
|
70
|
+
/** Remittance city. */
|
|
71
|
+
remitCity: string | null;
|
|
72
|
+
/** Remittance state. */
|
|
73
|
+
remitState: string | null;
|
|
74
|
+
/** Remittance ZIP code. */
|
|
75
|
+
remitZip: string | null;
|
|
76
|
+
/** Remittance country. */
|
|
77
|
+
remitCountry: string | null;
|
|
78
|
+
/** Primary payee name. */
|
|
79
|
+
payeeName1: string | null;
|
|
80
|
+
/** Secondary payee name. */
|
|
81
|
+
payeeName2: string | null;
|
|
82
|
+
/** Custom field 1. */
|
|
83
|
+
customField1: string | null;
|
|
84
|
+
/** Custom field 2. */
|
|
85
|
+
customField2: string | null;
|
|
86
|
+
/** Customer vendor account number. */
|
|
87
|
+
customerVendorAccount: string | null;
|
|
88
|
+
/** Internal reference ID. */
|
|
89
|
+
InternalReferenceId: number | null;
|
|
90
|
+
/** Additional data for the vendor. */
|
|
91
|
+
additionalData: Record<string, unknown> | null;
|
|
92
|
+
/** External paypoint ID. */
|
|
93
|
+
externalPaypointID: string | null;
|
|
94
|
+
/** Stored payment methods for the vendor. */
|
|
95
|
+
StoredMethods: unknown[] | null;
|
|
96
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Billing data for a vendor.
|
|
3
|
+
*/
|
|
4
|
+
export interface TransferOutDetailVendorBillingData {
|
|
5
|
+
/** Unique identifier for the billing data. */
|
|
6
|
+
id: number | null;
|
|
7
|
+
/** The account ID. */
|
|
8
|
+
accountId: string | null;
|
|
9
|
+
/** A nickname for the account. */
|
|
10
|
+
nickname: string | null;
|
|
11
|
+
/** The name of the bank. */
|
|
12
|
+
bankName: string | null;
|
|
13
|
+
/** The routing number. */
|
|
14
|
+
routingAccount: string | null;
|
|
15
|
+
/** The account number. */
|
|
16
|
+
accountNumber: string | null;
|
|
17
|
+
/** The type of account. */
|
|
18
|
+
typeAccount: string | null;
|
|
19
|
+
/** The name of the account holder. */
|
|
20
|
+
bankAccountHolderName: string | null;
|
|
21
|
+
/** The type of account holder. */
|
|
22
|
+
bankAccountHolderType: string | null;
|
|
23
|
+
/** The function of the bank account. */
|
|
24
|
+
bankAccountFunction: number | null;
|
|
25
|
+
/** Whether the account is verified. */
|
|
26
|
+
verified: boolean | null;
|
|
27
|
+
/** The status of the billing data. */
|
|
28
|
+
status: number | null;
|
|
29
|
+
/** Services associated with the billing data. */
|
|
30
|
+
services: unknown[] | null;
|
|
31
|
+
/** Whether this is the default billing data. */
|
|
32
|
+
default: boolean | null;
|
|
33
|
+
/** The country of the bank account. */
|
|
34
|
+
country: string | null;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Event data associated with an outbound transfer.
|
|
3
|
+
*/
|
|
4
|
+
export interface TransferOutEventData {
|
|
5
|
+
/** Description of the event. */
|
|
6
|
+
description: string | null;
|
|
7
|
+
/** The time the event occurred. */
|
|
8
|
+
eventTime: string | null;
|
|
9
|
+
/** Reference data for the event. */
|
|
10
|
+
refData: string | null;
|
|
11
|
+
/** Additional event data, which may contain detailed transaction information. */
|
|
12
|
+
extraData: unknown | null;
|
|
13
|
+
/** The source of the event. */
|
|
14
|
+
source: string | null;
|
|
15
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type * as Payabli from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* A message associated with an outbound transfer.
|
|
4
|
+
*/
|
|
5
|
+
export interface TransferOutMessage {
|
|
6
|
+
/** Unique identifier for the message. */
|
|
7
|
+
Id: number | null;
|
|
8
|
+
/** The ID of the room where the message was sent. */
|
|
9
|
+
RoomId: number | null;
|
|
10
|
+
/** The ID of the user who sent the message. */
|
|
11
|
+
UserId: number | null;
|
|
12
|
+
/** The name of the user who sent the message. */
|
|
13
|
+
UserName: string | null;
|
|
14
|
+
/** The content of the message. */
|
|
15
|
+
Content: string | null;
|
|
16
|
+
/** The time the message was created. */
|
|
17
|
+
CreatedAt: string | null;
|
|
18
|
+
/** The type of message. */
|
|
19
|
+
MessageType: number | null;
|
|
20
|
+
/** Additional properties for the message. */
|
|
21
|
+
MessageProperties: Payabli.TransferOutMessageProperties | null;
|
|
22
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Properties associated with a transfer message.
|
|
3
|
+
*/
|
|
4
|
+
export interface TransferOutMessageProperties {
|
|
5
|
+
/** The original status of the transfer before the message. */
|
|
6
|
+
originalTransferStatus: string | null;
|
|
7
|
+
/** The current status of the transfer after the message. */
|
|
8
|
+
currentTransferStatus: string | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Payabli from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Response body for queries about outbound transfers.
|
|
4
|
+
*/
|
|
5
|
+
export interface TransferOutQueryResponse {
|
|
6
|
+
/** Summary information about the transfers. */
|
|
7
|
+
Summary: Payabli.TransferOutSummary;
|
|
8
|
+
/** List of outbound transfer records. */
|
|
9
|
+
Records: Payabli.TransferOutRecord[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import type * as Payabli from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* A record representing an outbound transfer.
|
|
4
|
+
*/
|
|
5
|
+
export interface TransferOutRecord {
|
|
6
|
+
/** Unique identifier for the transfer. */
|
|
7
|
+
transferId: number | null;
|
|
8
|
+
/** The ID of the paypoint associated with the transfer. */
|
|
9
|
+
paypointId: number | null;
|
|
10
|
+
/** The batch number for the transfer. */
|
|
11
|
+
batchNumber: string | null;
|
|
12
|
+
/** The currency of the batch. */
|
|
13
|
+
batchCurrency: string | null;
|
|
14
|
+
/** The number of records in the batch. */
|
|
15
|
+
batchRecords: number | null;
|
|
16
|
+
/** An identifier for the transfer. */
|
|
17
|
+
transferIdentifier: string | null;
|
|
18
|
+
/** The ID of the batch. */
|
|
19
|
+
batchId: number | null;
|
|
20
|
+
/** The net amount of the batch. */
|
|
21
|
+
batchNetAmount: number | null;
|
|
22
|
+
/** The status of the batch. */
|
|
23
|
+
batchStatus: number | null;
|
|
24
|
+
/** The entry name for the paypoint. */
|
|
25
|
+
paypointEntryName: string | null;
|
|
26
|
+
/** The legal name of the paypoint. */
|
|
27
|
+
paypointLegalName: string | null;
|
|
28
|
+
/** The DBA name of the paypoint. */
|
|
29
|
+
paypointDbaName: string | null;
|
|
30
|
+
/** URL to the paypoint's logo. */
|
|
31
|
+
paypointLogo: string | null;
|
|
32
|
+
/** The name of the parent organization. */
|
|
33
|
+
parentOrgName: string | null;
|
|
34
|
+
/** The ID of the parent organization. */
|
|
35
|
+
parentOrgId: number | null;
|
|
36
|
+
/** URL to the parent organization's logo. */
|
|
37
|
+
parentOrgLogo: string | null;
|
|
38
|
+
/** The entry name for the parent organization. */
|
|
39
|
+
parentOrgEntryName: string | null;
|
|
40
|
+
/** External identifier for the paypoint. */
|
|
41
|
+
externalPaypointID: string | null;
|
|
42
|
+
/** Bank account information for the transfer. */
|
|
43
|
+
bankAccount: Payabli.TransferOutBankAccount | null;
|
|
44
|
+
/** The date of the transfer. */
|
|
45
|
+
transferDate: string | null;
|
|
46
|
+
/** The processor used for the transfer. */
|
|
47
|
+
processor: string | null;
|
|
48
|
+
/** The status of the transfer. */
|
|
49
|
+
transferStatus: number | null;
|
|
50
|
+
/** The gross amount of the transfer. */
|
|
51
|
+
grossAmount: number | null;
|
|
52
|
+
/** The chargeback amount deducted from the transfer. */
|
|
53
|
+
chargeBackAmount: number | null;
|
|
54
|
+
/** The returned amount deducted from the transfer. */
|
|
55
|
+
returnedAmount: number | null;
|
|
56
|
+
/** The amount being held. */
|
|
57
|
+
holdAmount: number | null;
|
|
58
|
+
/** The amount that has been released. */
|
|
59
|
+
releasedAmount: number | null;
|
|
60
|
+
/** The billing fees amount. */
|
|
61
|
+
billingFeesAmount: number | null;
|
|
62
|
+
/** The third party paid amount. */
|
|
63
|
+
thirdPartyPaidAmount: number | null;
|
|
64
|
+
/** The adjustments amount. */
|
|
65
|
+
adjustmentsAmount: number | null;
|
|
66
|
+
/** The net transfer amount after all deductions. */
|
|
67
|
+
netTransferAmount: number | null;
|
|
68
|
+
/** The split funding amount. */
|
|
69
|
+
splitAmount: number | null;
|
|
70
|
+
/** List of events associated with the transfer. */
|
|
71
|
+
eventsData: Payabli.TransferOutEventData[] | null;
|
|
72
|
+
/** List of messages associated with the transfer. */
|
|
73
|
+
messages: Payabli.TransferOutMessage[] | null;
|
|
74
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Summary information for outbound transfer queries.
|
|
3
|
+
*/
|
|
4
|
+
export interface TransferOutSummary {
|
|
5
|
+
/** Number of pages in the response. */
|
|
6
|
+
totalPages: number | null;
|
|
7
|
+
/** Number of records in the response. */
|
|
8
|
+
totalRecords: number | null;
|
|
9
|
+
/** Number of records per page. */
|
|
10
|
+
pageSize: number | null;
|
|
11
|
+
}
|
|
@@ -6,3 +6,19 @@ export * from "./QueryBatchesTransfer.js";
|
|
|
6
6
|
export * from "./QueryTransferDetailResponse.js";
|
|
7
7
|
export * from "./QueryTransferResponse.js";
|
|
8
8
|
export * from "./QueryTransferSummary.js";
|
|
9
|
+
export * from "./TransferOutBankAccount.js";
|
|
10
|
+
export * from "./TransferOutDetailBill.js";
|
|
11
|
+
export * from "./TransferOutDetailBillAttachment.js";
|
|
12
|
+
export * from "./TransferOutDetailCheckData.js";
|
|
13
|
+
export * from "./TransferOutDetailEvent.js";
|
|
14
|
+
export * from "./TransferOutDetailPaymentData.js";
|
|
15
|
+
export * from "./TransferOutDetailQueryResponse.js";
|
|
16
|
+
export * from "./TransferOutDetailRecord.js";
|
|
17
|
+
export * from "./TransferOutDetailVendor.js";
|
|
18
|
+
export * from "./TransferOutDetailVendorBillingData.js";
|
|
19
|
+
export * from "./TransferOutEventData.js";
|
|
20
|
+
export * from "./TransferOutMessage.js";
|
|
21
|
+
export * from "./TransferOutMessageProperties.js";
|
|
22
|
+
export * from "./TransferOutQueryResponse.js";
|
|
23
|
+
export * from "./TransferOutRecord.js";
|
|
24
|
+
export * from "./TransferOutSummary.js";
|
|
@@ -22,3 +22,19 @@ __exportStar(require("./QueryBatchesTransfer.js"), exports);
|
|
|
22
22
|
__exportStar(require("./QueryTransferDetailResponse.js"), exports);
|
|
23
23
|
__exportStar(require("./QueryTransferResponse.js"), exports);
|
|
24
24
|
__exportStar(require("./QueryTransferSummary.js"), exports);
|
|
25
|
+
__exportStar(require("./TransferOutBankAccount.js"), exports);
|
|
26
|
+
__exportStar(require("./TransferOutDetailBill.js"), exports);
|
|
27
|
+
__exportStar(require("./TransferOutDetailBillAttachment.js"), exports);
|
|
28
|
+
__exportStar(require("./TransferOutDetailCheckData.js"), exports);
|
|
29
|
+
__exportStar(require("./TransferOutDetailEvent.js"), exports);
|
|
30
|
+
__exportStar(require("./TransferOutDetailPaymentData.js"), exports);
|
|
31
|
+
__exportStar(require("./TransferOutDetailQueryResponse.js"), exports);
|
|
32
|
+
__exportStar(require("./TransferOutDetailRecord.js"), exports);
|
|
33
|
+
__exportStar(require("./TransferOutDetailVendor.js"), exports);
|
|
34
|
+
__exportStar(require("./TransferOutDetailVendorBillingData.js"), exports);
|
|
35
|
+
__exportStar(require("./TransferOutEventData.js"), exports);
|
|
36
|
+
__exportStar(require("./TransferOutMessage.js"), exports);
|
|
37
|
+
__exportStar(require("./TransferOutMessageProperties.js"), exports);
|
|
38
|
+
__exportStar(require("./TransferOutQueryResponse.js"), exports);
|
|
39
|
+
__exportStar(require("./TransferOutRecord.js"), exports);
|
|
40
|
+
__exportStar(require("./TransferOutSummary.js"), exports);
|
|
@@ -107,16 +107,11 @@ class StatisticClient {
|
|
|
107
107
|
return __awaiter(this, arguments, void 0, function* (mode, freq, level, entryId, request = {}, requestOptions) {
|
|
108
108
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
109
109
|
const { endDate, parameters, startDate } = request;
|
|
110
|
-
const _queryParams = {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
116
|
-
}
|
|
117
|
-
if (startDate != null) {
|
|
118
|
-
_queryParams.startDate = startDate;
|
|
119
|
-
}
|
|
110
|
+
const _queryParams = {
|
|
111
|
+
endDate,
|
|
112
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
113
|
+
startDate,
|
|
114
|
+
};
|
|
120
115
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
121
116
|
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);
|
|
122
117
|
const _response = yield core.fetcher({
|
|
@@ -200,10 +195,9 @@ class StatisticClient {
|
|
|
200
195
|
return __awaiter(this, arguments, void 0, function* (mode, freq, customerId, request = {}, requestOptions) {
|
|
201
196
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
202
197
|
const { parameters } = request;
|
|
203
|
-
const _queryParams = {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
}
|
|
198
|
+
const _queryParams = {
|
|
199
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
200
|
+
};
|
|
207
201
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
208
202
|
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);
|
|
209
203
|
const _response = yield core.fetcher({
|
|
@@ -276,10 +270,9 @@ class StatisticClient {
|
|
|
276
270
|
return __awaiter(this, arguments, void 0, function* (interval, level, entryId, request = {}, requestOptions) {
|
|
277
271
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
278
272
|
const { parameters } = request;
|
|
279
|
-
const _queryParams = {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
}
|
|
273
|
+
const _queryParams = {
|
|
274
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
275
|
+
};
|
|
283
276
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
284
277
|
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);
|
|
285
278
|
const _response = yield core.fetcher({
|
|
@@ -355,10 +348,9 @@ class StatisticClient {
|
|
|
355
348
|
return __awaiter(this, arguments, void 0, function* (mode, freq, idVendor, request = {}, requestOptions) {
|
|
356
349
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
357
350
|
const { parameters } = request;
|
|
358
|
-
const _queryParams = {
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
}
|
|
351
|
+
const _queryParams = {
|
|
352
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
353
|
+
};
|
|
362
354
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
363
355
|
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);
|
|
364
356
|
const _response = yield core.fetcher({
|
|
@@ -213,12 +213,11 @@ class SubscriptionClient {
|
|
|
213
213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
214
214
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
215
215
|
const { forceCustomerCreation, idempotencyKey, body: _body } = request;
|
|
216
|
-
const _queryParams = {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
}
|
|
216
|
+
const _queryParams = {
|
|
217
|
+
forceCustomerCreation,
|
|
218
|
+
};
|
|
220
219
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
221
|
-
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ idempotencyKey: idempotencyKey
|
|
220
|
+
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ idempotencyKey: idempotencyKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
222
221
|
const _response = yield core.fetcher({
|
|
223
222
|
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.PayabliEnvironment.Sandbox, "Subscription/add"),
|
|
224
223
|
method: "POST",
|
|
@@ -11,9 +11,9 @@ import type * as Payabli from "../../../index.js";
|
|
|
11
11
|
* }
|
|
12
12
|
*/
|
|
13
13
|
export interface AddSubscriptionResponse {
|
|
14
|
-
customerId?: Payabli.CustomerId;
|
|
14
|
+
customerId?: Payabli.CustomerId | undefined;
|
|
15
15
|
responseText: Payabli.ResponseText;
|
|
16
|
-
isSuccess?: Payabli.IsSuccess;
|
|
16
|
+
isSuccess?: Payabli.IsSuccess | undefined;
|
|
17
17
|
/** The identifier of the newly created subscription. */
|
|
18
18
|
responseData: number;
|
|
19
19
|
}
|
|
@@ -3,12 +3,12 @@ import type * as Payabli from "../../../index.js";
|
|
|
3
3
|
* Success response
|
|
4
4
|
*/
|
|
5
5
|
export interface RemoveSubscriptionResponse {
|
|
6
|
-
isSuccess?: Payabli.IsSuccess;
|
|
6
|
+
isSuccess?: Payabli.IsSuccess | undefined;
|
|
7
7
|
/**
|
|
8
8
|
* If `isSuccess` = true, this contains the identifier of the subscription.
|
|
9
9
|
*
|
|
10
10
|
* If `isSuccess` = false, this contains the reason for the failure.
|
|
11
11
|
*/
|
|
12
|
-
responseData?: string;
|
|
12
|
+
responseData?: string | undefined;
|
|
13
13
|
responseText: Payabli.ResponseText;
|
|
14
14
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import type * as Payabli from "../../../index.js";
|
|
2
2
|
export interface SubscriptionRequestBody {
|
|
3
3
|
/** Object describing the customer/payor. */
|
|
4
|
-
customerData?: Payabli.PayorDataRequest;
|
|
5
|
-
entryPoint?: Payabli.Entrypointfield;
|
|
4
|
+
customerData?: Payabli.PayorDataRequest | undefined;
|
|
5
|
+
entryPoint?: Payabli.Entrypointfield | undefined;
|
|
6
6
|
/** Object describing an Invoice linked to the subscription. */
|
|
7
|
-
invoiceData?: Payabli.BillData;
|
|
7
|
+
invoiceData?: Payabli.BillData | undefined;
|
|
8
8
|
/** Object describing details of the payment. To skip the payment, set the `totalAmount` to 0. Payments will be paused until the amount is updated to a non-zero value. When `totalAmount` is set to 0, the `serviceFee` must also be set to 0. */
|
|
9
|
-
paymentDetails?: Payabli.PaymentDetail;
|
|
9
|
+
paymentDetails?: Payabli.PaymentDetail | undefined;
|
|
10
10
|
/** Information about the payment method for the transaction. Required and recommended fields for each payment method type are described in each schema below. */
|
|
11
|
-
paymentMethod?: SubscriptionRequestBody.PaymentMethod;
|
|
11
|
+
paymentMethod?: SubscriptionRequestBody.PaymentMethod | undefined;
|
|
12
12
|
/** Object describing the schedule for subscription. */
|
|
13
|
-
scheduleDetails?: Payabli.ScheduleDetail;
|
|
14
|
-
setPause?: Payabli.SetPause;
|
|
15
|
-
source?: Payabli.Source;
|
|
16
|
-
subdomain?: Payabli.Subdomain;
|
|
13
|
+
scheduleDetails?: Payabli.ScheduleDetail | undefined;
|
|
14
|
+
setPause?: Payabli.SetPause | undefined;
|
|
15
|
+
source?: Payabli.Source | undefined;
|
|
16
|
+
subdomain?: Payabli.Subdomain | undefined;
|
|
17
17
|
}
|
|
18
18
|
export declare namespace SubscriptionRequestBody {
|
|
19
19
|
/**
|
|
@@ -3,13 +3,13 @@ import type * as Payabli from "../../../index.js";
|
|
|
3
3
|
* Success response
|
|
4
4
|
*/
|
|
5
5
|
export interface UpdateSubscriptionResponse {
|
|
6
|
-
isSuccess?: Payabli.IsSuccess;
|
|
6
|
+
isSuccess?: Payabli.IsSuccess | undefined;
|
|
7
7
|
/**
|
|
8
8
|
* If `isSuccess` = true, this contains the identifier of the subscription, and sometimes extra information, depending on what was updated.
|
|
9
9
|
*
|
|
10
10
|
* If `isSuccess` = false, this contains the reason for the failure.
|
|
11
11
|
*/
|
|
12
|
-
responseData?: string;
|
|
12
|
+
responseData?: string | undefined;
|
|
13
13
|
responseText: Payabli.ResponseText;
|
|
14
|
-
customerId?: Payabli.CustomerId;
|
|
14
|
+
customerId?: Payabli.CustomerId | undefined;
|
|
15
15
|
}
|
|
@@ -249,19 +249,12 @@ class TemplatesClient {
|
|
|
249
249
|
return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
|
|
250
250
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
251
251
|
const { fromRecord, limitRecord, parameters, sortBy } = request;
|
|
252
|
-
const _queryParams = {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
if (parameters != null) {
|
|
260
|
-
_queryParams.parameters = (0, json_js_1.toJson)(parameters);
|
|
261
|
-
}
|
|
262
|
-
if (sortBy != null) {
|
|
263
|
-
_queryParams.sortBy = sortBy;
|
|
264
|
-
}
|
|
252
|
+
const _queryParams = {
|
|
253
|
+
fromRecord,
|
|
254
|
+
limitRecord,
|
|
255
|
+
parameters: parameters != null ? (0, json_js_1.toJson)(parameters) : undefined,
|
|
256
|
+
sortBy,
|
|
257
|
+
};
|
|
265
258
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
266
259
|
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);
|
|
267
260
|
const _response = yield core.fetcher({
|
|
@@ -165,21 +165,14 @@ class TokenStorageClient {
|
|
|
165
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
166
166
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
167
167
|
const { achValidation, createAnonymous, forceCustomerCreation, temporary, idempotencyKey, body: _body, } = request;
|
|
168
|
-
const _queryParams = {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
if (forceCustomerCreation != null) {
|
|
176
|
-
_queryParams.forceCustomerCreation = forceCustomerCreation.toString();
|
|
177
|
-
}
|
|
178
|
-
if (temporary != null) {
|
|
179
|
-
_queryParams.temporary = temporary.toString();
|
|
180
|
-
}
|
|
168
|
+
const _queryParams = {
|
|
169
|
+
achValidation,
|
|
170
|
+
createAnonymous,
|
|
171
|
+
forceCustomerCreation,
|
|
172
|
+
temporary,
|
|
173
|
+
};
|
|
181
174
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
182
|
-
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ idempotencyKey: idempotencyKey
|
|
175
|
+
const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ idempotencyKey: idempotencyKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
183
176
|
const _response = yield core.fetcher({
|
|
184
177
|
url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.PayabliEnvironment.Sandbox, "TokenStorage/add"),
|
|
185
178
|
method: "POST",
|
|
@@ -249,13 +242,10 @@ class TokenStorageClient {
|
|
|
249
242
|
return __awaiter(this, arguments, void 0, function* (methodId, request = {}, requestOptions) {
|
|
250
243
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
251
244
|
const { cardExpirationFormat, includeTemporary } = request;
|
|
252
|
-
const _queryParams = {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
}
|
|
256
|
-
if (includeTemporary != null) {
|
|
257
|
-
_queryParams.includeTemporary = includeTemporary.toString();
|
|
258
|
-
}
|
|
245
|
+
const _queryParams = {
|
|
246
|
+
cardExpirationFormat,
|
|
247
|
+
includeTemporary,
|
|
248
|
+
};
|
|
259
249
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
260
250
|
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);
|
|
261
251
|
const _response = yield core.fetcher({
|
|
@@ -427,10 +417,9 @@ class TokenStorageClient {
|
|
|
427
417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
428
418
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
429
419
|
const { achValidation, body: _body } = request;
|
|
430
|
-
const _queryParams = {
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
}
|
|
420
|
+
const _queryParams = {
|
|
421
|
+
achValidation,
|
|
422
|
+
};
|
|
434
423
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
435
424
|
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);
|
|
436
425
|
const _response = yield core.fetcher({
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import type * as Payabli from "../../../index.js";
|
|
2
2
|
export interface AddMethodResponse extends Payabli.PayabliApiResponseGeneric2Part {
|
|
3
|
-
responseData?: AddMethodResponse.ResponseData;
|
|
3
|
+
responseData?: AddMethodResponse.ResponseData | undefined;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace AddMethodResponse {
|
|
6
6
|
interface ResponseData {
|
|
7
7
|
/** Stored method identifier in Payabli platform. This ID is used to manage the stored method. */
|
|
8
|
-
referenceId?: Payabli.MethodReferenceId;
|
|
9
|
-
resultCode?: Payabli.ResultCode;
|
|
10
|
-
resultText?: Payabli.Resulttext;
|
|
8
|
+
referenceId?: Payabli.MethodReferenceId | undefined;
|
|
9
|
+
resultCode?: Payabli.ResultCode | undefined;
|
|
10
|
+
resultText?: Payabli.Resulttext | undefined;
|
|
11
11
|
/**
|
|
12
12
|
* Internal unique ID of customer owner of the stored method.
|
|
13
13
|
*
|
|
14
14
|
* Returns `0` if the method wasn't assigned to an existing customer or no customer was created."
|
|
15
15
|
*/
|
|
16
|
-
customerId?: Payabli.CustomerId;
|
|
17
|
-
methodReferenceId?: Payabli.MethodReferenceId;
|
|
16
|
+
customerId?: Payabli.CustomerId | undefined;
|
|
17
|
+
methodReferenceId?: Payabli.MethodReferenceId | undefined;
|
|
18
18
|
}
|
|
19
19
|
}
|