mollie-api-typescript 0.0.2 → 0.0.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.
Files changed (120) hide show
  1. package/FUNCTIONS.md +1 -1
  2. package/README.md +6 -6
  3. package/bin/mcp-server.js +97 -199
  4. package/bin/mcp-server.js.map +16 -16
  5. package/dist/commonjs/lib/config.d.ts +3 -3
  6. package/dist/commonjs/lib/config.js +3 -3
  7. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  8. package/dist/commonjs/mcp-server/server.js +1 -1
  9. package/dist/commonjs/models/operations/cancelpayment.d.ts +10 -59
  10. package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
  11. package/dist/commonjs/models/operations/cancelpayment.js +10 -43
  12. package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
  13. package/dist/commonjs/models/operations/createcustomerpayment.d.ts +20 -118
  14. package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
  15. package/dist/commonjs/models/operations/createcustomerpayment.js +19 -86
  16. package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
  17. package/dist/commonjs/models/operations/createpayment.d.ts +20 -118
  18. package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
  19. package/dist/commonjs/models/operations/createpayment.js +18 -84
  20. package/dist/commonjs/models/operations/createpayment.js.map +1 -1
  21. package/dist/commonjs/models/operations/getpayment.d.ts +10 -59
  22. package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
  23. package/dist/commonjs/models/operations/getpayment.js +10 -43
  24. package/dist/commonjs/models/operations/getpayment.js.map +1 -1
  25. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +10 -59
  26. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  27. package/dist/commonjs/models/operations/getpaymentlinkpayments.js +11 -44
  28. package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
  29. package/dist/commonjs/models/operations/listallsubscriptions.d.ts +10 -59
  30. package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
  31. package/dist/commonjs/models/operations/listallsubscriptions.js +11 -44
  32. package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
  33. package/dist/commonjs/models/operations/listcustomerpayments.d.ts +10 -59
  34. package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
  35. package/dist/commonjs/models/operations/listcustomerpayments.js +11 -44
  36. package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
  37. package/dist/commonjs/models/operations/listpayments.d.ts +10 -59
  38. package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
  39. package/dist/commonjs/models/operations/listpayments.js +11 -44
  40. package/dist/commonjs/models/operations/listpayments.js.map +1 -1
  41. package/dist/commonjs/models/operations/listsettlementpayments.d.ts +10 -59
  42. package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
  43. package/dist/commonjs/models/operations/listsettlementpayments.js +11 -44
  44. package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
  45. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +10 -59
  46. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  47. package/dist/commonjs/models/operations/listsubscriptionpayments.js +11 -44
  48. package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
  49. package/dist/commonjs/models/operations/updatepayment.d.ts +16 -59
  50. package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
  51. package/dist/commonjs/models/operations/updatepayment.js +13 -44
  52. package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
  53. package/dist/esm/lib/config.d.ts +3 -3
  54. package/dist/esm/lib/config.js +3 -3
  55. package/dist/esm/mcp-server/mcp-server.js +1 -1
  56. package/dist/esm/mcp-server/server.js +1 -1
  57. package/dist/esm/models/operations/cancelpayment.d.ts +10 -59
  58. package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
  59. package/dist/esm/models/operations/cancelpayment.js +6 -39
  60. package/dist/esm/models/operations/cancelpayment.js.map +1 -1
  61. package/dist/esm/models/operations/createcustomerpayment.d.ts +20 -118
  62. package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
  63. package/dist/esm/models/operations/createcustomerpayment.js +13 -80
  64. package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
  65. package/dist/esm/models/operations/createpayment.d.ts +20 -118
  66. package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
  67. package/dist/esm/models/operations/createpayment.js +12 -78
  68. package/dist/esm/models/operations/createpayment.js.map +1 -1
  69. package/dist/esm/models/operations/getpayment.d.ts +10 -59
  70. package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
  71. package/dist/esm/models/operations/getpayment.js +6 -39
  72. package/dist/esm/models/operations/getpayment.js.map +1 -1
  73. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +10 -59
  74. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  75. package/dist/esm/models/operations/getpaymentlinkpayments.js +6 -39
  76. package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
  77. package/dist/esm/models/operations/listallsubscriptions.d.ts +10 -59
  78. package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
  79. package/dist/esm/models/operations/listallsubscriptions.js +6 -39
  80. package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
  81. package/dist/esm/models/operations/listcustomerpayments.d.ts +10 -59
  82. package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
  83. package/dist/esm/models/operations/listcustomerpayments.js +6 -39
  84. package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
  85. package/dist/esm/models/operations/listpayments.d.ts +10 -59
  86. package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
  87. package/dist/esm/models/operations/listpayments.js +6 -39
  88. package/dist/esm/models/operations/listpayments.js.map +1 -1
  89. package/dist/esm/models/operations/listsettlementpayments.d.ts +10 -59
  90. package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
  91. package/dist/esm/models/operations/listsettlementpayments.js +6 -39
  92. package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
  93. package/dist/esm/models/operations/listsubscriptionpayments.d.ts +10 -59
  94. package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  95. package/dist/esm/models/operations/listsubscriptionpayments.js +6 -39
  96. package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
  97. package/dist/esm/models/operations/updatepayment.d.ts +16 -59
  98. package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
  99. package/dist/esm/models/operations/updatepayment.js +8 -39
  100. package/dist/esm/models/operations/updatepayment.js.map +1 -1
  101. package/docs/sdks/customers/README.md +2 -2
  102. package/docs/sdks/payments/README.md +2 -2
  103. package/examples/package-lock.json +1 -1
  104. package/examples/paymentsCreate.example.ts +1 -1
  105. package/jsr.json +1 -1
  106. package/package.json +1 -1
  107. package/src/lib/config.ts +3 -3
  108. package/src/mcp-server/mcp-server.ts +1 -1
  109. package/src/mcp-server/server.ts +1 -1
  110. package/src/models/operations/cancelpayment.ts +10 -71
  111. package/src/models/operations/createcustomerpayment.ts +21 -150
  112. package/src/models/operations/createpayment.ts +20 -143
  113. package/src/models/operations/getpayment.ts +10 -69
  114. package/src/models/operations/getpaymentlinkpayments.ts +10 -72
  115. package/src/models/operations/listallsubscriptions.ts +10 -71
  116. package/src/models/operations/listcustomerpayments.ts +10 -71
  117. package/src/models/operations/listpayments.ts +10 -71
  118. package/src/models/operations/listsettlementpayments.ts +10 -72
  119. package/src/models/operations/listsubscriptionpayments.ts +10 -74
  120. package/src/models/operations/updatepayment.ts +12 -71
package/bin/mcp-server.js CHANGED
@@ -34269,9 +34269,9 @@ var init_config = __esm(() => {
34269
34269
  SDK_METADATA = {
34270
34270
  language: "typescript",
34271
34271
  openapiDocVersion: "1.0.0",
34272
- sdkVersion: "0.0.2",
34273
- genVersion: "2.668.4",
34274
- userAgent: "speakeasy-sdk/typescript 0.0.2 2.668.4 1.0.0 mollie-api-typescript"
34272
+ sdkVersion: "0.0.4",
34273
+ genVersion: "2.672.0",
34274
+ userAgent: "speakeasy-sdk/typescript 0.0.4 2.672.0 1.0.0 mollie-api-typescript"
34275
34275
  };
34276
34276
  });
34277
34277
 
@@ -35743,7 +35743,7 @@ var init_security = __esm(() => {
35743
35743
  });
35744
35744
 
35745
35745
  // src/models/operations/cancelpayment.ts
