mollie-api-typescript 0.0.2 → 0.0.3

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 +69 -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 +4 -59
  10. package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
  11. package/dist/commonjs/models/operations/cancelpayment.js +8 -43
  12. package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
  13. package/dist/commonjs/models/operations/createcustomerpayment.d.ts +8 -118
  14. package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
  15. package/dist/commonjs/models/operations/createcustomerpayment.js +15 -86
  16. package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
  17. package/dist/commonjs/models/operations/createpayment.d.ts +8 -118
  18. package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
  19. package/dist/commonjs/models/operations/createpayment.js +14 -84
  20. package/dist/commonjs/models/operations/createpayment.js.map +1 -1
  21. package/dist/commonjs/models/operations/getpayment.d.ts +4 -59
  22. package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
  23. package/dist/commonjs/models/operations/getpayment.js +8 -43
  24. package/dist/commonjs/models/operations/getpayment.js.map +1 -1
  25. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +4 -59
  26. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  27. package/dist/commonjs/models/operations/getpaymentlinkpayments.js +9 -44
  28. package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
  29. package/dist/commonjs/models/operations/listallsubscriptions.d.ts +4 -59
  30. package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
  31. package/dist/commonjs/models/operations/listallsubscriptions.js +9 -44
  32. package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
  33. package/dist/commonjs/models/operations/listcustomerpayments.d.ts +4 -59
  34. package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
  35. package/dist/commonjs/models/operations/listcustomerpayments.js +9 -44
  36. package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
  37. package/dist/commonjs/models/operations/listpayments.d.ts +4 -59
  38. package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
  39. package/dist/commonjs/models/operations/listpayments.js +9 -44
  40. package/dist/commonjs/models/operations/listpayments.js.map +1 -1
  41. package/dist/commonjs/models/operations/listsettlementpayments.d.ts +4 -59
  42. package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
  43. package/dist/commonjs/models/operations/listsettlementpayments.js +9 -44
  44. package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
  45. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +4 -59
  46. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  47. package/dist/commonjs/models/operations/listsubscriptionpayments.js +9 -44
  48. package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
  49. package/dist/commonjs/models/operations/updatepayment.d.ts +4 -59
  50. package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
  51. package/dist/commonjs/models/operations/updatepayment.js +9 -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 +4 -59
  58. package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
  59. package/dist/esm/models/operations/cancelpayment.js +4 -39
  60. package/dist/esm/models/operations/cancelpayment.js.map +1 -1
  61. package/dist/esm/models/operations/createcustomerpayment.d.ts +8 -118
  62. package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
  63. package/dist/esm/models/operations/createcustomerpayment.js +9 -80
  64. package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
  65. package/dist/esm/models/operations/createpayment.d.ts +8 -118
  66. package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
  67. package/dist/esm/models/operations/createpayment.js +8 -78
  68. package/dist/esm/models/operations/createpayment.js.map +1 -1
  69. package/dist/esm/models/operations/getpayment.d.ts +4 -59
  70. package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
  71. package/dist/esm/models/operations/getpayment.js +4 -39
  72. package/dist/esm/models/operations/getpayment.js.map +1 -1
  73. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +4 -59
  74. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  75. package/dist/esm/models/operations/getpaymentlinkpayments.js +4 -39
  76. package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
  77. package/dist/esm/models/operations/listallsubscriptions.d.ts +4 -59
  78. package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
  79. package/dist/esm/models/operations/listallsubscriptions.js +4 -39
  80. package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
  81. package/dist/esm/models/operations/listcustomerpayments.d.ts +4 -59
  82. package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
  83. package/dist/esm/models/operations/listcustomerpayments.js +4 -39
  84. package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
  85. package/dist/esm/models/operations/listpayments.d.ts +4 -59
  86. package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
  87. package/dist/esm/models/operations/listpayments.js +4 -39
  88. package/dist/esm/models/operations/listpayments.js.map +1 -1
  89. package/dist/esm/models/operations/listsettlementpayments.d.ts +4 -59
  90. package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
  91. package/dist/esm/models/operations/listsettlementpayments.js +4 -39
  92. package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
  93. package/dist/esm/models/operations/listsubscriptionpayments.d.ts +4 -59
  94. package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  95. package/dist/esm/models/operations/listsubscriptionpayments.js +4 -39
  96. package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
  97. package/dist/esm/models/operations/updatepayment.d.ts +4 -59
  98. package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
  99. package/dist/esm/models/operations/updatepayment.js +4 -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 +8 -71
  111. package/src/models/operations/createcustomerpayment.ts +17 -150
  112. package/src/models/operations/createpayment.ts +16 -143
  113. package/src/models/operations/getpayment.ts +8 -69
  114. package/src/models/operations/getpaymentlinkpayments.ts +8 -72
  115. package/src/models/operations/listallsubscriptions.ts +8 -71
  116. package/src/models/operations/listcustomerpayments.ts +8 -71
  117. package/src/models/operations/listpayments.ts +8 -71
  118. package/src/models/operations/listsettlementpayments.ts +8 -72
  119. package/src/models/operations/listsubscriptionpayments.ts +8 -74
  120. package/src/models/operations/updatepayment.ts +8 -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.3",
