mollie-api-typescript 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/bin/mcp-server.js +125 -16
  2. package/bin/mcp-server.js.map +15 -14
  3. package/dist/commonjs/lib/config.d.ts +3 -3
  4. package/dist/commonjs/lib/config.js +3 -3
  5. package/dist/commonjs/lib/config.js.map +1 -1
  6. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  7. package/dist/commonjs/mcp-server/server.js +1 -1
  8. package/dist/commonjs/models/billingaddress.d.ts +135 -0
  9. package/dist/commonjs/models/billingaddress.d.ts.map +1 -0
  10. package/dist/commonjs/models/billingaddress.js +91 -0
  11. package/dist/commonjs/models/billingaddress.js.map +1 -0
  12. package/dist/commonjs/models/createwebhook.d.ts +2 -2
  13. package/dist/commonjs/models/createwebhook.d.ts.map +1 -1
  14. package/dist/commonjs/models/createwebhook.js +2 -2
  15. package/dist/commonjs/models/createwebhook.js.map +1 -1
  16. package/dist/commonjs/models/index.d.ts +1 -0
  17. package/dist/commonjs/models/index.d.ts.map +1 -1
  18. package/dist/commonjs/models/index.js +1 -0
  19. package/dist/commonjs/models/index.js.map +1 -1
  20. package/dist/commonjs/models/method.d.ts +6 -0
  21. package/dist/commonjs/models/method.d.ts.map +1 -1
  22. package/dist/commonjs/models/method.js +2 -0
  23. package/dist/commonjs/models/method.js.map +1 -1
  24. package/dist/commonjs/models/methodresponse.d.ts +2 -0
  25. package/dist/commonjs/models/methodresponse.d.ts.map +1 -1
  26. package/dist/commonjs/models/methodresponse.js +2 -0
  27. package/dist/commonjs/models/methodresponse.js.map +1 -1
  28. package/dist/commonjs/models/operations/updatepayment.d.ts +13 -2
  29. package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
  30. package/dist/commonjs/models/operations/updatepayment.js +2 -2
  31. package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
  32. package/dist/commonjs/models/paymentmethod.d.ts +2 -0
  33. package/dist/commonjs/models/paymentmethod.d.ts.map +1 -1
  34. package/dist/commonjs/models/paymentmethod.js +2 -0
  35. package/dist/commonjs/models/paymentmethod.js.map +1 -1
  36. package/dist/commonjs/models/paymentrequest.d.ts +144 -2
  37. package/dist/commonjs/models/paymentrequest.d.ts.map +1 -1
  38. package/dist/commonjs/models/paymentrequest.js +54 -3
  39. package/dist/commonjs/models/paymentrequest.js.map +1 -1
  40. package/dist/commonjs/models/paymentresponse.d.ts +144 -2
  41. package/dist/commonjs/models/paymentresponse.d.ts.map +1 -1
  42. package/dist/commonjs/models/paymentresponse.js +54 -3
  43. package/dist/commonjs/models/paymentresponse.js.map +1 -1
  44. package/dist/esm/lib/config.d.ts +3 -3
  45. package/dist/esm/lib/config.js +3 -3
  46. package/dist/esm/lib/config.js.map +1 -1
  47. package/dist/esm/mcp-server/mcp-server.js +1 -1
  48. package/dist/esm/mcp-server/server.js +1 -1
  49. package/dist/esm/models/billingaddress.d.ts +135 -0
  50. package/dist/esm/models/billingaddress.d.ts.map +1 -0
  51. package/dist/esm/models/billingaddress.js +53 -0
  52. package/dist/esm/models/billingaddress.js.map +1 -0
  53. package/dist/esm/models/createwebhook.d.ts +2 -2
  54. package/dist/esm/models/createwebhook.d.ts.map +1 -1
  55. package/dist/esm/models/createwebhook.js +2 -2
  56. package/dist/esm/models/createwebhook.js.map +1 -1
  57. package/dist/esm/models/index.d.ts +1 -0
  58. package/dist/esm/models/index.d.ts.map +1 -1
  59. package/dist/esm/models/index.js +1 -0
  60. package/dist/esm/models/index.js.map +1 -1
  61. package/dist/esm/models/method.d.ts +6 -0
  62. package/dist/esm/models/method.d.ts.map +1 -1
  63. package/dist/esm/models/method.js +2 -0
  64. package/dist/esm/models/method.js.map +1 -1
  65. package/dist/esm/models/methodresponse.d.ts +2 -0
  66. package/dist/esm/models/methodresponse.d.ts.map +1 -1
  67. package/dist/esm/models/methodresponse.js +2 -0
  68. package/dist/esm/models/methodresponse.js.map +1 -1
  69. package/dist/esm/models/operations/updatepayment.d.ts +13 -2
  70. package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
  71. package/dist/esm/models/operations/updatepayment.js +2 -2
  72. package/dist/esm/models/operations/updatepayment.js.map +1 -1
  73. package/dist/esm/models/paymentmethod.d.ts +2 -0
  74. package/dist/esm/models/paymentmethod.d.ts.map +1 -1
  75. package/dist/esm/models/paymentmethod.js +2 -0
  76. package/dist/esm/models/paymentmethod.js.map +1 -1
  77. package/dist/esm/models/paymentrequest.d.ts +144 -2
  78. package/dist/esm/models/paymentrequest.d.ts.map +1 -1
  79. package/dist/esm/models/paymentrequest.js +51 -2
  80. package/dist/esm/models/paymentrequest.js.map +1 -1
  81. package/dist/esm/models/paymentresponse.d.ts +144 -2
  82. package/dist/esm/models/paymentresponse.d.ts.map +1 -1
  83. package/dist/esm/models/paymentresponse.js +51 -2
  84. package/dist/esm/models/paymentresponse.js.map +1 -1
  85. package/docs/sdks/customers/README.md +0 -2
  86. package/docs/sdks/payments/README.md +0 -4
  87. package/examples/package-lock.json +1 -1
  88. package/jsr.json +1 -1
  89. package/package.json +1 -1
  90. package/src/lib/config.ts +3 -3
  91. package/src/mcp-server/mcp-server.ts +1 -1
  92. package/src/mcp-server/server.ts +1 -1
  93. package/src/models/billingaddress.ts +190 -0
  94. package/src/models/createwebhook.ts +4 -4
  95. package/src/models/index.ts +1 -0
  96. package/src/models/method.ts +2 -0
  97. package/src/models/methodresponse.ts +2 -0
  98. package/src/models/operations/updatepayment.ts +15 -4
  99. package/src/models/paymentmethod.ts +2 -0
  100. package/src/models/paymentrequest.ts +205 -4
  101. package/src/models/paymentresponse.ts +205 -4
