@payabli/sdk-node 0.0.130 → 0.0.132
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/LICENSE.md +1 -1
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/bill/client/Client.js +28 -50
- package/dist/cjs/api/resources/bill/types/BillOutData.d.ts +18 -18
- 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 +33 -33
- 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.d.ts +41 -5
- package/dist/cjs/api/resources/boarding/client/Client.js +57 -38
- package/dist/cjs/api/resources/chargeBacks/client/Client.js +1 -1
- package/dist/cjs/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.ts +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.js +4 -5
- 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.js +176 -383
- package/dist/cjs/api/resources/hostedPaymentPages/client/Client.js +1 -1
- package/dist/cjs/api/resources/import/client/Client.js +12 -13
- package/dist/cjs/api/resources/invoice/client/Client.js +28 -52
- package/dist/cjs/api/resources/invoice/client/requests/AddInvoiceRequest.d.ts +1 -1
- 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 +10 -10
- package/dist/cjs/api/resources/lineItem/client/Client.js +7 -14
- package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +25 -1
- package/dist/cjs/api/resources/moneyIn/client/Client.js +53 -47
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestCredit.d.ts +6 -6
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPayment.d.ts +26 -2
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.d.ts +1 -1
- package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentV2.d.ts +2 -2
- 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 +2 -2
- 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/TransactionDetailInvoiceData.d.ts +8 -8
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecord.d.ts +5 -5
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailResponseData.d.ts +2 -2
- 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 +21 -0
- package/dist/cjs/api/resources/moneyOut/client/Client.js +29 -13
- package/dist/cjs/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.ts +21 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.ts +9 -9
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +57 -57
- package/dist/cjs/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.ts +8 -8
- package/dist/cjs/api/resources/moneyOutTypes/types/MethodElementOut.d.ts +21 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/MethodsListOut.d.ts +11 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/OperationResult.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOutTypes/types/PaymentLinkStatus.d.ts +8 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/PaymentLinkStatus.js +11 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/VCardGetResponse.d.ts +105 -105
- package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/index.js +3 -0
- package/dist/cjs/api/resources/notification/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/notification/client/Client.js +4 -4
- 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.js +1 -1
- package/dist/cjs/api/resources/organization/client/requests/AddOrganizationRequest.d.ts +1 -1
- package/dist/cjs/api/resources/organization/client/requests/OrganizationData.d.ts +1 -1
- 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.d.ts +231 -46
- package/dist/cjs/api/resources/paymentLink/client/Client.js +348 -82
- package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataBill.d.ts +69 -22
- package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataOut.d.ts +8 -25
- package/dist/cjs/api/resources/paymentLink/types/GetPayLinkFromIdResponse.d.ts +1 -1
- package/dist/cjs/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.d.ts +12 -0
- package/dist/cjs/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.js +3 -0
- package/dist/cjs/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.ts +1 -1
- package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBody.d.ts +11 -90
- package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBodyOut.d.ts +88 -0
- package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBodyOut.js +3 -0
- package/dist/cjs/api/resources/paymentLink/types/index.d.ts +2 -0
- package/dist/cjs/api/resources/paymentLink/types/index.js +2 -0
- 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.js +3 -4
- 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.js +243 -549
- package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.d.ts +1 -1
- package/dist/cjs/api/resources/queryTypes/types/LimitRecord.d.ts +1 -1
- package/dist/cjs/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.ts +3 -3
- package/dist/cjs/api/resources/queryTypes/types/QueryBatchesResponse.d.ts +0 -2
- package/dist/cjs/api/resources/queryTypes/types/QueryTransferDetailResponse.d.ts +8 -8
- 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/client/requests/RequestSchedule.d.ts +1 -1
- 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.d.ts +4 -1
- package/dist/cjs/api/resources/tokenStorage/client/Client.js +18 -26
- package/dist/cjs/api/resources/tokenStorage/client/requests/AddMethodRequest.d.ts +6 -3
- package/dist/cjs/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.ts +1 -1
- package/dist/cjs/api/resources/tokenStorage/types/AddMethodResponse.d.ts +6 -6
- package/dist/cjs/api/resources/tokenStorage/types/CreateAnonymous.d.ts +1 -1
- 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/Temporary.d.ts +1 -1
- 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/V2DeclinedTransactionResponseWrapper.d.ts +2 -2
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.ts +18 -18
- package/dist/cjs/api/types/ASection.d.ts +3 -3
- package/dist/cjs/api/types/AcceptOauth.d.ts +1 -1
- package/dist/cjs/api/types/AcceptRegister.d.ts +1 -1
- 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/AchValidation.d.ts +1 -1
- package/dist/cjs/api/types/AmountElement.d.ts +3 -3
- package/dist/cjs/api/types/Annualrevenue.d.ts +1 -1
- 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/ApplePayType.d.ts +1 -1
- 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 +47 -49
- 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/Attachments.d.ts +1 -1
- package/dist/cjs/api/types/AutoElement.d.ts +7 -7
- package/dist/cjs/api/types/Avgmonthly.d.ts +1 -1
- package/dist/cjs/api/types/Avgticketamt.d.ts +1 -1
- 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/BankData.d.ts +1 -1
- 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/BillApprovals.d.ts +1 -1
- package/dist/cjs/api/types/BillData.d.ts +27 -27
- package/dist/cjs/api/types/BillDetailResponse.d.ts +32 -32
- package/dist/cjs/api/types/BillDetailsResponse.d.ts +8 -8
- package/dist/cjs/api/types/BillEvents.d.ts +1 -1
- 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 +11 -11
- package/dist/cjs/api/types/BillPayOutDataRequest.d.ts +11 -11
- package/dist/cjs/api/types/BillQueryRecord2.d.ts +4 -4
- package/dist/cjs/api/types/BillQueryRecord2BillApprovalsItem.d.ts +5 -5
- 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/Billitems.d.ts +1 -1
- 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/ContactsField.d.ts +1 -1
- 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/DeviceId.d.ts +1 -1
- package/dist/cjs/api/types/Discount.d.ts +1 -1
- 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/DutyAmount.d.ts +1 -1
- package/dist/cjs/api/types/Element.d.ts +2 -2
- package/dist/cjs/api/types/EnrollmentStatus.d.ts +1 -1
- package/dist/cjs/api/types/ExpectedProcessingDateTime.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/ForceCustomerCreation.d.ts +1 -1
- package/dist/cjs/api/types/FreightAmount.d.ts +1 -1
- 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/HasVcardTransactions.d.ts +1 -1
- package/dist/cjs/api/types/HeaderElement.d.ts +3 -3
- package/dist/cjs/api/types/Highticketamt.d.ts +1 -1
- package/dist/cjs/api/types/Initiator.d.ts +1 -1
- 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/IsRoot.d.ts +1 -1
- package/dist/cjs/api/types/IsSameDayAch.d.ts +1 -1
- 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/LastModified.d.ts +1 -1
- 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/Mfa.d.ts +1 -1
- package/dist/cjs/api/types/MfaData.d.ts +2 -2
- package/dist/cjs/api/types/Netamountnullable.d.ts +1 -1
- 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/Ownerid.d.ts +5 -1
- 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/Ownership.d.ts +1 -1
- 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 +12 -10
- package/dist/cjs/api/types/PayabliCredentialsPascal.d.ts +14 -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/PayorId.d.ts +1 -1
- 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/PciAttestation.d.ts +1 -1
- 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 +3 -3
- 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/ReadOnly.d.ts +1 -1
- 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/RiskActionCode.d.ts +1 -1
- package/dist/cjs/api/types/RiskFlagged.d.ts +1 -1
- package/dist/cjs/api/types/RiskFlaggedOn.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/SaveIfSuccess.d.ts +1 -1
- package/dist/cjs/api/types/ScheduleDetail.d.ts +4 -4
- package/dist/cjs/api/types/Sequence.d.ts +1 -1
- 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 +5 -5
- package/dist/cjs/api/types/SettingsQueryRecord.d.ts +6 -7
- package/dist/cjs/api/types/SignerAcceptance.d.ts +1 -1
- package/dist/cjs/api/types/SignerData.d.ts +21 -17
- 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/SplitFunding.d.ts +1 -1
- 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/StoredMethodUsageType.d.ts +1 -1
- package/dist/cjs/api/types/SubscriptionQueryRecords.d.ts +27 -27
- package/dist/cjs/api/types/SummaryOrg.d.ts +6 -6
- package/dist/cjs/api/types/Tax.d.ts +1 -1
- 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/TemplateCode.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/Ticketamt.d.ts +1 -1
- 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 +36 -36
- package/dist/cjs/api/types/TransactionQueryRecordsCustomer.d.ts +36 -36
- 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/VendorPhone.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/api/types/Visible.d.ts +1 -1
- package/dist/cjs/api/types/index.d.ts +0 -2
- package/dist/cjs/api/types/index.js +0 -2
- 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.mjs +28 -50
- package/dist/esm/api/resources/bill/types/BillOutData.d.mts +18 -18
- 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 +33 -33
- 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.d.mts +41 -5
- package/dist/esm/api/resources/boarding/client/Client.mjs +57 -38
- package/dist/esm/api/resources/chargeBacks/client/Client.mjs +1 -1
- package/dist/esm/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.mts +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.mjs +4 -5
- 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.mjs +176 -383
- package/dist/esm/api/resources/hostedPaymentPages/client/Client.mjs +1 -1
- package/dist/esm/api/resources/import/client/Client.mjs +12 -13
- package/dist/esm/api/resources/invoice/client/Client.mjs +28 -52
- package/dist/esm/api/resources/invoice/client/requests/AddInvoiceRequest.d.mts +1 -1
- 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 +10 -10
- package/dist/esm/api/resources/lineItem/client/Client.mjs +7 -14
- package/dist/esm/api/resources/moneyIn/client/Client.d.mts +25 -1
- package/dist/esm/api/resources/moneyIn/client/Client.mjs +53 -47
- package/dist/esm/api/resources/moneyIn/client/requests/RequestCredit.d.mts +6 -6
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPayment.d.mts +26 -2
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.d.mts +1 -1
- package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentV2.d.mts +2 -2
- 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 +2 -2
- 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/TransactionDetailInvoiceData.d.mts +8 -8
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecord.d.mts +5 -5
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailResponseData.d.mts +2 -2
- 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 +21 -0
- package/dist/esm/api/resources/moneyOut/client/Client.mjs +29 -13
- package/dist/esm/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.mts +21 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.mts +9 -9
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +57 -57
- package/dist/esm/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.mts +8 -8
- package/dist/esm/api/resources/moneyOutTypes/types/MethodElementOut.d.mts +21 -0
- package/dist/esm/api/resources/moneyOutTypes/types/MethodsListOut.d.mts +11 -0
- package/dist/esm/api/resources/moneyOutTypes/types/OperationResult.d.mts +1 -1
- package/dist/esm/api/resources/moneyOutTypes/types/PaymentLinkStatus.d.mts +8 -0
- package/dist/esm/api/resources/moneyOutTypes/types/PaymentLinkStatus.mjs +8 -0
- package/dist/esm/api/resources/moneyOutTypes/types/VCardGetResponse.d.mts +105 -105
- package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +3 -0
- package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +3 -0
- package/dist/esm/api/resources/notification/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/notification/client/Client.mjs +4 -4
- 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.mjs +1 -1
- package/dist/esm/api/resources/organization/client/requests/AddOrganizationRequest.d.mts +1 -1
- package/dist/esm/api/resources/organization/client/requests/OrganizationData.d.mts +1 -1
- 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.d.mts +231 -46
- package/dist/esm/api/resources/paymentLink/client/Client.mjs +348 -82
- package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataBill.d.mts +69 -22
- package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataOut.d.mts +8 -25
- package/dist/esm/api/resources/paymentLink/types/GetPayLinkFromIdResponse.d.mts +1 -1
- package/dist/esm/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.d.mts +12 -0
- package/dist/esm/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.mjs +2 -0
- package/dist/esm/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.mts +1 -1
- package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBody.d.mts +11 -90
- package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBodyOut.d.mts +88 -0
- package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBodyOut.mjs +2 -0
- package/dist/esm/api/resources/paymentLink/types/index.d.mts +2 -0
- package/dist/esm/api/resources/paymentLink/types/index.mjs +2 -0
- 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.mjs +3 -4
- 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.mjs +243 -549
- package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.d.mts +1 -1
- package/dist/esm/api/resources/queryTypes/types/LimitRecord.d.mts +1 -1
- package/dist/esm/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.mts +3 -3
- package/dist/esm/api/resources/queryTypes/types/QueryBatchesResponse.d.mts +0 -2
- package/dist/esm/api/resources/queryTypes/types/QueryTransferDetailResponse.d.mts +8 -8
- 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/client/requests/RequestSchedule.d.mts +1 -1
- 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.d.mts +4 -1
- package/dist/esm/api/resources/tokenStorage/client/Client.mjs +18 -26
- package/dist/esm/api/resources/tokenStorage/client/requests/AddMethodRequest.d.mts +6 -3
- package/dist/esm/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.mts +1 -1
- package/dist/esm/api/resources/tokenStorage/types/AddMethodResponse.d.mts +6 -6
- package/dist/esm/api/resources/tokenStorage/types/CreateAnonymous.d.mts +1 -1
- 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/Temporary.d.mts +1 -1
- 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/V2DeclinedTransactionResponseWrapper.d.mts +2 -2
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.mts +18 -18
- package/dist/esm/api/types/ASection.d.mts +3 -3
- package/dist/esm/api/types/AcceptOauth.d.mts +1 -1
- package/dist/esm/api/types/AcceptRegister.d.mts +1 -1
- 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/AchValidation.d.mts +1 -1
- package/dist/esm/api/types/AmountElement.d.mts +3 -3
- package/dist/esm/api/types/Annualrevenue.d.mts +1 -1
- 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/ApplePayType.d.mts +1 -1
- 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 +47 -49
- 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/Attachments.d.mts +1 -1
- package/dist/esm/api/types/AutoElement.d.mts +7 -7
- package/dist/esm/api/types/Avgmonthly.d.mts +1 -1
- package/dist/esm/api/types/Avgticketamt.d.mts +1 -1
- 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/BankData.d.mts +1 -1
- 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/BillApprovals.d.mts +1 -1
- package/dist/esm/api/types/BillData.d.mts +27 -27
- package/dist/esm/api/types/BillDetailResponse.d.mts +32 -32
- package/dist/esm/api/types/BillDetailsResponse.d.mts +8 -8
- package/dist/esm/api/types/BillEvents.d.mts +1 -1
- 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 +11 -11
- package/dist/esm/api/types/BillPayOutDataRequest.d.mts +11 -11
- package/dist/esm/api/types/BillQueryRecord2.d.mts +4 -4
- package/dist/esm/api/types/BillQueryRecord2BillApprovalsItem.d.mts +5 -5
- 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/Billitems.d.mts +1 -1
- 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/ContactsField.d.mts +1 -1
- 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/DeviceId.d.mts +1 -1
- package/dist/esm/api/types/Discount.d.mts +1 -1
- 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/DutyAmount.d.mts +1 -1
- package/dist/esm/api/types/Element.d.mts +2 -2
- package/dist/esm/api/types/EnrollmentStatus.d.mts +1 -1
- package/dist/esm/api/types/ExpectedProcessingDateTime.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/ForceCustomerCreation.d.mts +1 -1
- package/dist/esm/api/types/FreightAmount.d.mts +1 -1
- 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/HasVcardTransactions.d.mts +1 -1
- package/dist/esm/api/types/HeaderElement.d.mts +3 -3
- package/dist/esm/api/types/Highticketamt.d.mts +1 -1
- package/dist/esm/api/types/Initiator.d.mts +1 -1
- 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/IsRoot.d.mts +1 -1
- package/dist/esm/api/types/IsSameDayAch.d.mts +1 -1
- 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/LastModified.d.mts +1 -1
- 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/Mfa.d.mts +1 -1
- package/dist/esm/api/types/MfaData.d.mts +2 -2
- package/dist/esm/api/types/Netamountnullable.d.mts +1 -1
- 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/Ownerid.d.mts +5 -1
- 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/Ownership.d.mts +1 -1
- 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 +12 -10
- package/dist/esm/api/types/PayabliCredentialsPascal.d.mts +14 -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/PayorId.d.mts +1 -1
- 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/PciAttestation.d.mts +1 -1
- 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 +3 -3
- 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/ReadOnly.d.mts +1 -1
- 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/RiskActionCode.d.mts +1 -1
- package/dist/esm/api/types/RiskFlagged.d.mts +1 -1
- package/dist/esm/api/types/RiskFlaggedOn.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/SaveIfSuccess.d.mts +1 -1
- package/dist/esm/api/types/ScheduleDetail.d.mts +4 -4
- package/dist/esm/api/types/Sequence.d.mts +1 -1
- 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 +5 -5
- package/dist/esm/api/types/SettingsQueryRecord.d.mts +6 -7
- package/dist/esm/api/types/SignerAcceptance.d.mts +1 -1
- package/dist/esm/api/types/SignerData.d.mts +21 -17
- 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/SplitFunding.d.mts +1 -1
- 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/StoredMethodUsageType.d.mts +1 -1
- package/dist/esm/api/types/SubscriptionQueryRecords.d.mts +27 -27
- package/dist/esm/api/types/SummaryOrg.d.mts +6 -6
- package/dist/esm/api/types/Tax.d.mts +1 -1
- 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/TemplateCode.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/Ticketamt.d.mts +1 -1
- 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 +36 -36
- package/dist/esm/api/types/TransactionQueryRecordsCustomer.d.mts +36 -36
- 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/VendorPhone.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/api/types/Visible.d.mts +1 -1
- package/dist/esm/api/types/index.d.mts +0 -2
- package/dist/esm/api/types/index.mjs +0 -2
- 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 +253 -56
- package/dist/cjs/api/types/Datenullable.d.ts +0 -4
- package/dist/cjs/api/types/DatetimeNullable.d.ts +0 -4
- package/dist/esm/api/types/Datenullable.d.mts +0 -4
- package/dist/esm/api/types/DatetimeNullable.d.mts +0 -4
- /package/dist/cjs/api/{types/Datenullable.js → resources/moneyOutTypes/types/MethodElementOut.js} +0 -0
- /package/dist/cjs/api/{types/DatetimeNullable.js → resources/moneyOutTypes/types/MethodsListOut.js} +0 -0
- /package/dist/esm/api/{types/Datenullable.mjs → resources/moneyOutTypes/types/MethodElementOut.mjs} +0 -0
- /package/dist/esm/api/{types/DatetimeNullable.mjs → resources/moneyOutTypes/types/MethodsListOut.mjs} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type * as Payabli from "../../../index.js";
|
|
2
2
|
export interface CaptureAllOutResponse {
|
|
3
|
-
isSuccess?: Payabli.IsSuccess;
|
|
4
|
-
pageIdentifier?: Payabli.PageIdentifier;
|
|
5
|
-
responseCode?: Payabli.Responsecode;
|
|
3
|
+
isSuccess?: Payabli.IsSuccess | undefined;
|
|
4
|
+
pageIdentifier?: Payabli.PageIdentifier | undefined;
|
|
5
|
+
responseCode?: Payabli.Responsecode | undefined;
|
|
6
6
|
/** Array of objects describing the transactions. */
|
|
7
|
-
responseData?: CaptureAllOutResponse.ResponseData.Item[];
|
|
7
|
+
responseData?: CaptureAllOutResponse.ResponseData.Item[] | undefined;
|
|
8
8
|
responseText: Payabli.ResponseText;
|
|
9
9
|
}
|
|
10
10
|
export declare namespace CaptureAllOutResponse {
|
|
@@ -12,15 +12,15 @@ export declare namespace CaptureAllOutResponse {
|
|
|
12
12
|
namespace ResponseData {
|
|
13
13
|
interface Item {
|
|
14
14
|
/** Internal unique Id of vendor owner of transaction. Returns `0` if the transaction wasn't assigned to an existing vendor or no vendor was created. */
|
|
15
|
-
CustomerId?: Payabli.Customeridtrans;
|
|
16
|
-
ReferenceId?: Payabli.Referenceidtrans;
|
|
17
|
-
ResultCode?: Payabli.ResultCode;
|
|
15
|
+
CustomerId?: Payabli.Customeridtrans | undefined;
|
|
16
|
+
ReferenceId?: Payabli.Referenceidtrans | undefined;
|
|
17
|
+
ResultCode?: Payabli.ResultCode | undefined;
|
|
18
18
|
/**
|
|
19
19
|
* Text describing the result.
|
|
20
20
|
* If `ResultCode`` = 1, returns 'Authorized'.
|
|
21
21
|
* If `ResultCode` = 2 or 3, this contains the cause of the decline.
|
|
22
22
|
*/
|
|
23
|
-
ResultText?: Payabli.Resulttext;
|
|
23
|
+
ResultText?: Payabli.Resulttext | undefined;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type * as Payabli from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for payment method selection on Pay Out payment links.
|
|
4
|
+
*/
|
|
5
|
+
export interface MethodElementOut {
|
|
6
|
+
/** Flag indicating if all allowed payment methods will be pre-selected. */
|
|
7
|
+
allMethodsChecked?: boolean | undefined;
|
|
8
|
+
/** When `true`, the vendor can select from multiple payment methods. When `false`, only the default method is shown. */
|
|
9
|
+
allowMultipleMethods?: boolean | undefined;
|
|
10
|
+
/** The default payment method to highlight on the payment link page. For example, `"vcard"`, `"ach"`, or `"check"`. */
|
|
11
|
+
defaultMethod?: string | undefined;
|
|
12
|
+
/** When `true`, the payment methods section is displayed on the payment link page. */
|
|
13
|
+
enabled?: boolean | undefined;
|
|
14
|
+
/** Header text for the payment methods section. */
|
|
15
|
+
header?: string | undefined;
|
|
16
|
+
methods?: Payabli.MethodsListOut | undefined;
|
|
17
|
+
/** Display order of the payment methods section on the page. */
|
|
18
|
+
order?: number | undefined;
|
|
19
|
+
/** When `true`, a preview of the virtual card is shown on the payment link page. */
|
|
20
|
+
showPreviewVirtualCard?: boolean | undefined;
|
|
21
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Payment methods available for Pay Out payment links. Controls which payout options are offered to the vendor.
|
|
3
|
+
*/
|
|
4
|
+
export interface MethodsListOut {
|
|
5
|
+
/** When `true`, ACH bank transfer is offered as a payout method. */
|
|
6
|
+
ach?: boolean | undefined;
|
|
7
|
+
/** When `true`, physical check is offered as a payout method. */
|
|
8
|
+
check?: boolean | undefined;
|
|
9
|
+
/** When `true`, virtual card (vCard) is offered as a payout method. */
|
|
10
|
+
vcard?: boolean | undefined;
|
|
11
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export interface OperationResult {
|
|
2
2
|
/** Message describing the result. If the virtual card link was sent successfully, this contains the email address to which the link was sent. */
|
|
3
|
-
message?: string;
|
|
3
|
+
message?: string | undefined;
|
|
4
4
|
/** Indicates whether the operation was successful. */
|
|
5
5
|
success: boolean;
|
|
6
6
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/** The status of a payment link. */
|
|
2
|
+
export declare const PaymentLinkStatus: {
|
|
3
|
+
readonly Active: "Active";
|
|
4
|
+
readonly Expired: "Expired";
|
|
5
|
+
readonly Canceled: "Canceled";
|
|
6
|
+
readonly Deleted: "Deleted";
|
|
7
|
+
};
|
|
8
|
+
export type PaymentLinkStatus = (typeof PaymentLinkStatus)[keyof typeof PaymentLinkStatus];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.PaymentLinkStatus = void 0;
|
|
5
|
+
/** The status of a payment link. */
|
|
6
|
+
exports.PaymentLinkStatus = {
|
|
7
|
+
Active: "Active",
|
|
8
|
+
Expired: "Expired",
|
|
9
|
+
Canceled: "Canceled",
|
|
10
|
+
Deleted: "Deleted",
|
|
11
|
+
};
|
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
import type * as Payabli from "../../../index.js";
|
|
2
2
|
export interface VCardGetResponse {
|
|
3
3
|
/** Indicates if the virtual card was sent. */
|
|
4
|
-
vcardSent?: boolean;
|
|
4
|
+
vcardSent?: boolean | undefined;
|
|
5
5
|
/** A unique token identifier for the card. */
|
|
6
|
-
cardToken?: string;
|
|
6
|
+
cardToken?: string | undefined;
|
|
7
7
|
/** The masked number of the card. */
|
|
8
|
-
cardNumber?: string;
|
|
8
|
+
cardNumber?: string | undefined;
|
|
9
9
|
/** Masked Card Verification Code. */
|
|
10
|
-
cvc?: string;
|
|
10
|
+
cvc?: string | undefined;
|
|
11
11
|
/** The expiration date of the card. */
|
|
12
|
-
expirationDate?: string;
|
|
12
|
+
expirationDate?: string | undefined;
|
|
13
13
|
/** The current status of the card. */
|
|
14
|
-
status?: string;
|
|
14
|
+
status?: string | undefined;
|
|
15
15
|
/** The initial amount loaded on the card. */
|
|
16
|
-
amount?: number;
|
|
16
|
+
amount?: number | undefined;
|
|
17
17
|
/** The current balance available on the card. */
|
|
18
|
-
currentBalance?: number;
|
|
18
|
+
currentBalance?: number | undefined;
|
|
19
19
|
/** The set limit for expenses. */
|
|
20
|
-
expenseLimit?: number;
|
|
20
|
+
expenseLimit?: number | undefined;
|
|
21
21
|
/** The period for the expense limit. */
|
|
22
|
-
expenseLimitPeriod?: string;
|
|
22
|
+
expenseLimitPeriod?: string | undefined;
|
|
23
23
|
/** Maximum number of uses allowed for the card. */
|
|
24
|
-
maxNumberOfUses?: number;
|
|
24
|
+
maxNumberOfUses?: number | undefined;
|
|
25
25
|
/** The current number of times the card has been used. */
|
|
26
|
-
currentNumberOfUses?: number;
|
|
26
|
+
currentNumberOfUses?: number | undefined;
|
|
27
27
|
/** Indicates if only the exact amount is allowed for transactions. */
|
|
28
|
-
exactAmount?: boolean;
|
|
28
|
+
exactAmount?: boolean | undefined;
|
|
29
29
|
/** Merchant Category Code, if applicable. */
|
|
30
|
-
mcc?: string;
|
|
30
|
+
mcc?: string | undefined;
|
|
31
31
|
/** Transaction Category Code, if applicable. */
|
|
32
|
-
tcc?: string;
|
|
32
|
+
tcc?: string | undefined;
|
|
33
33
|
/** A miscellaneous field for additional information. */
|
|
34
|
-
misc1?: string;
|
|
34
|
+
misc1?: string | undefined;
|
|
35
35
|
/** Another miscellaneous field for extra information. */
|
|
36
|
-
misc2?: string;
|
|
36
|
+
misc2?: string | undefined;
|
|
37
37
|
/** The creation date of the record. */
|
|
38
|
-
dateCreated?: string;
|
|
38
|
+
dateCreated?: string | undefined;
|
|
39
39
|
/** The last modified date of the record. */
|
|
40
|
-
dateModified?: string;
|
|
40
|
+
dateModified?: string | undefined;
|
|
41
41
|
/** Information about the associated vendor. */
|
|
42
|
-
associatedVendor?: VCardGetResponse.AssociatedVendor;
|
|
42
|
+
associatedVendor?: VCardGetResponse.AssociatedVendor | undefined;
|
|
43
43
|
/** Information about the associated customer, if applicable. */
|
|
44
|
-
associatedCustomer?: string;
|
|
44
|
+
associatedCustomer?: string | undefined;
|
|
45
45
|
/** Name of the parent organization. */
|
|
46
|
-
ParentOrgName?: string;
|
|
46
|
+
ParentOrgName?: string | undefined;
|
|
47
47
|
/** The 'Doing Business As' name of the Paypoint. */
|
|
48
|
-
PaypointDbaname?: string;
|
|
48
|
+
PaypointDbaname?: string | undefined;
|
|
49
49
|
/** The legal name of the Paypoint. */
|
|
50
|
-
PaypointLegalname?: string;
|
|
50
|
+
PaypointLegalname?: string | undefined;
|
|
51
51
|
/** Entry name for the Paypoint, if applicable. */
|
|
52
|
-
PaypointEntryname?: string;
|
|
53
|
-
externalPaypointID?: Payabli.ExternalPaypointId;
|
|
52
|
+
PaypointEntryname?: string | undefined;
|
|
53
|
+
externalPaypointID?: Payabli.ExternalPaypointId | undefined;
|
|
54
54
|
/** The unique identifier for the paypoint. */
|
|
55
|
-
paypointId?: number;
|
|
55
|
+
paypointId?: number | undefined;
|
|
56
56
|
}
|
|
57
57
|
export declare namespace VCardGetResponse {
|
|
58
58
|
/**
|
|
@@ -60,84 +60,84 @@ export declare namespace VCardGetResponse {
|
|
|
60
60
|
*/
|
|
61
61
|
interface AssociatedVendor {
|
|
62
62
|
/** Unique code identifying the vendor. */
|
|
63
|
-
VendorNumber?: string;
|
|
63
|
+
VendorNumber?: string | undefined;
|
|
64
64
|
/** The primary name associated with the vendor. */
|
|
65
|
-
Name1?: string;
|
|
65
|
+
Name1?: string | undefined;
|
|
66
66
|
/** Additional name information for the vendor. */
|
|
67
|
-
Name2?: string;
|
|
67
|
+
Name2?: string | undefined;
|
|
68
68
|
/** Employer Identification Number of the vendor. */
|
|
69
|
-
EIN?: string;
|
|
69
|
+
EIN?: string | undefined;
|
|
70
70
|
/** Contact phone number of the vendor. */
|
|
71
|
-
Phone?: string;
|
|
71
|
+
Phone?: string | undefined;
|
|
72
72
|
/** Contact email address of the vendor. */
|
|
73
|
-
Email?: string;
|
|
73
|
+
Email?: string | undefined;
|
|
74
74
|
/** Email address for remittance. */
|
|
75
|
-
RemitEmail?: string;
|
|
75
|
+
RemitEmail?: string | undefined;
|
|
76
76
|
/** Primary address line of the vendor. */
|
|
77
|
-
Address1?: string;
|
|
77
|
+
Address1?: string | undefined;
|
|
78
78
|
/** Secondary address line of the vendor. */
|
|
79
|
-
Address2?: string;
|
|
79
|
+
Address2?: string | undefined;
|
|
80
80
|
/** City where the vendor is located. */
|
|
81
|
-
City?: string;
|
|
81
|
+
City?: string | undefined;
|
|
82
82
|
/** State where the vendor is located. */
|
|
83
|
-
State?: string;
|
|
83
|
+
State?: string | undefined;
|
|
84
84
|
/** ZIP code for the vendor's location. */
|
|
85
|
-
Zip?: string;
|
|
85
|
+
Zip?: string | undefined;
|
|
86
86
|
/** Country where the vendor is located. */
|
|
87
|
-
Country?: string;
|
|
87
|
+
Country?: string | undefined;
|
|
88
88
|
/** Merchant Category Code for the vendor. */
|
|
89
|
-
Mcc?: string;
|
|
90
|
-
LocationCode?: Payabli.LocationCode;
|
|
89
|
+
Mcc?: string | undefined;
|
|
90
|
+
LocationCode?: Payabli.LocationCode | undefined;
|
|
91
91
|
/** Array of objects describing the vendor's contacts. */
|
|
92
|
-
Contacts?: AssociatedVendor.Contacts.Item[];
|
|
92
|
+
Contacts?: AssociatedVendor.Contacts.Item[] | undefined;
|
|
93
93
|
/** Billing data for the vendor. */
|
|
94
|
-
BillingData?: AssociatedVendor.BillingData;
|
|
94
|
+
BillingData?: AssociatedVendor.BillingData | undefined;
|
|
95
95
|
/** Preferred payment method for vendor. */
|
|
96
|
-
PaymentMethod?: string;
|
|
96
|
+
PaymentMethod?: string | undefined;
|
|
97
97
|
/** Status of the vendor. */
|
|
98
|
-
VendorStatus?: number;
|
|
98
|
+
VendorStatus?: number | undefined;
|
|
99
99
|
/** Unique identifier for the vendor. */
|
|
100
|
-
VendorId?: number;
|
|
100
|
+
VendorId?: number | undefined;
|
|
101
101
|
/** Enrollment status of the vendor. */
|
|
102
|
-
EnrollmentStatus?: string;
|
|
102
|
+
EnrollmentStatus?: string | undefined;
|
|
103
103
|
/** Summary of vendor's billing and transaction status. */
|
|
104
|
-
Summary?: AssociatedVendor.Summary;
|
|
104
|
+
Summary?: AssociatedVendor.Summary | undefined;
|
|
105
105
|
/** Legal name of the paypoint. */
|
|
106
|
-
PaypointLegalname?: Payabli.Legalname;
|
|
106
|
+
PaypointLegalname?: Payabli.Legalname | undefined;
|
|
107
107
|
/** DBA name of the paypoint. */
|
|
108
|
-
PaypointDbaname?: Payabli.Dbaname;
|
|
108
|
+
PaypointDbaname?: Payabli.Dbaname | undefined;
|
|
109
109
|
/** Entryname of the paypoint. */
|
|
110
|
-
PaypointEntryname?: string;
|
|
111
|
-
ParentOrgName?: Payabli.OrgParentName;
|
|
110
|
+
PaypointEntryname?: string | undefined;
|
|
111
|
+
ParentOrgName?: Payabli.OrgParentName | undefined;
|
|
112
112
|
/** ID of the parent organization. */
|
|
113
|
-
ParentOrgId?: number;
|
|
113
|
+
ParentOrgId?: number | undefined;
|
|
114
114
|
/** Date when the vendor record was created. */
|
|
115
|
-
CreatedDate?: string;
|
|
115
|
+
CreatedDate?: string | undefined;
|
|
116
116
|
/** Date when the vendor's information was last updated. */
|
|
117
|
-
LastUpdated?: string;
|
|
118
|
-
remitAddress1?: Payabli.Remitaddress1;
|
|
119
|
-
remitAddress2?: Payabli.Remitaddress2;
|
|
120
|
-
remitCity?: Payabli.Remitcity;
|
|
121
|
-
remitState?: Payabli.Remitstate;
|
|
122
|
-
remitZip?: Payabli.Remitzip;
|
|
123
|
-
remitCountry?: Payabli.Remitcountry;
|
|
117
|
+
LastUpdated?: string | undefined;
|
|
118
|
+
remitAddress1?: Payabli.Remitaddress1 | undefined;
|
|
119
|
+
remitAddress2?: Payabli.Remitaddress2 | undefined;
|
|
120
|
+
remitCity?: Payabli.Remitcity | undefined;
|
|
121
|
+
remitState?: Payabli.Remitstate | undefined;
|
|
122
|
+
remitZip?: Payabli.Remitzip | undefined;
|
|
123
|
+
remitCountry?: Payabli.Remitcountry | undefined;
|
|
124
124
|
/** Primary name of the payee. */
|
|
125
|
-
payeeName1?: string;
|
|
125
|
+
payeeName1?: string | undefined;
|
|
126
126
|
/** Secondary name of the payee. */
|
|
127
|
-
payeeName2?: string;
|
|
127
|
+
payeeName2?: string | undefined;
|
|
128
128
|
/** A custom field for additional data. */
|
|
129
|
-
customField1?: string;
|
|
129
|
+
customField1?: string | undefined;
|
|
130
130
|
/** Another custom field for extra data. */
|
|
131
|
-
customField2?: string;
|
|
131
|
+
customField2?: string | undefined;
|
|
132
132
|
/** Account number of paypoint in the vendor side. */
|
|
133
|
-
customerVendorAccount?: string;
|
|
133
|
+
customerVendorAccount?: string | undefined;
|
|
134
134
|
/** Internal reference ID used within the system. */
|
|
135
|
-
InternalReferenceId?: number;
|
|
135
|
+
InternalReferenceId?: number | undefined;
|
|
136
136
|
/** Field for additional data, if any. */
|
|
137
|
-
additionalData?: string;
|
|
138
|
-
externalPaypointID?: Payabli.ExternalPaypointId;
|
|
137
|
+
additionalData?: string | undefined;
|
|
138
|
+
externalPaypointID?: Payabli.ExternalPaypointId | undefined;
|
|
139
139
|
/** Stored payment methods for the vendor. */
|
|
140
|
-
StoredMethods?: string;
|
|
140
|
+
StoredMethods?: string | undefined;
|
|
141
141
|
}
|
|
142
142
|
namespace AssociatedVendor {
|
|
143
143
|
type Contacts = Contacts.Item[];
|
|
@@ -147,13 +147,13 @@ export declare namespace VCardGetResponse {
|
|
|
147
147
|
*/
|
|
148
148
|
interface Item {
|
|
149
149
|
/** Name of the contact. */
|
|
150
|
-
ContactName?: string;
|
|
150
|
+
ContactName?: string | undefined;
|
|
151
151
|
/** Email of the contact. */
|
|
152
|
-
ContactEmail?: string;
|
|
152
|
+
ContactEmail?: string | undefined;
|
|
153
153
|
/** Title of the contact. */
|
|
154
|
-
ContactTitle?: string;
|
|
154
|
+
ContactTitle?: string | undefined;
|
|
155
155
|
/** Phone number of the contact. */
|
|
156
|
-
ContactPhone?: string;
|
|
156
|
+
ContactPhone?: string | undefined;
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
@@ -161,70 +161,70 @@ export declare namespace VCardGetResponse {
|
|
|
161
161
|
*/
|
|
162
162
|
interface BillingData {
|
|
163
163
|
/** Unique identifier for billing data. */
|
|
164
|
-
id?: number;
|
|
164
|
+
id?: number | undefined;
|
|
165
165
|
/** Account identifier. */
|
|
166
|
-
accountId?: string;
|
|
166
|
+
accountId?: string | undefined;
|
|
167
167
|
/** Nickname for the account. */
|
|
168
|
-
nickname?: string;
|
|
168
|
+
nickname?: string | undefined;
|
|
169
169
|
/** Name of the bank used for transactions. */
|
|
170
|
-
bankName?: string;
|
|
170
|
+
bankName?: string | undefined;
|
|
171
171
|
/** Routing number for the bank account. */
|
|
172
|
-
routingAccount?: string;
|
|
172
|
+
routingAccount?: string | undefined;
|
|
173
173
|
/** Masked account number for transactions. */
|
|
174
|
-
accountNumber?: string;
|
|
174
|
+
accountNumber?: string | undefined;
|
|
175
175
|
/** Type of the bank account. */
|
|
176
|
-
typeAccount?: string;
|
|
176
|
+
typeAccount?: string | undefined;
|
|
177
177
|
/** Name of the bank account holder. */
|
|
178
|
-
bankAccountHolderName?: string;
|
|
178
|
+
bankAccountHolderName?: string | undefined;
|
|
179
179
|
/** Type of bank account holder. */
|
|
180
|
-
bankAccountHolderType?: string;
|
|
180
|
+
bankAccountHolderType?: string | undefined;
|
|
181
181
|
/** Function of the bank account. */
|
|
182
|
-
bankAccountFunction?: number;
|
|
182
|
+
bankAccountFunction?: number | undefined;
|
|
183
183
|
/** Indicates if the account is verified. */
|
|
184
|
-
verified?: boolean;
|
|
184
|
+
verified?: boolean | undefined;
|
|
185
185
|
/** Status of the billing data. */
|
|
186
|
-
status?: number;
|
|
186
|
+
status?: number | undefined;
|
|
187
187
|
/** Services associated with the account. */
|
|
188
|
-
services?: unknown[];
|
|
188
|
+
services?: unknown[] | undefined;
|
|
189
189
|
/** Indicates if this is the default billing account. */
|
|
190
|
-
default?: boolean;
|
|
190
|
+
default?: boolean | undefined;
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
193
|
* Summary of vendor's billing and transaction status.
|
|
194
194
|
*/
|
|
195
195
|
interface Summary {
|
|
196
196
|
/** Number of active bills. */
|
|
197
|
-
ActiveBills?: number;
|
|
197
|
+
ActiveBills?: number | undefined;
|
|
198
198
|
/** Number of bills pending approval or payment. */
|
|
199
|
-
PendingBills?: number;
|
|
199
|
+
PendingBills?: number | undefined;
|
|
200
200
|
/** Number of bills in transit. */
|
|
201
|
-
InTransitBills?: number;
|
|
201
|
+
InTransitBills?: number | undefined;
|
|
202
202
|
/** Number of bills that have been paid. */
|
|
203
|
-
PaidBills?: number;
|
|
203
|
+
PaidBills?: number | undefined;
|
|
204
204
|
/** Number of bills that are overdue. */
|
|
205
|
-
OverdueBills?: number;
|
|
205
|
+
OverdueBills?: number | undefined;
|
|
206
206
|
/** Number of bills that have been approved. */
|
|
207
|
-
ApprovedBills?: number;
|
|
207
|
+
ApprovedBills?: number | undefined;
|
|
208
208
|
/** Number of bills that have been disapproved. */
|
|
209
|
-
DisapprovedBills?: number;
|
|
209
|
+
DisapprovedBills?: number | undefined;
|
|
210
210
|
/** Total number of bills. */
|
|
211
|
-
TotalBills?: number;
|
|
211
|
+
TotalBills?: number | undefined;
|
|
212
212
|
/** Total amount of active bills. */
|
|
213
|
-
ActiveBillsAmount?: number;
|
|
213
|
+
ActiveBillsAmount?: number | undefined;
|
|
214
214
|
/** Total amount of pending bills. */
|
|
215
|
-
PendingBillsAmount?: number;
|
|
215
|
+
PendingBillsAmount?: number | undefined;
|
|
216
216
|
/** Total amount of bills in transit. */
|
|
217
|
-
InTransitBillsAmount?: number;
|
|
217
|
+
InTransitBillsAmount?: number | undefined;
|
|
218
218
|
/** Total amount of paid bills. */
|
|
219
|
-
PaidBillsAmount?: number;
|
|
219
|
+
PaidBillsAmount?: number | undefined;
|
|
220
220
|
/** Total amount of overdue bills. */
|
|
221
|
-
OverdueBillsAmount?: number;
|
|
221
|
+
OverdueBillsAmount?: number | undefined;
|
|
222
222
|
/** Total amount of approved bills. */
|
|
223
|
-
ApprovedBillsAmount?: number;
|
|
223
|
+
ApprovedBillsAmount?: number | undefined;
|
|
224
224
|
/** Total amount of rejected bills. */
|
|
225
|
-
DisapprovedBillsAmount?: number;
|
|
225
|
+
DisapprovedBillsAmount?: number | undefined;
|
|
226
226
|
/** Total amount of all bills. */
|
|
227
|
-
TotalBillsAmount?: number;
|
|
227
|
+
TotalBillsAmount?: number | undefined;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
}
|
|
@@ -4,5 +4,8 @@ export * from "./AuthorizePaymentMethod.js";
|
|
|
4
4
|
export * from "./AuthorizePayoutBody.js";
|
|
5
5
|
export * from "./CaptureAllOutResponse.js";
|
|
6
6
|
export * from "./LotNumber.js";
|
|
7
|
+
export * from "./MethodElementOut.js";
|
|
8
|
+
export * from "./MethodsListOut.js";
|
|
7
9
|
export * from "./OperationResult.js";
|
|
10
|
+
export * from "./PaymentLinkStatus.js";
|
|
8
11
|
export * from "./VCardGetResponse.js";
|
|
@@ -20,5 +20,8 @@ __exportStar(require("./AuthorizePaymentMethod.js"), exports);
|
|
|
20
20
|
__exportStar(require("./AuthorizePayoutBody.js"), exports);
|
|
21
21
|
__exportStar(require("./CaptureAllOutResponse.js"), exports);
|
|
22
22
|
__exportStar(require("./LotNumber.js"), exports);
|
|
23
|
+
__exportStar(require("./MethodElementOut.js"), exports);
|
|
24
|
+
__exportStar(require("./MethodsListOut.js"), exports);
|
|
23
25
|
__exportStar(require("./OperationResult.js"), exports);
|
|
26
|
+
__exportStar(require("./PaymentLinkStatus.js"), exports);
|
|
24
27
|
__exportStar(require("./VCardGetResponse.js"), exports);
|
|
@@ -28,7 +28,7 @@ export declare class NotificationClient {
|
|
|
28
28
|
* },
|
|
29
29
|
* frequency: "untilcancelled",
|
|
30
30
|
* method: "web",
|
|
31
|
-
* ownerId:
|
|
31
|
+
* ownerId: 236,
|
|
32
32
|
* ownerType: 0,
|
|
33
33
|
* status: 1,
|
|
34
34
|
* target: "https://webhook.site/2871b8f8-edc7-441a-b376-98d8c8e33275"
|
|
@@ -41,7 +41,7 @@ export declare class NotificationClient {
|
|
|
41
41
|
* },
|
|
42
42
|
* frequency: "untilcancelled",
|
|
43
43
|
* method: "web",
|
|
44
|
-
* ownerId:
|
|
44
|
+
* ownerId: 236,
|
|
45
45
|
* ownerType: 0,
|
|
46
46
|
* status: 1,
|
|
47
47
|
* target: "https://cfe9dc390ce2.ngrok-free.app/webhook"
|
|
@@ -58,7 +58,7 @@ export declare class NotificationClient {
|
|
|
58
58
|
* },
|
|
59
59
|
* frequency: "biweekly",
|
|
60
60
|
* method: "report-email",
|
|
61
|
-
* ownerId:
|
|
61
|
+
* ownerId: 236,
|
|
62
62
|
* ownerType: 0,
|
|
63
63
|
* status: 1,
|
|
64
64
|
* target: "admin@example.com"
|
|
@@ -117,7 +117,7 @@ export declare class NotificationClient {
|
|
|
117
117
|
* },
|
|
118
118
|
* frequency: "untilcancelled",
|
|
119
119
|
* method: "email",
|
|
120
|
-
* ownerId:
|
|
120
|
+
* ownerId: 136,
|
|
121
121
|
* ownerType: 0,
|
|
122
122
|
* status: 1,
|
|
123
123
|
* target: "newemail@email.com"
|
|
@@ -73,7 +73,7 @@ class NotificationClient {
|
|
|
73
73
|
* },
|
|
74
74
|
* frequency: "untilcancelled",
|
|
75
75
|
* method: "web",
|
|
76
|
-
* ownerId:
|
|
76
|
+
* ownerId: 236,
|
|
77
77
|
* ownerType: 0,
|
|
78
78
|
* status: 1,
|
|
79
79
|
* target: "https://webhook.site/2871b8f8-edc7-441a-b376-98d8c8e33275"
|
|
@@ -86,7 +86,7 @@ class NotificationClient {
|
|
|
86
86
|
* },
|
|
87
87
|
* frequency: "untilcancelled",
|
|
88
88
|
* method: "web",
|
|
89
|
-
* ownerId:
|
|
89
|
+
* ownerId: 236,
|
|
90
90
|
* ownerType: 0,
|
|
91
91
|
* status: 1,
|
|
92
92
|
* target: "https://cfe9dc390ce2.ngrok-free.app/webhook"
|
|
@@ -103,7 +103,7 @@ class NotificationClient {
|
|
|
103
103
|
* },
|
|
104
104
|
* frequency: "biweekly",
|
|
105
105
|
* method: "report-email",
|
|
106
|
-
* ownerId:
|
|
106
|
+
* ownerId: 236,
|
|
107
107
|
* ownerType: 0,
|
|
108
108
|
* status: 1,
|
|
109
109
|
* target: "admin@example.com"
|
|
@@ -294,7 +294,7 @@ class NotificationClient {
|
|
|
294
294
|
* },
|
|
295
295
|
* frequency: "untilcancelled",
|
|
296
296
|
* method: "email",
|
|
297
|
-
* ownerId:
|
|
297
|
+
* ownerId: 136,
|
|
298
298
|
* ownerType: 0,
|
|
299
299
|
* status: 1,
|
|
300
300
|
* target: "newemail@email.com"
|
|
@@ -89,13 +89,10 @@ class NotificationlogsClient {
|
|
|
89
89
|
return __awaiter(this, void 0, void 0, function* () {
|
|
90
90
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
91
91
|
const { PageSize: pageSize, Page: page, body: _body } = request;
|
|
92
|
-
const _queryParams = {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
96
|
-
if (page != null) {
|
|
97
|
-
_queryParams.Page = page.toString();
|
|
98
|
-
}
|
|
92
|
+
const _queryParams = {
|
|
93
|
+
PageSize: pageSize,
|
|
94
|
+
Page: page,
|
|
95
|
+
};
|
|
99
96
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
100
97
|
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
98
|
const _response = yield core.fetcher({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as Payabli from "../../../index.js";
|
|
2
2
|
export interface NotificationLogDetail extends Payabli.NotificationLog {
|
|
3
|
-
webHeaders?: Payabli.StringStringKeyValuePair[];
|
|
4
|
-
responseHeaders?: Payabli.KeyValueArray[];
|
|
5
|
-
responseContent?: string;
|
|
3
|
+
webHeaders?: Payabli.StringStringKeyValuePair[] | undefined;
|
|
4
|
+
responseHeaders?: Payabli.KeyValueArray[] | undefined;
|
|
5
|
+
responseContent?: string | undefined;
|
|
6
6
|
}
|
|
@@ -4,11 +4,11 @@ export interface NotificationLogSearchRequest {
|
|
|
4
4
|
/** The end date for the search. */
|
|
5
5
|
endDate: string;
|
|
6
6
|
/** The type of notification event to filter by. */
|
|
7
|
-
notificationEvent?: string;
|
|
7
|
+
notificationEvent?: string | undefined;
|
|
8
8
|
/** Indicates whether the notification was successful. */
|
|
9
|
-
succeeded?: boolean;
|
|
9
|
+
succeeded?: boolean | undefined;
|
|
10
10
|
/** The ID of the organization to filter by. */
|
|
11
|
-
orgId?: number;
|
|
11
|
+
orgId?: number | undefined;
|
|
12
12
|
/** The ID of the paypoint to filter by. */
|
|
13
|
-
paypointId?: number;
|
|
13
|
+
paypointId?: number | undefined;
|
|
14
14
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export interface FileContentImageOnly {
|
|
2
|
-
ftype?: FileContentImageOnly.Ftype;
|
|
2
|
+
ftype?: FileContentImageOnly.Ftype | undefined;
|
|
3
3
|
/** The name of the file to be uploaded */
|
|
4
|
-
filename?: string;
|
|
4
|
+
filename?: string | undefined;
|
|
5
5
|
/** Optional URL link to the file */
|
|
6
|
-
furl?: string;
|
|
6
|
+
furl?: string | undefined;
|
|
7
7
|
/** Base64-encoded file content */
|
|
8
|
-
fContent?: string;
|
|
8
|
+
fContent?: string | undefined;
|
|
9
9
|
}
|
|
10
10
|
export declare namespace FileContentImageOnly {
|
|
11
11
|
/** The MIME type of the file (if content is provided) */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export interface OcrAttachment {
|
|
2
|
-
ftype?: string;
|
|
3
|
-
filename?: string;
|
|
4
|
-
fileDescriptor?: string;
|
|
5
|
-
furl?: string;
|
|
6
|
-
fContent?: string;
|
|
2
|
+
ftype?: string | undefined;
|
|
3
|
+
filename?: string | undefined;
|
|
4
|
+
fileDescriptor?: string | undefined;
|
|
5
|
+
furl?: string | undefined;
|
|
6
|
+
fContent?: string | undefined;
|
|
7
7
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export interface OcrBillItem {
|
|
2
|
-
itemTotalAmount?: number;
|
|
3
|
-
itemTaxAmount?: number;
|
|
4
|
-
itemTaxRate?: number;
|
|
5
|
-
itemProductCode?: string;
|
|
6
|
-
itemProductName?: string;
|
|
7
|
-
itemDescription?: string;
|
|
8
|
-
itemCommodityCode?: string;
|
|
9
|
-
itemUnitOfMeasure?: string;
|
|
10
|
-
itemCost?: number;
|
|
11
|
-
itemQty?: number;
|
|
12
|
-
itemMode?: number;
|
|
13
|
-
itemCategories?: string[];
|
|
2
|
+
itemTotalAmount?: number | undefined;
|
|
3
|
+
itemTaxAmount?: number | undefined;
|
|
4
|
+
itemTaxRate?: number | undefined;
|
|
5
|
+
itemProductCode?: string | undefined;
|
|
6
|
+
itemProductName?: string | undefined;
|
|
7
|
+
itemDescription?: string | undefined;
|
|
8
|
+
itemCommodityCode?: string | undefined;
|
|
9
|
+
itemUnitOfMeasure?: string | undefined;
|
|
10
|
+
itemCost?: number | undefined;
|
|
11
|
+
itemQty?: number | undefined;
|
|
12
|
+
itemMode?: number | undefined;
|
|
13
|
+
itemCategories?: string[] | undefined;
|
|
14
14
|
}
|