34273
+ genVersion: "2.669.0",
34274
+ userAgent: "speakeasy-sdk/typescript 0.0.3 2.669.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();
@@ -35833,10 +35833,6 @@ var init_cancelpayment = __esm(() => {
35833
35833
  Automatic: "automatic",
35834
35834
  Manual: "manual"
35835
35835
  };
35836
- CancelPaymentCaptureDelay = {
35837
- DotDotDotHours: "... hours",
35838
- DotDotDotDays: "... days"
35839
- };
35840
35836
  CancelPaymentRoutingMode = {
35841
35837
  Live: "live",
35842
35838
  Test: "test"
@@ -36244,12 +36240,6 @@ var init_cancelpayment = __esm(() => {
36244
36240
  CancelPaymentCaptureMode$.inboundSchema = CancelPaymentCaptureMode$inboundSchema;
36245
36241
  CancelPaymentCaptureMode$.outboundSchema = CancelPaymentCaptureMode$outboundSchema;
36246
36242
  })(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
36243
  CancelPaymentApplicationFeeAmount$inboundSchema = objectType({
36254
36244
  currency: stringType(),
36255
36245
  value: stringType()
@@ -36646,8 +36636,8 @@ var init_cancelpayment = __esm(() => {
36646
36636
  stringType(),
36647
36637
  arrayType(stringType())
36648
36638
  ])).optional(),
36649
- captureMode: nullableType(CancelPaymentCaptureMode$inboundSchema.default("automatic")),
36650
- captureDelay: nullableType(CancelPaymentCaptureDelay$inboundSchema).optional(),
36639
+ captureMode: nullableType(CancelPaymentCaptureMode$inboundSchema).optional(),
36640
+ captureDelay: nullableType(stringType()).optional(),
36651
36641
  captureBefore: nullableType(stringType()).optional(),
36652
36642
  applicationFee: nullableType(lazyType(() => CancelPaymentApplicationFee$inboundSchema)).optional(),
36653
36643
  routing: nullableType(arrayType(lazyType(() => CancelPaymentRouting$inboundSchema))).optional(),
@@ -36701,8 +36691,8 @@ var init_cancelpayment = __esm(() => {
36701
36691
  stringType(),
36702
36692
  arrayType(stringType())
36703
36693
  ])).optional(),
36704
- captureMode: nullableType(CancelPaymentCaptureMode$outboundSchema.default("automatic")),
36705
- captureDelay: nullableType(CancelPaymentCaptureDelay$outboundSchema).optional(),
36694
+ captureMode: nullableType(CancelPaymentCaptureMode$outboundSchema).optional(),
36695
+ captureDelay: nullableType(stringType()).optional(),
36706
36696
  captureBefore: nullableType(stringType()).optional(),
36707
36697
  applicationFee: nullableType(lazyType(() => CancelPaymentApplicationFee$outboundSchema)).optional(),
36708
36698
  routing: nullableType(arrayType(lazyType(() => CancelPaymentRouting$outboundSchema))).optional(),
@@ -37917,7 +37907,7 @@ var init_createcustomer = __esm(() => {
37917
37907
  });
37918
37908
 
37919
37909
  // 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$;
37910
+ 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
37911
  var init_createcustomerpayment = __esm(() => {
37922
37912
  init_esm();
37923
37913
  init_primitives();
@@ -38003,10 +37993,6 @@ var init_createcustomerpayment = __esm(() => {
38003
37993
  Automatic: "automatic",
38004
37994
  Manual: "manual"
38005
37995
  };
38006
- CreateCustomerPaymentCaptureDelayRequest = {
38007
- DotDotDotHours: "... hours",
38008
- DotDotDotDays: "... days"
38009
- };
38010
37996
  CreateCustomerPaymentRoutingTypeRequest = {
38011
37997
  Organization: "organization"
38012
37998
  };
@@ -38101,10 +38087,6 @@ var init_createcustomerpayment = __esm(() => {
38101
38087
  Automatic: "automatic",
38102
38088
  Manual: "manual"
38103
38089
  };
38104
- CreateCustomerPaymentCaptureDelayResponse = {
38105
- DotDotDotHours: "... hours",
38106
- DotDotDotDays: "... days"
38107
- };
38108
38090
  CreateCustomerPaymentRoutingMode = {
38109
38091
  Live: "live",
38110
38092
  Test: "test"
@@ -38372,12 +38354,6 @@ var init_createcustomerpayment = __esm(() => {
38372
38354
  CreateCustomerPaymentCaptureModeRequest$.inboundSchema = CreateCustomerPaymentCaptureModeRequest$inboundSchema;
38373
38355
  CreateCustomerPaymentCaptureModeRequest$.outboundSchema = CreateCustomerPaymentCaptureModeRequest$outboundSchema;
38374
38356
  })(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
38357
  CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema = objectType({
38382
38358
  currency: stringType(),
38383
38359
  value: stringType()
@@ -38516,8 +38492,8 @@ var init_createcustomerpayment = __esm(() => {
38516
38492
  stringType(),
38517
38493
  arrayType(stringType())
38518
38494
  ])).optional(),
38519
- captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$inboundSchema.default("automatic")),
38520
- captureDelay: nullableType(CreateCustomerPaymentCaptureDelayRequest$inboundSchema).optional(),
38495
+ captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$inboundSchema).optional(),
38496
+ captureDelay: nullableType(stringType()).optional(),
38521
38497
  applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeRequest$inboundSchema)).optional(),
38522
38498
  routing: nullableType(arrayType(lazyType(() => CreateCustomerPaymentRoutingRequest$inboundSchema))).optional(),
38523
38499
  sequenceType: nullableType(CreateCustomerPaymentSequenceTypeRequest$inboundSchema.default("oneoff")),
@@ -38545,8 +38521,8 @@ var init_createcustomerpayment = __esm(() => {
38545
38521
  stringType(),
38546
38522
  arrayType(stringType())
38547
38523
  ])).optional(),
38548
- captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$outboundSchema.default("automatic")),
38549
- captureDelay: nullableType(CreateCustomerPaymentCaptureDelayRequest$outboundSchema).optional(),
38524
+ captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$outboundSchema).optional(),
38525
+ captureDelay: nullableType(stringType()).optional(),
38550
38526
  applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeRequest$outboundSchema)).optional(),
38551
38527
  routing: nullableType(arrayType(lazyType(() => CreateCustomerPaymentRoutingRequest$outboundSchema))).optional(),
38552
38528
  sequenceType: nullableType(CreateCustomerPaymentSequenceTypeRequest$outboundSchema.default("oneoff")),
@@ -38936,12 +38912,6 @@ var init_createcustomerpayment = __esm(() => {
38936
38912
  CreateCustomerPaymentCaptureModeResponse$.inboundSchema = CreateCustomerPaymentCaptureModeResponse$inboundSchema;
38937
38913
  CreateCustomerPaymentCaptureModeResponse$.outboundSchema = CreateCustomerPaymentCaptureModeResponse$outboundSchema;
38938
38914
  })(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
38915
  CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema = objectType({
38946
38916
  currency: stringType(),
38947
38917
  value: stringType()
@@ -39338,8 +39308,8 @@ var init_createcustomerpayment = __esm(() => {
39338
39308
  stringType(),
39339
39309
  arrayType(stringType())
39340
39310
  ])).optional(),
39341
- captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$inboundSchema.default("automatic")),
39342
- captureDelay: nullableType(CreateCustomerPaymentCaptureDelayResponse$inboundSchema).optional(),
39311
+ captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$inboundSchema).optional(),
39312
+ captureDelay: nullableType(stringType()).optional(),
39343
39313
  captureBefore: nullableType(stringType()).optional(),
39344
39314
  applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeResponse$inboundSchema)).optional(),