package/bin/mcp-server.js CHANGED
@@ -34295,9 +34295,9 @@ var init_config = __esm(() => {
34295
34295
  SDK_METADATA = {
34296
34296
  language: "typescript",
34297
34297
  openapiDocVersion: "1.0.0",
34298
- sdkVersion: "0.3.1",
34299
- genVersion: "2.723.2",
34300
- userAgent: "speakeasy-sdk/typescript 0.3.1 2.723.2 1.0.0 mollie-api-typescript"
34298
+ sdkVersion: "0.3.3",
34299
+ genVersion: "2.723.11",
34300
+ userAgent: "speakeasy-sdk/typescript 0.3.3 2.723.11 1.0.0 mollie-api-typescript"
34301
34301
  };
34302
34302
  });
34303
34303
 
@@ -36128,6 +36128,44 @@ var init_balancetransferstatusreasonresponse = __esm(() => {
36128
36128
  })(BalanceTransferStatusReasonResponse$ ||= {});
36129
36129
  });
36130
36130
 
36131
+ // src/models/billingaddress.ts
36132
+ var BillingAddress$inboundSchema, BillingAddress$outboundSchema, BillingAddress$;
36133
+ var init_billingaddress = __esm(() => {
36134
+ init_esm();
36135
+ BillingAddress$inboundSchema = objectType({
36136
+ title: stringType().optional(),
36137
+ givenName: stringType().optional(),
36138
+ familyName: stringType().optional(),
36139
+ organizationName: anyType().optional(),
36140
+ streetAndNumber: stringType().optional(),
36141
+ streetAdditional: stringType().optional(),
36142
+ postalCode: stringType().optional(),
36143
+ email: stringType().optional(),
36144
+ phone: stringType().optional(),
36145
+ city: stringType().optional(),
36146
+ region: stringType().optional(),
36147
+ country: stringType().optional()
36148
+ });
36149
+ BillingAddress$outboundSchema = objectType({
36150
+ title: stringType().optional(),
36151
+ givenName: stringType().optional(),
36152
+ familyName: stringType().optional(),
36153
+ organizationName: anyType().optional(),
36154
+ streetAndNumber: stringType().optional(),
36155
+ streetAdditional: stringType().optional(),
36156
+ postalCode: stringType().optional(),
36157
+ email: stringType().optional(),
36158
+ phone: stringType().optional(),
36159
+ city: stringType().optional(),
36160
+ region: stringType().optional(),
36161
+ country: stringType().optional()
36162
+ });
36163
+ ((BillingAddress$) => {
36164
+ BillingAddress$.inboundSchema = BillingAddress$inboundSchema;
36165
+ BillingAddress$.outboundSchema = BillingAddress$outboundSchema;
36166
+ })(BillingAddress$ ||= {});
36167
+ });
36168
+
36131
36169
  // src/models/capabilityrequirementstatus.ts
