mollie-api-typescript 0.1.3 → 0.1.4
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/bin/mcp-server.js +98 -318
- package/bin/mcp-server.js.map +21 -21
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/cancelpayment.d.ts +5 -35
- package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelpayment.js +7 -31
- package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
- package/dist/commonjs/models/operations/cancelsubscription.d.ts +7 -47
- package/dist/commonjs/models/operations/cancelsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelsubscription.js +8 -35
- package/dist/commonjs/models/operations/cancelsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +10 -70
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.js +11 -57
- package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +10 -70
- package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpayment.js +11 -57
- package/dist/commonjs/models/operations/createpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createsubscription.d.ts +10 -90
- package/dist/commonjs/models/operations/createsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createsubscription.js +10 -64
- package/dist/commonjs/models/operations/createsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/getpayment.d.ts +5 -35
- package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpayment.js +7 -31
- package/dist/commonjs/models/operations/getpayment.js.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +8 -31
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/commonjs/models/operations/getsubscription.d.ts +7 -47
- package/dist/commonjs/models/operations/getsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getsubscription.js +8 -35
- package/dist/commonjs/models/operations/getsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts +13 -53
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.js +14 -45
- package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.js +8 -31
- package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpayments.js +8 -31
- package/dist/commonjs/models/operations/listpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.js +8 -31
- package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +5 -35
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +8 -31
- package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.d.ts +13 -53
- package/dist/commonjs/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.js +14 -43
- package/dist/commonjs/models/operations/listsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +5 -35
- package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.js +8 -31
- package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
- package/dist/commonjs/models/operations/updatesubscription.d.ts +10 -90
- package/dist/commonjs/models/operations/updatesubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatesubscription.js +10 -64
- package/dist/commonjs/models/operations/updatesubscription.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/cancelpayment.d.ts +5 -35
- package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelpayment.js +2 -25
- package/dist/esm/models/operations/cancelpayment.js.map +1 -1
- package/dist/esm/models/operations/cancelsubscription.d.ts +7 -47
- package/dist/esm/models/operations/cancelsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelsubscription.js +6 -33
- package/dist/esm/models/operations/cancelsubscription.js.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +10 -70
- package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.js +4 -50
- package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +10 -70
- package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createpayment.js +4 -50
- package/dist/esm/models/operations/createpayment.js.map +1 -1
- package/dist/esm/models/operations/createsubscription.d.ts +10 -90
- package/dist/esm/models/operations/createsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/createsubscription.js +8 -62
- package/dist/esm/models/operations/createsubscription.js.map +1 -1
- package/dist/esm/models/operations/getpayment.d.ts +5 -35
- package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/getpayment.js +2 -25
- package/dist/esm/models/operations/getpayment.js.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +5 -35
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.js +2 -25
- package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/esm/models/operations/getsubscription.d.ts +7 -47
- package/dist/esm/models/operations/getsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/getsubscription.js +6 -33
- package/dist/esm/models/operations/getsubscription.js.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.d.ts +13 -53
- package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.js +12 -43
- package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +5 -35
- package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.js +2 -25
- package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +5 -35
- package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listpayments.js +2 -25
- package/dist/esm/models/operations/listpayments.js.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +5 -35
- package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.js +2 -25
- package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +5 -35
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.js +2 -25
- package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.d.ts +13 -53
- package/dist/esm/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.js +12 -41
- package/dist/esm/models/operations/listsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +5 -35
- package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/esm/models/operations/updatepayment.js +2 -25
- package/dist/esm/models/operations/updatepayment.js.map +1 -1
- package/dist/esm/models/operations/updatesubscription.d.ts +10 -90
- package/dist/esm/models/operations/updatesubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/updatesubscription.js +8 -62
- package/dist/esm/models/operations/updatesubscription.js.map +1 -1
- package/docs/sdks/subscriptions/README.md +4 -4
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/cancelpayment.ts +7 -37
- package/src/models/operations/cancelsubscription.ts +13 -55
- package/src/models/operations/createcustomerpayment.ts +14 -84
- package/src/models/operations/createpayment.ts +14 -78
- package/src/models/operations/createsubscription.ts +18 -104
- package/src/models/operations/getpayment.ts +7 -37
- package/src/models/operations/getpaymentlinkpayments.ts +7 -39
- package/src/models/operations/getsubscription.ts +13 -55
- package/src/models/operations/listallsubscriptions.ts +25 -71
- package/src/models/operations/listcustomerpayments.ts +7 -39
- package/src/models/operations/listpayments.ts +7 -37
- package/src/models/operations/listsettlementpayments.ts +7 -39
- package/src/models/operations/listsubscriptionpayments.ts +7 -39
- package/src/models/operations/listsubscriptions.ts +25 -69
- package/src/models/operations/updatepayment.ts +7 -37
- package/src/models/operations/updatesubscription.ts +18 -104
|
@@ -36,13 +36,13 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CreateCustomerPaymentCategoryRequest$outboundSchema = exports.CreateCustomerPaymentCategoryRequest$inboundSchema = exports.CreateCustomerPaymentVatAmountRequest$ = exports.CreateCustomerPaymentVatAmountRequest$outboundSchema = exports.CreateCustomerPaymentVatAmountRequest$inboundSchema = exports.CreateCustomerPaymentTotalAmountRequest$ = exports.CreateCustomerPaymentTotalAmountRequest$outboundSchema = exports.CreateCustomerPaymentTotalAmountRequest$inboundSchema = exports.CreateCustomerPaymentDiscountAmountRequest$ = exports.CreateCustomerPaymentDiscountAmountRequest$outboundSchema = exports.CreateCustomerPaymentDiscountAmountRequest$inboundSchema = exports.CreateCustomerPaymentUnitPriceRequest$ = exports.CreateCustomerPaymentUnitPriceRequest$outboundSchema = exports.CreateCustomerPaymentUnitPriceRequest$inboundSchema = exports.CreateCustomerPaymentLineTypeRequest$ = exports.CreateCustomerPaymentLineTypeRequest$outboundSchema = exports.CreateCustomerPaymentLineTypeRequest$inboundSchema = exports.CreateCustomerPaymentAmountRequest$ = exports.CreateCustomerPaymentAmountRequest$outboundSchema = exports.CreateCustomerPaymentAmountRequest$inboundSchema = exports.CreateCustomerPaymentCardVerificationMethod = exports.CreateCustomerPaymentCardReadMethod = exports.CreateCustomerPaymentSellerProtection = exports.CreateCustomerPaymentWallet = exports.CreateCustomerPaymentFailureReason = exports.CreateCustomerPaymentFeeRegion = exports.CreateCustomerPaymentCardSecurity = exports.CreateCustomerPaymentCardFunding = exports.CreateCustomerPaymentCardLabel = exports.CreateCustomerPaymentCardAudition = exports.CreateCustomerPaymentCode = exports.CreateCustomerPaymentStatusEnum = exports.CreateCustomerPaymentSequenceTypeResponse = exports.CreateCustomerPaymentRoutingTypeResponse = exports.CreateCustomerPaymentRoutingMode = exports.CreateCustomerPaymentCaptureModeResponse = exports.CreateCustomerPaymentMethodResponse = exports.CreateCustomerPaymentLocaleResponse = exports.
|
|
40
|
-
exports.CreateCustomerPaymentPaymentRequest$inboundSchema = exports.CreateCustomerPaymentSelfRequest$ = exports.CreateCustomerPaymentSelfRequest$outboundSchema = exports.CreateCustomerPaymentSelfRequest$inboundSchema = exports.CreateCustomerPaymentDestinationRequest$ = exports.CreateCustomerPaymentDestinationRequest$outboundSchema = exports.CreateCustomerPaymentDestinationRequest$inboundSchema = exports.CreateCustomerPaymentRoutingTypeRequest$ = exports.CreateCustomerPaymentRoutingTypeRequest$outboundSchema = exports.CreateCustomerPaymentRoutingTypeRequest$inboundSchema = exports.CreateCustomerPaymentRoutingAmountRequest$ = exports.CreateCustomerPaymentRoutingAmountRequest$outboundSchema = exports.CreateCustomerPaymentRoutingAmountRequest$inboundSchema = exports.CreateCustomerPaymentApplicationFeeRequest$ = exports.CreateCustomerPaymentApplicationFeeRequest$outboundSchema = exports.CreateCustomerPaymentApplicationFeeRequest$inboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountRequest$ = exports.CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$ = exports.CreateCustomerPaymentCaptureModeRequest$outboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$inboundSchema = exports.CreateCustomerPaymentMetadataRequest$ = exports.CreateCustomerPaymentMetadataRequest$outboundSchema = exports.CreateCustomerPaymentMetadataRequest$inboundSchema = exports.CreateCustomerPaymentMethodRequest$ = exports.CreateCustomerPaymentMethodRequest$outboundSchema = exports.CreateCustomerPaymentMethodRequest$inboundSchema = exports.CreateCustomerPaymentLocaleRequest$ = exports.CreateCustomerPaymentLocaleRequest$outboundSchema = exports.CreateCustomerPaymentLocaleRequest$inboundSchema = exports.CreateCustomerPaymentShippingAddressRequest$ = exports.CreateCustomerPaymentShippingAddressRequest$outboundSchema = exports.CreateCustomerPaymentShippingAddressRequest$inboundSchema = exports.CreateCustomerPaymentBillingAddressRequest$ = exports.CreateCustomerPaymentBillingAddressRequest$outboundSchema = exports.CreateCustomerPaymentBillingAddressRequest$inboundSchema = exports.CreateCustomerPaymentLineRequest$ = exports.CreateCustomerPaymentLineRequest$outboundSchema = exports.CreateCustomerPaymentLineRequest$inboundSchema = exports.CreateCustomerPaymentRecurringRequest$ = exports.CreateCustomerPaymentRecurringRequest$outboundSchema = exports.CreateCustomerPaymentRecurringRequest$inboundSchema = exports.CreateCustomerPaymentRecurringAmountRequest$ = exports.CreateCustomerPaymentRecurringAmountRequest$outboundSchema =
|
|
41
|
-
exports.CreateCustomerPaymentAmountChargedBack$ = exports.CreateCustomerPaymentAmountChargedBack$outboundSchema = exports.CreateCustomerPaymentAmountChargedBack$inboundSchema = exports.CreateCustomerPaymentAmountCaptured$ = exports.CreateCustomerPaymentAmountCaptured$outboundSchema = exports.CreateCustomerPaymentAmountCaptured$inboundSchema = exports.CreateCustomerPaymentAmountRemaining$ = exports.CreateCustomerPaymentAmountRemaining$outboundSchema = exports.CreateCustomerPaymentAmountRemaining$inboundSchema = exports.CreateCustomerPaymentAmountRefunded$ = exports.CreateCustomerPaymentAmountRefunded$outboundSchema = exports.CreateCustomerPaymentAmountRefunded$inboundSchema = exports.CreateCustomerPaymentAmountResponse$ = exports.CreateCustomerPaymentAmountResponse$outboundSchema = exports.CreateCustomerPaymentAmountResponse$inboundSchema = exports.CreateCustomerPaymentMode$ = exports.CreateCustomerPaymentMode$outboundSchema = exports.CreateCustomerPaymentMode$inboundSchema = exports.CreateCustomerPaymentUnprocessableEntityLinks$ = exports.CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema = exports.CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$ = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema = exports.CreateCustomerPaymentServiceUnavailableLinks$ = exports.CreateCustomerPaymentServiceUnavailableLinks$outboundSchema = exports.CreateCustomerPaymentServiceUnavailableLinks$inboundSchema = exports.CreateCustomerPaymentServiceUnavailableDocumentation$ = exports.CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema = exports.CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema = exports.CreateCustomerPaymentRequest$ = exports.CreateCustomerPaymentRequest$outboundSchema = exports.CreateCustomerPaymentRequest$inboundSchema = exports.CreateCustomerPaymentRequestBody$ = exports.CreateCustomerPaymentRequestBody$outboundSchema = exports.CreateCustomerPaymentRequestBody$inboundSchema = exports.CreateCustomerPaymentCompany$ = exports.CreateCustomerPaymentCompany$outboundSchema = exports.CreateCustomerPaymentCompany$inboundSchema = exports.CreateCustomerPaymentSequenceTypeRequest$ = exports.CreateCustomerPaymentSequenceTypeRequest$outboundSchema = exports.CreateCustomerPaymentSequenceTypeRequest$inboundSchema = exports.CreateCustomerPaymentRoutingRequest$ = exports.CreateCustomerPaymentRoutingRequest$outboundSchema = exports.CreateCustomerPaymentRoutingRequest$inboundSchema =
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.CreateCustomerPaymentResponse$ = exports.CreateCustomerPaymentResponse$outboundSchema = exports.CreateCustomerPaymentResponse$inboundSchema = exports.CreateCustomerPaymentLinksResponse$ = exports.CreateCustomerPaymentLinksResponse$outboundSchema = exports.CreateCustomerPaymentLinksResponse$inboundSchema = exports.CreateCustomerPaymentPayOnline$ = exports.CreateCustomerPaymentPayOnline$outboundSchema = exports.CreateCustomerPaymentPayOnline$inboundSchema = exports.CreateCustomerPaymentLinksStatus$ = exports.CreateCustomerPaymentLinksStatus$outboundSchema = exports.CreateCustomerPaymentLinksStatus$inboundSchema = exports.CreateCustomerPaymentDocumentation$ = exports.CreateCustomerPaymentDocumentation$outboundSchema = exports.CreateCustomerPaymentDocumentation$inboundSchema = exports.CreateCustomerPaymentTerminal$ = exports.CreateCustomerPaymentTerminal$outboundSchema = exports.CreateCustomerPaymentTerminal$inboundSchema = exports.CreateCustomerPaymentOrder$ = exports.CreateCustomerPaymentOrder$outboundSchema = exports.CreateCustomerPaymentOrder$inboundSchema = exports.CreateCustomerPaymentSubscription$ = exports.CreateCustomerPaymentSubscription$outboundSchema = exports.CreateCustomerPaymentSubscription$inboundSchema = exports.CreateCustomerPaymentMandate$ = exports.CreateCustomerPaymentMandate$outboundSchema = exports.CreateCustomerPaymentMandate$inboundSchema = exports.CreateCustomerPaymentCustomer$ = exports.CreateCustomerPaymentCustomer$outboundSchema = exports.CreateCustomerPaymentCustomer$inboundSchema = exports.CreateCustomerPaymentSettlement$ = exports.CreateCustomerPaymentSettlement$outboundSchema = exports.CreateCustomerPaymentSettlement$inboundSchema = exports.CreateCustomerPaymentCaptures$ = exports.CreateCustomerPaymentCaptures$outboundSchema = exports.CreateCustomerPaymentCaptures$inboundSchema = exports.CreateCustomerPaymentChargebacks$ =
|
|
39
|
+
exports.CreateCustomerPaymentRecurringAmountRequest$inboundSchema = exports.CreateCustomerPaymentCategoryRequest$ = exports.CreateCustomerPaymentCategoryRequest$outboundSchema = exports.CreateCustomerPaymentCategoryRequest$inboundSchema = exports.CreateCustomerPaymentVatAmountRequest$ = exports.CreateCustomerPaymentVatAmountRequest$outboundSchema = exports.CreateCustomerPaymentVatAmountRequest$inboundSchema = exports.CreateCustomerPaymentTotalAmountRequest$ = exports.CreateCustomerPaymentTotalAmountRequest$outboundSchema = exports.CreateCustomerPaymentTotalAmountRequest$inboundSchema = exports.CreateCustomerPaymentDiscountAmountRequest$ = exports.CreateCustomerPaymentDiscountAmountRequest$outboundSchema = exports.CreateCustomerPaymentDiscountAmountRequest$inboundSchema = exports.CreateCustomerPaymentUnitPriceRequest$ = exports.CreateCustomerPaymentUnitPriceRequest$outboundSchema = exports.CreateCustomerPaymentUnitPriceRequest$inboundSchema = exports.CreateCustomerPaymentLineTypeRequest$ = exports.CreateCustomerPaymentLineTypeRequest$outboundSchema = exports.CreateCustomerPaymentLineTypeRequest$inboundSchema = exports.CreateCustomerPaymentAmountRequest$ = exports.CreateCustomerPaymentAmountRequest$outboundSchema = exports.CreateCustomerPaymentAmountRequest$inboundSchema = exports.CreateCustomerPaymentCardVerificationMethod = exports.CreateCustomerPaymentCardReadMethod = exports.CreateCustomerPaymentSellerProtection = exports.CreateCustomerPaymentWallet = exports.CreateCustomerPaymentFailureReason = exports.CreateCustomerPaymentFeeRegion = exports.CreateCustomerPaymentCardSecurity = exports.CreateCustomerPaymentCardFunding = exports.CreateCustomerPaymentCardLabel = exports.CreateCustomerPaymentCardAudition = exports.CreateCustomerPaymentCode = exports.CreateCustomerPaymentStatusEnum = exports.CreateCustomerPaymentSequenceTypeResponse = exports.CreateCustomerPaymentRoutingTypeResponse = exports.CreateCustomerPaymentRoutingMode = exports.CreateCustomerPaymentCaptureModeResponse = exports.CreateCustomerPaymentMethodResponse = exports.CreateCustomerPaymentLocaleResponse = exports.CreateCustomerPaymentCategoryResponse = exports.CreateCustomerPaymentLineTypeResponse = exports.CreateCustomerPaymentMode = exports.CreateCustomerPaymentSequenceTypeRequest = exports.CreateCustomerPaymentRoutingTypeRequest = exports.CreateCustomerPaymentCaptureModeRequest = exports.CreateCustomerPaymentMethodRequest = exports.CreateCustomerPaymentLocaleRequest = exports.CreateCustomerPaymentCategoryRequest = exports.CreateCustomerPaymentLineTypeRequest = void 0;
|
|
40
|
+
exports.CreateCustomerPaymentLinksRequest$ = exports.CreateCustomerPaymentLinksRequest$outboundSchema = exports.CreateCustomerPaymentLinksRequest$inboundSchema = exports.CreateCustomerPaymentPaymentRequest$ = exports.CreateCustomerPaymentPaymentRequest$outboundSchema = exports.CreateCustomerPaymentPaymentRequest$inboundSchema = exports.CreateCustomerPaymentSelfRequest$ = exports.CreateCustomerPaymentSelfRequest$outboundSchema = exports.CreateCustomerPaymentSelfRequest$inboundSchema = exports.CreateCustomerPaymentDestinationRequest$ = exports.CreateCustomerPaymentDestinationRequest$outboundSchema = exports.CreateCustomerPaymentDestinationRequest$inboundSchema = exports.CreateCustomerPaymentRoutingTypeRequest$ = exports.CreateCustomerPaymentRoutingTypeRequest$outboundSchema = exports.CreateCustomerPaymentRoutingTypeRequest$inboundSchema = exports.CreateCustomerPaymentRoutingAmountRequest$ = exports.CreateCustomerPaymentRoutingAmountRequest$outboundSchema = exports.CreateCustomerPaymentRoutingAmountRequest$inboundSchema = exports.CreateCustomerPaymentApplicationFeeRequest$ = exports.CreateCustomerPaymentApplicationFeeRequest$outboundSchema = exports.CreateCustomerPaymentApplicationFeeRequest$inboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountRequest$ = exports.CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$ = exports.CreateCustomerPaymentCaptureModeRequest$outboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$inboundSchema = exports.CreateCustomerPaymentMetadataRequest$ = exports.CreateCustomerPaymentMetadataRequest$outboundSchema = exports.CreateCustomerPaymentMetadataRequest$inboundSchema = exports.CreateCustomerPaymentMethodRequest$ = exports.CreateCustomerPaymentMethodRequest$outboundSchema = exports.CreateCustomerPaymentMethodRequest$inboundSchema = exports.CreateCustomerPaymentLocaleRequest$ = exports.CreateCustomerPaymentLocaleRequest$outboundSchema = exports.CreateCustomerPaymentLocaleRequest$inboundSchema = exports.CreateCustomerPaymentShippingAddressRequest$ = exports.CreateCustomerPaymentShippingAddressRequest$outboundSchema = exports.CreateCustomerPaymentShippingAddressRequest$inboundSchema = exports.CreateCustomerPaymentBillingAddressRequest$ = exports.CreateCustomerPaymentBillingAddressRequest$outboundSchema = exports.CreateCustomerPaymentBillingAddressRequest$inboundSchema = exports.CreateCustomerPaymentLineRequest$ = exports.CreateCustomerPaymentLineRequest$outboundSchema = exports.CreateCustomerPaymentLineRequest$inboundSchema = exports.CreateCustomerPaymentRecurringRequest$ = exports.CreateCustomerPaymentRecurringRequest$outboundSchema = exports.CreateCustomerPaymentRecurringRequest$inboundSchema = exports.CreateCustomerPaymentRecurringAmountRequest$ = exports.CreateCustomerPaymentRecurringAmountRequest$outboundSchema = void 0;
|
|
41
|
+
exports.CreateCustomerPaymentLineTypeResponse$outboundSchema = exports.CreateCustomerPaymentLineTypeResponse$inboundSchema = exports.CreateCustomerPaymentSettlementAmount$ = exports.CreateCustomerPaymentSettlementAmount$outboundSchema = exports.CreateCustomerPaymentSettlementAmount$inboundSchema = exports.CreateCustomerPaymentAmountChargedBack$ = exports.CreateCustomerPaymentAmountChargedBack$outboundSchema = exports.CreateCustomerPaymentAmountChargedBack$inboundSchema = exports.CreateCustomerPaymentAmountCaptured$ = exports.CreateCustomerPaymentAmountCaptured$outboundSchema = exports.CreateCustomerPaymentAmountCaptured$inboundSchema = exports.CreateCustomerPaymentAmountRemaining$ = exports.CreateCustomerPaymentAmountRemaining$outboundSchema = exports.CreateCustomerPaymentAmountRemaining$inboundSchema = exports.CreateCustomerPaymentAmountRefunded$ = exports.CreateCustomerPaymentAmountRefunded$outboundSchema = exports.CreateCustomerPaymentAmountRefunded$inboundSchema = exports.CreateCustomerPaymentAmountResponse$ = exports.CreateCustomerPaymentAmountResponse$outboundSchema = exports.CreateCustomerPaymentAmountResponse$inboundSchema = exports.CreateCustomerPaymentMode$ = exports.CreateCustomerPaymentMode$outboundSchema = exports.CreateCustomerPaymentMode$inboundSchema = exports.CreateCustomerPaymentUnprocessableEntityLinks$ = exports.CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema = exports.CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$ = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema = exports.CreateCustomerPaymentServiceUnavailableLinks$ = exports.CreateCustomerPaymentServiceUnavailableLinks$outboundSchema = exports.CreateCustomerPaymentServiceUnavailableLinks$inboundSchema = exports.CreateCustomerPaymentServiceUnavailableDocumentation$ = exports.CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema = exports.CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema = exports.CreateCustomerPaymentRequest$ = exports.CreateCustomerPaymentRequest$outboundSchema = exports.CreateCustomerPaymentRequest$inboundSchema = exports.CreateCustomerPaymentRequestBody$ = exports.CreateCustomerPaymentRequestBody$outboundSchema = exports.CreateCustomerPaymentRequestBody$inboundSchema = exports.CreateCustomerPaymentCompany$ = exports.CreateCustomerPaymentCompany$outboundSchema = exports.CreateCustomerPaymentCompany$inboundSchema = exports.CreateCustomerPaymentSequenceTypeRequest$ = exports.CreateCustomerPaymentSequenceTypeRequest$outboundSchema = exports.CreateCustomerPaymentSequenceTypeRequest$inboundSchema = exports.CreateCustomerPaymentRoutingRequest$ = exports.CreateCustomerPaymentRoutingRequest$outboundSchema = exports.CreateCustomerPaymentRoutingRequest$inboundSchema = void 0;
|
|
42
|
+
exports.CreateCustomerPaymentRoutingMode$inboundSchema = exports.CreateCustomerPaymentApplicationFeeResponse$ = exports.CreateCustomerPaymentApplicationFeeResponse$outboundSchema = exports.CreateCustomerPaymentApplicationFeeResponse$inboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountResponse$ = exports.CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema = exports.CreateCustomerPaymentCaptureModeResponse$ = exports.CreateCustomerPaymentCaptureModeResponse$outboundSchema = exports.CreateCustomerPaymentCaptureModeResponse$inboundSchema = exports.CreateCustomerPaymentMetadataResponse$ = exports.CreateCustomerPaymentMetadataResponse$outboundSchema = exports.CreateCustomerPaymentMetadataResponse$inboundSchema = exports.CreateCustomerPaymentMethodResponse$ = exports.CreateCustomerPaymentMethodResponse$outboundSchema = exports.CreateCustomerPaymentMethodResponse$inboundSchema = exports.CreateCustomerPaymentLocaleResponse$ = exports.CreateCustomerPaymentLocaleResponse$outboundSchema = exports.CreateCustomerPaymentLocaleResponse$inboundSchema = exports.CreateCustomerPaymentShippingAddressResponse$ = exports.CreateCustomerPaymentShippingAddressResponse$outboundSchema = exports.CreateCustomerPaymentShippingAddressResponse$inboundSchema = exports.CreateCustomerPaymentBillingAddressResponse$ = exports.CreateCustomerPaymentBillingAddressResponse$outboundSchema = exports.CreateCustomerPaymentBillingAddressResponse$inboundSchema = exports.CreateCustomerPaymentLineResponse$ = exports.CreateCustomerPaymentLineResponse$outboundSchema = exports.CreateCustomerPaymentLineResponse$inboundSchema = exports.CreateCustomerPaymentRecurringResponse$ = exports.CreateCustomerPaymentRecurringResponse$outboundSchema = exports.CreateCustomerPaymentRecurringResponse$inboundSchema = exports.CreateCustomerPaymentRecurringAmountResponse$ = exports.CreateCustomerPaymentRecurringAmountResponse$outboundSchema = exports.CreateCustomerPaymentRecurringAmountResponse$inboundSchema = exports.CreateCustomerPaymentCategoryResponse$ = exports.CreateCustomerPaymentCategoryResponse$outboundSchema = exports.CreateCustomerPaymentCategoryResponse$inboundSchema = exports.CreateCustomerPaymentVatAmountResponse$ = exports.CreateCustomerPaymentVatAmountResponse$outboundSchema = exports.CreateCustomerPaymentVatAmountResponse$inboundSchema = exports.CreateCustomerPaymentTotalAmountResponse$ = exports.CreateCustomerPaymentTotalAmountResponse$outboundSchema = exports.CreateCustomerPaymentTotalAmountResponse$inboundSchema = exports.CreateCustomerPaymentDiscountAmountResponse$ = exports.CreateCustomerPaymentDiscountAmountResponse$outboundSchema = exports.CreateCustomerPaymentDiscountAmountResponse$inboundSchema = exports.CreateCustomerPaymentUnitPriceResponse$ = exports.CreateCustomerPaymentUnitPriceResponse$outboundSchema = exports.CreateCustomerPaymentUnitPriceResponse$inboundSchema = exports.CreateCustomerPaymentLineTypeResponse$ = void 0;
|
|
43
|
+
exports.CreateCustomerPaymentFeeRegion$ = exports.CreateCustomerPaymentFeeRegion$outboundSchema = exports.CreateCustomerPaymentFeeRegion$inboundSchema = exports.CreateCustomerPaymentCardSecurity$ = exports.CreateCustomerPaymentCardSecurity$outboundSchema = exports.CreateCustomerPaymentCardSecurity$inboundSchema = exports.CreateCustomerPaymentCardFunding$ = exports.CreateCustomerPaymentCardFunding$outboundSchema = exports.CreateCustomerPaymentCardFunding$inboundSchema = exports.CreateCustomerPaymentCardLabel$ = exports.CreateCustomerPaymentCardLabel$outboundSchema = exports.CreateCustomerPaymentCardLabel$inboundSchema = exports.CreateCustomerPaymentCardAudition$ = exports.CreateCustomerPaymentCardAudition$outboundSchema = exports.CreateCustomerPaymentCardAudition$inboundSchema = exports.CreateCustomerPaymentStatusReason$ = exports.CreateCustomerPaymentStatusReason$outboundSchema = exports.CreateCustomerPaymentStatusReason$inboundSchema = exports.CreateCustomerPaymentCode$ = exports.CreateCustomerPaymentCode$outboundSchema = exports.CreateCustomerPaymentCode$inboundSchema = exports.CreateCustomerPaymentStatusEnum$ = exports.CreateCustomerPaymentStatusEnum$outboundSchema = exports.CreateCustomerPaymentStatusEnum$inboundSchema = exports.CreateCustomerPaymentSequenceTypeResponse$ = exports.CreateCustomerPaymentSequenceTypeResponse$outboundSchema = exports.CreateCustomerPaymentSequenceTypeResponse$inboundSchema = exports.CreateCustomerPaymentRoutingResponse$ = exports.CreateCustomerPaymentRoutingResponse$outboundSchema = exports.CreateCustomerPaymentRoutingResponse$inboundSchema = exports.CreateCustomerPaymentRoutingLinksResponse$ = exports.CreateCustomerPaymentRoutingLinksResponse$outboundSchema = exports.CreateCustomerPaymentRoutingLinksResponse$inboundSchema = exports.CreateCustomerPaymentPaymentResponse$ = exports.CreateCustomerPaymentPaymentResponse$outboundSchema = exports.CreateCustomerPaymentPaymentResponse$inboundSchema = exports.CreateCustomerPaymentRoutingSelfResponse$ = exports.CreateCustomerPaymentRoutingSelfResponse$outboundSchema = exports.CreateCustomerPaymentRoutingSelfResponse$inboundSchema = exports.CreateCustomerPaymentDestinationResponse$ = exports.CreateCustomerPaymentDestinationResponse$outboundSchema = exports.CreateCustomerPaymentDestinationResponse$inboundSchema = exports.CreateCustomerPaymentRoutingTypeResponse$ = exports.CreateCustomerPaymentRoutingTypeResponse$outboundSchema = exports.CreateCustomerPaymentRoutingTypeResponse$inboundSchema = exports.CreateCustomerPaymentRoutingAmountResponse$ = exports.CreateCustomerPaymentRoutingAmountResponse$outboundSchema = exports.CreateCustomerPaymentRoutingAmountResponse$inboundSchema = exports.CreateCustomerPaymentRoutingMode$ = exports.CreateCustomerPaymentRoutingMode$outboundSchema = void 0;
|
|
44
|
+
exports.CreateCustomerPaymentChargebacks$outboundSchema = exports.CreateCustomerPaymentChargebacks$inboundSchema = exports.CreateCustomerPaymentRefunds$ = exports.CreateCustomerPaymentRefunds$outboundSchema = exports.CreateCustomerPaymentRefunds$inboundSchema = exports.CreateCustomerPaymentDashboard$ = exports.CreateCustomerPaymentDashboard$outboundSchema = exports.CreateCustomerPaymentDashboard$inboundSchema = exports.CreateCustomerPaymentChangePaymentState$ = exports.CreateCustomerPaymentChangePaymentState$outboundSchema = exports.CreateCustomerPaymentChangePaymentState$inboundSchema = exports.CreateCustomerPaymentMobileAppCheckout$ = exports.CreateCustomerPaymentMobileAppCheckout$outboundSchema = exports.CreateCustomerPaymentMobileAppCheckout$inboundSchema = exports.CreateCustomerPaymentCheckout$ = exports.CreateCustomerPaymentCheckout$outboundSchema = exports.CreateCustomerPaymentCheckout$inboundSchema = exports.CreateCustomerPaymentSelfResponse$ = exports.CreateCustomerPaymentSelfResponse$outboundSchema = exports.CreateCustomerPaymentSelfResponse$inboundSchema = exports.CreateCustomerPaymentDetails$ = exports.CreateCustomerPaymentDetails$outboundSchema = exports.CreateCustomerPaymentDetails$inboundSchema = exports.CreateCustomerPaymentRemainderAmount$ = exports.CreateCustomerPaymentRemainderAmount$outboundSchema = exports.CreateCustomerPaymentRemainderAmount$inboundSchema = exports.CreateCustomerPaymentQrCode$ = exports.CreateCustomerPaymentQrCode$outboundSchema = exports.CreateCustomerPaymentQrCode$inboundSchema = exports.CreateCustomerPaymentReceipt$ = exports.CreateCustomerPaymentReceipt$outboundSchema = exports.CreateCustomerPaymentReceipt$inboundSchema = exports.CreateCustomerPaymentCardVerificationMethod$ = exports.CreateCustomerPaymentCardVerificationMethod$outboundSchema = exports.CreateCustomerPaymentCardVerificationMethod$inboundSchema = exports.CreateCustomerPaymentCardReadMethod$ = exports.CreateCustomerPaymentCardReadMethod$outboundSchema = exports.CreateCustomerPaymentCardReadMethod$inboundSchema = exports.CreateCustomerPaymentPaypalFee$ = exports.CreateCustomerPaymentPaypalFee$outboundSchema = exports.CreateCustomerPaymentPaypalFee$inboundSchema = exports.CreateCustomerPaymentSellerProtection$ = exports.CreateCustomerPaymentSellerProtection$outboundSchema = exports.CreateCustomerPaymentSellerProtection$inboundSchema = exports.CreateCustomerPaymentWallet$ = exports.CreateCustomerPaymentWallet$outboundSchema = exports.CreateCustomerPaymentWallet$inboundSchema = exports.CreateCustomerPaymentFailureReason$ = exports.CreateCustomerPaymentFailureReason$outboundSchema = exports.CreateCustomerPaymentFailureReason$inboundSchema = void 0;
|
|
45
|
+
exports.CreateCustomerPaymentResponse$ = exports.CreateCustomerPaymentResponse$outboundSchema = exports.CreateCustomerPaymentResponse$inboundSchema = exports.CreateCustomerPaymentLinksResponse$ = exports.CreateCustomerPaymentLinksResponse$outboundSchema = exports.CreateCustomerPaymentLinksResponse$inboundSchema = exports.CreateCustomerPaymentPayOnline$ = exports.CreateCustomerPaymentPayOnline$outboundSchema = exports.CreateCustomerPaymentPayOnline$inboundSchema = exports.CreateCustomerPaymentLinksStatus$ = exports.CreateCustomerPaymentLinksStatus$outboundSchema = exports.CreateCustomerPaymentLinksStatus$inboundSchema = exports.CreateCustomerPaymentDocumentation$ = exports.CreateCustomerPaymentDocumentation$outboundSchema = exports.CreateCustomerPaymentDocumentation$inboundSchema = exports.CreateCustomerPaymentTerminal$ = exports.CreateCustomerPaymentTerminal$outboundSchema = exports.CreateCustomerPaymentTerminal$inboundSchema = exports.CreateCustomerPaymentOrder$ = exports.CreateCustomerPaymentOrder$outboundSchema = exports.CreateCustomerPaymentOrder$inboundSchema = exports.CreateCustomerPaymentSubscription$ = exports.CreateCustomerPaymentSubscription$outboundSchema = exports.CreateCustomerPaymentSubscription$inboundSchema = exports.CreateCustomerPaymentMandate$ = exports.CreateCustomerPaymentMandate$outboundSchema = exports.CreateCustomerPaymentMandate$inboundSchema = exports.CreateCustomerPaymentCustomer$ = exports.CreateCustomerPaymentCustomer$outboundSchema = exports.CreateCustomerPaymentCustomer$inboundSchema = exports.CreateCustomerPaymentSettlement$ = exports.CreateCustomerPaymentSettlement$outboundSchema = exports.CreateCustomerPaymentSettlement$inboundSchema = exports.CreateCustomerPaymentCaptures$ = exports.CreateCustomerPaymentCaptures$outboundSchema = exports.CreateCustomerPaymentCaptures$inboundSchema = exports.CreateCustomerPaymentChargebacks$ = void 0;
|
|
46
46
|
exports.createCustomerPaymentAmountRequestToJSON = createCustomerPaymentAmountRequestToJSON;
|
|
47
47
|
exports.createCustomerPaymentAmountRequestFromJSON = createCustomerPaymentAmountRequestFromJSON;
|
|
48
48
|
exports.createCustomerPaymentUnitPriceRequestToJSON = createCustomerPaymentUnitPriceRequestToJSON;
|
|
@@ -220,14 +220,6 @@ exports.CreateCustomerPaymentCategoryRequest = {
|
|
|
220
220
|
Gift: "gift",
|
|
221
221
|
SportCulture: "sport_culture",
|
|
222
222
|
};
|
|
223
|
-
/**
|
|
224
|
-
* Cadence unit of the recurring item. For example: `12 months`, `52 weeks` or `365 days`.
|
|
225
|
-
*/
|
|
226
|
-
exports.CreateCustomerPaymentIntervalRequest = {
|
|
227
|
-
DotDotDotMonths: "... months",
|
|
228
|
-
DotDotDotWeeks: "... weeks",
|
|
229
|
-
DotDotDotDays: "... days",
|
|
230
|
-
};
|
|
231
223
|
/**
|
|
232
224
|
* Allows you to preset the language to be used in the hosted payment pages shown to the customer. Setting a locale
|
|
233
225
|
*
|
|
@@ -385,14 +377,6 @@ exports.CreateCustomerPaymentCategoryResponse = {
|
|
|
385
377
|
Gift: "gift",
|
|
386
378
|
SportCulture: "sport_culture",
|
|
387
379
|
};
|
|
388
|
-
/**
|
|
389
|
-
* Cadence unit of the recurring item. For example: `12 months`, `52 weeks` or `365 days`.
|
|
390
|
-
*/
|
|
391
|
-
exports.CreateCustomerPaymentIntervalResponse = {
|
|
392
|
-
DotDotDotMonths: "... months",
|
|
393
|
-
DotDotDotWeeks: "... weeks",
|
|
394
|
-
DotDotDotDays: "... days",
|
|
395
|
-
};
|
|
396
380
|
/**
|
|
397
381
|
* Allows you to preset the language to be used in the hosted payment pages shown to the customer. Setting a locale
|
|
398
382
|
*
|
|
@@ -946,21 +930,6 @@ var CreateCustomerPaymentCategoryRequest$;
|
|
|
946
930
|
CreateCustomerPaymentCategoryRequest$.outboundSchema = exports.CreateCustomerPaymentCategoryRequest$outboundSchema;
|
|
947
931
|
})(CreateCustomerPaymentCategoryRequest$ || (exports.CreateCustomerPaymentCategoryRequest$ = CreateCustomerPaymentCategoryRequest$ = {}));
|
|
948
932
|
/** @internal */
|
|
949
|
-
exports.CreateCustomerPaymentIntervalRequest$inboundSchema = z.nativeEnum(exports.CreateCustomerPaymentIntervalRequest);
|
|
950
|
-
/** @internal */
|
|
951
|
-
exports.CreateCustomerPaymentIntervalRequest$outboundSchema = exports.CreateCustomerPaymentIntervalRequest$inboundSchema;
|
|
952
|
-
/**
|
|
953
|
-
* @internal
|
|
954
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
955
|
-
*/
|
|
956
|
-
var CreateCustomerPaymentIntervalRequest$;
|
|
957
|
-
(function (CreateCustomerPaymentIntervalRequest$) {
|
|
958
|
-
/** @deprecated use `CreateCustomerPaymentIntervalRequest$inboundSchema` instead. */
|
|
959
|
-
CreateCustomerPaymentIntervalRequest$.inboundSchema = exports.CreateCustomerPaymentIntervalRequest$inboundSchema;
|
|
960
|
-
/** @deprecated use `CreateCustomerPaymentIntervalRequest$outboundSchema` instead. */
|
|
961
|
-
CreateCustomerPaymentIntervalRequest$.outboundSchema = exports.CreateCustomerPaymentIntervalRequest$outboundSchema;
|
|
962
|
-
})(CreateCustomerPaymentIntervalRequest$ || (exports.CreateCustomerPaymentIntervalRequest$ = CreateCustomerPaymentIntervalRequest$ = {}));
|
|
963
|
-
/** @internal */
|
|
964
933
|
exports.CreateCustomerPaymentRecurringAmountRequest$inboundSchema = z.object({
|
|
965
934
|
currency: z.string(),
|
|
966
935
|
value: z.string(),
|
|
@@ -990,7 +959,7 @@ function createCustomerPaymentRecurringAmountRequestFromJSON(jsonString) {
|
|
|
990
959
|
/** @internal */
|
|
991
960
|
exports.CreateCustomerPaymentRecurringRequest$inboundSchema = z.object({
|
|
992
961
|
description: z.string().optional(),
|
|
993
|
-
interval:
|
|
962
|
+
interval: z.string(),
|
|
994
963
|
amount: z.lazy(() => exports.CreateCustomerPaymentRecurringAmountRequest$inboundSchema).optional(),
|
|
995
964
|
times: z.number().int().optional(),
|
|
996
965
|
startDate: z.nullable(z.string()).optional(),
|
|
@@ -998,7 +967,7 @@ exports.CreateCustomerPaymentRecurringRequest$inboundSchema = z.object({
|
|
|
998
967
|
/** @internal */
|
|
999
968
|
exports.CreateCustomerPaymentRecurringRequest$outboundSchema = z.object({
|
|
1000
969
|
description: z.string().optional(),
|
|
1001
|
-
interval:
|
|
970
|
+
interval: z.string(),
|
|
1002
971
|
amount: z.lazy(() => exports.CreateCustomerPaymentRecurringAmountRequest$outboundSchema).optional(),
|
|
1003
972
|
times: z.number().int().optional(),
|
|
1004
973
|
startDate: z.nullable(z.string()).optional(),
|
|
@@ -2081,21 +2050,6 @@ var CreateCustomerPaymentCategoryResponse$;
|
|
|
2081
2050
|
CreateCustomerPaymentCategoryResponse$.outboundSchema = exports.CreateCustomerPaymentCategoryResponse$outboundSchema;
|
|
2082
2051
|
})(CreateCustomerPaymentCategoryResponse$ || (exports.CreateCustomerPaymentCategoryResponse$ = CreateCustomerPaymentCategoryResponse$ = {}));
|
|
2083
2052
|
/** @internal */
|
|
2084
|
-
exports.CreateCustomerPaymentIntervalResponse$inboundSchema = z.nativeEnum(exports.CreateCustomerPaymentIntervalResponse);
|
|
2085
|
-
/** @internal */
|
|
2086
|
-
exports.CreateCustomerPaymentIntervalResponse$outboundSchema = exports.CreateCustomerPaymentIntervalResponse$inboundSchema;
|
|
2087
|
-
/**
|
|
2088
|
-
* @internal
|
|
2089
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2090
|
-
*/
|
|
2091
|
-
var CreateCustomerPaymentIntervalResponse$;
|
|
2092
|
-
(function (CreateCustomerPaymentIntervalResponse$) {
|
|
2093
|
-
/** @deprecated use `CreateCustomerPaymentIntervalResponse$inboundSchema` instead. */
|
|
2094
|
-
CreateCustomerPaymentIntervalResponse$.inboundSchema = exports.CreateCustomerPaymentIntervalResponse$inboundSchema;
|
|
2095
|
-
/** @deprecated use `CreateCustomerPaymentIntervalResponse$outboundSchema` instead. */
|
|
2096
|
-
CreateCustomerPaymentIntervalResponse$.outboundSchema = exports.CreateCustomerPaymentIntervalResponse$outboundSchema;
|
|
2097
|
-
})(CreateCustomerPaymentIntervalResponse$ || (exports.CreateCustomerPaymentIntervalResponse$ = CreateCustomerPaymentIntervalResponse$ = {}));
|
|
2098
|
-
/** @internal */
|
|
2099
2053
|
exports.CreateCustomerPaymentRecurringAmountResponse$inboundSchema = z.object({
|
|
2100
2054
|
currency: z.string(),
|
|
2101
2055
|
value: z.string(),
|
|
@@ -2125,7 +2079,7 @@ function createCustomerPaymentRecurringAmountResponseFromJSON(jsonString) {
|
|
|
2125
2079
|
/** @internal */
|
|
2126
2080
|
exports.CreateCustomerPaymentRecurringResponse$inboundSchema = z.object({
|
|
2127
2081
|
description: z.string().optional(),
|
|
2128
|
-
interval:
|
|
2082
|
+
interval: z.string(),
|
|
2129
2083
|
amount: z.lazy(() => exports.CreateCustomerPaymentRecurringAmountResponse$inboundSchema).optional(),
|
|
2130
2084
|
times: z.number().int().optional(),
|
|
2131
2085
|
startDate: z.nullable(z.string()).optional(),
|
|
@@ -2133,7 +2087,7 @@ exports.CreateCustomerPaymentRecurringResponse$inboundSchema = z.object({
|
|
|
2133
2087
|
/** @internal */
|
|
2134
2088
|
exports.CreateCustomerPaymentRecurringResponse$outboundSchema = z.object({
|
|
2135
2089
|
description: z.string().optional(),
|
|
2136
|
-
interval:
|
|
2090
|
+
interval: z.string(),
|
|
2137
2091
|
amount: z.lazy(() => exports.CreateCustomerPaymentRecurringAmountResponse$outboundSchema).optional(),
|
|
2138
2092
|
times: z.number().int().optional(),
|
|
2139
2093
|
startDate: z.nullable(z.string()).optional(),
|