mollie-api-typescript 0.0.3 → 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 +185 -13
  2. package/bin/mcp-server.js.map +24 -24
  3. package/dist/commonjs/lib/config.d.ts +3 -3
  4. package/dist/commonjs/lib/config.js +3 -3
  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 +15 -0
  8. package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
  9. package/dist/commonjs/models/operations/cancelpayment.js +5 -0
  10. package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
  11. package/dist/commonjs/models/operations/createcustomerpayment.d.ts +30 -0
  12. package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
  13. package/dist/commonjs/models/operations/createcustomerpayment.js +10 -0
  14. package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
  15. package/dist/commonjs/models/operations/createpayment.d.ts +30 -0
  16. package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
  17. package/dist/commonjs/models/operations/createpayment.js +10 -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 +15 -0
  28. package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
  29. package/dist/commonjs/models/operations/getpayment.js +5 -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 +15 -0
  36. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  37. package/dist/commonjs/models/operations/getpaymentlinkpayments.js +5 -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 +15 -0
  48. package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
  49. package/dist/commonjs/models/operations/listallsubscriptions.js +5 -0
  50. package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
  51. package/dist/commonjs/models/operations/listcustomerpayments.d.ts +15 -0
  52. package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
  53. package/dist/commonjs/models/operations/listcustomerpayments.js +5 -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 +15 -0
  64. package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
  65. package/dist/commonjs/models/operations/listpayments.js +5 -0
  66. package/dist/commonjs/models/operations/listpayments.js.map +1 -1
  67. package/dist/commonjs/models/operations/listsettlementpayments.d.ts +15 -0
  68. package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
  69. package/dist/commonjs/models/operations/listsettlementpayments.js +5 -0
  70. package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
  71. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +15 -0
  72. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  73. package/dist/commonjs/models/operations/listsubscriptionpayments.js +5 -0
  74. package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
  75. package/dist/commonjs/models/operations/updatepayment.d.ts +30 -0
  76. package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
  77. package/dist/commonjs/models/operations/updatepayment.js +10 -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 +3 -3
  84. package/dist/esm/lib/config.js +3 -3
  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 +15 -0
  88. package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
  89. package/dist/esm/models/operations/cancelpayment.js +5 -0
  90. package/dist/esm/models/operations/cancelpayment.js.map +1 -1
  91. package/dist/esm/models/operations/createcustomerpayment.d.ts +30 -0
  92. package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
  93. package/dist/esm/models/operations/createcustomerpayment.js +10 -0
  94. package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
  95. package/dist/esm/models/operations/createpayment.d.ts +30 -0
  96. package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
  97. package/dist/esm/models/operations/createpayment.js +10 -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 +15 -0
  108. package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
  109. package/dist/esm/models/operations/getpayment.js +5 -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 +15 -0
  116. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  117. package/dist/esm/models/operations/getpaymentlinkpayments.js +5 -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 +15 -0
  128. package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
  129. package/dist/esm/models/operations/listallsubscriptions.js +5 -0
  130. package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
  131. package/dist/esm/models/operations/listcustomerpayments.d.ts +15 -0
  132. package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
  133. package/dist/esm/models/operations/listcustomerpayments.js +5 -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 +15 -0
  144. package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
  145. package/dist/esm/models/operations/listpayments.js +5 -0
  146. package/dist/esm/models/operations/listpayments.js.map +1 -1
  147. package/dist/esm/models/operations/listsettlementpayments.d.ts +15 -0
  148. package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
  149. package/dist/esm/models/operations/listsettlementpayments.js +5 -0
  150. package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
  151. package/dist/esm/models/operations/listsubscriptionpayments.d.ts +15 -0
  152. package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  153. package/dist/esm/models/operations/listsubscriptionpayments.js +5 -0
  154. package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
  155. package/dist/esm/models/operations/updatepayment.d.ts +30 -0
  156. package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
  157. package/dist/esm/models/operations/updatepayment.js +10 -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 +3 -3
  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 +5 -0
  171. package/src/models/operations/createcustomerpayment.ts +10 -0
  172. package/src/models/operations/createpayment.ts +10 -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 +5 -0
  176. package/src/models/operations/getpaymentlink.ts +77 -0
  177. package/src/models/operations/getpaymentlinkpayments.ts +5 -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 +5 -0
  181. package/src/models/operations/listcustomerpayments.ts +5 -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 +5 -0
  185. package/src/models/operations/listsettlementpayments.ts +5 -0
  186. package/src/models/operations/listsubscriptionpayments.ts +5 -0
  187. package/src/models/operations/updatepayment.ts +10 -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.3",
34273
- genVersion: "2.669.0",
34274
- userAgent: "speakeasy-sdk/typescript 0.0.3 2.669.0 1.0.0 mollie-api-typescript"
34272
+ sdkVersion: "0.0.5",
34273
+ genVersion: "2.672.0",
34274
+ userAgent: "speakeasy-sdk/typescript 0.0.5 2.672.0 1.0.0 mollie-api-typescript"
34275
34275
  };
34276
34276
  });
34277
34277
 