39345
39315
  routing: nullableType(arrayType(lazyType(() => CreateCustomerPaymentRoutingResponse$inboundSchema))).optional(),
@@ -39393,8 +39363,8 @@ var init_createcustomerpayment = __esm(() => {
39393
39363
  stringType(),
39394
39364
  arrayType(stringType())
39395
39365
  ])).optional(),
39396
- captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$outboundSchema.default("automatic")),
39397
- captureDelay: nullableType(CreateCustomerPaymentCaptureDelayResponse$outboundSchema).optional(),
39366
+ captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$outboundSchema).optional(),
39367
+ captureDelay: nullableType(stringType()).optional(),
39398
39368
  captureBefore: nullableType(stringType()).optional(),
39399
39369
  applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeResponse$outboundSchema)).optional(),
39400
39370
  routing: nullableType(arrayType(lazyType(() => CreateCustomerPaymentRoutingResponse$outboundSchema))).optional(),
@@ -39683,7 +39653,7 @@ var init_createmandate = __esm(() => {
39683
39653
  });
39684
39654
 
39685
39655
  // 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$;
39656
+ 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
39657
  var init_createpayment = __esm(() => {
39688
39658
  init_esm();
39689
39659
  init_primitives();
@@ -39772,10 +39742,6 @@ var init_createpayment = __esm(() => {
39772
39742
  Automatic: "automatic",
39773
39743
  Manual: "manual"
39774
39744
  };
39775
- CreatePaymentCaptureDelayRequest = {
39776
- DotDotDotHours: "... hours",
39777
- DotDotDotDays: "... days"
39778
- };
39779
39745
  CreatePaymentRoutingTypeRequest = {
39780
39746
  Organization: "organization"
39781
39747
  };
@@ -39870,10 +39836,6 @@ var init_createpayment = __esm(() => {
39870
39836
  Automatic: "automatic",
39871
39837
  Manual: "manual"
39872
39838
  };
39873
- CreatePaymentCaptureDelayResponse = {
39874
- DotDotDotHours: "... hours",
39875
- DotDotDotDays: "... days"
39876
- };
39877
39839
  CreatePaymentRoutingMode = {
39878
39840
  Live: "live",
39879
39841
  Test: "test"
@@ -40147,12 +40109,6 @@ var init_createpayment = __esm(() => {
40147
40109
  CreatePaymentCaptureModeRequest$.inboundSchema = CreatePaymentCaptureModeRequest$inboundSchema;
40148
40110
  CreatePaymentCaptureModeRequest$.outboundSchema = CreatePaymentCaptureModeRequest$outboundSchema;
40149
40111
  })(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
40112
  CreatePaymentApplicationFeeAmountRequest$inboundSchema = objectType({
40157
40113
  currency: stringType(),
40158
40114
  value: stringType()
@@ -40291,8 +40247,8 @@ var init_createpayment = __esm(() => {
40291
40247
  stringType(),
40292
40248
  arrayType(stringType())
40293
40249
  ])).optional(),
40294
- captureMode: nullableType(CreatePaymentCaptureModeRequest$inboundSchema.default("automatic")),
40295
- captureDelay: nullableType(CreatePaymentCaptureDelayRequest$inboundSchema).optional(),
40250
+ captureMode: nullableType(CreatePaymentCaptureModeRequest$inboundSchema).optional(),
40251
+ captureDelay: nullableType(stringType()).optional(),
40296
40252
  applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeRequest$inboundSchema)).optional(),
40297
40253
  routing: nullableType(arrayType(lazyType(() => CreatePaymentRoutingRequest$inboundSchema))).optional(),
40298
40254
  sequenceType: nullableType(CreatePaymentSequenceTypeRequest$inboundSchema.default("oneoff")),
@@ -40320,8 +40276,8 @@ var init_createpayment = __esm(() => {
40320
40276
  stringType(),
40321
40277
  arrayType(stringType())
40322
40278
  ])).optional(),
40323
- captureMode: nullableType(CreatePaymentCaptureModeRequest$outboundSchema.default("automatic")),
40324
- captureDelay: nullableType(CreatePaymentCaptureDelayRequest$outboundSchema).optional(),
40279
+ captureMode: nullableType(CreatePaymentCaptureModeRequest$outboundSchema).optional(),
40280
+ captureDelay: nullableType(stringType()).optional(),
40325
40281
  applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeRequest$outboundSchema)).optional(),
40326
40282
  routing: nullableType(arrayType(lazyType(() => CreatePaymentRoutingRequest$outboundSchema))).optional(),
40327
40283
  sequenceType: nullableType(CreatePaymentSequenceTypeRequest$outboundSchema.default("oneoff")),
@@ -40711,12 +40667,6 @@ var init_createpayment = __esm(() => {
40711
40667
  CreatePaymentCaptureModeResponse$.inboundSchema = CreatePaymentCaptureModeResponse$inboundSchema;
40712
40668
  CreatePaymentCaptureModeResponse$.outboundSchema = CreatePaymentCaptureModeResponse$outboundSchema;
40713
40669
  })(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
40670
  CreatePaymentApplicationFeeAmountResponse$inboundSchema = objectType({
40721
40671
  currency: stringType(),
40722
40672
  value: stringType()
@@ -41113,8 +41063,8 @@ var init_createpayment = __esm(() => {
41113
41063
  stringType(),
41114
41064
  arrayType(stringType())
41115
41065
  ])).optional(),
41116
- captureMode: nullableType(CreatePaymentCaptureModeResponse$inboundSchema.default("automatic")),
41117
- captureDelay: nullableType(CreatePaymentCaptureDelayResponse$inboundSchema).optional(),
41066
+ captureMode: nullableType(CreatePaymentCaptureModeResponse$inboundSchema).optional(),
41067
+ captureDelay: nullableType(stringType()).optional(),
41118
41068
  captureBefore: nullableType(stringType()).optional(),
41119
41069
  applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeResponse$inboundSchema)).optional(),
41120
41070
  routing: nullableType(arrayType(lazyType(() => CreatePaymentRoutingResponse$inboundSchema))).optional(),
@@ -41168,8 +41118,8 @@ var init_createpayment = __esm(() => {
41168
41118
  stringType(),
41169
41119
  arrayType(stringType())
41170
41120
  ])).optional(),
41171
- captureMode: nullableType(CreatePaymentCaptureModeResponse$outboundSchema.default("automatic")),
41172
- captureDelay: nullableType(CreatePaymentCaptureDelayResponse$outboundSchema).optional(),
41121
+ captureMode: nullableType(CreatePaymentCaptureModeResponse$outboundSchema).optional(),
41122
+ captureDelay: nullableType(stringType()).optional(),
41173
41123
  captureBefore: nullableType(stringType()).optional(),
41174
41124
  applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeResponse$outboundSchema)).optional(),
