mollie-api-typescript 0.0.4 → 0.0.5

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 (188) hide show
  1. package/bin/mcp-server.js +156 -12
  2. package/bin/mcp-server.js.map +24 -24
  3. package/dist/commonjs/lib/config.d.ts +2 -2
  4. package/dist/commonjs/lib/config.js +2 -2
  5. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  6. package/dist/commonjs/mcp-server/server.js +1 -1
  7. package/dist/commonjs/models/operations/cancelpayment.d.ts +9 -0
  8. package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
  9. package/dist/commonjs/models/operations/cancelpayment.js +3 -0
  10. package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
  11. package/dist/commonjs/models/operations/createcustomerpayment.d.ts +18 -0
  12. package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
  13. package/dist/commonjs/models/operations/createcustomerpayment.js +6 -0
  14. package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
  15. package/dist/commonjs/models/operations/createpayment.d.ts +18 -0
  16. package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
  17. package/dist/commonjs/models/operations/createpayment.js +6 -0
  18. package/dist/commonjs/models/operations/createpayment.js.map +1 -1
  19. package/dist/commonjs/models/operations/createpaymentlink.d.ts +136 -0
  20. package/dist/commonjs/models/operations/createpaymentlink.d.ts.map +1 -1
  21. package/dist/commonjs/models/operations/createpaymentlink.js +73 -3
  22. package/dist/commonjs/models/operations/createpaymentlink.js.map +1 -1
  23. package/dist/commonjs/models/operations/getmethod.d.ts +18 -0
  24. package/dist/commonjs/models/operations/getmethod.d.ts.map +1 -1
  25. package/dist/commonjs/models/operations/getmethod.js +6 -0
  26. package/dist/commonjs/models/operations/getmethod.js.map +1 -1
  27. package/dist/commonjs/models/operations/getpayment.d.ts +9 -0
  28. package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
  29. package/dist/commonjs/models/operations/getpayment.js +3 -0
  30. package/dist/commonjs/models/operations/getpayment.js.map +1 -1
  31. package/dist/commonjs/models/operations/getpaymentlink.d.ts +68 -0
  32. package/dist/commonjs/models/operations/getpaymentlink.d.ts.map +1 -1
  33. package/dist/commonjs/models/operations/getpaymentlink.js +36 -2
  34. package/dist/commonjs/models/operations/getpaymentlink.js.map +1 -1
  35. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +9 -0
  36. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  37. package/dist/commonjs/models/operations/getpaymentlinkpayments.js +3 -0
  38. package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
  39. package/dist/commonjs/models/operations/getwebhookevent.d.ts +68 -0
  40. package/dist/commonjs/models/operations/getwebhookevent.d.ts.map +1 -1
  41. package/dist/commonjs/models/operations/getwebhookevent.js +38 -3
  42. package/dist/commonjs/models/operations/getwebhookevent.js.map +1 -1
  43. package/dist/commonjs/models/operations/listallmethods.d.ts +18 -0
  44. package/dist/commonjs/models/operations/listallmethods.d.ts.map +1 -1
  45. package/dist/commonjs/models/operations/listallmethods.js +6 -0
  46. package/dist/commonjs/models/operations/listallmethods.js.map +1 -1
  47. package/dist/commonjs/models/operations/listallsubscriptions.d.ts +9 -0
  48. package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
  49. package/dist/commonjs/models/operations/listallsubscriptions.js +3 -0
  50. package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
  51. package/dist/commonjs/models/operations/listcustomerpayments.d.ts +9 -0
  52. package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
  53. package/dist/commonjs/models/operations/listcustomerpayments.js +3 -0
  54. package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
  55. package/dist/commonjs/models/operations/listmethods.d.ts +18 -0
  56. package/dist/commonjs/models/operations/listmethods.d.ts.map +1 -1
  57. package/dist/commonjs/models/operations/listmethods.js +6 -0
  58. package/dist/commonjs/models/operations/listmethods.js.map +1 -1
  59. package/dist/commonjs/models/operations/listpaymentlinks.d.ts +68 -0
  60. package/dist/commonjs/models/operations/listpaymentlinks.d.ts.map +1 -1
  61. package/dist/commonjs/models/operations/listpaymentlinks.js +37 -2
  62. package/dist/commonjs/models/operations/listpaymentlinks.js.map +1 -1
  63. package/dist/commonjs/models/operations/listpayments.d.ts +9 -0
  64. package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
  65. package/dist/commonjs/models/operations/listpayments.js +3 -0
  66. package/dist/commonjs/models/operations/listpayments.js.map +1 -1
  67. package/dist/commonjs/models/operations/listsettlementpayments.d.ts +9 -0
  68. package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
  69. package/dist/commonjs/models/operations/listsettlementpayments.js +3 -0
  70. package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
  71. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +9 -0
  72. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  73. package/dist/commonjs/models/operations/listsubscriptionpayments.js +3 -0
  74. package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
  75. package/dist/commonjs/models/operations/updatepayment.d.ts +18 -0
  76. package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
  77. package/dist/commonjs/models/operations/updatepayment.js +6 -0
  78. package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
  79. package/dist/commonjs/models/operations/updatepaymentlink.d.ts +68 -0
  80. package/dist/commonjs/models/operations/updatepaymentlink.d.ts.map +1 -1
  81. package/dist/commonjs/models/operations/updatepaymentlink.js +38 -3
  82. package/dist/commonjs/models/operations/updatepaymentlink.js.map +1 -1
  83. package/dist/esm/lib/config.d.ts +2 -2
  84. package/dist/esm/lib/config.js +2 -2
  85. package/dist/esm/mcp-server/mcp-server.js +1 -1
  86. package/dist/esm/mcp-server/server.js +1 -1
  87. package/dist/esm/models/operations/cancelpayment.d.ts +9 -0
  88. package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
  89. package/dist/esm/models/operations/cancelpayment.js +3 -0
  90. package/dist/esm/models/operations/cancelpayment.js.map +1 -1
  91. package/dist/esm/models/operations/createcustomerpayment.d.ts +18 -0
  92. package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
  93. package/dist/esm/models/operations/createcustomerpayment.js +6 -0
  94. package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
  95. package/dist/esm/models/operations/createpayment.d.ts +18 -0
  96. package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
  97. package/dist/esm/models/operations/createpayment.js +6 -0
  98. package/dist/esm/models/operations/createpayment.js.map +1 -1
  99. package/dist/esm/models/operations/createpaymentlink.d.ts +136 -0
  100. package/dist/esm/models/operations/createpaymentlink.d.ts.map +1 -1
  101. package/dist/esm/models/operations/createpaymentlink.js +70 -0
  102. package/dist/esm/models/operations/createpaymentlink.js.map +1 -1
  103. package/dist/esm/models/operations/getmethod.d.ts +18 -0
  104. package/dist/esm/models/operations/getmethod.d.ts.map +1 -1
  105. package/dist/esm/models/operations/getmethod.js +6 -0
  106. package/dist/esm/models/operations/getmethod.js.map +1 -1
  107. package/dist/esm/models/operations/getpayment.d.ts +9 -0
  108. package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
  109. package/dist/esm/models/operations/getpayment.js +3 -0
  110. package/dist/esm/models/operations/getpayment.js.map +1 -1
  111. package/dist/esm/models/operations/getpaymentlink.d.ts +68 -0
  112. package/dist/esm/models/operations/getpaymentlink.d.ts.map +1 -1
  113. package/dist/esm/models/operations/getpaymentlink.js +34 -0
  114. package/dist/esm/models/operations/getpaymentlink.js.map +1 -1
  115. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +9 -0
  116. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  117. package/dist/esm/models/operations/getpaymentlinkpayments.js +3 -0
  118. package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
  119. package/dist/esm/models/operations/getwebhookevent.d.ts +68 -0
  120. package/dist/esm/models/operations/getwebhookevent.d.ts.map +1 -1
  121. package/dist/esm/models/operations/getwebhookevent.js +35 -0
  122. package/dist/esm/models/operations/getwebhookevent.js.map +1 -1
  123. package/dist/esm/models/operations/listallmethods.d.ts +18 -0
  124. package/dist/esm/models/operations/listallmethods.d.ts.map +1 -1
  125. package/dist/esm/models/operations/listallmethods.js +6 -0
  126. package/dist/esm/models/operations/listallmethods.js.map +1 -1
  127. package/dist/esm/models/operations/listallsubscriptions.d.ts +9 -0
  128. package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
  129. package/dist/esm/models/operations/listallsubscriptions.js +3 -0
  130. package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
  131. package/dist/esm/models/operations/listcustomerpayments.d.ts +9 -0
  132. package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
  133. package/dist/esm/models/operations/listcustomerpayments.js +3 -0
  134. package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
  135. package/dist/esm/models/operations/listmethods.d.ts +18 -0
  136. package/dist/esm/models/operations/listmethods.d.ts.map +1 -1
  137. package/dist/esm/models/operations/listmethods.js +6 -0
  138. package/dist/esm/models/operations/listmethods.js.map +1 -1
  139. package/dist/esm/models/operations/listpaymentlinks.d.ts +68 -0
  140. package/dist/esm/models/operations/listpaymentlinks.d.ts.map +1 -1
  141. package/dist/esm/models/operations/listpaymentlinks.js +35 -0
  142. package/dist/esm/models/operations/listpaymentlinks.js.map +1 -1
  143. package/dist/esm/models/operations/listpayments.d.ts +9 -0
  144. package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
  145. package/dist/esm/models/operations/listpayments.js +3 -0
  146. package/dist/esm/models/operations/listpayments.js.map +1 -1
  147. package/dist/esm/models/operations/listsettlementpayments.d.ts +9 -0
  148. package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
  149. package/dist/esm/models/operations/listsettlementpayments.js +3 -0
  150. package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
  151. package/dist/esm/models/operations/listsubscriptionpayments.d.ts +9 -0
  152. package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  153. package/dist/esm/models/operations/listsubscriptionpayments.js +3 -0
  154. package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
  155. package/dist/esm/models/operations/updatepayment.d.ts +18 -0
  156. package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
  157. package/dist/esm/models/operations/updatepayment.js +6 -0
  158. package/dist/esm/models/operations/updatepayment.js.map +1 -1
  159. package/dist/esm/models/operations/updatepaymentlink.d.ts +68 -0
  160. package/dist/esm/models/operations/updatepaymentlink.d.ts.map +1 -1
  161. package/dist/esm/models/operations/updatepaymentlink.js +35 -0
  162. package/dist/esm/models/operations/updatepaymentlink.js.map +1 -1
  163. package/docs/sdks/paymentlinks/README.md +4 -0
  164. package/examples/package-lock.json +1 -1
  165. package/jsr.json +1 -1
  166. package/package.json +1 -1
  167. package/src/lib/config.ts +2 -2
  168. package/src/mcp-server/mcp-server.ts +1 -1
  169. package/src/mcp-server/server.ts +1 -1
  170. package/src/models/operations/cancelpayment.ts +3 -0
  171. package/src/models/operations/createcustomerpayment.ts +6 -0
  172. package/src/models/operations/createpayment.ts +6 -0
  173. package/src/models/operations/createpaymentlink.ts +162 -0
  174. package/src/models/operations/getmethod.ts +6 -0
  175. package/src/models/operations/getpayment.ts +3 -0
  176. package/src/models/operations/getpaymentlink.ts +77 -0
  177. package/src/models/operations/getpaymentlinkpayments.ts +3 -0
  178. package/src/models/operations/getwebhookevent.ts +78 -0
  179. package/src/models/operations/listallmethods.ts +6 -0
  180. package/src/models/operations/listallsubscriptions.ts +3 -0
  181. package/src/models/operations/listcustomerpayments.ts +3 -0
  182. package/src/models/operations/listmethods.ts +6 -0
  183. package/src/models/operations/listpaymentlinks.ts +78 -0
  184. package/src/models/operations/listpayments.ts +3 -0
  185. package/src/models/operations/listsettlementpayments.ts +3 -0
  186. package/src/models/operations/listsubscriptionpayments.ts +3 -0
  187. package/src/models/operations/updatepayment.ts +6 -0
  188. package/src/models/operations/updatepaymentlink.ts +78 -0
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.4",
34272
+ sdkVersion: "0.0.5",
34273
34273
  genVersion: "2.672.0",
