@payabli/sdk-node 0.0.109 → 0.0.114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/cjs/Client.d.ts +5 -2
- package/dist/cjs/Client.js +33 -28
- package/dist/cjs/api/resources/bill/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/bill/types/BillResponse.d.ts +1 -1
- package/dist/cjs/api/resources/bill/types/EditBillResponse.d.ts +1 -1
- package/dist/cjs/api/resources/bill/types/GetBillResponse.d.ts +1 -1
- package/dist/cjs/api/resources/boarding/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/chargeBacks/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.ts +1 -2
- package/dist/cjs/api/{types → resources/chargeBacks/types}/ChargeBackResponse.d.ts +1 -1
- package/dist/cjs/api/resources/chargeBacks/types/ChargebackMessage.d.ts +21 -0
- package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.d.ts +69 -0
- package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.js +5 -0
- package/dist/cjs/api/resources/chargeBacks/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/chargeBacks/types/index.js +3 -0
- package/dist/cjs/api/resources/checkCapture/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/cloud/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/customer/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/export/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/hostedPaymentPages/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/import/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/index.js +4 -1
- package/dist/cjs/api/resources/invoice/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/lineItem/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/lineItem/types/DeleteItemResponse.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/moneyIn/errors/CaptureError.js +1 -1
- package/dist/cjs/api/resources/moneyIn/types/ReceiptResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +8 -10
- package/dist/cjs/api/resources/moneyOut/client/Client.js +6 -8
- package/dist/cjs/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.ts +6 -8
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.ts +30 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.js +5 -0
- package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +3 -10
- package/dist/cjs/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.ts +1 -1
- package/dist/cjs/api/resources/moneyOutTypes/types/VCardGetResponse.d.ts +2 -0
- 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/notification/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/notificationlogs/client/Client.d.ts +118 -0
- package/dist/cjs/api/resources/notificationlogs/client/Client.js +370 -0
- package/dist/cjs/api/resources/notificationlogs/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/notificationlogs/client/index.js +17 -0
- package/dist/cjs/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.d.ts +23 -0
- package/dist/cjs/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/notificationlogs/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/notificationlogs/index.d.ts +2 -0
- package/dist/cjs/api/resources/notificationlogs/index.js +18 -0
- package/dist/cjs/api/resources/notificationlogs/types/BulkRetryRequest.d.ts +7 -0
- package/dist/cjs/api/resources/notificationlogs/types/BulkRetryRequest.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.d.ts +7 -0
- package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLog.d.ts +29 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLog.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.d.ts +9 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.ts +17 -0
- package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.d.ts +7 -0
- package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.js +5 -0
- package/dist/cjs/api/resources/notificationlogs/types/index.d.ts +6 -0
- package/dist/cjs/api/resources/notificationlogs/types/index.js +22 -0
- package/dist/cjs/api/resources/ocr/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/ocr/types/PayabliApiResponseOcr.d.ts +3 -3
- package/dist/cjs/api/resources/organization/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/organization/client/requests/AddOrganizationRequest.d.ts +1 -2
- package/dist/cjs/api/resources/organization/types/AddOrganizationResponse.d.ts +1 -1
- package/dist/cjs/api/resources/organization/types/DeleteOrganizationResponse.d.ts +1 -1
- package/dist/cjs/api/resources/organization/types/EditOrganizationResponse.d.ts +2 -2
- package/dist/cjs/api/resources/paymentLink/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.ts +2 -2
- package/dist/cjs/api/resources/paymentMethodDomain/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/types/GetBasicEntryResponse.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/types/GetEntryConfigResponse.d.ts +2 -2
- package/dist/cjs/api/resources/paypoint/types/MigratePaypointResponse.d.ts +2 -2
- package/dist/cjs/api/resources/query/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/query/client/requests/ListTransfersRequest.d.ts +3 -0
- package/dist/cjs/api/resources/query/client/requests/ListVcardsOrgRequest.d.ts +0 -2
- package/dist/cjs/api/resources/query/client/requests/ListVcardsRequest.d.ts +0 -2
- package/dist/cjs/api/resources/queryTypes/types/ListOrganizationsResponse.d.ts +2 -2
- package/dist/cjs/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.ts +7 -7
- package/dist/cjs/api/resources/queryTypes/types/QueryBatchesResponse.d.ts +10 -10
- package/dist/cjs/api/resources/queryTypes/types/QueryTransferDetailResponse.d.ts +72 -72
- package/dist/cjs/api/resources/queryTypes/types/QueryTransferResponse.d.ts +2 -2
- package/dist/cjs/api/resources/queryTypes/types/QueryTransferSummary.d.ts +23 -18
- package/dist/cjs/api/resources/statistic/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/subscription/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/subscription/types/AddSubscriptionResponse.d.ts +1 -1
- package/dist/cjs/api/resources/subscription/types/RemoveSubscriptionResponse.d.ts +1 -1
- package/dist/cjs/api/resources/subscription/types/UpdateSubscriptionResponse.d.ts +1 -1
- package/dist/cjs/api/resources/templates/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/tokenStorage/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/tokenStorage/types/AddMethodResponse.d.ts +5 -5
- package/dist/cjs/api/resources/tokenStorage/types/GetMethodResponse.d.ts +1 -1
- package/dist/cjs/api/resources/user/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/user/types/AddUserResponse.d.ts +1 -1
- 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/DeleteUserResponse.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/vendor/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/wallet/client/Client.d.ts +2 -2
- package/dist/cjs/api/types/AdditionalData.d.ts +1 -1
- package/dist/cjs/api/types/BoardingLinkApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/CloudQueryApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/ConfigureApplePayOrganizationApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/ConfigureApplePaypointApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/IdempotencyKey.d.ts +1 -1
- package/dist/cjs/api/types/NotificationStandardRequest.d.ts +75 -1
- package/dist/cjs/api/types/NotificationStandardRequest.js +74 -0
- package/dist/cjs/api/types/PayabliApiResponse.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse0.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse00.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse0000.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse00Responsedatanonobject.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponse6.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseCustomerQuery.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseGeneric2Part.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseImport.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseMfaBasic.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseNotifications.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponsePaymethodDelete.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseTemplateId.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseUserMfa.d.ts +1 -1
- package/dist/cjs/api/types/PayabliApiResponseVendors.d.ts +1 -1
- package/dist/cjs/api/types/PaymentMethodDomainGeneralResponse.d.ts +1 -1
- package/dist/cjs/api/types/Transfer.d.ts +31 -16
- package/dist/cjs/api/types/TransferMessage.d.ts +8 -8
- package/dist/cjs/api/types/TransferMessageProperties.d.ts +2 -2
- package/dist/cjs/api/types/TransferQueryResponse.d.ts +11 -6
- package/dist/cjs/api/types/VCardRecord.d.ts +43 -0
- package/dist/cjs/api/types/index.d.ts +3 -5
- package/dist/cjs/api/types/index.js +3 -5
- package/dist/cjs/core/fetcher/Fetcher.d.ts +1 -1
- package/dist/cjs/core/fetcher/requestWithRetries.js +34 -2
- 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/Client.d.mts +5 -2
- package/dist/esm/Client.mjs +7 -2
- package/dist/esm/api/resources/bill/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/bill/types/BillResponse.d.mts +1 -1
- package/dist/esm/api/resources/bill/types/EditBillResponse.d.mts +1 -1
- package/dist/esm/api/resources/bill/types/GetBillResponse.d.mts +1 -1
- package/dist/esm/api/resources/boarding/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/chargeBacks/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.mts +1 -2
- package/dist/esm/api/{types → resources/chargeBacks/types}/ChargeBackResponse.d.mts +1 -1
- package/dist/esm/api/resources/chargeBacks/types/ChargebackMessage.d.mts +21 -0
- package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.d.mts +69 -0
- package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.mjs +4 -0
- package/dist/esm/api/resources/chargeBacks/types/index.d.mts +3 -0
- package/dist/esm/api/resources/chargeBacks/types/index.mjs +3 -0
- package/dist/esm/api/resources/checkCapture/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/cloud/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/customer/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/export/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/hostedPaymentPages/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/import/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/index.mjs +3 -0
- package/dist/esm/api/resources/invoice/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/lineItem/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/lineItem/types/DeleteItemResponse.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/moneyIn/errors/CaptureError.mjs +1 -1
- package/dist/esm/api/resources/moneyIn/types/ReceiptResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyOut/client/Client.d.mts +8 -10
- package/dist/esm/api/resources/moneyOut/client/Client.mjs +6 -8
- package/dist/esm/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.mts +6 -8
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.mts +30 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.mjs +4 -0
- package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +3 -10
- package/dist/esm/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.mts +1 -1
- package/dist/esm/api/resources/moneyOutTypes/types/VCardGetResponse.d.mts +2 -0
- 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/notification/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/notificationlogs/client/Client.d.mts +118 -0
- package/dist/esm/api/resources/notificationlogs/client/Client.mjs +333 -0
- package/dist/esm/api/resources/notificationlogs/client/index.d.mts +2 -0
- package/dist/esm/api/resources/notificationlogs/client/index.mjs +1 -0
- package/dist/esm/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.d.mts +23 -0
- package/dist/esm/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/notificationlogs/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/notificationlogs/index.d.mts +2 -0
- package/dist/esm/api/resources/notificationlogs/index.mjs +2 -0
- package/dist/esm/api/resources/notificationlogs/types/BulkRetryRequest.d.mts +7 -0
- package/dist/esm/api/resources/notificationlogs/types/BulkRetryRequest.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.d.mts +7 -0
- package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLog.d.mts +29 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLog.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.d.mts +9 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.mts +17 -0
- package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.d.mts +7 -0
- package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.mjs +4 -0
- package/dist/esm/api/resources/notificationlogs/types/index.d.mts +6 -0
- package/dist/esm/api/resources/notificationlogs/types/index.mjs +6 -0
- package/dist/esm/api/resources/ocr/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/ocr/types/PayabliApiResponseOcr.d.mts +3 -3
- package/dist/esm/api/resources/organization/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/organization/client/requests/AddOrganizationRequest.d.mts +1 -2
- package/dist/esm/api/resources/organization/types/AddOrganizationResponse.d.mts +1 -1
- package/dist/esm/api/resources/organization/types/DeleteOrganizationResponse.d.mts +1 -1
- package/dist/esm/api/resources/organization/types/EditOrganizationResponse.d.mts +2 -2
- package/dist/esm/api/resources/paymentLink/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.mts +2 -2
- package/dist/esm/api/resources/paymentMethodDomain/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/types/GetBasicEntryResponse.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/types/GetEntryConfigResponse.d.mts +2 -2
- package/dist/esm/api/resources/paypoint/types/MigratePaypointResponse.d.mts +2 -2
- package/dist/esm/api/resources/query/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/query/client/requests/ListTransfersRequest.d.mts +3 -0
- package/dist/esm/api/resources/query/client/requests/ListVcardsOrgRequest.d.mts +0 -2
- package/dist/esm/api/resources/query/client/requests/ListVcardsRequest.d.mts +0 -2
- package/dist/esm/api/resources/queryTypes/types/ListOrganizationsResponse.d.mts +2 -2
- package/dist/esm/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.mts +7 -7
- package/dist/esm/api/resources/queryTypes/types/QueryBatchesResponse.d.mts +10 -10
- package/dist/esm/api/resources/queryTypes/types/QueryTransferDetailResponse.d.mts +72 -72
- package/dist/esm/api/resources/queryTypes/types/QueryTransferResponse.d.mts +2 -2
- package/dist/esm/api/resources/queryTypes/types/QueryTransferSummary.d.mts +23 -18
- package/dist/esm/api/resources/statistic/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/subscription/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/subscription/types/AddSubscriptionResponse.d.mts +1 -1
- package/dist/esm/api/resources/subscription/types/RemoveSubscriptionResponse.d.mts +1 -1
- package/dist/esm/api/resources/subscription/types/UpdateSubscriptionResponse.d.mts +1 -1
- package/dist/esm/api/resources/templates/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/tokenStorage/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/tokenStorage/types/AddMethodResponse.d.mts +5 -5
- package/dist/esm/api/resources/tokenStorage/types/GetMethodResponse.d.mts +1 -1
- package/dist/esm/api/resources/user/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/user/types/AddUserResponse.d.mts +1 -1
- 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/DeleteUserResponse.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/vendor/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/wallet/client/Client.d.mts +2 -2
- package/dist/esm/api/types/AdditionalData.d.mts +1 -1
- package/dist/esm/api/types/BoardingLinkApiResponse.d.mts +1 -1
- package/dist/esm/api/types/CloudQueryApiResponse.d.mts +1 -1
- package/dist/esm/api/types/ConfigureApplePayOrganizationApiResponse.d.mts +1 -1
- package/dist/esm/api/types/ConfigureApplePaypointApiResponse.d.mts +1 -1
- package/dist/esm/api/types/IdempotencyKey.d.mts +1 -1
- package/dist/esm/api/types/NotificationStandardRequest.d.mts +75 -1
- package/dist/esm/api/types/NotificationStandardRequest.mjs +74 -0
- package/dist/esm/api/types/PayabliApiResponse.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse0.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse00.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse0000.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse00Responsedatanonobject.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponse6.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseCustomerQuery.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseGeneric2Part.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseImport.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseMfaBasic.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseNotifications.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponsePaymethodDelete.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseTemplateId.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseUserMfa.d.mts +1 -1
- package/dist/esm/api/types/PayabliApiResponseVendors.d.mts +1 -1
- package/dist/esm/api/types/PaymentMethodDomainGeneralResponse.d.mts +1 -1
- package/dist/esm/api/types/Transfer.d.mts +31 -16
- package/dist/esm/api/types/TransferMessage.d.mts +8 -8
- package/dist/esm/api/types/TransferMessageProperties.d.mts +2 -2
- package/dist/esm/api/types/TransferQueryResponse.d.mts +11 -6
- package/dist/esm/api/types/VCardRecord.d.mts +43 -0
- package/dist/esm/api/types/index.d.mts +3 -5
- package/dist/esm/api/types/index.mjs +3 -5
- package/dist/esm/core/fetcher/Fetcher.d.mts +1 -1
- package/dist/esm/core/fetcher/requestWithRetries.mjs +34 -2
- 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 +1 -1
- package/reference.md +278 -0
- package/dist/cjs/api/types/ChargebackQueryRecords.d.ts +0 -54
- package/dist/esm/api/types/ChargebackQueryRecords.d.mts +0 -54
- /package/dist/cjs/api/{types → resources/chargeBacks/types}/ChargeBackResponse.js +0 -0
- /package/dist/cjs/api/{types/ChargebackQueryRecords.js → resources/chargeBacks/types/ChargebackMessage.js} +0 -0
- /package/dist/esm/api/{types → resources/chargeBacks/types}/ChargeBackResponse.mjs +0 -0
- /package/dist/esm/api/{types/ChargebackQueryRecords.mjs → resources/chargeBacks/types/ChargebackMessage.mjs} +0 -0
package/README.md
CHANGED
package/dist/cjs/Client.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ import { LineItem } from "./api/resources/lineItem/client/Client.js";
|
|
|
17
17
|
import { MoneyIn } from "./api/resources/moneyIn/client/Client.js";
|
|
18
18
|
import { MoneyOut } from "./api/resources/moneyOut/client/Client.js";
|
|
19
19
|
import { Notification } from "./api/resources/notification/client/Client.js";
|
|
20
|
+
import { Notificationlogs } from "./api/resources/notificationlogs/client/Client.js";
|
|
20
21
|
import { Ocr } from "./api/resources/ocr/client/Client.js";
|
|
21
22
|
import { Organization } from "./api/resources/organization/client/Client.js";
|
|
22
23
|
import { PaymentLink } from "./api/resources/paymentLink/client/Client.js";
|
|
@@ -37,7 +38,7 @@ export declare namespace PayabliClient {
|
|
|
37
38
|
baseUrl?: core.Supplier<string>;
|
|
38
39
|
apiKey?: core.Supplier<string | undefined>;
|
|
39
40
|
/** Additional headers to include in requests. */
|
|
40
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
41
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
41
42
|
}
|
|
42
43
|
interface RequestOptions {
|
|
43
44
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -49,7 +50,7 @@ export declare namespace PayabliClient {
|
|
|
49
50
|
/** Additional query string parameters to include in the request. */
|
|
50
51
|
queryParams?: Record<string, unknown>;
|
|
51
52
|
/** Additional headers to include in the request. */
|
|
52
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
53
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
53
54
|
}
|
|
54
55
|
}
|
|
55
56
|
export declare class PayabliClient {
|
|
@@ -68,6 +69,7 @@ export declare class PayabliClient {
|
|
|
68
69
|
protected _moneyIn: MoneyIn | undefined;
|
|
69
70
|
protected _moneyOut: MoneyOut | undefined;
|
|
70
71
|
protected _notification: Notification | undefined;
|
|
72
|
+
protected _notificationlogs: Notificationlogs | undefined;
|
|
71
73
|
protected _ocr: Ocr | undefined;
|
|
72
74
|
protected _organization: Organization | undefined;
|
|
73
75
|
protected _paymentLink: PaymentLink | undefined;
|
|
@@ -96,6 +98,7 @@ export declare class PayabliClient {
|
|
|
96
98
|
get moneyIn(): MoneyIn;
|
|
97
99
|
get moneyOut(): MoneyOut;
|
|
98
100
|
get notification(): Notification;
|
|
101
|
+
get notificationlogs(): Notificationlogs;
|
|
99
102
|
get ocr(): Ocr;
|
|
100
103
|
get organization(): Organization;
|
|
101
104
|
get paymentLink(): PaymentLink;
|
package/dist/cjs/Client.js
CHANGED
|
@@ -53,26 +53,27 @@ const Client_js_11 = require("./api/resources/lineItem/client/Client.js");
|
|
|
53
53
|
const Client_js_12 = require("./api/resources/moneyIn/client/Client.js");
|
|
54
54
|
const Client_js_13 = require("./api/resources/moneyOut/client/Client.js");
|
|
55
55
|
const Client_js_14 = require("./api/resources/notification/client/Client.js");
|
|
56
|
-
const Client_js_15 = require("./api/resources/
|
|
57
|
-
const Client_js_16 = require("./api/resources/
|
|
58
|
-
const Client_js_17 = require("./api/resources/
|
|
59
|
-
const Client_js_18 = require("./api/resources/
|
|
60
|
-
const Client_js_19 = require("./api/resources/
|
|
61
|
-
const Client_js_20 = require("./api/resources/
|
|
62
|
-
const Client_js_21 = require("./api/resources/
|
|
63
|
-
const Client_js_22 = require("./api/resources/
|
|
64
|
-
const Client_js_23 = require("./api/resources/
|
|
65
|
-
const Client_js_24 = require("./api/resources/
|
|
66
|
-
const Client_js_25 = require("./api/resources/
|
|
67
|
-
const Client_js_26 = require("./api/resources/
|
|
68
|
-
const Client_js_27 = require("./api/resources/
|
|
56
|
+
const Client_js_15 = require("./api/resources/notificationlogs/client/Client.js");
|
|
57
|
+
const Client_js_16 = require("./api/resources/ocr/client/Client.js");
|
|
58
|
+
const Client_js_17 = require("./api/resources/organization/client/Client.js");
|
|
59
|
+
const Client_js_18 = require("./api/resources/paymentLink/client/Client.js");
|
|
60
|
+
const Client_js_19 = require("./api/resources/paymentMethodDomain/client/Client.js");
|
|
61
|
+
const Client_js_20 = require("./api/resources/paypoint/client/Client.js");
|
|
62
|
+
const Client_js_21 = require("./api/resources/query/client/Client.js");
|
|
63
|
+
const Client_js_22 = require("./api/resources/statistic/client/Client.js");
|
|
64
|
+
const Client_js_23 = require("./api/resources/subscription/client/Client.js");
|
|
65
|
+
const Client_js_24 = require("./api/resources/templates/client/Client.js");
|
|
66
|
+
const Client_js_25 = require("./api/resources/tokenStorage/client/Client.js");
|
|
67
|
+
const Client_js_26 = require("./api/resources/user/client/Client.js");
|
|
68
|
+
const Client_js_27 = require("./api/resources/vendor/client/Client.js");
|
|
69
|
+
const Client_js_28 = require("./api/resources/wallet/client/Client.js");
|
|
69
70
|
class PayabliClient {
|
|
70
71
|
constructor(_options = {}) {
|
|
71
72
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
|
|
72
73
|
"X-Fern-Language": "JavaScript",
|
|
73
74
|
"X-Fern-SDK-Name": "@payabli/sdk-node",
|
|
74
|
-
"X-Fern-SDK-Version": "0.0.
|
|
75
|
-
"User-Agent": "@payabli/sdk-node/0.0.
|
|
75
|
+
"X-Fern-SDK-Version": "0.0.114",
|
|
76
|
+
"User-Agent": "@payabli/sdk-node/0.0.114",
|
|
76
77
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
77
78
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
78
79
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -133,57 +134,61 @@ class PayabliClient {
|
|
|
133
134
|
var _a;
|
|
134
135
|
return ((_a = this._notification) !== null && _a !== void 0 ? _a : (this._notification = new Client_js_14.Notification(this._options)));
|
|
135
136
|
}
|
|
137
|
+
get notificationlogs() {
|
|
138
|
+
var _a;
|
|
139
|
+
return ((_a = this._notificationlogs) !== null && _a !== void 0 ? _a : (this._notificationlogs = new Client_js_15.Notificationlogs(this._options)));
|
|
140
|
+
}
|
|
136
141
|
get ocr() {
|
|
137
142
|
var _a;
|
|
138
|
-
return ((_a = this._ocr) !== null && _a !== void 0 ? _a : (this._ocr = new
|
|
143
|
+
return ((_a = this._ocr) !== null && _a !== void 0 ? _a : (this._ocr = new Client_js_16.Ocr(this._options)));
|
|
139
144
|
}
|
|
140
145
|
get organization() {
|
|
141
146
|
var _a;
|
|
142
|
-
return ((_a = this._organization) !== null && _a !== void 0 ? _a : (this._organization = new
|
|
147
|
+
return ((_a = this._organization) !== null && _a !== void 0 ? _a : (this._organization = new Client_js_17.Organization(this._options)));
|
|
143
148
|
}
|
|
144
149
|
get paymentLink() {
|
|
145
150
|
var _a;
|
|
146
|
-
return ((_a = this._paymentLink) !== null && _a !== void 0 ? _a : (this._paymentLink = new
|
|
151
|
+
return ((_a = this._paymentLink) !== null && _a !== void 0 ? _a : (this._paymentLink = new Client_js_18.PaymentLink(this._options)));
|
|
147
152
|
}
|
|
148
153
|
get paymentMethodDomain() {
|
|
149
154
|
var _a;
|
|
150
|
-
return ((_a = this._paymentMethodDomain) !== null && _a !== void 0 ? _a : (this._paymentMethodDomain = new
|
|
155
|
+
return ((_a = this._paymentMethodDomain) !== null && _a !== void 0 ? _a : (this._paymentMethodDomain = new Client_js_19.PaymentMethodDomain(this._options)));
|
|
151
156
|
}
|
|
152
157
|
get paypoint() {
|
|
153
158
|
var _a;
|
|
154
|
-
return ((_a = this._paypoint) !== null && _a !== void 0 ? _a : (this._paypoint = new
|
|
159
|
+
return ((_a = this._paypoint) !== null && _a !== void 0 ? _a : (this._paypoint = new Client_js_20.Paypoint(this._options)));
|
|
155
160
|
}
|
|
156
161
|
get query() {
|
|
157
162
|
var _a;
|
|
158
|
-
return ((_a = this._query) !== null && _a !== void 0 ? _a : (this._query = new
|
|
163
|
+
return ((_a = this._query) !== null && _a !== void 0 ? _a : (this._query = new Client_js_21.Query(this._options)));
|
|
159
164
|
}
|
|
160
165
|
get statistic() {
|
|
161
166
|
var _a;
|
|
162
|
-
return ((_a = this._statistic) !== null && _a !== void 0 ? _a : (this._statistic = new
|
|
167
|
+
return ((_a = this._statistic) !== null && _a !== void 0 ? _a : (this._statistic = new Client_js_22.Statistic(this._options)));
|
|
163
168
|
}
|
|
164
169
|
get subscription() {
|
|
165
170
|
var _a;
|
|
166
|
-
return ((_a = this._subscription) !== null && _a !== void 0 ? _a : (this._subscription = new
|
|
171
|
+
return ((_a = this._subscription) !== null && _a !== void 0 ? _a : (this._subscription = new Client_js_23.Subscription(this._options)));
|
|
167
172
|
}
|
|
168
173
|
get templates() {
|
|
169
174
|
var _a;
|
|
170
|
-
return ((_a = this._templates) !== null && _a !== void 0 ? _a : (this._templates = new
|
|
175
|
+
return ((_a = this._templates) !== null && _a !== void 0 ? _a : (this._templates = new Client_js_24.Templates(this._options)));
|
|
171
176
|
}
|
|
172
177
|
get tokenStorage() {
|
|
173
178
|
var _a;
|
|
174
|
-
return ((_a = this._tokenStorage) !== null && _a !== void 0 ? _a : (this._tokenStorage = new
|
|
179
|
+
return ((_a = this._tokenStorage) !== null && _a !== void 0 ? _a : (this._tokenStorage = new Client_js_25.TokenStorage(this._options)));
|
|
175
180
|
}
|
|
176
181
|
get user() {
|
|
177
182
|
var _a;
|
|
178
|
-
return ((_a = this._user) !== null && _a !== void 0 ? _a : (this._user = new
|
|
183
|
+
return ((_a = this._user) !== null && _a !== void 0 ? _a : (this._user = new Client_js_26.User(this._options)));
|
|
179
184
|
}
|
|
180
185
|
get vendor() {
|
|
181
186
|
var _a;
|
|
182
|
-
return ((_a = this._vendor) !== null && _a !== void 0 ? _a : (this._vendor = new
|
|
187
|
+
return ((_a = this._vendor) !== null && _a !== void 0 ? _a : (this._vendor = new Client_js_27.Vendor(this._options)));
|
|
183
188
|
}
|
|
184
189
|
get wallet() {
|
|
185
190
|
var _a;
|
|
186
|
-
return ((_a = this._wallet) !== null && _a !== void 0 ? _a : (this._wallet = new
|
|
191
|
+
return ((_a = this._wallet) !== null && _a !== void 0 ? _a : (this._wallet = new Client_js_28.Wallet(this._options)));
|
|
187
192
|
}
|
|
188
193
|
}
|
|
189
194
|
exports.PayabliClient = PayabliClient;
|
|
@@ -11,7 +11,7 @@ export declare namespace Bill {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace Bill {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class Bill {
|
|
@@ -7,7 +7,7 @@ export interface BillResponse {
|
|
|
7
7
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
8
8
|
roomId?: Payabli.RoomIdNotInUse;
|
|
9
9
|
isSuccess?: Payabli.IsSuccess;
|
|
10
|
-
responseText
|
|
10
|
+
responseText: Payabli.ResponseText;
|
|
11
11
|
/** If `isSuccess` = true, this contains the bill identifier. If `isSuccess` = false, this contains the reason for the error. */
|
|
12
12
|
responseData?: Payabli.Responsedatanonobject;
|
|
13
13
|
}
|
|
@@ -7,7 +7,7 @@ export interface EditBillResponse {
|
|
|
7
7
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
8
8
|
roomId?: Payabli.RoomIdNotInUse;
|
|
9
9
|
isSuccess?: Payabli.IsSuccess;
|
|
10
|
-
responseText
|
|
10
|
+
responseText: Payabli.ResponseText;
|
|
11
11
|
/** If `isSuccess` = true, this contains the bill identifier. If `isSuccess` = false, this contains the reason for the error. */
|
|
12
12
|
responseData?: number;
|
|
13
13
|
}
|
|
@@ -10,6 +10,6 @@ export interface GetBillResponse {
|
|
|
10
10
|
pageIdentifier?: Payabli.PageIdentifier;
|
|
11
11
|
roomId?: Payabli.RoomIdNotInUse;
|
|
12
12
|
isSuccess?: Payabli.IsSuccess;
|
|
13
|
-
responseText
|
|
13
|
+
responseText: Payabli.ResponseText;
|
|
14
14
|
responseData?: Payabli.BillResponseData;
|
|
15
15
|
}
|
|
@@ -11,7 +11,7 @@ export declare namespace Boarding {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace Boarding {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class Boarding {
|
|
@@ -11,7 +11,7 @@ export declare namespace ChargeBacks {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace ChargeBacks {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class ChargeBacks {
|
|
@@ -9,8 +9,7 @@ import * as Payabli from "../../../../index.js";
|
|
|
9
9
|
* }
|
|
10
10
|
*/
|
|
11
11
|
export interface ResponseChargeBack {
|
|
12
|
-
|
|
13
|
-
idempotencyKey?: string;
|
|
12
|
+
idempotencyKey?: Payabli.IdempotencyKey;
|
|
14
13
|
/** Array of attached files to response. */
|
|
15
14
|
attachments?: Payabli.Attachments | undefined;
|
|
16
15
|
/** Email of response submitter. */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as Payabli from "
|
|
4
|
+
import * as Payabli from "../../../index.js";
|
|
5
5
|
export interface ChargeBackResponse {
|
|
6
6
|
/** Object with attached files to response */
|
|
7
7
|
attachments?: Payabli.BoardingApplicationAttachments;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ChargebackMessage {
|
|
5
|
+
/** Message identifier. */
|
|
6
|
+
Id: number;
|
|
7
|
+
/** Room identifier for the message. */
|
|
8
|
+
RoomId: number;
|
|
9
|
+
/** User identifier who sent the message. */
|
|
10
|
+
UserId: number;
|
|
11
|
+
/** Name of the user who sent the message. */
|
|
12
|
+
UserName: string;
|
|
13
|
+
/** Content of the message. */
|
|
14
|
+
Content: string;
|
|
15
|
+
/** Timestamp when the message was created. */
|
|
16
|
+
CreatedAt: string;
|
|
17
|
+
/** Type of message. */
|
|
18
|
+
MessageType: number;
|
|
19
|
+
/** Additional properties of the message. */
|
|
20
|
+
MessageProperties?: Record<string, string>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Payabli from "../../../index.js";
|
|
5
|
+
export interface ChargebackQueryRecords {
|
|
6
|
+
/** Identifier of chargeback or return. */
|
|
7
|
+
Id: number;
|
|
8
|
+
/** Date of chargeback in format YYYY-MM-DD or MM/DD/YYYY. */
|
|
9
|
+
ChargebackDate: string;
|
|
10
|
+
/** Number of case assigned to the chargeback. */
|
|
11
|
+
CaseNumber: string;
|
|
12
|
+
/** R code for returned ACH or custom code identifying the reason. */
|
|
13
|
+
ReasonCode: string;
|
|
14
|
+
/** Text describing the chargeback or ACH return reason. */
|
|
15
|
+
Reason: string;
|
|
16
|
+
/** Processor reference number to the chargeback. */
|
|
17
|
+
ReferenceNumber: string;
|
|
18
|
+
/** Last 4 digits of card or bank account involved in chargeback or return. */
|
|
19
|
+
LastFour: string;
|
|
20
|
+
AccountType: Payabli.Accounttype;
|
|
21
|
+
/**
|
|
22
|
+
* Status for chargeback or ACH return
|
|
23
|
+
*
|
|
24
|
+
* - 0: Open (chargebacks only)
|
|
25
|
+
* - 1: Pending (chargebacks only)
|
|
26
|
+
* - 2: Closed-Won (chargebacks only)
|
|
27
|
+
* - 3: Closed-Lost (chargebacks only)
|
|
28
|
+
* - 4: ACH Return (ACH only)
|
|
29
|
+
* - 5: ACH Dispute, Not Authorized (ACH only)
|
|
30
|
+
*/
|
|
31
|
+
Status: number;
|
|
32
|
+
/** Type of payment vehicle: **ach** or **card**. */
|
|
33
|
+
Method: string;
|
|
34
|
+
/** Timestamp when the register was created, in UTC. */
|
|
35
|
+
CreatedAt: Payabli.CreatedAt;
|
|
36
|
+
ReplyBy: Payabli.Replyby;
|
|
37
|
+
/** ReferenceId of the transaction in Payabli. */
|
|
38
|
+
PaymentTransId: string;
|
|
39
|
+
/** Reference to the subscription originating the transaction. */
|
|
40
|
+
ScheduleReference?: number;
|
|
41
|
+
OrderId: Payabli.OrderId;
|
|
42
|
+
/** Net amount in chargeback or ACH return. */
|
|
43
|
+
NetAmount?: Payabli.Netamountnullable;
|
|
44
|
+
TransactionTime: Payabli.TransactionTime;
|
|
45
|
+
Customer: Payabli.QueryTransactionPayorData;
|
|
46
|
+
PaymentData: Payabli.QueryPaymentData;
|
|
47
|
+
/** The paypoint's legal name. */
|
|
48
|
+
PaypointLegalname: Payabli.Legalname;
|
|
49
|
+
/** The paypoint's DBA name. */
|
|
50
|
+
PaypointDbaname: Payabli.Dbaname;
|
|
51
|
+
ParentOrgName: Payabli.OrgParentName;
|
|
52
|
+
/** The ID of the parent organization. */
|
|
53
|
+
ParentOrgId: number;
|
|
54
|
+
/** The paypoint's entryname. */
|
|
55
|
+
PaypointEntryname: Payabli.Entrypointfield;
|
|
56
|
+
/** Chargeback response records. */
|
|
57
|
+
Responses: Payabli.ChargeBackResponse[];
|
|
58
|
+
Transaction: Payabli.TransactionQueryRecords;
|
|
59
|
+
externalPaypointID?: Payabli.ExternalPaypointId;
|
|
60
|
+
pageidentifier?: Payabli.PageIdentifier;
|
|
61
|
+
/** Messages related to the chargeback. */
|
|
62
|
+
messages: Payabli.ChargebackMessage[];
|
|
63
|
+
/** Service group classification. */
|
|
64
|
+
ServiceGroup: string;
|
|
65
|
+
/** Type of dispute classification. */
|
|
66
|
+
DisputeType: string;
|
|
67
|
+
/** Name of the payment processor. */
|
|
68
|
+
ProcessorName: string;
|
|
69
|
+
}
|
|
@@ -15,3 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./AddResponseResponse.js"), exports);
|
|
18
|
+
__exportStar(require("./ChargebackQueryRecords.js"), exports);
|
|
19
|
+
__exportStar(require("./ChargebackMessage.js"), exports);
|
|
20
|
+
__exportStar(require("./ChargeBackResponse.js"), exports);
|
|
@@ -11,7 +11,7 @@ export declare namespace CheckCapture {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace CheckCapture {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class CheckCapture {
|
|
@@ -11,7 +11,7 @@ export declare namespace Cloud {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace Cloud {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class Cloud {
|
|
@@ -11,7 +11,7 @@ export declare namespace Customer {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace Customer {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class Customer {
|
|
@@ -11,7 +11,7 @@ export declare namespace Export {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace Export {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class Export {
|
|
@@ -11,7 +11,7 @@ export declare namespace HostedPaymentPages {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace HostedPaymentPages {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class HostedPaymentPages {
|
|
@@ -11,7 +11,7 @@ export declare namespace Import {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace Import {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class Import {
|
|
@@ -22,6 +22,8 @@ export * as moneyIn from "./moneyIn/index.js";
|
|
|
22
22
|
export * from "./moneyIn/types/index.js";
|
|
23
23
|
export * as notification from "./notification/index.js";
|
|
24
24
|
export * from "./notification/types/index.js";
|
|
25
|
+
export * as notificationlogs from "./notificationlogs/index.js";
|
|
26
|
+
export * from "./notificationlogs/types/index.js";
|
|
25
27
|
export * as ocr from "./ocr/index.js";
|
|
26
28
|
export * from "./ocr/types/index.js";
|
|
27
29
|
export * as organization from "./organization/index.js";
|
|
@@ -62,6 +64,7 @@ export * from "./invoice/client/requests/index.js";
|
|
|
62
64
|
export * from "./lineItem/client/requests/index.js";
|
|
63
65
|
export * from "./moneyIn/client/requests/index.js";
|
|
64
66
|
export * from "./moneyOut/client/requests/index.js";
|
|
67
|
+
export * from "./notificationlogs/client/requests/index.js";
|
|
65
68
|
export * from "./organization/client/requests/index.js";
|
|
66
69
|
export * from "./paymentLink/client/requests/index.js";
|
|
67
70
|
export * from "./paymentMethodDomain/client/requests/index.js";
|
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.wallet = exports.vendor = exports.templates = exports.query = exports.moneyOut = exports.import_ = exports.hostedPaymentPages = exports.customer = exports.user = exports.tokenStorage = exports.subscription = exports.statistic = exports.paypoint = exports.paymentMethodDomain = exports.paymentLink = exports.organization = exports.ocr = exports.notification = exports.moneyIn = exports.lineItem = exports.invoice = exports.export_ = exports.cloud = exports.checkCapture = exports.chargeBacks = exports.boarding = exports.bill = exports.queryTypes = exports.moneyOutTypes = void 0;
|
|
39
|
+
exports.wallet = exports.vendor = exports.templates = exports.query = exports.moneyOut = exports.import_ = exports.hostedPaymentPages = exports.customer = exports.user = exports.tokenStorage = exports.subscription = exports.statistic = exports.paypoint = exports.paymentMethodDomain = exports.paymentLink = exports.organization = exports.ocr = exports.notificationlogs = exports.notification = exports.moneyIn = exports.lineItem = exports.invoice = exports.export_ = exports.cloud = exports.checkCapture = exports.chargeBacks = exports.boarding = exports.bill = exports.queryTypes = exports.moneyOutTypes = void 0;
|
|
40
40
|
exports.moneyOutTypes = __importStar(require("./moneyOutTypes/index.js"));
|
|
41
41
|
__exportStar(require("./moneyOutTypes/types/index.js"), exports);
|
|
42
42
|
exports.queryTypes = __importStar(require("./queryTypes/index.js"));
|
|
@@ -61,6 +61,8 @@ exports.moneyIn = __importStar(require("./moneyIn/index.js"));
|
|
|
61
61
|
__exportStar(require("./moneyIn/types/index.js"), exports);
|
|
62
62
|
exports.notification = __importStar(require("./notification/index.js"));
|
|
63
63
|
__exportStar(require("./notification/types/index.js"), exports);
|
|
64
|
+
exports.notificationlogs = __importStar(require("./notificationlogs/index.js"));
|
|
65
|
+
__exportStar(require("./notificationlogs/types/index.js"), exports);
|
|
64
66
|
exports.ocr = __importStar(require("./ocr/index.js"));
|
|
65
67
|
__exportStar(require("./ocr/types/index.js"), exports);
|
|
66
68
|
exports.organization = __importStar(require("./organization/index.js"));
|
|
@@ -101,6 +103,7 @@ __exportStar(require("./invoice/client/requests/index.js"), exports);
|
|
|
101
103
|
__exportStar(require("./lineItem/client/requests/index.js"), exports);
|
|
102
104
|
__exportStar(require("./moneyIn/client/requests/index.js"), exports);
|
|
103
105
|
__exportStar(require("./moneyOut/client/requests/index.js"), exports);
|
|
106
|
+
__exportStar(require("./notificationlogs/client/requests/index.js"), exports);
|
|
104
107
|
__exportStar(require("./organization/client/requests/index.js"), exports);
|
|
105
108
|
__exportStar(require("./paymentLink/client/requests/index.js"), exports);
|
|
106
109
|
__exportStar(require("./paymentMethodDomain/client/requests/index.js"), exports);
|
|
@@ -11,7 +11,7 @@ export declare namespace Invoice {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace Invoice {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class Invoice {
|
|
@@ -11,7 +11,7 @@ export declare namespace LineItem {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace LineItem {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class LineItem {
|
|
@@ -11,7 +11,7 @@ export declare namespace MoneyIn {
|
|
|
11
11
|
baseUrl?: core.Supplier<string>;
|
|
12
12
|
apiKey?: core.Supplier<string | undefined>;
|
|
13
13
|
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
14
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
15
|
}
|
|
16
16
|
interface RequestOptions {
|
|
17
17
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -23,7 +23,7 @@ export declare namespace MoneyIn {
|
|
|
23
23
|
/** Additional query string parameters to include in the request. */
|
|
24
24
|
queryParams?: Record<string, unknown>;
|
|
25
25
|
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
26
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
export declare class MoneyIn {
|