41175
41125
  routing: nullableType(arrayType(lazyType(() => CreatePaymentRoutingResponse$outboundSchema))).optional(),
@@ -64327,7 +64277,7 @@ var init_getpartnerstatus = __esm(() => {
64327
64277
  });
64328
64278
 
64329
64279
  // 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$;
64280
+ 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
64281
  var init_getpayment = __esm(() => {
64332
64282
  init_esm();
64333
64283
  init_primitives();
@@ -64426,10 +64376,6 @@ var init_getpayment = __esm(() => {
64426
64376
  Automatic: "automatic",
64427
64377
  Manual: "manual"
64428
64378
  };
64429
- GetPaymentCaptureDelay = {
64430
- DotDotDotHours: "... hours",
64431
- DotDotDotDays: "... days"
64432
- };
64433
64379
  GetPaymentRoutingMode = {
64434
64380
  Live: "live",
64435
64381
  Test: "test"
@@ -64813,12 +64759,6 @@ var init_getpayment = __esm(() => {
64813
64759
  GetPaymentCaptureMode$.inboundSchema = GetPaymentCaptureMode$inboundSchema;
64814
64760
  GetPaymentCaptureMode$.outboundSchema = GetPaymentCaptureMode$outboundSchema;
64815
64761
  })(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
64762
  GetPaymentApplicationFeeAmount$inboundSchema = objectType({
64823
64763
  currency: stringType(),
64824
64764
  value: stringType()
@@ -65215,8 +65155,8 @@ var init_getpayment = __esm(() => {
65215
65155
  stringType(),
65216
65156
  arrayType(stringType())
65217
65157
  ])).optional(),
65218
- captureMode: nullableType(GetPaymentCaptureMode$inboundSchema.default("automatic")),
65219
- captureDelay: nullableType(GetPaymentCaptureDelay$inboundSchema).optional(),
65158
+ captureMode: nullableType(GetPaymentCaptureMode$inboundSchema).optional(),
65159
+ captureDelay: nullableType(stringType()).optional(),
65220
65160
  captureBefore: nullableType(stringType()).optional(),
65221
65161
  applicationFee: nullableType(lazyType(() => GetPaymentApplicationFee$inboundSchema)).optional(),
65222
65162
  routing: nullableType(arrayType(lazyType(() => GetPaymentRouting$inboundSchema))).optional(),
@@ -65270,8 +65210,8 @@ var init_getpayment = __esm(() => {
65270
65210
  stringType(),
65271
65211
  arrayType(stringType())
65272
65212
  ])).optional(),
65273
- captureMode: nullableType(GetPaymentCaptureMode$outboundSchema.default("automatic")),
65274
- captureDelay: nullableType(GetPaymentCaptureDelay$outboundSchema).optional(),
65213
+ captureMode: nullableType(GetPaymentCaptureMode$outboundSchema).optional(),
65214
+ captureDelay: nullableType(stringType()).optional(),
65275
65215
  captureBefore: nullableType(stringType()).optional(),
65276
65216
  applicationFee: nullableType(lazyType(() => GetPaymentApplicationFee$outboundSchema)).optional(),
65277
65217
  routing: nullableType(arrayType(lazyType(() => GetPaymentRouting$outboundSchema))).optional(),
@@ -65671,7 +65611,7 @@ var init_getpaymentlink = __esm(() => {
65671
65611
  });
65672
65612
 
65673
65613
  // 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$;
65614
+ 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
65615
  var init_getpaymentlinkpayments = __esm(() => {
65676
65616
  init_esm();
65677
65617
  init_primitives();
@@ -65765,10 +65705,6 @@ var init_getpaymentlinkpayments = __esm(() => {
65765
65705
  Automatic: "automatic",
65766
65706
  Manual: "manual"
65767
65707
  };
65768
- GetPaymentLinkPaymentsCaptureDelay = {
65769
- DotDotDotHours: "... hours",
65770
- DotDotDotDays: "... days"
65771
- };
65772
65708
  GetPaymentLinkPaymentsRoutingMode = {
65773
65709
  Live: "live",
65774
65710
  Test: "test"
@@ -66148,12 +66084,6 @@ var init_getpaymentlinkpayments = __esm(() => {
66148
66084
  GetPaymentLinkPaymentsCaptureMode$.inboundSchema = GetPaymentLinkPaymentsCaptureMode$inboundSchema;
66149
66085
  GetPaymentLinkPaymentsCaptureMode$.outboundSchema = GetPaymentLinkPaymentsCaptureMode$outboundSchema;
66150
66086
  })(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
66087
  GetPaymentLinkPaymentsApplicationFeeAmount$inboundSchema = objectType({
66158
66088
  currency: stringType(),
66159
66089
  value: stringType()
@@ -66550,8 +66480,8 @@ var init_getpaymentlinkpayments = __esm(() => {
66550
66480
  stringType(),
66551
66481
  arrayType(stringType())
66552
66482
  ])).optional(),
66553
- captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$inboundSchema.default("automatic")),
66554
- captureDelay: nullableType(GetPaymentLinkPaymentsCaptureDelay$inboundSchema).optional(),
66483
+ captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$inboundSchema).optional(),
66484
+ captureDelay: nullableType(stringType()).optional(),
66555
66485
  captureBefore: nullableType(stringType()).optional(),
66556
66486
  applicationFee: nullableType(lazyType(() => GetPaymentLinkPaymentsApplicationFee$inboundSchema)).optional(),
66557
66487
  routing: nullableType(arrayType(lazyType(() => GetPaymentLinkPaymentsRouting$inboundSchema))).optional(),
@@ -66605,8 +66535,8 @@ var init_getpaymentlinkpayments = __esm(() => {
66605
66535
  stringType(),
66606
66536
  arrayType(stringType())
66607
66537
  ])).optional(),
66608
- captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$outboundSchema.default("automatic")),
66609
- captureDelay: nullableType(GetPaymentLinkPaymentsCaptureDelay$outboundSchema).optional(),
66538
+ captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$outboundSchema).optional(),
66539
+ captureDelay: nullableType(stringType()).optional(),
66610
66540
  captureBefore: nullableType(stringType()).optional(),
66611
66541
  applicationFee: nullableType(lazyType(() => GetPaymentLinkPaymentsApplicationFee$outboundSchema)).optional(),
66612
66542
  routing: nullableType(arrayType(lazyType(() => GetPaymentLinkPaymentsRouting$outboundSchema))).optional(),
@@ -70956,7 +70886,7 @@ var init_listallrefunds = __esm(() => {
70956
70886
  });
70957
70887
 
70958
70888
  // 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$;
70889
+ 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
70890
  var init_listallsubscriptions = __esm(() => {
70961
70891
  init_esm();
70962
70892
  init_primitives();
@@ -71050,10 +70980,6 @@ var init_listallsubscriptions = __esm(() => {
71050
70980
  Automatic: "automatic",
71051
70981
  Manual: "manual"
71052
70982
  };
71053
- ListAllSubscriptionsCaptureDelay = {
71054
- DotDotDotHours: "... hours",
71055
- DotDotDotDays: "... days"
71056
- };
71057
70983
  ListAllSubscriptionsRoutingMode = {
71058
70984
  Live: "live",
71059
70985
  Test: "test"
@@ -71433,12 +71359,6 @@ var init_listallsubscriptions = __esm(() => {
71433
71359
  ListAllSubscriptionsCaptureMode$.inboundSchema = ListAllSubscriptionsCaptureMode$inboundSchema;
71434
71360
  ListAllSubscriptionsCaptureMode$.outboundSchema = ListAllSubscriptionsCaptureMode$outboundSchema;
71435
71361
  })(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
71362
  ListAllSubscriptionsApplicationFeeAmount$inboundSchema = objectType({
71443
71363
  currency: stringType(),
71444
71364
  value: stringType()
@@ -71835,8 +71755,8 @@ var init_listallsubscriptions = __esm(() => {
71835
71755
  stringType(),
71836
71756
  arrayType(stringType())
71837
71757
  ])).optional(),
71838
- captureMode: nullableType(ListAllSubscriptionsCaptureMode$inboundSchema.default("automatic")),
71839
- captureDelay: nullableType(ListAllSubscriptionsCaptureDelay$inboundSchema).optional(),
71758
+ captureMode: nullableType(ListAllSubscriptionsCaptureMode$inboundSchema).optional(),
71759
+ captureDelay: nullableType(stringType()).optional(),
71840
71760
  captureBefore: nullableType(stringType()).optional(),
71841
71761
  applicationFee: nullableType(lazyType(() => ListAllSubscriptionsApplicationFee$inboundSchema)).optional(),
71842
71762
  routing: nullableType(arrayType(lazyType(() => ListAllSubscriptionsRouting$inboundSchema))).optional(),
@@ -71890,8 +71810,8 @@ var init_listallsubscriptions = __esm(() => {
71890
71810
  stringType(),
71891
71811
  arrayType(stringType())
71892
71812
  ])).optional(),
71893
- captureMode: nullableType(ListAllSubscriptionsCaptureMode$outboundSchema.default("automatic")),
71894
- captureDelay: nullableType(ListAllSubscriptionsCaptureDelay$outboundSchema).optional(),
71813
+ captureMode: nullableType(ListAllSubscriptionsCaptureMode$outboundSchema).optional(),
71814
+ captureDelay: nullableType(stringType()).optional(),
71895
71815
  captureBefore: nullableType(stringType()).optional(),
71896
71816
  applicationFee: nullableType(lazyType(() => ListAllSubscriptionsApplicationFee$outboundSchema)).optional(),
71897
71817
  routing: nullableType(arrayType(lazyType(() => ListAllSubscriptionsRouting$outboundSchema))).optional(),
@@ -74724,7 +74644,7 @@ var init_listclients = __esm(() => {
74724
74644
  });
74725
74645
 
74726
74646
  // 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$;
74647
+ 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
74648
  var init_listcustomerpayments = __esm(() => {
74729
74649
  init_esm();
74730
74650
  init_primitives();
@@ -74818,10 +74738,6 @@ var init_listcustomerpayments = __esm(() => {
74818
74738
  Automatic: "automatic",
74819
74739
  Manual: "manual"
74820
74740
  };
74821
- ListCustomerPaymentsCaptureDelay = {
74822
- DotDotDotHours: "... hours",
74823
- DotDotDotDays: "... days"
74824
- };
74825
74741
  ListCustomerPaymentsRoutingMode = {
74826
74742
  Live: "live",
74827
74743
  Test: "test"
@@ -75203,12 +75119,6 @@ var init_listcustomerpayments = __esm(() => {
75203
75119
  ListCustomerPaymentsCaptureMode$.inboundSchema = ListCustomerPaymentsCaptureMode$inboundSchema;
75204
75120
  ListCustomerPaymentsCaptureMode$.outboundSchema = ListCustomerPaymentsCaptureMode$outboundSchema;
75205
75121
  })(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
75122
  ListCustomerPaymentsApplicationFeeAmount$inboundSchema = objectType({
75213
75123
  currency: stringType(),
75214
75124
  value: stringType()
@@ -75605,8 +75515,8 @@ var init_listcustomerpayments = __esm(() => {
75605
75515
  stringType(),
75606
75516
  arrayType(stringType())
75607
75517
  ])).optional(),
75608
- captureMode: nullableType(ListCustomerPaymentsCaptureMode$inboundSchema.default("automatic")),
75609
- captureDelay: nullableType(ListCustomerPaymentsCaptureDelay$inboundSchema).optional(),
75518
+ captureMode: nullableType(ListCustomerPaymentsCaptureMode$inboundSchema).optional(),
75519
+ captureDelay: nullableType(stringType()).optional(),
75610
75520
  captureBefore: nullableType(stringType()).optional(),
75611
75521
  applicationFee: nullableType(lazyType(() => ListCustomerPaymentsApplicationFee$inboundSchema)).optional(),
75612
75522
  routing: nullableType(arrayType(lazyType(() => ListCustomerPaymentsRouting$inboundSchema))).optional(),
@@ -75660,8 +75570,8 @@ var init_listcustomerpayments = __esm(() => {
75660
75570
  stringType(),
75661
75571
  arrayType(stringType())
75662
75572
  ])).optional(),
75663
- captureMode: nullableType(ListCustomerPaymentsCaptureMode$outboundSchema.default("automatic")),
75664
- captureDelay: nullableType(ListCustomerPaymentsCaptureDelay$outboundSchema).optional(),
75573
+ captureMode: nullableType(ListCustomerPaymentsCaptureMode$outboundSchema).optional(),
75574
+ captureDelay: nullableType(stringType()).optional(),
75665
75575
  captureBefore: nullableType(stringType()).optional(),
75666
75576
  applicationFee: nullableType(lazyType(() => ListCustomerPaymentsApplicationFee$outboundSchema)).optional(),
75667
75577
  routing: nullableType(arrayType(lazyType(() => ListCustomerPaymentsRouting$outboundSchema))).optional(),
@@ -77573,7 +77483,7 @@ var init_listpaymentlinks = __esm(() => {
77573
77483
  });
77574
77484
 
77575
77485
  // 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$;
77486
+ 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
77487
  var init_listpayments = __esm(() => {
77578
77488
  init_esm();
77579
77489
  init_primitives();
@@ -77667,10 +77577,6 @@ var init_listpayments = __esm(() => {
77667
77577
  Automatic: "automatic",
77668
77578
  Manual: "manual"
77669
77579
  };
77670
- ListPaymentsCaptureDelay = {
77671
- DotDotDotHours: "... hours",
77672
- DotDotDotDays: "... days"
77673
- };
77674
77580
  ListPaymentsRoutingMode = {
77675
77581
  Live: "live",
77676
77582
  Test: "test"
@@ -78050,12 +77956,6 @@ var init_listpayments = __esm(() => {
78050
77956
  ListPaymentsCaptureMode$.inboundSchema = ListPaymentsCaptureMode$inboundSchema;
78051
77957
  ListPaymentsCaptureMode$.outboundSchema = ListPaymentsCaptureMode$outboundSchema;
78052
77958
  })(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
77959
  ListPaymentsApplicationFeeAmount$inboundSchema = objectType({
78060
77960
  currency: stringType(),
78061
77961
  value: stringType()
@@ -78452,8 +78352,8 @@ var init_listpayments = __esm(() => {
78452
78352
  stringType(),
78453
78353
  arrayType(stringType())
78454
78354
  ])).optional(),
78455
- captureMode: nullableType(ListPaymentsCaptureMode$inboundSchema.default("automatic")),
78456
- captureDelay: nullableType(ListPaymentsCaptureDelay$inboundSchema).optional(),
78355
+ captureMode: nullableType(ListPaymentsCaptureMode$inboundSchema).optional(),
78356
+ captureDelay: nullableType(stringType()).optional(),
78457
78357
  captureBefore: nullableType(stringType()).optional(),
78458
78358
  applicationFee: nullableType(lazyType(() => ListPaymentsApplicationFee$inboundSchema)).optional(),
78459
78359
  routing: nullableType(arrayType(lazyType(() => ListPaymentsRouting$inboundSchema))).optional(),
@@ -78507,8 +78407,8 @@ var init_listpayments = __esm(() => {
78507
78407
  stringType(),
78508
78408
  arrayType(stringType())
78509
78409
  ])).optional(),
78510
- captureMode: nullableType(ListPaymentsCaptureMode$outboundSchema.default("automatic")),
78511
- captureDelay: nullableType(ListPaymentsCaptureDelay$outboundSchema).optional(),
78410
+ captureMode: nullableType(ListPaymentsCaptureMode$outboundSchema).optional(),
78411
+ captureDelay: nullableType(stringType()).optional(),
78512
78412
  captureBefore: nullableType(stringType()).optional(),
78513
78413
  applicationFee: nullableType(lazyType(() => ListPaymentsApplicationFee$outboundSchema)).optional(),
78514
78414
  routing: nullableType(arrayType(lazyType(() => ListPaymentsRouting$outboundSchema))).optional(),
@@ -80813,7 +80713,7 @@ var init_listsettlementchargebacks = __esm(() => {
80813
80713
  });
80814
80714
 
80815
80715
  // 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$;
80716
+ 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
80717
  var init_listsettlementpayments = __esm(() => {
80818
80718
  init_esm();
80819
80719
  init_primitives();
@@ -80907,10 +80807,6 @@ var init_listsettlementpayments = __esm(() => {
80907
80807
  Automatic: "automatic",
80908
80808
  Manual: "manual"
80909
80809
  };
80910
- ListSettlementPaymentsCaptureDelay = {
80911
- DotDotDotHours: "... hours",
80912
- DotDotDotDays: "... days"
80913
- };
80914
80810
  ListSettlementPaymentsRoutingMode = {
80915
80811
  Live: "live",
80916
80812
  Test: "test"
@@ -81292,12 +81188,6 @@ var init_listsettlementpayments = __esm(() => {
81292
81188
  ListSettlementPaymentsCaptureMode$.inboundSchema = ListSettlementPaymentsCaptureMode$inboundSchema;
81293
81189
  ListSettlementPaymentsCaptureMode$.outboundSchema = ListSettlementPaymentsCaptureMode$outboundSchema;
81294
81190
  })(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
81191
  ListSettlementPaymentsApplicationFeeAmount$inboundSchema = objectType({
81302
81192
  currency: stringType(),
81303
81193
  value: stringType()
@@ -81694,8 +81584,8 @@ var init_listsettlementpayments = __esm(() => {
81694
81584
  stringType(),
81695
81585
  arrayType(stringType())
81696
81586
  ])).optional(),
81697
- captureMode: nullableType(ListSettlementPaymentsCaptureMode$inboundSchema.default("automatic")),
81698
- captureDelay: nullableType(ListSettlementPaymentsCaptureDelay$inboundSchema).optional(),
81587
+ captureMode: nullableType(ListSettlementPaymentsCaptureMode$inboundSchema).optional(),
81588
+ captureDelay: nullableType(stringType()).optional(),
81699
81589
  captureBefore: nullableType(stringType()).optional(),
81700
81590
  applicationFee: nullableType(lazyType(() => ListSettlementPaymentsApplicationFee$inboundSchema)).optional(),
81701
81591
  routing: nullableType(arrayType(lazyType(() => ListSettlementPaymentsRouting$inboundSchema))).optional(),
@@ -81749,8 +81639,8 @@ var init_listsettlementpayments = __esm(() => {
81749
81639
  stringType(),
81750
81640
  arrayType(stringType())
81751
81641
  ])).optional(),
81752
- captureMode: nullableType(ListSettlementPaymentsCaptureMode$outboundSchema.default("automatic")),
81753
- captureDelay: nullableType(ListSettlementPaymentsCaptureDelay$outboundSchema).optional(),
81642
+ captureMode: nullableType(ListSettlementPaymentsCaptureMode$outboundSchema).optional(),
81643
+ captureDelay: nullableType(stringType()).optional(),
81754
81644
  captureBefore: nullableType(stringType()).optional(),
81755
81645
  applicationFee: nullableType(lazyType(() => ListSettlementPaymentsApplicationFee$outboundSchema)).optional(),
81756
81646
  routing: nullableType(arrayType(lazyType(() => ListSettlementPaymentsRouting$outboundSchema))).optional(),
@@ -82957,7 +82847,7 @@ var init_listsettlements = __esm(() => {
82957
82847
  });
82958
82848
 
82959
82849
  // 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$;
82850
+ 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
82851
  var init_listsubscriptionpayments = __esm(() => {
82962
82852
  init_esm();
82963
82853
  init_primitives();
@@ -83051,10 +82941,6 @@ var init_listsubscriptionpayments = __esm(() => {
83051
82941
  Automatic: "automatic",
83052
82942
  Manual: "manual"
83053
82943
  };
83054
- ListSubscriptionPaymentsCaptureDelay = {
83055
- DotDotDotHours: "... hours",
83056
- DotDotDotDays: "... days"
83057
- };
83058
82944
  ListSubscriptionPaymentsRoutingMode = {
83059
82945
  Live: "live",
83060
82946
  Test: "test"
@@ -83438,12 +83324,6 @@ var init_listsubscriptionpayments = __esm(() => {
83438
83324
  ListSubscriptionPaymentsCaptureMode$.inboundSchema = ListSubscriptionPaymentsCaptureMode$inboundSchema;
83439
83325
  ListSubscriptionPaymentsCaptureMode$.outboundSchema = ListSubscriptionPaymentsCaptureMode$outboundSchema;
83440
83326
  })(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
83327
  ListSubscriptionPaymentsApplicationFeeAmount$inboundSchema = objectType({
83448
83328
  currency: stringType(),
83449
83329
  value: stringType()
@@ -83840,8 +83720,8 @@ var init_listsubscriptionpayments = __esm(() => {
83840
83720
  stringType(),
83841
83721
  arrayType(stringType())
83842
83722
  ])).optional(),
83843
- captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$inboundSchema.default("automatic")),
83844
- captureDelay: nullableType(ListSubscriptionPaymentsCaptureDelay$inboundSchema).optional(),
83723
+ captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$inboundSchema).optional(),
83724
+ captureDelay: nullableType(stringType()).optional(),
83845
83725
  captureBefore: nullableType(stringType()).optional(),
83846
83726
  applicationFee: nullableType(lazyType(() => ListSubscriptionPaymentsApplicationFee$inboundSchema)).optional(),
83847
83727
  routing: nullableType(arrayType(lazyType(() => ListSubscriptionPaymentsRouting$inboundSchema))).optional(),
@@ -83895,8 +83775,8 @@ var init_listsubscriptionpayments = __esm(() => {
83895
83775
  stringType(),
83896
83776
  arrayType(stringType())
83897
83777
  ])).optional(),
83898
- captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$outboundSchema.default("automatic")),
83899
- captureDelay: nullableType(ListSubscriptionPaymentsCaptureDelay$outboundSchema).optional(),
83778
+ captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$outboundSchema).optional(),
83779
+ captureDelay: nullableType(stringType()).optional(),
83900
83780
  captureBefore: nullableType(stringType()).optional(),
83901
83781
  applicationFee: nullableType(lazyType(() => ListSubscriptionPaymentsApplicationFee$outboundSchema)).optional(),
83902
83782
  routing: nullableType(arrayType(lazyType(() => ListSubscriptionPaymentsRouting$outboundSchema))).optional(),
@@ -86026,7 +85906,7 @@ var init_updatecustomer = __esm(() => {
86026
85906
  });
86027
85907
 
86028
85908
  // 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$;
85909
+ 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
85910
  var init_updatepayment = __esm(() => {
86031
85911
  init_esm();
86032
85912
  init_primitives();
@@ -86173,10 +86053,6 @@ var init_updatepayment = __esm(() => {
86173
86053
  Automatic: "automatic",
86174
86054
  Manual: "manual"
86175
86055
  };
86176
- UpdatePaymentCaptureDelay = {
86177
- DotDotDotHours: "... hours",
86178
- DotDotDotDays: "... days"
86179
- };
86180
86056
  UpdatePaymentRoutingMode = {
86181
86057
  Live: "live",
86182
86058
  Test: "test"
@@ -86714,12 +86590,6 @@ var init_updatepayment = __esm(() => {
86714
86590
  UpdatePaymentCaptureMode$.inboundSchema = UpdatePaymentCaptureMode$inboundSchema;
86715
86591
  UpdatePaymentCaptureMode$.outboundSchema = UpdatePaymentCaptureMode$outboundSchema;
86716
86592
  })(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
86593
  UpdatePaymentApplicationFeeAmount$inboundSchema = objectType({
86724
86594
  currency: stringType(),
86725
86595
  value: stringType()
@@ -87116,8 +86986,8 @@ var init_updatepayment = __esm(() => {
87116
86986
  stringType(),
87117
86987
  arrayType(stringType())
87118
86988
  ])).optional(),
87119
- captureMode: nullableType(UpdatePaymentCaptureMode$inboundSchema.default("automatic")),
87120
- captureDelay: nullableType(UpdatePaymentCaptureDelay$inboundSchema).optional(),
86989
+ captureMode: nullableType(UpdatePaymentCaptureMode$inboundSchema).optional(),
86990
+ captureDelay: nullableType(stringType()).optional(),
87121
86991
  captureBefore: nullableType(stringType()).optional(),
87122
86992
  applicationFee: nullableType(lazyType(() => UpdatePaymentApplicationFee$inboundSchema)).optional(),
87123
86993
  routing: nullableType(arrayType(lazyType(() => UpdatePaymentRouting$inboundSchema))).optional(),
@@ -87171,8 +87041,8 @@ var init_updatepayment = __esm(() => {
87171
87041
  stringType(),
87172
87042
  arrayType(stringType())
87173
87043
  ])).optional(),
87174
- captureMode: nullableType(UpdatePaymentCaptureMode$outboundSchema.default("automatic")),
87175
- captureDelay: nullableType(UpdatePaymentCaptureDelay$outboundSchema).optional(),
87044
+ captureMode: nullableType(UpdatePaymentCaptureMode$outboundSchema).optional(),
87045
+ captureDelay: nullableType(stringType()).optional(),
87176
87046
  captureBefore: nullableType(stringType()).optional(),
87177
87047
  applicationFee: nullableType(lazyType(() => UpdatePaymentApplicationFee$outboundSchema)).optional(),
87178
87048
  routing: nullableType(arrayType(lazyType(() => UpdatePaymentRouting$outboundSchema))).optional(),
@@ -108640,7 +108510,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
108640
108510
  function createMCPServer(deps) {
108641
108511
  const server = new McpServer({
108642
108512
  name: "Client",
108643
- version: "0.0.2"
108513
+ version: "0.0.3"
108644
108514
  });
108645
108515
  const client = new ClientCore({
108646
108516
  security: deps.security,
@@ -110029,7 +109899,7 @@ var routes = an({
110029
109899
  var app = He(routes, {
110030
109900
  name: "mcp",
110031
109901
  versionInfo: {
110032
- currentVersion: "0.0.2"
109902
+ currentVersion: "0.0.3"
110033
109903
  }
110034
109904
  });
110035
109905
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -110037,5 +109907,5 @@ export {
110037
109907
  app
110038
109908
  };
110039
109909
 
110040
- //# debugId=222EC97B3F8F777964756E2164756E21
109910
+ //# debugId=A032B6A393CEFC1464756E2164756E21
110041
109911
  //# sourceMappingURL=mcp-server.js.map