@@ -35805,6 +35805,7 @@ var init_cancelpayment = __esm(() => {
35805
35805
  Banktransfer: "banktransfer",
35806
35806
  Belfius: "belfius",
35807
35807
  Billie: "billie",
35808
+ Bizum: "bizum",
35808
35809
  Blik: "blik",
35809
35810
  Creditcard: "creditcard",
35810
35811
  Directdebit: "directdebit",
@@ -35814,9 +35815,13 @@ var init_cancelpayment = __esm(() => {
35814
35815
  In3: "in3",
35815
35816
  Kbc: "kbc",
35816
35817
  Klarna: "klarna",
35818
+ Klarnapaylater: "klarnapaylater",
35819
+ Klarnapaynow: "klarnapaynow",
35820
+ Klarnasliceit: "klarnasliceit",
35817
35821
  Mbway: "mbway",
35818
35822
  Multibanco: "multibanco",
35819
35823
  Mybank: "mybank",
35824
+ Paybybank: "paybybank",
35820
35825
  Payconiq: "payconiq",
35821
35826
  Paypal: "paypal",
35822
35827
  Paysafecard: "paysafecard",
@@ -37965,6 +37970,7 @@ var init_createcustomerpayment = __esm(() => {
37965
37970
  Banktransfer: "banktransfer",
37966
37971
  Belfius: "belfius",
37967
37972
  Billie: "billie",
37973
+ Bizum: "bizum",
37968
37974
  Blik: "blik",
37969
37975
  Creditcard: "creditcard",
37970
37976
  Directdebit: "directdebit",
@@ -37974,9 +37980,13 @@ var init_createcustomerpayment = __esm(() => {
37974
37980
  In3: "in3",
37975
37981
  Kbc: "kbc",
37976
37982
  Klarna: "klarna",
37983
+ Klarnapaylater: "klarnapaylater",
37984
+ Klarnapaynow: "klarnapaynow",
37985
+ Klarnasliceit: "klarnasliceit",
37977
37986
  Mbway: "mbway",
37978
37987
  Multibanco: "multibanco",
37979
37988
  Mybank: "mybank",
37989
+ Paybybank: "paybybank",
37980
37990
  Payconiq: "payconiq",
37981
37991
  Paypal: "paypal",
37982
37992
  Paysafecard: "paysafecard",
@@ -38059,6 +38069,7 @@ var init_createcustomerpayment = __esm(() => {
38059
38069
  Banktransfer: "banktransfer",
38060
38070
  Belfius: "belfius",
38061
38071
  Billie: "billie",
38072
+ Bizum: "bizum",
38062
38073
  Blik: "blik",
38063
38074
  Creditcard: "creditcard",
38064
38075
  Directdebit: "directdebit",
@@ -38068,9 +38079,13 @@ var init_createcustomerpayment = __esm(() => {
38068
38079
  In3: "in3",
38069
38080
  Kbc: "kbc",
38070
38081
  Klarna: "klarna",
38082
+ Klarnapaylater: "klarnapaylater",
38083
+ Klarnapaynow: "klarnapaynow",
38084
+ Klarnasliceit: "klarnasliceit",
38071
38085
  Mbway: "mbway",
38072
38086
  Multibanco: "multibanco",
38073
38087
  Mybank: "mybank",
38088
+ Paybybank: "paybybank",
38074
38089
  Payconiq: "payconiq",
38075
38090
  Paypal: "paypal",
38076
38091
  Paysafecard: "paysafecard",
@@ -39714,6 +39729,7 @@ var init_createpayment = __esm(() => {
39714
39729
  Banktransfer: "banktransfer",
39715
39730
  Belfius: "belfius",
39716
39731
  Billie: "billie",
39732
+ Bizum: "bizum",
39717
39733
  Blik: "blik",
39718
39734
  Creditcard: "creditcard",
39719
39735
  Directdebit: "directdebit",
@@ -39723,9 +39739,13 @@ var init_createpayment = __esm(() => {
39723
39739
  In3: "in3",
39724
39740
  Kbc: "kbc",
39725
39741
  Klarna: "klarna",
39742
+ Klarnapaylater: "klarnapaylater",
39743
+ Klarnapaynow: "klarnapaynow",
39744
+ Klarnasliceit: "klarnasliceit",
39726
39745
  Mbway: "mbway",
39727
39746
  Multibanco: "multibanco",
39728
39747
  Mybank: "mybank",
39748
+ Paybybank: "paybybank",
39729
39749
  Payconiq: "payconiq",
39730
39750
  Paypal: "paypal",
39731
39751
  Paysafecard: "paysafecard",
@@ -39808,6 +39828,7 @@ var init_createpayment = __esm(() => {
39808
39828
  Banktransfer: "banktransfer",
39809
39829
  Belfius: "belfius",
39810
39830
  Billie: "billie",
39831
+ Bizum: "bizum",
39811
39832
  Blik: "blik",
39812
39833
  Creditcard: "creditcard",
39813
39834
  Directdebit: "directdebit",
@@ -39817,9 +39838,13 @@ var init_createpayment = __esm(() => {
39817
39838
  In3: "in3",
39818
39839
  Kbc: "kbc",
39819
39840
  Klarna: "klarna",
39841
+ Klarnapaylater: "klarnapaylater",
39842
+ Klarnapaynow: "klarnapaynow",
39843
+ Klarnasliceit: "klarnasliceit",
39820
39844
  Mbway: "mbway",
39821
39845
  Multibanco: "multibanco",
39822
39846
  Mybank: "mybank",
39847
+ Paybybank: "paybybank",
39823
39848
  Payconiq: "payconiq",
39824
39849
  Paypal: "paypal",
39825
39850
  Paysafecard: "paysafecard",
@@ -41154,7 +41179,7 @@ var init_createpayment = __esm(() => {
41154
41179
  });
41155
41180
 
41156
41181
  // src/models/operations/createpaymentlink.ts
41157
- 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$;
41158
41183
  var init_createpaymentlink = __esm(() => {
41159
41184
  init_esm();
41160
41185
  init_primitives();
@@ -41174,6 +41199,10 @@ var init_createpaymentlink = __esm(() => {
41174
41199
  Gift: "gift",
41175
41200
  SportCulture: "sport_culture"
41176
41201
  };
41202
+ CreatePaymentLinkSequenceTypeRequest = {
41203
+ Oneoff: "oneoff",
41204
+ First: "first"
41205
+ };
41177
41206
  CreatePaymentLinkMode = {
41178
41207
  Live: "live",
41179
41208
  Test: "test"
@@ -41194,6 +41223,10 @@ var init_createpaymentlink = __esm(() => {
41194
41223
  Gift: "gift",
41195
41224
  SportCulture: "sport_culture"
41196
41225
  };
41226
+ CreatePaymentLinkSequenceTypeResponse = {
41227
+ Oneoff: "oneoff",
41228
+ First: "first"
41229
+ };
41197
41230
  CreatePaymentLinkAmountRequest$inboundSchema = objectType({
41198
41231
  currency: stringType(),
41199
41232
  value: stringType()
@@ -41400,6 +41433,12 @@ var init_createpaymentlink = __esm(() => {
41400
41433
  CreatePaymentLinkApplicationFeeRequest$.inboundSchema = CreatePaymentLinkApplicationFeeRequest$inboundSchema;
41401
41434
  CreatePaymentLinkApplicationFeeRequest$.outboundSchema = CreatePaymentLinkApplicationFeeRequest$outboundSchema;
41402
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$ ||= {});
41403
41442
  CreatePaymentLinkRequest$inboundSchema = objectType({
41404
41443
  description: stringType(),
41405
41444
  amount: nullableType(lazyType(() => CreatePaymentLinkAmountRequest$inboundSchema)).optional(),
@@ -41413,7 +41452,9 @@ var init_createpaymentlink = __esm(() => {
41413
41452
  reusable: nullableType(booleanType().default(false)),
41414
41453
  expiresAt: nullableType(stringType()).optional(),
41415
41454
  allowedMethods: nullableType(arrayType(stringType())).optional(),
41416
- applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$inboundSchema).optional()
41455
+ applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$inboundSchema).optional(),
41456
+ sequenceType: nullableType(CreatePaymentLinkSequenceTypeRequest$inboundSchema).optional(),
41457
+ customerId: nullableType(stringType()).optional()
41417
41458
  });
41418
41459
  CreatePaymentLinkRequest$outboundSchema = objectType({
41419
41460
  description: stringType(),
@@ -41428,7 +41469,9 @@ var init_createpaymentlink = __esm(() => {
41428
41469
  reusable: nullableType(booleanType().default(false)),
41429
41470
  expiresAt: nullableType(stringType()).optional(),
41430
41471
  allowedMethods: nullableType(arrayType(stringType())).optional(),
41431
- applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$outboundSchema).optional()
41472
+ applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$outboundSchema).optional(),
41473
+ sequenceType: nullableType(CreatePaymentLinkSequenceTypeRequest$outboundSchema).optional(),
41474
+ customerId: nullableType(stringType()).optional()
41432
41475
  });
41433
41476
  ((CreatePaymentLinkRequest$) => {
41434
41477
  CreatePaymentLinkRequest$.inboundSchema = CreatePaymentLinkRequest$inboundSchema;
@@ -41690,6 +41733,12 @@ var init_createpaymentlink = __esm(() => {
41690
41733
  CreatePaymentLinkApplicationFeeResponse$.inboundSchema = CreatePaymentLinkApplicationFeeResponse$inboundSchema;
41691
41734
  CreatePaymentLinkApplicationFeeResponse$.outboundSchema = CreatePaymentLinkApplicationFeeResponse$outboundSchema;
41692
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$ ||= {});
41693
41742
  CreatePaymentLinkSelf$inboundSchema = objectType({
41694
41743
  href: stringType(),
41695
41744
  type: stringType()
@@ -41746,6 +41795,8 @@ var init_createpaymentlink = __esm(() => {
41746
41795
  expiresAt: nullableType(stringType()),
41747
41796
  allowedMethods: nullableType(arrayType(stringType())),
41748
41797
  applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeResponse$inboundSchema).optional(),
41798
+ sequenceType: nullableType(CreatePaymentLinkSequenceTypeResponse$inboundSchema).optional(),
41799
+ customerId: nullableType(stringType()).optional(),
41749
41800
  _links: lazyType(() => CreatePaymentLinkLinks$inboundSchema)
41750
41801
  }).transform((v2) => {
41751
41802
  return remap(v2, {
@@ -41772,6 +41823,8 @@ var init_createpaymentlink = __esm(() => {
41772
41823
  expiresAt: nullableType(stringType()),
41773
41824
  allowedMethods: nullableType(arrayType(stringType())),
41774
41825
  applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeResponse$outboundSchema).optional(),
41826
+ sequenceType: nullableType(CreatePaymentLinkSequenceTypeResponse$outboundSchema).optional(),
41827
+ customerId: nullableType(stringType()).optional(),
41775
41828
  links: lazyType(() => CreatePaymentLinkLinks$outboundSchema)
41776
41829
  }).transform((v2) => {
41777
41830
  return remap(v2, {
@@ -62646,6 +62699,7 @@ var init_getmethod = __esm(() => {
62646
62699
  Banktransfer: "banktransfer",
62647
62700
  Belfius: "belfius",
62648
62701
  Billie: "billie",
62702
+ Bizum: "bizum",
62649
62703
  Blik: "blik",
62650
62704
  Creditcard: "creditcard",
62651
62705
  Directdebit: "directdebit",
@@ -62658,9 +62712,14 @@ var init_getmethod = __esm(() => {
62658
62712
  Klarnapaylater: "klarnapaylater",
62659
62713
  Klarnapaynow: "klarnapaynow",
62660
62714
  Klarnasliceit: "klarnasliceit",
62715
+ Mbway: "mbway",
62716
+ Multibanco: "multibanco",
62661
62717
  Mybank: "mybank",
62718
+ Paybybank: "paybybank",
62719
+ Payconiq: "payconiq",
62662
62720
  Paypal: "paypal",
62663
62721
  Paysafecard: "paysafecard",
62722
+ Pointofsale: "pointofsale",
62664
62723
  Przelewy24: "przelewy24",
62665
62724
  Riverty: "riverty",
62666
62725
  Satispay: "satispay",
@@ -64348,6 +64407,7 @@ var init_getpayment = __esm(() => {
64348
64407
  Banktransfer: "banktransfer",
64349
64408
  Belfius: "belfius",
64350
64409
  Billie: "billie",
64410
+ Bizum: "bizum",
64351
64411
  Blik: "blik",
64352
64412
  Creditcard: "creditcard",
64353
64413
  Directdebit: "directdebit",
@@ -64357,9 +64417,13 @@ var init_getpayment = __esm(() => {
64357
64417
  In3: "in3",
64358
64418
  Kbc: "kbc",
64359
64419
  Klarna: "klarna",
64420
+ Klarnapaylater: "klarnapaylater",
64421
+ Klarnapaynow: "klarnapaynow",
64422
+ Klarnasliceit: "klarnasliceit",
64360
64423
  Mbway: "mbway",
64361
64424
  Multibanco: "multibanco",
64362
64425
  Mybank: "mybank",
64426
+ Paybybank: "paybybank",
64363
64427
  Payconiq: "payconiq",
64364
64428
  Paypal: "paypal",
64365
64429
  Paysafecard: "paysafecard",
@@ -65246,7 +65310,7 @@ var init_getpayment = __esm(() => {
65246
65310
  });
65247
65311
 
65248
65312
  // src/models/operations/getpaymentlink.ts
65249
- 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$;
65250
65314
  var init_getpaymentlink = __esm(() => {
65251
65315
  init_esm();
65252
65316
  init_primitives();
@@ -65270,6 +65334,10 @@ var init_getpaymentlink = __esm(() => {
65270
65334
  Gift: "gift",
65271
65335
  SportCulture: "sport_culture"
65272
65336
  };
65337
+ GetPaymentLinkSequenceType = {
65338
+ Oneoff: "oneoff",
65339
+ First: "first"
65340
+ };
65273
65341
  GetPaymentLinkRequest$inboundSchema = objectType({
65274
65342
  paymentLinkId: stringType(),
65275
65343
  testmode: nullableType(booleanType()).optional()
@@ -65516,6 +65584,12 @@ var init_getpaymentlink = __esm(() => {
65516
65584
  GetPaymentLinkApplicationFee$.inboundSchema = GetPaymentLinkApplicationFee$inboundSchema;
65517
65585
  GetPaymentLinkApplicationFee$.outboundSchema = GetPaymentLinkApplicationFee$outboundSchema;
65518
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$ ||= {});
65519
65593
  GetPaymentLinkSelf$inboundSchema = objectType({
65520
65594
  href: stringType(),
65521
65595
  type: stringType()
@@ -65572,6 +65646,8 @@ var init_getpaymentlink = __esm(() => {
65572
65646
  expiresAt: nullableType(stringType()),
65573
65647
  allowedMethods: nullableType(arrayType(stringType())),
65574
65648
  applicationFee: lazyType(() => GetPaymentLinkApplicationFee$inboundSchema).optional(),
65649
+ sequenceType: nullableType(GetPaymentLinkSequenceType$inboundSchema).optional(),
65650
+ customerId: nullableType(stringType()).optional(),
65575
65651
  _links: lazyType(() => GetPaymentLinkLinks$inboundSchema)
65576
65652
  }).transform((v2) => {
65577
65653
  return remap(v2, {
@@ -65598,6 +65674,8 @@ var init_getpaymentlink = __esm(() => {
65598
65674
  expiresAt: nullableType(stringType()),
65599
65675
  allowedMethods: nullableType(arrayType(stringType())),
65600
65676
  applicationFee: lazyType(() => GetPaymentLinkApplicationFee$outboundSchema).optional(),
65677
+ sequenceType: nullableType(GetPaymentLinkSequenceType$outboundSchema).optional(),
65678
+ customerId: nullableType(stringType()).optional(),
65601
65679
  links: lazyType(() => GetPaymentLinkLinks$outboundSchema)
65602
65680
  }).transform((v2) => {
65603
65681
  return remap(v2, {
@@ -65677,6 +65755,7 @@ var init_getpaymentlinkpayments = __esm(() => {
65677
65755
  Banktransfer: "banktransfer",
65678
65756
  Belfius: "belfius",
65679
65757
  Billie: "billie",
65758
+ Bizum: "bizum",
65680
65759
  Blik: "blik",
65681
65760
  Creditcard: "creditcard",
65682
65761
  Directdebit: "directdebit",
@@ -65686,9 +65765,13 @@ var init_getpaymentlinkpayments = __esm(() => {
65686
65765
  In3: "in3",
65687
65766
  Kbc: "kbc",
65688
65767
  Klarna: "klarna",
65768
+ Klarnapaylater: "klarnapaylater",
65769
+ Klarnapaynow: "klarnapaynow",
65770
+ Klarnasliceit: "klarnasliceit",
65689
65771
  Mbway: "mbway",
65690
65772
  Multibanco: "multibanco",
65691
65773
  Mybank: "mybank",
65774
+ Paybybank: "paybybank",
65692
65775
  Payconiq: "payconiq",
65693
65776
  Paypal: "paypal",
65694
65777
  Paysafecard: "paysafecard",
@@ -69078,7 +69161,7 @@ var init_getwebhook = __esm(() => {
69078
69161
  });
69079
69162
 
69080
69163
  // src/models/operations/getwebhookevent.ts
69081
- 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$;
69082
69165
  var init_getwebhookevent = __esm(() => {
69083
69166
  init_esm();
69084
69167
  init_primitives();
@@ -69115,6 +69198,10 @@ var init_getwebhookevent = __esm(() => {
69115
69198
  Gift: "gift",
69116
69199
  SportCulture: "sport_culture"
69117
69200
  };
69201
+ GetWebhookEventSequenceType = {
69202
+ Oneoff: "oneoff",
69203
+ First: "first"
69204
+ };
69118
69205
  GetWebhookEventRequest$inboundSchema = objectType({
69119
69206
  id: stringType()
69120
69207
  });
@@ -69551,6 +69638,12 @@ var init_getwebhookevent = __esm(() => {
69551
69638
  GetWebhookEventApplicationFee$.inboundSchema = GetWebhookEventApplicationFee$inboundSchema;
69552
69639
  GetWebhookEventApplicationFee$.outboundSchema = GetWebhookEventApplicationFee$outboundSchema;
69553
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$ ||= {});
69554
69647
  EntitySelf1$inboundSchema = objectType({
69555
69648
  href: stringType(),
69556
69649
  type: stringType()
@@ -69607,6 +69700,8 @@ var init_getwebhookevent = __esm(() => {
69607
69700
  expiresAt: nullableType(stringType()),
69608
69701
  allowedMethods: nullableType(arrayType(stringType())),
69609
69702
  applicationFee: lazyType(() => GetWebhookEventApplicationFee$inboundSchema).optional(),
69703
+ sequenceType: nullableType(GetWebhookEventSequenceType$inboundSchema).optional(),
69704
+ customerId: nullableType(stringType()).optional(),
69610
69705
  _links: lazyType(() => EntityLinks1$inboundSchema)
69611
69706
  }).transform((v2) => {
69612
69707
  return remap(v2, {
@@ -69633,6 +69728,8 @@ var init_getwebhookevent = __esm(() => {
69633
69728
  expiresAt: nullableType(stringType()),
69634
69729
  allowedMethods: nullableType(arrayType(stringType())),
69635
69730
  applicationFee: lazyType(() => GetWebhookEventApplicationFee$outboundSchema).optional(),
69731
+ sequenceType: nullableType(GetWebhookEventSequenceType$outboundSchema).optional(),
69732
+ customerId: nullableType(stringType()).optional(),
69636
69733
  links: lazyType(() => EntityLinks1$outboundSchema)
69637
69734
  }).transform((v2) => {
69638
69735
  return remap(v2, {
@@ -70126,6 +70223,7 @@ var init_listallmethods = __esm(() => {
70126
70223
  Banktransfer: "banktransfer",
70127
70224
  Belfius: "belfius",
70128
70225
  Billie: "billie",
70226
+ Bizum: "bizum",
70129
70227
  Blik: "blik",
70130
70228
  Creditcard: "creditcard",
70131
70229
  Directdebit: "directdebit",
@@ -70138,9 +70236,14 @@ var init_listallmethods = __esm(() => {
70138
70236
  Klarnapaylater: "klarnapaylater",
70139
70237
  Klarnapaynow: "klarnapaynow",
70140
70238
  Klarnasliceit: "klarnasliceit",
70239
+ Mbway: "mbway",
70240
+ Multibanco: "multibanco",
70141
70241
  Mybank: "mybank",
70242
+ Paybybank: "paybybank",
70243
+ Payconiq: "payconiq",
70142
70244
  Paypal: "paypal",
70143
70245
  Paysafecard: "paysafecard",
70246
+ Pointofsale: "pointofsale",
70144
70247
  Przelewy24: "przelewy24",
70145
70248
  Riverty: "riverty",
70146
70249
  Satispay: "satispay",
@@ -70952,6 +71055,7 @@ var init_listallsubscriptions = __esm(() => {
70952
71055
  Banktransfer: "banktransfer",
70953
71056
  Belfius: "belfius",
70954
71057
  Billie: "billie",
71058
+ Bizum: "bizum",
70955
71059
  Blik: "blik",
70956
71060
  Creditcard: "creditcard",
70957
71061
  Directdebit: "directdebit",
@@ -70961,9 +71065,13 @@ var init_listallsubscriptions = __esm(() => {
70961
71065
  In3: "in3",
70962
71066
  Kbc: "kbc",
70963
71067
  Klarna: "klarna",
71068
+ Klarnapaylater: "klarnapaylater",
71069
+ Klarnapaynow: "klarnapaynow",
71070
+ Klarnasliceit: "klarnasliceit",
70964
71071
  Mbway: "mbway",
70965
71072
  Multibanco: "multibanco",
70966
71073
  Mybank: "mybank",
71074
+ Paybybank: "paybybank",
70967
71075
  Payconiq: "payconiq",
70968
71076
  Paypal: "paypal",
70969
71077
  Paysafecard: "paysafecard",
@@ -74710,6 +74818,7 @@ var init_listcustomerpayments = __esm(() => {
74710
74818
  Banktransfer: "banktransfer",
74711
74819
  Belfius: "belfius",
74712
74820
  Billie: "billie",
74821
+ Bizum: "bizum",
74713
74822
  Blik: "blik",
74714
74823
  Creditcard: "creditcard",
74715
74824
  Directdebit: "directdebit",
@@ -74719,9 +74828,13 @@ var init_listcustomerpayments = __esm(() => {
74719
74828
  In3: "in3",
74720
74829
  Kbc: "kbc",
74721
74830
  Klarna: "klarna",
74831
+ Klarnapaylater: "klarnapaylater",
74832
+ Klarnapaynow: "klarnapaynow",
74833
+ Klarnasliceit: "klarnasliceit",
74722
74834
  Mbway: "mbway",
74723
74835
  Multibanco: "multibanco",
74724
74836
  Mybank: "mybank",
74837
+ Paybybank: "paybybank",
74725
74838
  Payconiq: "payconiq",
74726
74839
  Paypal: "paypal",
74727
74840
  Paysafecard: "paysafecard",
@@ -76659,6 +76772,7 @@ var init_listmethods = __esm(() => {
76659
76772
  Banktransfer: "banktransfer",
76660
76773
  Belfius: "belfius",
76661
76774
  Billie: "billie",
76775
+ Bizum: "bizum",
76662
76776
  Blik: "blik",
76663
76777
  Creditcard: "creditcard",
76664
76778
  Directdebit: "directdebit",
@@ -76671,9 +76785,14 @@ var init_listmethods = __esm(() => {
76671
76785
  Klarnapaylater: "klarnapaylater",
76672
76786
  Klarnapaynow: "klarnapaynow",
76673
76787
  Klarnasliceit: "klarnasliceit",
76788
+ Mbway: "mbway",
76789
+ Multibanco: "multibanco",
76674
76790
  Mybank: "mybank",
76791
+ Paybybank: "paybybank",
76792
+ Payconiq: "payconiq",
76675
76793
  Paypal: "paypal",
76676
76794
  Paysafecard: "paysafecard",
76795
+ Pointofsale: "pointofsale",
76677
76796
  Przelewy24: "przelewy24",
76678
76797
  Riverty: "riverty",
76679
76798
  Satispay: "satispay",
@@ -77010,7 +77129,7 @@ var init_listmethods = __esm(() => {
77010
77129
  });
77011
77130
 
77012
77131
  // src/models/operations/listpaymentlinks.ts
77013
- 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$;
77014
77133
  var init_listpaymentlinks = __esm(() => {
77015
77134
  init_esm();
77016
77135
  init_primitives();
@@ -77034,6 +77153,10 @@ var init_listpaymentlinks = __esm(() => {
77034
77153
  Gift: "gift",
77035
77154
  SportCulture: "sport_culture"
77036
77155
  };
77156
+ ListPaymentLinksSequenceType = {
77157
+ Oneoff: "oneoff",
77158
+ First: "first"
77159
+ };
77037
77160
  ListPaymentLinksRequest$inboundSchema = objectType({
77038
77161
  from: stringType().optional(),
77039
77162
  limit: nullableType(numberType().int().default(50)),
@@ -77282,6 +77405,12 @@ var init_listpaymentlinks = __esm(() => {
77282
77405
  ListPaymentLinksApplicationFee$.inboundSchema = ListPaymentLinksApplicationFee$inboundSchema;
77283
77406
  ListPaymentLinksApplicationFee$.outboundSchema = ListPaymentLinksApplicationFee$outboundSchema;
77284
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$ ||= {});
77285
77414
  PaymentLinkSelf$inboundSchema = objectType({
77286
77415
  href: stringType(),
77287
77416
  type: stringType()
@@ -77338,6 +77467,8 @@ var init_listpaymentlinks = __esm(() => {
77338
77467
  expiresAt: nullableType(stringType()),
77339
77468
  allowedMethods: nullableType(arrayType(stringType())),
77340
77469
  applicationFee: lazyType(() => ListPaymentLinksApplicationFee$inboundSchema).optional(),
77470
+ sequenceType: nullableType(ListPaymentLinksSequenceType$inboundSchema).optional(),
77471
+ customerId: nullableType(stringType()).optional(),
77341
77472
  _links: lazyType(() => PaymentLinkLinks$inboundSchema)
77342
77473
  }).transform((v2) => {
77343
77474
  return remap(v2, {
@@ -77364,6 +77495,8 @@ var init_listpaymentlinks = __esm(() => {
77364
77495
  expiresAt: nullableType(stringType()),
77365
77496
  allowedMethods: nullableType(arrayType(stringType())),
77366
77497
  applicationFee: lazyType(() => ListPaymentLinksApplicationFee$outboundSchema).optional(),
77498
+ sequenceType: nullableType(ListPaymentLinksSequenceType$outboundSchema).optional(),
77499
+ customerId: nullableType(stringType()).optional(),
77367
77500
  links: lazyType(() => PaymentLinkLinks$outboundSchema)
77368
77501
  }).transform((v2) => {
77369
77502
  return remap(v2, {
@@ -77549,6 +77682,7 @@ var init_listpayments = __esm(() => {
77549
77682
  Banktransfer: "banktransfer",
77550
77683
  Belfius: "belfius",
77551
77684
  Billie: "billie",
77685
+ Bizum: "bizum",
77552
77686
  Blik: "blik",
77553
77687
  Creditcard: "creditcard",
77554
77688
  Directdebit: "directdebit",
@@ -77558,9 +77692,13 @@ var init_listpayments = __esm(() => {
77558
77692
  In3: "in3",
77559
77693
  Kbc: "kbc",
77560
77694
  Klarna: "klarna",
77695
+ Klarnapaylater: "klarnapaylater",
77696
+ Klarnapaynow: "klarnapaynow",
77697
+ Klarnasliceit: "klarnasliceit",
77561
77698
  Mbway: "mbway",
77562
77699
  Multibanco: "multibanco",
77563
77700
  Mybank: "mybank",
77701
+ Paybybank: "paybybank",
77564
77702
  Payconiq: "payconiq",
77565
77703
  Paypal: "paypal",
77566
77704
  Paysafecard: "paysafecard",
@@ -80779,6 +80917,7 @@ var init_listsettlementpayments = __esm(() => {
80779
80917
  Banktransfer: "banktransfer",
80780
80918
  Belfius: "belfius",
80781
80919
  Billie: "billie",
80920
+ Bizum: "bizum",
80782
80921
  Blik: "blik",
80783
80922
  Creditcard: "creditcard",
80784
80923
  Directdebit: "directdebit",
@@ -80788,9 +80927,13 @@ var init_listsettlementpayments = __esm(() => {
80788
80927
  In3: "in3",
80789
80928
  Kbc: "kbc",
80790
80929
  Klarna: "klarna",
80930
+ Klarnapaylater: "klarnapaylater",
80931
+ Klarnapaynow: "klarnapaynow",
80932
+ Klarnasliceit: "klarnasliceit",
80791
80933
  Mbway: "mbway",
80792
80934
  Multibanco: "multibanco",
80793
80935
  Mybank: "mybank",
80936
+ Paybybank: "paybybank",
80794
80937
  Payconiq: "payconiq",
80795
80938
  Paypal: "paypal",
80796
80939
  Paysafecard: "paysafecard",
@@ -82913,6 +83056,7 @@ var init_listsubscriptionpayments = __esm(() => {
82913
83056
  Banktransfer: "banktransfer",
82914
83057
  Belfius: "belfius",
82915
83058
  Billie: "billie",
83059
+ Bizum: "bizum",
82916
83060
  Blik: "blik",
82917
83061
  Creditcard: "creditcard",
82918
83062
  Directdebit: "directdebit",
@@ -82922,9 +83066,13 @@ var init_listsubscriptionpayments = __esm(() => {
82922
83066
  In3: "in3",
82923
83067
  Kbc: "kbc",
82924
83068
  Klarna: "klarna",
83069
+ Klarnapaylater: "klarnapaylater",
83070
+ Klarnapaynow: "klarnapaynow",
83071
+ Klarnasliceit: "klarnasliceit",
82925
83072
  Mbway: "mbway",
82926
83073
  Multibanco: "multibanco",
82927
83074
  Mybank: "mybank",
83075
+ Paybybank: "paybybank",
82928
83076
  Payconiq: "payconiq",
82929
83077
  Paypal: "paypal",
82930
83078
  Paysafecard: "paysafecard",
@@ -85919,6 +86067,7 @@ var init_updatepayment = __esm(() => {
85919
86067
  Banktransfer: "banktransfer",
85920
86068
  Belfius: "belfius",
85921
86069
  Billie: "billie",
86070
+ Bizum: "bizum",
85922
86071
  Blik: "blik",
85923
86072
  Creditcard: "creditcard",
85924
86073
  Directdebit: "directdebit",
@@ -85928,9 +86077,13 @@ var init_updatepayment = __esm(() => {
85928
86077
  In3: "in3",
85929
86078
  Kbc: "kbc",
85930
86079
  Klarna: "klarna",
86080
+ Klarnapaylater: "klarnapaylater",
86081
+ Klarnapaynow: "klarnapaynow",
86082
+ Klarnasliceit: "klarnasliceit",
85931
86083
  Mbway: "mbway",
85932
86084
  Multibanco: "multibanco",
85933
86085
  Mybank: "mybank",
86086
+ Paybybank: "paybybank",
85934
86087
  Payconiq: "payconiq",
85935
86088
  Paypal: "paypal",
85936
86089
  Paysafecard: "paysafecard",
@@ -86025,6 +86178,7 @@ var init_updatepayment = __esm(() => {
86025
86178
  Banktransfer: "banktransfer",
86026
86179
  Belfius: "belfius",
86027
86180
  Billie: "billie",
86181
+ Bizum: "bizum",
86028
86182
  Blik: "blik",
86029
86183
  Creditcard: "creditcard",
86030
86184
  Directdebit: "directdebit",
@@ -86034,9 +86188,13 @@ var init_updatepayment = __esm(() => {
86034
86188
  In3: "in3",
86035
86189
  Kbc: "kbc",
86036
86190
  Klarna: "klarna",
86191
+ Klarnapaylater: "klarnapaylater",
86192
+ Klarnapaynow: "klarnapaynow",
86193
+ Klarnasliceit: "klarnasliceit",
86037
86194
  Mbway: "mbway",
86038
86195
  Multibanco: "multibanco",
86039
86196
  Mybank: "mybank",
86197
+ Paybybank: "paybybank",
86040
86198
  Payconiq: "payconiq",
86041
86199
  Paypal: "paypal",
86042
86200
  Paysafecard: "paysafecard",
@@ -87077,7 +87235,7 @@ var init_updatepayment = __esm(() => {
87077
87235
  });
87078
87236
 
87079
87237
  // src/models/operations/updatepaymentlink.ts
87080
- 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$;
87081
87239
  var init_updatepaymentlink = __esm(() => {
87082
87240
  init_esm();
87083
87241
  init_primitives();
@@ -87117,6 +87275,10 @@ var init_updatepaymentlink = __esm(() => {
87117
87275
  Gift: "gift",
87118
87276
  SportCulture: "sport_culture"
87119
87277
  };
87278
+ UpdatePaymentLinkSequenceType = {
87279
+ Oneoff: "oneoff",
87280
+ First: "first"
87281
+ };
87120
87282
  UpdatePaymentLinkMinimumAmountRequest$inboundSchema = objectType({
87121
87283
  currency: stringType(),
87122
87284
  value: stringType()
@@ -87587,6 +87749,12 @@ var init_updatepaymentlink = __esm(() => {
87587
87749
  UpdatePaymentLinkApplicationFee$.inboundSchema = UpdatePaymentLinkApplicationFee$inboundSchema;
87588
87750
  UpdatePaymentLinkApplicationFee$.outboundSchema = UpdatePaymentLinkApplicationFee$outboundSchema;
87589
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$ ||= {});
87590
87758
  UpdatePaymentLinkSelf$inboundSchema = objectType({
87591
87759
  href: stringType(),
87592
87760
  type: stringType()
@@ -87643,6 +87811,8 @@ var init_updatepaymentlink = __esm(() => {
87643
87811
  expiresAt: nullableType(stringType()),
87644
87812
  allowedMethods: nullableType(arrayType(stringType())),
87645
87813
  applicationFee: lazyType(() => UpdatePaymentLinkApplicationFee$inboundSchema).optional(),
87814
+ sequenceType: nullableType(UpdatePaymentLinkSequenceType$inboundSchema).optional(),
87815
+ customerId: nullableType(stringType()).optional(),
87646
87816
  _links: lazyType(() => UpdatePaymentLinkLinks$inboundSchema)
87647
87817
  }).transform((v2) => {
87648
87818
  return remap(v2, {
@@ -87669,6 +87839,8 @@ var init_updatepaymentlink = __esm(() => {
87669
87839
  expiresAt: nullableType(stringType()),
87670
87840
  allowedMethods: nullableType(arrayType(stringType())),
87671
87841
  applicationFee: lazyType(() => UpdatePaymentLinkApplicationFee$outboundSchema).optional(),
87842
+ sequenceType: nullableType(UpdatePaymentLinkSequenceType$outboundSchema).optional(),
87843
+ customerId: nullableType(stringType()).optional(),
87672
87844
  links: lazyType(() => UpdatePaymentLinkLinks$outboundSchema)
87673
87845
  }).transform((v2) => {
87674
87846
  return remap(v2, {
@@ -108510,7 +108682,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
108510
108682
  function createMCPServer(deps) {
108511
108683
  const server = new McpServer({
108512
108684
  name: "Client",
108513
- version: "0.0.3"
108685
+ version: "0.0.5"
108514
108686
  });
108515
108687
  const client = new ClientCore({
108516
108688
  security: deps.security,
@@ -109899,7 +110071,7 @@ var routes = an({
109899
110071
  var app = He(routes, {
109900
110072
  name: "mcp",
109901
110073
  versionInfo: {
109902
- currentVersion: "0.0.3"
110074
+ currentVersion: "0.0.5"
109903
110075
  }
109904
110076
  });
109905
110077
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -109907,5 +110079,5 @@ export {
109907
110079
  app
109908
110080
  };
109909
110081
 
109910
- //# debugId=A032B6A393CEFC1464756E2164756E21
110082
+ //# debugId=4C395DF6EC33A10064756E2164756E21
109911
110083
  //# sourceMappingURL=mcp-server.js.map