36132
36170
  var CapabilityRequirementStatus, CapabilityRequirementStatus$inboundSchema, CapabilityRequirementStatus$outboundSchema, CapabilityRequirementStatus$;
36133
36171
  var init_capabilityrequirementstatus = __esm(() => {
@@ -36432,6 +36470,7 @@ var init_paymentmethod = __esm(() => {
36432
36470
  Klarnasliceit: "klarnasliceit",
36433
36471
  Klarna: "klarna",
36434
36472
  Mbway: "mbway",
36473
+ Mobilepay: "mobilepay",
36435
36474
  Multibanco: "multibanco",
36436
36475
  Mybank: "mybank",
36437
36476
  Paybybank: "paybybank",
@@ -36447,6 +36486,7 @@ var init_paymentmethod = __esm(() => {
36447
36486
  Swish: "swish",
36448
36487
  Trustly: "trustly",
36449
36488
  Twint: "twint",
36489
+ Vipps: "vipps",
36450
36490
  Voucher: "voucher"
36451
36491
  };
36452
36492
  PaymentMethod$inboundSchema = unionType([
@@ -36865,7 +36905,7 @@ var init_createwebhook = __esm(() => {
36865
36905
  resource: stringType(),
36866
36906
  id: stringType(),
36867
36907
  url: stringType(),
36868
- profileId: stringType(),
36908
+ profileId: nullableType(stringType()),
36869
36909
  createdAt: stringType(),
36870
36910
  name: stringType(),
36871
36911
  eventTypes: arrayType(WebhookEventTypes$inboundSchema),
@@ -36882,7 +36922,7 @@ var init_createwebhook = __esm(() => {
36882
36922
  resource: stringType(),
36883
36923
  id: stringType(),
36884
36924
  url: stringType(),
36885
- profileId: stringType(),
36925
+ profileId: nullableType(stringType()),
36886
36926
  createdAt: stringType(),
36887
36927
  name: stringType(),
36888
36928
  eventTypes: arrayType(WebhookEventTypes$outboundSchema),
@@ -38730,6 +38770,7 @@ var init_methodresponse = __esm(() => {
38730
38770
  Klarnapaynow: "klarnapaynow",
38731
38771
  Klarnasliceit: "klarnasliceit",
38732
38772
  Mbway: "mbway",
38773
+ Mobilepay: "mobilepay",
38733
38774
  Multibanco: "multibanco",
38734
38775
  Mybank: "mybank",
38735
38776
  Paybybank: "paybybank",
@@ -38743,6 +38784,7 @@ var init_methodresponse = __esm(() => {
38743
38784
  Swish: "swish",
38744
38785
  Trustly: "trustly",
38745
38786
  Twint: "twint",
38787
+ Vipps: "vipps",
38746
38788
  Voucher: "voucher"
38747
38789
  };
38748
38790
  MethodResponse$inboundSchema = unionType([
@@ -41612,6 +41654,7 @@ var init_method = __esm(() => {
41612
41654
  Klarnapaynow: "klarnapaynow",
41613
41655
  Klarnasliceit: "klarnasliceit",
41614
41656
  Mbway: "mbway",
41657
+ Mobilepay: "mobilepay",
41615
41658
  Multibanco: "multibanco",
41616
41659
  Mybank: "mybank",
41617
41660
  Paybybank: "paybybank",
@@ -41625,6 +41668,7 @@ var init_method = __esm(() => {
41625
41668
  Swish: "swish",
41626
41669
  Trustly: "trustly",
41627
41670
  Twint: "twint",
41671
+ Vipps: "vipps",
41628
41672
  Voucher: "voucher"
41629
41673
  };
41630
41674
  Method$inboundSchema = nativeEnumType(Method);
@@ -42059,7 +42103,7 @@ var init_sequencetype = __esm(() => {
42059
42103
  });
42060
42104
 
42061
42105
  // src/models/paymentrequest.ts
42062
- var PaymentRequestLine$inboundSchema, PaymentRequestLine$outboundSchema, PaymentRequestLine$, PaymentRequestApplicationFee$inboundSchema, PaymentRequestApplicationFee$outboundSchema, PaymentRequestApplicationFee$, Company$inboundSchema, Company$outboundSchema, Company$, PaymentRequest$inboundSchema, PaymentRequest$outboundSchema, PaymentRequest$;
42106
+ var PaymentRequestLine$inboundSchema, PaymentRequestLine$outboundSchema, PaymentRequestLine$, PaymentRequestBillingAddress$inboundSchema, PaymentRequestBillingAddress$outboundSchema, PaymentRequestBillingAddress$, PaymentRequestApplicationFee$inboundSchema, PaymentRequestApplicationFee$outboundSchema, PaymentRequestApplicationFee$, Company$inboundSchema, Company$outboundSchema, Company$, PaymentRequest$inboundSchema, PaymentRequest$outboundSchema, PaymentRequest$;
42063
42107
  var init_paymentrequest = __esm(() => {
42064
42108
  init_esm();
42065
42109
  init_rfcdate();
@@ -42110,6 +42154,38 @@ var init_paymentrequest = __esm(() => {
42110
42154
  PaymentRequestLine$.inboundSchema = PaymentRequestLine$inboundSchema;
42111
42155
  PaymentRequestLine$.outboundSchema = PaymentRequestLine$outboundSchema;
42112
42156
  })(PaymentRequestLine$ ||= {});
42157
+ PaymentRequestBillingAddress$inboundSchema = objectType({
42158
+ title: stringType().optional(),
42159
+ givenName: stringType().optional(),
42160
+ familyName: stringType().optional(),
42161
+ organizationName: anyType().optional(),
42162
+ streetAndNumber: stringType().optional(),
42163
+ streetAdditional: stringType().optional(),
42164
+ postalCode: stringType().optional(),
42165
+ email: stringType().optional(),
42166
+ phone: stringType().optional(),
42167
+ city: stringType().optional(),
42168
+ region: stringType().optional(),
42169
+ country: stringType().optional()
42170
+ });
42171
+ PaymentRequestBillingAddress$outboundSchema = objectType({
42172
+ title: stringType().optional(),
42173
+ givenName: stringType().optional(),
42174
+ familyName: stringType().optional(),
42175
+ organizationName: anyType().optional(),
42176
+ streetAndNumber: stringType().optional(),
42177
+ streetAdditional: stringType().optional(),
42178
+ postalCode: stringType().optional(),
42179
+ email: stringType().optional(),
42180
+ phone: stringType().optional(),
42181
+ city: stringType().optional(),
42182
+ region: stringType().optional(),
42183
+ country: stringType().optional()
42184
+ });
42185
+ ((PaymentRequestBillingAddress$) => {
42186
+ PaymentRequestBillingAddress$.inboundSchema = PaymentRequestBillingAddress$inboundSchema;
42187
+ PaymentRequestBillingAddress$.outboundSchema = PaymentRequestBillingAddress$outboundSchema;
42188
+ })(PaymentRequestBillingAddress$ ||= {});
42113
42189
  PaymentRequestApplicationFee$inboundSchema = objectType({
42114
42190
  amount: Amount$inboundSchema.optional(),
42115
42191
  description: stringType().optional()
@@ -42149,7 +42225,7 @@ var init_paymentrequest = __esm(() => {
42149
42225
  cancelUrl: nullableType(stringType()).optional(),
42150
42226
  webhookUrl: nullableType(stringType()).optional(),
42151
42227
  lines: nullableType(arrayType(lazyType(() => PaymentRequestLine$inboundSchema))).optional(),
42152
- billingAddress: PaymentAddress$inboundSchema.optional(),
42228
+ billingAddress: lazyType(() => PaymentRequestBillingAddress$inboundSchema).optional(),
42153
42229
  shippingAddress: PaymentAddress$inboundSchema.optional(),
42154
42230
  locale: nullableType(Locale$inboundSchema).optional(),
42155
42231
  method: nullableType(Method$inboundSchema).optional(),
@@ -42194,7 +42270,7 @@ var init_paymentrequest = __esm(() => {
42194
42270
  cancelUrl: nullableType(stringType()).optional(),
42195
42271
  webhookUrl: nullableType(stringType()).optional(),
42196
42272
  lines: nullableType(arrayType(lazyType(() => PaymentRequestLine$outboundSchema))).optional(),
42197
- billingAddress: PaymentAddress$outboundSchema.optional(),
42273
+ billingAddress: lazyType(() => PaymentRequestBillingAddress$outboundSchema).optional(),
42198
42274
  shippingAddress: PaymentAddress$outboundSchema.optional(),
42199
42275
  locale: nullableType(Locale$outboundSchema).optional(),
42200
42276
  method: nullableType(Method$outboundSchema).optional(),
@@ -42425,7 +42501,7 @@ var init_statusreason = __esm(() => {
42425
42501
  });
42426
42502
 
42427
42503
  // src/models/paymentresponse.ts
42428
- var PaymentResponseLine$inboundSchema, PaymentResponseLine$outboundSchema, PaymentResponseLine$, PaymentResponseApplicationFee$inboundSchema, PaymentResponseApplicationFee$outboundSchema, PaymentResponseApplicationFee$, Receipt$inboundSchema, Receipt$outboundSchema, Receipt$, QrCode$inboundSchema, QrCode$outboundSchema, QrCode$, PaymentResponseDetails$inboundSchema, PaymentResponseDetails$outboundSchema, PaymentResponseDetails$, PaymentResponseLinks$inboundSchema, PaymentResponseLinks$outboundSchema, PaymentResponseLinks$, PaymentResponse$inboundSchema, PaymentResponse$outboundSchema, PaymentResponse$;
42504
+ var PaymentResponseLine$inboundSchema, PaymentResponseLine$outboundSchema, PaymentResponseLine$, PaymentResponseBillingAddress$inboundSchema, PaymentResponseBillingAddress$outboundSchema, PaymentResponseBillingAddress$, PaymentResponseApplicationFee$inboundSchema, PaymentResponseApplicationFee$outboundSchema, PaymentResponseApplicationFee$, Receipt$inboundSchema, Receipt$outboundSchema, Receipt$, QrCode$inboundSchema, QrCode$outboundSchema, QrCode$, PaymentResponseDetails$inboundSchema, PaymentResponseDetails$outboundSchema, PaymentResponseDetails$, PaymentResponseLinks$inboundSchema, PaymentResponseLinks$outboundSchema, PaymentResponseLinks$, PaymentResponse$inboundSchema, PaymentResponse$outboundSchema, PaymentResponse$;
42429
42505
  var init_paymentresponse = __esm(() => {
42430
42506
  init_esm();
42431
42507
  init_primitives();
@@ -42492,6 +42568,38 @@ var init_paymentresponse = __esm(() => {
42492
42568
  PaymentResponseLine$.inboundSchema = PaymentResponseLine$inboundSchema;
42493
42569
  PaymentResponseLine$.outboundSchema = PaymentResponseLine$outboundSchema;
42494
42570
  })(PaymentResponseLine$ ||= {});
42571
+ PaymentResponseBillingAddress$inboundSchema = objectType({
42572
+ title: stringType().optional(),
42573
+ givenName: stringType().optional(),
42574
+ familyName: stringType().optional(),
42575
+ organizationName: anyType().optional(),
42576
+ streetAndNumber: stringType().optional(),
42577
+ streetAdditional: stringType().optional(),
42578
+ postalCode: stringType().optional(),
42579
+ email: stringType().optional(),
42580
+ phone: stringType().optional(),
42581
+ city: stringType().optional(),
42582
+ region: stringType().optional(),
42583
+ country: stringType().optional()
42584
+ });
42585
+ PaymentResponseBillingAddress$outboundSchema = objectType({
42586
+ title: stringType().optional(),
42587
+ givenName: stringType().optional(),
42588
+ familyName: stringType().optional(),
42589
+ organizationName: anyType().optional(),
42590
+ streetAndNumber: stringType().optional(),
42591
+ streetAdditional: stringType().optional(),
42592
+ postalCode: stringType().optional(),
42593
+ email: stringType().optional(),
42594
+ phone: stringType().optional(),
42595
+ city: stringType().optional(),
42596
+ region: stringType().optional(),
42597
+ country: stringType().optional()
42598
+ });
42599
+ ((PaymentResponseBillingAddress$) => {
42600
+ PaymentResponseBillingAddress$.inboundSchema = PaymentResponseBillingAddress$inboundSchema;
42601
+ PaymentResponseBillingAddress$.outboundSchema = PaymentResponseBillingAddress$outboundSchema;
42602
+ })(PaymentResponseBillingAddress$ ||= {});
42495
42603
  PaymentResponseApplicationFee$inboundSchema = objectType({
42496
42604
  amount: Amount$inboundSchema.optional(),
42497
42605
  description: stringType().optional()
@@ -42699,7 +42807,7 @@ var init_paymentresponse = __esm(() => {
42699
42807
  cancelUrl: nullableType(stringType()).optional(),
42700
42808
  webhookUrl: nullableType(stringType()).optional(),
42701
42809
  lines: nullableType(arrayType(lazyType(() => PaymentResponseLine$inboundSchema))).optional(),
42702
- billingAddress: PaymentAddress$inboundSchema.optional(),
42810
+ billingAddress: lazyType(() => PaymentResponseBillingAddress$inboundSchema).optional(),
42703
42811
  shippingAddress: PaymentAddress$inboundSchema.optional(),
42704
42812
  locale: nullableType(LocaleResponse$inboundSchema).optional(),
42705
42813
  countryCode: nullableType(stringType()).optional(),
@@ -42750,7 +42858,7 @@ var init_paymentresponse = __esm(() => {
42750
42858
  cancelUrl: nullableType(stringType()).optional(),
42751
42859
  webhookUrl: nullableType(stringType()).optional(),
42752
42860
  lines: nullableType(arrayType(lazyType(() => PaymentResponseLine$outboundSchema))).optional(),
42753
- billingAddress: PaymentAddress$outboundSchema.optional(),
42861
+ billingAddress: lazyType(() => PaymentResponseBillingAddress$outboundSchema).optional(),
42754
42862
  shippingAddress: PaymentAddress$outboundSchema.optional(),
42755
42863
  locale: nullableType(LocaleResponse$outboundSchema).optional(),
42756
42864
  countryCode: nullableType(stringType()).optional(),
@@ -43264,6 +43372,7 @@ var init_models = __esm(() => {
43264
43372
  init_balancetransferpartytyperesponse();
43265
43373
  init_balancetransferstatus();
43266
43374
  init_balancetransferstatusreasonresponse();
43375
+ init_billingaddress();
43267
43376
  init_capabilityrequirementstatus();
43268
43377
  init_capabilitystatus();
43269
43378
  init_capabilitystatusreason();
@@ -48142,7 +48251,7 @@ var init_updatepayment = __esm(() => {
48142
48251
  restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
48143
48252
  testmode: nullableType(booleanType()).optional(),
48144
48253
  issuer: nullableType(stringType()).optional(),
48145
- billingAddress: PaymentAddress$inboundSchema.optional(),
48254
+ billingAddress: BillingAddress$inboundSchema.optional(),
48146
48255
  shippingAddress: PaymentAddress$inboundSchema.optional(),
48147
48256
  billingEmail: stringType().optional()
48148
48257
  });
@@ -48158,7 +48267,7 @@ var init_updatepayment = __esm(() => {
48158
48267
  restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
48159
48268
  testmode: nullableType(booleanType()).optional(),
48160
48269
  issuer: nullableType(stringType()).optional(),
48161
- billingAddress: PaymentAddress$outboundSchema.optional(),
48270
+ billingAddress: BillingAddress$outboundSchema.optional(),
48162
48271
  shippingAddress: PaymentAddress$outboundSchema.optional(),
48163
48272
  billingEmail: stringType().optional()
48164
48273
  });
@@ -60772,7 +60881,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
60772
60881
  function createMCPServer(deps) {
60773
60882
  const server = new McpServer({
60774
60883
  name: "Client",
60775
- version: "0.3.1"
60884
+ version: "0.3.3"
60776
60885
  });
60777
60886
  const client = new ClientCore({
60778
60887
  security: deps.security,
@@ -62167,7 +62276,7 @@ var routes = an({
62167
62276
  var app = He(routes, {
62168
62277
  name: "mcp",
62169
62278
  versionInfo: {
62170
- currentVersion: "0.3.1"
62279
+ currentVersion: "0.3.3"
62171
62280
  }
62172
62281
  });
62173
62282
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -62175,5 +62284,5 @@ export {
62175
62284
  app
62176
62285
  };
62177
62286
 
62178
- //# debugId=86A7509D7C24584964756E2164756E21
62287
+ //# debugId=72206CE736692CA464756E2164756E21
62179
62288
  //# sourceMappingURL=mcp-server.js.map