35746
- var CancelPaymentMode, CancelPaymentLineType, CancelPaymentCategory, CancelPaymentInterval, CancelPaymentLocale, CancelPaymentMethod, CancelPaymentCaptureMode, CancelPaymentCaptureDelay, CancelPaymentRoutingMode, CancelPaymentRoutingType, CancelPaymentSequenceType, CancelPaymentStatus, CancelPaymentRequestBody$inboundSchema, CancelPaymentRequestBody$outboundSchema, CancelPaymentRequestBody$, CancelPaymentRequest$inboundSchema, CancelPaymentRequest$outboundSchema, CancelPaymentRequest$, CancelPaymentUnprocessableEntityDocumentation$inboundSchema, CancelPaymentUnprocessableEntityDocumentation$outboundSchema, CancelPaymentUnprocessableEntityDocumentation$, CancelPaymentUnprocessableEntityLinks$inboundSchema, CancelPaymentUnprocessableEntityLinks$outboundSchema, CancelPaymentUnprocessableEntityLinks$, CancelPaymentNotFoundDocumentation$inboundSchema, CancelPaymentNotFoundDocumentation$outboundSchema, CancelPaymentNotFoundDocumentation$, CancelPaymentNotFoundLinks$inboundSchema, CancelPaymentNotFoundLinks$outboundSchema, CancelPaymentNotFoundLinks$, CancelPaymentMode$inboundSchema, CancelPaymentMode$outboundSchema, CancelPaymentMode$, CancelPaymentAmount$inboundSchema, CancelPaymentAmount$outboundSchema, CancelPaymentAmount$, CancelPaymentAmountRefunded$inboundSchema, CancelPaymentAmountRefunded$outboundSchema, CancelPaymentAmountRefunded$, CancelPaymentAmountRemaining$inboundSchema, CancelPaymentAmountRemaining$outboundSchema, CancelPaymentAmountRemaining$, CancelPaymentAmountCaptured$inboundSchema, CancelPaymentAmountCaptured$outboundSchema, CancelPaymentAmountCaptured$, CancelPaymentAmountChargedBack$inboundSchema, CancelPaymentAmountChargedBack$outboundSchema, CancelPaymentAmountChargedBack$, CancelPaymentSettlementAmount$inboundSchema, CancelPaymentSettlementAmount$outboundSchema, CancelPaymentSettlementAmount$, CancelPaymentLineType$inboundSchema, CancelPaymentLineType$outboundSchema, CancelPaymentLineType$, CancelPaymentUnitPrice$inboundSchema, CancelPaymentUnitPrice$outboundSchema, CancelPaymentUnitPrice$, CancelPaymentDiscountAmount$inboundSchema, CancelPaymentDiscountAmount$outboundSchema, CancelPaymentDiscountAmount$, CancelPaymentTotalAmount$inboundSchema, CancelPaymentTotalAmount$outboundSchema, CancelPaymentTotalAmount$, CancelPaymentVatAmount$inboundSchema, CancelPaymentVatAmount$outboundSchema, CancelPaymentVatAmount$, CancelPaymentCategory$inboundSchema, CancelPaymentCategory$outboundSchema, CancelPaymentCategory$, CancelPaymentInterval$inboundSchema, CancelPaymentInterval$outboundSchema, CancelPaymentInterval$, CancelPaymentRecurringAmount$inboundSchema, CancelPaymentRecurringAmount$outboundSchema, CancelPaymentRecurringAmount$, CancelPaymentRecurring$inboundSchema, CancelPaymentRecurring$outboundSchema, CancelPaymentRecurring$, CancelPaymentLine$inboundSchema, CancelPaymentLine$outboundSchema, CancelPaymentLine$, CancelPaymentBillingAddress$inboundSchema, CancelPaymentBillingAddress$outboundSchema, CancelPaymentBillingAddress$, CancelPaymentShippingAddress$inboundSchema, CancelPaymentShippingAddress$outboundSchema, CancelPaymentShippingAddress$, CancelPaymentLocale$inboundSchema, CancelPaymentLocale$outboundSchema, CancelPaymentLocale$, CancelPaymentMethod$inboundSchema, CancelPaymentMethod$outboundSchema, CancelPaymentMethod$, CancelPaymentMetadata$inboundSchema, CancelPaymentMetadata$outboundSchema, CancelPaymentMetadata$, CancelPaymentMetadataUnion$inboundSchema, CancelPaymentMetadataUnion$outboundSchema, CancelPaymentMetadataUnion$, CancelPaymentCaptureMode$inboundSchema, CancelPaymentCaptureMode$outboundSchema, CancelPaymentCaptureMode$, CancelPaymentCaptureDelay$inboundSchema, CancelPaymentCaptureDelay$outboundSchema, CancelPaymentCaptureDelay$, CancelPaymentApplicationFeeAmount$inboundSchema, CancelPaymentApplicationFeeAmount$outboundSchema, CancelPaymentApplicationFeeAmount$, CancelPaymentApplicationFee$inboundSchema, CancelPaymentApplicationFee$outboundSchema, CancelPaymentApplicationFee$, CancelPaymentRoutingMode$inboundSchema, CancelPaymentRoutingMode$outboundSchema, CancelPaymentRoutingMode$, CancelPaymentRoutingAmount$inboundSchema, CancelPaymentRoutingAmount$outboundSchema, CancelPaymentRoutingAmount$, CancelPaymentRoutingType$inboundSchema, CancelPaymentRoutingType$outboundSchema, CancelPaymentRoutingType$, CancelPaymentDestination$inboundSchema, CancelPaymentDestination$outboundSchema, CancelPaymentDestination$, CancelPaymentRoutingSelf$inboundSchema, CancelPaymentRoutingSelf$outboundSchema, CancelPaymentRoutingSelf$, CancelPaymentPayment$inboundSchema, CancelPaymentPayment$outboundSchema, CancelPaymentPayment$, CancelPaymentRoutingLinks$inboundSchema, CancelPaymentRoutingLinks$outboundSchema, CancelPaymentRoutingLinks$, CancelPaymentRouting$inboundSchema, CancelPaymentRouting$outboundSchema, CancelPaymentRouting$, CancelPaymentSequenceType$inboundSchema, CancelPaymentSequenceType$outboundSchema, CancelPaymentSequenceType$, CancelPaymentStatus$inboundSchema, CancelPaymentStatus$outboundSchema, CancelPaymentStatus$, CancelPaymentStatusReason$inboundSchema, CancelPaymentStatusReason$outboundSchema, CancelPaymentStatusReason$, CancelPaymentSelf$inboundSchema, CancelPaymentSelf$outboundSchema, CancelPaymentSelf$, CancelPaymentCheckout$inboundSchema, CancelPaymentCheckout$outboundSchema, CancelPaymentCheckout$, CancelPaymentMobileAppCheckout$inboundSchema, CancelPaymentMobileAppCheckout$outboundSchema, CancelPaymentMobileAppCheckout$, CancelPaymentChangePaymentState$inboundSchema, CancelPaymentChangePaymentState$outboundSchema, CancelPaymentChangePaymentState$, CancelPaymentDashboard$inboundSchema, CancelPaymentDashboard$outboundSchema, CancelPaymentDashboard$, CancelPaymentRefunds$inboundSchema, CancelPaymentRefunds$outboundSchema, CancelPaymentRefunds$, CancelPaymentChargebacks$inboundSchema, CancelPaymentChargebacks$outboundSchema, CancelPaymentChargebacks$, CancelPaymentCaptures$inboundSchema, CancelPaymentCaptures$outboundSchema, CancelPaymentCaptures$, CancelPaymentSettlement$inboundSchema, CancelPaymentSettlement$outboundSchema, CancelPaymentSettlement$, CancelPaymentCustomer$inboundSchema, CancelPaymentCustomer$outboundSchema, CancelPaymentCustomer$, CancelPaymentMandate$inboundSchema, CancelPaymentMandate$outboundSchema, CancelPaymentMandate$, CancelPaymentSubscription$inboundSchema, CancelPaymentSubscription$outboundSchema, CancelPaymentSubscription$, CancelPaymentOrder$inboundSchema, CancelPaymentOrder$outboundSchema, CancelPaymentOrder$, CancelPaymentTerminal$inboundSchema, CancelPaymentTerminal$outboundSchema, CancelPaymentTerminal$, CancelPaymentDocumentation$inboundSchema, CancelPaymentDocumentation$outboundSchema, CancelPaymentDocumentation$, CancelPaymentLinks$inboundSchema, CancelPaymentLinks$outboundSchema, CancelPaymentLinks$, CancelPaymentResponse$inboundSchema, CancelPaymentResponse$outboundSchema, CancelPaymentResponse$;
35746
+ var CancelPaymentMode, CancelPaymentLineType, CancelPaymentCategory, CancelPaymentInterval, CancelPaymentLocale, CancelPaymentMethod, CancelPaymentCaptureMode, CancelPaymentRoutingMode, CancelPaymentRoutingType, CancelPaymentSequenceType, CancelPaymentStatus, CancelPaymentRequestBody$inboundSchema, CancelPaymentRequestBody$outboundSchema, CancelPaymentRequestBody$, CancelPaymentRequest$inboundSchema, CancelPaymentRequest$outboundSchema, CancelPaymentRequest$, CancelPaymentUnprocessableEntityDocumentation$inboundSchema, CancelPaymentUnprocessableEntityDocumentation$outboundSchema, CancelPaymentUnprocessableEntityDocumentation$, CancelPaymentUnprocessableEntityLinks$inboundSchema, CancelPaymentUnprocessableEntityLinks$outboundSchema, CancelPaymentUnprocessableEntityLinks$, CancelPaymentNotFoundDocumentation$inboundSchema, CancelPaymentNotFoundDocumentation$outboundSchema, CancelPaymentNotFoundDocumentation$, CancelPaymentNotFoundLinks$inboundSchema, CancelPaymentNotFoundLinks$outboundSchema, CancelPaymentNotFoundLinks$, CancelPaymentMode$inboundSchema, CancelPaymentMode$outboundSchema, CancelPaymentMode$, CancelPaymentAmount$inboundSchema, CancelPaymentAmount$outboundSchema, CancelPaymentAmount$, CancelPaymentAmountRefunded$inboundSchema, CancelPaymentAmountRefunded$outboundSchema, CancelPaymentAmountRefunded$, CancelPaymentAmountRemaining$inboundSchema, CancelPaymentAmountRemaining$outboundSchema, CancelPaymentAmountRemaining$, CancelPaymentAmountCaptured$inboundSchema, CancelPaymentAmountCaptured$outboundSchema, CancelPaymentAmountCaptured$, CancelPaymentAmountChargedBack$inboundSchema, CancelPaymentAmountChargedBack$outboundSchema, CancelPaymentAmountChargedBack$, CancelPaymentSettlementAmount$inboundSchema, CancelPaymentSettlementAmount$outboundSchema, CancelPaymentSettlementAmount$, CancelPaymentLineType$inboundSchema, CancelPaymentLineType$outboundSchema, CancelPaymentLineType$, CancelPaymentUnitPrice$inboundSchema, CancelPaymentUnitPrice$outboundSchema, CancelPaymentUnitPrice$, CancelPaymentDiscountAmount$inboundSchema, CancelPaymentDiscountAmount$outboundSchema, CancelPaymentDiscountAmount$, CancelPaymentTotalAmount$inboundSchema, CancelPaymentTotalAmount$outboundSchema, CancelPaymentTotalAmount$, CancelPaymentVatAmount$inboundSchema, CancelPaymentVatAmount$outboundSchema, CancelPaymentVatAmount$, CancelPaymentCategory$inboundSchema, CancelPaymentCategory$outboundSchema, CancelPaymentCategory$, CancelPaymentInterval$inboundSchema, CancelPaymentInterval$outboundSchema, CancelPaymentInterval$, CancelPaymentRecurringAmount$inboundSchema, CancelPaymentRecurringAmount$outboundSchema, CancelPaymentRecurringAmount$, CancelPaymentRecurring$inboundSchema, CancelPaymentRecurring$outboundSchema, CancelPaymentRecurring$, CancelPaymentLine$inboundSchema, CancelPaymentLine$outboundSchema, CancelPaymentLine$, CancelPaymentBillingAddress$inboundSchema, CancelPaymentBillingAddress$outboundSchema, CancelPaymentBillingAddress$, CancelPaymentShippingAddress$inboundSchema, CancelPaymentShippingAddress$outboundSchema, CancelPaymentShippingAddress$, CancelPaymentLocale$inboundSchema, CancelPaymentLocale$outboundSchema, CancelPaymentLocale$, CancelPaymentMethod$inboundSchema, CancelPaymentMethod$outboundSchema, CancelPaymentMethod$, CancelPaymentMetadata$inboundSchema, CancelPaymentMetadata$outboundSchema, CancelPaymentMetadata$, CancelPaymentMetadataUnion$inboundSchema, CancelPaymentMetadataUnion$outboundSchema, CancelPaymentMetadataUnion$, CancelPaymentCaptureMode$inboundSchema, CancelPaymentCaptureMode$outboundSchema, CancelPaymentCaptureMode$, CancelPaymentApplicationFeeAmount$inboundSchema, CancelPaymentApplicationFeeAmount$outboundSchema, CancelPaymentApplicationFeeAmount$, CancelPaymentApplicationFee$inboundSchema, CancelPaymentApplicationFee$outboundSchema, CancelPaymentApplicationFee$, CancelPaymentRoutingMode$inboundSchema, CancelPaymentRoutingMode$outboundSchema, CancelPaymentRoutingMode$, CancelPaymentRoutingAmount$inboundSchema, CancelPaymentRoutingAmount$outboundSchema, CancelPaymentRoutingAmount$, CancelPaymentRoutingType$inboundSchema, CancelPaymentRoutingType$outboundSchema, CancelPaymentRoutingType$, CancelPaymentDestination$inboundSchema, CancelPaymentDestination$outboundSchema, CancelPaymentDestination$, CancelPaymentRoutingSelf$inboundSchema, CancelPaymentRoutingSelf$outboundSchema, CancelPaymentRoutingSelf$, CancelPaymentPayment$inboundSchema, CancelPaymentPayment$outboundSchema, CancelPaymentPayment$, CancelPaymentRoutingLinks$inboundSchema, CancelPaymentRoutingLinks$outboundSchema, CancelPaymentRoutingLinks$, CancelPaymentRouting$inboundSchema, CancelPaymentRouting$outboundSchema, CancelPaymentRouting$, CancelPaymentSequenceType$inboundSchema, CancelPaymentSequenceType$outboundSchema, CancelPaymentSequenceType$, CancelPaymentStatus$inboundSchema, CancelPaymentStatus$outboundSchema, CancelPaymentStatus$, CancelPaymentStatusReason$inboundSchema, CancelPaymentStatusReason$outboundSchema, CancelPaymentStatusReason$, CancelPaymentSelf$inboundSchema, CancelPaymentSelf$outboundSchema, CancelPaymentSelf$, CancelPaymentCheckout$inboundSchema, CancelPaymentCheckout$outboundSchema, CancelPaymentCheckout$, CancelPaymentMobileAppCheckout$inboundSchema, CancelPaymentMobileAppCheckout$outboundSchema, CancelPaymentMobileAppCheckout$, CancelPaymentChangePaymentState$inboundSchema, CancelPaymentChangePaymentState$outboundSchema, CancelPaymentChangePaymentState$, CancelPaymentDashboard$inboundSchema, CancelPaymentDashboard$outboundSchema, CancelPaymentDashboard$, CancelPaymentRefunds$inboundSchema, CancelPaymentRefunds$outboundSchema, CancelPaymentRefunds$, CancelPaymentChargebacks$inboundSchema, CancelPaymentChargebacks$outboundSchema, CancelPaymentChargebacks$, CancelPaymentCaptures$inboundSchema, CancelPaymentCaptures$outboundSchema, CancelPaymentCaptures$, CancelPaymentSettlement$inboundSchema, CancelPaymentSettlement$outboundSchema, CancelPaymentSettlement$, CancelPaymentCustomer$inboundSchema, CancelPaymentCustomer$outboundSchema, CancelPaymentCustomer$, CancelPaymentMandate$inboundSchema, CancelPaymentMandate$outboundSchema, CancelPaymentMandate$, CancelPaymentSubscription$inboundSchema, CancelPaymentSubscription$outboundSchema, CancelPaymentSubscription$, CancelPaymentOrder$inboundSchema, CancelPaymentOrder$outboundSchema, CancelPaymentOrder$, CancelPaymentTerminal$inboundSchema, CancelPaymentTerminal$outboundSchema, CancelPaymentTerminal$, CancelPaymentDocumentation$inboundSchema, CancelPaymentDocumentation$outboundSchema, CancelPaymentDocumentation$, CancelPaymentLinks$inboundSchema, CancelPaymentLinks$outboundSchema, CancelPaymentLinks$, CancelPaymentResponse$inboundSchema, CancelPaymentResponse$outboundSchema, CancelPaymentResponse$;
35747
35747
  var init_cancelpayment = __esm(() => {
35748
35748
  init_esm();
35749
35749
  init_primitives();
@@ -35805,6 +35805,7 @@ var init_cancelpayment = __esm(() => {
35805
35805
  Banktransfer: "banktransfer",
35806
35806
  Belfius: "belfius",
35807
35807
  Billie: "billie",
35808
+ Bizum: "bizum",
35808
35809
  Blik: "blik",
35809
35810
  Creditcard: "creditcard",
35810
35811
  Directdebit: "directdebit",
@@ -35817,6 +35818,7 @@ var init_cancelpayment = __esm(() => {
35817
35818
  Mbway: "mbway",
35818
35819
  Multibanco: "multibanco",
35819
35820
  Mybank: "mybank",
35821
+ Paybybank: "paybybank",
35820
35822
  Payconiq: "payconiq",
35821
35823
  Paypal: "paypal",
35822
35824
  Paysafecard: "paysafecard",
@@ -35833,10 +35835,6 @@ var init_cancelpayment = __esm(() => {
35833
35835
  Automatic: "automatic",
35834
35836
  Manual: "manual"
35835
35837
  };
35836
- CancelPaymentCaptureDelay = {
35837
- DotDotDotHours: "... hours",
35838
- DotDotDotDays: "... days"
35839
- };
35840
35838
  CancelPaymentRoutingMode = {
35841
35839
  Live: "live",
35842
35840
  Test: "test"
@@ -36244,12 +36242,6 @@ var init_cancelpayment = __esm(() => {
36244
36242
  CancelPaymentCaptureMode$.inboundSchema = CancelPaymentCaptureMode$inboundSchema;
36245
36243
  CancelPaymentCaptureMode$.outboundSchema = CancelPaymentCaptureMode$outboundSchema;
36246
36244
  })(CancelPaymentCaptureMode$ ||= {});
36247
- CancelPaymentCaptureDelay$inboundSchema = nativeEnumType(CancelPaymentCaptureDelay);
36248
- CancelPaymentCaptureDelay$outboundSchema = CancelPaymentCaptureDelay$inboundSchema;
36249
- ((CancelPaymentCaptureDelay$) => {
36250
- CancelPaymentCaptureDelay$.inboundSchema = CancelPaymentCaptureDelay$inboundSchema;
36251
- CancelPaymentCaptureDelay$.outboundSchema = CancelPaymentCaptureDelay$outboundSchema;
36252
- })(CancelPaymentCaptureDelay$ ||= {});
36253
36245
  CancelPaymentApplicationFeeAmount$inboundSchema = objectType({
36254
36246
  currency: stringType(),
36255
36247
  value: stringType()
@@ -36646,8 +36638,8 @@ var init_cancelpayment = __esm(() => {
36646
36638
  stringType(),
36647
36639
  arrayType(stringType())
36648
36640
  ])).optional(),
36649
- captureMode: nullableType(CancelPaymentCaptureMode$inboundSchema.default("automatic")),
36650
- captureDelay: nullableType(CancelPaymentCaptureDelay$inboundSchema).optional(),
36641
+ captureMode: nullableType(CancelPaymentCaptureMode$inboundSchema).optional(),
36642
+ captureDelay: nullableType(stringType()).optional(),
36651
36643
  captureBefore: nullableType(stringType()).optional(),
36652
36644
  applicationFee: nullableType(lazyType(() => CancelPaymentApplicationFee$inboundSchema)).optional(),
36653
36645
  routing: nullableType(arrayType(lazyType(() => CancelPaymentRouting$inboundSchema))).optional(),
@@ -36701,8 +36693,8 @@ var init_cancelpayment = __esm(() => {
36701
36693
  stringType(),
36702
36694
  arrayType(stringType())
36703
36695
  ])).optional(),
36704
- captureMode: nullableType(CancelPaymentCaptureMode$outboundSchema.default("automatic")),
36705
- captureDelay: nullableType(CancelPaymentCaptureDelay$outboundSchema).optional(),
36696
+ captureMode: nullableType(CancelPaymentCaptureMode$outboundSchema).optional(),
36697
+ captureDelay: nullableType(stringType()).optional(),
36706
36698
  captureBefore: nullableType(stringType()).optional(),
36707
36699
  applicationFee: nullableType(lazyType(() => CancelPaymentApplicationFee$outboundSchema)).optional(),
36708
36700
  routing: nullableType(arrayType(lazyType(() => CancelPaymentRouting$outboundSchema))).optional(),
@@ -37917,7 +37909,7 @@ var init_createcustomer = __esm(() => {
37917
37909
  });
37918
37910
 
37919
37911
  // src/models/operations/createcustomerpayment.ts
37920
- var CreateCustomerPaymentLineTypeRequest, CreateCustomerPaymentCategoryRequest, CreateCustomerPaymentIntervalRequest, CreateCustomerPaymentLocaleRequest, CreateCustomerPaymentMethodRequest, CreateCustomerPaymentCaptureModeRequest, CreateCustomerPaymentCaptureDelayRequest, CreateCustomerPaymentRoutingTypeRequest, CreateCustomerPaymentSequenceTypeRequest, CreateCustomerPaymentMode, CreateCustomerPaymentLineTypeResponse, CreateCustomerPaymentCategoryResponse, CreateCustomerPaymentIntervalResponse, CreateCustomerPaymentLocaleResponse, CreateCustomerPaymentMethodResponse, CreateCustomerPaymentCaptureModeResponse, CreateCustomerPaymentCaptureDelayResponse, CreateCustomerPaymentRoutingMode, CreateCustomerPaymentRoutingTypeResponse, CreateCustomerPaymentSequenceTypeResponse, CreateCustomerPaymentStatus, CreateCustomerPaymentAmountRequest$inboundSchema, CreateCustomerPaymentAmountRequest$outboundSchema, CreateCustomerPaymentAmountRequest$, CreateCustomerPaymentLineTypeRequest$inboundSchema, CreateCustomerPaymentLineTypeRequest$outboundSchema, CreateCustomerPaymentLineTypeRequest$, CreateCustomerPaymentUnitPriceRequest$inboundSchema, CreateCustomerPaymentUnitPriceRequest$outboundSchema, CreateCustomerPaymentUnitPriceRequest$, CreateCustomerPaymentDiscountAmountRequest$inboundSchema, CreateCustomerPaymentDiscountAmountRequest$outboundSchema, CreateCustomerPaymentDiscountAmountRequest$, CreateCustomerPaymentTotalAmountRequest$inboundSchema, CreateCustomerPaymentTotalAmountRequest$outboundSchema, CreateCustomerPaymentTotalAmountRequest$, CreateCustomerPaymentVatAmountRequest$inboundSchema, CreateCustomerPaymentVatAmountRequest$outboundSchema, CreateCustomerPaymentVatAmountRequest$, CreateCustomerPaymentCategoryRequest$inboundSchema, CreateCustomerPaymentCategoryRequest$outboundSchema, CreateCustomerPaymentCategoryRequest$, CreateCustomerPaymentIntervalRequest$inboundSchema, CreateCustomerPaymentIntervalRequest$outboundSchema, CreateCustomerPaymentIntervalRequest$, CreateCustomerPaymentRecurringAmountRequest$inboundSchema, CreateCustomerPaymentRecurringAmountRequest$outboundSchema, CreateCustomerPaymentRecurringAmountRequest$, CreateCustomerPaymentRecurringRequest$inboundSchema, CreateCustomerPaymentRecurringRequest$outboundSchema, CreateCustomerPaymentRecurringRequest$, CreateCustomerPaymentLineRequest$inboundSchema, CreateCustomerPaymentLineRequest$outboundSchema, CreateCustomerPaymentLineRequest$, CreateCustomerPaymentBillingAddressRequest$inboundSchema, CreateCustomerPaymentBillingAddressRequest$outboundSchema, CreateCustomerPaymentBillingAddressRequest$, CreateCustomerPaymentShippingAddressRequest$inboundSchema, CreateCustomerPaymentShippingAddressRequest$outboundSchema, CreateCustomerPaymentShippingAddressRequest$, CreateCustomerPaymentLocaleRequest$inboundSchema, CreateCustomerPaymentLocaleRequest$outboundSchema, CreateCustomerPaymentLocaleRequest$, CreateCustomerPaymentMethodRequest$inboundSchema, CreateCustomerPaymentMethodRequest$outboundSchema, CreateCustomerPaymentMethodRequest$, CreateCustomerPaymentMetadataRequest$inboundSchema, CreateCustomerPaymentMetadataRequest$outboundSchema, CreateCustomerPaymentMetadataRequest$, CreateCustomerPaymentMetadataRequestUnion$inboundSchema, CreateCustomerPaymentMetadataRequestUnion$outboundSchema, CreateCustomerPaymentMetadataRequestUnion$, CreateCustomerPaymentCaptureModeRequest$inboundSchema, CreateCustomerPaymentCaptureModeRequest$outboundSchema, CreateCustomerPaymentCaptureModeRequest$, CreateCustomerPaymentCaptureDelayRequest$inboundSchema, CreateCustomerPaymentCaptureDelayRequest$outboundSchema, CreateCustomerPaymentCaptureDelayRequest$, CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$, CreateCustomerPaymentApplicationFeeRequest$inboundSchema, CreateCustomerPaymentApplicationFeeRequest$outboundSchema, CreateCustomerPaymentApplicationFeeRequest$, CreateCustomerPaymentRoutingAmountRequest$inboundSchema, CreateCustomerPaymentRoutingAmountRequest$outboundSchema, CreateCustomerPaymentRoutingAmountRequest$, CreateCustomerPaymentRoutingTypeRequest$inboundSchema, CreateCustomerPaymentRoutingTypeRequest$outboundSchema, CreateCustomerPaymentRoutingTypeRequest$, CreateCustomerPaymentDestinationRequest$inboundSchema, CreateCustomerPaymentDestinationRequest$outboundSchema, CreateCustomerPaymentDestinationRequest$, CreateCustomerPaymentSelfRequest$inboundSchema, CreateCustomerPaymentSelfRequest$outboundSchema, CreateCustomerPaymentSelfRequest$, CreateCustomerPaymentPaymentRequest$inboundSchema, CreateCustomerPaymentPaymentRequest$outboundSchema, CreateCustomerPaymentPaymentRequest$, CreateCustomerPaymentLinksRequest$inboundSchema, CreateCustomerPaymentLinksRequest$outboundSchema, CreateCustomerPaymentLinksRequest$, CreateCustomerPaymentRoutingRequest$inboundSchema, CreateCustomerPaymentRoutingRequest$outboundSchema, CreateCustomerPaymentRoutingRequest$, CreateCustomerPaymentSequenceTypeRequest$inboundSchema, CreateCustomerPaymentSequenceTypeRequest$outboundSchema, CreateCustomerPaymentSequenceTypeRequest$, CreateCustomerPaymentRequestBody$inboundSchema, CreateCustomerPaymentRequestBody$outboundSchema, CreateCustomerPaymentRequestBody$, CreateCustomerPaymentRequest$inboundSchema, CreateCustomerPaymentRequest$outboundSchema, CreateCustomerPaymentRequest$, CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$, CreateCustomerPaymentServiceUnavailableLinks$inboundSchema, CreateCustomerPaymentServiceUnavailableLinks$outboundSchema, CreateCustomerPaymentServiceUnavailableLinks$, CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$, CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$, CreateCustomerPaymentMode$inboundSchema, CreateCustomerPaymentMode$outboundSchema, CreateCustomerPaymentMode$, CreateCustomerPaymentAmountResponse$inboundSchema, CreateCustomerPaymentAmountResponse$outboundSchema, CreateCustomerPaymentAmountResponse$, CreateCustomerPaymentAmountRefunded$inboundSchema, CreateCustomerPaymentAmountRefunded$outboundSchema, CreateCustomerPaymentAmountRefunded$, CreateCustomerPaymentAmountRemaining$inboundSchema, CreateCustomerPaymentAmountRemaining$outboundSchema, CreateCustomerPaymentAmountRemaining$, CreateCustomerPaymentAmountCaptured$inboundSchema, CreateCustomerPaymentAmountCaptured$outboundSchema, CreateCustomerPaymentAmountCaptured$, CreateCustomerPaymentAmountChargedBack$inboundSchema, CreateCustomerPaymentAmountChargedBack$outboundSchema, CreateCustomerPaymentAmountChargedBack$, CreateCustomerPaymentSettlementAmount$inboundSchema, CreateCustomerPaymentSettlementAmount$outboundSchema, CreateCustomerPaymentSettlementAmount$, CreateCustomerPaymentLineTypeResponse$inboundSchema, CreateCustomerPaymentLineTypeResponse$outboundSchema, CreateCustomerPaymentLineTypeResponse$, CreateCustomerPaymentUnitPriceResponse$inboundSchema, CreateCustomerPaymentUnitPriceResponse$outboundSchema, CreateCustomerPaymentUnitPriceResponse$, CreateCustomerPaymentDiscountAmountResponse$inboundSchema, CreateCustomerPaymentDiscountAmountResponse$outboundSchema, CreateCustomerPaymentDiscountAmountResponse$, CreateCustomerPaymentTotalAmountResponse$inboundSchema, CreateCustomerPaymentTotalAmountResponse$outboundSchema, CreateCustomerPaymentTotalAmountResponse$, CreateCustomerPaymentVatAmountResponse$inboundSchema, CreateCustomerPaymentVatAmountResponse$outboundSchema, CreateCustomerPaymentVatAmountResponse$, CreateCustomerPaymentCategoryResponse$inboundSchema, CreateCustomerPaymentCategoryResponse$outboundSchema, CreateCustomerPaymentCategoryResponse$, CreateCustomerPaymentIntervalResponse$inboundSchema, CreateCustomerPaymentIntervalResponse$outboundSchema, CreateCustomerPaymentIntervalResponse$, CreateCustomerPaymentRecurringAmountResponse$inboundSchema, CreateCustomerPaymentRecurringAmountResponse$outboundSchema, CreateCustomerPaymentRecurringAmountResponse$, CreateCustomerPaymentRecurringResponse$inboundSchema, CreateCustomerPaymentRecurringResponse$outboundSchema, CreateCustomerPaymentRecurringResponse$, CreateCustomerPaymentLineResponse$inboundSchema, CreateCustomerPaymentLineResponse$outboundSchema, CreateCustomerPaymentLineResponse$, CreateCustomerPaymentBillingAddressResponse$inboundSchema, CreateCustomerPaymentBillingAddressResponse$outboundSchema, CreateCustomerPaymentBillingAddressResponse$, CreateCustomerPaymentShippingAddressResponse$inboundSchema, CreateCustomerPaymentShippingAddressResponse$outboundSchema, CreateCustomerPaymentShippingAddressResponse$, CreateCustomerPaymentLocaleResponse$inboundSchema, CreateCustomerPaymentLocaleResponse$outboundSchema, CreateCustomerPaymentLocaleResponse$, CreateCustomerPaymentMethodResponse$inboundSchema, CreateCustomerPaymentMethodResponse$outboundSchema, CreateCustomerPaymentMethodResponse$, CreateCustomerPaymentMetadataResponse$inboundSchema, CreateCustomerPaymentMetadataResponse$outboundSchema, CreateCustomerPaymentMetadataResponse$, CreateCustomerPaymentMetadataResponseUnion$inboundSchema, CreateCustomerPaymentMetadataResponseUnion$outboundSchema, CreateCustomerPaymentMetadataResponseUnion$, CreateCustomerPaymentCaptureModeResponse$inboundSchema, CreateCustomerPaymentCaptureModeResponse$outboundSchema, CreateCustomerPaymentCaptureModeResponse$, CreateCustomerPaymentCaptureDelayResponse$inboundSchema, CreateCustomerPaymentCaptureDelayResponse$outboundSchema, CreateCustomerPaymentCaptureDelayResponse$, CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$, CreateCustomerPaymentApplicationFeeResponse$inboundSchema, CreateCustomerPaymentApplicationFeeResponse$outboundSchema, CreateCustomerPaymentApplicationFeeResponse$, CreateCustomerPaymentRoutingMode$inboundSchema, CreateCustomerPaymentRoutingMode$outboundSchema, CreateCustomerPaymentRoutingMode$, CreateCustomerPaymentRoutingAmountResponse$inboundSchema, CreateCustomerPaymentRoutingAmountResponse$outboundSchema, CreateCustomerPaymentRoutingAmountResponse$, CreateCustomerPaymentRoutingTypeResponse$inboundSchema, CreateCustomerPaymentRoutingTypeResponse$outboundSchema, CreateCustomerPaymentRoutingTypeResponse$, CreateCustomerPaymentDestinationResponse$inboundSchema, CreateCustomerPaymentDestinationResponse$outboundSchema, CreateCustomerPaymentDestinationResponse$, CreateCustomerPaymentRoutingSelfResponse$inboundSchema, CreateCustomerPaymentRoutingSelfResponse$outboundSchema, CreateCustomerPaymentRoutingSelfResponse$, CreateCustomerPaymentPaymentResponse$inboundSchema, CreateCustomerPaymentPaymentResponse$outboundSchema, CreateCustomerPaymentPaymentResponse$, CreateCustomerPaymentRoutingLinksResponse$inboundSchema, CreateCustomerPaymentRoutingLinksResponse$outboundSchema, CreateCustomerPaymentRoutingLinksResponse$, CreateCustomerPaymentRoutingResponse$inboundSchema, CreateCustomerPaymentRoutingResponse$outboundSchema, CreateCustomerPaymentRoutingResponse$, CreateCustomerPaymentSequenceTypeResponse$inboundSchema, CreateCustomerPaymentSequenceTypeResponse$outboundSchema, CreateCustomerPaymentSequenceTypeResponse$, CreateCustomerPaymentStatus$inboundSchema, CreateCustomerPaymentStatus$outboundSchema, CreateCustomerPaymentStatus$, CreateCustomerPaymentStatusReason$inboundSchema, CreateCustomerPaymentStatusReason$outboundSchema, CreateCustomerPaymentStatusReason$, CreateCustomerPaymentSelfResponse$inboundSchema, CreateCustomerPaymentSelfResponse$outboundSchema, CreateCustomerPaymentSelfResponse$, CreateCustomerPaymentCheckout$inboundSchema, CreateCustomerPaymentCheckout$outboundSchema, CreateCustomerPaymentCheckout$, CreateCustomerPaymentMobileAppCheckout$inboundSchema, CreateCustomerPaymentMobileAppCheckout$outboundSchema, CreateCustomerPaymentMobileAppCheckout$, CreateCustomerPaymentChangePaymentState$inboundSchema, CreateCustomerPaymentChangePaymentState$outboundSchema, CreateCustomerPaymentChangePaymentState$, CreateCustomerPaymentDashboard$inboundSchema, CreateCustomerPaymentDashboard$outboundSchema, CreateCustomerPaymentDashboard$, CreateCustomerPaymentRefunds$inboundSchema, CreateCustomerPaymentRefunds$outboundSchema, CreateCustomerPaymentRefunds$, CreateCustomerPaymentChargebacks$inboundSchema, CreateCustomerPaymentChargebacks$outboundSchema, CreateCustomerPaymentChargebacks$, CreateCustomerPaymentCaptures$inboundSchema, CreateCustomerPaymentCaptures$outboundSchema, CreateCustomerPaymentCaptures$, CreateCustomerPaymentSettlement$inboundSchema, CreateCustomerPaymentSettlement$outboundSchema, CreateCustomerPaymentSettlement$, CreateCustomerPaymentCustomer$inboundSchema, CreateCustomerPaymentCustomer$outboundSchema, CreateCustomerPaymentCustomer$, CreateCustomerPaymentMandate$inboundSchema, CreateCustomerPaymentMandate$outboundSchema, CreateCustomerPaymentMandate$, CreateCustomerPaymentSubscription$inboundSchema, CreateCustomerPaymentSubscription$outboundSchema, CreateCustomerPaymentSubscription$, CreateCustomerPaymentOrder$inboundSchema, CreateCustomerPaymentOrder$outboundSchema, CreateCustomerPaymentOrder$, CreateCustomerPaymentTerminal$inboundSchema, CreateCustomerPaymentTerminal$outboundSchema, CreateCustomerPaymentTerminal$, CreateCustomerPaymentDocumentation$inboundSchema, CreateCustomerPaymentDocumentation$outboundSchema, CreateCustomerPaymentDocumentation$, CreateCustomerPaymentLinksResponse$inboundSchema, CreateCustomerPaymentLinksResponse$outboundSchema, CreateCustomerPaymentLinksResponse$, CreateCustomerPaymentResponse$inboundSchema, CreateCustomerPaymentResponse$outboundSchema, CreateCustomerPaymentResponse$;
37912
+ var CreateCustomerPaymentLineTypeRequest, CreateCustomerPaymentCategoryRequest, CreateCustomerPaymentIntervalRequest, CreateCustomerPaymentLocaleRequest, CreateCustomerPaymentMethodRequest, CreateCustomerPaymentCaptureModeRequest, CreateCustomerPaymentRoutingTypeRequest, CreateCustomerPaymentSequenceTypeRequest, CreateCustomerPaymentMode, CreateCustomerPaymentLineTypeResponse, CreateCustomerPaymentCategoryResponse, CreateCustomerPaymentIntervalResponse, CreateCustomerPaymentLocaleResponse, CreateCustomerPaymentMethodResponse, CreateCustomerPaymentCaptureModeResponse, CreateCustomerPaymentRoutingMode, CreateCustomerPaymentRoutingTypeResponse, CreateCustomerPaymentSequenceTypeResponse, CreateCustomerPaymentStatus, CreateCustomerPaymentAmountRequest$inboundSchema, CreateCustomerPaymentAmountRequest$outboundSchema, CreateCustomerPaymentAmountRequest$, CreateCustomerPaymentLineTypeRequest$inboundSchema, CreateCustomerPaymentLineTypeRequest$outboundSchema, CreateCustomerPaymentLineTypeRequest$, CreateCustomerPaymentUnitPriceRequest$inboundSchema, CreateCustomerPaymentUnitPriceRequest$outboundSchema, CreateCustomerPaymentUnitPriceRequest$, CreateCustomerPaymentDiscountAmountRequest$inboundSchema, CreateCustomerPaymentDiscountAmountRequest$outboundSchema, CreateCustomerPaymentDiscountAmountRequest$, CreateCustomerPaymentTotalAmountRequest$inboundSchema, CreateCustomerPaymentTotalAmountRequest$outboundSchema, CreateCustomerPaymentTotalAmountRequest$, CreateCustomerPaymentVatAmountRequest$inboundSchema, CreateCustomerPaymentVatAmountRequest$outboundSchema, CreateCustomerPaymentVatAmountRequest$, CreateCustomerPaymentCategoryRequest$inboundSchema, CreateCustomerPaymentCategoryRequest$outboundSchema, CreateCustomerPaymentCategoryRequest$, CreateCustomerPaymentIntervalRequest$inboundSchema, CreateCustomerPaymentIntervalRequest$outboundSchema, CreateCustomerPaymentIntervalRequest$, CreateCustomerPaymentRecurringAmountRequest$inboundSchema, CreateCustomerPaymentRecurringAmountRequest$outboundSchema, CreateCustomerPaymentRecurringAmountRequest$, CreateCustomerPaymentRecurringRequest$inboundSchema, CreateCustomerPaymentRecurringRequest$outboundSchema, CreateCustomerPaymentRecurringRequest$, CreateCustomerPaymentLineRequest$inboundSchema, CreateCustomerPaymentLineRequest$outboundSchema, CreateCustomerPaymentLineRequest$, CreateCustomerPaymentBillingAddressRequest$inboundSchema, CreateCustomerPaymentBillingAddressRequest$outboundSchema, CreateCustomerPaymentBillingAddressRequest$, CreateCustomerPaymentShippingAddressRequest$inboundSchema, CreateCustomerPaymentShippingAddressRequest$outboundSchema, CreateCustomerPaymentShippingAddressRequest$, CreateCustomerPaymentLocaleRequest$inboundSchema, CreateCustomerPaymentLocaleRequest$outboundSchema, CreateCustomerPaymentLocaleRequest$, CreateCustomerPaymentMethodRequest$inboundSchema, CreateCustomerPaymentMethodRequest$outboundSchema, CreateCustomerPaymentMethodRequest$, CreateCustomerPaymentMetadataRequest$inboundSchema, CreateCustomerPaymentMetadataRequest$outboundSchema, CreateCustomerPaymentMetadataRequest$, CreateCustomerPaymentMetadataRequestUnion$inboundSchema, CreateCustomerPaymentMetadataRequestUnion$outboundSchema, CreateCustomerPaymentMetadataRequestUnion$, CreateCustomerPaymentCaptureModeRequest$inboundSchema, CreateCustomerPaymentCaptureModeRequest$outboundSchema, CreateCustomerPaymentCaptureModeRequest$, CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$, CreateCustomerPaymentApplicationFeeRequest$inboundSchema, CreateCustomerPaymentApplicationFeeRequest$outboundSchema, CreateCustomerPaymentApplicationFeeRequest$, CreateCustomerPaymentRoutingAmountRequest$inboundSchema, CreateCustomerPaymentRoutingAmountRequest$outboundSchema, CreateCustomerPaymentRoutingAmountRequest$, CreateCustomerPaymentRoutingTypeRequest$inboundSchema, CreateCustomerPaymentRoutingTypeRequest$outboundSchema, CreateCustomerPaymentRoutingTypeRequest$, CreateCustomerPaymentDestinationRequest$inboundSchema, CreateCustomerPaymentDestinationRequest$outboundSchema, CreateCustomerPaymentDestinationRequest$, CreateCustomerPaymentSelfRequest$inboundSchema, CreateCustomerPaymentSelfRequest$outboundSchema, CreateCustomerPaymentSelfRequest$, CreateCustomerPaymentPaymentRequest$inboundSchema, CreateCustomerPaymentPaymentRequest$outboundSchema, CreateCustomerPaymentPaymentRequest$, CreateCustomerPaymentLinksRequest$inboundSchema, CreateCustomerPaymentLinksRequest$outboundSchema, CreateCustomerPaymentLinksRequest$, CreateCustomerPaymentRoutingRequest$inboundSchema, CreateCustomerPaymentRoutingRequest$outboundSchema, CreateCustomerPaymentRoutingRequest$, CreateCustomerPaymentSequenceTypeRequest$inboundSchema, CreateCustomerPaymentSequenceTypeRequest$outboundSchema, CreateCustomerPaymentSequenceTypeRequest$, CreateCustomerPaymentRequestBody$inboundSchema, CreateCustomerPaymentRequestBody$outboundSchema, CreateCustomerPaymentRequestBody$, CreateCustomerPaymentRequest$inboundSchema, CreateCustomerPaymentRequest$outboundSchema, CreateCustomerPaymentRequest$, CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$, CreateCustomerPaymentServiceUnavailableLinks$inboundSchema, CreateCustomerPaymentServiceUnavailableLinks$outboundSchema, CreateCustomerPaymentServiceUnavailableLinks$, CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$, CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$, CreateCustomerPaymentMode$inboundSchema, CreateCustomerPaymentMode$outboundSchema, CreateCustomerPaymentMode$, CreateCustomerPaymentAmountResponse$inboundSchema, CreateCustomerPaymentAmountResponse$outboundSchema, CreateCustomerPaymentAmountResponse$, CreateCustomerPaymentAmountRefunded$inboundSchema, CreateCustomerPaymentAmountRefunded$outboundSchema, CreateCustomerPaymentAmountRefunded$, CreateCustomerPaymentAmountRemaining$inboundSchema, CreateCustomerPaymentAmountRemaining$outboundSchema, CreateCustomerPaymentAmountRemaining$, CreateCustomerPaymentAmountCaptured$inboundSchema, CreateCustomerPaymentAmountCaptured$outboundSchema, CreateCustomerPaymentAmountCaptured$, CreateCustomerPaymentAmountChargedBack$inboundSchema, CreateCustomerPaymentAmountChargedBack$outboundSchema, CreateCustomerPaymentAmountChargedBack$, CreateCustomerPaymentSettlementAmount$inboundSchema, CreateCustomerPaymentSettlementAmount$outboundSchema, CreateCustomerPaymentSettlementAmount$, CreateCustomerPaymentLineTypeResponse$inboundSchema, CreateCustomerPaymentLineTypeResponse$outboundSchema, CreateCustomerPaymentLineTypeResponse$, CreateCustomerPaymentUnitPriceResponse$inboundSchema, CreateCustomerPaymentUnitPriceResponse$outboundSchema, CreateCustomerPaymentUnitPriceResponse$, CreateCustomerPaymentDiscountAmountResponse$inboundSchema, CreateCustomerPaymentDiscountAmountResponse$outboundSchema, CreateCustomerPaymentDiscountAmountResponse$, CreateCustomerPaymentTotalAmountResponse$inboundSchema, CreateCustomerPaymentTotalAmountResponse$outboundSchema, CreateCustomerPaymentTotalAmountResponse$, CreateCustomerPaymentVatAmountResponse$inboundSchema, CreateCustomerPaymentVatAmountResponse$outboundSchema, CreateCustomerPaymentVatAmountResponse$, CreateCustomerPaymentCategoryResponse$inboundSchema, CreateCustomerPaymentCategoryResponse$outboundSchema, CreateCustomerPaymentCategoryResponse$, CreateCustomerPaymentIntervalResponse$inboundSchema, CreateCustomerPaymentIntervalResponse$outboundSchema, CreateCustomerPaymentIntervalResponse$, CreateCustomerPaymentRecurringAmountResponse$inboundSchema, CreateCustomerPaymentRecurringAmountResponse$outboundSchema, CreateCustomerPaymentRecurringAmountResponse$, CreateCustomerPaymentRecurringResponse$inboundSchema, CreateCustomerPaymentRecurringResponse$outboundSchema, CreateCustomerPaymentRecurringResponse$, CreateCustomerPaymentLineResponse$inboundSchema, CreateCustomerPaymentLineResponse$outboundSchema, CreateCustomerPaymentLineResponse$, CreateCustomerPaymentBillingAddressResponse$inboundSchema, CreateCustomerPaymentBillingAddressResponse$outboundSchema, CreateCustomerPaymentBillingAddressResponse$, CreateCustomerPaymentShippingAddressResponse$inboundSchema, CreateCustomerPaymentShippingAddressResponse$outboundSchema, CreateCustomerPaymentShippingAddressResponse$, CreateCustomerPaymentLocaleResponse$inboundSchema, CreateCustomerPaymentLocaleResponse$outboundSchema, CreateCustomerPaymentLocaleResponse$, CreateCustomerPaymentMethodResponse$inboundSchema, CreateCustomerPaymentMethodResponse$outboundSchema, CreateCustomerPaymentMethodResponse$, CreateCustomerPaymentMetadataResponse$inboundSchema, CreateCustomerPaymentMetadataResponse$outboundSchema, CreateCustomerPaymentMetadataResponse$, CreateCustomerPaymentMetadataResponseUnion$inboundSchema, CreateCustomerPaymentMetadataResponseUnion$outboundSchema, CreateCustomerPaymentMetadataResponseUnion$, CreateCustomerPaymentCaptureModeResponse$inboundSchema, CreateCustomerPaymentCaptureModeResponse$outboundSchema, CreateCustomerPaymentCaptureModeResponse$, CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$, CreateCustomerPaymentApplicationFeeResponse$inboundSchema, CreateCustomerPaymentApplicationFeeResponse$outboundSchema, CreateCustomerPaymentApplicationFeeResponse$, CreateCustomerPaymentRoutingMode$inboundSchema, CreateCustomerPaymentRoutingMode$outboundSchema, CreateCustomerPaymentRoutingMode$, CreateCustomerPaymentRoutingAmountResponse$inboundSchema, CreateCustomerPaymentRoutingAmountResponse$outboundSchema, CreateCustomerPaymentRoutingAmountResponse$, CreateCustomerPaymentRoutingTypeResponse$inboundSchema, CreateCustomerPaymentRoutingTypeResponse$outboundSchema, CreateCustomerPaymentRoutingTypeResponse$, CreateCustomerPaymentDestinationResponse$inboundSchema, CreateCustomerPaymentDestinationResponse$outboundSchema, CreateCustomerPaymentDestinationResponse$, CreateCustomerPaymentRoutingSelfResponse$inboundSchema, CreateCustomerPaymentRoutingSelfResponse$outboundSchema, CreateCustomerPaymentRoutingSelfResponse$, CreateCustomerPaymentPaymentResponse$inboundSchema, CreateCustomerPaymentPaymentResponse$outboundSchema, CreateCustomerPaymentPaymentResponse$, CreateCustomerPaymentRoutingLinksResponse$inboundSchema, CreateCustomerPaymentRoutingLinksResponse$outboundSchema, CreateCustomerPaymentRoutingLinksResponse$, CreateCustomerPaymentRoutingResponse$inboundSchema, CreateCustomerPaymentRoutingResponse$outboundSchema, CreateCustomerPaymentRoutingResponse$, CreateCustomerPaymentSequenceTypeResponse$inboundSchema, CreateCustomerPaymentSequenceTypeResponse$outboundSchema, CreateCustomerPaymentSequenceTypeResponse$, CreateCustomerPaymentStatus$inboundSchema, CreateCustomerPaymentStatus$outboundSchema, CreateCustomerPaymentStatus$, CreateCustomerPaymentStatusReason$inboundSchema, CreateCustomerPaymentStatusReason$outboundSchema, CreateCustomerPaymentStatusReason$, CreateCustomerPaymentSelfResponse$inboundSchema, CreateCustomerPaymentSelfResponse$outboundSchema, CreateCustomerPaymentSelfResponse$, CreateCustomerPaymentCheckout$inboundSchema, CreateCustomerPaymentCheckout$outboundSchema, CreateCustomerPaymentCheckout$, CreateCustomerPaymentMobileAppCheckout$inboundSchema, CreateCustomerPaymentMobileAppCheckout$outboundSchema, CreateCustomerPaymentMobileAppCheckout$, CreateCustomerPaymentChangePaymentState$inboundSchema, CreateCustomerPaymentChangePaymentState$outboundSchema, CreateCustomerPaymentChangePaymentState$, CreateCustomerPaymentDashboard$inboundSchema, CreateCustomerPaymentDashboard$outboundSchema, CreateCustomerPaymentDashboard$, CreateCustomerPaymentRefunds$inboundSchema, CreateCustomerPaymentRefunds$outboundSchema, CreateCustomerPaymentRefunds$, CreateCustomerPaymentChargebacks$inboundSchema, CreateCustomerPaymentChargebacks$outboundSchema, CreateCustomerPaymentChargebacks$, CreateCustomerPaymentCaptures$inboundSchema, CreateCustomerPaymentCaptures$outboundSchema, CreateCustomerPaymentCaptures$, CreateCustomerPaymentSettlement$inboundSchema, CreateCustomerPaymentSettlement$outboundSchema, CreateCustomerPaymentSettlement$, CreateCustomerPaymentCustomer$inboundSchema, CreateCustomerPaymentCustomer$outboundSchema, CreateCustomerPaymentCustomer$, CreateCustomerPaymentMandate$inboundSchema, CreateCustomerPaymentMandate$outboundSchema, CreateCustomerPaymentMandate$, CreateCustomerPaymentSubscription$inboundSchema, CreateCustomerPaymentSubscription$outboundSchema, CreateCustomerPaymentSubscription$, CreateCustomerPaymentOrder$inboundSchema, CreateCustomerPaymentOrder$outboundSchema, CreateCustomerPaymentOrder$, CreateCustomerPaymentTerminal$inboundSchema, CreateCustomerPaymentTerminal$outboundSchema, CreateCustomerPaymentTerminal$, CreateCustomerPaymentDocumentation$inboundSchema, CreateCustomerPaymentDocumentation$outboundSchema, CreateCustomerPaymentDocumentation$, CreateCustomerPaymentLinksResponse$inboundSchema, CreateCustomerPaymentLinksResponse$outboundSchema, CreateCustomerPaymentLinksResponse$, CreateCustomerPaymentResponse$inboundSchema, CreateCustomerPaymentResponse$outboundSchema, CreateCustomerPaymentResponse$;
37921
37913
  var init_createcustomerpayment = __esm(() => {
37922
37914
  init_esm();
37923
37915
  init_primitives();
@@ -37975,6 +37967,7 @@ var init_createcustomerpayment = __esm(() => {
37975
37967
  Banktransfer: "banktransfer",
37976
37968
  Belfius: "belfius",
37977
37969
  Billie: "billie",
37970
+ Bizum: "bizum",
37978
37971
  Blik: "blik",
37979
37972
  Creditcard: "creditcard",
37980
37973
  Directdebit: "directdebit",
@@ -37987,6 +37980,7 @@ var init_createcustomerpayment = __esm(() => {
37987
37980
  Mbway: "mbway",
37988
37981
  Multibanco: "multibanco",
37989
37982
  Mybank: "mybank",
37983
+ Paybybank: "paybybank",
37990
37984
  Payconiq: "payconiq",
37991
37985
  Paypal: "paypal",
37992
37986
  Paysafecard: "paysafecard",
@@ -38003,10 +37997,6 @@ var init_createcustomerpayment = __esm(() => {
38003
37997
  Automatic: "automatic",
38004
37998
  Manual: "manual"
38005
37999
  };
38006
- CreateCustomerPaymentCaptureDelayRequest = {
38007
- DotDotDotHours: "... hours",
38008
- DotDotDotDays: "... days"
38009
- };
38010
38000
  CreateCustomerPaymentRoutingTypeRequest = {
38011
38001
  Organization: "organization"
38012
38002
  };
@@ -38073,6 +38063,7 @@ var init_createcustomerpayment = __esm(() => {
38073
38063
  Banktransfer: "banktransfer",
38074
38064
  Belfius: "belfius",
38075
38065
  Billie: "billie",
38066
+ Bizum: "bizum",
38076
38067
  Blik: "blik",
38077
38068
  Creditcard: "creditcard",
38078
38069
  Directdebit: "directdebit",
@@ -38085,6 +38076,7 @@ var init_createcustomerpayment = __esm(() => {
38085
38076
  Mbway: "mbway",
38086
38077
  Multibanco: "multibanco",
38087
38078
  Mybank: "mybank",
38079
+ Paybybank: "paybybank",
38088
38080
  Payconiq: "payconiq",
38089
38081
  Paypal: "paypal",
38090
38082
  Paysafecard: "paysafecard",
@@ -38101,10 +38093,6 @@ var init_createcustomerpayment = __esm(() => {
38101
38093
  Automatic: "automatic",
38102
38094
  Manual: "manual"
38103
38095
  };
38104
- CreateCustomerPaymentCaptureDelayResponse = {
38105
- DotDotDotHours: "... hours",
38106
- DotDotDotDays: "... days"
38107
- };
38108
38096
  CreateCustomerPaymentRoutingMode = {
38109
38097
  Live: "live",
38110
38098
  Test: "test"
@@ -38372,12 +38360,6 @@ var init_createcustomerpayment = __esm(() => {
38372
38360
  CreateCustomerPaymentCaptureModeRequest$.inboundSchema = CreateCustomerPaymentCaptureModeRequest$inboundSchema;
38373
38361
  CreateCustomerPaymentCaptureModeRequest$.outboundSchema = CreateCustomerPaymentCaptureModeRequest$outboundSchema;
38374
38362
  })(CreateCustomerPaymentCaptureModeRequest$ ||= {});
38375
- CreateCustomerPaymentCaptureDelayRequest$inboundSchema = nativeEnumType(CreateCustomerPaymentCaptureDelayRequest);
38376
- CreateCustomerPaymentCaptureDelayRequest$outboundSchema = CreateCustomerPaymentCaptureDelayRequest$inboundSchema;
38377
- ((CreateCustomerPaymentCaptureDelayRequest$) => {
38378
- CreateCustomerPaymentCaptureDelayRequest$.inboundSchema = CreateCustomerPaymentCaptureDelayRequest$inboundSchema;
38379
- CreateCustomerPaymentCaptureDelayRequest$.outboundSchema = CreateCustomerPaymentCaptureDelayRequest$outboundSchema;
38380
- })(CreateCustomerPaymentCaptureDelayRequest$ ||= {});
38381
38363
  CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema = objectType({
38382
38364
  currency: stringType(),
38383
38365
  value: stringType()
@@ -38516,8 +38498,8 @@ var init_createcustomerpayment = __esm(() => {
38516
38498
  stringType(),
38517
38499
  arrayType(stringType())
38518
38500
  ])).optional(),
38519
- captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$inboundSchema.default("automatic")),
38520
- captureDelay: nullableType(CreateCustomerPaymentCaptureDelayRequest$inboundSchema).optional(),
38501
+ captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$inboundSchema).optional(),
38502
+ captureDelay: nullableType(stringType()).optional(),
38521
38503
  applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeRequest$inboundSchema)).optional(),
38522
38504
  routing: nullableType(arrayType(lazyType(() => CreateCustomerPaymentRoutingRequest$inboundSchema))).optional(),
38523
38505
  sequenceType: nullableType(CreateCustomerPaymentSequenceTypeRequest$inboundSchema.default("oneoff")),
@@ -38545,8 +38527,8 @@ var init_createcustomerpayment = __esm(() => {
38545
38527
  stringType(),
38546
38528
  arrayType(stringType())
38547
38529
  ])).optional(),
38548
- captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$outboundSchema.default("automatic")),
38549
- captureDelay: nullableType(CreateCustomerPaymentCaptureDelayRequest$outboundSchema).optional(),
38530
+ captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$outboundSchema).optional(),
38531
+ captureDelay: nullableType(stringType()).optional(),
38550
38532
  applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeRequest$outboundSchema)).optional(),
38551
38533
  routing: nullableType(arrayType(lazyType(() => CreateCustomerPaymentRoutingRequest$outboundSchema))).optional(),
38552
38534
  sequenceType: nullableType(CreateCustomerPaymentSequenceTypeRequest$outboundSchema.default("oneoff")),
@@ -38936,12 +38918,6 @@ var init_createcustomerpayment = __esm(() => {
38936
38918
  CreateCustomerPaymentCaptureModeResponse$.inboundSchema = CreateCustomerPaymentCaptureModeResponse$inboundSchema;
38937
38919
  CreateCustomerPaymentCaptureModeResponse$.outboundSchema = CreateCustomerPaymentCaptureModeResponse$outboundSchema;
38938
38920
  })(CreateCustomerPaymentCaptureModeResponse$ ||= {});
38939
- CreateCustomerPaymentCaptureDelayResponse$inboundSchema = nativeEnumType(CreateCustomerPaymentCaptureDelayResponse);
38940
- CreateCustomerPaymentCaptureDelayResponse$outboundSchema = CreateCustomerPaymentCaptureDelayResponse$inboundSchema;
38941
- ((CreateCustomerPaymentCaptureDelayResponse$) => {
38942
- CreateCustomerPaymentCaptureDelayResponse$.inboundSchema = CreateCustomerPaymentCaptureDelayResponse$inboundSchema;
38943
- CreateCustomerPaymentCaptureDelayResponse$.outboundSchema = CreateCustomerPaymentCaptureDelayResponse$outboundSchema;
38944
- })(CreateCustomerPaymentCaptureDelayResponse$ ||= {});
38945
38921
  CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema = objectType({
38946
38922
  currency: stringType(),
38947
38923
  value: stringType()
@@ -39338,8 +39314,8 @@ var init_createcustomerpayment = __esm(() => {
39338
39314
  stringType(),
39339
39315
  arrayType(stringType())
39340
39316
  ])).optional(),
39341
- captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$inboundSchema.default("automatic")),
39342
- captureDelay: nullableType(CreateCustomerPaymentCaptureDelayResponse$inboundSchema).optional(),
39317
+ captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$inboundSchema).optional(),
39318
+ captureDelay: nullableType(stringType()).optional(),
39343
39319
  captureBefore: nullableType(stringType()).optional(),
39344
39320
  applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeResponse$inboundSchema)).optional(),
39345
39321
  routing: nullableType(arrayType(lazyType(() => CreateCustomerPaymentRoutingResponse$inboundSchema))).optional(),
@@ -39393,8 +39369,8 @@ var init_createcustomerpayment = __esm(() => {
39393
39369
  stringType(),
39394
39370
  arrayType(stringType())
39395
39371
  ])).optional(),
39396
- captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$outboundSchema.default("automatic")),
39397
- captureDelay: nullableType(CreateCustomerPaymentCaptureDelayResponse$outboundSchema).optional(),
39372
+ captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$outboundSchema).optional(),
39373
+ captureDelay: nullableType(stringType()).optional(),
39398
39374
  captureBefore: nullableType(stringType()).optional(),
39399
39375
  applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeResponse$outboundSchema)).optional(),
39400
39376
  routing: nullableType(arrayType(lazyType(() => CreateCustomerPaymentRoutingResponse$outboundSchema))).optional(),
@@ -39683,7 +39659,7 @@ var init_createmandate = __esm(() => {
39683
39659
  });
39684
39660
 
39685
39661
  // src/models/operations/createpayment.ts
39686
- var CreatePaymentInclude, CreatePaymentLineTypeRequest, CreatePaymentCategoryRequest, CreatePaymentIntervalRequest, CreatePaymentLocaleRequest, CreatePaymentMethodRequest, CreatePaymentCaptureModeRequest, CreatePaymentCaptureDelayRequest, CreatePaymentRoutingTypeRequest, CreatePaymentSequenceTypeRequest, CreatePaymentMode, CreatePaymentLineTypeResponse, CreatePaymentCategoryResponse, CreatePaymentIntervalResponse, CreatePaymentLocaleResponse, CreatePaymentMethodResponse, CreatePaymentCaptureModeResponse, CreatePaymentCaptureDelayResponse, CreatePaymentRoutingMode, CreatePaymentRoutingTypeResponse, CreatePaymentSequenceTypeResponse, CreatePaymentStatus, CreatePaymentInclude$inboundSchema, CreatePaymentInclude$outboundSchema, CreatePaymentInclude$, CreatePaymentAmountRequest$inboundSchema, CreatePaymentAmountRequest$outboundSchema, CreatePaymentAmountRequest$, CreatePaymentLineTypeRequest$inboundSchema, CreatePaymentLineTypeRequest$outboundSchema, CreatePaymentLineTypeRequest$, CreatePaymentUnitPriceRequest$inboundSchema, CreatePaymentUnitPriceRequest$outboundSchema, CreatePaymentUnitPriceRequest$, CreatePaymentDiscountAmountRequest$inboundSchema, CreatePaymentDiscountAmountRequest$outboundSchema, CreatePaymentDiscountAmountRequest$, CreatePaymentTotalAmountRequest$inboundSchema, CreatePaymentTotalAmountRequest$outboundSchema, CreatePaymentTotalAmountRequest$, CreatePaymentVatAmountRequest$inboundSchema, CreatePaymentVatAmountRequest$outboundSchema, CreatePaymentVatAmountRequest$, CreatePaymentCategoryRequest$inboundSchema, CreatePaymentCategoryRequest$outboundSchema, CreatePaymentCategoryRequest$, CreatePaymentIntervalRequest$inboundSchema, CreatePaymentIntervalRequest$outboundSchema, CreatePaymentIntervalRequest$, CreatePaymentRecurringAmountRequest$inboundSchema, CreatePaymentRecurringAmountRequest$outboundSchema, CreatePaymentRecurringAmountRequest$, CreatePaymentRecurringRequest$inboundSchema, CreatePaymentRecurringRequest$outboundSchema, CreatePaymentRecurringRequest$, CreatePaymentLineRequest$inboundSchema, CreatePaymentLineRequest$outboundSchema, CreatePaymentLineRequest$, CreatePaymentBillingAddressRequest$inboundSchema, CreatePaymentBillingAddressRequest$outboundSchema, CreatePaymentBillingAddressRequest$, CreatePaymentShippingAddressRequest$inboundSchema, CreatePaymentShippingAddressRequest$outboundSchema, CreatePaymentShippingAddressRequest$, CreatePaymentLocaleRequest$inboundSchema, CreatePaymentLocaleRequest$outboundSchema, CreatePaymentLocaleRequest$, CreatePaymentMethodRequest$inboundSchema, CreatePaymentMethodRequest$outboundSchema, CreatePaymentMethodRequest$, CreatePaymentMetadataRequest$inboundSchema, CreatePaymentMetadataRequest$outboundSchema, CreatePaymentMetadataRequest$, CreatePaymentMetadataRequestUnion$inboundSchema, CreatePaymentMetadataRequestUnion$outboundSchema, CreatePaymentMetadataRequestUnion$, CreatePaymentCaptureModeRequest$inboundSchema, CreatePaymentCaptureModeRequest$outboundSchema, CreatePaymentCaptureModeRequest$, CreatePaymentCaptureDelayRequest$inboundSchema, CreatePaymentCaptureDelayRequest$outboundSchema, CreatePaymentCaptureDelayRequest$, CreatePaymentApplicationFeeAmountRequest$inboundSchema, CreatePaymentApplicationFeeAmountRequest$outboundSchema, CreatePaymentApplicationFeeAmountRequest$, CreatePaymentApplicationFeeRequest$inboundSchema, CreatePaymentApplicationFeeRequest$outboundSchema, CreatePaymentApplicationFeeRequest$, CreatePaymentRoutingAmountRequest$inboundSchema, CreatePaymentRoutingAmountRequest$outboundSchema, CreatePaymentRoutingAmountRequest$, CreatePaymentRoutingTypeRequest$inboundSchema, CreatePaymentRoutingTypeRequest$outboundSchema, CreatePaymentRoutingTypeRequest$, CreatePaymentDestinationRequest$inboundSchema, CreatePaymentDestinationRequest$outboundSchema, CreatePaymentDestinationRequest$, CreatePaymentSelfRequest$inboundSchema, CreatePaymentSelfRequest$outboundSchema, CreatePaymentSelfRequest$, CreatePaymentPaymentRequest$inboundSchema, CreatePaymentPaymentRequest$outboundSchema, CreatePaymentPaymentRequest$, CreatePaymentLinksRequest$inboundSchema, CreatePaymentLinksRequest$outboundSchema, CreatePaymentLinksRequest$, CreatePaymentRoutingRequest$inboundSchema, CreatePaymentRoutingRequest$outboundSchema, CreatePaymentRoutingRequest$, CreatePaymentSequenceTypeRequest$inboundSchema, CreatePaymentSequenceTypeRequest$outboundSchema, CreatePaymentSequenceTypeRequest$, CreatePaymentRequestBody$inboundSchema, CreatePaymentRequestBody$outboundSchema, CreatePaymentRequestBody$, CreatePaymentRequest$inboundSchema, CreatePaymentRequest$outboundSchema, CreatePaymentRequest$, CreatePaymentServiceUnavailableDocumentation$inboundSchema, CreatePaymentServiceUnavailableDocumentation$outboundSchema, CreatePaymentServiceUnavailableDocumentation$, CreatePaymentServiceUnavailableLinks$inboundSchema, CreatePaymentServiceUnavailableLinks$outboundSchema, CreatePaymentServiceUnavailableLinks$, CreatePaymentUnprocessableEntityDocumentation$inboundSchema, CreatePaymentUnprocessableEntityDocumentation$outboundSchema, CreatePaymentUnprocessableEntityDocumentation$, CreatePaymentUnprocessableEntityLinks$inboundSchema, CreatePaymentUnprocessableEntityLinks$outboundSchema, CreatePaymentUnprocessableEntityLinks$, CreatePaymentMode$inboundSchema, CreatePaymentMode$outboundSchema, CreatePaymentMode$, CreatePaymentAmountResponse$inboundSchema, CreatePaymentAmountResponse$outboundSchema, CreatePaymentAmountResponse$, CreatePaymentAmountRefunded$inboundSchema, CreatePaymentAmountRefunded$outboundSchema, CreatePaymentAmountRefunded$, CreatePaymentAmountRemaining$inboundSchema, CreatePaymentAmountRemaining$outboundSchema, CreatePaymentAmountRemaining$, CreatePaymentAmountCaptured$inboundSchema, CreatePaymentAmountCaptured$outboundSchema, CreatePaymentAmountCaptured$, CreatePaymentAmountChargedBack$inboundSchema, CreatePaymentAmountChargedBack$outboundSchema, CreatePaymentAmountChargedBack$, CreatePaymentSettlementAmount$inboundSchema, CreatePaymentSettlementAmount$outboundSchema, CreatePaymentSettlementAmount$, CreatePaymentLineTypeResponse$inboundSchema, CreatePaymentLineTypeResponse$outboundSchema, CreatePaymentLineTypeResponse$, CreatePaymentUnitPriceResponse$inboundSchema, CreatePaymentUnitPriceResponse$outboundSchema, CreatePaymentUnitPriceResponse$, CreatePaymentDiscountAmountResponse$inboundSchema, CreatePaymentDiscountAmountResponse$outboundSchema, CreatePaymentDiscountAmountResponse$, CreatePaymentTotalAmountResponse$inboundSchema, CreatePaymentTotalAmountResponse$outboundSchema, CreatePaymentTotalAmountResponse$, CreatePaymentVatAmountResponse$inboundSchema, CreatePaymentVatAmountResponse$outboundSchema, CreatePaymentVatAmountResponse$, CreatePaymentCategoryResponse$inboundSchema, CreatePaymentCategoryResponse$outboundSchema, CreatePaymentCategoryResponse$, CreatePaymentIntervalResponse$inboundSchema, CreatePaymentIntervalResponse$outboundSchema, CreatePaymentIntervalResponse$, CreatePaymentRecurringAmountResponse$inboundSchema, CreatePaymentRecurringAmountResponse$outboundSchema, CreatePaymentRecurringAmountResponse$, CreatePaymentRecurringResponse$inboundSchema, CreatePaymentRecurringResponse$outboundSchema, CreatePaymentRecurringResponse$, CreatePaymentLineResponse$inboundSchema, CreatePaymentLineResponse$outboundSchema, CreatePaymentLineResponse$, CreatePaymentBillingAddressResponse$inboundSchema, CreatePaymentBillingAddressResponse$outboundSchema, CreatePaymentBillingAddressResponse$, CreatePaymentShippingAddressResponse$inboundSchema, CreatePaymentShippingAddressResponse$outboundSchema, CreatePaymentShippingAddressResponse$, CreatePaymentLocaleResponse$inboundSchema, CreatePaymentLocaleResponse$outboundSchema, CreatePaymentLocaleResponse$, CreatePaymentMethodResponse$inboundSchema, CreatePaymentMethodResponse$outboundSchema, CreatePaymentMethodResponse$, CreatePaymentMetadataResponse$inboundSchema, CreatePaymentMetadataResponse$outboundSchema, CreatePaymentMetadataResponse$, CreatePaymentMetadataResponseUnion$inboundSchema, CreatePaymentMetadataResponseUnion$outboundSchema, CreatePaymentMetadataResponseUnion$, CreatePaymentCaptureModeResponse$inboundSchema, CreatePaymentCaptureModeResponse$outboundSchema, CreatePaymentCaptureModeResponse$, CreatePaymentCaptureDelayResponse$inboundSchema, CreatePaymentCaptureDelayResponse$outboundSchema, CreatePaymentCaptureDelayResponse$, CreatePaymentApplicationFeeAmountResponse$inboundSchema, CreatePaymentApplicationFeeAmountResponse$outboundSchema, CreatePaymentApplicationFeeAmountResponse$, CreatePaymentApplicationFeeResponse$inboundSchema, CreatePaymentApplicationFeeResponse$outboundSchema, CreatePaymentApplicationFeeResponse$, CreatePaymentRoutingMode$inboundSchema, CreatePaymentRoutingMode$outboundSchema, CreatePaymentRoutingMode$, CreatePaymentRoutingAmountResponse$inboundSchema, CreatePaymentRoutingAmountResponse$outboundSchema, CreatePaymentRoutingAmountResponse$, CreatePaymentRoutingTypeResponse$inboundSchema, CreatePaymentRoutingTypeResponse$outboundSchema, CreatePaymentRoutingTypeResponse$, CreatePaymentDestinationResponse$inboundSchema, CreatePaymentDestinationResponse$outboundSchema, CreatePaymentDestinationResponse$, CreatePaymentRoutingSelfResponse$inboundSchema, CreatePaymentRoutingSelfResponse$outboundSchema, CreatePaymentRoutingSelfResponse$, CreatePaymentPaymentResponse$inboundSchema, CreatePaymentPaymentResponse$outboundSchema, CreatePaymentPaymentResponse$, CreatePaymentRoutingLinksResponse$inboundSchema, CreatePaymentRoutingLinksResponse$outboundSchema, CreatePaymentRoutingLinksResponse$, CreatePaymentRoutingResponse$inboundSchema, CreatePaymentRoutingResponse$outboundSchema, CreatePaymentRoutingResponse$, CreatePaymentSequenceTypeResponse$inboundSchema, CreatePaymentSequenceTypeResponse$outboundSchema, CreatePaymentSequenceTypeResponse$, CreatePaymentStatus$inboundSchema, CreatePaymentStatus$outboundSchema, CreatePaymentStatus$, CreatePaymentStatusReason$inboundSchema, CreatePaymentStatusReason$outboundSchema, CreatePaymentStatusReason$, CreatePaymentSelfResponse$inboundSchema, CreatePaymentSelfResponse$outboundSchema, CreatePaymentSelfResponse$, CreatePaymentCheckout$inboundSchema, CreatePaymentCheckout$outboundSchema, CreatePaymentCheckout$, CreatePaymentMobileAppCheckout$inboundSchema, CreatePaymentMobileAppCheckout$outboundSchema, CreatePaymentMobileAppCheckout$, CreatePaymentChangePaymentState$inboundSchema, CreatePaymentChangePaymentState$outboundSchema, CreatePaymentChangePaymentState$, CreatePaymentDashboard$inboundSchema, CreatePaymentDashboard$outboundSchema, CreatePaymentDashboard$, CreatePaymentRefunds$inboundSchema, CreatePaymentRefunds$outboundSchema, CreatePaymentRefunds$, CreatePaymentChargebacks$inboundSchema, CreatePaymentChargebacks$outboundSchema, CreatePaymentChargebacks$, CreatePaymentCaptures$inboundSchema, CreatePaymentCaptures$outboundSchema, CreatePaymentCaptures$, CreatePaymentSettlement$inboundSchema, CreatePaymentSettlement$outboundSchema, CreatePaymentSettlement$, CreatePaymentCustomer$inboundSchema, CreatePaymentCustomer$outboundSchema, CreatePaymentCustomer$, CreatePaymentMandate$inboundSchema, CreatePaymentMandate$outboundSchema, CreatePaymentMandate$, CreatePaymentSubscription$inboundSchema, CreatePaymentSubscription$outboundSchema, CreatePaymentSubscription$, CreatePaymentOrder$inboundSchema, CreatePaymentOrder$outboundSchema, CreatePaymentOrder$, CreatePaymentTerminal$inboundSchema, CreatePaymentTerminal$outboundSchema, CreatePaymentTerminal$, CreatePaymentDocumentation$inboundSchema, CreatePaymentDocumentation$outboundSchema, CreatePaymentDocumentation$, CreatePaymentLinksResponse$inboundSchema, CreatePaymentLinksResponse$outboundSchema, CreatePaymentLinksResponse$, CreatePaymentResponse$inboundSchema, CreatePaymentResponse$outboundSchema, CreatePaymentResponse$;
39662
+ var CreatePaymentInclude, CreatePaymentLineTypeRequest, CreatePaymentCategoryRequest, CreatePaymentIntervalRequest, CreatePaymentLocaleRequest, CreatePaymentMethodRequest, CreatePaymentCaptureModeRequest, CreatePaymentRoutingTypeRequest, CreatePaymentSequenceTypeRequest, CreatePaymentMode, CreatePaymentLineTypeResponse, CreatePaymentCategoryResponse, CreatePaymentIntervalResponse, CreatePaymentLocaleResponse, CreatePaymentMethodResponse, CreatePaymentCaptureModeResponse, CreatePaymentRoutingMode, CreatePaymentRoutingTypeResponse, CreatePaymentSequenceTypeResponse, CreatePaymentStatus, CreatePaymentInclude$inboundSchema, CreatePaymentInclude$outboundSchema, CreatePaymentInclude$, CreatePaymentAmountRequest$inboundSchema, CreatePaymentAmountRequest$outboundSchema, CreatePaymentAmountRequest$, CreatePaymentLineTypeRequest$inboundSchema, CreatePaymentLineTypeRequest$outboundSchema, CreatePaymentLineTypeRequest$, CreatePaymentUnitPriceRequest$inboundSchema, CreatePaymentUnitPriceRequest$outboundSchema, CreatePaymentUnitPriceRequest$, CreatePaymentDiscountAmountRequest$inboundSchema, CreatePaymentDiscountAmountRequest$outboundSchema, CreatePaymentDiscountAmountRequest$, CreatePaymentTotalAmountRequest$inboundSchema, CreatePaymentTotalAmountRequest$outboundSchema, CreatePaymentTotalAmountRequest$, CreatePaymentVatAmountRequest$inboundSchema, CreatePaymentVatAmountRequest$outboundSchema, CreatePaymentVatAmountRequest$, CreatePaymentCategoryRequest$inboundSchema, CreatePaymentCategoryRequest$outboundSchema, CreatePaymentCategoryRequest$, CreatePaymentIntervalRequest$inboundSchema, CreatePaymentIntervalRequest$outboundSchema, CreatePaymentIntervalRequest$, CreatePaymentRecurringAmountRequest$inboundSchema, CreatePaymentRecurringAmountRequest$outboundSchema, CreatePaymentRecurringAmountRequest$, CreatePaymentRecurringRequest$inboundSchema, CreatePaymentRecurringRequest$outboundSchema, CreatePaymentRecurringRequest$, CreatePaymentLineRequest$inboundSchema, CreatePaymentLineRequest$outboundSchema, CreatePaymentLineRequest$, CreatePaymentBillingAddressRequest$inboundSchema, CreatePaymentBillingAddressRequest$outboundSchema, CreatePaymentBillingAddressRequest$, CreatePaymentShippingAddressRequest$inboundSchema, CreatePaymentShippingAddressRequest$outboundSchema, CreatePaymentShippingAddressRequest$, CreatePaymentLocaleRequest$inboundSchema, CreatePaymentLocaleRequest$outboundSchema, CreatePaymentLocaleRequest$, CreatePaymentMethodRequest$inboundSchema, CreatePaymentMethodRequest$outboundSchema, CreatePaymentMethodRequest$, CreatePaymentMetadataRequest$inboundSchema, CreatePaymentMetadataRequest$outboundSchema, CreatePaymentMetadataRequest$, CreatePaymentMetadataRequestUnion$inboundSchema, CreatePaymentMetadataRequestUnion$outboundSchema, CreatePaymentMetadataRequestUnion$, CreatePaymentCaptureModeRequest$inboundSchema, CreatePaymentCaptureModeRequest$outboundSchema, CreatePaymentCaptureModeRequest$, CreatePaymentApplicationFeeAmountRequest$inboundSchema, CreatePaymentApplicationFeeAmountRequest$outboundSchema, CreatePaymentApplicationFeeAmountRequest$, CreatePaymentApplicationFeeRequest$inboundSchema, CreatePaymentApplicationFeeRequest$outboundSchema, CreatePaymentApplicationFeeRequest$, CreatePaymentRoutingAmountRequest$inboundSchema, CreatePaymentRoutingAmountRequest$outboundSchema, CreatePaymentRoutingAmountRequest$, CreatePaymentRoutingTypeRequest$inboundSchema, CreatePaymentRoutingTypeRequest$outboundSchema, CreatePaymentRoutingTypeRequest$, CreatePaymentDestinationRequest$inboundSchema, CreatePaymentDestinationRequest$outboundSchema, CreatePaymentDestinationRequest$, CreatePaymentSelfRequest$inboundSchema, CreatePaymentSelfRequest$outboundSchema, CreatePaymentSelfRequest$, CreatePaymentPaymentRequest$inboundSchema, CreatePaymentPaymentRequest$outboundSchema, CreatePaymentPaymentRequest$, CreatePaymentLinksRequest$inboundSchema, CreatePaymentLinksRequest$outboundSchema, CreatePaymentLinksRequest$, CreatePaymentRoutingRequest$inboundSchema, CreatePaymentRoutingRequest$outboundSchema, CreatePaymentRoutingRequest$, CreatePaymentSequenceTypeRequest$inboundSchema, CreatePaymentSequenceTypeRequest$outboundSchema, CreatePaymentSequenceTypeRequest$, CreatePaymentRequestBody$inboundSchema, CreatePaymentRequestBody$outboundSchema, CreatePaymentRequestBody$, CreatePaymentRequest$inboundSchema, CreatePaymentRequest$outboundSchema, CreatePaymentRequest$, CreatePaymentServiceUnavailableDocumentation$inboundSchema, CreatePaymentServiceUnavailableDocumentation$outboundSchema, CreatePaymentServiceUnavailableDocumentation$, CreatePaymentServiceUnavailableLinks$inboundSchema, CreatePaymentServiceUnavailableLinks$outboundSchema, CreatePaymentServiceUnavailableLinks$, CreatePaymentUnprocessableEntityDocumentation$inboundSchema, CreatePaymentUnprocessableEntityDocumentation$outboundSchema, CreatePaymentUnprocessableEntityDocumentation$, CreatePaymentUnprocessableEntityLinks$inboundSchema, CreatePaymentUnprocessableEntityLinks$outboundSchema, CreatePaymentUnprocessableEntityLinks$, CreatePaymentMode$inboundSchema, CreatePaymentMode$outboundSchema, CreatePaymentMode$, CreatePaymentAmountResponse$inboundSchema, CreatePaymentAmountResponse$outboundSchema, CreatePaymentAmountResponse$, CreatePaymentAmountRefunded$inboundSchema, CreatePaymentAmountRefunded$outboundSchema, CreatePaymentAmountRefunded$, CreatePaymentAmountRemaining$inboundSchema, CreatePaymentAmountRemaining$outboundSchema, CreatePaymentAmountRemaining$, CreatePaymentAmountCaptured$inboundSchema, CreatePaymentAmountCaptured$outboundSchema, CreatePaymentAmountCaptured$, CreatePaymentAmountChargedBack$inboundSchema, CreatePaymentAmountChargedBack$outboundSchema, CreatePaymentAmountChargedBack$, CreatePaymentSettlementAmount$inboundSchema, CreatePaymentSettlementAmount$outboundSchema, CreatePaymentSettlementAmount$, CreatePaymentLineTypeResponse$inboundSchema, CreatePaymentLineTypeResponse$outboundSchema, CreatePaymentLineTypeResponse$, CreatePaymentUnitPriceResponse$inboundSchema, CreatePaymentUnitPriceResponse$outboundSchema, CreatePaymentUnitPriceResponse$, CreatePaymentDiscountAmountResponse$inboundSchema, CreatePaymentDiscountAmountResponse$outboundSchema, CreatePaymentDiscountAmountResponse$, CreatePaymentTotalAmountResponse$inboundSchema, CreatePaymentTotalAmountResponse$outboundSchema, CreatePaymentTotalAmountResponse$, CreatePaymentVatAmountResponse$inboundSchema, CreatePaymentVatAmountResponse$outboundSchema, CreatePaymentVatAmountResponse$, CreatePaymentCategoryResponse$inboundSchema, CreatePaymentCategoryResponse$outboundSchema, CreatePaymentCategoryResponse$, CreatePaymentIntervalResponse$inboundSchema, CreatePaymentIntervalResponse$outboundSchema, CreatePaymentIntervalResponse$, CreatePaymentRecurringAmountResponse$inboundSchema, CreatePaymentRecurringAmountResponse$outboundSchema, CreatePaymentRecurringAmountResponse$, CreatePaymentRecurringResponse$inboundSchema, CreatePaymentRecurringResponse$outboundSchema, CreatePaymentRecurringResponse$, CreatePaymentLineResponse$inboundSchema, CreatePaymentLineResponse$outboundSchema, CreatePaymentLineResponse$, CreatePaymentBillingAddressResponse$inboundSchema, CreatePaymentBillingAddressResponse$outboundSchema, CreatePaymentBillingAddressResponse$, CreatePaymentShippingAddressResponse$inboundSchema, CreatePaymentShippingAddressResponse$outboundSchema, CreatePaymentShippingAddressResponse$, CreatePaymentLocaleResponse$inboundSchema, CreatePaymentLocaleResponse$outboundSchema, CreatePaymentLocaleResponse$, CreatePaymentMethodResponse$inboundSchema, CreatePaymentMethodResponse$outboundSchema, CreatePaymentMethodResponse$, CreatePaymentMetadataResponse$inboundSchema, CreatePaymentMetadataResponse$outboundSchema, CreatePaymentMetadataResponse$, CreatePaymentMetadataResponseUnion$inboundSchema, CreatePaymentMetadataResponseUnion$outboundSchema, CreatePaymentMetadataResponseUnion$, CreatePaymentCaptureModeResponse$inboundSchema, CreatePaymentCaptureModeResponse$outboundSchema, CreatePaymentCaptureModeResponse$, CreatePaymentApplicationFeeAmountResponse$inboundSchema, CreatePaymentApplicationFeeAmountResponse$outboundSchema, CreatePaymentApplicationFeeAmountResponse$, CreatePaymentApplicationFeeResponse$inboundSchema, CreatePaymentApplicationFeeResponse$outboundSchema, CreatePaymentApplicationFeeResponse$, CreatePaymentRoutingMode$inboundSchema, CreatePaymentRoutingMode$outboundSchema, CreatePaymentRoutingMode$, CreatePaymentRoutingAmountResponse$inboundSchema, CreatePaymentRoutingAmountResponse$outboundSchema, CreatePaymentRoutingAmountResponse$, CreatePaymentRoutingTypeResponse$inboundSchema, CreatePaymentRoutingTypeResponse$outboundSchema, CreatePaymentRoutingTypeResponse$, CreatePaymentDestinationResponse$inboundSchema, CreatePaymentDestinationResponse$outboundSchema, CreatePaymentDestinationResponse$, CreatePaymentRoutingSelfResponse$inboundSchema, CreatePaymentRoutingSelfResponse$outboundSchema, CreatePaymentRoutingSelfResponse$, CreatePaymentPaymentResponse$inboundSchema, CreatePaymentPaymentResponse$outboundSchema, CreatePaymentPaymentResponse$, CreatePaymentRoutingLinksResponse$inboundSchema, CreatePaymentRoutingLinksResponse$outboundSchema, CreatePaymentRoutingLinksResponse$, CreatePaymentRoutingResponse$inboundSchema, CreatePaymentRoutingResponse$outboundSchema, CreatePaymentRoutingResponse$, CreatePaymentSequenceTypeResponse$inboundSchema, CreatePaymentSequenceTypeResponse$outboundSchema, CreatePaymentSequenceTypeResponse$, CreatePaymentStatus$inboundSchema, CreatePaymentStatus$outboundSchema, CreatePaymentStatus$, CreatePaymentStatusReason$inboundSchema, CreatePaymentStatusReason$outboundSchema, CreatePaymentStatusReason$, CreatePaymentSelfResponse$inboundSchema, CreatePaymentSelfResponse$outboundSchema, CreatePaymentSelfResponse$, CreatePaymentCheckout$inboundSchema, CreatePaymentCheckout$outboundSchema, CreatePaymentCheckout$, CreatePaymentMobileAppCheckout$inboundSchema, CreatePaymentMobileAppCheckout$outboundSchema, CreatePaymentMobileAppCheckout$, CreatePaymentChangePaymentState$inboundSchema, CreatePaymentChangePaymentState$outboundSchema, CreatePaymentChangePaymentState$, CreatePaymentDashboard$inboundSchema, CreatePaymentDashboard$outboundSchema, CreatePaymentDashboard$, CreatePaymentRefunds$inboundSchema, CreatePaymentRefunds$outboundSchema, CreatePaymentRefunds$, CreatePaymentChargebacks$inboundSchema, CreatePaymentChargebacks$outboundSchema, CreatePaymentChargebacks$, CreatePaymentCaptures$inboundSchema, CreatePaymentCaptures$outboundSchema, CreatePaymentCaptures$, CreatePaymentSettlement$inboundSchema, CreatePaymentSettlement$outboundSchema, CreatePaymentSettlement$, CreatePaymentCustomer$inboundSchema, CreatePaymentCustomer$outboundSchema, CreatePaymentCustomer$, CreatePaymentMandate$inboundSchema, CreatePaymentMandate$outboundSchema, CreatePaymentMandate$, CreatePaymentSubscription$inboundSchema, CreatePaymentSubscription$outboundSchema, CreatePaymentSubscription$, CreatePaymentOrder$inboundSchema, CreatePaymentOrder$outboundSchema, CreatePaymentOrder$, CreatePaymentTerminal$inboundSchema, CreatePaymentTerminal$outboundSchema, CreatePaymentTerminal$, CreatePaymentDocumentation$inboundSchema, CreatePaymentDocumentation$outboundSchema, CreatePaymentDocumentation$, CreatePaymentLinksResponse$inboundSchema, CreatePaymentLinksResponse$outboundSchema, CreatePaymentLinksResponse$, CreatePaymentResponse$inboundSchema, CreatePaymentResponse$outboundSchema, CreatePaymentResponse$;
39687
39663
  var init_createpayment = __esm(() => {
39688
39664
  init_esm();
39689
39665
  init_primitives();
@@ -39744,6 +39720,7 @@ var init_createpayment = __esm(() => {
39744
39720
  Banktransfer: "banktransfer",
39745
39721
  Belfius: "belfius",
39746
39722
  Billie: "billie",
39723
+ Bizum: "bizum",
39747
39724
  Blik: "blik",
39748
39725
  Creditcard: "creditcard",
39749
39726
  Directdebit: "directdebit",
@@ -39756,6 +39733,7 @@ var init_createpayment = __esm(() => {
39756
39733
  Mbway: "mbway",
39757
39734
  Multibanco: "multibanco",
39758
39735
  Mybank: "mybank",
39736
+ Paybybank: "paybybank",
39759
39737
  Payconiq: "payconiq",
39760
39738
  Paypal: "paypal",
39761
39739
  Paysafecard: "paysafecard",
@@ -39772,10 +39750,6 @@ var init_createpayment = __esm(() => {
39772
39750
  Automatic: "automatic",
39773
39751
  Manual: "manual"
39774
39752
  };
39775
- CreatePaymentCaptureDelayRequest = {
39776
- DotDotDotHours: "... hours",
39777
- DotDotDotDays: "... days"
39778
- };
39779
39753
  CreatePaymentRoutingTypeRequest = {
39780
39754
  Organization: "organization"
39781
39755
  };
@@ -39842,6 +39816,7 @@ var init_createpayment = __esm(() => {
39842
39816
  Banktransfer: "banktransfer",
39843
39817
  Belfius: "belfius",
39844
39818
  Billie: "billie",
39819
+ Bizum: "bizum",
39845
39820
  Blik: "blik",
39846
39821
  Creditcard: "creditcard",
39847
39822
  Directdebit: "directdebit",
@@ -39854,6 +39829,7 @@ var init_createpayment = __esm(() => {
39854
39829
  Mbway: "mbway",
39855
39830
  Multibanco: "multibanco",
39856
39831
  Mybank: "mybank",
39832
+ Paybybank: "paybybank",
39857
39833
  Payconiq: "payconiq",
39858
39834
  Paypal: "paypal",
39859
39835
  Paysafecard: "paysafecard",
@@ -39870,10 +39846,6 @@ var init_createpayment = __esm(() => {
39870
39846
  Automatic: "automatic",
39871
39847
  Manual: "manual"
39872
39848
  };
39873
- CreatePaymentCaptureDelayResponse = {
39874
- DotDotDotHours: "... hours",
39875
- DotDotDotDays: "... days"
39876
- };
39877
39849
  CreatePaymentRoutingMode = {
39878
39850
  Live: "live",
39879
39851
  Test: "test"
@@ -40147,12 +40119,6 @@ var init_createpayment = __esm(() => {
40147
40119
  CreatePaymentCaptureModeRequest$.inboundSchema = CreatePaymentCaptureModeRequest$inboundSchema;
40148
40120
  CreatePaymentCaptureModeRequest$.outboundSchema = CreatePaymentCaptureModeRequest$outboundSchema;
40149
40121
  })(CreatePaymentCaptureModeRequest$ ||= {});
40150
- CreatePaymentCaptureDelayRequest$inboundSchema = nativeEnumType(CreatePaymentCaptureDelayRequest);
40151
- CreatePaymentCaptureDelayRequest$outboundSchema = CreatePaymentCaptureDelayRequest$inboundSchema;
40152
- ((CreatePaymentCaptureDelayRequest$) => {
40153
- CreatePaymentCaptureDelayRequest$.inboundSchema = CreatePaymentCaptureDelayRequest$inboundSchema;
40154
- CreatePaymentCaptureDelayRequest$.outboundSchema = CreatePaymentCaptureDelayRequest$outboundSchema;
40155
- })(CreatePaymentCaptureDelayRequest$ ||= {});
40156
40122
  CreatePaymentApplicationFeeAmountRequest$inboundSchema = objectType({
40157
40123
  currency: stringType(),
40158
40124
  value: stringType()
@@ -40291,8 +40257,8 @@ var init_createpayment = __esm(() => {
40291
40257
  stringType(),
40292
40258
  arrayType(stringType())
40293
40259
  ])).optional(),
40294
- captureMode: nullableType(CreatePaymentCaptureModeRequest$inboundSchema.default("automatic")),
40295
- captureDelay: nullableType(CreatePaymentCaptureDelayRequest$inboundSchema).optional(),
40260
+ captureMode: nullableType(CreatePaymentCaptureModeRequest$inboundSchema).optional(),
40261
+ captureDelay: nullableType(stringType()).optional(),
40296
40262
  applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeRequest$inboundSchema)).optional(),
40297
40263
  routing: nullableType(arrayType(lazyType(() => CreatePaymentRoutingRequest$inboundSchema))).optional(),
40298
40264
  sequenceType: nullableType(CreatePaymentSequenceTypeRequest$inboundSchema.default("oneoff")),
@@ -40320,8 +40286,8 @@ var init_createpayment = __esm(() => {
40320
40286
  stringType(),
40321
40287
  arrayType(stringType())
40322
40288
  ])).optional(),
40323
- captureMode: nullableType(CreatePaymentCaptureModeRequest$outboundSchema.default("automatic")),
40324
- captureDelay: nullableType(CreatePaymentCaptureDelayRequest$outboundSchema).optional(),
40289
+ captureMode: nullableType(CreatePaymentCaptureModeRequest$outboundSchema).optional(),
40290
+ captureDelay: nullableType(stringType()).optional(),
40325
40291
  applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeRequest$outboundSchema)).optional(),
40326
40292
  routing: nullableType(arrayType(lazyType(() => CreatePaymentRoutingRequest$outboundSchema))).optional(),
40327
40293
  sequenceType: nullableType(CreatePaymentSequenceTypeRequest$outboundSchema.default("oneoff")),
@@ -40711,12 +40677,6 @@ var init_createpayment = __esm(() => {
40711
40677
  CreatePaymentCaptureModeResponse$.inboundSchema = CreatePaymentCaptureModeResponse$inboundSchema;
40712
40678
  CreatePaymentCaptureModeResponse$.outboundSchema = CreatePaymentCaptureModeResponse$outboundSchema;
40713
40679
  })(CreatePaymentCaptureModeResponse$ ||= {});
40714
- CreatePaymentCaptureDelayResponse$inboundSchema = nativeEnumType(CreatePaymentCaptureDelayResponse);
40715
- CreatePaymentCaptureDelayResponse$outboundSchema = CreatePaymentCaptureDelayResponse$inboundSchema;
40716
- ((CreatePaymentCaptureDelayResponse$) => {
40717
- CreatePaymentCaptureDelayResponse$.inboundSchema = CreatePaymentCaptureDelayResponse$inboundSchema;
40718
- CreatePaymentCaptureDelayResponse$.outboundSchema = CreatePaymentCaptureDelayResponse$outboundSchema;
40719
- })(CreatePaymentCaptureDelayResponse$ ||= {});
40720
40680
  CreatePaymentApplicationFeeAmountResponse$inboundSchema = objectType({
40721
40681
  currency: stringType(),
40722
40682
  value: stringType()
@@ -41113,8 +41073,8 @@ var init_createpayment = __esm(() => {
41113
41073
  stringType(),
41114
41074
  arrayType(stringType())
41115
41075
  ])).optional(),
41116
- captureMode: nullableType(CreatePaymentCaptureModeResponse$inboundSchema.default("automatic")),
41117
- captureDelay: nullableType(CreatePaymentCaptureDelayResponse$inboundSchema).optional(),
41076
+ captureMode: nullableType(CreatePaymentCaptureModeResponse$inboundSchema).optional(),
41077
+ captureDelay: nullableType(stringType()).optional(),
41118
41078
  captureBefore: nullableType(stringType()).optional(),
41119
41079
  applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeResponse$inboundSchema)).optional(),
41120
41080
  routing: nullableType(arrayType(lazyType(() => CreatePaymentRoutingResponse$inboundSchema))).optional(),
@@ -41168,8 +41128,8 @@ var init_createpayment = __esm(() => {
41168
41128
  stringType(),
41169
41129
  arrayType(stringType())
41170
41130
  ])).optional(),
41171
- captureMode: nullableType(CreatePaymentCaptureModeResponse$outboundSchema.default("automatic")),
41172
- captureDelay: nullableType(CreatePaymentCaptureDelayResponse$outboundSchema).optional(),
41131
+ captureMode: nullableType(CreatePaymentCaptureModeResponse$outboundSchema).optional(),
41132
+ captureDelay: nullableType(stringType()).optional(),
41173
41133
  captureBefore: nullableType(stringType()).optional(),
41174
41134
  applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeResponse$outboundSchema)).optional(),
41175
41135
  routing: nullableType(arrayType(lazyType(() => CreatePaymentRoutingResponse$outboundSchema))).optional(),
@@ -64327,7 +64287,7 @@ var init_getpartnerstatus = __esm(() => {
64327
64287
  });
64328
64288
 
64329
64289
  // src/models/operations/getpayment.ts
64330
- var GetPaymentInclude, GetPaymentEmbed, GetPaymentMode, GetPaymentLineType, GetPaymentCategory, GetPaymentInterval, GetPaymentLocale, GetPaymentMethod, GetPaymentCaptureMode, GetPaymentCaptureDelay, GetPaymentRoutingMode, GetPaymentRoutingType, GetPaymentSequenceType, GetPaymentStatus, GetPaymentInclude$inboundSchema, GetPaymentInclude$outboundSchema, GetPaymentInclude$, GetPaymentEmbed$inboundSchema, GetPaymentEmbed$outboundSchema, GetPaymentEmbed$, GetPaymentRequest$inboundSchema, GetPaymentRequest$outboundSchema, GetPaymentRequest$, GetPaymentNotFoundDocumentation$inboundSchema, GetPaymentNotFoundDocumentation$outboundSchema, GetPaymentNotFoundDocumentation$, GetPaymentNotFoundLinks$inboundSchema, GetPaymentNotFoundLinks$outboundSchema, GetPaymentNotFoundLinks$, GetPaymentMode$inboundSchema, GetPaymentMode$outboundSchema, GetPaymentMode$, GetPaymentAmount$inboundSchema, GetPaymentAmount$outboundSchema, GetPaymentAmount$, GetPaymentAmountRefunded$inboundSchema, GetPaymentAmountRefunded$outboundSchema, GetPaymentAmountRefunded$, GetPaymentAmountRemaining$inboundSchema, GetPaymentAmountRemaining$outboundSchema, GetPaymentAmountRemaining$, GetPaymentAmountCaptured$inboundSchema, GetPaymentAmountCaptured$outboundSchema, GetPaymentAmountCaptured$, GetPaymentAmountChargedBack$inboundSchema, GetPaymentAmountChargedBack$outboundSchema, GetPaymentAmountChargedBack$, GetPaymentSettlementAmount$inboundSchema, GetPaymentSettlementAmount$outboundSchema, GetPaymentSettlementAmount$, GetPaymentLineType$inboundSchema, GetPaymentLineType$outboundSchema, GetPaymentLineType$, GetPaymentUnitPrice$inboundSchema, GetPaymentUnitPrice$outboundSchema, GetPaymentUnitPrice$, GetPaymentDiscountAmount$inboundSchema, GetPaymentDiscountAmount$outboundSchema, GetPaymentDiscountAmount$, GetPaymentTotalAmount$inboundSchema, GetPaymentTotalAmount$outboundSchema, GetPaymentTotalAmount$, GetPaymentVatAmount$inboundSchema, GetPaymentVatAmount$outboundSchema, GetPaymentVatAmount$, GetPaymentCategory$inboundSchema, GetPaymentCategory$outboundSchema, GetPaymentCategory$, GetPaymentInterval$inboundSchema, GetPaymentInterval$outboundSchema, GetPaymentInterval$, GetPaymentRecurringAmount$inboundSchema, GetPaymentRecurringAmount$outboundSchema, GetPaymentRecurringAmount$, GetPaymentRecurring$inboundSchema, GetPaymentRecurring$outboundSchema, GetPaymentRecurring$, GetPaymentLine$inboundSchema, GetPaymentLine$outboundSchema, GetPaymentLine$, GetPaymentBillingAddress$inboundSchema, GetPaymentBillingAddress$outboundSchema, GetPaymentBillingAddress$, GetPaymentShippingAddress$inboundSchema, GetPaymentShippingAddress$outboundSchema, GetPaymentShippingAddress$, GetPaymentLocale$inboundSchema, GetPaymentLocale$outboundSchema, GetPaymentLocale$, GetPaymentMethod$inboundSchema, GetPaymentMethod$outboundSchema, GetPaymentMethod$, GetPaymentMetadata$inboundSchema, GetPaymentMetadata$outboundSchema, GetPaymentMetadata$, GetPaymentMetadataUnion$inboundSchema, GetPaymentMetadataUnion$outboundSchema, GetPaymentMetadataUnion$, GetPaymentCaptureMode$inboundSchema, GetPaymentCaptureMode$outboundSchema, GetPaymentCaptureMode$, GetPaymentCaptureDelay$inboundSchema, GetPaymentCaptureDelay$outboundSchema, GetPaymentCaptureDelay$, GetPaymentApplicationFeeAmount$inboundSchema, GetPaymentApplicationFeeAmount$outboundSchema, GetPaymentApplicationFeeAmount$, GetPaymentApplicationFee$inboundSchema, GetPaymentApplicationFee$outboundSchema, GetPaymentApplicationFee$, GetPaymentRoutingMode$inboundSchema, GetPaymentRoutingMode$outboundSchema, GetPaymentRoutingMode$, GetPaymentRoutingAmount$inboundSchema, GetPaymentRoutingAmount$outboundSchema, GetPaymentRoutingAmount$, GetPaymentRoutingType$inboundSchema, GetPaymentRoutingType$outboundSchema, GetPaymentRoutingType$, GetPaymentDestination$inboundSchema, GetPaymentDestination$outboundSchema, GetPaymentDestination$, GetPaymentRoutingSelf$inboundSchema, GetPaymentRoutingSelf$outboundSchema, GetPaymentRoutingSelf$, GetPaymentPayment$inboundSchema, GetPaymentPayment$outboundSchema, GetPaymentPayment$, GetPaymentRoutingLinks$inboundSchema, GetPaymentRoutingLinks$outboundSchema, GetPaymentRoutingLinks$, GetPaymentRouting$inboundSchema, GetPaymentRouting$outboundSchema, GetPaymentRouting$, GetPaymentSequenceType$inboundSchema, GetPaymentSequenceType$outboundSchema, GetPaymentSequenceType$, GetPaymentStatus$inboundSchema, GetPaymentStatus$outboundSchema, GetPaymentStatus$, GetPaymentStatusReason$inboundSchema, GetPaymentStatusReason$outboundSchema, GetPaymentStatusReason$, GetPaymentSelf$inboundSchema, GetPaymentSelf$outboundSchema, GetPaymentSelf$, GetPaymentCheckout$inboundSchema, GetPaymentCheckout$outboundSchema, GetPaymentCheckout$, GetPaymentMobileAppCheckout$inboundSchema, GetPaymentMobileAppCheckout$outboundSchema, GetPaymentMobileAppCheckout$, GetPaymentChangePaymentState$inboundSchema, GetPaymentChangePaymentState$outboundSchema, GetPaymentChangePaymentState$, GetPaymentDashboard$inboundSchema, GetPaymentDashboard$outboundSchema, GetPaymentDashboard$, GetPaymentRefunds$inboundSchema, GetPaymentRefunds$outboundSchema, GetPaymentRefunds$, GetPaymentChargebacks$inboundSchema, GetPaymentChargebacks$outboundSchema, GetPaymentChargebacks$, GetPaymentCaptures$inboundSchema, GetPaymentCaptures$outboundSchema, GetPaymentCaptures$, GetPaymentSettlement$inboundSchema, GetPaymentSettlement$outboundSchema, GetPaymentSettlement$, GetPaymentCustomer$inboundSchema, GetPaymentCustomer$outboundSchema, GetPaymentCustomer$, GetPaymentMandate$inboundSchema, GetPaymentMandate$outboundSchema, GetPaymentMandate$, GetPaymentSubscription$inboundSchema, GetPaymentSubscription$outboundSchema, GetPaymentSubscription$, GetPaymentOrder$inboundSchema, GetPaymentOrder$outboundSchema, GetPaymentOrder$, GetPaymentTerminal$inboundSchema, GetPaymentTerminal$outboundSchema, GetPaymentTerminal$, GetPaymentDocumentation$inboundSchema, GetPaymentDocumentation$outboundSchema, GetPaymentDocumentation$, GetPaymentLinks$inboundSchema, GetPaymentLinks$outboundSchema, GetPaymentLinks$, GetPaymentResponse$inboundSchema, GetPaymentResponse$outboundSchema, GetPaymentResponse$;
64290
+ var GetPaymentInclude, GetPaymentEmbed, GetPaymentMode, GetPaymentLineType, GetPaymentCategory, GetPaymentInterval, GetPaymentLocale, GetPaymentMethod, GetPaymentCaptureMode, GetPaymentRoutingMode, GetPaymentRoutingType, GetPaymentSequenceType, GetPaymentStatus, GetPaymentInclude$inboundSchema, GetPaymentInclude$outboundSchema, GetPaymentInclude$, GetPaymentEmbed$inboundSchema, GetPaymentEmbed$outboundSchema, GetPaymentEmbed$, GetPaymentRequest$inboundSchema, GetPaymentRequest$outboundSchema, GetPaymentRequest$, GetPaymentNotFoundDocumentation$inboundSchema, GetPaymentNotFoundDocumentation$outboundSchema, GetPaymentNotFoundDocumentation$, GetPaymentNotFoundLinks$inboundSchema, GetPaymentNotFoundLinks$outboundSchema, GetPaymentNotFoundLinks$, GetPaymentMode$inboundSchema, GetPaymentMode$outboundSchema, GetPaymentMode$, GetPaymentAmount$inboundSchema, GetPaymentAmount$outboundSchema, GetPaymentAmount$, GetPaymentAmountRefunded$inboundSchema, GetPaymentAmountRefunded$outboundSchema, GetPaymentAmountRefunded$, GetPaymentAmountRemaining$inboundSchema, GetPaymentAmountRemaining$outboundSchema, GetPaymentAmountRemaining$, GetPaymentAmountCaptured$inboundSchema, GetPaymentAmountCaptured$outboundSchema, GetPaymentAmountCaptured$, GetPaymentAmountChargedBack$inboundSchema, GetPaymentAmountChargedBack$outboundSchema, GetPaymentAmountChargedBack$, GetPaymentSettlementAmount$inboundSchema, GetPaymentSettlementAmount$outboundSchema, GetPaymentSettlementAmount$, GetPaymentLineType$inboundSchema, GetPaymentLineType$outboundSchema, GetPaymentLineType$, GetPaymentUnitPrice$inboundSchema, GetPaymentUnitPrice$outboundSchema, GetPaymentUnitPrice$, GetPaymentDiscountAmount$inboundSchema, GetPaymentDiscountAmount$outboundSchema, GetPaymentDiscountAmount$, GetPaymentTotalAmount$inboundSchema, GetPaymentTotalAmount$outboundSchema, GetPaymentTotalAmount$, GetPaymentVatAmount$inboundSchema, GetPaymentVatAmount$outboundSchema, GetPaymentVatAmount$, GetPaymentCategory$inboundSchema, GetPaymentCategory$outboundSchema, GetPaymentCategory$, GetPaymentInterval$inboundSchema, GetPaymentInterval$outboundSchema, GetPaymentInterval$, GetPaymentRecurringAmount$inboundSchema, GetPaymentRecurringAmount$outboundSchema, GetPaymentRecurringAmount$, GetPaymentRecurring$inboundSchema, GetPaymentRecurring$outboundSchema, GetPaymentRecurring$, GetPaymentLine$inboundSchema, GetPaymentLine$outboundSchema, GetPaymentLine$, GetPaymentBillingAddress$inboundSchema, GetPaymentBillingAddress$outboundSchema, GetPaymentBillingAddress$, GetPaymentShippingAddress$inboundSchema, GetPaymentShippingAddress$outboundSchema, GetPaymentShippingAddress$, GetPaymentLocale$inboundSchema, GetPaymentLocale$outboundSchema, GetPaymentLocale$, GetPaymentMethod$inboundSchema, GetPaymentMethod$outboundSchema, GetPaymentMethod$, GetPaymentMetadata$inboundSchema, GetPaymentMetadata$outboundSchema, GetPaymentMetadata$, GetPaymentMetadataUnion$inboundSchema, GetPaymentMetadataUnion$outboundSchema, GetPaymentMetadataUnion$, GetPaymentCaptureMode$inboundSchema, GetPaymentCaptureMode$outboundSchema, GetPaymentCaptureMode$, GetPaymentApplicationFeeAmount$inboundSchema, GetPaymentApplicationFeeAmount$outboundSchema, GetPaymentApplicationFeeAmount$, GetPaymentApplicationFee$inboundSchema, GetPaymentApplicationFee$outboundSchema, GetPaymentApplicationFee$, GetPaymentRoutingMode$inboundSchema, GetPaymentRoutingMode$outboundSchema, GetPaymentRoutingMode$, GetPaymentRoutingAmount$inboundSchema, GetPaymentRoutingAmount$outboundSchema, GetPaymentRoutingAmount$, GetPaymentRoutingType$inboundSchema, GetPaymentRoutingType$outboundSchema, GetPaymentRoutingType$, GetPaymentDestination$inboundSchema, GetPaymentDestination$outboundSchema, GetPaymentDestination$, GetPaymentRoutingSelf$inboundSchema, GetPaymentRoutingSelf$outboundSchema, GetPaymentRoutingSelf$, GetPaymentPayment$inboundSchema, GetPaymentPayment$outboundSchema, GetPaymentPayment$, GetPaymentRoutingLinks$inboundSchema, GetPaymentRoutingLinks$outboundSchema, GetPaymentRoutingLinks$, GetPaymentRouting$inboundSchema, GetPaymentRouting$outboundSchema, GetPaymentRouting$, GetPaymentSequenceType$inboundSchema, GetPaymentSequenceType$outboundSchema, GetPaymentSequenceType$, GetPaymentStatus$inboundSchema, GetPaymentStatus$outboundSchema, GetPaymentStatus$, GetPaymentStatusReason$inboundSchema, GetPaymentStatusReason$outboundSchema, GetPaymentStatusReason$, GetPaymentSelf$inboundSchema, GetPaymentSelf$outboundSchema, GetPaymentSelf$, GetPaymentCheckout$inboundSchema, GetPaymentCheckout$outboundSchema, GetPaymentCheckout$, GetPaymentMobileAppCheckout$inboundSchema, GetPaymentMobileAppCheckout$outboundSchema, GetPaymentMobileAppCheckout$, GetPaymentChangePaymentState$inboundSchema, GetPaymentChangePaymentState$outboundSchema, GetPaymentChangePaymentState$, GetPaymentDashboard$inboundSchema, GetPaymentDashboard$outboundSchema, GetPaymentDashboard$, GetPaymentRefunds$inboundSchema, GetPaymentRefunds$outboundSchema, GetPaymentRefunds$, GetPaymentChargebacks$inboundSchema, GetPaymentChargebacks$outboundSchema, GetPaymentChargebacks$, GetPaymentCaptures$inboundSchema, GetPaymentCaptures$outboundSchema, GetPaymentCaptures$, GetPaymentSettlement$inboundSchema, GetPaymentSettlement$outboundSchema, GetPaymentSettlement$, GetPaymentCustomer$inboundSchema, GetPaymentCustomer$outboundSchema, GetPaymentCustomer$, GetPaymentMandate$inboundSchema, GetPaymentMandate$outboundSchema, GetPaymentMandate$, GetPaymentSubscription$inboundSchema, GetPaymentSubscription$outboundSchema, GetPaymentSubscription$, GetPaymentOrder$inboundSchema, GetPaymentOrder$outboundSchema, GetPaymentOrder$, GetPaymentTerminal$inboundSchema, GetPaymentTerminal$outboundSchema, GetPaymentTerminal$, GetPaymentDocumentation$inboundSchema, GetPaymentDocumentation$outboundSchema, GetPaymentDocumentation$, GetPaymentLinks$inboundSchema, GetPaymentLinks$outboundSchema, GetPaymentLinks$, GetPaymentResponse$inboundSchema, GetPaymentResponse$outboundSchema, GetPaymentResponse$;
64331
64291
  var init_getpayment = __esm(() => {
64332
64292
  init_esm();
64333
64293
  init_primitives();
@@ -64398,6 +64358,7 @@ var init_getpayment = __esm(() => {
64398
64358
  Banktransfer: "banktransfer",
64399
64359
  Belfius: "belfius",
64400
64360
  Billie: "billie",
64361
+ Bizum: "bizum",
64401
64362
  Blik: "blik",
64402
64363
  Creditcard: "creditcard",
64403
64364
  Directdebit: "directdebit",
@@ -64410,6 +64371,7 @@ var init_getpayment = __esm(() => {
64410
64371
  Mbway: "mbway",
64411
64372
  Multibanco: "multibanco",
64412
64373
  Mybank: "mybank",
64374
+ Paybybank: "paybybank",
64413
64375
  Payconiq: "payconiq",
64414
64376
  Paypal: "paypal",
64415
64377
  Paysafecard: "paysafecard",
@@ -64426,10 +64388,6 @@ var init_getpayment = __esm(() => {
64426
64388
  Automatic: "automatic",
64427
64389
  Manual: "manual"
64428
64390
  };
64429
- GetPaymentCaptureDelay = {
64430
- DotDotDotHours: "... hours",
64431
- DotDotDotDays: "... days"
64432
- };
64433
64391
  GetPaymentRoutingMode = {
64434
64392
  Live: "live",
64435
64393
  Test: "test"
@@ -64813,12 +64771,6 @@ var init_getpayment = __esm(() => {
64813
64771
  GetPaymentCaptureMode$.inboundSchema = GetPaymentCaptureMode$inboundSchema;
64814
64772
  GetPaymentCaptureMode$.outboundSchema = GetPaymentCaptureMode$outboundSchema;
64815
64773
  })(GetPaymentCaptureMode$ ||= {});
64816
- GetPaymentCaptureDelay$inboundSchema = nativeEnumType(GetPaymentCaptureDelay);
64817
- GetPaymentCaptureDelay$outboundSchema = GetPaymentCaptureDelay$inboundSchema;
64818
- ((GetPaymentCaptureDelay$) => {
64819
- GetPaymentCaptureDelay$.inboundSchema = GetPaymentCaptureDelay$inboundSchema;
64820
- GetPaymentCaptureDelay$.outboundSchema = GetPaymentCaptureDelay$outboundSchema;
64821
- })(GetPaymentCaptureDelay$ ||= {});
64822
64774
  GetPaymentApplicationFeeAmount$inboundSchema = objectType({
64823
64775
  currency: stringType(),
64824
64776
  value: stringType()
@@ -65215,8 +65167,8 @@ var init_getpayment = __esm(() => {
65215
65167
  stringType(),
65216
65168
  arrayType(stringType())
65217
65169
  ])).optional(),
65218
- captureMode: nullableType(GetPaymentCaptureMode$inboundSchema.default("automatic")),
65219
- captureDelay: nullableType(GetPaymentCaptureDelay$inboundSchema).optional(),
65170
+ captureMode: nullableType(GetPaymentCaptureMode$inboundSchema).optional(),
65171
+ captureDelay: nullableType(stringType()).optional(),
65220
65172
  captureBefore: nullableType(stringType()).optional(),
65221
65173
  applicationFee: nullableType(lazyType(() => GetPaymentApplicationFee$inboundSchema)).optional(),
65222
65174
  routing: nullableType(arrayType(lazyType(() => GetPaymentRouting$inboundSchema))).optional(),
@@ -65270,8 +65222,8 @@ var init_getpayment = __esm(() => {
65270
65222
  stringType(),
65271
65223
  arrayType(stringType())
65272
65224
  ])).optional(),
65273
- captureMode: nullableType(GetPaymentCaptureMode$outboundSchema.default("automatic")),
65274
- captureDelay: nullableType(GetPaymentCaptureDelay$outboundSchema).optional(),
65225
+ captureMode: nullableType(GetPaymentCaptureMode$outboundSchema).optional(),
65226
+ captureDelay: nullableType(stringType()).optional(),
65275
65227
  captureBefore: nullableType(stringType()).optional(),
65276
65228
  applicationFee: nullableType(lazyType(() => GetPaymentApplicationFee$outboundSchema)).optional(),
65277
65229
  routing: nullableType(arrayType(lazyType(() => GetPaymentRouting$outboundSchema))).optional(),
@@ -65671,7 +65623,7 @@ var init_getpaymentlink = __esm(() => {
65671
65623
  });
65672
65624
 
65673
65625
  // src/models/operations/getpaymentlinkpayments.ts
65674
- var GetPaymentLinkPaymentsSort, GetPaymentLinkPaymentsMode, GetPaymentLinkPaymentsLineType, GetPaymentLinkPaymentsCategory, GetPaymentLinkPaymentsInterval, GetPaymentLinkPaymentsLocale, GetPaymentLinkPaymentsMethod, GetPaymentLinkPaymentsCaptureMode, GetPaymentLinkPaymentsCaptureDelay, GetPaymentLinkPaymentsRoutingMode, GetPaymentLinkPaymentsRoutingType, GetPaymentLinkPaymentsSequenceType, GetPaymentLinkPaymentsStatus, GetPaymentLinkPaymentsSort$inboundSchema, GetPaymentLinkPaymentsSort$outboundSchema, GetPaymentLinkPaymentsSort$, GetPaymentLinkPaymentsRequest$inboundSchema, GetPaymentLinkPaymentsRequest$outboundSchema, GetPaymentLinkPaymentsRequest$, GetPaymentLinkPaymentsBadRequestDocumentation$inboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$outboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$, GetPaymentLinkPaymentsBadRequestLinks$inboundSchema, GetPaymentLinkPaymentsBadRequestLinks$outboundSchema, GetPaymentLinkPaymentsBadRequestLinks$, GetPaymentLinkPaymentsMode$inboundSchema, GetPaymentLinkPaymentsMode$outboundSchema, GetPaymentLinkPaymentsMode$, GetPaymentLinkPaymentsAmount$inboundSchema, GetPaymentLinkPaymentsAmount$outboundSchema, GetPaymentLinkPaymentsAmount$, GetPaymentLinkPaymentsAmountRefunded$inboundSchema, GetPaymentLinkPaymentsAmountRefunded$outboundSchema, GetPaymentLinkPaymentsAmountRefunded$, GetPaymentLinkPaymentsAmountRemaining$inboundSchema, GetPaymentLinkPaymentsAmountRemaining$outboundSchema, GetPaymentLinkPaymentsAmountRemaining$, GetPaymentLinkPaymentsAmountCaptured$inboundSchema, GetPaymentLinkPaymentsAmountCaptured$outboundSchema, GetPaymentLinkPaymentsAmountCaptured$, GetPaymentLinkPaymentsAmountChargedBack$inboundSchema, GetPaymentLinkPaymentsAmountChargedBack$outboundSchema, GetPaymentLinkPaymentsAmountChargedBack$, GetPaymentLinkPaymentsSettlementAmount$inboundSchema, GetPaymentLinkPaymentsSettlementAmount$outboundSchema, GetPaymentLinkPaymentsSettlementAmount$, GetPaymentLinkPaymentsLineType$inboundSchema, GetPaymentLinkPaymentsLineType$outboundSchema, GetPaymentLinkPaymentsLineType$, GetPaymentLinkPaymentsUnitPrice$inboundSchema, GetPaymentLinkPaymentsUnitPrice$outboundSchema, GetPaymentLinkPaymentsUnitPrice$, GetPaymentLinkPaymentsDiscountAmount$inboundSchema, GetPaymentLinkPaymentsDiscountAmount$outboundSchema, GetPaymentLinkPaymentsDiscountAmount$, GetPaymentLinkPaymentsTotalAmount$inboundSchema, GetPaymentLinkPaymentsTotalAmount$outboundSchema, GetPaymentLinkPaymentsTotalAmount$, GetPaymentLinkPaymentsVatAmount$inboundSchema, GetPaymentLinkPaymentsVatAmount$outboundSchema, GetPaymentLinkPaymentsVatAmount$, GetPaymentLinkPaymentsCategory$inboundSchema, GetPaymentLinkPaymentsCategory$outboundSchema, GetPaymentLinkPaymentsCategory$, GetPaymentLinkPaymentsInterval$inboundSchema, GetPaymentLinkPaymentsInterval$outboundSchema, GetPaymentLinkPaymentsInterval$, GetPaymentLinkPaymentsRecurringAmount$inboundSchema, GetPaymentLinkPaymentsRecurringAmount$outboundSchema, GetPaymentLinkPaymentsRecurringAmount$, GetPaymentLinkPaymentsRecurring$inboundSchema, GetPaymentLinkPaymentsRecurring$outboundSchema, GetPaymentLinkPaymentsRecurring$, GetPaymentLinkPaymentsLine$inboundSchema, GetPaymentLinkPaymentsLine$outboundSchema, GetPaymentLinkPaymentsLine$, GetPaymentLinkPaymentsBillingAddress$inboundSchema, GetPaymentLinkPaymentsBillingAddress$outboundSchema, GetPaymentLinkPaymentsBillingAddress$, GetPaymentLinkPaymentsShippingAddress$inboundSchema, GetPaymentLinkPaymentsShippingAddress$outboundSchema, GetPaymentLinkPaymentsShippingAddress$, GetPaymentLinkPaymentsLocale$inboundSchema, GetPaymentLinkPaymentsLocale$outboundSchema, GetPaymentLinkPaymentsLocale$, GetPaymentLinkPaymentsMethod$inboundSchema, GetPaymentLinkPaymentsMethod$outboundSchema, GetPaymentLinkPaymentsMethod$, GetPaymentLinkPaymentsMetadata$inboundSchema, GetPaymentLinkPaymentsMetadata$outboundSchema, GetPaymentLinkPaymentsMetadata$, GetPaymentLinkPaymentsMetadataUnion$inboundSchema, GetPaymentLinkPaymentsMetadataUnion$outboundSchema, GetPaymentLinkPaymentsMetadataUnion$, GetPaymentLinkPaymentsCaptureMode$inboundSchema, GetPaymentLinkPaymentsCaptureMode$outboundSchema, GetPaymentLinkPaymentsCaptureMode$, GetPaymentLinkPaymentsCaptureDelay$inboundSchema, GetPaymentLinkPaymentsCaptureDelay$outboundSchema, GetPaymentLinkPaymentsCaptureDelay$, GetPaymentLinkPaymentsApplicationFeeAmount$inboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$outboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$, GetPaymentLinkPaymentsApplicationFee$inboundSchema, GetPaymentLinkPaymentsApplicationFee$outboundSchema, GetPaymentLinkPaymentsApplicationFee$, GetPaymentLinkPaymentsRoutingMode$inboundSchema, GetPaymentLinkPaymentsRoutingMode$outboundSchema, GetPaymentLinkPaymentsRoutingMode$, GetPaymentLinkPaymentsRoutingAmount$inboundSchema, GetPaymentLinkPaymentsRoutingAmount$outboundSchema, GetPaymentLinkPaymentsRoutingAmount$, GetPaymentLinkPaymentsRoutingType$inboundSchema, GetPaymentLinkPaymentsRoutingType$outboundSchema, GetPaymentLinkPaymentsRoutingType$, GetPaymentLinkPaymentsDestination$inboundSchema, GetPaymentLinkPaymentsDestination$outboundSchema, GetPaymentLinkPaymentsDestination$, GetPaymentLinkPaymentsRoutingSelf$inboundSchema, GetPaymentLinkPaymentsRoutingSelf$outboundSchema, GetPaymentLinkPaymentsRoutingSelf$, GetPaymentLinkPaymentsRoutingPayment$inboundSchema, GetPaymentLinkPaymentsRoutingPayment$outboundSchema, GetPaymentLinkPaymentsRoutingPayment$, GetPaymentLinkPaymentsRoutingLinks$inboundSchema, GetPaymentLinkPaymentsRoutingLinks$outboundSchema, GetPaymentLinkPaymentsRoutingLinks$, GetPaymentLinkPaymentsRouting$inboundSchema, GetPaymentLinkPaymentsRouting$outboundSchema, GetPaymentLinkPaymentsRouting$, GetPaymentLinkPaymentsSequenceType$inboundSchema, GetPaymentLinkPaymentsSequenceType$outboundSchema, GetPaymentLinkPaymentsSequenceType$, GetPaymentLinkPaymentsStatus$inboundSchema, GetPaymentLinkPaymentsStatus$outboundSchema, GetPaymentLinkPaymentsStatus$, GetPaymentLinkPaymentsStatusReason$inboundSchema, GetPaymentLinkPaymentsStatusReason$outboundSchema, GetPaymentLinkPaymentsStatusReason$, GetPaymentLinkPaymentsPaymentSelf$inboundSchema, GetPaymentLinkPaymentsPaymentSelf$outboundSchema, GetPaymentLinkPaymentsPaymentSelf$, GetPaymentLinkPaymentsCheckout$inboundSchema, GetPaymentLinkPaymentsCheckout$outboundSchema, GetPaymentLinkPaymentsCheckout$, GetPaymentLinkPaymentsMobileAppCheckout$inboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$outboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$, GetPaymentLinkPaymentsChangePaymentState$inboundSchema, GetPaymentLinkPaymentsChangePaymentState$outboundSchema, GetPaymentLinkPaymentsChangePaymentState$, GetPaymentLinkPaymentsDashboard$inboundSchema, GetPaymentLinkPaymentsDashboard$outboundSchema, GetPaymentLinkPaymentsDashboard$, GetPaymentLinkPaymentsRefunds$inboundSchema, GetPaymentLinkPaymentsRefunds$outboundSchema, GetPaymentLinkPaymentsRefunds$, GetPaymentLinkPaymentsChargebacks$inboundSchema, GetPaymentLinkPaymentsChargebacks$outboundSchema, GetPaymentLinkPaymentsChargebacks$, GetPaymentLinkPaymentsCaptures$inboundSchema, GetPaymentLinkPaymentsCaptures$outboundSchema, GetPaymentLinkPaymentsCaptures$, GetPaymentLinkPaymentsSettlement$inboundSchema, GetPaymentLinkPaymentsSettlement$outboundSchema, GetPaymentLinkPaymentsSettlement$, GetPaymentLinkPaymentsCustomer$inboundSchema, GetPaymentLinkPaymentsCustomer$outboundSchema, GetPaymentLinkPaymentsCustomer$, GetPaymentLinkPaymentsMandate$inboundSchema, GetPaymentLinkPaymentsMandate$outboundSchema, GetPaymentLinkPaymentsMandate$, GetPaymentLinkPaymentsSubscription$inboundSchema, GetPaymentLinkPaymentsSubscription$outboundSchema, GetPaymentLinkPaymentsSubscription$, GetPaymentLinkPaymentsOrder$inboundSchema, GetPaymentLinkPaymentsOrder$outboundSchema, GetPaymentLinkPaymentsOrder$, GetPaymentLinkPaymentsTerminal$inboundSchema, GetPaymentLinkPaymentsTerminal$outboundSchema, GetPaymentLinkPaymentsTerminal$, GetPaymentLinkPaymentsPaymentDocumentation$inboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$outboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$, GetPaymentLinkPaymentsPaymentLinks$inboundSchema, GetPaymentLinkPaymentsPaymentLinks$outboundSchema, GetPaymentLinkPaymentsPaymentLinks$, GetPaymentLinkPaymentsPaymentOutput$inboundSchema, GetPaymentLinkPaymentsPaymentOutput$outboundSchema, GetPaymentLinkPaymentsPaymentOutput$, GetPaymentLinkPaymentsEmbedded$inboundSchema, GetPaymentLinkPaymentsEmbedded$outboundSchema, GetPaymentLinkPaymentsEmbedded$, GetPaymentLinkPaymentsSelf$inboundSchema, GetPaymentLinkPaymentsSelf$outboundSchema, GetPaymentLinkPaymentsSelf$, GetPaymentLinkPaymentsPrevious$inboundSchema, GetPaymentLinkPaymentsPrevious$outboundSchema, GetPaymentLinkPaymentsPrevious$, GetPaymentLinkPaymentsNext$inboundSchema, GetPaymentLinkPaymentsNext$outboundSchema, GetPaymentLinkPaymentsNext$, GetPaymentLinkPaymentsDocumentation$inboundSchema, GetPaymentLinkPaymentsDocumentation$outboundSchema, GetPaymentLinkPaymentsDocumentation$, GetPaymentLinkPaymentsLinks$inboundSchema, GetPaymentLinkPaymentsLinks$outboundSchema, GetPaymentLinkPaymentsLinks$, GetPaymentLinkPaymentsResponse$inboundSchema, GetPaymentLinkPaymentsResponse$outboundSchema, GetPaymentLinkPaymentsResponse$;
65626
+ var GetPaymentLinkPaymentsSort, GetPaymentLinkPaymentsMode, GetPaymentLinkPaymentsLineType, GetPaymentLinkPaymentsCategory, GetPaymentLinkPaymentsInterval, GetPaymentLinkPaymentsLocale, GetPaymentLinkPaymentsMethod, GetPaymentLinkPaymentsCaptureMode, GetPaymentLinkPaymentsRoutingMode, GetPaymentLinkPaymentsRoutingType, GetPaymentLinkPaymentsSequenceType, GetPaymentLinkPaymentsStatus, GetPaymentLinkPaymentsSort$inboundSchema, GetPaymentLinkPaymentsSort$outboundSchema, GetPaymentLinkPaymentsSort$, GetPaymentLinkPaymentsRequest$inboundSchema, GetPaymentLinkPaymentsRequest$outboundSchema, GetPaymentLinkPaymentsRequest$, GetPaymentLinkPaymentsBadRequestDocumentation$inboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$outboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$, GetPaymentLinkPaymentsBadRequestLinks$inboundSchema, GetPaymentLinkPaymentsBadRequestLinks$outboundSchema, GetPaymentLinkPaymentsBadRequestLinks$, GetPaymentLinkPaymentsMode$inboundSchema, GetPaymentLinkPaymentsMode$outboundSchema, GetPaymentLinkPaymentsMode$, GetPaymentLinkPaymentsAmount$inboundSchema, GetPaymentLinkPaymentsAmount$outboundSchema, GetPaymentLinkPaymentsAmount$, GetPaymentLinkPaymentsAmountRefunded$inboundSchema, GetPaymentLinkPaymentsAmountRefunded$outboundSchema, GetPaymentLinkPaymentsAmountRefunded$, GetPaymentLinkPaymentsAmountRemaining$inboundSchema, GetPaymentLinkPaymentsAmountRemaining$outboundSchema, GetPaymentLinkPaymentsAmountRemaining$, GetPaymentLinkPaymentsAmountCaptured$inboundSchema, GetPaymentLinkPaymentsAmountCaptured$outboundSchema, GetPaymentLinkPaymentsAmountCaptured$, GetPaymentLinkPaymentsAmountChargedBack$inboundSchema, GetPaymentLinkPaymentsAmountChargedBack$outboundSchema, GetPaymentLinkPaymentsAmountChargedBack$, GetPaymentLinkPaymentsSettlementAmount$inboundSchema, GetPaymentLinkPaymentsSettlementAmount$outboundSchema, GetPaymentLinkPaymentsSettlementAmount$, GetPaymentLinkPaymentsLineType$inboundSchema, GetPaymentLinkPaymentsLineType$outboundSchema, GetPaymentLinkPaymentsLineType$, GetPaymentLinkPaymentsUnitPrice$inboundSchema, GetPaymentLinkPaymentsUnitPrice$outboundSchema, GetPaymentLinkPaymentsUnitPrice$, GetPaymentLinkPaymentsDiscountAmount$inboundSchema, GetPaymentLinkPaymentsDiscountAmount$outboundSchema, GetPaymentLinkPaymentsDiscountAmount$, GetPaymentLinkPaymentsTotalAmount$inboundSchema, GetPaymentLinkPaymentsTotalAmount$outboundSchema, GetPaymentLinkPaymentsTotalAmount$, GetPaymentLinkPaymentsVatAmount$inboundSchema, GetPaymentLinkPaymentsVatAmount$outboundSchema, GetPaymentLinkPaymentsVatAmount$, GetPaymentLinkPaymentsCategory$inboundSchema, GetPaymentLinkPaymentsCategory$outboundSchema, GetPaymentLinkPaymentsCategory$, GetPaymentLinkPaymentsInterval$inboundSchema, GetPaymentLinkPaymentsInterval$outboundSchema, GetPaymentLinkPaymentsInterval$, GetPaymentLinkPaymentsRecurringAmount$inboundSchema, GetPaymentLinkPaymentsRecurringAmount$outboundSchema, GetPaymentLinkPaymentsRecurringAmount$, GetPaymentLinkPaymentsRecurring$inboundSchema, GetPaymentLinkPaymentsRecurring$outboundSchema, GetPaymentLinkPaymentsRecurring$, GetPaymentLinkPaymentsLine$inboundSchema, GetPaymentLinkPaymentsLine$outboundSchema, GetPaymentLinkPaymentsLine$, GetPaymentLinkPaymentsBillingAddress$inboundSchema, GetPaymentLinkPaymentsBillingAddress$outboundSchema, GetPaymentLinkPaymentsBillingAddress$, GetPaymentLinkPaymentsShippingAddress$inboundSchema, GetPaymentLinkPaymentsShippingAddress$outboundSchema, GetPaymentLinkPaymentsShippingAddress$, GetPaymentLinkPaymentsLocale$inboundSchema, GetPaymentLinkPaymentsLocale$outboundSchema, GetPaymentLinkPaymentsLocale$, GetPaymentLinkPaymentsMethod$inboundSchema, GetPaymentLinkPaymentsMethod$outboundSchema, GetPaymentLinkPaymentsMethod$, GetPaymentLinkPaymentsMetadata$inboundSchema, GetPaymentLinkPaymentsMetadata$outboundSchema, GetPaymentLinkPaymentsMetadata$, GetPaymentLinkPaymentsMetadataUnion$inboundSchema, GetPaymentLinkPaymentsMetadataUnion$outboundSchema, GetPaymentLinkPaymentsMetadataUnion$, GetPaymentLinkPaymentsCaptureMode$inboundSchema, GetPaymentLinkPaymentsCaptureMode$outboundSchema, GetPaymentLinkPaymentsCaptureMode$, GetPaymentLinkPaymentsApplicationFeeAmount$inboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$outboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$, GetPaymentLinkPaymentsApplicationFee$inboundSchema, GetPaymentLinkPaymentsApplicationFee$outboundSchema, GetPaymentLinkPaymentsApplicationFee$, GetPaymentLinkPaymentsRoutingMode$inboundSchema, GetPaymentLinkPaymentsRoutingMode$outboundSchema, GetPaymentLinkPaymentsRoutingMode$, GetPaymentLinkPaymentsRoutingAmount$inboundSchema, GetPaymentLinkPaymentsRoutingAmount$outboundSchema, GetPaymentLinkPaymentsRoutingAmount$, GetPaymentLinkPaymentsRoutingType$inboundSchema, GetPaymentLinkPaymentsRoutingType$outboundSchema, GetPaymentLinkPaymentsRoutingType$, GetPaymentLinkPaymentsDestination$inboundSchema, GetPaymentLinkPaymentsDestination$outboundSchema, GetPaymentLinkPaymentsDestination$, GetPaymentLinkPaymentsRoutingSelf$inboundSchema, GetPaymentLinkPaymentsRoutingSelf$outboundSchema, GetPaymentLinkPaymentsRoutingSelf$, GetPaymentLinkPaymentsRoutingPayment$inboundSchema, GetPaymentLinkPaymentsRoutingPayment$outboundSchema, GetPaymentLinkPaymentsRoutingPayment$, GetPaymentLinkPaymentsRoutingLinks$inboundSchema, GetPaymentLinkPaymentsRoutingLinks$outboundSchema, GetPaymentLinkPaymentsRoutingLinks$, GetPaymentLinkPaymentsRouting$inboundSchema, GetPaymentLinkPaymentsRouting$outboundSchema, GetPaymentLinkPaymentsRouting$, GetPaymentLinkPaymentsSequenceType$inboundSchema, GetPaymentLinkPaymentsSequenceType$outboundSchema, GetPaymentLinkPaymentsSequenceType$, GetPaymentLinkPaymentsStatus$inboundSchema, GetPaymentLinkPaymentsStatus$outboundSchema, GetPaymentLinkPaymentsStatus$, GetPaymentLinkPaymentsStatusReason$inboundSchema, GetPaymentLinkPaymentsStatusReason$outboundSchema, GetPaymentLinkPaymentsStatusReason$, GetPaymentLinkPaymentsPaymentSelf$inboundSchema, GetPaymentLinkPaymentsPaymentSelf$outboundSchema, GetPaymentLinkPaymentsPaymentSelf$, GetPaymentLinkPaymentsCheckout$inboundSchema, GetPaymentLinkPaymentsCheckout$outboundSchema, GetPaymentLinkPaymentsCheckout$, GetPaymentLinkPaymentsMobileAppCheckout$inboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$outboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$, GetPaymentLinkPaymentsChangePaymentState$inboundSchema, GetPaymentLinkPaymentsChangePaymentState$outboundSchema, GetPaymentLinkPaymentsChangePaymentState$, GetPaymentLinkPaymentsDashboard$inboundSchema, GetPaymentLinkPaymentsDashboard$outboundSchema, GetPaymentLinkPaymentsDashboard$, GetPaymentLinkPaymentsRefunds$inboundSchema, GetPaymentLinkPaymentsRefunds$outboundSchema, GetPaymentLinkPaymentsRefunds$, GetPaymentLinkPaymentsChargebacks$inboundSchema, GetPaymentLinkPaymentsChargebacks$outboundSchema, GetPaymentLinkPaymentsChargebacks$, GetPaymentLinkPaymentsCaptures$inboundSchema, GetPaymentLinkPaymentsCaptures$outboundSchema, GetPaymentLinkPaymentsCaptures$, GetPaymentLinkPaymentsSettlement$inboundSchema, GetPaymentLinkPaymentsSettlement$outboundSchema, GetPaymentLinkPaymentsSettlement$, GetPaymentLinkPaymentsCustomer$inboundSchema, GetPaymentLinkPaymentsCustomer$outboundSchema, GetPaymentLinkPaymentsCustomer$, GetPaymentLinkPaymentsMandate$inboundSchema, GetPaymentLinkPaymentsMandate$outboundSchema, GetPaymentLinkPaymentsMandate$, GetPaymentLinkPaymentsSubscription$inboundSchema, GetPaymentLinkPaymentsSubscription$outboundSchema, GetPaymentLinkPaymentsSubscription$, GetPaymentLinkPaymentsOrder$inboundSchema, GetPaymentLinkPaymentsOrder$outboundSchema, GetPaymentLinkPaymentsOrder$, GetPaymentLinkPaymentsTerminal$inboundSchema, GetPaymentLinkPaymentsTerminal$outboundSchema, GetPaymentLinkPaymentsTerminal$, GetPaymentLinkPaymentsPaymentDocumentation$inboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$outboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$, GetPaymentLinkPaymentsPaymentLinks$inboundSchema, GetPaymentLinkPaymentsPaymentLinks$outboundSchema, GetPaymentLinkPaymentsPaymentLinks$, GetPaymentLinkPaymentsPaymentOutput$inboundSchema, GetPaymentLinkPaymentsPaymentOutput$outboundSchema, GetPaymentLinkPaymentsPaymentOutput$, GetPaymentLinkPaymentsEmbedded$inboundSchema, GetPaymentLinkPaymentsEmbedded$outboundSchema, GetPaymentLinkPaymentsEmbedded$, GetPaymentLinkPaymentsSelf$inboundSchema, GetPaymentLinkPaymentsSelf$outboundSchema, GetPaymentLinkPaymentsSelf$, GetPaymentLinkPaymentsPrevious$inboundSchema, GetPaymentLinkPaymentsPrevious$outboundSchema, GetPaymentLinkPaymentsPrevious$, GetPaymentLinkPaymentsNext$inboundSchema, GetPaymentLinkPaymentsNext$outboundSchema, GetPaymentLinkPaymentsNext$, GetPaymentLinkPaymentsDocumentation$inboundSchema, GetPaymentLinkPaymentsDocumentation$outboundSchema, GetPaymentLinkPaymentsDocumentation$, GetPaymentLinkPaymentsLinks$inboundSchema, GetPaymentLinkPaymentsLinks$outboundSchema, GetPaymentLinkPaymentsLinks$, GetPaymentLinkPaymentsResponse$inboundSchema, GetPaymentLinkPaymentsResponse$outboundSchema, GetPaymentLinkPaymentsResponse$;
65675
65627
  var init_getpaymentlinkpayments = __esm(() => {
65676
65628
  init_esm();
65677
65629
  init_primitives();
@@ -65737,6 +65689,7 @@ var init_getpaymentlinkpayments = __esm(() => {
65737
65689
  Banktransfer: "banktransfer",
65738
65690
  Belfius: "belfius",
65739
65691
  Billie: "billie",
65692
+ Bizum: "bizum",
65740
65693
  Blik: "blik",
65741
65694
  Creditcard: "creditcard",
65742
65695
  Directdebit: "directdebit",
@@ -65749,6 +65702,7 @@ var init_getpaymentlinkpayments = __esm(() => {
65749
65702
  Mbway: "mbway",
65750
65703
  Multibanco: "multibanco",
65751
65704
  Mybank: "mybank",
65705
+ Paybybank: "paybybank",
65752
65706
  Payconiq: "payconiq",
65753
65707
  Paypal: "paypal",
65754
65708
  Paysafecard: "paysafecard",
@@ -65765,10 +65719,6 @@ var init_getpaymentlinkpayments = __esm(() => {
65765
65719
  Automatic: "automatic",
65766
65720
  Manual: "manual"
65767
65721
  };
65768
- GetPaymentLinkPaymentsCaptureDelay = {
65769
- DotDotDotHours: "... hours",
65770
- DotDotDotDays: "... days"
65771
- };
65772
65722
  GetPaymentLinkPaymentsRoutingMode = {
65773
65723
  Live: "live",
65774
65724
  Test: "test"
@@ -66148,12 +66098,6 @@ var init_getpaymentlinkpayments = __esm(() => {
66148
66098
  GetPaymentLinkPaymentsCaptureMode$.inboundSchema = GetPaymentLinkPaymentsCaptureMode$inboundSchema;
66149
66099
  GetPaymentLinkPaymentsCaptureMode$.outboundSchema = GetPaymentLinkPaymentsCaptureMode$outboundSchema;
66150
66100
  })(GetPaymentLinkPaymentsCaptureMode$ ||= {});
66151
- GetPaymentLinkPaymentsCaptureDelay$inboundSchema = nativeEnumType(GetPaymentLinkPaymentsCaptureDelay);
66152
- GetPaymentLinkPaymentsCaptureDelay$outboundSchema = GetPaymentLinkPaymentsCaptureDelay$inboundSchema;
66153
- ((GetPaymentLinkPaymentsCaptureDelay$) => {
66154
- GetPaymentLinkPaymentsCaptureDelay$.inboundSchema = GetPaymentLinkPaymentsCaptureDelay$inboundSchema;
66155
- GetPaymentLinkPaymentsCaptureDelay$.outboundSchema = GetPaymentLinkPaymentsCaptureDelay$outboundSchema;
66156
- })(GetPaymentLinkPaymentsCaptureDelay$ ||= {});
66157
66101
  GetPaymentLinkPaymentsApplicationFeeAmount$inboundSchema = objectType({
66158
66102
  currency: stringType(),
66159
66103
  value: stringType()
@@ -66550,8 +66494,8 @@ var init_getpaymentlinkpayments = __esm(() => {
66550
66494
  stringType(),
66551
66495
  arrayType(stringType())
66552
66496
  ])).optional(),
66553
- captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$inboundSchema.default("automatic")),
66554
- captureDelay: nullableType(GetPaymentLinkPaymentsCaptureDelay$inboundSchema).optional(),
66497
+ captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$inboundSchema).optional(),
66498
+ captureDelay: nullableType(stringType()).optional(),
66555
66499
  captureBefore: nullableType(stringType()).optional(),
66556
66500
  applicationFee: nullableType(lazyType(() => GetPaymentLinkPaymentsApplicationFee$inboundSchema)).optional(),
66557
66501
  routing: nullableType(arrayType(lazyType(() => GetPaymentLinkPaymentsRouting$inboundSchema))).optional(),
@@ -66605,8 +66549,8 @@ var init_getpaymentlinkpayments = __esm(() => {
66605
66549
  stringType(),
66606
66550
  arrayType(stringType())
66607
66551
  ])).optional(),
66608
- captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$outboundSchema.default("automatic")),
66609
- captureDelay: nullableType(GetPaymentLinkPaymentsCaptureDelay$outboundSchema).optional(),
66552
+ captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$outboundSchema).optional(),
66553
+ captureDelay: nullableType(stringType()).optional(),
66610
66554
  captureBefore: nullableType(stringType()).optional(),
66611
66555
  applicationFee: nullableType(lazyType(() => GetPaymentLinkPaymentsApplicationFee$outboundSchema)).optional(),
66612
66556
  routing: nullableType(arrayType(lazyType(() => GetPaymentLinkPaymentsRouting$outboundSchema))).optional(),
@@ -70956,7 +70900,7 @@ var init_listallrefunds = __esm(() => {
70956
70900
  });
70957
70901
 
70958
70902
  // src/models/operations/listallsubscriptions.ts
70959
- var ListAllSubscriptionsSort, ListAllSubscriptionsMode, ListAllSubscriptionsLineType, ListAllSubscriptionsCategory, ListAllSubscriptionsInterval, ListAllSubscriptionsLocale, ListAllSubscriptionsMethod, ListAllSubscriptionsCaptureMode, ListAllSubscriptionsCaptureDelay, ListAllSubscriptionsRoutingMode, ListAllSubscriptionsRoutingType, ListAllSubscriptionsSequenceType, ListAllSubscriptionsStatus, ListAllSubscriptionsSort$inboundSchema, ListAllSubscriptionsSort$outboundSchema, ListAllSubscriptionsSort$, ListAllSubscriptionsRequest$inboundSchema, ListAllSubscriptionsRequest$outboundSchema, ListAllSubscriptionsRequest$, ListAllSubscriptionsBadRequestDocumentation$inboundSchema, ListAllSubscriptionsBadRequestDocumentation$outboundSchema, ListAllSubscriptionsBadRequestDocumentation$, ListAllSubscriptionsBadRequestLinks$inboundSchema, ListAllSubscriptionsBadRequestLinks$outboundSchema, ListAllSubscriptionsBadRequestLinks$, ListAllSubscriptionsMode$inboundSchema, ListAllSubscriptionsMode$outboundSchema, ListAllSubscriptionsMode$, ListAllSubscriptionsAmount$inboundSchema, ListAllSubscriptionsAmount$outboundSchema, ListAllSubscriptionsAmount$, ListAllSubscriptionsAmountRefunded$inboundSchema, ListAllSubscriptionsAmountRefunded$outboundSchema, ListAllSubscriptionsAmountRefunded$, ListAllSubscriptionsAmountRemaining$inboundSchema, ListAllSubscriptionsAmountRemaining$outboundSchema, ListAllSubscriptionsAmountRemaining$, ListAllSubscriptionsAmountCaptured$inboundSchema, ListAllSubscriptionsAmountCaptured$outboundSchema, ListAllSubscriptionsAmountCaptured$, ListAllSubscriptionsAmountChargedBack$inboundSchema, ListAllSubscriptionsAmountChargedBack$outboundSchema, ListAllSubscriptionsAmountChargedBack$, ListAllSubscriptionsSettlementAmount$inboundSchema, ListAllSubscriptionsSettlementAmount$outboundSchema, ListAllSubscriptionsSettlementAmount$, ListAllSubscriptionsLineType$inboundSchema, ListAllSubscriptionsLineType$outboundSchema, ListAllSubscriptionsLineType$, ListAllSubscriptionsUnitPrice$inboundSchema, ListAllSubscriptionsUnitPrice$outboundSchema, ListAllSubscriptionsUnitPrice$, ListAllSubscriptionsDiscountAmount$inboundSchema, ListAllSubscriptionsDiscountAmount$outboundSchema, ListAllSubscriptionsDiscountAmount$, ListAllSubscriptionsTotalAmount$inboundSchema, ListAllSubscriptionsTotalAmount$outboundSchema, ListAllSubscriptionsTotalAmount$, ListAllSubscriptionsVatAmount$inboundSchema, ListAllSubscriptionsVatAmount$outboundSchema, ListAllSubscriptionsVatAmount$, ListAllSubscriptionsCategory$inboundSchema, ListAllSubscriptionsCategory$outboundSchema, ListAllSubscriptionsCategory$, ListAllSubscriptionsInterval$inboundSchema, ListAllSubscriptionsInterval$outboundSchema, ListAllSubscriptionsInterval$, ListAllSubscriptionsRecurringAmount$inboundSchema, ListAllSubscriptionsRecurringAmount$outboundSchema, ListAllSubscriptionsRecurringAmount$, ListAllSubscriptionsRecurring$inboundSchema, ListAllSubscriptionsRecurring$outboundSchema, ListAllSubscriptionsRecurring$, ListAllSubscriptionsLine$inboundSchema, ListAllSubscriptionsLine$outboundSchema, ListAllSubscriptionsLine$, ListAllSubscriptionsBillingAddress$inboundSchema, ListAllSubscriptionsBillingAddress$outboundSchema, ListAllSubscriptionsBillingAddress$, ListAllSubscriptionsShippingAddress$inboundSchema, ListAllSubscriptionsShippingAddress$outboundSchema, ListAllSubscriptionsShippingAddress$, ListAllSubscriptionsLocale$inboundSchema, ListAllSubscriptionsLocale$outboundSchema, ListAllSubscriptionsLocale$, ListAllSubscriptionsMethod$inboundSchema, ListAllSubscriptionsMethod$outboundSchema, ListAllSubscriptionsMethod$, ListAllSubscriptionsMetadata$inboundSchema, ListAllSubscriptionsMetadata$outboundSchema, ListAllSubscriptionsMetadata$, ListAllSubscriptionsMetadataUnion$inboundSchema, ListAllSubscriptionsMetadataUnion$outboundSchema, ListAllSubscriptionsMetadataUnion$, ListAllSubscriptionsCaptureMode$inboundSchema, ListAllSubscriptionsCaptureMode$outboundSchema, ListAllSubscriptionsCaptureMode$, ListAllSubscriptionsCaptureDelay$inboundSchema, ListAllSubscriptionsCaptureDelay$outboundSchema, ListAllSubscriptionsCaptureDelay$, ListAllSubscriptionsApplicationFeeAmount$inboundSchema, ListAllSubscriptionsApplicationFeeAmount$outboundSchema, ListAllSubscriptionsApplicationFeeAmount$, ListAllSubscriptionsApplicationFee$inboundSchema, ListAllSubscriptionsApplicationFee$outboundSchema, ListAllSubscriptionsApplicationFee$, ListAllSubscriptionsRoutingMode$inboundSchema, ListAllSubscriptionsRoutingMode$outboundSchema, ListAllSubscriptionsRoutingMode$, ListAllSubscriptionsRoutingAmount$inboundSchema, ListAllSubscriptionsRoutingAmount$outboundSchema, ListAllSubscriptionsRoutingAmount$, ListAllSubscriptionsRoutingType$inboundSchema, ListAllSubscriptionsRoutingType$outboundSchema, ListAllSubscriptionsRoutingType$, ListAllSubscriptionsDestination$inboundSchema, ListAllSubscriptionsDestination$outboundSchema, ListAllSubscriptionsDestination$, ListAllSubscriptionsRoutingSelf$inboundSchema, ListAllSubscriptionsRoutingSelf$outboundSchema, ListAllSubscriptionsRoutingSelf$, ListAllSubscriptionsRoutingPayment$inboundSchema, ListAllSubscriptionsRoutingPayment$outboundSchema, ListAllSubscriptionsRoutingPayment$, ListAllSubscriptionsRoutingLinks$inboundSchema, ListAllSubscriptionsRoutingLinks$outboundSchema, ListAllSubscriptionsRoutingLinks$, ListAllSubscriptionsRouting$inboundSchema, ListAllSubscriptionsRouting$outboundSchema, ListAllSubscriptionsRouting$, ListAllSubscriptionsSequenceType$inboundSchema, ListAllSubscriptionsSequenceType$outboundSchema, ListAllSubscriptionsSequenceType$, ListAllSubscriptionsStatus$inboundSchema, ListAllSubscriptionsStatus$outboundSchema, ListAllSubscriptionsStatus$, ListAllSubscriptionsStatusReason$inboundSchema, ListAllSubscriptionsStatusReason$outboundSchema, ListAllSubscriptionsStatusReason$, ListAllSubscriptionsPaymentSelf$inboundSchema, ListAllSubscriptionsPaymentSelf$outboundSchema, ListAllSubscriptionsPaymentSelf$, ListAllSubscriptionsCheckout$inboundSchema, ListAllSubscriptionsCheckout$outboundSchema, ListAllSubscriptionsCheckout$, ListAllSubscriptionsMobileAppCheckout$inboundSchema, ListAllSubscriptionsMobileAppCheckout$outboundSchema, ListAllSubscriptionsMobileAppCheckout$, ListAllSubscriptionsChangePaymentState$inboundSchema, ListAllSubscriptionsChangePaymentState$outboundSchema, ListAllSubscriptionsChangePaymentState$, ListAllSubscriptionsDashboard$inboundSchema, ListAllSubscriptionsDashboard$outboundSchema, ListAllSubscriptionsDashboard$, ListAllSubscriptionsRefunds$inboundSchema, ListAllSubscriptionsRefunds$outboundSchema, ListAllSubscriptionsRefunds$, ListAllSubscriptionsChargebacks$inboundSchema, ListAllSubscriptionsChargebacks$outboundSchema, ListAllSubscriptionsChargebacks$, ListAllSubscriptionsCaptures$inboundSchema, ListAllSubscriptionsCaptures$outboundSchema, ListAllSubscriptionsCaptures$, ListAllSubscriptionsSettlement$inboundSchema, ListAllSubscriptionsSettlement$outboundSchema, ListAllSubscriptionsSettlement$, ListAllSubscriptionsCustomer$inboundSchema, ListAllSubscriptionsCustomer$outboundSchema, ListAllSubscriptionsCustomer$, ListAllSubscriptionsMandate$inboundSchema, ListAllSubscriptionsMandate$outboundSchema, ListAllSubscriptionsMandate$, ListAllSubscriptionsSubscription$inboundSchema, ListAllSubscriptionsSubscription$outboundSchema, ListAllSubscriptionsSubscription$, ListAllSubscriptionsOrder$inboundSchema, ListAllSubscriptionsOrder$outboundSchema, ListAllSubscriptionsOrder$, ListAllSubscriptionsTerminal$inboundSchema, ListAllSubscriptionsTerminal$outboundSchema, ListAllSubscriptionsTerminal$, ListAllSubscriptionsPaymentDocumentation$inboundSchema, ListAllSubscriptionsPaymentDocumentation$outboundSchema, ListAllSubscriptionsPaymentDocumentation$, ListAllSubscriptionsPaymentLinks$inboundSchema, ListAllSubscriptionsPaymentLinks$outboundSchema, ListAllSubscriptionsPaymentLinks$, ListAllSubscriptionsPaymentOutput$inboundSchema, ListAllSubscriptionsPaymentOutput$outboundSchema, ListAllSubscriptionsPaymentOutput$, ListAllSubscriptionsEmbedded$inboundSchema, ListAllSubscriptionsEmbedded$outboundSchema, ListAllSubscriptionsEmbedded$, ListAllSubscriptionsSelf$inboundSchema, ListAllSubscriptionsSelf$outboundSchema, ListAllSubscriptionsSelf$, ListAllSubscriptionsPrevious$inboundSchema, ListAllSubscriptionsPrevious$outboundSchema, ListAllSubscriptionsPrevious$, ListAllSubscriptionsNext$inboundSchema, ListAllSubscriptionsNext$outboundSchema, ListAllSubscriptionsNext$, ListAllSubscriptionsDocumentation$inboundSchema, ListAllSubscriptionsDocumentation$outboundSchema, ListAllSubscriptionsDocumentation$, ListAllSubscriptionsLinks$inboundSchema, ListAllSubscriptionsLinks$outboundSchema, ListAllSubscriptionsLinks$, ListAllSubscriptionsResponse$inboundSchema, ListAllSubscriptionsResponse$outboundSchema, ListAllSubscriptionsResponse$;
70903
+ var ListAllSubscriptionsSort, ListAllSubscriptionsMode, ListAllSubscriptionsLineType, ListAllSubscriptionsCategory, ListAllSubscriptionsInterval, ListAllSubscriptionsLocale, ListAllSubscriptionsMethod, ListAllSubscriptionsCaptureMode, ListAllSubscriptionsRoutingMode, ListAllSubscriptionsRoutingType, ListAllSubscriptionsSequenceType, ListAllSubscriptionsStatus, ListAllSubscriptionsSort$inboundSchema, ListAllSubscriptionsSort$outboundSchema, ListAllSubscriptionsSort$, ListAllSubscriptionsRequest$inboundSchema, ListAllSubscriptionsRequest$outboundSchema, ListAllSubscriptionsRequest$, ListAllSubscriptionsBadRequestDocumentation$inboundSchema, ListAllSubscriptionsBadRequestDocumentation$outboundSchema, ListAllSubscriptionsBadRequestDocumentation$, ListAllSubscriptionsBadRequestLinks$inboundSchema, ListAllSubscriptionsBadRequestLinks$outboundSchema, ListAllSubscriptionsBadRequestLinks$, ListAllSubscriptionsMode$inboundSchema, ListAllSubscriptionsMode$outboundSchema, ListAllSubscriptionsMode$, ListAllSubscriptionsAmount$inboundSchema, ListAllSubscriptionsAmount$outboundSchema, ListAllSubscriptionsAmount$, ListAllSubscriptionsAmountRefunded$inboundSchema, ListAllSubscriptionsAmountRefunded$outboundSchema, ListAllSubscriptionsAmountRefunded$, ListAllSubscriptionsAmountRemaining$inboundSchema, ListAllSubscriptionsAmountRemaining$outboundSchema, ListAllSubscriptionsAmountRemaining$, ListAllSubscriptionsAmountCaptured$inboundSchema, ListAllSubscriptionsAmountCaptured$outboundSchema, ListAllSubscriptionsAmountCaptured$, ListAllSubscriptionsAmountChargedBack$inboundSchema, ListAllSubscriptionsAmountChargedBack$outboundSchema, ListAllSubscriptionsAmountChargedBack$, ListAllSubscriptionsSettlementAmount$inboundSchema, ListAllSubscriptionsSettlementAmount$outboundSchema, ListAllSubscriptionsSettlementAmount$, ListAllSubscriptionsLineType$inboundSchema, ListAllSubscriptionsLineType$outboundSchema, ListAllSubscriptionsLineType$, ListAllSubscriptionsUnitPrice$inboundSchema, ListAllSubscriptionsUnitPrice$outboundSchema, ListAllSubscriptionsUnitPrice$, ListAllSubscriptionsDiscountAmount$inboundSchema, ListAllSubscriptionsDiscountAmount$outboundSchema, ListAllSubscriptionsDiscountAmount$, ListAllSubscriptionsTotalAmount$inboundSchema, ListAllSubscriptionsTotalAmount$outboundSchema, ListAllSubscriptionsTotalAmount$, ListAllSubscriptionsVatAmount$inboundSchema, ListAllSubscriptionsVatAmount$outboundSchema, ListAllSubscriptionsVatAmount$, ListAllSubscriptionsCategory$inboundSchema, ListAllSubscriptionsCategory$outboundSchema, ListAllSubscriptionsCategory$, ListAllSubscriptionsInterval$inboundSchema, ListAllSubscriptionsInterval$outboundSchema, ListAllSubscriptionsInterval$, ListAllSubscriptionsRecurringAmount$inboundSchema, ListAllSubscriptionsRecurringAmount$outboundSchema, ListAllSubscriptionsRecurringAmount$, ListAllSubscriptionsRecurring$inboundSchema, ListAllSubscriptionsRecurring$outboundSchema, ListAllSubscriptionsRecurring$, ListAllSubscriptionsLine$inboundSchema, ListAllSubscriptionsLine$outboundSchema, ListAllSubscriptionsLine$, ListAllSubscriptionsBillingAddress$inboundSchema, ListAllSubscriptionsBillingAddress$outboundSchema, ListAllSubscriptionsBillingAddress$, ListAllSubscriptionsShippingAddress$inboundSchema, ListAllSubscriptionsShippingAddress$outboundSchema, ListAllSubscriptionsShippingAddress$, ListAllSubscriptionsLocale$inboundSchema, ListAllSubscriptionsLocale$outboundSchema, ListAllSubscriptionsLocale$, ListAllSubscriptionsMethod$inboundSchema, ListAllSubscriptionsMethod$outboundSchema, ListAllSubscriptionsMethod$, ListAllSubscriptionsMetadata$inboundSchema, ListAllSubscriptionsMetadata$outboundSchema, ListAllSubscriptionsMetadata$, ListAllSubscriptionsMetadataUnion$inboundSchema, ListAllSubscriptionsMetadataUnion$outboundSchema, ListAllSubscriptionsMetadataUnion$, ListAllSubscriptionsCaptureMode$inboundSchema, ListAllSubscriptionsCaptureMode$outboundSchema, ListAllSubscriptionsCaptureMode$, ListAllSubscriptionsApplicationFeeAmount$inboundSchema, ListAllSubscriptionsApplicationFeeAmount$outboundSchema, ListAllSubscriptionsApplicationFeeAmount$, ListAllSubscriptionsApplicationFee$inboundSchema, ListAllSubscriptionsApplicationFee$outboundSchema, ListAllSubscriptionsApplicationFee$, ListAllSubscriptionsRoutingMode$inboundSchema, ListAllSubscriptionsRoutingMode$outboundSchema, ListAllSubscriptionsRoutingMode$, ListAllSubscriptionsRoutingAmount$inboundSchema, ListAllSubscriptionsRoutingAmount$outboundSchema, ListAllSubscriptionsRoutingAmount$, ListAllSubscriptionsRoutingType$inboundSchema, ListAllSubscriptionsRoutingType$outboundSchema, ListAllSubscriptionsRoutingType$, ListAllSubscriptionsDestination$inboundSchema, ListAllSubscriptionsDestination$outboundSchema, ListAllSubscriptionsDestination$, ListAllSubscriptionsRoutingSelf$inboundSchema, ListAllSubscriptionsRoutingSelf$outboundSchema, ListAllSubscriptionsRoutingSelf$, ListAllSubscriptionsRoutingPayment$inboundSchema, ListAllSubscriptionsRoutingPayment$outboundSchema, ListAllSubscriptionsRoutingPayment$, ListAllSubscriptionsRoutingLinks$inboundSchema, ListAllSubscriptionsRoutingLinks$outboundSchema, ListAllSubscriptionsRoutingLinks$, ListAllSubscriptionsRouting$inboundSchema, ListAllSubscriptionsRouting$outboundSchema, ListAllSubscriptionsRouting$, ListAllSubscriptionsSequenceType$inboundSchema, ListAllSubscriptionsSequenceType$outboundSchema, ListAllSubscriptionsSequenceType$, ListAllSubscriptionsStatus$inboundSchema, ListAllSubscriptionsStatus$outboundSchema, ListAllSubscriptionsStatus$, ListAllSubscriptionsStatusReason$inboundSchema, ListAllSubscriptionsStatusReason$outboundSchema, ListAllSubscriptionsStatusReason$, ListAllSubscriptionsPaymentSelf$inboundSchema, ListAllSubscriptionsPaymentSelf$outboundSchema, ListAllSubscriptionsPaymentSelf$, ListAllSubscriptionsCheckout$inboundSchema, ListAllSubscriptionsCheckout$outboundSchema, ListAllSubscriptionsCheckout$, ListAllSubscriptionsMobileAppCheckout$inboundSchema, ListAllSubscriptionsMobileAppCheckout$outboundSchema, ListAllSubscriptionsMobileAppCheckout$, ListAllSubscriptionsChangePaymentState$inboundSchema, ListAllSubscriptionsChangePaymentState$outboundSchema, ListAllSubscriptionsChangePaymentState$, ListAllSubscriptionsDashboard$inboundSchema, ListAllSubscriptionsDashboard$outboundSchema, ListAllSubscriptionsDashboard$, ListAllSubscriptionsRefunds$inboundSchema, ListAllSubscriptionsRefunds$outboundSchema, ListAllSubscriptionsRefunds$, ListAllSubscriptionsChargebacks$inboundSchema, ListAllSubscriptionsChargebacks$outboundSchema, ListAllSubscriptionsChargebacks$, ListAllSubscriptionsCaptures$inboundSchema, ListAllSubscriptionsCaptures$outboundSchema, ListAllSubscriptionsCaptures$, ListAllSubscriptionsSettlement$inboundSchema, ListAllSubscriptionsSettlement$outboundSchema, ListAllSubscriptionsSettlement$, ListAllSubscriptionsCustomer$inboundSchema, ListAllSubscriptionsCustomer$outboundSchema, ListAllSubscriptionsCustomer$, ListAllSubscriptionsMandate$inboundSchema, ListAllSubscriptionsMandate$outboundSchema, ListAllSubscriptionsMandate$, ListAllSubscriptionsSubscription$inboundSchema, ListAllSubscriptionsSubscription$outboundSchema, ListAllSubscriptionsSubscription$, ListAllSubscriptionsOrder$inboundSchema, ListAllSubscriptionsOrder$outboundSchema, ListAllSubscriptionsOrder$, ListAllSubscriptionsTerminal$inboundSchema, ListAllSubscriptionsTerminal$outboundSchema, ListAllSubscriptionsTerminal$, ListAllSubscriptionsPaymentDocumentation$inboundSchema, ListAllSubscriptionsPaymentDocumentation$outboundSchema, ListAllSubscriptionsPaymentDocumentation$, ListAllSubscriptionsPaymentLinks$inboundSchema, ListAllSubscriptionsPaymentLinks$outboundSchema, ListAllSubscriptionsPaymentLinks$, ListAllSubscriptionsPaymentOutput$inboundSchema, ListAllSubscriptionsPaymentOutput$outboundSchema, ListAllSubscriptionsPaymentOutput$, ListAllSubscriptionsEmbedded$inboundSchema, ListAllSubscriptionsEmbedded$outboundSchema, ListAllSubscriptionsEmbedded$, ListAllSubscriptionsSelf$inboundSchema, ListAllSubscriptionsSelf$outboundSchema, ListAllSubscriptionsSelf$, ListAllSubscriptionsPrevious$inboundSchema, ListAllSubscriptionsPrevious$outboundSchema, ListAllSubscriptionsPrevious$, ListAllSubscriptionsNext$inboundSchema, ListAllSubscriptionsNext$outboundSchema, ListAllSubscriptionsNext$, ListAllSubscriptionsDocumentation$inboundSchema, ListAllSubscriptionsDocumentation$outboundSchema, ListAllSubscriptionsDocumentation$, ListAllSubscriptionsLinks$inboundSchema, ListAllSubscriptionsLinks$outboundSchema, ListAllSubscriptionsLinks$, ListAllSubscriptionsResponse$inboundSchema, ListAllSubscriptionsResponse$outboundSchema, ListAllSubscriptionsResponse$;
70960
70904
  var init_listallsubscriptions = __esm(() => {
70961
70905
  init_esm();
70962
70906
  init_primitives();
@@ -71022,6 +70966,7 @@ var init_listallsubscriptions = __esm(() => {
71022
70966
  Banktransfer: "banktransfer",
71023
70967
  Belfius: "belfius",
71024
70968
  Billie: "billie",
70969
+ Bizum: "bizum",
71025
70970
  Blik: "blik",
71026
70971
  Creditcard: "creditcard",
71027
70972
  Directdebit: "directdebit",
@@ -71034,6 +70979,7 @@ var init_listallsubscriptions = __esm(() => {
71034
70979
  Mbway: "mbway",
71035
70980
  Multibanco: "multibanco",
71036
70981
  Mybank: "mybank",
70982
+ Paybybank: "paybybank",
71037
70983
  Payconiq: "payconiq",
71038
70984
  Paypal: "paypal",
71039
70985
  Paysafecard: "paysafecard",
@@ -71050,10 +70996,6 @@ var init_listallsubscriptions = __esm(() => {
71050
70996
  Automatic: "automatic",
71051
70997
  Manual: "manual"
71052
70998
  };
71053
- ListAllSubscriptionsCaptureDelay = {
71054
- DotDotDotHours: "... hours",
71055
- DotDotDotDays: "... days"
71056
- };
71057
70999
  ListAllSubscriptionsRoutingMode = {
71058
71000
  Live: "live",
71059
71001
  Test: "test"
@@ -71433,12 +71375,6 @@ var init_listallsubscriptions = __esm(() => {
71433
71375
  ListAllSubscriptionsCaptureMode$.inboundSchema = ListAllSubscriptionsCaptureMode$inboundSchema;
71434
71376
  ListAllSubscriptionsCaptureMode$.outboundSchema = ListAllSubscriptionsCaptureMode$outboundSchema;
71435
71377
  })(ListAllSubscriptionsCaptureMode$ ||= {});
71436
- ListAllSubscriptionsCaptureDelay$inboundSchema = nativeEnumType(ListAllSubscriptionsCaptureDelay);
71437
- ListAllSubscriptionsCaptureDelay$outboundSchema = ListAllSubscriptionsCaptureDelay$inboundSchema;
71438
- ((ListAllSubscriptionsCaptureDelay$) => {
71439
- ListAllSubscriptionsCaptureDelay$.inboundSchema = ListAllSubscriptionsCaptureDelay$inboundSchema;
71440
- ListAllSubscriptionsCaptureDelay$.outboundSchema = ListAllSubscriptionsCaptureDelay$outboundSchema;
71441
- })(ListAllSubscriptionsCaptureDelay$ ||= {});
71442
71378
  ListAllSubscriptionsApplicationFeeAmount$inboundSchema = objectType({
71443
71379
  currency: stringType(),
71444
71380
  value: stringType()
@@ -71835,8 +71771,8 @@ var init_listallsubscriptions = __esm(() => {
71835
71771
  stringType(),
71836
71772
  arrayType(stringType())
71837
71773
  ])).optional(),
71838
- captureMode: nullableType(ListAllSubscriptionsCaptureMode$inboundSchema.default("automatic")),
71839
- captureDelay: nullableType(ListAllSubscriptionsCaptureDelay$inboundSchema).optional(),
71774
+ captureMode: nullableType(ListAllSubscriptionsCaptureMode$inboundSchema).optional(),
71775
+ captureDelay: nullableType(stringType()).optional(),
71840
71776
  captureBefore: nullableType(stringType()).optional(),
71841
71777
  applicationFee: nullableType(lazyType(() => ListAllSubscriptionsApplicationFee$inboundSchema)).optional(),
71842
71778
  routing: nullableType(arrayType(lazyType(() => ListAllSubscriptionsRouting$inboundSchema))).optional(),
@@ -71890,8 +71826,8 @@ var init_listallsubscriptions = __esm(() => {
71890
71826
  stringType(),
71891
71827
  arrayType(stringType())
71892
71828
  ])).optional(),
71893
- captureMode: nullableType(ListAllSubscriptionsCaptureMode$outboundSchema.default("automatic")),
71894
- captureDelay: nullableType(ListAllSubscriptionsCaptureDelay$outboundSchema).optional(),
71829
+ captureMode: nullableType(ListAllSubscriptionsCaptureMode$outboundSchema).optional(),
71830
+ captureDelay: nullableType(stringType()).optional(),
71895
71831
  captureBefore: nullableType(stringType()).optional(),
71896
71832
  applicationFee: nullableType(lazyType(() => ListAllSubscriptionsApplicationFee$outboundSchema)).optional(),
71897
71833
  routing: nullableType(arrayType(lazyType(() => ListAllSubscriptionsRouting$outboundSchema))).optional(),
@@ -74724,7 +74660,7 @@ var init_listclients = __esm(() => {
74724
74660
  });
74725
74661
 
74726
74662
  // src/models/operations/listcustomerpayments.ts
74727
- var ListCustomerPaymentsSort, ListCustomerPaymentsMode, ListCustomerPaymentsLineType, ListCustomerPaymentsCategory, ListCustomerPaymentsInterval, ListCustomerPaymentsLocale, ListCustomerPaymentsMethod, ListCustomerPaymentsCaptureMode, ListCustomerPaymentsCaptureDelay, ListCustomerPaymentsRoutingMode, ListCustomerPaymentsRoutingType, ListCustomerPaymentsSequenceType, ListCustomerPaymentsStatus, ListCustomerPaymentsSort$inboundSchema, ListCustomerPaymentsSort$outboundSchema, ListCustomerPaymentsSort$, ListCustomerPaymentsRequest$inboundSchema, ListCustomerPaymentsRequest$outboundSchema, ListCustomerPaymentsRequest$, ListCustomerPaymentsBadRequestDocumentation$inboundSchema, ListCustomerPaymentsBadRequestDocumentation$outboundSchema, ListCustomerPaymentsBadRequestDocumentation$, ListCustomerPaymentsBadRequestLinks$inboundSchema, ListCustomerPaymentsBadRequestLinks$outboundSchema, ListCustomerPaymentsBadRequestLinks$, ListCustomerPaymentsMode$inboundSchema, ListCustomerPaymentsMode$outboundSchema, ListCustomerPaymentsMode$, ListCustomerPaymentsAmount$inboundSchema, ListCustomerPaymentsAmount$outboundSchema, ListCustomerPaymentsAmount$, ListCustomerPaymentsAmountRefunded$inboundSchema, ListCustomerPaymentsAmountRefunded$outboundSchema, ListCustomerPaymentsAmountRefunded$, ListCustomerPaymentsAmountRemaining$inboundSchema, ListCustomerPaymentsAmountRemaining$outboundSchema, ListCustomerPaymentsAmountRemaining$, ListCustomerPaymentsAmountCaptured$inboundSchema, ListCustomerPaymentsAmountCaptured$outboundSchema, ListCustomerPaymentsAmountCaptured$, ListCustomerPaymentsAmountChargedBack$inboundSchema, ListCustomerPaymentsAmountChargedBack$outboundSchema, ListCustomerPaymentsAmountChargedBack$, ListCustomerPaymentsSettlementAmount$inboundSchema, ListCustomerPaymentsSettlementAmount$outboundSchema, ListCustomerPaymentsSettlementAmount$, ListCustomerPaymentsLineType$inboundSchema, ListCustomerPaymentsLineType$outboundSchema, ListCustomerPaymentsLineType$, ListCustomerPaymentsUnitPrice$inboundSchema, ListCustomerPaymentsUnitPrice$outboundSchema, ListCustomerPaymentsUnitPrice$, ListCustomerPaymentsDiscountAmount$inboundSchema, ListCustomerPaymentsDiscountAmount$outboundSchema, ListCustomerPaymentsDiscountAmount$, ListCustomerPaymentsTotalAmount$inboundSchema, ListCustomerPaymentsTotalAmount$outboundSchema, ListCustomerPaymentsTotalAmount$, ListCustomerPaymentsVatAmount$inboundSchema, ListCustomerPaymentsVatAmount$outboundSchema, ListCustomerPaymentsVatAmount$, ListCustomerPaymentsCategory$inboundSchema, ListCustomerPaymentsCategory$outboundSchema, ListCustomerPaymentsCategory$, ListCustomerPaymentsInterval$inboundSchema, ListCustomerPaymentsInterval$outboundSchema, ListCustomerPaymentsInterval$, ListCustomerPaymentsRecurringAmount$inboundSchema, ListCustomerPaymentsRecurringAmount$outboundSchema, ListCustomerPaymentsRecurringAmount$, ListCustomerPaymentsRecurring$inboundSchema, ListCustomerPaymentsRecurring$outboundSchema, ListCustomerPaymentsRecurring$, ListCustomerPaymentsLine$inboundSchema, ListCustomerPaymentsLine$outboundSchema, ListCustomerPaymentsLine$, ListCustomerPaymentsBillingAddress$inboundSchema, ListCustomerPaymentsBillingAddress$outboundSchema, ListCustomerPaymentsBillingAddress$, ListCustomerPaymentsShippingAddress$inboundSchema, ListCustomerPaymentsShippingAddress$outboundSchema, ListCustomerPaymentsShippingAddress$, ListCustomerPaymentsLocale$inboundSchema, ListCustomerPaymentsLocale$outboundSchema, ListCustomerPaymentsLocale$, ListCustomerPaymentsMethod$inboundSchema, ListCustomerPaymentsMethod$outboundSchema, ListCustomerPaymentsMethod$, ListCustomerPaymentsMetadata$inboundSchema, ListCustomerPaymentsMetadata$outboundSchema, ListCustomerPaymentsMetadata$, ListCustomerPaymentsMetadataUnion$inboundSchema, ListCustomerPaymentsMetadataUnion$outboundSchema, ListCustomerPaymentsMetadataUnion$, ListCustomerPaymentsCaptureMode$inboundSchema, ListCustomerPaymentsCaptureMode$outboundSchema, ListCustomerPaymentsCaptureMode$, ListCustomerPaymentsCaptureDelay$inboundSchema, ListCustomerPaymentsCaptureDelay$outboundSchema, ListCustomerPaymentsCaptureDelay$, ListCustomerPaymentsApplicationFeeAmount$inboundSchema, ListCustomerPaymentsApplicationFeeAmount$outboundSchema, ListCustomerPaymentsApplicationFeeAmount$, ListCustomerPaymentsApplicationFee$inboundSchema, ListCustomerPaymentsApplicationFee$outboundSchema, ListCustomerPaymentsApplicationFee$, ListCustomerPaymentsRoutingMode$inboundSchema, ListCustomerPaymentsRoutingMode$outboundSchema, ListCustomerPaymentsRoutingMode$, ListCustomerPaymentsRoutingAmount$inboundSchema, ListCustomerPaymentsRoutingAmount$outboundSchema, ListCustomerPaymentsRoutingAmount$, ListCustomerPaymentsRoutingType$inboundSchema, ListCustomerPaymentsRoutingType$outboundSchema, ListCustomerPaymentsRoutingType$, ListCustomerPaymentsDestination$inboundSchema, ListCustomerPaymentsDestination$outboundSchema, ListCustomerPaymentsDestination$, ListCustomerPaymentsRoutingSelf$inboundSchema, ListCustomerPaymentsRoutingSelf$outboundSchema, ListCustomerPaymentsRoutingSelf$, ListCustomerPaymentsRoutingPayment$inboundSchema, ListCustomerPaymentsRoutingPayment$outboundSchema, ListCustomerPaymentsRoutingPayment$, ListCustomerPaymentsRoutingLinks$inboundSchema, ListCustomerPaymentsRoutingLinks$outboundSchema, ListCustomerPaymentsRoutingLinks$, ListCustomerPaymentsRouting$inboundSchema, ListCustomerPaymentsRouting$outboundSchema, ListCustomerPaymentsRouting$, ListCustomerPaymentsSequenceType$inboundSchema, ListCustomerPaymentsSequenceType$outboundSchema, ListCustomerPaymentsSequenceType$, ListCustomerPaymentsStatus$inboundSchema, ListCustomerPaymentsStatus$outboundSchema, ListCustomerPaymentsStatus$, ListCustomerPaymentsStatusReason$inboundSchema, ListCustomerPaymentsStatusReason$outboundSchema, ListCustomerPaymentsStatusReason$, ListCustomerPaymentsPaymentSelf$inboundSchema, ListCustomerPaymentsPaymentSelf$outboundSchema, ListCustomerPaymentsPaymentSelf$, ListCustomerPaymentsCheckout$inboundSchema, ListCustomerPaymentsCheckout$outboundSchema, ListCustomerPaymentsCheckout$, ListCustomerPaymentsMobileAppCheckout$inboundSchema, ListCustomerPaymentsMobileAppCheckout$outboundSchema, ListCustomerPaymentsMobileAppCheckout$, ListCustomerPaymentsChangePaymentState$inboundSchema, ListCustomerPaymentsChangePaymentState$outboundSchema, ListCustomerPaymentsChangePaymentState$, ListCustomerPaymentsDashboard$inboundSchema, ListCustomerPaymentsDashboard$outboundSchema, ListCustomerPaymentsDashboard$, ListCustomerPaymentsRefunds$inboundSchema, ListCustomerPaymentsRefunds$outboundSchema, ListCustomerPaymentsRefunds$, ListCustomerPaymentsChargebacks$inboundSchema, ListCustomerPaymentsChargebacks$outboundSchema, ListCustomerPaymentsChargebacks$, ListCustomerPaymentsCaptures$inboundSchema, ListCustomerPaymentsCaptures$outboundSchema, ListCustomerPaymentsCaptures$, ListCustomerPaymentsSettlement$inboundSchema, ListCustomerPaymentsSettlement$outboundSchema, ListCustomerPaymentsSettlement$, ListCustomerPaymentsCustomer$inboundSchema, ListCustomerPaymentsCustomer$outboundSchema, ListCustomerPaymentsCustomer$, ListCustomerPaymentsMandate$inboundSchema, ListCustomerPaymentsMandate$outboundSchema, ListCustomerPaymentsMandate$, ListCustomerPaymentsSubscription$inboundSchema, ListCustomerPaymentsSubscription$outboundSchema, ListCustomerPaymentsSubscription$, ListCustomerPaymentsOrder$inboundSchema, ListCustomerPaymentsOrder$outboundSchema, ListCustomerPaymentsOrder$, ListCustomerPaymentsTerminal$inboundSchema, ListCustomerPaymentsTerminal$outboundSchema, ListCustomerPaymentsTerminal$, ListCustomerPaymentsPaymentDocumentation$inboundSchema, ListCustomerPaymentsPaymentDocumentation$outboundSchema, ListCustomerPaymentsPaymentDocumentation$, ListCustomerPaymentsPaymentLinks$inboundSchema, ListCustomerPaymentsPaymentLinks$outboundSchema, ListCustomerPaymentsPaymentLinks$, ListCustomerPaymentsPaymentOutput$inboundSchema, ListCustomerPaymentsPaymentOutput$outboundSchema, ListCustomerPaymentsPaymentOutput$, ListCustomerPaymentsEmbedded$inboundSchema, ListCustomerPaymentsEmbedded$outboundSchema, ListCustomerPaymentsEmbedded$, ListCustomerPaymentsSelf$inboundSchema, ListCustomerPaymentsSelf$outboundSchema, ListCustomerPaymentsSelf$, ListCustomerPaymentsPrevious$inboundSchema, ListCustomerPaymentsPrevious$outboundSchema, ListCustomerPaymentsPrevious$, ListCustomerPaymentsNext$inboundSchema, ListCustomerPaymentsNext$outboundSchema, ListCustomerPaymentsNext$, ListCustomerPaymentsDocumentation$inboundSchema, ListCustomerPaymentsDocumentation$outboundSchema, ListCustomerPaymentsDocumentation$, ListCustomerPaymentsLinks$inboundSchema, ListCustomerPaymentsLinks$outboundSchema, ListCustomerPaymentsLinks$, ListCustomerPaymentsResponse$inboundSchema, ListCustomerPaymentsResponse$outboundSchema, ListCustomerPaymentsResponse$;
74663
+ var ListCustomerPaymentsSort, ListCustomerPaymentsMode, ListCustomerPaymentsLineType, ListCustomerPaymentsCategory, ListCustomerPaymentsInterval, ListCustomerPaymentsLocale, ListCustomerPaymentsMethod, ListCustomerPaymentsCaptureMode, ListCustomerPaymentsRoutingMode, ListCustomerPaymentsRoutingType, ListCustomerPaymentsSequenceType, ListCustomerPaymentsStatus, ListCustomerPaymentsSort$inboundSchema, ListCustomerPaymentsSort$outboundSchema, ListCustomerPaymentsSort$, ListCustomerPaymentsRequest$inboundSchema, ListCustomerPaymentsRequest$outboundSchema, ListCustomerPaymentsRequest$, ListCustomerPaymentsBadRequestDocumentation$inboundSchema, ListCustomerPaymentsBadRequestDocumentation$outboundSchema, ListCustomerPaymentsBadRequestDocumentation$, ListCustomerPaymentsBadRequestLinks$inboundSchema, ListCustomerPaymentsBadRequestLinks$outboundSchema, ListCustomerPaymentsBadRequestLinks$, ListCustomerPaymentsMode$inboundSchema, ListCustomerPaymentsMode$outboundSchema, ListCustomerPaymentsMode$, ListCustomerPaymentsAmount$inboundSchema, ListCustomerPaymentsAmount$outboundSchema, ListCustomerPaymentsAmount$, ListCustomerPaymentsAmountRefunded$inboundSchema, ListCustomerPaymentsAmountRefunded$outboundSchema, ListCustomerPaymentsAmountRefunded$, ListCustomerPaymentsAmountRemaining$inboundSchema, ListCustomerPaymentsAmountRemaining$outboundSchema, ListCustomerPaymentsAmountRemaining$, ListCustomerPaymentsAmountCaptured$inboundSchema, ListCustomerPaymentsAmountCaptured$outboundSchema, ListCustomerPaymentsAmountCaptured$, ListCustomerPaymentsAmountChargedBack$inboundSchema, ListCustomerPaymentsAmountChargedBack$outboundSchema, ListCustomerPaymentsAmountChargedBack$, ListCustomerPaymentsSettlementAmount$inboundSchema, ListCustomerPaymentsSettlementAmount$outboundSchema, ListCustomerPaymentsSettlementAmount$, ListCustomerPaymentsLineType$inboundSchema, ListCustomerPaymentsLineType$outboundSchema, ListCustomerPaymentsLineType$, ListCustomerPaymentsUnitPrice$inboundSchema, ListCustomerPaymentsUnitPrice$outboundSchema, ListCustomerPaymentsUnitPrice$, ListCustomerPaymentsDiscountAmount$inboundSchema, ListCustomerPaymentsDiscountAmount$outboundSchema, ListCustomerPaymentsDiscountAmount$, ListCustomerPaymentsTotalAmount$inboundSchema, ListCustomerPaymentsTotalAmount$outboundSchema, ListCustomerPaymentsTotalAmount$, ListCustomerPaymentsVatAmount$inboundSchema, ListCustomerPaymentsVatAmount$outboundSchema, ListCustomerPaymentsVatAmount$, ListCustomerPaymentsCategory$inboundSchema, ListCustomerPaymentsCategory$outboundSchema, ListCustomerPaymentsCategory$, ListCustomerPaymentsInterval$inboundSchema, ListCustomerPaymentsInterval$outboundSchema, ListCustomerPaymentsInterval$, ListCustomerPaymentsRecurringAmount$inboundSchema, ListCustomerPaymentsRecurringAmount$outboundSchema, ListCustomerPaymentsRecurringAmount$, ListCustomerPaymentsRecurring$inboundSchema, ListCustomerPaymentsRecurring$outboundSchema, ListCustomerPaymentsRecurring$, ListCustomerPaymentsLine$inboundSchema, ListCustomerPaymentsLine$outboundSchema, ListCustomerPaymentsLine$, ListCustomerPaymentsBillingAddress$inboundSchema, ListCustomerPaymentsBillingAddress$outboundSchema, ListCustomerPaymentsBillingAddress$, ListCustomerPaymentsShippingAddress$inboundSchema, ListCustomerPaymentsShippingAddress$outboundSchema, ListCustomerPaymentsShippingAddress$, ListCustomerPaymentsLocale$inboundSchema, ListCustomerPaymentsLocale$outboundSchema, ListCustomerPaymentsLocale$, ListCustomerPaymentsMethod$inboundSchema, ListCustomerPaymentsMethod$outboundSchema, ListCustomerPaymentsMethod$, ListCustomerPaymentsMetadata$inboundSchema, ListCustomerPaymentsMetadata$outboundSchema, ListCustomerPaymentsMetadata$, ListCustomerPaymentsMetadataUnion$inboundSchema, ListCustomerPaymentsMetadataUnion$outboundSchema, ListCustomerPaymentsMetadataUnion$, ListCustomerPaymentsCaptureMode$inboundSchema, ListCustomerPaymentsCaptureMode$outboundSchema, ListCustomerPaymentsCaptureMode$, ListCustomerPaymentsApplicationFeeAmount$inboundSchema, ListCustomerPaymentsApplicationFeeAmount$outboundSchema, ListCustomerPaymentsApplicationFeeAmount$, ListCustomerPaymentsApplicationFee$inboundSchema, ListCustomerPaymentsApplicationFee$outboundSchema, ListCustomerPaymentsApplicationFee$, ListCustomerPaymentsRoutingMode$inboundSchema, ListCustomerPaymentsRoutingMode$outboundSchema, ListCustomerPaymentsRoutingMode$, ListCustomerPaymentsRoutingAmount$inboundSchema, ListCustomerPaymentsRoutingAmount$outboundSchema, ListCustomerPaymentsRoutingAmount$, ListCustomerPaymentsRoutingType$inboundSchema, ListCustomerPaymentsRoutingType$outboundSchema, ListCustomerPaymentsRoutingType$, ListCustomerPaymentsDestination$inboundSchema, ListCustomerPaymentsDestination$outboundSchema, ListCustomerPaymentsDestination$, ListCustomerPaymentsRoutingSelf$inboundSchema, ListCustomerPaymentsRoutingSelf$outboundSchema, ListCustomerPaymentsRoutingSelf$, ListCustomerPaymentsRoutingPayment$inboundSchema, ListCustomerPaymentsRoutingPayment$outboundSchema, ListCustomerPaymentsRoutingPayment$, ListCustomerPaymentsRoutingLinks$inboundSchema, ListCustomerPaymentsRoutingLinks$outboundSchema, ListCustomerPaymentsRoutingLinks$, ListCustomerPaymentsRouting$inboundSchema, ListCustomerPaymentsRouting$outboundSchema, ListCustomerPaymentsRouting$, ListCustomerPaymentsSequenceType$inboundSchema, ListCustomerPaymentsSequenceType$outboundSchema, ListCustomerPaymentsSequenceType$, ListCustomerPaymentsStatus$inboundSchema, ListCustomerPaymentsStatus$outboundSchema, ListCustomerPaymentsStatus$, ListCustomerPaymentsStatusReason$inboundSchema, ListCustomerPaymentsStatusReason$outboundSchema, ListCustomerPaymentsStatusReason$, ListCustomerPaymentsPaymentSelf$inboundSchema, ListCustomerPaymentsPaymentSelf$outboundSchema, ListCustomerPaymentsPaymentSelf$, ListCustomerPaymentsCheckout$inboundSchema, ListCustomerPaymentsCheckout$outboundSchema, ListCustomerPaymentsCheckout$, ListCustomerPaymentsMobileAppCheckout$inboundSchema, ListCustomerPaymentsMobileAppCheckout$outboundSchema, ListCustomerPaymentsMobileAppCheckout$, ListCustomerPaymentsChangePaymentState$inboundSchema, ListCustomerPaymentsChangePaymentState$outboundSchema, ListCustomerPaymentsChangePaymentState$, ListCustomerPaymentsDashboard$inboundSchema, ListCustomerPaymentsDashboard$outboundSchema, ListCustomerPaymentsDashboard$, ListCustomerPaymentsRefunds$inboundSchema, ListCustomerPaymentsRefunds$outboundSchema, ListCustomerPaymentsRefunds$, ListCustomerPaymentsChargebacks$inboundSchema, ListCustomerPaymentsChargebacks$outboundSchema, ListCustomerPaymentsChargebacks$, ListCustomerPaymentsCaptures$inboundSchema, ListCustomerPaymentsCaptures$outboundSchema, ListCustomerPaymentsCaptures$, ListCustomerPaymentsSettlement$inboundSchema, ListCustomerPaymentsSettlement$outboundSchema, ListCustomerPaymentsSettlement$, ListCustomerPaymentsCustomer$inboundSchema, ListCustomerPaymentsCustomer$outboundSchema, ListCustomerPaymentsCustomer$, ListCustomerPaymentsMandate$inboundSchema, ListCustomerPaymentsMandate$outboundSchema, ListCustomerPaymentsMandate$, ListCustomerPaymentsSubscription$inboundSchema, ListCustomerPaymentsSubscription$outboundSchema, ListCustomerPaymentsSubscription$, ListCustomerPaymentsOrder$inboundSchema, ListCustomerPaymentsOrder$outboundSchema, ListCustomerPaymentsOrder$, ListCustomerPaymentsTerminal$inboundSchema, ListCustomerPaymentsTerminal$outboundSchema, ListCustomerPaymentsTerminal$, ListCustomerPaymentsPaymentDocumentation$inboundSchema, ListCustomerPaymentsPaymentDocumentation$outboundSchema, ListCustomerPaymentsPaymentDocumentation$, ListCustomerPaymentsPaymentLinks$inboundSchema, ListCustomerPaymentsPaymentLinks$outboundSchema, ListCustomerPaymentsPaymentLinks$, ListCustomerPaymentsPaymentOutput$inboundSchema, ListCustomerPaymentsPaymentOutput$outboundSchema, ListCustomerPaymentsPaymentOutput$, ListCustomerPaymentsEmbedded$inboundSchema, ListCustomerPaymentsEmbedded$outboundSchema, ListCustomerPaymentsEmbedded$, ListCustomerPaymentsSelf$inboundSchema, ListCustomerPaymentsSelf$outboundSchema, ListCustomerPaymentsSelf$, ListCustomerPaymentsPrevious$inboundSchema, ListCustomerPaymentsPrevious$outboundSchema, ListCustomerPaymentsPrevious$, ListCustomerPaymentsNext$inboundSchema, ListCustomerPaymentsNext$outboundSchema, ListCustomerPaymentsNext$, ListCustomerPaymentsDocumentation$inboundSchema, ListCustomerPaymentsDocumentation$outboundSchema, ListCustomerPaymentsDocumentation$, ListCustomerPaymentsLinks$inboundSchema, ListCustomerPaymentsLinks$outboundSchema, ListCustomerPaymentsLinks$, ListCustomerPaymentsResponse$inboundSchema, ListCustomerPaymentsResponse$outboundSchema, ListCustomerPaymentsResponse$;
74728
74664
  var init_listcustomerpayments = __esm(() => {
74729
74665
  init_esm();
74730
74666
  init_primitives();
@@ -74790,6 +74726,7 @@ var init_listcustomerpayments = __esm(() => {
74790
74726
  Banktransfer: "banktransfer",
74791
74727
  Belfius: "belfius",
74792
74728
  Billie: "billie",
74729
+ Bizum: "bizum",
74793
74730
  Blik: "blik",
74794
74731
  Creditcard: "creditcard",
74795
74732
  Directdebit: "directdebit",
@@ -74802,6 +74739,7 @@ var init_listcustomerpayments = __esm(() => {
74802
74739
  Mbway: "mbway",
74803
74740
  Multibanco: "multibanco",
74804
74741
  Mybank: "mybank",
74742
+ Paybybank: "paybybank",
74805
74743
  Payconiq: "payconiq",
74806
74744
  Paypal: "paypal",
74807
74745
  Paysafecard: "paysafecard",
@@ -74818,10 +74756,6 @@ var init_listcustomerpayments = __esm(() => {
74818
74756
  Automatic: "automatic",
74819
74757
  Manual: "manual"
74820
74758
  };
74821
- ListCustomerPaymentsCaptureDelay = {
74822
- DotDotDotHours: "... hours",
74823
- DotDotDotDays: "... days"
74824
- };
74825
74759
  ListCustomerPaymentsRoutingMode = {
74826
74760
  Live: "live",
74827
74761
  Test: "test"
@@ -75203,12 +75137,6 @@ var init_listcustomerpayments = __esm(() => {
75203
75137
  ListCustomerPaymentsCaptureMode$.inboundSchema = ListCustomerPaymentsCaptureMode$inboundSchema;
75204
75138
  ListCustomerPaymentsCaptureMode$.outboundSchema = ListCustomerPaymentsCaptureMode$outboundSchema;
75205
75139
  })(ListCustomerPaymentsCaptureMode$ ||= {});
75206
- ListCustomerPaymentsCaptureDelay$inboundSchema = nativeEnumType(ListCustomerPaymentsCaptureDelay);
75207
- ListCustomerPaymentsCaptureDelay$outboundSchema = ListCustomerPaymentsCaptureDelay$inboundSchema;
75208
- ((ListCustomerPaymentsCaptureDelay$) => {
75209
- ListCustomerPaymentsCaptureDelay$.inboundSchema = ListCustomerPaymentsCaptureDelay$inboundSchema;
75210
- ListCustomerPaymentsCaptureDelay$.outboundSchema = ListCustomerPaymentsCaptureDelay$outboundSchema;
75211
- })(ListCustomerPaymentsCaptureDelay$ ||= {});
75212
75140
  ListCustomerPaymentsApplicationFeeAmount$inboundSchema = objectType({
75213
75141
  currency: stringType(),
75214
75142
  value: stringType()
@@ -75605,8 +75533,8 @@ var init_listcustomerpayments = __esm(() => {
75605
75533
  stringType(),
75606
75534
  arrayType(stringType())
75607
75535
  ])).optional(),
75608
- captureMode: nullableType(ListCustomerPaymentsCaptureMode$inboundSchema.default("automatic")),
75609
- captureDelay: nullableType(ListCustomerPaymentsCaptureDelay$inboundSchema).optional(),
75536
+ captureMode: nullableType(ListCustomerPaymentsCaptureMode$inboundSchema).optional(),
75537
+ captureDelay: nullableType(stringType()).optional(),
75610
75538
  captureBefore: nullableType(stringType()).optional(),
75611
75539
  applicationFee: nullableType(lazyType(() => ListCustomerPaymentsApplicationFee$inboundSchema)).optional(),
75612
75540
  routing: nullableType(arrayType(lazyType(() => ListCustomerPaymentsRouting$inboundSchema))).optional(),
@@ -75660,8 +75588,8 @@ var init_listcustomerpayments = __esm(() => {
75660
75588
  stringType(),
75661
75589
  arrayType(stringType())
75662
75590
  ])).optional(),
75663
- captureMode: nullableType(ListCustomerPaymentsCaptureMode$outboundSchema.default("automatic")),
75664
- captureDelay: nullableType(ListCustomerPaymentsCaptureDelay$outboundSchema).optional(),
75591
+ captureMode: nullableType(ListCustomerPaymentsCaptureMode$outboundSchema).optional(),
75592
+ captureDelay: nullableType(stringType()).optional(),
75665
75593
  captureBefore: nullableType(stringType()).optional(),
75666
75594
  applicationFee: nullableType(lazyType(() => ListCustomerPaymentsApplicationFee$outboundSchema)).optional(),
75667
75595
  routing: nullableType(arrayType(lazyType(() => ListCustomerPaymentsRouting$outboundSchema))).optional(),
@@ -77573,7 +77501,7 @@ var init_listpaymentlinks = __esm(() => {
77573
77501
  });
77574
77502
 
77575
77503
  // src/models/operations/listpayments.ts
77576
- var ListPaymentsSort, ListPaymentsMode, ListPaymentsLineType, ListPaymentsCategory, ListPaymentsInterval, ListPaymentsLocale, ListPaymentsMethod, ListPaymentsCaptureMode, ListPaymentsCaptureDelay, ListPaymentsRoutingMode, ListPaymentsRoutingType, ListPaymentsSequenceType, ListPaymentsStatus, ListPaymentsSort$inboundSchema, ListPaymentsSort$outboundSchema, ListPaymentsSort$, ListPaymentsRequest$inboundSchema, ListPaymentsRequest$outboundSchema, ListPaymentsRequest$, ListPaymentsBadRequestDocumentation$inboundSchema, ListPaymentsBadRequestDocumentation$outboundSchema, ListPaymentsBadRequestDocumentation$, ListPaymentsBadRequestLinks$inboundSchema, ListPaymentsBadRequestLinks$outboundSchema, ListPaymentsBadRequestLinks$, ListPaymentsMode$inboundSchema, ListPaymentsMode$outboundSchema, ListPaymentsMode$, ListPaymentsAmount$inboundSchema, ListPaymentsAmount$outboundSchema, ListPaymentsAmount$, ListPaymentsAmountRefunded$inboundSchema, ListPaymentsAmountRefunded$outboundSchema, ListPaymentsAmountRefunded$, ListPaymentsAmountRemaining$inboundSchema, ListPaymentsAmountRemaining$outboundSchema, ListPaymentsAmountRemaining$, ListPaymentsAmountCaptured$inboundSchema, ListPaymentsAmountCaptured$outboundSchema, ListPaymentsAmountCaptured$, ListPaymentsAmountChargedBack$inboundSchema, ListPaymentsAmountChargedBack$outboundSchema, ListPaymentsAmountChargedBack$, ListPaymentsSettlementAmount$inboundSchema, ListPaymentsSettlementAmount$outboundSchema, ListPaymentsSettlementAmount$, ListPaymentsLineType$inboundSchema, ListPaymentsLineType$outboundSchema, ListPaymentsLineType$, ListPaymentsUnitPrice$inboundSchema, ListPaymentsUnitPrice$outboundSchema, ListPaymentsUnitPrice$, ListPaymentsDiscountAmount$inboundSchema, ListPaymentsDiscountAmount$outboundSchema, ListPaymentsDiscountAmount$, ListPaymentsTotalAmount$inboundSchema, ListPaymentsTotalAmount$outboundSchema, ListPaymentsTotalAmount$, ListPaymentsVatAmount$inboundSchema, ListPaymentsVatAmount$outboundSchema, ListPaymentsVatAmount$, ListPaymentsCategory$inboundSchema, ListPaymentsCategory$outboundSchema, ListPaymentsCategory$, ListPaymentsInterval$inboundSchema, ListPaymentsInterval$outboundSchema, ListPaymentsInterval$, ListPaymentsRecurringAmount$inboundSchema, ListPaymentsRecurringAmount$outboundSchema, ListPaymentsRecurringAmount$, ListPaymentsRecurring$inboundSchema, ListPaymentsRecurring$outboundSchema, ListPaymentsRecurring$, ListPaymentsLine$inboundSchema, ListPaymentsLine$outboundSchema, ListPaymentsLine$, ListPaymentsBillingAddress$inboundSchema, ListPaymentsBillingAddress$outboundSchema, ListPaymentsBillingAddress$, ListPaymentsShippingAddress$inboundSchema, ListPaymentsShippingAddress$outboundSchema, ListPaymentsShippingAddress$, ListPaymentsLocale$inboundSchema, ListPaymentsLocale$outboundSchema, ListPaymentsLocale$, ListPaymentsMethod$inboundSchema, ListPaymentsMethod$outboundSchema, ListPaymentsMethod$, ListPaymentsMetadata$inboundSchema, ListPaymentsMetadata$outboundSchema, ListPaymentsMetadata$, ListPaymentsMetadataUnion$inboundSchema, ListPaymentsMetadataUnion$outboundSchema, ListPaymentsMetadataUnion$, ListPaymentsCaptureMode$inboundSchema, ListPaymentsCaptureMode$outboundSchema, ListPaymentsCaptureMode$, ListPaymentsCaptureDelay$inboundSchema, ListPaymentsCaptureDelay$outboundSchema, ListPaymentsCaptureDelay$, ListPaymentsApplicationFeeAmount$inboundSchema, ListPaymentsApplicationFeeAmount$outboundSchema, ListPaymentsApplicationFeeAmount$, ListPaymentsApplicationFee$inboundSchema, ListPaymentsApplicationFee$outboundSchema, ListPaymentsApplicationFee$, ListPaymentsRoutingMode$inboundSchema, ListPaymentsRoutingMode$outboundSchema, ListPaymentsRoutingMode$, ListPaymentsRoutingAmount$inboundSchema, ListPaymentsRoutingAmount$outboundSchema, ListPaymentsRoutingAmount$, ListPaymentsRoutingType$inboundSchema, ListPaymentsRoutingType$outboundSchema, ListPaymentsRoutingType$, ListPaymentsDestination$inboundSchema, ListPaymentsDestination$outboundSchema, ListPaymentsDestination$, ListPaymentsRoutingSelf$inboundSchema, ListPaymentsRoutingSelf$outboundSchema, ListPaymentsRoutingSelf$, ListPaymentsRoutingPayment$inboundSchema, ListPaymentsRoutingPayment$outboundSchema, ListPaymentsRoutingPayment$, ListPaymentsRoutingLinks$inboundSchema, ListPaymentsRoutingLinks$outboundSchema, ListPaymentsRoutingLinks$, ListPaymentsRouting$inboundSchema, ListPaymentsRouting$outboundSchema, ListPaymentsRouting$, ListPaymentsSequenceType$inboundSchema, ListPaymentsSequenceType$outboundSchema, ListPaymentsSequenceType$, ListPaymentsStatus$inboundSchema, ListPaymentsStatus$outboundSchema, ListPaymentsStatus$, ListPaymentsStatusReason$inboundSchema, ListPaymentsStatusReason$outboundSchema, ListPaymentsStatusReason$, ListPaymentsPaymentSelf$inboundSchema, ListPaymentsPaymentSelf$outboundSchema, ListPaymentsPaymentSelf$, ListPaymentsCheckout$inboundSchema, ListPaymentsCheckout$outboundSchema, ListPaymentsCheckout$, ListPaymentsMobileAppCheckout$inboundSchema, ListPaymentsMobileAppCheckout$outboundSchema, ListPaymentsMobileAppCheckout$, ListPaymentsChangePaymentState$inboundSchema, ListPaymentsChangePaymentState$outboundSchema, ListPaymentsChangePaymentState$, ListPaymentsDashboard$inboundSchema, ListPaymentsDashboard$outboundSchema, ListPaymentsDashboard$, ListPaymentsRefunds$inboundSchema, ListPaymentsRefunds$outboundSchema, ListPaymentsRefunds$, ListPaymentsChargebacks$inboundSchema, ListPaymentsChargebacks$outboundSchema, ListPaymentsChargebacks$, ListPaymentsCaptures$inboundSchema, ListPaymentsCaptures$outboundSchema, ListPaymentsCaptures$, ListPaymentsSettlement$inboundSchema, ListPaymentsSettlement$outboundSchema, ListPaymentsSettlement$, ListPaymentsCustomer$inboundSchema, ListPaymentsCustomer$outboundSchema, ListPaymentsCustomer$, ListPaymentsMandate$inboundSchema, ListPaymentsMandate$outboundSchema, ListPaymentsMandate$, ListPaymentsSubscription$inboundSchema, ListPaymentsSubscription$outboundSchema, ListPaymentsSubscription$, ListPaymentsOrder$inboundSchema, ListPaymentsOrder$outboundSchema, ListPaymentsOrder$, ListPaymentsTerminal$inboundSchema, ListPaymentsTerminal$outboundSchema, ListPaymentsTerminal$, ListPaymentsPaymentDocumentation$inboundSchema, ListPaymentsPaymentDocumentation$outboundSchema, ListPaymentsPaymentDocumentation$, ListPaymentsPaymentLinks$inboundSchema, ListPaymentsPaymentLinks$outboundSchema, ListPaymentsPaymentLinks$, ListPaymentsPaymentOutput$inboundSchema, ListPaymentsPaymentOutput$outboundSchema, ListPaymentsPaymentOutput$, ListPaymentsEmbedded$inboundSchema, ListPaymentsEmbedded$outboundSchema, ListPaymentsEmbedded$, ListPaymentsSelf$inboundSchema, ListPaymentsSelf$outboundSchema, ListPaymentsSelf$, ListPaymentsPrevious$inboundSchema, ListPaymentsPrevious$outboundSchema, ListPaymentsPrevious$, ListPaymentsNext$inboundSchema, ListPaymentsNext$outboundSchema, ListPaymentsNext$, ListPaymentsDocumentation$inboundSchema, ListPaymentsDocumentation$outboundSchema, ListPaymentsDocumentation$, ListPaymentsLinks$inboundSchema, ListPaymentsLinks$outboundSchema, ListPaymentsLinks$, ListPaymentsResponse$inboundSchema, ListPaymentsResponse$outboundSchema, ListPaymentsResponse$;
77504
+ var ListPaymentsSort, ListPaymentsMode, ListPaymentsLineType, ListPaymentsCategory, ListPaymentsInterval, ListPaymentsLocale, ListPaymentsMethod, ListPaymentsCaptureMode, ListPaymentsRoutingMode, ListPaymentsRoutingType, ListPaymentsSequenceType, ListPaymentsStatus, ListPaymentsSort$inboundSchema, ListPaymentsSort$outboundSchema, ListPaymentsSort$, ListPaymentsRequest$inboundSchema, ListPaymentsRequest$outboundSchema, ListPaymentsRequest$, ListPaymentsBadRequestDocumentation$inboundSchema, ListPaymentsBadRequestDocumentation$outboundSchema, ListPaymentsBadRequestDocumentation$, ListPaymentsBadRequestLinks$inboundSchema, ListPaymentsBadRequestLinks$outboundSchema, ListPaymentsBadRequestLinks$, ListPaymentsMode$inboundSchema, ListPaymentsMode$outboundSchema, ListPaymentsMode$, ListPaymentsAmount$inboundSchema, ListPaymentsAmount$outboundSchema, ListPaymentsAmount$, ListPaymentsAmountRefunded$inboundSchema, ListPaymentsAmountRefunded$outboundSchema, ListPaymentsAmountRefunded$, ListPaymentsAmountRemaining$inboundSchema, ListPaymentsAmountRemaining$outboundSchema, ListPaymentsAmountRemaining$, ListPaymentsAmountCaptured$inboundSchema, ListPaymentsAmountCaptured$outboundSchema, ListPaymentsAmountCaptured$, ListPaymentsAmountChargedBack$inboundSchema, ListPaymentsAmountChargedBack$outboundSchema, ListPaymentsAmountChargedBack$, ListPaymentsSettlementAmount$inboundSchema, ListPaymentsSettlementAmount$outboundSchema, ListPaymentsSettlementAmount$, ListPaymentsLineType$inboundSchema, ListPaymentsLineType$outboundSchema, ListPaymentsLineType$, ListPaymentsUnitPrice$inboundSchema, ListPaymentsUnitPrice$outboundSchema, ListPaymentsUnitPrice$, ListPaymentsDiscountAmount$inboundSchema, ListPaymentsDiscountAmount$outboundSchema, ListPaymentsDiscountAmount$, ListPaymentsTotalAmount$inboundSchema, ListPaymentsTotalAmount$outboundSchema, ListPaymentsTotalAmount$, ListPaymentsVatAmount$inboundSchema, ListPaymentsVatAmount$outboundSchema, ListPaymentsVatAmount$, ListPaymentsCategory$inboundSchema, ListPaymentsCategory$outboundSchema, ListPaymentsCategory$, ListPaymentsInterval$inboundSchema, ListPaymentsInterval$outboundSchema, ListPaymentsInterval$, ListPaymentsRecurringAmount$inboundSchema, ListPaymentsRecurringAmount$outboundSchema, ListPaymentsRecurringAmount$, ListPaymentsRecurring$inboundSchema, ListPaymentsRecurring$outboundSchema, ListPaymentsRecurring$, ListPaymentsLine$inboundSchema, ListPaymentsLine$outboundSchema, ListPaymentsLine$, ListPaymentsBillingAddress$inboundSchema, ListPaymentsBillingAddress$outboundSchema, ListPaymentsBillingAddress$, ListPaymentsShippingAddress$inboundSchema, ListPaymentsShippingAddress$outboundSchema, ListPaymentsShippingAddress$, ListPaymentsLocale$inboundSchema, ListPaymentsLocale$outboundSchema, ListPaymentsLocale$, ListPaymentsMethod$inboundSchema, ListPaymentsMethod$outboundSchema, ListPaymentsMethod$, ListPaymentsMetadata$inboundSchema, ListPaymentsMetadata$outboundSchema, ListPaymentsMetadata$, ListPaymentsMetadataUnion$inboundSchema, ListPaymentsMetadataUnion$outboundSchema, ListPaymentsMetadataUnion$, ListPaymentsCaptureMode$inboundSchema, ListPaymentsCaptureMode$outboundSchema, ListPaymentsCaptureMode$, ListPaymentsApplicationFeeAmount$inboundSchema, ListPaymentsApplicationFeeAmount$outboundSchema, ListPaymentsApplicationFeeAmount$, ListPaymentsApplicationFee$inboundSchema, ListPaymentsApplicationFee$outboundSchema, ListPaymentsApplicationFee$, ListPaymentsRoutingMode$inboundSchema, ListPaymentsRoutingMode$outboundSchema, ListPaymentsRoutingMode$, ListPaymentsRoutingAmount$inboundSchema, ListPaymentsRoutingAmount$outboundSchema, ListPaymentsRoutingAmount$, ListPaymentsRoutingType$inboundSchema, ListPaymentsRoutingType$outboundSchema, ListPaymentsRoutingType$, ListPaymentsDestination$inboundSchema, ListPaymentsDestination$outboundSchema, ListPaymentsDestination$, ListPaymentsRoutingSelf$inboundSchema, ListPaymentsRoutingSelf$outboundSchema, ListPaymentsRoutingSelf$, ListPaymentsRoutingPayment$inboundSchema, ListPaymentsRoutingPayment$outboundSchema, ListPaymentsRoutingPayment$, ListPaymentsRoutingLinks$inboundSchema, ListPaymentsRoutingLinks$outboundSchema, ListPaymentsRoutingLinks$, ListPaymentsRouting$inboundSchema, ListPaymentsRouting$outboundSchema, ListPaymentsRouting$, ListPaymentsSequenceType$inboundSchema, ListPaymentsSequenceType$outboundSchema, ListPaymentsSequenceType$, ListPaymentsStatus$inboundSchema, ListPaymentsStatus$outboundSchema, ListPaymentsStatus$, ListPaymentsStatusReason$inboundSchema, ListPaymentsStatusReason$outboundSchema, ListPaymentsStatusReason$, ListPaymentsPaymentSelf$inboundSchema, ListPaymentsPaymentSelf$outboundSchema, ListPaymentsPaymentSelf$, ListPaymentsCheckout$inboundSchema, ListPaymentsCheckout$outboundSchema, ListPaymentsCheckout$, ListPaymentsMobileAppCheckout$inboundSchema, ListPaymentsMobileAppCheckout$outboundSchema, ListPaymentsMobileAppCheckout$, ListPaymentsChangePaymentState$inboundSchema, ListPaymentsChangePaymentState$outboundSchema, ListPaymentsChangePaymentState$, ListPaymentsDashboard$inboundSchema, ListPaymentsDashboard$outboundSchema, ListPaymentsDashboard$, ListPaymentsRefunds$inboundSchema, ListPaymentsRefunds$outboundSchema, ListPaymentsRefunds$, ListPaymentsChargebacks$inboundSchema, ListPaymentsChargebacks$outboundSchema, ListPaymentsChargebacks$, ListPaymentsCaptures$inboundSchema, ListPaymentsCaptures$outboundSchema, ListPaymentsCaptures$, ListPaymentsSettlement$inboundSchema, ListPaymentsSettlement$outboundSchema, ListPaymentsSettlement$, ListPaymentsCustomer$inboundSchema, ListPaymentsCustomer$outboundSchema, ListPaymentsCustomer$, ListPaymentsMandate$inboundSchema, ListPaymentsMandate$outboundSchema, ListPaymentsMandate$, ListPaymentsSubscription$inboundSchema, ListPaymentsSubscription$outboundSchema, ListPaymentsSubscription$, ListPaymentsOrder$inboundSchema, ListPaymentsOrder$outboundSchema, ListPaymentsOrder$, ListPaymentsTerminal$inboundSchema, ListPaymentsTerminal$outboundSchema, ListPaymentsTerminal$, ListPaymentsPaymentDocumentation$inboundSchema, ListPaymentsPaymentDocumentation$outboundSchema, ListPaymentsPaymentDocumentation$, ListPaymentsPaymentLinks$inboundSchema, ListPaymentsPaymentLinks$outboundSchema, ListPaymentsPaymentLinks$, ListPaymentsPaymentOutput$inboundSchema, ListPaymentsPaymentOutput$outboundSchema, ListPaymentsPaymentOutput$, ListPaymentsEmbedded$inboundSchema, ListPaymentsEmbedded$outboundSchema, ListPaymentsEmbedded$, ListPaymentsSelf$inboundSchema, ListPaymentsSelf$outboundSchema, ListPaymentsSelf$, ListPaymentsPrevious$inboundSchema, ListPaymentsPrevious$outboundSchema, ListPaymentsPrevious$, ListPaymentsNext$inboundSchema, ListPaymentsNext$outboundSchema, ListPaymentsNext$, ListPaymentsDocumentation$inboundSchema, ListPaymentsDocumentation$outboundSchema, ListPaymentsDocumentation$, ListPaymentsLinks$inboundSchema, ListPaymentsLinks$outboundSchema, ListPaymentsLinks$, ListPaymentsResponse$inboundSchema, ListPaymentsResponse$outboundSchema, ListPaymentsResponse$;
77577
77505
  var init_listpayments = __esm(() => {
77578
77506
  init_esm();
77579
77507
  init_primitives();
@@ -77639,6 +77567,7 @@ var init_listpayments = __esm(() => {
77639
77567
  Banktransfer: "banktransfer",
77640
77568
  Belfius: "belfius",
77641
77569
  Billie: "billie",
77570
+ Bizum: "bizum",
77642
77571
  Blik: "blik",
77643
77572
  Creditcard: "creditcard",
77644
77573
  Directdebit: "directdebit",
@@ -77651,6 +77580,7 @@ var init_listpayments = __esm(() => {
77651
77580
  Mbway: "mbway",
77652
77581
  Multibanco: "multibanco",
77653
77582
  Mybank: "mybank",
77583
+ Paybybank: "paybybank",
77654
77584
  Payconiq: "payconiq",
77655
77585
  Paypal: "paypal",
77656
77586
  Paysafecard: "paysafecard",
@@ -77667,10 +77597,6 @@ var init_listpayments = __esm(() => {
77667
77597
  Automatic: "automatic",
77668
77598
  Manual: "manual"
77669
77599
  };
77670
- ListPaymentsCaptureDelay = {
77671
- DotDotDotHours: "... hours",
77672
- DotDotDotDays: "... days"
77673
- };
77674
77600
  ListPaymentsRoutingMode = {
77675
77601
  Live: "live",
77676
77602
  Test: "test"
@@ -78050,12 +77976,6 @@ var init_listpayments = __esm(() => {
78050
77976
  ListPaymentsCaptureMode$.inboundSchema = ListPaymentsCaptureMode$inboundSchema;
78051
77977
  ListPaymentsCaptureMode$.outboundSchema = ListPaymentsCaptureMode$outboundSchema;
78052
77978
  })(ListPaymentsCaptureMode$ ||= {});
78053
- ListPaymentsCaptureDelay$inboundSchema = nativeEnumType(ListPaymentsCaptureDelay);
78054
- ListPaymentsCaptureDelay$outboundSchema = ListPaymentsCaptureDelay$inboundSchema;
78055
- ((ListPaymentsCaptureDelay$) => {
78056
- ListPaymentsCaptureDelay$.inboundSchema = ListPaymentsCaptureDelay$inboundSchema;
78057
- ListPaymentsCaptureDelay$.outboundSchema = ListPaymentsCaptureDelay$outboundSchema;
78058
- })(ListPaymentsCaptureDelay$ ||= {});
78059
77979
  ListPaymentsApplicationFeeAmount$inboundSchema = objectType({
78060
77980
  currency: stringType(),
78061
77981
  value: stringType()
@@ -78452,8 +78372,8 @@ var init_listpayments = __esm(() => {
78452
78372
  stringType(),
78453
78373
  arrayType(stringType())
78454
78374
  ])).optional(),
78455
- captureMode: nullableType(ListPaymentsCaptureMode$inboundSchema.default("automatic")),
78456
- captureDelay: nullableType(ListPaymentsCaptureDelay$inboundSchema).optional(),
78375
+ captureMode: nullableType(ListPaymentsCaptureMode$inboundSchema).optional(),
78376
+ captureDelay: nullableType(stringType()).optional(),
78457
78377
  captureBefore: nullableType(stringType()).optional(),
78458
78378
  applicationFee: nullableType(lazyType(() => ListPaymentsApplicationFee$inboundSchema)).optional(),
78459
78379
  routing: nullableType(arrayType(lazyType(() => ListPaymentsRouting$inboundSchema))).optional(),
@@ -78507,8 +78427,8 @@ var init_listpayments = __esm(() => {
78507
78427
  stringType(),
78508
78428
  arrayType(stringType())
78509
78429
  ])).optional(),
78510
- captureMode: nullableType(ListPaymentsCaptureMode$outboundSchema.default("automatic")),
78511
- captureDelay: nullableType(ListPaymentsCaptureDelay$outboundSchema).optional(),
78430
+ captureMode: nullableType(ListPaymentsCaptureMode$outboundSchema).optional(),
78431
+ captureDelay: nullableType(stringType()).optional(),
78512
78432
  captureBefore: nullableType(stringType()).optional(),
78513
78433
  applicationFee: nullableType(lazyType(() => ListPaymentsApplicationFee$outboundSchema)).optional(),
78514
78434
  routing: nullableType(arrayType(lazyType(() => ListPaymentsRouting$outboundSchema))).optional(),
@@ -80813,7 +80733,7 @@ var init_listsettlementchargebacks = __esm(() => {
80813
80733
  });
80814
80734
 
80815
80735
  // src/models/operations/listsettlementpayments.ts
80816
- var ListSettlementPaymentsSort, ListSettlementPaymentsMode, ListSettlementPaymentsLineType, ListSettlementPaymentsCategory, ListSettlementPaymentsInterval, ListSettlementPaymentsLocale, ListSettlementPaymentsMethod, ListSettlementPaymentsCaptureMode, ListSettlementPaymentsCaptureDelay, ListSettlementPaymentsRoutingMode, ListSettlementPaymentsRoutingType, ListSettlementPaymentsSequenceType, ListSettlementPaymentsStatus, ListSettlementPaymentsSort$inboundSchema, ListSettlementPaymentsSort$outboundSchema, ListSettlementPaymentsSort$, ListSettlementPaymentsRequest$inboundSchema, ListSettlementPaymentsRequest$outboundSchema, ListSettlementPaymentsRequest$, ListSettlementPaymentsBadRequestDocumentation$inboundSchema, ListSettlementPaymentsBadRequestDocumentation$outboundSchema, ListSettlementPaymentsBadRequestDocumentation$, ListSettlementPaymentsBadRequestLinks$inboundSchema, ListSettlementPaymentsBadRequestLinks$outboundSchema, ListSettlementPaymentsBadRequestLinks$, ListSettlementPaymentsMode$inboundSchema, ListSettlementPaymentsMode$outboundSchema, ListSettlementPaymentsMode$, ListSettlementPaymentsAmount$inboundSchema, ListSettlementPaymentsAmount$outboundSchema, ListSettlementPaymentsAmount$, ListSettlementPaymentsAmountRefunded$inboundSchema, ListSettlementPaymentsAmountRefunded$outboundSchema, ListSettlementPaymentsAmountRefunded$, ListSettlementPaymentsAmountRemaining$inboundSchema, ListSettlementPaymentsAmountRemaining$outboundSchema, ListSettlementPaymentsAmountRemaining$, ListSettlementPaymentsAmountCaptured$inboundSchema, ListSettlementPaymentsAmountCaptured$outboundSchema, ListSettlementPaymentsAmountCaptured$, ListSettlementPaymentsAmountChargedBack$inboundSchema, ListSettlementPaymentsAmountChargedBack$outboundSchema, ListSettlementPaymentsAmountChargedBack$, ListSettlementPaymentsSettlementAmount$inboundSchema, ListSettlementPaymentsSettlementAmount$outboundSchema, ListSettlementPaymentsSettlementAmount$, ListSettlementPaymentsLineType$inboundSchema, ListSettlementPaymentsLineType$outboundSchema, ListSettlementPaymentsLineType$, ListSettlementPaymentsUnitPrice$inboundSchema, ListSettlementPaymentsUnitPrice$outboundSchema, ListSettlementPaymentsUnitPrice$, ListSettlementPaymentsDiscountAmount$inboundSchema, ListSettlementPaymentsDiscountAmount$outboundSchema, ListSettlementPaymentsDiscountAmount$, ListSettlementPaymentsTotalAmount$inboundSchema, ListSettlementPaymentsTotalAmount$outboundSchema, ListSettlementPaymentsTotalAmount$, ListSettlementPaymentsVatAmount$inboundSchema, ListSettlementPaymentsVatAmount$outboundSchema, ListSettlementPaymentsVatAmount$, ListSettlementPaymentsCategory$inboundSchema, ListSettlementPaymentsCategory$outboundSchema, ListSettlementPaymentsCategory$, ListSettlementPaymentsInterval$inboundSchema, ListSettlementPaymentsInterval$outboundSchema, ListSettlementPaymentsInterval$, ListSettlementPaymentsRecurringAmount$inboundSchema, ListSettlementPaymentsRecurringAmount$outboundSchema, ListSettlementPaymentsRecurringAmount$, ListSettlementPaymentsRecurring$inboundSchema, ListSettlementPaymentsRecurring$outboundSchema, ListSettlementPaymentsRecurring$, ListSettlementPaymentsLine$inboundSchema, ListSettlementPaymentsLine$outboundSchema, ListSettlementPaymentsLine$, ListSettlementPaymentsBillingAddress$inboundSchema, ListSettlementPaymentsBillingAddress$outboundSchema, ListSettlementPaymentsBillingAddress$, ListSettlementPaymentsShippingAddress$inboundSchema, ListSettlementPaymentsShippingAddress$outboundSchema, ListSettlementPaymentsShippingAddress$, ListSettlementPaymentsLocale$inboundSchema, ListSettlementPaymentsLocale$outboundSchema, ListSettlementPaymentsLocale$, ListSettlementPaymentsMethod$inboundSchema, ListSettlementPaymentsMethod$outboundSchema, ListSettlementPaymentsMethod$, ListSettlementPaymentsMetadata$inboundSchema, ListSettlementPaymentsMetadata$outboundSchema, ListSettlementPaymentsMetadata$, ListSettlementPaymentsMetadataUnion$inboundSchema, ListSettlementPaymentsMetadataUnion$outboundSchema, ListSettlementPaymentsMetadataUnion$, ListSettlementPaymentsCaptureMode$inboundSchema, ListSettlementPaymentsCaptureMode$outboundSchema, ListSettlementPaymentsCaptureMode$, ListSettlementPaymentsCaptureDelay$inboundSchema, ListSettlementPaymentsCaptureDelay$outboundSchema, ListSettlementPaymentsCaptureDelay$, ListSettlementPaymentsApplicationFeeAmount$inboundSchema, ListSettlementPaymentsApplicationFeeAmount$outboundSchema, ListSettlementPaymentsApplicationFeeAmount$, ListSettlementPaymentsApplicationFee$inboundSchema, ListSettlementPaymentsApplicationFee$outboundSchema, ListSettlementPaymentsApplicationFee$, ListSettlementPaymentsRoutingMode$inboundSchema, ListSettlementPaymentsRoutingMode$outboundSchema, ListSettlementPaymentsRoutingMode$, ListSettlementPaymentsRoutingAmount$inboundSchema, ListSettlementPaymentsRoutingAmount$outboundSchema, ListSettlementPaymentsRoutingAmount$, ListSettlementPaymentsRoutingType$inboundSchema, ListSettlementPaymentsRoutingType$outboundSchema, ListSettlementPaymentsRoutingType$, ListSettlementPaymentsDestination$inboundSchema, ListSettlementPaymentsDestination$outboundSchema, ListSettlementPaymentsDestination$, ListSettlementPaymentsRoutingSelf$inboundSchema, ListSettlementPaymentsRoutingSelf$outboundSchema, ListSettlementPaymentsRoutingSelf$, ListSettlementPaymentsRoutingPayment$inboundSchema, ListSettlementPaymentsRoutingPayment$outboundSchema, ListSettlementPaymentsRoutingPayment$, ListSettlementPaymentsRoutingLinks$inboundSchema, ListSettlementPaymentsRoutingLinks$outboundSchema, ListSettlementPaymentsRoutingLinks$, ListSettlementPaymentsRouting$inboundSchema, ListSettlementPaymentsRouting$outboundSchema, ListSettlementPaymentsRouting$, ListSettlementPaymentsSequenceType$inboundSchema, ListSettlementPaymentsSequenceType$outboundSchema, ListSettlementPaymentsSequenceType$, ListSettlementPaymentsStatus$inboundSchema, ListSettlementPaymentsStatus$outboundSchema, ListSettlementPaymentsStatus$, ListSettlementPaymentsStatusReason$inboundSchema, ListSettlementPaymentsStatusReason$outboundSchema, ListSettlementPaymentsStatusReason$, ListSettlementPaymentsPaymentSelf$inboundSchema, ListSettlementPaymentsPaymentSelf$outboundSchema, ListSettlementPaymentsPaymentSelf$, ListSettlementPaymentsCheckout$inboundSchema, ListSettlementPaymentsCheckout$outboundSchema, ListSettlementPaymentsCheckout$, ListSettlementPaymentsMobileAppCheckout$inboundSchema, ListSettlementPaymentsMobileAppCheckout$outboundSchema, ListSettlementPaymentsMobileAppCheckout$, ListSettlementPaymentsChangePaymentState$inboundSchema, ListSettlementPaymentsChangePaymentState$outboundSchema, ListSettlementPaymentsChangePaymentState$, ListSettlementPaymentsDashboard$inboundSchema, ListSettlementPaymentsDashboard$outboundSchema, ListSettlementPaymentsDashboard$, ListSettlementPaymentsRefunds$inboundSchema, ListSettlementPaymentsRefunds$outboundSchema, ListSettlementPaymentsRefunds$, ListSettlementPaymentsChargebacks$inboundSchema, ListSettlementPaymentsChargebacks$outboundSchema, ListSettlementPaymentsChargebacks$, ListSettlementPaymentsCaptures$inboundSchema, ListSettlementPaymentsCaptures$outboundSchema, ListSettlementPaymentsCaptures$, ListSettlementPaymentsSettlement$inboundSchema, ListSettlementPaymentsSettlement$outboundSchema, ListSettlementPaymentsSettlement$, ListSettlementPaymentsCustomer$inboundSchema, ListSettlementPaymentsCustomer$outboundSchema, ListSettlementPaymentsCustomer$, ListSettlementPaymentsMandate$inboundSchema, ListSettlementPaymentsMandate$outboundSchema, ListSettlementPaymentsMandate$, ListSettlementPaymentsSubscription$inboundSchema, ListSettlementPaymentsSubscription$outboundSchema, ListSettlementPaymentsSubscription$, ListSettlementPaymentsOrder$inboundSchema, ListSettlementPaymentsOrder$outboundSchema, ListSettlementPaymentsOrder$, ListSettlementPaymentsTerminal$inboundSchema, ListSettlementPaymentsTerminal$outboundSchema, ListSettlementPaymentsTerminal$, ListSettlementPaymentsPaymentDocumentation$inboundSchema, ListSettlementPaymentsPaymentDocumentation$outboundSchema, ListSettlementPaymentsPaymentDocumentation$, ListSettlementPaymentsPaymentLinks$inboundSchema, ListSettlementPaymentsPaymentLinks$outboundSchema, ListSettlementPaymentsPaymentLinks$, ListSettlementPaymentsPaymentOutput$inboundSchema, ListSettlementPaymentsPaymentOutput$outboundSchema, ListSettlementPaymentsPaymentOutput$, ListSettlementPaymentsEmbedded$inboundSchema, ListSettlementPaymentsEmbedded$outboundSchema, ListSettlementPaymentsEmbedded$, ListSettlementPaymentsSelf$inboundSchema, ListSettlementPaymentsSelf$outboundSchema, ListSettlementPaymentsSelf$, ListSettlementPaymentsPrevious$inboundSchema, ListSettlementPaymentsPrevious$outboundSchema, ListSettlementPaymentsPrevious$, ListSettlementPaymentsNext$inboundSchema, ListSettlementPaymentsNext$outboundSchema, ListSettlementPaymentsNext$, ListSettlementPaymentsDocumentation$inboundSchema, ListSettlementPaymentsDocumentation$outboundSchema, ListSettlementPaymentsDocumentation$, ListSettlementPaymentsLinks$inboundSchema, ListSettlementPaymentsLinks$outboundSchema, ListSettlementPaymentsLinks$, ListSettlementPaymentsResponse$inboundSchema, ListSettlementPaymentsResponse$outboundSchema, ListSettlementPaymentsResponse$;
80736
+ var ListSettlementPaymentsSort, ListSettlementPaymentsMode, ListSettlementPaymentsLineType, ListSettlementPaymentsCategory, ListSettlementPaymentsInterval, ListSettlementPaymentsLocale, ListSettlementPaymentsMethod, ListSettlementPaymentsCaptureMode, ListSettlementPaymentsRoutingMode, ListSettlementPaymentsRoutingType, ListSettlementPaymentsSequenceType, ListSettlementPaymentsStatus, ListSettlementPaymentsSort$inboundSchema, ListSettlementPaymentsSort$outboundSchema, ListSettlementPaymentsSort$, ListSettlementPaymentsRequest$inboundSchema, ListSettlementPaymentsRequest$outboundSchema, ListSettlementPaymentsRequest$, ListSettlementPaymentsBadRequestDocumentation$inboundSchema, ListSettlementPaymentsBadRequestDocumentation$outboundSchema, ListSettlementPaymentsBadRequestDocumentation$, ListSettlementPaymentsBadRequestLinks$inboundSchema, ListSettlementPaymentsBadRequestLinks$outboundSchema, ListSettlementPaymentsBadRequestLinks$, ListSettlementPaymentsMode$inboundSchema, ListSettlementPaymentsMode$outboundSchema, ListSettlementPaymentsMode$, ListSettlementPaymentsAmount$inboundSchema, ListSettlementPaymentsAmount$outboundSchema, ListSettlementPaymentsAmount$, ListSettlementPaymentsAmountRefunded$inboundSchema, ListSettlementPaymentsAmountRefunded$outboundSchema, ListSettlementPaymentsAmountRefunded$, ListSettlementPaymentsAmountRemaining$inboundSchema, ListSettlementPaymentsAmountRemaining$outboundSchema, ListSettlementPaymentsAmountRemaining$, ListSettlementPaymentsAmountCaptured$inboundSchema, ListSettlementPaymentsAmountCaptured$outboundSchema, ListSettlementPaymentsAmountCaptured$, ListSettlementPaymentsAmountChargedBack$inboundSchema, ListSettlementPaymentsAmountChargedBack$outboundSchema, ListSettlementPaymentsAmountChargedBack$, ListSettlementPaymentsSettlementAmount$inboundSchema, ListSettlementPaymentsSettlementAmount$outboundSchema, ListSettlementPaymentsSettlementAmount$, ListSettlementPaymentsLineType$inboundSchema, ListSettlementPaymentsLineType$outboundSchema, ListSettlementPaymentsLineType$, ListSettlementPaymentsUnitPrice$inboundSchema, ListSettlementPaymentsUnitPrice$outboundSchema, ListSettlementPaymentsUnitPrice$, ListSettlementPaymentsDiscountAmount$inboundSchema, ListSettlementPaymentsDiscountAmount$outboundSchema, ListSettlementPaymentsDiscountAmount$, ListSettlementPaymentsTotalAmount$inboundSchema, ListSettlementPaymentsTotalAmount$outboundSchema, ListSettlementPaymentsTotalAmount$, ListSettlementPaymentsVatAmount$inboundSchema, ListSettlementPaymentsVatAmount$outboundSchema, ListSettlementPaymentsVatAmount$, ListSettlementPaymentsCategory$inboundSchema, ListSettlementPaymentsCategory$outboundSchema, ListSettlementPaymentsCategory$, ListSettlementPaymentsInterval$inboundSchema, ListSettlementPaymentsInterval$outboundSchema, ListSettlementPaymentsInterval$, ListSettlementPaymentsRecurringAmount$inboundSchema, ListSettlementPaymentsRecurringAmount$outboundSchema, ListSettlementPaymentsRecurringAmount$, ListSettlementPaymentsRecurring$inboundSchema, ListSettlementPaymentsRecurring$outboundSchema, ListSettlementPaymentsRecurring$, ListSettlementPaymentsLine$inboundSchema, ListSettlementPaymentsLine$outboundSchema, ListSettlementPaymentsLine$, ListSettlementPaymentsBillingAddress$inboundSchema, ListSettlementPaymentsBillingAddress$outboundSchema, ListSettlementPaymentsBillingAddress$, ListSettlementPaymentsShippingAddress$inboundSchema, ListSettlementPaymentsShippingAddress$outboundSchema, ListSettlementPaymentsShippingAddress$, ListSettlementPaymentsLocale$inboundSchema, ListSettlementPaymentsLocale$outboundSchema, ListSettlementPaymentsLocale$, ListSettlementPaymentsMethod$inboundSchema, ListSettlementPaymentsMethod$outboundSchema, ListSettlementPaymentsMethod$, ListSettlementPaymentsMetadata$inboundSchema, ListSettlementPaymentsMetadata$outboundSchema, ListSettlementPaymentsMetadata$, ListSettlementPaymentsMetadataUnion$inboundSchema, ListSettlementPaymentsMetadataUnion$outboundSchema, ListSettlementPaymentsMetadataUnion$, ListSettlementPaymentsCaptureMode$inboundSchema, ListSettlementPaymentsCaptureMode$outboundSchema, ListSettlementPaymentsCaptureMode$, ListSettlementPaymentsApplicationFeeAmount$inboundSchema, ListSettlementPaymentsApplicationFeeAmount$outboundSchema, ListSettlementPaymentsApplicationFeeAmount$, ListSettlementPaymentsApplicationFee$inboundSchema, ListSettlementPaymentsApplicationFee$outboundSchema, ListSettlementPaymentsApplicationFee$, ListSettlementPaymentsRoutingMode$inboundSchema, ListSettlementPaymentsRoutingMode$outboundSchema, ListSettlementPaymentsRoutingMode$, ListSettlementPaymentsRoutingAmount$inboundSchema, ListSettlementPaymentsRoutingAmount$outboundSchema, ListSettlementPaymentsRoutingAmount$, ListSettlementPaymentsRoutingType$inboundSchema, ListSettlementPaymentsRoutingType$outboundSchema, ListSettlementPaymentsRoutingType$, ListSettlementPaymentsDestination$inboundSchema, ListSettlementPaymentsDestination$outboundSchema, ListSettlementPaymentsDestination$, ListSettlementPaymentsRoutingSelf$inboundSchema, ListSettlementPaymentsRoutingSelf$outboundSchema, ListSettlementPaymentsRoutingSelf$, ListSettlementPaymentsRoutingPayment$inboundSchema, ListSettlementPaymentsRoutingPayment$outboundSchema, ListSettlementPaymentsRoutingPayment$, ListSettlementPaymentsRoutingLinks$inboundSchema, ListSettlementPaymentsRoutingLinks$outboundSchema, ListSettlementPaymentsRoutingLinks$, ListSettlementPaymentsRouting$inboundSchema, ListSettlementPaymentsRouting$outboundSchema, ListSettlementPaymentsRouting$, ListSettlementPaymentsSequenceType$inboundSchema, ListSettlementPaymentsSequenceType$outboundSchema, ListSettlementPaymentsSequenceType$, ListSettlementPaymentsStatus$inboundSchema, ListSettlementPaymentsStatus$outboundSchema, ListSettlementPaymentsStatus$, ListSettlementPaymentsStatusReason$inboundSchema, ListSettlementPaymentsStatusReason$outboundSchema, ListSettlementPaymentsStatusReason$, ListSettlementPaymentsPaymentSelf$inboundSchema, ListSettlementPaymentsPaymentSelf$outboundSchema, ListSettlementPaymentsPaymentSelf$, ListSettlementPaymentsCheckout$inboundSchema, ListSettlementPaymentsCheckout$outboundSchema, ListSettlementPaymentsCheckout$, ListSettlementPaymentsMobileAppCheckout$inboundSchema, ListSettlementPaymentsMobileAppCheckout$outboundSchema, ListSettlementPaymentsMobileAppCheckout$, ListSettlementPaymentsChangePaymentState$inboundSchema, ListSettlementPaymentsChangePaymentState$outboundSchema, ListSettlementPaymentsChangePaymentState$, ListSettlementPaymentsDashboard$inboundSchema, ListSettlementPaymentsDashboard$outboundSchema, ListSettlementPaymentsDashboard$, ListSettlementPaymentsRefunds$inboundSchema, ListSettlementPaymentsRefunds$outboundSchema, ListSettlementPaymentsRefunds$, ListSettlementPaymentsChargebacks$inboundSchema, ListSettlementPaymentsChargebacks$outboundSchema, ListSettlementPaymentsChargebacks$, ListSettlementPaymentsCaptures$inboundSchema, ListSettlementPaymentsCaptures$outboundSchema, ListSettlementPaymentsCaptures$, ListSettlementPaymentsSettlement$inboundSchema, ListSettlementPaymentsSettlement$outboundSchema, ListSettlementPaymentsSettlement$, ListSettlementPaymentsCustomer$inboundSchema, ListSettlementPaymentsCustomer$outboundSchema, ListSettlementPaymentsCustomer$, ListSettlementPaymentsMandate$inboundSchema, ListSettlementPaymentsMandate$outboundSchema, ListSettlementPaymentsMandate$, ListSettlementPaymentsSubscription$inboundSchema, ListSettlementPaymentsSubscription$outboundSchema, ListSettlementPaymentsSubscription$, ListSettlementPaymentsOrder$inboundSchema, ListSettlementPaymentsOrder$outboundSchema, ListSettlementPaymentsOrder$, ListSettlementPaymentsTerminal$inboundSchema, ListSettlementPaymentsTerminal$outboundSchema, ListSettlementPaymentsTerminal$, ListSettlementPaymentsPaymentDocumentation$inboundSchema, ListSettlementPaymentsPaymentDocumentation$outboundSchema, ListSettlementPaymentsPaymentDocumentation$, ListSettlementPaymentsPaymentLinks$inboundSchema, ListSettlementPaymentsPaymentLinks$outboundSchema, ListSettlementPaymentsPaymentLinks$, ListSettlementPaymentsPaymentOutput$inboundSchema, ListSettlementPaymentsPaymentOutput$outboundSchema, ListSettlementPaymentsPaymentOutput$, ListSettlementPaymentsEmbedded$inboundSchema, ListSettlementPaymentsEmbedded$outboundSchema, ListSettlementPaymentsEmbedded$, ListSettlementPaymentsSelf$inboundSchema, ListSettlementPaymentsSelf$outboundSchema, ListSettlementPaymentsSelf$, ListSettlementPaymentsPrevious$inboundSchema, ListSettlementPaymentsPrevious$outboundSchema, ListSettlementPaymentsPrevious$, ListSettlementPaymentsNext$inboundSchema, ListSettlementPaymentsNext$outboundSchema, ListSettlementPaymentsNext$, ListSettlementPaymentsDocumentation$inboundSchema, ListSettlementPaymentsDocumentation$outboundSchema, ListSettlementPaymentsDocumentation$, ListSettlementPaymentsLinks$inboundSchema, ListSettlementPaymentsLinks$outboundSchema, ListSettlementPaymentsLinks$, ListSettlementPaymentsResponse$inboundSchema, ListSettlementPaymentsResponse$outboundSchema, ListSettlementPaymentsResponse$;
80817
80737
  var init_listsettlementpayments = __esm(() => {
80818
80738
  init_esm();
80819
80739
  init_primitives();
@@ -80879,6 +80799,7 @@ var init_listsettlementpayments = __esm(() => {
80879
80799
  Banktransfer: "banktransfer",
80880
80800
  Belfius: "belfius",
80881
80801
  Billie: "billie",
80802
+ Bizum: "bizum",
80882
80803
  Blik: "blik",
80883
80804
  Creditcard: "creditcard",
80884
80805
  Directdebit: "directdebit",
@@ -80891,6 +80812,7 @@ var init_listsettlementpayments = __esm(() => {
80891
80812
  Mbway: "mbway",
80892
80813
  Multibanco: "multibanco",
80893
80814
  Mybank: "mybank",
80815
+ Paybybank: "paybybank",
80894
80816
  Payconiq: "payconiq",
80895
80817
  Paypal: "paypal",
80896
80818
  Paysafecard: "paysafecard",
@@ -80907,10 +80829,6 @@ var init_listsettlementpayments = __esm(() => {
80907
80829
  Automatic: "automatic",
80908
80830
  Manual: "manual"
80909
80831
  };
80910
- ListSettlementPaymentsCaptureDelay = {
80911
- DotDotDotHours: "... hours",
80912
- DotDotDotDays: "... days"
80913
- };
80914
80832
  ListSettlementPaymentsRoutingMode = {
80915
80833
  Live: "live",
80916
80834
  Test: "test"
@@ -81292,12 +81210,6 @@ var init_listsettlementpayments = __esm(() => {
81292
81210
  ListSettlementPaymentsCaptureMode$.inboundSchema = ListSettlementPaymentsCaptureMode$inboundSchema;
81293
81211
  ListSettlementPaymentsCaptureMode$.outboundSchema = ListSettlementPaymentsCaptureMode$outboundSchema;
81294
81212
  })(ListSettlementPaymentsCaptureMode$ ||= {});
81295
- ListSettlementPaymentsCaptureDelay$inboundSchema = nativeEnumType(ListSettlementPaymentsCaptureDelay);
81296
- ListSettlementPaymentsCaptureDelay$outboundSchema = ListSettlementPaymentsCaptureDelay$inboundSchema;
81297
- ((ListSettlementPaymentsCaptureDelay$) => {
81298
- ListSettlementPaymentsCaptureDelay$.inboundSchema = ListSettlementPaymentsCaptureDelay$inboundSchema;
81299
- ListSettlementPaymentsCaptureDelay$.outboundSchema = ListSettlementPaymentsCaptureDelay$outboundSchema;
81300
- })(ListSettlementPaymentsCaptureDelay$ ||= {});
81301
81213
  ListSettlementPaymentsApplicationFeeAmount$inboundSchema = objectType({
81302
81214
  currency: stringType(),
81303
81215
  value: stringType()
@@ -81694,8 +81606,8 @@ var init_listsettlementpayments = __esm(() => {
81694
81606
  stringType(),
81695
81607
  arrayType(stringType())
81696
81608
  ])).optional(),
81697
- captureMode: nullableType(ListSettlementPaymentsCaptureMode$inboundSchema.default("automatic")),
81698
- captureDelay: nullableType(ListSettlementPaymentsCaptureDelay$inboundSchema).optional(),
81609
+ captureMode: nullableType(ListSettlementPaymentsCaptureMode$inboundSchema).optional(),
81610
+ captureDelay: nullableType(stringType()).optional(),
81699
81611
  captureBefore: nullableType(stringType()).optional(),
81700
81612
  applicationFee: nullableType(lazyType(() => ListSettlementPaymentsApplicationFee$inboundSchema)).optional(),
81701
81613
  routing: nullableType(arrayType(lazyType(() => ListSettlementPaymentsRouting$inboundSchema))).optional(),
@@ -81749,8 +81661,8 @@ var init_listsettlementpayments = __esm(() => {
81749
81661
  stringType(),
81750
81662
  arrayType(stringType())
81751
81663
  ])).optional(),
81752
- captureMode: nullableType(ListSettlementPaymentsCaptureMode$outboundSchema.default("automatic")),
81753
- captureDelay: nullableType(ListSettlementPaymentsCaptureDelay$outboundSchema).optional(),
81664
+ captureMode: nullableType(ListSettlementPaymentsCaptureMode$outboundSchema).optional(),
81665
+ captureDelay: nullableType(stringType()).optional(),
81754
81666
  captureBefore: nullableType(stringType()).optional(),
81755
81667
  applicationFee: nullableType(lazyType(() => ListSettlementPaymentsApplicationFee$outboundSchema)).optional(),
81756
81668
  routing: nullableType(arrayType(lazyType(() => ListSettlementPaymentsRouting$outboundSchema))).optional(),
@@ -82957,7 +82869,7 @@ var init_listsettlements = __esm(() => {
82957
82869
  });
82958
82870
 
82959
82871
  // src/models/operations/listsubscriptionpayments.ts
82960
- var ListSubscriptionPaymentsSort, ListSubscriptionPaymentsMode, ListSubscriptionPaymentsLineType, ListSubscriptionPaymentsCategory, ListSubscriptionPaymentsInterval, ListSubscriptionPaymentsLocale, ListSubscriptionPaymentsMethod, ListSubscriptionPaymentsCaptureMode, ListSubscriptionPaymentsCaptureDelay, ListSubscriptionPaymentsRoutingMode, ListSubscriptionPaymentsRoutingType, ListSubscriptionPaymentsSequenceType, ListSubscriptionPaymentsStatus, ListSubscriptionPaymentsSort$inboundSchema, ListSubscriptionPaymentsSort$outboundSchema, ListSubscriptionPaymentsSort$, ListSubscriptionPaymentsRequest$inboundSchema, ListSubscriptionPaymentsRequest$outboundSchema, ListSubscriptionPaymentsRequest$, ListSubscriptionPaymentsBadRequestDocumentation$inboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$outboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$, ListSubscriptionPaymentsBadRequestLinks$inboundSchema, ListSubscriptionPaymentsBadRequestLinks$outboundSchema, ListSubscriptionPaymentsBadRequestLinks$, ListSubscriptionPaymentsMode$inboundSchema, ListSubscriptionPaymentsMode$outboundSchema, ListSubscriptionPaymentsMode$, ListSubscriptionPaymentsAmount$inboundSchema, ListSubscriptionPaymentsAmount$outboundSchema, ListSubscriptionPaymentsAmount$, ListSubscriptionPaymentsAmountRefunded$inboundSchema, ListSubscriptionPaymentsAmountRefunded$outboundSchema, ListSubscriptionPaymentsAmountRefunded$, ListSubscriptionPaymentsAmountRemaining$inboundSchema, ListSubscriptionPaymentsAmountRemaining$outboundSchema, ListSubscriptionPaymentsAmountRemaining$, ListSubscriptionPaymentsAmountCaptured$inboundSchema, ListSubscriptionPaymentsAmountCaptured$outboundSchema, ListSubscriptionPaymentsAmountCaptured$, ListSubscriptionPaymentsAmountChargedBack$inboundSchema, ListSubscriptionPaymentsAmountChargedBack$outboundSchema, ListSubscriptionPaymentsAmountChargedBack$, ListSubscriptionPaymentsSettlementAmount$inboundSchema, ListSubscriptionPaymentsSettlementAmount$outboundSchema, ListSubscriptionPaymentsSettlementAmount$, ListSubscriptionPaymentsLineType$inboundSchema, ListSubscriptionPaymentsLineType$outboundSchema, ListSubscriptionPaymentsLineType$, ListSubscriptionPaymentsUnitPrice$inboundSchema, ListSubscriptionPaymentsUnitPrice$outboundSchema, ListSubscriptionPaymentsUnitPrice$, ListSubscriptionPaymentsDiscountAmount$inboundSchema, ListSubscriptionPaymentsDiscountAmount$outboundSchema, ListSubscriptionPaymentsDiscountAmount$, ListSubscriptionPaymentsTotalAmount$inboundSchema, ListSubscriptionPaymentsTotalAmount$outboundSchema, ListSubscriptionPaymentsTotalAmount$, ListSubscriptionPaymentsVatAmount$inboundSchema, ListSubscriptionPaymentsVatAmount$outboundSchema, ListSubscriptionPaymentsVatAmount$, ListSubscriptionPaymentsCategory$inboundSchema, ListSubscriptionPaymentsCategory$outboundSchema, ListSubscriptionPaymentsCategory$, ListSubscriptionPaymentsInterval$inboundSchema, ListSubscriptionPaymentsInterval$outboundSchema, ListSubscriptionPaymentsInterval$, ListSubscriptionPaymentsRecurringAmount$inboundSchema, ListSubscriptionPaymentsRecurringAmount$outboundSchema, ListSubscriptionPaymentsRecurringAmount$, ListSubscriptionPaymentsRecurring$inboundSchema, ListSubscriptionPaymentsRecurring$outboundSchema, ListSubscriptionPaymentsRecurring$, ListSubscriptionPaymentsLine$inboundSchema, ListSubscriptionPaymentsLine$outboundSchema, ListSubscriptionPaymentsLine$, ListSubscriptionPaymentsBillingAddress$inboundSchema, ListSubscriptionPaymentsBillingAddress$outboundSchema, ListSubscriptionPaymentsBillingAddress$, ListSubscriptionPaymentsShippingAddress$inboundSchema, ListSubscriptionPaymentsShippingAddress$outboundSchema, ListSubscriptionPaymentsShippingAddress$, ListSubscriptionPaymentsLocale$inboundSchema, ListSubscriptionPaymentsLocale$outboundSchema, ListSubscriptionPaymentsLocale$, ListSubscriptionPaymentsMethod$inboundSchema, ListSubscriptionPaymentsMethod$outboundSchema, ListSubscriptionPaymentsMethod$, ListSubscriptionPaymentsMetadata$inboundSchema, ListSubscriptionPaymentsMetadata$outboundSchema, ListSubscriptionPaymentsMetadata$, ListSubscriptionPaymentsMetadataUnion$inboundSchema, ListSubscriptionPaymentsMetadataUnion$outboundSchema, ListSubscriptionPaymentsMetadataUnion$, ListSubscriptionPaymentsCaptureMode$inboundSchema, ListSubscriptionPaymentsCaptureMode$outboundSchema, ListSubscriptionPaymentsCaptureMode$, ListSubscriptionPaymentsCaptureDelay$inboundSchema, ListSubscriptionPaymentsCaptureDelay$outboundSchema, ListSubscriptionPaymentsCaptureDelay$, ListSubscriptionPaymentsApplicationFeeAmount$inboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$outboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$, ListSubscriptionPaymentsApplicationFee$inboundSchema, ListSubscriptionPaymentsApplicationFee$outboundSchema, ListSubscriptionPaymentsApplicationFee$, ListSubscriptionPaymentsRoutingMode$inboundSchema, ListSubscriptionPaymentsRoutingMode$outboundSchema, ListSubscriptionPaymentsRoutingMode$, ListSubscriptionPaymentsRoutingAmount$inboundSchema, ListSubscriptionPaymentsRoutingAmount$outboundSchema, ListSubscriptionPaymentsRoutingAmount$, ListSubscriptionPaymentsRoutingType$inboundSchema, ListSubscriptionPaymentsRoutingType$outboundSchema, ListSubscriptionPaymentsRoutingType$, ListSubscriptionPaymentsDestination$inboundSchema, ListSubscriptionPaymentsDestination$outboundSchema, ListSubscriptionPaymentsDestination$, ListSubscriptionPaymentsRoutingSelf$inboundSchema, ListSubscriptionPaymentsRoutingSelf$outboundSchema, ListSubscriptionPaymentsRoutingSelf$, ListSubscriptionPaymentsRoutingPayment$inboundSchema, ListSubscriptionPaymentsRoutingPayment$outboundSchema, ListSubscriptionPaymentsRoutingPayment$, ListSubscriptionPaymentsRoutingLinks$inboundSchema, ListSubscriptionPaymentsRoutingLinks$outboundSchema, ListSubscriptionPaymentsRoutingLinks$, ListSubscriptionPaymentsRouting$inboundSchema, ListSubscriptionPaymentsRouting$outboundSchema, ListSubscriptionPaymentsRouting$, ListSubscriptionPaymentsSequenceType$inboundSchema, ListSubscriptionPaymentsSequenceType$outboundSchema, ListSubscriptionPaymentsSequenceType$, ListSubscriptionPaymentsStatus$inboundSchema, ListSubscriptionPaymentsStatus$outboundSchema, ListSubscriptionPaymentsStatus$, ListSubscriptionPaymentsStatusReason$inboundSchema, ListSubscriptionPaymentsStatusReason$outboundSchema, ListSubscriptionPaymentsStatusReason$, ListSubscriptionPaymentsPaymentSelf$inboundSchema, ListSubscriptionPaymentsPaymentSelf$outboundSchema, ListSubscriptionPaymentsPaymentSelf$, ListSubscriptionPaymentsCheckout$inboundSchema, ListSubscriptionPaymentsCheckout$outboundSchema, ListSubscriptionPaymentsCheckout$, ListSubscriptionPaymentsMobileAppCheckout$inboundSchema, ListSubscriptionPaymentsMobileAppCheckout$outboundSchema, ListSubscriptionPaymentsMobileAppCheckout$, ListSubscriptionPaymentsChangePaymentState$inboundSchema, ListSubscriptionPaymentsChangePaymentState$outboundSchema, ListSubscriptionPaymentsChangePaymentState$, ListSubscriptionPaymentsDashboard$inboundSchema, ListSubscriptionPaymentsDashboard$outboundSchema, ListSubscriptionPaymentsDashboard$, ListSubscriptionPaymentsRefunds$inboundSchema, ListSubscriptionPaymentsRefunds$outboundSchema, ListSubscriptionPaymentsRefunds$, ListSubscriptionPaymentsChargebacks$inboundSchema, ListSubscriptionPaymentsChargebacks$outboundSchema, ListSubscriptionPaymentsChargebacks$, ListSubscriptionPaymentsCaptures$inboundSchema, ListSubscriptionPaymentsCaptures$outboundSchema, ListSubscriptionPaymentsCaptures$, ListSubscriptionPaymentsSettlement$inboundSchema, ListSubscriptionPaymentsSettlement$outboundSchema, ListSubscriptionPaymentsSettlement$, ListSubscriptionPaymentsCustomer$inboundSchema, ListSubscriptionPaymentsCustomer$outboundSchema, ListSubscriptionPaymentsCustomer$, ListSubscriptionPaymentsMandate$inboundSchema, ListSubscriptionPaymentsMandate$outboundSchema, ListSubscriptionPaymentsMandate$, ListSubscriptionPaymentsSubscription$inboundSchema, ListSubscriptionPaymentsSubscription$outboundSchema, ListSubscriptionPaymentsSubscription$, ListSubscriptionPaymentsOrder$inboundSchema, ListSubscriptionPaymentsOrder$outboundSchema, ListSubscriptionPaymentsOrder$, ListSubscriptionPaymentsTerminal$inboundSchema, ListSubscriptionPaymentsTerminal$outboundSchema, ListSubscriptionPaymentsTerminal$, ListSubscriptionPaymentsPaymentDocumentation$inboundSchema, ListSubscriptionPaymentsPaymentDocumentation$outboundSchema, ListSubscriptionPaymentsPaymentDocumentation$, ListSubscriptionPaymentsPaymentLinks$inboundSchema, ListSubscriptionPaymentsPaymentLinks$outboundSchema, ListSubscriptionPaymentsPaymentLinks$, ListSubscriptionPaymentsPaymentOutput$inboundSchema, ListSubscriptionPaymentsPaymentOutput$outboundSchema, ListSubscriptionPaymentsPaymentOutput$, ListSubscriptionPaymentsEmbedded$inboundSchema, ListSubscriptionPaymentsEmbedded$outboundSchema, ListSubscriptionPaymentsEmbedded$, ListSubscriptionPaymentsSelf$inboundSchema, ListSubscriptionPaymentsSelf$outboundSchema, ListSubscriptionPaymentsSelf$, ListSubscriptionPaymentsPrevious$inboundSchema, ListSubscriptionPaymentsPrevious$outboundSchema, ListSubscriptionPaymentsPrevious$, ListSubscriptionPaymentsNext$inboundSchema, ListSubscriptionPaymentsNext$outboundSchema, ListSubscriptionPaymentsNext$, ListSubscriptionPaymentsDocumentation$inboundSchema, ListSubscriptionPaymentsDocumentation$outboundSchema, ListSubscriptionPaymentsDocumentation$, ListSubscriptionPaymentsLinks$inboundSchema, ListSubscriptionPaymentsLinks$outboundSchema, ListSubscriptionPaymentsLinks$, ListSubscriptionPaymentsResponse$inboundSchema, ListSubscriptionPaymentsResponse$outboundSchema, ListSubscriptionPaymentsResponse$;
82872
+ var ListSubscriptionPaymentsSort, ListSubscriptionPaymentsMode, ListSubscriptionPaymentsLineType, ListSubscriptionPaymentsCategory, ListSubscriptionPaymentsInterval, ListSubscriptionPaymentsLocale, ListSubscriptionPaymentsMethod, ListSubscriptionPaymentsCaptureMode, ListSubscriptionPaymentsRoutingMode, ListSubscriptionPaymentsRoutingType, ListSubscriptionPaymentsSequenceType, ListSubscriptionPaymentsStatus, ListSubscriptionPaymentsSort$inboundSchema, ListSubscriptionPaymentsSort$outboundSchema, ListSubscriptionPaymentsSort$, ListSubscriptionPaymentsRequest$inboundSchema, ListSubscriptionPaymentsRequest$outboundSchema, ListSubscriptionPaymentsRequest$, ListSubscriptionPaymentsBadRequestDocumentation$inboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$outboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$, ListSubscriptionPaymentsBadRequestLinks$inboundSchema, ListSubscriptionPaymentsBadRequestLinks$outboundSchema, ListSubscriptionPaymentsBadRequestLinks$, ListSubscriptionPaymentsMode$inboundSchema, ListSubscriptionPaymentsMode$outboundSchema, ListSubscriptionPaymentsMode$, ListSubscriptionPaymentsAmount$inboundSchema, ListSubscriptionPaymentsAmount$outboundSchema, ListSubscriptionPaymentsAmount$, ListSubscriptionPaymentsAmountRefunded$inboundSchema, ListSubscriptionPaymentsAmountRefunded$outboundSchema, ListSubscriptionPaymentsAmountRefunded$, ListSubscriptionPaymentsAmountRemaining$inboundSchema, ListSubscriptionPaymentsAmountRemaining$outboundSchema, ListSubscriptionPaymentsAmountRemaining$, ListSubscriptionPaymentsAmountCaptured$inboundSchema, ListSubscriptionPaymentsAmountCaptured$outboundSchema, ListSubscriptionPaymentsAmountCaptured$, ListSubscriptionPaymentsAmountChargedBack$inboundSchema, ListSubscriptionPaymentsAmountChargedBack$outboundSchema, ListSubscriptionPaymentsAmountChargedBack$, ListSubscriptionPaymentsSettlementAmount$inboundSchema, ListSubscriptionPaymentsSettlementAmount$outboundSchema, ListSubscriptionPaymentsSettlementAmount$, ListSubscriptionPaymentsLineType$inboundSchema, ListSubscriptionPaymentsLineType$outboundSchema, ListSubscriptionPaymentsLineType$, ListSubscriptionPaymentsUnitPrice$inboundSchema, ListSubscriptionPaymentsUnitPrice$outboundSchema, ListSubscriptionPaymentsUnitPrice$, ListSubscriptionPaymentsDiscountAmount$inboundSchema, ListSubscriptionPaymentsDiscountAmount$outboundSchema, ListSubscriptionPaymentsDiscountAmount$, ListSubscriptionPaymentsTotalAmount$inboundSchema, ListSubscriptionPaymentsTotalAmount$outboundSchema, ListSubscriptionPaymentsTotalAmount$, ListSubscriptionPaymentsVatAmount$inboundSchema, ListSubscriptionPaymentsVatAmount$outboundSchema, ListSubscriptionPaymentsVatAmount$, ListSubscriptionPaymentsCategory$inboundSchema, ListSubscriptionPaymentsCategory$outboundSchema, ListSubscriptionPaymentsCategory$, ListSubscriptionPaymentsInterval$inboundSchema, ListSubscriptionPaymentsInterval$outboundSchema, ListSubscriptionPaymentsInterval$, ListSubscriptionPaymentsRecurringAmount$inboundSchema, ListSubscriptionPaymentsRecurringAmount$outboundSchema, ListSubscriptionPaymentsRecurringAmount$, ListSubscriptionPaymentsRecurring$inboundSchema, ListSubscriptionPaymentsRecurring$outboundSchema, ListSubscriptionPaymentsRecurring$, ListSubscriptionPaymentsLine$inboundSchema, ListSubscriptionPaymentsLine$outboundSchema, ListSubscriptionPaymentsLine$, ListSubscriptionPaymentsBillingAddress$inboundSchema, ListSubscriptionPaymentsBillingAddress$outboundSchema, ListSubscriptionPaymentsBillingAddress$, ListSubscriptionPaymentsShippingAddress$inboundSchema, ListSubscriptionPaymentsShippingAddress$outboundSchema, ListSubscriptionPaymentsShippingAddress$, ListSubscriptionPaymentsLocale$inboundSchema, ListSubscriptionPaymentsLocale$outboundSchema, ListSubscriptionPaymentsLocale$, ListSubscriptionPaymentsMethod$inboundSchema, ListSubscriptionPaymentsMethod$outboundSchema, ListSubscriptionPaymentsMethod$, ListSubscriptionPaymentsMetadata$inboundSchema, ListSubscriptionPaymentsMetadata$outboundSchema, ListSubscriptionPaymentsMetadata$, ListSubscriptionPaymentsMetadataUnion$inboundSchema, ListSubscriptionPaymentsMetadataUnion$outboundSchema, ListSubscriptionPaymentsMetadataUnion$, ListSubscriptionPaymentsCaptureMode$inboundSchema, ListSubscriptionPaymentsCaptureMode$outboundSchema, ListSubscriptionPaymentsCaptureMode$, ListSubscriptionPaymentsApplicationFeeAmount$inboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$outboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$, ListSubscriptionPaymentsApplicationFee$inboundSchema, ListSubscriptionPaymentsApplicationFee$outboundSchema, ListSubscriptionPaymentsApplicationFee$, ListSubscriptionPaymentsRoutingMode$inboundSchema, ListSubscriptionPaymentsRoutingMode$outboundSchema, ListSubscriptionPaymentsRoutingMode$, ListSubscriptionPaymentsRoutingAmount$inboundSchema, ListSubscriptionPaymentsRoutingAmount$outboundSchema, ListSubscriptionPaymentsRoutingAmount$, ListSubscriptionPaymentsRoutingType$inboundSchema, ListSubscriptionPaymentsRoutingType$outboundSchema, ListSubscriptionPaymentsRoutingType$, ListSubscriptionPaymentsDestination$inboundSchema, ListSubscriptionPaymentsDestination$outboundSchema, ListSubscriptionPaymentsDestination$, ListSubscriptionPaymentsRoutingSelf$inboundSchema, ListSubscriptionPaymentsRoutingSelf$outboundSchema, ListSubscriptionPaymentsRoutingSelf$, ListSubscriptionPaymentsRoutingPayment$inboundSchema, ListSubscriptionPaymentsRoutingPayment$outboundSchema, ListSubscriptionPaymentsRoutingPayment$, ListSubscriptionPaymentsRoutingLinks$inboundSchema, ListSubscriptionPaymentsRoutingLinks$outboundSchema, ListSubscriptionPaymentsRoutingLinks$, ListSubscriptionPaymentsRouting$inboundSchema, ListSubscriptionPaymentsRouting$outboundSchema, ListSubscriptionPaymentsRouting$, ListSubscriptionPaymentsSequenceType$inboundSchema, ListSubscriptionPaymentsSequenceType$outboundSchema, ListSubscriptionPaymentsSequenceType$, ListSubscriptionPaymentsStatus$inboundSchema, ListSubscriptionPaymentsStatus$outboundSchema, ListSubscriptionPaymentsStatus$, ListSubscriptionPaymentsStatusReason$inboundSchema, ListSubscriptionPaymentsStatusReason$outboundSchema, ListSubscriptionPaymentsStatusReason$, ListSubscriptionPaymentsPaymentSelf$inboundSchema, ListSubscriptionPaymentsPaymentSelf$outboundSchema, ListSubscriptionPaymentsPaymentSelf$, ListSubscriptionPaymentsCheckout$inboundSchema, ListSubscriptionPaymentsCheckout$outboundSchema, ListSubscriptionPaymentsCheckout$, ListSubscriptionPaymentsMobileAppCheckout$inboundSchema, ListSubscriptionPaymentsMobileAppCheckout$outboundSchema, ListSubscriptionPaymentsMobileAppCheckout$, ListSubscriptionPaymentsChangePaymentState$inboundSchema, ListSubscriptionPaymentsChangePaymentState$outboundSchema, ListSubscriptionPaymentsChangePaymentState$, ListSubscriptionPaymentsDashboard$inboundSchema, ListSubscriptionPaymentsDashboard$outboundSchema, ListSubscriptionPaymentsDashboard$, ListSubscriptionPaymentsRefunds$inboundSchema, ListSubscriptionPaymentsRefunds$outboundSchema, ListSubscriptionPaymentsRefunds$, ListSubscriptionPaymentsChargebacks$inboundSchema, ListSubscriptionPaymentsChargebacks$outboundSchema, ListSubscriptionPaymentsChargebacks$, ListSubscriptionPaymentsCaptures$inboundSchema, ListSubscriptionPaymentsCaptures$outboundSchema, ListSubscriptionPaymentsCaptures$, ListSubscriptionPaymentsSettlement$inboundSchema, ListSubscriptionPaymentsSettlement$outboundSchema, ListSubscriptionPaymentsSettlement$, ListSubscriptionPaymentsCustomer$inboundSchema, ListSubscriptionPaymentsCustomer$outboundSchema, ListSubscriptionPaymentsCustomer$, ListSubscriptionPaymentsMandate$inboundSchema, ListSubscriptionPaymentsMandate$outboundSchema, ListSubscriptionPaymentsMandate$, ListSubscriptionPaymentsSubscription$inboundSchema, ListSubscriptionPaymentsSubscription$outboundSchema, ListSubscriptionPaymentsSubscription$, ListSubscriptionPaymentsOrder$inboundSchema, ListSubscriptionPaymentsOrder$outboundSchema, ListSubscriptionPaymentsOrder$, ListSubscriptionPaymentsTerminal$inboundSchema, ListSubscriptionPaymentsTerminal$outboundSchema, ListSubscriptionPaymentsTerminal$, ListSubscriptionPaymentsPaymentDocumentation$inboundSchema, ListSubscriptionPaymentsPaymentDocumentation$outboundSchema, ListSubscriptionPaymentsPaymentDocumentation$, ListSubscriptionPaymentsPaymentLinks$inboundSchema, ListSubscriptionPaymentsPaymentLinks$outboundSchema, ListSubscriptionPaymentsPaymentLinks$, ListSubscriptionPaymentsPaymentOutput$inboundSchema, ListSubscriptionPaymentsPaymentOutput$outboundSchema, ListSubscriptionPaymentsPaymentOutput$, ListSubscriptionPaymentsEmbedded$inboundSchema, ListSubscriptionPaymentsEmbedded$outboundSchema, ListSubscriptionPaymentsEmbedded$, ListSubscriptionPaymentsSelf$inboundSchema, ListSubscriptionPaymentsSelf$outboundSchema, ListSubscriptionPaymentsSelf$, ListSubscriptionPaymentsPrevious$inboundSchema, ListSubscriptionPaymentsPrevious$outboundSchema, ListSubscriptionPaymentsPrevious$, ListSubscriptionPaymentsNext$inboundSchema, ListSubscriptionPaymentsNext$outboundSchema, ListSubscriptionPaymentsNext$, ListSubscriptionPaymentsDocumentation$inboundSchema, ListSubscriptionPaymentsDocumentation$outboundSchema, ListSubscriptionPaymentsDocumentation$, ListSubscriptionPaymentsLinks$inboundSchema, ListSubscriptionPaymentsLinks$outboundSchema, ListSubscriptionPaymentsLinks$, ListSubscriptionPaymentsResponse$inboundSchema, ListSubscriptionPaymentsResponse$outboundSchema, ListSubscriptionPaymentsResponse$;
82961
82873
  var init_listsubscriptionpayments = __esm(() => {
82962
82874
  init_esm();
82963
82875
  init_primitives();
@@ -83023,6 +82935,7 @@ var init_listsubscriptionpayments = __esm(() => {
83023
82935
  Banktransfer: "banktransfer",
83024
82936
  Belfius: "belfius",
83025
82937
  Billie: "billie",
82938
+ Bizum: "bizum",
83026
82939
  Blik: "blik",
83027
82940
  Creditcard: "creditcard",
83028
82941
  Directdebit: "directdebit",
@@ -83035,6 +82948,7 @@ var init_listsubscriptionpayments = __esm(() => {
83035
82948
  Mbway: "mbway",
83036
82949
  Multibanco: "multibanco",
83037
82950
  Mybank: "mybank",
82951
+ Paybybank: "paybybank",
83038
82952
  Payconiq: "payconiq",
83039
82953
  Paypal: "paypal",
83040
82954
  Paysafecard: "paysafecard",
@@ -83051,10 +82965,6 @@ var init_listsubscriptionpayments = __esm(() => {
83051
82965
  Automatic: "automatic",
83052
82966
  Manual: "manual"
83053
82967
  };
83054
- ListSubscriptionPaymentsCaptureDelay = {
83055
- DotDotDotHours: "... hours",
83056
- DotDotDotDays: "... days"
83057
- };
83058
82968
  ListSubscriptionPaymentsRoutingMode = {
83059
82969
  Live: "live",
83060
82970
  Test: "test"
@@ -83438,12 +83348,6 @@ var init_listsubscriptionpayments = __esm(() => {
83438
83348
  ListSubscriptionPaymentsCaptureMode$.inboundSchema = ListSubscriptionPaymentsCaptureMode$inboundSchema;
83439
83349
  ListSubscriptionPaymentsCaptureMode$.outboundSchema = ListSubscriptionPaymentsCaptureMode$outboundSchema;
83440
83350
  })(ListSubscriptionPaymentsCaptureMode$ ||= {});
83441
- ListSubscriptionPaymentsCaptureDelay$inboundSchema = nativeEnumType(ListSubscriptionPaymentsCaptureDelay);
83442
- ListSubscriptionPaymentsCaptureDelay$outboundSchema = ListSubscriptionPaymentsCaptureDelay$inboundSchema;
83443
- ((ListSubscriptionPaymentsCaptureDelay$) => {
83444
- ListSubscriptionPaymentsCaptureDelay$.inboundSchema = ListSubscriptionPaymentsCaptureDelay$inboundSchema;
83445
- ListSubscriptionPaymentsCaptureDelay$.outboundSchema = ListSubscriptionPaymentsCaptureDelay$outboundSchema;
83446
- })(ListSubscriptionPaymentsCaptureDelay$ ||= {});
83447
83351
  ListSubscriptionPaymentsApplicationFeeAmount$inboundSchema = objectType({
83448
83352
  currency: stringType(),
83449
83353
  value: stringType()
@@ -83840,8 +83744,8 @@ var init_listsubscriptionpayments = __esm(() => {
83840
83744
  stringType(),
83841
83745
  arrayType(stringType())
83842
83746
  ])).optional(),
83843
- captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$inboundSchema.default("automatic")),
83844
- captureDelay: nullableType(ListSubscriptionPaymentsCaptureDelay$inboundSchema).optional(),
83747
+ captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$inboundSchema).optional(),
83748
+ captureDelay: nullableType(stringType()).optional(),
83845
83749
  captureBefore: nullableType(stringType()).optional(),
83846
83750
  applicationFee: nullableType(lazyType(() => ListSubscriptionPaymentsApplicationFee$inboundSchema)).optional(),
83847
83751
  routing: nullableType(arrayType(lazyType(() => ListSubscriptionPaymentsRouting$inboundSchema))).optional(),
@@ -83895,8 +83799,8 @@ var init_listsubscriptionpayments = __esm(() => {
83895
83799
  stringType(),
83896
83800
  arrayType(stringType())
83897
83801
  ])).optional(),
83898
- captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$outboundSchema.default("automatic")),
83899
- captureDelay: nullableType(ListSubscriptionPaymentsCaptureDelay$outboundSchema).optional(),
83802
+ captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$outboundSchema).optional(),
83803
+ captureDelay: nullableType(stringType()).optional(),
83900
83804
  captureBefore: nullableType(stringType()).optional(),
83901
83805
  applicationFee: nullableType(lazyType(() => ListSubscriptionPaymentsApplicationFee$outboundSchema)).optional(),
83902
83806
  routing: nullableType(arrayType(lazyType(() => ListSubscriptionPaymentsRouting$outboundSchema))).optional(),
@@ -86026,7 +85930,7 @@ var init_updatecustomer = __esm(() => {
86026
85930
  });
86027
85931
 
86028
85932
  // src/models/operations/updatepayment.ts
86029
- var UpdatePaymentMethodRequest, UpdatePaymentLocaleRequest, UpdatePaymentMode, UpdatePaymentLineType, UpdatePaymentCategory, UpdatePaymentInterval, UpdatePaymentLocaleResponse, UpdatePaymentMethodResponse, UpdatePaymentCaptureMode, UpdatePaymentCaptureDelay, UpdatePaymentRoutingMode, UpdatePaymentRoutingType, UpdatePaymentSequenceType, UpdatePaymentStatus, UpdatePaymentMetadataRequest$inboundSchema, UpdatePaymentMetadataRequest$outboundSchema, UpdatePaymentMetadataRequest$, UpdatePaymentMetadataRequestUnion$inboundSchema, UpdatePaymentMetadataRequestUnion$outboundSchema, UpdatePaymentMetadataRequestUnion$, UpdatePaymentMethodRequest$inboundSchema, UpdatePaymentMethodRequest$outboundSchema, UpdatePaymentMethodRequest$, UpdatePaymentLocaleRequest$inboundSchema, UpdatePaymentLocaleRequest$outboundSchema, UpdatePaymentLocaleRequest$, UpdatePaymentBillingAddressRequest$inboundSchema, UpdatePaymentBillingAddressRequest$outboundSchema, UpdatePaymentBillingAddressRequest$, UpdatePaymentShippingAddressRequest$inboundSchema, UpdatePaymentShippingAddressRequest$outboundSchema, UpdatePaymentShippingAddressRequest$, UpdatePaymentRequestBody$inboundSchema, UpdatePaymentRequestBody$outboundSchema, UpdatePaymentRequestBody$, UpdatePaymentRequest$inboundSchema, UpdatePaymentRequest$outboundSchema, UpdatePaymentRequest$, UpdatePaymentUnprocessableEntityDocumentation$inboundSchema, UpdatePaymentUnprocessableEntityDocumentation$outboundSchema, UpdatePaymentUnprocessableEntityDocumentation$, UpdatePaymentUnprocessableEntityLinks$inboundSchema, UpdatePaymentUnprocessableEntityLinks$outboundSchema, UpdatePaymentUnprocessableEntityLinks$, UpdatePaymentNotFoundDocumentation$inboundSchema, UpdatePaymentNotFoundDocumentation$outboundSchema, UpdatePaymentNotFoundDocumentation$, UpdatePaymentNotFoundLinks$inboundSchema, UpdatePaymentNotFoundLinks$outboundSchema, UpdatePaymentNotFoundLinks$, UpdatePaymentMode$inboundSchema, UpdatePaymentMode$outboundSchema, UpdatePaymentMode$, UpdatePaymentAmount$inboundSchema, UpdatePaymentAmount$outboundSchema, UpdatePaymentAmount$, UpdatePaymentAmountRefunded$inboundSchema, UpdatePaymentAmountRefunded$outboundSchema, UpdatePaymentAmountRefunded$, UpdatePaymentAmountRemaining$inboundSchema, UpdatePaymentAmountRemaining$outboundSchema, UpdatePaymentAmountRemaining$, UpdatePaymentAmountCaptured$inboundSchema, UpdatePaymentAmountCaptured$outboundSchema, UpdatePaymentAmountCaptured$, UpdatePaymentAmountChargedBack$inboundSchema, UpdatePaymentAmountChargedBack$outboundSchema, UpdatePaymentAmountChargedBack$, UpdatePaymentSettlementAmount$inboundSchema, UpdatePaymentSettlementAmount$outboundSchema, UpdatePaymentSettlementAmount$, UpdatePaymentLineType$inboundSchema, UpdatePaymentLineType$outboundSchema, UpdatePaymentLineType$, UpdatePaymentUnitPrice$inboundSchema, UpdatePaymentUnitPrice$outboundSchema, UpdatePaymentUnitPrice$, UpdatePaymentDiscountAmount$inboundSchema, UpdatePaymentDiscountAmount$outboundSchema, UpdatePaymentDiscountAmount$, UpdatePaymentTotalAmount$inboundSchema, UpdatePaymentTotalAmount$outboundSchema, UpdatePaymentTotalAmount$, UpdatePaymentVatAmount$inboundSchema, UpdatePaymentVatAmount$outboundSchema, UpdatePaymentVatAmount$, UpdatePaymentCategory$inboundSchema, UpdatePaymentCategory$outboundSchema, UpdatePaymentCategory$, UpdatePaymentInterval$inboundSchema, UpdatePaymentInterval$outboundSchema, UpdatePaymentInterval$, UpdatePaymentRecurringAmount$inboundSchema, UpdatePaymentRecurringAmount$outboundSchema, UpdatePaymentRecurringAmount$, UpdatePaymentRecurring$inboundSchema, UpdatePaymentRecurring$outboundSchema, UpdatePaymentRecurring$, UpdatePaymentLine$inboundSchema, UpdatePaymentLine$outboundSchema, UpdatePaymentLine$, UpdatePaymentBillingAddressResponse$inboundSchema, UpdatePaymentBillingAddressResponse$outboundSchema, UpdatePaymentBillingAddressResponse$, UpdatePaymentShippingAddressResponse$inboundSchema, UpdatePaymentShippingAddressResponse$outboundSchema, UpdatePaymentShippingAddressResponse$, UpdatePaymentLocaleResponse$inboundSchema, UpdatePaymentLocaleResponse$outboundSchema, UpdatePaymentLocaleResponse$, UpdatePaymentMethodResponse$inboundSchema, UpdatePaymentMethodResponse$outboundSchema, UpdatePaymentMethodResponse$, UpdatePaymentMetadataResponse$inboundSchema, UpdatePaymentMetadataResponse$outboundSchema, UpdatePaymentMetadataResponse$, UpdatePaymentMetadataResponseUnion$inboundSchema, UpdatePaymentMetadataResponseUnion$outboundSchema, UpdatePaymentMetadataResponseUnion$, UpdatePaymentCaptureMode$inboundSchema, UpdatePaymentCaptureMode$outboundSchema, UpdatePaymentCaptureMode$, UpdatePaymentCaptureDelay$inboundSchema, UpdatePaymentCaptureDelay$outboundSchema, UpdatePaymentCaptureDelay$, UpdatePaymentApplicationFeeAmount$inboundSchema, UpdatePaymentApplicationFeeAmount$outboundSchema, UpdatePaymentApplicationFeeAmount$, UpdatePaymentApplicationFee$inboundSchema, UpdatePaymentApplicationFee$outboundSchema, UpdatePaymentApplicationFee$, UpdatePaymentRoutingMode$inboundSchema, UpdatePaymentRoutingMode$outboundSchema, UpdatePaymentRoutingMode$, UpdatePaymentRoutingAmount$inboundSchema, UpdatePaymentRoutingAmount$outboundSchema, UpdatePaymentRoutingAmount$, UpdatePaymentRoutingType$inboundSchema, UpdatePaymentRoutingType$outboundSchema, UpdatePaymentRoutingType$, UpdatePaymentDestination$inboundSchema, UpdatePaymentDestination$outboundSchema, UpdatePaymentDestination$, UpdatePaymentRoutingSelf$inboundSchema, UpdatePaymentRoutingSelf$outboundSchema, UpdatePaymentRoutingSelf$, UpdatePaymentPayment$inboundSchema, UpdatePaymentPayment$outboundSchema, UpdatePaymentPayment$, UpdatePaymentRoutingLinks$inboundSchema, UpdatePaymentRoutingLinks$outboundSchema, UpdatePaymentRoutingLinks$, UpdatePaymentRouting$inboundSchema, UpdatePaymentRouting$outboundSchema, UpdatePaymentRouting$, UpdatePaymentSequenceType$inboundSchema, UpdatePaymentSequenceType$outboundSchema, UpdatePaymentSequenceType$, UpdatePaymentStatus$inboundSchema, UpdatePaymentStatus$outboundSchema, UpdatePaymentStatus$, UpdatePaymentStatusReason$inboundSchema, UpdatePaymentStatusReason$outboundSchema, UpdatePaymentStatusReason$, UpdatePaymentSelf$inboundSchema, UpdatePaymentSelf$outboundSchema, UpdatePaymentSelf$, UpdatePaymentCheckout$inboundSchema, UpdatePaymentCheckout$outboundSchema, UpdatePaymentCheckout$, UpdatePaymentMobileAppCheckout$inboundSchema, UpdatePaymentMobileAppCheckout$outboundSchema, UpdatePaymentMobileAppCheckout$, UpdatePaymentChangePaymentState$inboundSchema, UpdatePaymentChangePaymentState$outboundSchema, UpdatePaymentChangePaymentState$, UpdatePaymentDashboard$inboundSchema, UpdatePaymentDashboard$outboundSchema, UpdatePaymentDashboard$, UpdatePaymentRefunds$inboundSchema, UpdatePaymentRefunds$outboundSchema, UpdatePaymentRefunds$, UpdatePaymentChargebacks$inboundSchema, UpdatePaymentChargebacks$outboundSchema, UpdatePaymentChargebacks$, UpdatePaymentCaptures$inboundSchema, UpdatePaymentCaptures$outboundSchema, UpdatePaymentCaptures$, UpdatePaymentSettlement$inboundSchema, UpdatePaymentSettlement$outboundSchema, UpdatePaymentSettlement$, UpdatePaymentCustomer$inboundSchema, UpdatePaymentCustomer$outboundSchema, UpdatePaymentCustomer$, UpdatePaymentMandate$inboundSchema, UpdatePaymentMandate$outboundSchema, UpdatePaymentMandate$, UpdatePaymentSubscription$inboundSchema, UpdatePaymentSubscription$outboundSchema, UpdatePaymentSubscription$, UpdatePaymentOrder$inboundSchema, UpdatePaymentOrder$outboundSchema, UpdatePaymentOrder$, UpdatePaymentTerminal$inboundSchema, UpdatePaymentTerminal$outboundSchema, UpdatePaymentTerminal$, UpdatePaymentDocumentation$inboundSchema, UpdatePaymentDocumentation$outboundSchema, UpdatePaymentDocumentation$, UpdatePaymentLinks$inboundSchema, UpdatePaymentLinks$outboundSchema, UpdatePaymentLinks$, UpdatePaymentResponse$inboundSchema, UpdatePaymentResponse$outboundSchema, UpdatePaymentResponse$;
85933
+ var UpdatePaymentMethodRequest, UpdatePaymentLocaleRequest, UpdatePaymentMode, UpdatePaymentLineType, UpdatePaymentCategory, UpdatePaymentInterval, UpdatePaymentLocaleResponse, UpdatePaymentMethodResponse, UpdatePaymentCaptureMode, UpdatePaymentRoutingMode, UpdatePaymentRoutingType, UpdatePaymentSequenceType, UpdatePaymentStatus, UpdatePaymentMetadataRequest$inboundSchema, UpdatePaymentMetadataRequest$outboundSchema, UpdatePaymentMetadataRequest$, UpdatePaymentMetadataRequestUnion$inboundSchema, UpdatePaymentMetadataRequestUnion$outboundSchema, UpdatePaymentMetadataRequestUnion$, UpdatePaymentMethodRequest$inboundSchema, UpdatePaymentMethodRequest$outboundSchema, UpdatePaymentMethodRequest$, UpdatePaymentLocaleRequest$inboundSchema, UpdatePaymentLocaleRequest$outboundSchema, UpdatePaymentLocaleRequest$, UpdatePaymentBillingAddressRequest$inboundSchema, UpdatePaymentBillingAddressRequest$outboundSchema, UpdatePaymentBillingAddressRequest$, UpdatePaymentShippingAddressRequest$inboundSchema, UpdatePaymentShippingAddressRequest$outboundSchema, UpdatePaymentShippingAddressRequest$, UpdatePaymentRequestBody$inboundSchema, UpdatePaymentRequestBody$outboundSchema, UpdatePaymentRequestBody$, UpdatePaymentRequest$inboundSchema, UpdatePaymentRequest$outboundSchema, UpdatePaymentRequest$, UpdatePaymentUnprocessableEntityDocumentation$inboundSchema, UpdatePaymentUnprocessableEntityDocumentation$outboundSchema, UpdatePaymentUnprocessableEntityDocumentation$, UpdatePaymentUnprocessableEntityLinks$inboundSchema, UpdatePaymentUnprocessableEntityLinks$outboundSchema, UpdatePaymentUnprocessableEntityLinks$, UpdatePaymentNotFoundDocumentation$inboundSchema, UpdatePaymentNotFoundDocumentation$outboundSchema, UpdatePaymentNotFoundDocumentation$, UpdatePaymentNotFoundLinks$inboundSchema, UpdatePaymentNotFoundLinks$outboundSchema, UpdatePaymentNotFoundLinks$, UpdatePaymentMode$inboundSchema, UpdatePaymentMode$outboundSchema, UpdatePaymentMode$, UpdatePaymentAmount$inboundSchema, UpdatePaymentAmount$outboundSchema, UpdatePaymentAmount$, UpdatePaymentAmountRefunded$inboundSchema, UpdatePaymentAmountRefunded$outboundSchema, UpdatePaymentAmountRefunded$, UpdatePaymentAmountRemaining$inboundSchema, UpdatePaymentAmountRemaining$outboundSchema, UpdatePaymentAmountRemaining$, UpdatePaymentAmountCaptured$inboundSchema, UpdatePaymentAmountCaptured$outboundSchema, UpdatePaymentAmountCaptured$, UpdatePaymentAmountChargedBack$inboundSchema, UpdatePaymentAmountChargedBack$outboundSchema, UpdatePaymentAmountChargedBack$, UpdatePaymentSettlementAmount$inboundSchema, UpdatePaymentSettlementAmount$outboundSchema, UpdatePaymentSettlementAmount$, UpdatePaymentLineType$inboundSchema, UpdatePaymentLineType$outboundSchema, UpdatePaymentLineType$, UpdatePaymentUnitPrice$inboundSchema, UpdatePaymentUnitPrice$outboundSchema, UpdatePaymentUnitPrice$, UpdatePaymentDiscountAmount$inboundSchema, UpdatePaymentDiscountAmount$outboundSchema, UpdatePaymentDiscountAmount$, UpdatePaymentTotalAmount$inboundSchema, UpdatePaymentTotalAmount$outboundSchema, UpdatePaymentTotalAmount$, UpdatePaymentVatAmount$inboundSchema, UpdatePaymentVatAmount$outboundSchema, UpdatePaymentVatAmount$, UpdatePaymentCategory$inboundSchema, UpdatePaymentCategory$outboundSchema, UpdatePaymentCategory$, UpdatePaymentInterval$inboundSchema, UpdatePaymentInterval$outboundSchema, UpdatePaymentInterval$, UpdatePaymentRecurringAmount$inboundSchema, UpdatePaymentRecurringAmount$outboundSchema, UpdatePaymentRecurringAmount$, UpdatePaymentRecurring$inboundSchema, UpdatePaymentRecurring$outboundSchema, UpdatePaymentRecurring$, UpdatePaymentLine$inboundSchema, UpdatePaymentLine$outboundSchema, UpdatePaymentLine$, UpdatePaymentBillingAddressResponse$inboundSchema, UpdatePaymentBillingAddressResponse$outboundSchema, UpdatePaymentBillingAddressResponse$, UpdatePaymentShippingAddressResponse$inboundSchema, UpdatePaymentShippingAddressResponse$outboundSchema, UpdatePaymentShippingAddressResponse$, UpdatePaymentLocaleResponse$inboundSchema, UpdatePaymentLocaleResponse$outboundSchema, UpdatePaymentLocaleResponse$, UpdatePaymentMethodResponse$inboundSchema, UpdatePaymentMethodResponse$outboundSchema, UpdatePaymentMethodResponse$, UpdatePaymentMetadataResponse$inboundSchema, UpdatePaymentMetadataResponse$outboundSchema, UpdatePaymentMetadataResponse$, UpdatePaymentMetadataResponseUnion$inboundSchema, UpdatePaymentMetadataResponseUnion$outboundSchema, UpdatePaymentMetadataResponseUnion$, UpdatePaymentCaptureMode$inboundSchema, UpdatePaymentCaptureMode$outboundSchema, UpdatePaymentCaptureMode$, UpdatePaymentApplicationFeeAmount$inboundSchema, UpdatePaymentApplicationFeeAmount$outboundSchema, UpdatePaymentApplicationFeeAmount$, UpdatePaymentApplicationFee$inboundSchema, UpdatePaymentApplicationFee$outboundSchema, UpdatePaymentApplicationFee$, UpdatePaymentRoutingMode$inboundSchema, UpdatePaymentRoutingMode$outboundSchema, UpdatePaymentRoutingMode$, UpdatePaymentRoutingAmount$inboundSchema, UpdatePaymentRoutingAmount$outboundSchema, UpdatePaymentRoutingAmount$, UpdatePaymentRoutingType$inboundSchema, UpdatePaymentRoutingType$outboundSchema, UpdatePaymentRoutingType$, UpdatePaymentDestination$inboundSchema, UpdatePaymentDestination$outboundSchema, UpdatePaymentDestination$, UpdatePaymentRoutingSelf$inboundSchema, UpdatePaymentRoutingSelf$outboundSchema, UpdatePaymentRoutingSelf$, UpdatePaymentPayment$inboundSchema, UpdatePaymentPayment$outboundSchema, UpdatePaymentPayment$, UpdatePaymentRoutingLinks$inboundSchema, UpdatePaymentRoutingLinks$outboundSchema, UpdatePaymentRoutingLinks$, UpdatePaymentRouting$inboundSchema, UpdatePaymentRouting$outboundSchema, UpdatePaymentRouting$, UpdatePaymentSequenceType$inboundSchema, UpdatePaymentSequenceType$outboundSchema, UpdatePaymentSequenceType$, UpdatePaymentStatus$inboundSchema, UpdatePaymentStatus$outboundSchema, UpdatePaymentStatus$, UpdatePaymentStatusReason$inboundSchema, UpdatePaymentStatusReason$outboundSchema, UpdatePaymentStatusReason$, UpdatePaymentSelf$inboundSchema, UpdatePaymentSelf$outboundSchema, UpdatePaymentSelf$, UpdatePaymentCheckout$inboundSchema, UpdatePaymentCheckout$outboundSchema, UpdatePaymentCheckout$, UpdatePaymentMobileAppCheckout$inboundSchema, UpdatePaymentMobileAppCheckout$outboundSchema, UpdatePaymentMobileAppCheckout$, UpdatePaymentChangePaymentState$inboundSchema, UpdatePaymentChangePaymentState$outboundSchema, UpdatePaymentChangePaymentState$, UpdatePaymentDashboard$inboundSchema, UpdatePaymentDashboard$outboundSchema, UpdatePaymentDashboard$, UpdatePaymentRefunds$inboundSchema, UpdatePaymentRefunds$outboundSchema, UpdatePaymentRefunds$, UpdatePaymentChargebacks$inboundSchema, UpdatePaymentChargebacks$outboundSchema, UpdatePaymentChargebacks$, UpdatePaymentCaptures$inboundSchema, UpdatePaymentCaptures$outboundSchema, UpdatePaymentCaptures$, UpdatePaymentSettlement$inboundSchema, UpdatePaymentSettlement$outboundSchema, UpdatePaymentSettlement$, UpdatePaymentCustomer$inboundSchema, UpdatePaymentCustomer$outboundSchema, UpdatePaymentCustomer$, UpdatePaymentMandate$inboundSchema, UpdatePaymentMandate$outboundSchema, UpdatePaymentMandate$, UpdatePaymentSubscription$inboundSchema, UpdatePaymentSubscription$outboundSchema, UpdatePaymentSubscription$, UpdatePaymentOrder$inboundSchema, UpdatePaymentOrder$outboundSchema, UpdatePaymentOrder$, UpdatePaymentTerminal$inboundSchema, UpdatePaymentTerminal$outboundSchema, UpdatePaymentTerminal$, UpdatePaymentDocumentation$inboundSchema, UpdatePaymentDocumentation$outboundSchema, UpdatePaymentDocumentation$, UpdatePaymentLinks$inboundSchema, UpdatePaymentLinks$outboundSchema, UpdatePaymentLinks$, UpdatePaymentResponse$inboundSchema, UpdatePaymentResponse$outboundSchema, UpdatePaymentResponse$;
86030
85934
  var init_updatepayment = __esm(() => {
86031
85935
  init_esm();
86032
85936
  init_primitives();
@@ -86039,6 +85943,7 @@ var init_updatepayment = __esm(() => {
86039
85943
  Banktransfer: "banktransfer",
86040
85944
  Belfius: "belfius",
86041
85945
  Billie: "billie",
85946
+ Bizum: "bizum",
86042
85947
  Blik: "blik",
86043
85948
  Creditcard: "creditcard",
86044
85949
  Directdebit: "directdebit",
@@ -86051,6 +85956,7 @@ var init_updatepayment = __esm(() => {
86051
85956
  Mbway: "mbway",
86052
85957
  Multibanco: "multibanco",
86053
85958
  Mybank: "mybank",
85959
+ Paybybank: "paybybank",
86054
85960
  Payconiq: "payconiq",
86055
85961
  Paypal: "paypal",
86056
85962
  Paysafecard: "paysafecard",
@@ -86145,6 +86051,7 @@ var init_updatepayment = __esm(() => {
86145
86051
  Banktransfer: "banktransfer",
86146
86052
  Belfius: "belfius",
86147
86053
  Billie: "billie",
86054
+ Bizum: "bizum",
86148
86055
  Blik: "blik",
86149
86056
  Creditcard: "creditcard",
86150
86057
  Directdebit: "directdebit",
@@ -86157,6 +86064,7 @@ var init_updatepayment = __esm(() => {
86157
86064
  Mbway: "mbway",
86158
86065
  Multibanco: "multibanco",
86159
86066
  Mybank: "mybank",
86067
+ Paybybank: "paybybank",
86160
86068
  Payconiq: "payconiq",
86161
86069
  Paypal: "paypal",
86162
86070
  Paysafecard: "paysafecard",
@@ -86173,10 +86081,6 @@ var init_updatepayment = __esm(() => {
86173
86081
  Automatic: "automatic",
86174
86082
  Manual: "manual"
86175
86083
  };
86176
- UpdatePaymentCaptureDelay = {
86177
- DotDotDotHours: "... hours",
86178
- DotDotDotDays: "... days"
86179
- };
86180
86084
  UpdatePaymentRoutingMode = {
86181
86085
  Live: "live",
86182
86086
  Test: "test"
@@ -86714,12 +86618,6 @@ var init_updatepayment = __esm(() => {
86714
86618
  UpdatePaymentCaptureMode$.inboundSchema = UpdatePaymentCaptureMode$inboundSchema;
86715
86619
  UpdatePaymentCaptureMode$.outboundSchema = UpdatePaymentCaptureMode$outboundSchema;
86716
86620
  })(UpdatePaymentCaptureMode$ ||= {});
86717
- UpdatePaymentCaptureDelay$inboundSchema = nativeEnumType(UpdatePaymentCaptureDelay);
86718
- UpdatePaymentCaptureDelay$outboundSchema = UpdatePaymentCaptureDelay$inboundSchema;
86719
- ((UpdatePaymentCaptureDelay$) => {
86720
- UpdatePaymentCaptureDelay$.inboundSchema = UpdatePaymentCaptureDelay$inboundSchema;
86721
- UpdatePaymentCaptureDelay$.outboundSchema = UpdatePaymentCaptureDelay$outboundSchema;
86722
- })(UpdatePaymentCaptureDelay$ ||= {});
86723
86621
  UpdatePaymentApplicationFeeAmount$inboundSchema = objectType({
86724
86622
  currency: stringType(),
86725
86623
  value: stringType()
@@ -87116,8 +87014,8 @@ var init_updatepayment = __esm(() => {
87116
87014
  stringType(),
87117
87015
  arrayType(stringType())
87118
87016
  ])).optional(),
87119
- captureMode: nullableType(UpdatePaymentCaptureMode$inboundSchema.default("automatic")),
87120
- captureDelay: nullableType(UpdatePaymentCaptureDelay$inboundSchema).optional(),
87017
+ captureMode: nullableType(UpdatePaymentCaptureMode$inboundSchema).optional(),
87018
+ captureDelay: nullableType(stringType()).optional(),
87121
87019
  captureBefore: nullableType(stringType()).optional(),
87122
87020
  applicationFee: nullableType(lazyType(() => UpdatePaymentApplicationFee$inboundSchema)).optional(),
87123
87021
  routing: nullableType(arrayType(lazyType(() => UpdatePaymentRouting$inboundSchema))).optional(),
@@ -87171,8 +87069,8 @@ var init_updatepayment = __esm(() => {
87171
87069
  stringType(),
87172
87070
  arrayType(stringType())
87173
87071
  ])).optional(),
87174
- captureMode: nullableType(UpdatePaymentCaptureMode$outboundSchema.default("automatic")),
87175
- captureDelay: nullableType(UpdatePaymentCaptureDelay$outboundSchema).optional(),
87072
+ captureMode: nullableType(UpdatePaymentCaptureMode$outboundSchema).optional(),
87073
+ captureDelay: nullableType(stringType()).optional(),
87176
87074
  captureBefore: nullableType(stringType()).optional(),
87177
87075
  applicationFee: nullableType(lazyType(() => UpdatePaymentApplicationFee$outboundSchema)).optional(),
87178
87076
  routing: nullableType(arrayType(lazyType(() => UpdatePaymentRouting$outboundSchema))).optional(),
@@ -108640,7 +108538,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
108640
108538
  function createMCPServer(deps) {
108641
108539
  const server = new McpServer({
108642
108540
  name: "Client",
108643
- version: "0.0.2"
108541
+ version: "0.0.4"
108644
108542
  });
108645
108543
  const client = new ClientCore({
108646
108544
  security: deps.security,
@@ -110029,7 +109927,7 @@ var routes = an({
110029
109927
  var app = He(routes, {
110030
109928
  name: "mcp",
110031
109929
  versionInfo: {
110032
- currentVersion: "0.0.2"
109930
+ currentVersion: "0.0.4"
110033
109931
  }
110034
109932
  });
110035
109933
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -110037,5 +109935,5 @@ export {
110037
109935
  app
110038
109936
  };
110039
109937
 
110040
- //# debugId=222EC97B3F8F777964756E2164756E21
109938
+ //# debugId=1C2DEA19275AFAB564756E2164756E21
110041
109939
  //# sourceMappingURL=mcp-server.js.map