34274
- userAgent: "speakeasy-sdk/typescript 0.0.4 2.672.0 1.0.0 mollie-api-typescript"
34274
+ userAgent: "speakeasy-sdk/typescript 0.0.5 2.672.0 1.0.0 mollie-api-typescript"
34275
34275
  };
34276
34276
  });
34277
34277
 
@@ -35815,6 +35815,9 @@ var init_cancelpayment = __esm(() => {
35815
35815
  In3: "in3",
35816
35816
  Kbc: "kbc",
35817
35817
  Klarna: "klarna",
35818
+ Klarnapaylater: "klarnapaylater",
35819
+ Klarnapaynow: "klarnapaynow",
35820
+ Klarnasliceit: "klarnasliceit",
35818
35821
  Mbway: "mbway",
35819
35822
  Multibanco: "multibanco",
35820
35823
  Mybank: "mybank",
@@ -37977,6 +37980,9 @@ var init_createcustomerpayment = __esm(() => {
37977
37980
  In3: "in3",
37978
37981
  Kbc: "kbc",
37979
37982
  Klarna: "klarna",
37983
+ Klarnapaylater: "klarnapaylater",
37984
+ Klarnapaynow: "klarnapaynow",
37985
+ Klarnasliceit: "klarnasliceit",
37980
37986
  Mbway: "mbway",
37981
37987
  Multibanco: "multibanco",
37982
37988
  Mybank: "mybank",
@@ -38073,6 +38079,9 @@ var init_createcustomerpayment = __esm(() => {
38073
38079
  In3: "in3",
38074
38080
  Kbc: "kbc",
38075
38081
  Klarna: "klarna",
38082
+ Klarnapaylater: "klarnapaylater",
38083
+ Klarnapaynow: "klarnapaynow",
38084
+ Klarnasliceit: "klarnasliceit",
38076
38085
  Mbway: "mbway",
38077
38086
  Multibanco: "multibanco",
38078
38087
  Mybank: "mybank",
@@ -39730,6 +39739,9 @@ var init_createpayment = __esm(() => {
39730
39739
  In3: "in3",
39731
39740
  Kbc: "kbc",
39732
39741
  Klarna: "klarna",
39742
+ Klarnapaylater: "klarnapaylater",
39743
+ Klarnapaynow: "klarnapaynow",
39744
+ Klarnasliceit: "klarnasliceit",
39733
39745
  Mbway: "mbway",
39734
39746
  Multibanco: "multibanco",
39735
39747
  Mybank: "mybank",
@@ -39826,6 +39838,9 @@ var init_createpayment = __esm(() => {
39826
39838
  In3: "in3",
39827
39839
  Kbc: "kbc",
39828
39840
  Klarna: "klarna",
39841
+ Klarnapaylater: "klarnapaylater",
39842
+ Klarnapaynow: "klarnapaynow",
39843
+ Klarnasliceit: "klarnasliceit",
39829
39844
  Mbway: "mbway",
39830
39845
  Multibanco: "multibanco",
39831
39846
  Mybank: "mybank",
@@ -41164,7 +41179,7 @@ var init_createpayment = __esm(() => {
41164
41179
  });
41165
41180
 
41166
41181
  // src/models/operations/createpaymentlink.ts
41167
- var CreatePaymentLinkTypeRequest, CreatePaymentLinkCategoryRequest, CreatePaymentLinkMode, CreatePaymentLinkTypeResponse, CreatePaymentLinkCategoryResponse, CreatePaymentLinkAmountRequest$inboundSchema, CreatePaymentLinkAmountRequest$outboundSchema, CreatePaymentLinkAmountRequest$, CreatePaymentLinkMinimumAmountRequest$inboundSchema, CreatePaymentLinkMinimumAmountRequest$outboundSchema, CreatePaymentLinkMinimumAmountRequest$, CreatePaymentLinkTypeRequest$inboundSchema, CreatePaymentLinkTypeRequest$outboundSchema, CreatePaymentLinkTypeRequest$, CreatePaymentLinkUnitPriceRequest$inboundSchema, CreatePaymentLinkUnitPriceRequest$outboundSchema, CreatePaymentLinkUnitPriceRequest$, CreatePaymentLinkDiscountAmountRequest$inboundSchema, CreatePaymentLinkDiscountAmountRequest$outboundSchema, CreatePaymentLinkDiscountAmountRequest$, CreatePaymentLinkTotalAmountRequest$inboundSchema, CreatePaymentLinkTotalAmountRequest$outboundSchema, CreatePaymentLinkTotalAmountRequest$, CreatePaymentLinkVatAmountRequest$inboundSchema, CreatePaymentLinkVatAmountRequest$outboundSchema, CreatePaymentLinkVatAmountRequest$, CreatePaymentLinkCategoryRequest$inboundSchema, CreatePaymentLinkCategoryRequest$outboundSchema, CreatePaymentLinkCategoryRequest$, CreatePaymentLinkLineRequest$inboundSchema, CreatePaymentLinkLineRequest$outboundSchema, CreatePaymentLinkLineRequest$, CreatePaymentLinkBillingAddressRequest$inboundSchema, CreatePaymentLinkBillingAddressRequest$outboundSchema, CreatePaymentLinkBillingAddressRequest$, CreatePaymentLinkShippingAddressRequest$inboundSchema, CreatePaymentLinkShippingAddressRequest$outboundSchema, CreatePaymentLinkShippingAddressRequest$, CreatePaymentLinkApplicationFeeAmountRequest$inboundSchema, CreatePaymentLinkApplicationFeeAmountRequest$outboundSchema, CreatePaymentLinkApplicationFeeAmountRequest$, CreatePaymentLinkApplicationFeeRequest$inboundSchema, CreatePaymentLinkApplicationFeeRequest$outboundSchema, CreatePaymentLinkApplicationFeeRequest$, CreatePaymentLinkRequest$inboundSchema, CreatePaymentLinkRequest$outboundSchema, CreatePaymentLinkRequest$, CreatePaymentLinkUnprocessableEntityDocumentation$inboundSchema, CreatePaymentLinkUnprocessableEntityDocumentation$outboundSchema, CreatePaymentLinkUnprocessableEntityDocumentation$, CreatePaymentLinkUnprocessableEntityLinks$inboundSchema, CreatePaymentLinkUnprocessableEntityLinks$outboundSchema, CreatePaymentLinkUnprocessableEntityLinks$, CreatePaymentLinkNotFoundDocumentation$inboundSchema, CreatePaymentLinkNotFoundDocumentation$outboundSchema, CreatePaymentLinkNotFoundDocumentation$, CreatePaymentLinkNotFoundLinks$inboundSchema, CreatePaymentLinkNotFoundLinks$outboundSchema, CreatePaymentLinkNotFoundLinks$, CreatePaymentLinkMode$inboundSchema, CreatePaymentLinkMode$outboundSchema, CreatePaymentLinkMode$, CreatePaymentLinkAmountResponse$inboundSchema, CreatePaymentLinkAmountResponse$outboundSchema, CreatePaymentLinkAmountResponse$, CreatePaymentLinkMinimumAmountResponse$inboundSchema, CreatePaymentLinkMinimumAmountResponse$outboundSchema, CreatePaymentLinkMinimumAmountResponse$, CreatePaymentLinkTypeResponse$inboundSchema, CreatePaymentLinkTypeResponse$outboundSchema, CreatePaymentLinkTypeResponse$, CreatePaymentLinkUnitPriceResponse$inboundSchema, CreatePaymentLinkUnitPriceResponse$outboundSchema, CreatePaymentLinkUnitPriceResponse$, CreatePaymentLinkDiscountAmountResponse$inboundSchema, CreatePaymentLinkDiscountAmountResponse$outboundSchema, CreatePaymentLinkDiscountAmountResponse$, CreatePaymentLinkTotalAmountResponse$inboundSchema, CreatePaymentLinkTotalAmountResponse$outboundSchema, CreatePaymentLinkTotalAmountResponse$, CreatePaymentLinkVatAmountResponse$inboundSchema, CreatePaymentLinkVatAmountResponse$outboundSchema, CreatePaymentLinkVatAmountResponse$, CreatePaymentLinkCategoryResponse$inboundSchema, CreatePaymentLinkCategoryResponse$outboundSchema, CreatePaymentLinkCategoryResponse$, CreatePaymentLinkLineResponse$inboundSchema, CreatePaymentLinkLineResponse$outboundSchema, CreatePaymentLinkLineResponse$, CreatePaymentLinkBillingAddressResponse$inboundSchema, CreatePaymentLinkBillingAddressResponse$outboundSchema, CreatePaymentLinkBillingAddressResponse$, CreatePaymentLinkShippingAddressResponse$inboundSchema, CreatePaymentLinkShippingAddressResponse$outboundSchema, CreatePaymentLinkShippingAddressResponse$, CreatePaymentLinkApplicationFeeAmountResponse$inboundSchema, CreatePaymentLinkApplicationFeeAmountResponse$outboundSchema, CreatePaymentLinkApplicationFeeAmountResponse$, CreatePaymentLinkApplicationFeeResponse$inboundSchema, CreatePaymentLinkApplicationFeeResponse$outboundSchema, CreatePaymentLinkApplicationFeeResponse$, CreatePaymentLinkSelf$inboundSchema, CreatePaymentLinkSelf$outboundSchema, CreatePaymentLinkSelf$, CreatePaymentLinkPaymentLink$inboundSchema, CreatePaymentLinkPaymentLink$outboundSchema, CreatePaymentLinkPaymentLink$, CreatePaymentLinkLinks$inboundSchema, CreatePaymentLinkLinks$outboundSchema, CreatePaymentLinkLinks$, CreatePaymentLinkResponse$inboundSchema, CreatePaymentLinkResponse$outboundSchema, CreatePaymentLinkResponse$;
41182
+ var CreatePaymentLinkTypeRequest, CreatePaymentLinkCategoryRequest, CreatePaymentLinkSequenceTypeRequest, CreatePaymentLinkMode, CreatePaymentLinkTypeResponse, CreatePaymentLinkCategoryResponse, CreatePaymentLinkSequenceTypeResponse, CreatePaymentLinkAmountRequest$inboundSchema, CreatePaymentLinkAmountRequest$outboundSchema, CreatePaymentLinkAmountRequest$, CreatePaymentLinkMinimumAmountRequest$inboundSchema, CreatePaymentLinkMinimumAmountRequest$outboundSchema, CreatePaymentLinkMinimumAmountRequest$, CreatePaymentLinkTypeRequest$inboundSchema, CreatePaymentLinkTypeRequest$outboundSchema, CreatePaymentLinkTypeRequest$, CreatePaymentLinkUnitPriceRequest$inboundSchema, CreatePaymentLinkUnitPriceRequest$outboundSchema, CreatePaymentLinkUnitPriceRequest$, CreatePaymentLinkDiscountAmountRequest$inboundSchema, CreatePaymentLinkDiscountAmountRequest$outboundSchema, CreatePaymentLinkDiscountAmountRequest$, CreatePaymentLinkTotalAmountRequest$inboundSchema, CreatePaymentLinkTotalAmountRequest$outboundSchema, CreatePaymentLinkTotalAmountRequest$, CreatePaymentLinkVatAmountRequest$inboundSchema, CreatePaymentLinkVatAmountRequest$outboundSchema, CreatePaymentLinkVatAmountRequest$, CreatePaymentLinkCategoryRequest$inboundSchema, CreatePaymentLinkCategoryRequest$outboundSchema, CreatePaymentLinkCategoryRequest$, CreatePaymentLinkLineRequest$inboundSchema, CreatePaymentLinkLineRequest$outboundSchema, CreatePaymentLinkLineRequest$, CreatePaymentLinkBillingAddressRequest$inboundSchema, CreatePaymentLinkBillingAddressRequest$outboundSchema, CreatePaymentLinkBillingAddressRequest$, CreatePaymentLinkShippingAddressRequest$inboundSchema, CreatePaymentLinkShippingAddressRequest$outboundSchema, CreatePaymentLinkShippingAddressRequest$, CreatePaymentLinkApplicationFeeAmountRequest$inboundSchema, CreatePaymentLinkApplicationFeeAmountRequest$outboundSchema, CreatePaymentLinkApplicationFeeAmountRequest$, CreatePaymentLinkApplicationFeeRequest$inboundSchema, CreatePaymentLinkApplicationFeeRequest$outboundSchema, CreatePaymentLinkApplicationFeeRequest$, CreatePaymentLinkSequenceTypeRequest$inboundSchema, CreatePaymentLinkSequenceTypeRequest$outboundSchema, CreatePaymentLinkSequenceTypeRequest$, CreatePaymentLinkRequest$inboundSchema, CreatePaymentLinkRequest$outboundSchema, CreatePaymentLinkRequest$, CreatePaymentLinkUnprocessableEntityDocumentation$inboundSchema, CreatePaymentLinkUnprocessableEntityDocumentation$outboundSchema, CreatePaymentLinkUnprocessableEntityDocumentation$, CreatePaymentLinkUnprocessableEntityLinks$inboundSchema, CreatePaymentLinkUnprocessableEntityLinks$outboundSchema, CreatePaymentLinkUnprocessableEntityLinks$, CreatePaymentLinkNotFoundDocumentation$inboundSchema, CreatePaymentLinkNotFoundDocumentation$outboundSchema, CreatePaymentLinkNotFoundDocumentation$, CreatePaymentLinkNotFoundLinks$inboundSchema, CreatePaymentLinkNotFoundLinks$outboundSchema, CreatePaymentLinkNotFoundLinks$, CreatePaymentLinkMode$inboundSchema, CreatePaymentLinkMode$outboundSchema, CreatePaymentLinkMode$, CreatePaymentLinkAmountResponse$inboundSchema, CreatePaymentLinkAmountResponse$outboundSchema, CreatePaymentLinkAmountResponse$, CreatePaymentLinkMinimumAmountResponse$inboundSchema, CreatePaymentLinkMinimumAmountResponse$outboundSchema, CreatePaymentLinkMinimumAmountResponse$, CreatePaymentLinkTypeResponse$inboundSchema, CreatePaymentLinkTypeResponse$outboundSchema, CreatePaymentLinkTypeResponse$, CreatePaymentLinkUnitPriceResponse$inboundSchema, CreatePaymentLinkUnitPriceResponse$outboundSchema, CreatePaymentLinkUnitPriceResponse$, CreatePaymentLinkDiscountAmountResponse$inboundSchema, CreatePaymentLinkDiscountAmountResponse$outboundSchema, CreatePaymentLinkDiscountAmountResponse$, CreatePaymentLinkTotalAmountResponse$inboundSchema, CreatePaymentLinkTotalAmountResponse$outboundSchema, CreatePaymentLinkTotalAmountResponse$, CreatePaymentLinkVatAmountResponse$inboundSchema, CreatePaymentLinkVatAmountResponse$outboundSchema, CreatePaymentLinkVatAmountResponse$, CreatePaymentLinkCategoryResponse$inboundSchema, CreatePaymentLinkCategoryResponse$outboundSchema, CreatePaymentLinkCategoryResponse$, CreatePaymentLinkLineResponse$inboundSchema, CreatePaymentLinkLineResponse$outboundSchema, CreatePaymentLinkLineResponse$, CreatePaymentLinkBillingAddressResponse$inboundSchema, CreatePaymentLinkBillingAddressResponse$outboundSchema, CreatePaymentLinkBillingAddressResponse$, CreatePaymentLinkShippingAddressResponse$inboundSchema, CreatePaymentLinkShippingAddressResponse$outboundSchema, CreatePaymentLinkShippingAddressResponse$, CreatePaymentLinkApplicationFeeAmountResponse$inboundSchema, CreatePaymentLinkApplicationFeeAmountResponse$outboundSchema, CreatePaymentLinkApplicationFeeAmountResponse$, CreatePaymentLinkApplicationFeeResponse$inboundSchema, CreatePaymentLinkApplicationFeeResponse$outboundSchema, CreatePaymentLinkApplicationFeeResponse$, CreatePaymentLinkSequenceTypeResponse$inboundSchema, CreatePaymentLinkSequenceTypeResponse$outboundSchema, CreatePaymentLinkSequenceTypeResponse$, CreatePaymentLinkSelf$inboundSchema, CreatePaymentLinkSelf$outboundSchema, CreatePaymentLinkSelf$, CreatePaymentLinkPaymentLink$inboundSchema, CreatePaymentLinkPaymentLink$outboundSchema, CreatePaymentLinkPaymentLink$, CreatePaymentLinkLinks$inboundSchema, CreatePaymentLinkLinks$outboundSchema, CreatePaymentLinkLinks$, CreatePaymentLinkResponse$inboundSchema, CreatePaymentLinkResponse$outboundSchema, CreatePaymentLinkResponse$;
41168
41183
  var init_createpaymentlink = __esm(() => {
41169
41184
  init_esm();
41170
41185
  init_primitives();
@@ -41184,6 +41199,10 @@ var init_createpaymentlink = __esm(() => {
41184
41199
  Gift: "gift",
41185
41200
  SportCulture: "sport_culture"
41186
41201
  };
41202
+ CreatePaymentLinkSequenceTypeRequest = {
41203
+ Oneoff: "oneoff",
41204
+ First: "first"
41205
+ };
41187
41206
  CreatePaymentLinkMode = {
41188
41207
  Live: "live",
41189
41208
  Test: "test"
@@ -41204,6 +41223,10 @@ var init_createpaymentlink = __esm(() => {
41204
41223
  Gift: "gift",
41205
41224
  SportCulture: "sport_culture"
41206
41225
  };
41226
+ CreatePaymentLinkSequenceTypeResponse = {
41227
+ Oneoff: "oneoff",
41228
+ First: "first"
41229
+ };
41207
41230
  CreatePaymentLinkAmountRequest$inboundSchema = objectType({
41208
41231
  currency: stringType(),
41209
41232
  value: stringType()
@@ -41410,6 +41433,12 @@ var init_createpaymentlink = __esm(() => {
41410
41433
  CreatePaymentLinkApplicationFeeRequest$.inboundSchema = CreatePaymentLinkApplicationFeeRequest$inboundSchema;
41411
41434
  CreatePaymentLinkApplicationFeeRequest$.outboundSchema = CreatePaymentLinkApplicationFeeRequest$outboundSchema;
41412
41435
  })(CreatePaymentLinkApplicationFeeRequest$ ||= {});
41436
+ CreatePaymentLinkSequenceTypeRequest$inboundSchema = nativeEnumType(CreatePaymentLinkSequenceTypeRequest);
41437
+ CreatePaymentLinkSequenceTypeRequest$outboundSchema = CreatePaymentLinkSequenceTypeRequest$inboundSchema;
41438
+ ((CreatePaymentLinkSequenceTypeRequest$) => {
41439
+ CreatePaymentLinkSequenceTypeRequest$.inboundSchema = CreatePaymentLinkSequenceTypeRequest$inboundSchema;
41440
+ CreatePaymentLinkSequenceTypeRequest$.outboundSchema = CreatePaymentLinkSequenceTypeRequest$outboundSchema;
41441
+ })(CreatePaymentLinkSequenceTypeRequest$ ||= {});
41413
41442
  CreatePaymentLinkRequest$inboundSchema = objectType({
41414
41443
  description: stringType(),
41415
41444
  amount: nullableType(lazyType(() => CreatePaymentLinkAmountRequest$inboundSchema)).optional(),
@@ -41423,7 +41452,9 @@ var init_createpaymentlink = __esm(() => {
41423
41452
  reusable: nullableType(booleanType().default(false)),
41424
41453
  expiresAt: nullableType(stringType()).optional(),
41425
41454
  allowedMethods: nullableType(arrayType(stringType())).optional(),
41426
- applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$inboundSchema).optional()
41455
+ applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$inboundSchema).optional(),
41456
+ sequenceType: nullableType(CreatePaymentLinkSequenceTypeRequest$inboundSchema).optional(),
41457
+ customerId: nullableType(stringType()).optional()
41427
41458
  });
41428
41459
  CreatePaymentLinkRequest$outboundSchema = objectType({
41429
41460
  description: stringType(),
@@ -41438,7 +41469,9 @@ var init_createpaymentlink = __esm(() => {
41438
41469
  reusable: nullableType(booleanType().default(false)),
41439
41470
  expiresAt: nullableType(stringType()).optional(),
41440
41471
  allowedMethods: nullableType(arrayType(stringType())).optional(),
41441
- applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$outboundSchema).optional()
41472
+ applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$outboundSchema).optional(),
41473
+ sequenceType: nullableType(CreatePaymentLinkSequenceTypeRequest$outboundSchema).optional(),
41474
+ customerId: nullableType(stringType()).optional()
41442
41475
  });
41443
41476
  ((CreatePaymentLinkRequest$) => {
41444
41477
  CreatePaymentLinkRequest$.inboundSchema = CreatePaymentLinkRequest$inboundSchema;
@@ -41700,6 +41733,12 @@ var init_createpaymentlink = __esm(() => {
41700
41733
  CreatePaymentLinkApplicationFeeResponse$.inboundSchema = CreatePaymentLinkApplicationFeeResponse$inboundSchema;
41701
41734
  CreatePaymentLinkApplicationFeeResponse$.outboundSchema = CreatePaymentLinkApplicationFeeResponse$outboundSchema;
41702
41735
  })(CreatePaymentLinkApplicationFeeResponse$ ||= {});
41736
+ CreatePaymentLinkSequenceTypeResponse$inboundSchema = nativeEnumType(CreatePaymentLinkSequenceTypeResponse);
41737
+ CreatePaymentLinkSequenceTypeResponse$outboundSchema = CreatePaymentLinkSequenceTypeResponse$inboundSchema;
41738
+ ((CreatePaymentLinkSequenceTypeResponse$) => {
41739
+ CreatePaymentLinkSequenceTypeResponse$.inboundSchema = CreatePaymentLinkSequenceTypeResponse$inboundSchema;
41740
+ CreatePaymentLinkSequenceTypeResponse$.outboundSchema = CreatePaymentLinkSequenceTypeResponse$outboundSchema;
41741
+ })(CreatePaymentLinkSequenceTypeResponse$ ||= {});
41703
41742
  CreatePaymentLinkSelf$inboundSchema = objectType({
41704
41743
  href: stringType(),
41705
41744
  type: stringType()
@@ -41756,6 +41795,8 @@ var init_createpaymentlink = __esm(() => {
41756
41795
  expiresAt: nullableType(stringType()),
41757
41796
  allowedMethods: nullableType(arrayType(stringType())),
41758
41797
  applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeResponse$inboundSchema).optional(),
41798
+ sequenceType: nullableType(CreatePaymentLinkSequenceTypeResponse$inboundSchema).optional(),
41799
+ customerId: nullableType(stringType()).optional(),
41759
41800
  _links: lazyType(() => CreatePaymentLinkLinks$inboundSchema)
41760
41801
  }).transform((v2) => {
41761
41802
  return remap(v2, {
@@ -41782,6 +41823,8 @@ var init_createpaymentlink = __esm(() => {
41782
41823
  expiresAt: nullableType(stringType()),
41783
41824
  allowedMethods: nullableType(arrayType(stringType())),
41784
41825
  applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeResponse$outboundSchema).optional(),
41826
+ sequenceType: nullableType(CreatePaymentLinkSequenceTypeResponse$outboundSchema).optional(),
41827
+ customerId: nullableType(stringType()).optional(),
41785
41828
  links: lazyType(() => CreatePaymentLinkLinks$outboundSchema)
41786
41829
  }).transform((v2) => {
41787
41830
  return remap(v2, {
@@ -62656,6 +62699,7 @@ var init_getmethod = __esm(() => {
62656
62699
  Banktransfer: "banktransfer",
62657
62700
  Belfius: "belfius",
62658
62701
  Billie: "billie",
62702
+ Bizum: "bizum",
62659
62703
  Blik: "blik",
62660
62704
  Creditcard: "creditcard",
62661
62705
  Directdebit: "directdebit",
@@ -62668,9 +62712,14 @@ var init_getmethod = __esm(() => {
62668
62712
  Klarnapaylater: "klarnapaylater",
62669
62713
  Klarnapaynow: "klarnapaynow",
62670
62714
  Klarnasliceit: "klarnasliceit",
62715
+ Mbway: "mbway",
62716
+ Multibanco: "multibanco",
62671
62717
  Mybank: "mybank",
62718
+ Paybybank: "paybybank",
62719
+ Payconiq: "payconiq",
62672
62720
  Paypal: "paypal",
62673
62721
  Paysafecard: "paysafecard",
62722
+ Pointofsale: "pointofsale",
62674
62723
  Przelewy24: "przelewy24",
62675
62724
  Riverty: "riverty",
62676
62725
  Satispay: "satispay",
@@ -64368,6 +64417,9 @@ var init_getpayment = __esm(() => {
64368
64417
  In3: "in3",
64369
64418
  Kbc: "kbc",
64370
64419
  Klarna: "klarna",
64420
+ Klarnapaylater: "klarnapaylater",
64421
+ Klarnapaynow: "klarnapaynow",
64422
+ Klarnasliceit: "klarnasliceit",
64371
64423
  Mbway: "mbway",
64372
64424
  Multibanco: "multibanco",
64373
64425
  Mybank: "mybank",
@@ -65258,7 +65310,7 @@ var init_getpayment = __esm(() => {
65258
65310
  });
65259
65311
 
65260
65312
  // src/models/operations/getpaymentlink.ts
65261
- var GetPaymentLinkMode, GetPaymentLinkType, GetPaymentLinkCategory, GetPaymentLinkRequest$inboundSchema, GetPaymentLinkRequest$outboundSchema, GetPaymentLinkRequest$, GetPaymentLinkDocumentation$inboundSchema, GetPaymentLinkDocumentation$outboundSchema, GetPaymentLinkDocumentation$, GetPaymentLinkNotFoundLinks$inboundSchema, GetPaymentLinkNotFoundLinks$outboundSchema, GetPaymentLinkNotFoundLinks$, GetPaymentLinkMode$inboundSchema, GetPaymentLinkMode$outboundSchema, GetPaymentLinkMode$, GetPaymentLinkAmount$inboundSchema, GetPaymentLinkAmount$outboundSchema, GetPaymentLinkAmount$, GetPaymentLinkMinimumAmount$inboundSchema, GetPaymentLinkMinimumAmount$outboundSchema, GetPaymentLinkMinimumAmount$, GetPaymentLinkType$inboundSchema, GetPaymentLinkType$outboundSchema, GetPaymentLinkType$, GetPaymentLinkUnitPrice$inboundSchema, GetPaymentLinkUnitPrice$outboundSchema, GetPaymentLinkUnitPrice$, GetPaymentLinkDiscountAmount$inboundSchema, GetPaymentLinkDiscountAmount$outboundSchema, GetPaymentLinkDiscountAmount$, GetPaymentLinkTotalAmount$inboundSchema, GetPaymentLinkTotalAmount$outboundSchema, GetPaymentLinkTotalAmount$, GetPaymentLinkVatAmount$inboundSchema, GetPaymentLinkVatAmount$outboundSchema, GetPaymentLinkVatAmount$, GetPaymentLinkCategory$inboundSchema, GetPaymentLinkCategory$outboundSchema, GetPaymentLinkCategory$, GetPaymentLinkLine$inboundSchema, GetPaymentLinkLine$outboundSchema, GetPaymentLinkLine$, GetPaymentLinkBillingAddress$inboundSchema, GetPaymentLinkBillingAddress$outboundSchema, GetPaymentLinkBillingAddress$, GetPaymentLinkShippingAddress$inboundSchema, GetPaymentLinkShippingAddress$outboundSchema, GetPaymentLinkShippingAddress$, GetPaymentLinkApplicationFeeAmount$inboundSchema, GetPaymentLinkApplicationFeeAmount$outboundSchema, GetPaymentLinkApplicationFeeAmount$, GetPaymentLinkApplicationFee$inboundSchema, GetPaymentLinkApplicationFee$outboundSchema, GetPaymentLinkApplicationFee$, GetPaymentLinkSelf$inboundSchema, GetPaymentLinkSelf$outboundSchema, GetPaymentLinkSelf$, GetPaymentLinkPaymentLink$inboundSchema, GetPaymentLinkPaymentLink$outboundSchema, GetPaymentLinkPaymentLink$, GetPaymentLinkLinks$inboundSchema, GetPaymentLinkLinks$outboundSchema, GetPaymentLinkLinks$, GetPaymentLinkResponse$inboundSchema, GetPaymentLinkResponse$outboundSchema, GetPaymentLinkResponse$;
65313
+ var GetPaymentLinkMode, GetPaymentLinkType, GetPaymentLinkCategory, GetPaymentLinkSequenceType, GetPaymentLinkRequest$inboundSchema, GetPaymentLinkRequest$outboundSchema, GetPaymentLinkRequest$, GetPaymentLinkDocumentation$inboundSchema, GetPaymentLinkDocumentation$outboundSchema, GetPaymentLinkDocumentation$, GetPaymentLinkNotFoundLinks$inboundSchema, GetPaymentLinkNotFoundLinks$outboundSchema, GetPaymentLinkNotFoundLinks$, GetPaymentLinkMode$inboundSchema, GetPaymentLinkMode$outboundSchema, GetPaymentLinkMode$, GetPaymentLinkAmount$inboundSchema, GetPaymentLinkAmount$outboundSchema, GetPaymentLinkAmount$, GetPaymentLinkMinimumAmount$inboundSchema, GetPaymentLinkMinimumAmount$outboundSchema, GetPaymentLinkMinimumAmount$, GetPaymentLinkType$inboundSchema, GetPaymentLinkType$outboundSchema, GetPaymentLinkType$, GetPaymentLinkUnitPrice$inboundSchema, GetPaymentLinkUnitPrice$outboundSchema, GetPaymentLinkUnitPrice$, GetPaymentLinkDiscountAmount$inboundSchema, GetPaymentLinkDiscountAmount$outboundSchema, GetPaymentLinkDiscountAmount$, GetPaymentLinkTotalAmount$inboundSchema, GetPaymentLinkTotalAmount$outboundSchema, GetPaymentLinkTotalAmount$, GetPaymentLinkVatAmount$inboundSchema, GetPaymentLinkVatAmount$outboundSchema, GetPaymentLinkVatAmount$, GetPaymentLinkCategory$inboundSchema, GetPaymentLinkCategory$outboundSchema, GetPaymentLinkCategory$, GetPaymentLinkLine$inboundSchema, GetPaymentLinkLine$outboundSchema, GetPaymentLinkLine$, GetPaymentLinkBillingAddress$inboundSchema, GetPaymentLinkBillingAddress$outboundSchema, GetPaymentLinkBillingAddress$, GetPaymentLinkShippingAddress$inboundSchema, GetPaymentLinkShippingAddress$outboundSchema, GetPaymentLinkShippingAddress$, GetPaymentLinkApplicationFeeAmount$inboundSchema, GetPaymentLinkApplicationFeeAmount$outboundSchema, GetPaymentLinkApplicationFeeAmount$, GetPaymentLinkApplicationFee$inboundSchema, GetPaymentLinkApplicationFee$outboundSchema, GetPaymentLinkApplicationFee$, GetPaymentLinkSequenceType$inboundSchema, GetPaymentLinkSequenceType$outboundSchema, GetPaymentLinkSequenceType$, GetPaymentLinkSelf$inboundSchema, GetPaymentLinkSelf$outboundSchema, GetPaymentLinkSelf$, GetPaymentLinkPaymentLink$inboundSchema, GetPaymentLinkPaymentLink$outboundSchema, GetPaymentLinkPaymentLink$, GetPaymentLinkLinks$inboundSchema, GetPaymentLinkLinks$outboundSchema, GetPaymentLinkLinks$, GetPaymentLinkResponse$inboundSchema, GetPaymentLinkResponse$outboundSchema, GetPaymentLinkResponse$;
65262
65314
  var init_getpaymentlink = __esm(() => {
65263
65315
  init_esm();
65264
65316
  init_primitives();
@@ -65282,6 +65334,10 @@ var init_getpaymentlink = __esm(() => {
65282
65334
  Gift: "gift",
65283
65335
  SportCulture: "sport_culture"
65284
65336
  };
65337
+ GetPaymentLinkSequenceType = {
65338
+ Oneoff: "oneoff",
65339
+ First: "first"
65340
+ };
65285
65341
  GetPaymentLinkRequest$inboundSchema = objectType({
65286
65342
  paymentLinkId: stringType(),
65287
65343
  testmode: nullableType(booleanType()).optional()
@@ -65528,6 +65584,12 @@ var init_getpaymentlink = __esm(() => {
65528
65584
  GetPaymentLinkApplicationFee$.inboundSchema = GetPaymentLinkApplicationFee$inboundSchema;
65529
65585
  GetPaymentLinkApplicationFee$.outboundSchema = GetPaymentLinkApplicationFee$outboundSchema;
65530
65586
  })(GetPaymentLinkApplicationFee$ ||= {});
65587
+ GetPaymentLinkSequenceType$inboundSchema = nativeEnumType(GetPaymentLinkSequenceType);
65588
+ GetPaymentLinkSequenceType$outboundSchema = GetPaymentLinkSequenceType$inboundSchema;
65589
+ ((GetPaymentLinkSequenceType$) => {
65590
+ GetPaymentLinkSequenceType$.inboundSchema = GetPaymentLinkSequenceType$inboundSchema;
65591
+ GetPaymentLinkSequenceType$.outboundSchema = GetPaymentLinkSequenceType$outboundSchema;
65592
+ })(GetPaymentLinkSequenceType$ ||= {});
65531
65593
  GetPaymentLinkSelf$inboundSchema = objectType({
65532
65594
  href: stringType(),
65533
65595
  type: stringType()
@@ -65584,6 +65646,8 @@ var init_getpaymentlink = __esm(() => {
65584
65646
  expiresAt: nullableType(stringType()),
65585
65647
  allowedMethods: nullableType(arrayType(stringType())),
65586
65648
  applicationFee: lazyType(() => GetPaymentLinkApplicationFee$inboundSchema).optional(),
65649
+ sequenceType: nullableType(GetPaymentLinkSequenceType$inboundSchema).optional(),
65650
+ customerId: nullableType(stringType()).optional(),
65587
65651
  _links: lazyType(() => GetPaymentLinkLinks$inboundSchema)
65588
65652
  }).transform((v2) => {
65589
65653
  return remap(v2, {
@@ -65610,6 +65674,8 @@ var init_getpaymentlink = __esm(() => {
65610
65674
  expiresAt: nullableType(stringType()),
65611
65675
  allowedMethods: nullableType(arrayType(stringType())),
65612
65676
  applicationFee: lazyType(() => GetPaymentLinkApplicationFee$outboundSchema).optional(),
65677
+ sequenceType: nullableType(GetPaymentLinkSequenceType$outboundSchema).optional(),
65678
+ customerId: nullableType(stringType()).optional(),
65613
65679
  links: lazyType(() => GetPaymentLinkLinks$outboundSchema)
65614
65680
  }).transform((v2) => {
65615
65681
  return remap(v2, {
@@ -65699,6 +65765,9 @@ var init_getpaymentlinkpayments = __esm(() => {
65699
65765
  In3: "in3",
65700
65766
  Kbc: "kbc",
65701
65767
  Klarna: "klarna",
65768
+ Klarnapaylater: "klarnapaylater",
65769
+ Klarnapaynow: "klarnapaynow",
65770
+ Klarnasliceit: "klarnasliceit",
65702
65771
  Mbway: "mbway",
65703
65772
  Multibanco: "multibanco",
65704
65773
  Mybank: "mybank",
@@ -69092,7 +69161,7 @@ var init_getwebhook = __esm(() => {
69092
69161
  });
69093
69162
 
69094
69163
  // src/models/operations/getwebhookevent.ts
69095
- var GetWebhookEventMode2, GetWebhookEventStatus, GetWebhookEventReviewStatus, GetWebhookEventMode1, GetWebhookEventType, GetWebhookEventCategory, GetWebhookEventRequest$inboundSchema, GetWebhookEventRequest$outboundSchema, GetWebhookEventRequest$, GetWebhookEventNotFoundDocumentation$inboundSchema, GetWebhookEventNotFoundDocumentation$outboundSchema, GetWebhookEventNotFoundDocumentation$, GetWebhookEventNotFoundLinks$inboundSchema, GetWebhookEventNotFoundLinks$outboundSchema, GetWebhookEventNotFoundLinks$, GetWebhookEventMode2$inboundSchema, GetWebhookEventMode2$outboundSchema, GetWebhookEventMode2$, GetWebhookEventStatus$inboundSchema, GetWebhookEventStatus$outboundSchema, GetWebhookEventStatus$, GetWebhookEventReviewStatus$inboundSchema, GetWebhookEventReviewStatus$outboundSchema, GetWebhookEventReviewStatus$, GetWebhookEventReview$inboundSchema, GetWebhookEventReview$outboundSchema, GetWebhookEventReview$, EntitySelf2$inboundSchema, EntitySelf2$outboundSchema, EntitySelf2$, GetWebhookEventDashboard$inboundSchema, GetWebhookEventDashboard$outboundSchema, GetWebhookEventDashboard$, GetWebhookEventChargebacks$inboundSchema, GetWebhookEventChargebacks$outboundSchema, GetWebhookEventChargebacks$, GetWebhookEventMethods$inboundSchema, GetWebhookEventMethods$outboundSchema, GetWebhookEventMethods$, GetWebhookEventPayments$inboundSchema, GetWebhookEventPayments$outboundSchema, GetWebhookEventPayments$, GetWebhookEventRefunds$inboundSchema, GetWebhookEventRefunds$outboundSchema, GetWebhookEventRefunds$, GetWebhookEventCheckoutPreviewUrl$inboundSchema, GetWebhookEventCheckoutPreviewUrl$outboundSchema, GetWebhookEventCheckoutPreviewUrl$, EntityDocumentation$inboundSchema, EntityDocumentation$outboundSchema, EntityDocumentation$, EntityLinks2$inboundSchema, EntityLinks2$outboundSchema, EntityLinks2$, GetWebhookEventProfile$inboundSchema, GetWebhookEventProfile$outboundSchema, GetWebhookEventProfile$, GetWebhookEventMode1$inboundSchema, GetWebhookEventMode1$outboundSchema, GetWebhookEventMode1$, GetWebhookEventAmount$inboundSchema, GetWebhookEventAmount$outboundSchema, GetWebhookEventAmount$, GetWebhookEventMinimumAmount$inboundSchema, GetWebhookEventMinimumAmount$outboundSchema, GetWebhookEventMinimumAmount$, GetWebhookEventType$inboundSchema, GetWebhookEventType$outboundSchema, GetWebhookEventType$, GetWebhookEventUnitPrice$inboundSchema, GetWebhookEventUnitPrice$outboundSchema, GetWebhookEventUnitPrice$, GetWebhookEventDiscountAmount$inboundSchema, GetWebhookEventDiscountAmount$outboundSchema, GetWebhookEventDiscountAmount$, GetWebhookEventTotalAmount$inboundSchema, GetWebhookEventTotalAmount$outboundSchema, GetWebhookEventTotalAmount$, GetWebhookEventVatAmount$inboundSchema, GetWebhookEventVatAmount$outboundSchema, GetWebhookEventVatAmount$, GetWebhookEventCategory$inboundSchema, GetWebhookEventCategory$outboundSchema, GetWebhookEventCategory$, GetWebhookEventLine$inboundSchema, GetWebhookEventLine$outboundSchema, GetWebhookEventLine$, GetWebhookEventBillingAddress$inboundSchema, GetWebhookEventBillingAddress$outboundSchema, GetWebhookEventBillingAddress$, GetWebhookEventShippingAddress$inboundSchema, GetWebhookEventShippingAddress$outboundSchema, GetWebhookEventShippingAddress$, GetWebhookEventApplicationFeeAmount$inboundSchema, GetWebhookEventApplicationFeeAmount$outboundSchema, GetWebhookEventApplicationFeeAmount$, GetWebhookEventApplicationFee$inboundSchema, GetWebhookEventApplicationFee$outboundSchema, GetWebhookEventApplicationFee$, EntitySelf1$inboundSchema, EntitySelf1$outboundSchema, EntitySelf1$, GetWebhookEventLinksPaymentLink$inboundSchema, GetWebhookEventLinksPaymentLink$outboundSchema, GetWebhookEventLinksPaymentLink$, EntityLinks1$inboundSchema, EntityLinks1$outboundSchema, EntityLinks1$, GetWebhookEventPaymentLink$inboundSchema, GetWebhookEventPaymentLink$outboundSchema, GetWebhookEventPaymentLink$, Entity$inboundSchema, Entity$outboundSchema, Entity$, GetWebhookEventEmbedded$inboundSchema, GetWebhookEventEmbedded$outboundSchema, GetWebhookEventEmbedded$, GetWebhookEventSelf$inboundSchema, GetWebhookEventSelf$outboundSchema, GetWebhookEventSelf$, GetWebhookEventDocumentation$inboundSchema, GetWebhookEventDocumentation$outboundSchema, GetWebhookEventDocumentation$, LinksEntity$inboundSchema, LinksEntity$outboundSchema, LinksEntity$, GetWebhookEventLinks$inboundSchema, GetWebhookEventLinks$outboundSchema, GetWebhookEventLinks$, GetWebhookEventResponse$inboundSchema, GetWebhookEventResponse$outboundSchema, GetWebhookEventResponse$;
69164
+ var GetWebhookEventMode2, GetWebhookEventStatus, GetWebhookEventReviewStatus, GetWebhookEventMode1, GetWebhookEventType, GetWebhookEventCategory, GetWebhookEventSequenceType, GetWebhookEventRequest$inboundSchema, GetWebhookEventRequest$outboundSchema, GetWebhookEventRequest$, GetWebhookEventNotFoundDocumentation$inboundSchema, GetWebhookEventNotFoundDocumentation$outboundSchema, GetWebhookEventNotFoundDocumentation$, GetWebhookEventNotFoundLinks$inboundSchema, GetWebhookEventNotFoundLinks$outboundSchema, GetWebhookEventNotFoundLinks$, GetWebhookEventMode2$inboundSchema, GetWebhookEventMode2$outboundSchema, GetWebhookEventMode2$, GetWebhookEventStatus$inboundSchema, GetWebhookEventStatus$outboundSchema, GetWebhookEventStatus$, GetWebhookEventReviewStatus$inboundSchema, GetWebhookEventReviewStatus$outboundSchema, GetWebhookEventReviewStatus$, GetWebhookEventReview$inboundSchema, GetWebhookEventReview$outboundSchema, GetWebhookEventReview$, EntitySelf2$inboundSchema, EntitySelf2$outboundSchema, EntitySelf2$, GetWebhookEventDashboard$inboundSchema, GetWebhookEventDashboard$outboundSchema, GetWebhookEventDashboard$, GetWebhookEventChargebacks$inboundSchema, GetWebhookEventChargebacks$outboundSchema, GetWebhookEventChargebacks$, GetWebhookEventMethods$inboundSchema, GetWebhookEventMethods$outboundSchema, GetWebhookEventMethods$, GetWebhookEventPayments$inboundSchema, GetWebhookEventPayments$outboundSchema, GetWebhookEventPayments$, GetWebhookEventRefunds$inboundSchema, GetWebhookEventRefunds$outboundSchema, GetWebhookEventRefunds$, GetWebhookEventCheckoutPreviewUrl$inboundSchema, GetWebhookEventCheckoutPreviewUrl$outboundSchema, GetWebhookEventCheckoutPreviewUrl$, EntityDocumentation$inboundSchema, EntityDocumentation$outboundSchema, EntityDocumentation$, EntityLinks2$inboundSchema, EntityLinks2$outboundSchema, EntityLinks2$, GetWebhookEventProfile$inboundSchema, GetWebhookEventProfile$outboundSchema, GetWebhookEventProfile$, GetWebhookEventMode1$inboundSchema, GetWebhookEventMode1$outboundSchema, GetWebhookEventMode1$, GetWebhookEventAmount$inboundSchema, GetWebhookEventAmount$outboundSchema, GetWebhookEventAmount$, GetWebhookEventMinimumAmount$inboundSchema, GetWebhookEventMinimumAmount$outboundSchema, GetWebhookEventMinimumAmount$, GetWebhookEventType$inboundSchema, GetWebhookEventType$outboundSchema, GetWebhookEventType$, GetWebhookEventUnitPrice$inboundSchema, GetWebhookEventUnitPrice$outboundSchema, GetWebhookEventUnitPrice$, GetWebhookEventDiscountAmount$inboundSchema, GetWebhookEventDiscountAmount$outboundSchema, GetWebhookEventDiscountAmount$, GetWebhookEventTotalAmount$inboundSchema, GetWebhookEventTotalAmount$outboundSchema, GetWebhookEventTotalAmount$, GetWebhookEventVatAmount$inboundSchema, GetWebhookEventVatAmount$outboundSchema, GetWebhookEventVatAmount$, GetWebhookEventCategory$inboundSchema, GetWebhookEventCategory$outboundSchema, GetWebhookEventCategory$, GetWebhookEventLine$inboundSchema, GetWebhookEventLine$outboundSchema, GetWebhookEventLine$, GetWebhookEventBillingAddress$inboundSchema, GetWebhookEventBillingAddress$outboundSchema, GetWebhookEventBillingAddress$, GetWebhookEventShippingAddress$inboundSchema, GetWebhookEventShippingAddress$outboundSchema, GetWebhookEventShippingAddress$, GetWebhookEventApplicationFeeAmount$inboundSchema, GetWebhookEventApplicationFeeAmount$outboundSchema, GetWebhookEventApplicationFeeAmount$, GetWebhookEventApplicationFee$inboundSchema, GetWebhookEventApplicationFee$outboundSchema, GetWebhookEventApplicationFee$, GetWebhookEventSequenceType$inboundSchema, GetWebhookEventSequenceType$outboundSchema, GetWebhookEventSequenceType$, EntitySelf1$inboundSchema, EntitySelf1$outboundSchema, EntitySelf1$, GetWebhookEventLinksPaymentLink$inboundSchema, GetWebhookEventLinksPaymentLink$outboundSchema, GetWebhookEventLinksPaymentLink$, EntityLinks1$inboundSchema, EntityLinks1$outboundSchema, EntityLinks1$, GetWebhookEventPaymentLink$inboundSchema, GetWebhookEventPaymentLink$outboundSchema, GetWebhookEventPaymentLink$, Entity$inboundSchema, Entity$outboundSchema, Entity$, GetWebhookEventEmbedded$inboundSchema, GetWebhookEventEmbedded$outboundSchema, GetWebhookEventEmbedded$, GetWebhookEventSelf$inboundSchema, GetWebhookEventSelf$outboundSchema, GetWebhookEventSelf$, GetWebhookEventDocumentation$inboundSchema, GetWebhookEventDocumentation$outboundSchema, GetWebhookEventDocumentation$, LinksEntity$inboundSchema, LinksEntity$outboundSchema, LinksEntity$, GetWebhookEventLinks$inboundSchema, GetWebhookEventLinks$outboundSchema, GetWebhookEventLinks$, GetWebhookEventResponse$inboundSchema, GetWebhookEventResponse$outboundSchema, GetWebhookEventResponse$;
69096
69165
  var init_getwebhookevent = __esm(() => {
69097
69166
  init_esm();
69098
69167
  init_primitives();
@@ -69129,6 +69198,10 @@ var init_getwebhookevent = __esm(() => {
69129
69198
  Gift: "gift",
69130
69199
  SportCulture: "sport_culture"
69131
69200
  };
69201
+ GetWebhookEventSequenceType = {
69202
+ Oneoff: "oneoff",
69203
+ First: "first"
69204
+ };
69132
69205
  GetWebhookEventRequest$inboundSchema = objectType({
69133
69206
  id: stringType()
69134
69207
  });
@@ -69565,6 +69638,12 @@ var init_getwebhookevent = __esm(() => {
69565
69638
  GetWebhookEventApplicationFee$.inboundSchema = GetWebhookEventApplicationFee$inboundSchema;
69566
69639
  GetWebhookEventApplicationFee$.outboundSchema = GetWebhookEventApplicationFee$outboundSchema;
69567
69640
  })(GetWebhookEventApplicationFee$ ||= {});
69641
+ GetWebhookEventSequenceType$inboundSchema = nativeEnumType(GetWebhookEventSequenceType);
69642
+ GetWebhookEventSequenceType$outboundSchema = GetWebhookEventSequenceType$inboundSchema;
69643
+ ((GetWebhookEventSequenceType$) => {
69644
+ GetWebhookEventSequenceType$.inboundSchema = GetWebhookEventSequenceType$inboundSchema;
69645
+ GetWebhookEventSequenceType$.outboundSchema = GetWebhookEventSequenceType$outboundSchema;
69646
+ })(GetWebhookEventSequenceType$ ||= {});
69568
69647
  EntitySelf1$inboundSchema = objectType({
69569
69648
  href: stringType(),
69570
69649
  type: stringType()
@@ -69621,6 +69700,8 @@ var init_getwebhookevent = __esm(() => {
69621
69700
  expiresAt: nullableType(stringType()),
69622
69701
  allowedMethods: nullableType(arrayType(stringType())),
69623
69702
  applicationFee: lazyType(() => GetWebhookEventApplicationFee$inboundSchema).optional(),
69703
+ sequenceType: nullableType(GetWebhookEventSequenceType$inboundSchema).optional(),
69704
+ customerId: nullableType(stringType()).optional(),
69624
69705
  _links: lazyType(() => EntityLinks1$inboundSchema)
69625
69706
  }).transform((v2) => {
69626
69707
  return remap(v2, {
@@ -69647,6 +69728,8 @@ var init_getwebhookevent = __esm(() => {
69647
69728
  expiresAt: nullableType(stringType()),
69648
69729
  allowedMethods: nullableType(arrayType(stringType())),
69649
69730
  applicationFee: lazyType(() => GetWebhookEventApplicationFee$outboundSchema).optional(),
69731
+ sequenceType: nullableType(GetWebhookEventSequenceType$outboundSchema).optional(),
69732
+ customerId: nullableType(stringType()).optional(),
69650
69733
  links: lazyType(() => EntityLinks1$outboundSchema)
69651
69734
  }).transform((v2) => {
69652
69735
  return remap(v2, {
@@ -70140,6 +70223,7 @@ var init_listallmethods = __esm(() => {
70140
70223
  Banktransfer: "banktransfer",
70141
70224
  Belfius: "belfius",
70142
70225
  Billie: "billie",
70226
+ Bizum: "bizum",
70143
70227
  Blik: "blik",
70144
70228
  Creditcard: "creditcard",
70145
70229
  Directdebit: "directdebit",
@@ -70152,9 +70236,14 @@ var init_listallmethods = __esm(() => {
70152
70236
  Klarnapaylater: "klarnapaylater",
70153
70237
  Klarnapaynow: "klarnapaynow",
70154
70238
  Klarnasliceit: "klarnasliceit",
70239
+ Mbway: "mbway",
70240
+ Multibanco: "multibanco",
70155
70241
  Mybank: "mybank",
70242
+ Paybybank: "paybybank",
70243
+ Payconiq: "payconiq",
70156
70244
  Paypal: "paypal",
70157
70245
  Paysafecard: "paysafecard",
70246
+ Pointofsale: "pointofsale",
70158
70247
  Przelewy24: "przelewy24",
70159
70248
  Riverty: "riverty",
70160
70249
  Satispay: "satispay",
@@ -70976,6 +71065,9 @@ var init_listallsubscriptions = __esm(() => {
70976
71065
  In3: "in3",
70977
71066
  Kbc: "kbc",
70978
71067
  Klarna: "klarna",
71068
+ Klarnapaylater: "klarnapaylater",
71069
+ Klarnapaynow: "klarnapaynow",
71070
+ Klarnasliceit: "klarnasliceit",
70979
71071
  Mbway: "mbway",
70980
71072
  Multibanco: "multibanco",
70981
71073
  Mybank: "mybank",
@@ -74736,6 +74828,9 @@ var init_listcustomerpayments = __esm(() => {
74736
74828
  In3: "in3",
74737
74829
  Kbc: "kbc",
74738
74830
  Klarna: "klarna",
74831
+ Klarnapaylater: "klarnapaylater",
74832
+ Klarnapaynow: "klarnapaynow",
74833
+ Klarnasliceit: "klarnasliceit",
74739
74834
  Mbway: "mbway",
74740
74835
  Multibanco: "multibanco",
74741
74836
  Mybank: "mybank",
@@ -76677,6 +76772,7 @@ var init_listmethods = __esm(() => {
76677
76772
  Banktransfer: "banktransfer",
76678
76773
  Belfius: "belfius",
76679
76774
  Billie: "billie",
76775
+ Bizum: "bizum",
76680
76776
  Blik: "blik",
76681
76777
  Creditcard: "creditcard",
76682
76778
  Directdebit: "directdebit",
@@ -76689,9 +76785,14 @@ var init_listmethods = __esm(() => {
76689
76785
  Klarnapaylater: "klarnapaylater",
76690
76786
  Klarnapaynow: "klarnapaynow",
76691
76787
  Klarnasliceit: "klarnasliceit",
76788
+ Mbway: "mbway",
76789
+ Multibanco: "multibanco",
76692
76790
  Mybank: "mybank",
76791
+ Paybybank: "paybybank",
76792
+ Payconiq: "payconiq",
76693
76793
  Paypal: "paypal",
76694
76794
  Paysafecard: "paysafecard",
76795
+ Pointofsale: "pointofsale",
76695
76796
  Przelewy24: "przelewy24",
76696
76797
  Riverty: "riverty",
76697
76798
  Satispay: "satispay",
@@ -77028,7 +77129,7 @@ var init_listmethods = __esm(() => {
77028
77129
  });
77029
77130
 
77030
77131
  // src/models/operations/listpaymentlinks.ts
77031
- var ListPaymentLinksMode, ListPaymentLinksType, ListPaymentLinksCategory, ListPaymentLinksRequest$inboundSchema, ListPaymentLinksRequest$outboundSchema, ListPaymentLinksRequest$, ListPaymentLinksBadRequestDocumentation$inboundSchema, ListPaymentLinksBadRequestDocumentation$outboundSchema, ListPaymentLinksBadRequestDocumentation$, ListPaymentLinksBadRequestLinks$inboundSchema, ListPaymentLinksBadRequestLinks$outboundSchema, ListPaymentLinksBadRequestLinks$, ListPaymentLinksMode$inboundSchema, ListPaymentLinksMode$outboundSchema, ListPaymentLinksMode$, ListPaymentLinksAmount$inboundSchema, ListPaymentLinksAmount$outboundSchema, ListPaymentLinksAmount$, ListPaymentLinksMinimumAmount$inboundSchema, ListPaymentLinksMinimumAmount$outboundSchema, ListPaymentLinksMinimumAmount$, ListPaymentLinksType$inboundSchema, ListPaymentLinksType$outboundSchema, ListPaymentLinksType$, ListPaymentLinksUnitPrice$inboundSchema, ListPaymentLinksUnitPrice$outboundSchema, ListPaymentLinksUnitPrice$, ListPaymentLinksDiscountAmount$inboundSchema, ListPaymentLinksDiscountAmount$outboundSchema, ListPaymentLinksDiscountAmount$, ListPaymentLinksTotalAmount$inboundSchema, ListPaymentLinksTotalAmount$outboundSchema, ListPaymentLinksTotalAmount$, ListPaymentLinksVatAmount$inboundSchema, ListPaymentLinksVatAmount$outboundSchema, ListPaymentLinksVatAmount$, ListPaymentLinksCategory$inboundSchema, ListPaymentLinksCategory$outboundSchema, ListPaymentLinksCategory$, ListPaymentLinksLine$inboundSchema, ListPaymentLinksLine$outboundSchema, ListPaymentLinksLine$, ListPaymentLinksBillingAddress$inboundSchema, ListPaymentLinksBillingAddress$outboundSchema, ListPaymentLinksBillingAddress$, ListPaymentLinksShippingAddress$inboundSchema, ListPaymentLinksShippingAddress$outboundSchema, ListPaymentLinksShippingAddress$, ListPaymentLinksApplicationFeeAmount$inboundSchema, ListPaymentLinksApplicationFeeAmount$outboundSchema, ListPaymentLinksApplicationFeeAmount$, ListPaymentLinksApplicationFee$inboundSchema, ListPaymentLinksApplicationFee$outboundSchema, ListPaymentLinksApplicationFee$, PaymentLinkSelf$inboundSchema, PaymentLinkSelf$outboundSchema, PaymentLinkSelf$, ListPaymentLinksLinksPaymentLink$inboundSchema, ListPaymentLinksLinksPaymentLink$outboundSchema, ListPaymentLinksLinksPaymentLink$, PaymentLinkLinks$inboundSchema, PaymentLinkLinks$outboundSchema, PaymentLinkLinks$, ListPaymentLinksPaymentLink$inboundSchema, ListPaymentLinksPaymentLink$outboundSchema, ListPaymentLinksPaymentLink$, ListPaymentLinksEmbedded$inboundSchema, ListPaymentLinksEmbedded$outboundSchema, ListPaymentLinksEmbedded$, ListPaymentLinksSelf$inboundSchema, ListPaymentLinksSelf$outboundSchema, ListPaymentLinksSelf$, ListPaymentLinksPrevious$inboundSchema, ListPaymentLinksPrevious$outboundSchema, ListPaymentLinksPrevious$, ListPaymentLinksNext$inboundSchema, ListPaymentLinksNext$outboundSchema, ListPaymentLinksNext$, ListPaymentLinksDocumentation$inboundSchema, ListPaymentLinksDocumentation$outboundSchema, ListPaymentLinksDocumentation$, ListPaymentLinksLinks$inboundSchema, ListPaymentLinksLinks$outboundSchema, ListPaymentLinksLinks$, ListPaymentLinksResponse$inboundSchema, ListPaymentLinksResponse$outboundSchema, ListPaymentLinksResponse$;
77132
+ var ListPaymentLinksMode, ListPaymentLinksType, ListPaymentLinksCategory, ListPaymentLinksSequenceType, ListPaymentLinksRequest$inboundSchema, ListPaymentLinksRequest$outboundSchema, ListPaymentLinksRequest$, ListPaymentLinksBadRequestDocumentation$inboundSchema, ListPaymentLinksBadRequestDocumentation$outboundSchema, ListPaymentLinksBadRequestDocumentation$, ListPaymentLinksBadRequestLinks$inboundSchema, ListPaymentLinksBadRequestLinks$outboundSchema, ListPaymentLinksBadRequestLinks$, ListPaymentLinksMode$inboundSchema, ListPaymentLinksMode$outboundSchema, ListPaymentLinksMode$, ListPaymentLinksAmount$inboundSchema, ListPaymentLinksAmount$outboundSchema, ListPaymentLinksAmount$, ListPaymentLinksMinimumAmount$inboundSchema, ListPaymentLinksMinimumAmount$outboundSchema, ListPaymentLinksMinimumAmount$, ListPaymentLinksType$inboundSchema, ListPaymentLinksType$outboundSchema, ListPaymentLinksType$, ListPaymentLinksUnitPrice$inboundSchema, ListPaymentLinksUnitPrice$outboundSchema, ListPaymentLinksUnitPrice$, ListPaymentLinksDiscountAmount$inboundSchema, ListPaymentLinksDiscountAmount$outboundSchema, ListPaymentLinksDiscountAmount$, ListPaymentLinksTotalAmount$inboundSchema, ListPaymentLinksTotalAmount$outboundSchema, ListPaymentLinksTotalAmount$, ListPaymentLinksVatAmount$inboundSchema, ListPaymentLinksVatAmount$outboundSchema, ListPaymentLinksVatAmount$, ListPaymentLinksCategory$inboundSchema, ListPaymentLinksCategory$outboundSchema, ListPaymentLinksCategory$, ListPaymentLinksLine$inboundSchema, ListPaymentLinksLine$outboundSchema, ListPaymentLinksLine$, ListPaymentLinksBillingAddress$inboundSchema, ListPaymentLinksBillingAddress$outboundSchema, ListPaymentLinksBillingAddress$, ListPaymentLinksShippingAddress$inboundSchema, ListPaymentLinksShippingAddress$outboundSchema, ListPaymentLinksShippingAddress$, ListPaymentLinksApplicationFeeAmount$inboundSchema, ListPaymentLinksApplicationFeeAmount$outboundSchema, ListPaymentLinksApplicationFeeAmount$, ListPaymentLinksApplicationFee$inboundSchema, ListPaymentLinksApplicationFee$outboundSchema, ListPaymentLinksApplicationFee$, ListPaymentLinksSequenceType$inboundSchema, ListPaymentLinksSequenceType$outboundSchema, ListPaymentLinksSequenceType$, PaymentLinkSelf$inboundSchema, PaymentLinkSelf$outboundSchema, PaymentLinkSelf$, ListPaymentLinksLinksPaymentLink$inboundSchema, ListPaymentLinksLinksPaymentLink$outboundSchema, ListPaymentLinksLinksPaymentLink$, PaymentLinkLinks$inboundSchema, PaymentLinkLinks$outboundSchema, PaymentLinkLinks$, ListPaymentLinksPaymentLink$inboundSchema, ListPaymentLinksPaymentLink$outboundSchema, ListPaymentLinksPaymentLink$, ListPaymentLinksEmbedded$inboundSchema, ListPaymentLinksEmbedded$outboundSchema, ListPaymentLinksEmbedded$, ListPaymentLinksSelf$inboundSchema, ListPaymentLinksSelf$outboundSchema, ListPaymentLinksSelf$, ListPaymentLinksPrevious$inboundSchema, ListPaymentLinksPrevious$outboundSchema, ListPaymentLinksPrevious$, ListPaymentLinksNext$inboundSchema, ListPaymentLinksNext$outboundSchema, ListPaymentLinksNext$, ListPaymentLinksDocumentation$inboundSchema, ListPaymentLinksDocumentation$outboundSchema, ListPaymentLinksDocumentation$, ListPaymentLinksLinks$inboundSchema, ListPaymentLinksLinks$outboundSchema, ListPaymentLinksLinks$, ListPaymentLinksResponse$inboundSchema, ListPaymentLinksResponse$outboundSchema, ListPaymentLinksResponse$;
77032
77133
  var init_listpaymentlinks = __esm(() => {
77033
77134
  init_esm();
77034
77135
  init_primitives();
@@ -77052,6 +77153,10 @@ var init_listpaymentlinks = __esm(() => {
77052
77153
  Gift: "gift",
77053
77154
  SportCulture: "sport_culture"
77054
77155
  };
77156
+ ListPaymentLinksSequenceType = {
77157
+ Oneoff: "oneoff",
77158
+ First: "first"
77159
+ };
77055
77160
  ListPaymentLinksRequest$inboundSchema = objectType({
77056
77161
  from: stringType().optional(),
77057
77162
  limit: nullableType(numberType().int().default(50)),
@@ -77300,6 +77405,12 @@ var init_listpaymentlinks = __esm(() => {
77300
77405
  ListPaymentLinksApplicationFee$.inboundSchema = ListPaymentLinksApplicationFee$inboundSchema;
77301
77406
  ListPaymentLinksApplicationFee$.outboundSchema = ListPaymentLinksApplicationFee$outboundSchema;
77302
77407
  })(ListPaymentLinksApplicationFee$ ||= {});
77408
+ ListPaymentLinksSequenceType$inboundSchema = nativeEnumType(ListPaymentLinksSequenceType);
77409
+ ListPaymentLinksSequenceType$outboundSchema = ListPaymentLinksSequenceType$inboundSchema;
77410
+ ((ListPaymentLinksSequenceType$) => {
77411
+ ListPaymentLinksSequenceType$.inboundSchema = ListPaymentLinksSequenceType$inboundSchema;
77412
+ ListPaymentLinksSequenceType$.outboundSchema = ListPaymentLinksSequenceType$outboundSchema;
77413
+ })(ListPaymentLinksSequenceType$ ||= {});
77303
77414
  PaymentLinkSelf$inboundSchema = objectType({
77304
77415
  href: stringType(),
77305
77416
  type: stringType()
@@ -77356,6 +77467,8 @@ var init_listpaymentlinks = __esm(() => {
77356
77467
  expiresAt: nullableType(stringType()),
77357
77468
  allowedMethods: nullableType(arrayType(stringType())),
77358
77469
  applicationFee: lazyType(() => ListPaymentLinksApplicationFee$inboundSchema).optional(),
77470
+ sequenceType: nullableType(ListPaymentLinksSequenceType$inboundSchema).optional(),
77471
+ customerId: nullableType(stringType()).optional(),
77359
77472
  _links: lazyType(() => PaymentLinkLinks$inboundSchema)
77360
77473
  }).transform((v2) => {
77361
77474
  return remap(v2, {
@@ -77382,6 +77495,8 @@ var init_listpaymentlinks = __esm(() => {
77382
77495
  expiresAt: nullableType(stringType()),
77383
77496
  allowedMethods: nullableType(arrayType(stringType())),
77384
77497
  applicationFee: lazyType(() => ListPaymentLinksApplicationFee$outboundSchema).optional(),
77498
+ sequenceType: nullableType(ListPaymentLinksSequenceType$outboundSchema).optional(),
77499
+ customerId: nullableType(stringType()).optional(),
77385
77500
  links: lazyType(() => PaymentLinkLinks$outboundSchema)
77386
77501
  }).transform((v2) => {
77387
77502
  return remap(v2, {
@@ -77577,6 +77692,9 @@ var init_listpayments = __esm(() => {
77577
77692
  In3: "in3",
77578
77693
  Kbc: "kbc",
77579
77694
  Klarna: "klarna",
77695
+ Klarnapaylater: "klarnapaylater",
77696
+ Klarnapaynow: "klarnapaynow",
77697
+ Klarnasliceit: "klarnasliceit",
77580
77698
  Mbway: "mbway",
77581
77699
  Multibanco: "multibanco",
77582
77700
  Mybank: "mybank",
@@ -80809,6 +80927,9 @@ var init_listsettlementpayments = __esm(() => {
80809
80927
  In3: "in3",
80810
80928
  Kbc: "kbc",
80811
80929
  Klarna: "klarna",
80930
+ Klarnapaylater: "klarnapaylater",
80931
+ Klarnapaynow: "klarnapaynow",
80932
+ Klarnasliceit: "klarnasliceit",
80812
80933
  Mbway: "mbway",
80813
80934
  Multibanco: "multibanco",
80814
80935
  Mybank: "mybank",
@@ -82945,6 +83066,9 @@ var init_listsubscriptionpayments = __esm(() => {
82945
83066
  In3: "in3",
82946
83067
  Kbc: "kbc",
82947
83068
  Klarna: "klarna",
83069
+ Klarnapaylater: "klarnapaylater",
83070
+ Klarnapaynow: "klarnapaynow",
83071
+ Klarnasliceit: "klarnasliceit",
82948
83072
  Mbway: "mbway",
82949
83073
  Multibanco: "multibanco",
82950
83074
  Mybank: "mybank",
@@ -85953,6 +86077,9 @@ var init_updatepayment = __esm(() => {
85953
86077
  In3: "in3",
85954
86078
  Kbc: "kbc",
85955
86079
  Klarna: "klarna",
86080
+ Klarnapaylater: "klarnapaylater",
86081
+ Klarnapaynow: "klarnapaynow",
86082
+ Klarnasliceit: "klarnasliceit",
85956
86083
  Mbway: "mbway",
85957
86084
  Multibanco: "multibanco",
85958
86085
  Mybank: "mybank",
@@ -86061,6 +86188,9 @@ var init_updatepayment = __esm(() => {
86061
86188
  In3: "in3",
86062
86189
  Kbc: "kbc",
86063
86190
  Klarna: "klarna",
86191
+ Klarnapaylater: "klarnapaylater",
86192
+ Klarnapaynow: "klarnapaynow",
86193
+ Klarnasliceit: "klarnasliceit",
86064
86194
  Mbway: "mbway",
86065
86195
  Multibanco: "multibanco",
86066
86196
  Mybank: "mybank",
@@ -87105,7 +87235,7 @@ var init_updatepayment = __esm(() => {
87105
87235
  });
87106
87236
 
87107
87237
  // src/models/operations/updatepaymentlink.ts
87108
- var UpdatePaymentLinkTypeRequest, UpdatePaymentLinkCategoryRequest, UpdatePaymentLinkMode, UpdatePaymentLinkTypeResponse, UpdatePaymentLinkCategoryResponse, UpdatePaymentLinkMinimumAmountRequest$inboundSchema, UpdatePaymentLinkMinimumAmountRequest$outboundSchema, UpdatePaymentLinkMinimumAmountRequest$, UpdatePaymentLinkTypeRequest$inboundSchema, UpdatePaymentLinkTypeRequest$outboundSchema, UpdatePaymentLinkTypeRequest$, UpdatePaymentLinkUnitPriceRequest$inboundSchema, UpdatePaymentLinkUnitPriceRequest$outboundSchema, UpdatePaymentLinkUnitPriceRequest$, UpdatePaymentLinkDiscountAmountRequest$inboundSchema, UpdatePaymentLinkDiscountAmountRequest$outboundSchema, UpdatePaymentLinkDiscountAmountRequest$, UpdatePaymentLinkTotalAmountRequest$inboundSchema, UpdatePaymentLinkTotalAmountRequest$outboundSchema, UpdatePaymentLinkTotalAmountRequest$, UpdatePaymentLinkVatAmountRequest$inboundSchema, UpdatePaymentLinkVatAmountRequest$outboundSchema, UpdatePaymentLinkVatAmountRequest$, UpdatePaymentLinkCategoryRequest$inboundSchema, UpdatePaymentLinkCategoryRequest$outboundSchema, UpdatePaymentLinkCategoryRequest$, UpdatePaymentLinkLineRequest$inboundSchema, UpdatePaymentLinkLineRequest$outboundSchema, UpdatePaymentLinkLineRequest$, UpdatePaymentLinkBillingAddressRequest$inboundSchema, UpdatePaymentLinkBillingAddressRequest$outboundSchema, UpdatePaymentLinkBillingAddressRequest$, UpdatePaymentLinkShippingAddressRequest$inboundSchema, UpdatePaymentLinkShippingAddressRequest$outboundSchema, UpdatePaymentLinkShippingAddressRequest$, UpdatePaymentLinkRequestBody$inboundSchema, UpdatePaymentLinkRequestBody$outboundSchema, UpdatePaymentLinkRequestBody$, UpdatePaymentLinkRequest$inboundSchema, UpdatePaymentLinkRequest$outboundSchema, UpdatePaymentLinkRequest$, UpdatePaymentLinkUnprocessableEntityDocumentation$inboundSchema, UpdatePaymentLinkUnprocessableEntityDocumentation$outboundSchema, UpdatePaymentLinkUnprocessableEntityDocumentation$, UpdatePaymentLinkUnprocessableEntityLinks$inboundSchema, UpdatePaymentLinkUnprocessableEntityLinks$outboundSchema, UpdatePaymentLinkUnprocessableEntityLinks$, UpdatePaymentLinkNotFoundDocumentation$inboundSchema, UpdatePaymentLinkNotFoundDocumentation$outboundSchema, UpdatePaymentLinkNotFoundDocumentation$, UpdatePaymentLinkNotFoundLinks$inboundSchema, UpdatePaymentLinkNotFoundLinks$outboundSchema, UpdatePaymentLinkNotFoundLinks$, UpdatePaymentLinkMode$inboundSchema, UpdatePaymentLinkMode$outboundSchema, UpdatePaymentLinkMode$, UpdatePaymentLinkAmount$inboundSchema, UpdatePaymentLinkAmount$outboundSchema, UpdatePaymentLinkAmount$, UpdatePaymentLinkMinimumAmountResponse$inboundSchema, UpdatePaymentLinkMinimumAmountResponse$outboundSchema, UpdatePaymentLinkMinimumAmountResponse$, UpdatePaymentLinkTypeResponse$inboundSchema, UpdatePaymentLinkTypeResponse$outboundSchema, UpdatePaymentLinkTypeResponse$, UpdatePaymentLinkUnitPriceResponse$inboundSchema, UpdatePaymentLinkUnitPriceResponse$outboundSchema, UpdatePaymentLinkUnitPriceResponse$, UpdatePaymentLinkDiscountAmountResponse$inboundSchema, UpdatePaymentLinkDiscountAmountResponse$outboundSchema, UpdatePaymentLinkDiscountAmountResponse$, UpdatePaymentLinkTotalAmountResponse$inboundSchema, UpdatePaymentLinkTotalAmountResponse$outboundSchema, UpdatePaymentLinkTotalAmountResponse$, UpdatePaymentLinkVatAmountResponse$inboundSchema, UpdatePaymentLinkVatAmountResponse$outboundSchema, UpdatePaymentLinkVatAmountResponse$, UpdatePaymentLinkCategoryResponse$inboundSchema, UpdatePaymentLinkCategoryResponse$outboundSchema, UpdatePaymentLinkCategoryResponse$, UpdatePaymentLinkLineResponse$inboundSchema, UpdatePaymentLinkLineResponse$outboundSchema, UpdatePaymentLinkLineResponse$, UpdatePaymentLinkBillingAddressResponse$inboundSchema, UpdatePaymentLinkBillingAddressResponse$outboundSchema, UpdatePaymentLinkBillingAddressResponse$, UpdatePaymentLinkShippingAddressResponse$inboundSchema, UpdatePaymentLinkShippingAddressResponse$outboundSchema, UpdatePaymentLinkShippingAddressResponse$, UpdatePaymentLinkApplicationFeeAmount$inboundSchema, UpdatePaymentLinkApplicationFeeAmount$outboundSchema, UpdatePaymentLinkApplicationFeeAmount$, UpdatePaymentLinkApplicationFee$inboundSchema, UpdatePaymentLinkApplicationFee$outboundSchema, UpdatePaymentLinkApplicationFee$, UpdatePaymentLinkSelf$inboundSchema, UpdatePaymentLinkSelf$outboundSchema, UpdatePaymentLinkSelf$, UpdatePaymentLinkPaymentLink$inboundSchema, UpdatePaymentLinkPaymentLink$outboundSchema, UpdatePaymentLinkPaymentLink$, UpdatePaymentLinkLinks$inboundSchema, UpdatePaymentLinkLinks$outboundSchema, UpdatePaymentLinkLinks$, UpdatePaymentLinkResponse$inboundSchema, UpdatePaymentLinkResponse$outboundSchema, UpdatePaymentLinkResponse$;
87238
+ var UpdatePaymentLinkTypeRequest, UpdatePaymentLinkCategoryRequest, UpdatePaymentLinkMode, UpdatePaymentLinkTypeResponse, UpdatePaymentLinkCategoryResponse, UpdatePaymentLinkSequenceType, UpdatePaymentLinkMinimumAmountRequest$inboundSchema, UpdatePaymentLinkMinimumAmountRequest$outboundSchema, UpdatePaymentLinkMinimumAmountRequest$, UpdatePaymentLinkTypeRequest$inboundSchema, UpdatePaymentLinkTypeRequest$outboundSchema, UpdatePaymentLinkTypeRequest$, UpdatePaymentLinkUnitPriceRequest$inboundSchema, UpdatePaymentLinkUnitPriceRequest$outboundSchema, UpdatePaymentLinkUnitPriceRequest$, UpdatePaymentLinkDiscountAmountRequest$inboundSchema, UpdatePaymentLinkDiscountAmountRequest$outboundSchema, UpdatePaymentLinkDiscountAmountRequest$, UpdatePaymentLinkTotalAmountRequest$inboundSchema, UpdatePaymentLinkTotalAmountRequest$outboundSchema, UpdatePaymentLinkTotalAmountRequest$, UpdatePaymentLinkVatAmountRequest$inboundSchema, UpdatePaymentLinkVatAmountRequest$outboundSchema, UpdatePaymentLinkVatAmountRequest$, UpdatePaymentLinkCategoryRequest$inboundSchema, UpdatePaymentLinkCategoryRequest$outboundSchema, UpdatePaymentLinkCategoryRequest$, UpdatePaymentLinkLineRequest$inboundSchema, UpdatePaymentLinkLineRequest$outboundSchema, UpdatePaymentLinkLineRequest$, UpdatePaymentLinkBillingAddressRequest$inboundSchema, UpdatePaymentLinkBillingAddressRequest$outboundSchema, UpdatePaymentLinkBillingAddressRequest$, UpdatePaymentLinkShippingAddressRequest$inboundSchema, UpdatePaymentLinkShippingAddressRequest$outboundSchema, UpdatePaymentLinkShippingAddressRequest$, UpdatePaymentLinkRequestBody$inboundSchema, UpdatePaymentLinkRequestBody$outboundSchema, UpdatePaymentLinkRequestBody$, UpdatePaymentLinkRequest$inboundSchema, UpdatePaymentLinkRequest$outboundSchema, UpdatePaymentLinkRequest$, UpdatePaymentLinkUnprocessableEntityDocumentation$inboundSchema, UpdatePaymentLinkUnprocessableEntityDocumentation$outboundSchema, UpdatePaymentLinkUnprocessableEntityDocumentation$, UpdatePaymentLinkUnprocessableEntityLinks$inboundSchema, UpdatePaymentLinkUnprocessableEntityLinks$outboundSchema, UpdatePaymentLinkUnprocessableEntityLinks$, UpdatePaymentLinkNotFoundDocumentation$inboundSchema, UpdatePaymentLinkNotFoundDocumentation$outboundSchema, UpdatePaymentLinkNotFoundDocumentation$, UpdatePaymentLinkNotFoundLinks$inboundSchema, UpdatePaymentLinkNotFoundLinks$outboundSchema, UpdatePaymentLinkNotFoundLinks$, UpdatePaymentLinkMode$inboundSchema, UpdatePaymentLinkMode$outboundSchema, UpdatePaymentLinkMode$, UpdatePaymentLinkAmount$inboundSchema, UpdatePaymentLinkAmount$outboundSchema, UpdatePaymentLinkAmount$, UpdatePaymentLinkMinimumAmountResponse$inboundSchema, UpdatePaymentLinkMinimumAmountResponse$outboundSchema, UpdatePaymentLinkMinimumAmountResponse$, UpdatePaymentLinkTypeResponse$inboundSchema, UpdatePaymentLinkTypeResponse$outboundSchema, UpdatePaymentLinkTypeResponse$, UpdatePaymentLinkUnitPriceResponse$inboundSchema, UpdatePaymentLinkUnitPriceResponse$outboundSchema, UpdatePaymentLinkUnitPriceResponse$, UpdatePaymentLinkDiscountAmountResponse$inboundSchema, UpdatePaymentLinkDiscountAmountResponse$outboundSchema, UpdatePaymentLinkDiscountAmountResponse$, UpdatePaymentLinkTotalAmountResponse$inboundSchema, UpdatePaymentLinkTotalAmountResponse$outboundSchema, UpdatePaymentLinkTotalAmountResponse$, UpdatePaymentLinkVatAmountResponse$inboundSchema, UpdatePaymentLinkVatAmountResponse$outboundSchema, UpdatePaymentLinkVatAmountResponse$, UpdatePaymentLinkCategoryResponse$inboundSchema, UpdatePaymentLinkCategoryResponse$outboundSchema, UpdatePaymentLinkCategoryResponse$, UpdatePaymentLinkLineResponse$inboundSchema, UpdatePaymentLinkLineResponse$outboundSchema, UpdatePaymentLinkLineResponse$, UpdatePaymentLinkBillingAddressResponse$inboundSchema, UpdatePaymentLinkBillingAddressResponse$outboundSchema, UpdatePaymentLinkBillingAddressResponse$, UpdatePaymentLinkShippingAddressResponse$inboundSchema, UpdatePaymentLinkShippingAddressResponse$outboundSchema, UpdatePaymentLinkShippingAddressResponse$, UpdatePaymentLinkApplicationFeeAmount$inboundSchema, UpdatePaymentLinkApplicationFeeAmount$outboundSchema, UpdatePaymentLinkApplicationFeeAmount$, UpdatePaymentLinkApplicationFee$inboundSchema, UpdatePaymentLinkApplicationFee$outboundSchema, UpdatePaymentLinkApplicationFee$, UpdatePaymentLinkSequenceType$inboundSchema, UpdatePaymentLinkSequenceType$outboundSchema, UpdatePaymentLinkSequenceType$, UpdatePaymentLinkSelf$inboundSchema, UpdatePaymentLinkSelf$outboundSchema, UpdatePaymentLinkSelf$, UpdatePaymentLinkPaymentLink$inboundSchema, UpdatePaymentLinkPaymentLink$outboundSchema, UpdatePaymentLinkPaymentLink$, UpdatePaymentLinkLinks$inboundSchema, UpdatePaymentLinkLinks$outboundSchema, UpdatePaymentLinkLinks$, UpdatePaymentLinkResponse$inboundSchema, UpdatePaymentLinkResponse$outboundSchema, UpdatePaymentLinkResponse$;
87109
87239
  var init_updatepaymentlink = __esm(() => {
87110
87240
  init_esm();
87111
87241
  init_primitives();
@@ -87145,6 +87275,10 @@ var init_updatepaymentlink = __esm(() => {
87145
87275
  Gift: "gift",
87146
87276
  SportCulture: "sport_culture"
87147
87277
  };
87278
+ UpdatePaymentLinkSequenceType = {
87279
+ Oneoff: "oneoff",
87280
+ First: "first"
87281
+ };
87148
87282
  UpdatePaymentLinkMinimumAmountRequest$inboundSchema = objectType({
87149
87283
  currency: stringType(),
87150
87284
  value: stringType()
@@ -87615,6 +87749,12 @@ var init_updatepaymentlink = __esm(() => {
87615
87749
  UpdatePaymentLinkApplicationFee$.inboundSchema = UpdatePaymentLinkApplicationFee$inboundSchema;
87616
87750
  UpdatePaymentLinkApplicationFee$.outboundSchema = UpdatePaymentLinkApplicationFee$outboundSchema;
87617
87751
  })(UpdatePaymentLinkApplicationFee$ ||= {});
87752
+ UpdatePaymentLinkSequenceType$inboundSchema = nativeEnumType(UpdatePaymentLinkSequenceType);
87753
+ UpdatePaymentLinkSequenceType$outboundSchema = UpdatePaymentLinkSequenceType$inboundSchema;
87754
+ ((UpdatePaymentLinkSequenceType$) => {
87755
+ UpdatePaymentLinkSequenceType$.inboundSchema = UpdatePaymentLinkSequenceType$inboundSchema;
87756
+ UpdatePaymentLinkSequenceType$.outboundSchema = UpdatePaymentLinkSequenceType$outboundSchema;
87757
+ })(UpdatePaymentLinkSequenceType$ ||= {});
87618
87758
  UpdatePaymentLinkSelf$inboundSchema = objectType({
87619
87759
  href: stringType(),
87620
87760
  type: stringType()
@@ -87671,6 +87811,8 @@ var init_updatepaymentlink = __esm(() => {
87671
87811
  expiresAt: nullableType(stringType()),
87672
87812
  allowedMethods: nullableType(arrayType(stringType())),
87673
87813
  applicationFee: lazyType(() => UpdatePaymentLinkApplicationFee$inboundSchema).optional(),
87814
+ sequenceType: nullableType(UpdatePaymentLinkSequenceType$inboundSchema).optional(),
87815
+ customerId: nullableType(stringType()).optional(),
87674
87816
  _links: lazyType(() => UpdatePaymentLinkLinks$inboundSchema)
87675
87817
  }).transform((v2) => {
87676
87818
  return remap(v2, {
@@ -87697,6 +87839,8 @@ var init_updatepaymentlink = __esm(() => {
87697
87839
  expiresAt: nullableType(stringType()),
87698
87840
  allowedMethods: nullableType(arrayType(stringType())),
87699
87841
  applicationFee: lazyType(() => UpdatePaymentLinkApplicationFee$outboundSchema).optional(),
87842
+ sequenceType: nullableType(UpdatePaymentLinkSequenceType$outboundSchema).optional(),
87843
+ customerId: nullableType(stringType()).optional(),
87700
87844
  links: lazyType(() => UpdatePaymentLinkLinks$outboundSchema)
87701
87845
  }).transform((v2) => {
87702
87846
  return remap(v2, {
@@ -108538,7 +108682,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
108538
108682
  function createMCPServer(deps) {
108539
108683
  const server = new McpServer({
108540
108684
  name: "Client",
108541
- version: "0.0.4"
108685
+ version: "0.0.5"
108542
108686
  });
108543
108687
  const client = new ClientCore({
108544
108688
  security: deps.security,
@@ -109927,7 +110071,7 @@ var routes = an({
109927
110071
  var app = He(routes, {
109928
110072
  name: "mcp",
109929
110073
  versionInfo: {
109930
- currentVersion: "0.0.4"
110074
+ currentVersion: "0.0.5"
109931
110075
  }
109932
110076
  });
109933
110077
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -109935,5 +110079,5 @@ export {
109935
110079
  app
109936
110080
  };
109937
110081
 
109938
- //# debugId=1C2DEA19275AFAB564756E2164756E21
110082
+ //# debugId=4C395DF6EC33A10064756E2164756E21
109939
110083
  //# sourceMappingURL=mcp-server.js.map