mollie-api-typescript 0.1.6 → 0.1.7

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 (68) hide show
  1. package/bin/mcp-server.js +16 -16
  2. package/bin/mcp-server.js.map +14 -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/operations/cancelpayment.d.ts +3 -3
  9. package/dist/commonjs/models/operations/cancelpayment.js +1 -1
  10. package/dist/commonjs/models/operations/createcustomerpayment.d.ts +3 -3
  11. package/dist/commonjs/models/operations/createcustomerpayment.js +1 -1
  12. package/dist/commonjs/models/operations/createpayment.d.ts +3 -3
  13. package/dist/commonjs/models/operations/createpayment.js +1 -1
  14. package/dist/commonjs/models/operations/getpayment.d.ts +3 -3
  15. package/dist/commonjs/models/operations/getpayment.js +1 -1
  16. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +3 -3
  17. package/dist/commonjs/models/operations/getpaymentlinkpayments.js +1 -1
  18. package/dist/commonjs/models/operations/listcustomerpayments.d.ts +3 -3
  19. package/dist/commonjs/models/operations/listcustomerpayments.js +1 -1
  20. package/dist/commonjs/models/operations/listpayments.d.ts +3 -3
  21. package/dist/commonjs/models/operations/listpayments.js +1 -1
  22. package/dist/commonjs/models/operations/listsettlementpayments.d.ts +3 -3
  23. package/dist/commonjs/models/operations/listsettlementpayments.js +1 -1
  24. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +3 -3
  25. package/dist/commonjs/models/operations/listsubscriptionpayments.js +1 -1
  26. package/dist/commonjs/models/operations/updatepayment.d.ts +3 -3
  27. package/dist/commonjs/models/operations/updatepayment.js +1 -1
  28. package/dist/esm/lib/config.d.ts +3 -3
  29. package/dist/esm/lib/config.js +3 -3
  30. package/dist/esm/lib/config.js.map +1 -1
  31. package/dist/esm/mcp-server/mcp-server.js +1 -1
  32. package/dist/esm/mcp-server/server.js +1 -1
  33. package/dist/esm/models/operations/cancelpayment.d.ts +3 -3
  34. package/dist/esm/models/operations/cancelpayment.js +1 -1
  35. package/dist/esm/models/operations/createcustomerpayment.d.ts +3 -3
  36. package/dist/esm/models/operations/createcustomerpayment.js +1 -1
  37. package/dist/esm/models/operations/createpayment.d.ts +3 -3
  38. package/dist/esm/models/operations/createpayment.js +1 -1
  39. package/dist/esm/models/operations/getpayment.d.ts +3 -3
  40. package/dist/esm/models/operations/getpayment.js +1 -1
  41. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +3 -3
  42. package/dist/esm/models/operations/getpaymentlinkpayments.js +1 -1
  43. package/dist/esm/models/operations/listcustomerpayments.d.ts +3 -3
  44. package/dist/esm/models/operations/listcustomerpayments.js +1 -1
  45. package/dist/esm/models/operations/listpayments.d.ts +3 -3
  46. package/dist/esm/models/operations/listpayments.js +1 -1
  47. package/dist/esm/models/operations/listsettlementpayments.d.ts +3 -3
  48. package/dist/esm/models/operations/listsettlementpayments.js +1 -1
  49. package/dist/esm/models/operations/listsubscriptionpayments.d.ts +3 -3
  50. package/dist/esm/models/operations/listsubscriptionpayments.js +1 -1
  51. package/dist/esm/models/operations/updatepayment.d.ts +3 -3
  52. package/dist/esm/models/operations/updatepayment.js +1 -1
  53. package/examples/package-lock.json +1 -1
  54. package/jsr.json +1 -1
  55. package/package.json +1 -1
  56. package/src/lib/config.ts +3 -3
  57. package/src/mcp-server/mcp-server.ts +1 -1
  58. package/src/mcp-server/server.ts +1 -1
  59. package/src/models/operations/cancelpayment.ts +1 -1
  60. package/src/models/operations/createcustomerpayment.ts +1 -1
  61. package/src/models/operations/createpayment.ts +1 -1
  62. package/src/models/operations/getpayment.ts +1 -1
  63. package/src/models/operations/getpaymentlinkpayments.ts +1 -1
  64. package/src/models/operations/listcustomerpayments.ts +1 -1
  65. package/src/models/operations/listpayments.ts +1 -1
  66. package/src/models/operations/listsettlementpayments.ts +1 -1
  67. package/src/models/operations/listsubscriptionpayments.ts +1 -1
  68. package/src/models/operations/updatepayment.ts +1 -1
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
35
35
  export declare const SDK_METADATA: {
36
36
  readonly language: "typescript";
37
37
  readonly openapiDocVersion: "1.0.0";
38
- readonly sdkVersion: "0.1.6";
39
- readonly genVersion: "2.686.7";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.1.6 2.686.7 1.0.0 mollie-api-typescript";
38
+ readonly sdkVersion: "0.1.7";
39
+ readonly genVersion: "2.687.13";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.1.7 2.687.13 1.0.0 mollie-api-typescript";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
28
28
  exports.SDK_METADATA = {
29
29
  language: "typescript",
30
30
  openapiDocVersion: "1.0.0",
31
- sdkVersion: "0.1.6",
32
- genVersion: "2.686.7",
33
- userAgent: "speakeasy-sdk/typescript 0.1.6 2.686.7 1.0.0 mollie-api-typescript",
31
+ sdkVersion: "0.1.7",
32
+ genVersion: "2.687.13",
33
+ userAgent: "speakeasy-sdk/typescript 0.1.7 2.687.13 1.0.0 mollie-api-typescript",
34
34
  };
35
35
  //# sourceMappingURL=config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA0CH,oDAeC;AAnDD,qCAA8C;AAE9C;;GAEG;AACU,QAAA,UAAU,GAAG;IACxB,2BAA2B;CACnB,CAAC;AA6BX,SAAgB,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,kBAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,kBAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,IAAA,mBAAU,EAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAEY,QAAA,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,SAAS;IACrB,SAAS,EACP,oEAAoE;CAC9D,CAAC"}
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA0CH,oDAeC;AAnDD,qCAA8C;AAE9C;;GAEG;AACU,QAAA,UAAU,GAAG;IACxB,2BAA2B;CACnB,CAAC;AA6BX,SAAgB,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,kBAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,kBAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,IAAA,mBAAU,EAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAEY,QAAA,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,UAAU;IACtB,SAAS,EACP,qEAAqE;CAC/D,CAAC"}
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
22
22
  exports.app = (0, core_1.buildApplication)(routes, {
23
23
  name: "mcp",
24
24
  versionInfo: {
25
- currentVersion: "0.1.6",
25
+ currentVersion: "0.1.7",
26
26
  },
27
27
  });
28
28
  (0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
@@ -105,7 +105,7 @@ const webhooksUpdate_js_1 = require("./tools/webhooksUpdate.js");
105
105
  function createMCPServer(deps) {
106
106
  const server = new mcp_js_1.McpServer({
107
107
  name: "Client",
108
- version: "0.1.6",
108
+ version: "0.1.7",
109
109
  });
110
110
  const client = new core_js_1.ClientCore({
111
111
  security: deps.security,
@@ -1184,7 +1184,7 @@ export declare const CancelPaymentFeeRegion: {
1184
1184
  readonly Maestro: "maestro";
1185
1185
  readonly Other: "other";
1186
1186
  readonly Inter: "inter";
1187
- readonly IntraEea: "intra-eea";
1187
+ readonly IntraEea: "intra_eea";
1188
1188
  };
1189
1189
  /**
1190
1190
  * The applicable card fee region.
@@ -3838,7 +3838,7 @@ export declare namespace CancelPaymentFeeRegion$ {
3838
3838
  readonly Maestro: "maestro";
3839
3839
  readonly Other: "other";
3840
3840
  readonly Inter: "inter";
3841
- readonly IntraEea: "intra-eea";
3841
+ readonly IntraEea: "intra_eea";
3842
3842
  }>;
3843
3843
  /** @deprecated use `CancelPaymentFeeRegion$outboundSchema` instead. */
3844
3844
  const outboundSchema: z.ZodNativeEnum<{
@@ -3851,7 +3851,7 @@ export declare namespace CancelPaymentFeeRegion$ {
3851
3851
  readonly Maestro: "maestro";
3852
3852
  readonly Other: "other";
3853
3853
  readonly Inter: "inter";
3854
- readonly IntraEea: "intra-eea";
3854
+ readonly IntraEea: "intra_eea";
3855
3855
  }>;
3856
3856
  }
3857
3857
  /** @internal */
@@ -504,7 +504,7 @@ exports.CancelPaymentFeeRegion = {
504
504
  Maestro: "maestro",
505
505
  Other: "other",
506
506
  Inter: "inter",
507
- IntraEea: "intra-eea",
507
+ IntraEea: "intra_eea",
508
508
  };
509
509
  /**
510
510
  * A failure code to help understand why the payment failed.
@@ -2352,7 +2352,7 @@ export declare const CreateCustomerPaymentFeeRegion: {
2352
2352
  readonly Maestro: "maestro";
2353
2353
  readonly Other: "other";
2354
2354
  readonly Inter: "inter";
2355
- readonly IntraEea: "intra-eea";
2355
+ readonly IntraEea: "intra_eea";
2356
2356
  };
2357
2357
  /**
2358
2358
  * The applicable card fee region.
@@ -5804,7 +5804,7 @@ export declare namespace CreateCustomerPaymentFeeRegion$ {
5804
5804
  readonly Maestro: "maestro";
5805
5805
  readonly Other: "other";
5806
5806
  readonly Inter: "inter";
5807
- readonly IntraEea: "intra-eea";
5807
+ readonly IntraEea: "intra_eea";
5808
5808
  }>;
5809
5809
  /** @deprecated use `CreateCustomerPaymentFeeRegion$outboundSchema` instead. */
5810
5810
  const outboundSchema: z.ZodNativeEnum<{
@@ -5817,7 +5817,7 @@ export declare namespace CreateCustomerPaymentFeeRegion$ {
5817
5817
  readonly Maestro: "maestro";
5818
5818
  readonly Other: "other";
5819
5819
  readonly Inter: "inter";
5820
- readonly IntraEea: "intra-eea";
5820
+ readonly IntraEea: "intra_eea";
5821
5821
  }>;
5822
5822
  }
5823
5823
  /** @internal */
@@ -696,7 +696,7 @@ exports.CreateCustomerPaymentFeeRegion = {
696
696
  Maestro: "maestro",
697
697
  Other: "other",
698
698
  Inter: "inter",
699
- IntraEea: "intra-eea",
699
+ IntraEea: "intra_eea",
700
700
  };
701
701
  /**
702
702
  * A failure code to help understand why the payment failed.
@@ -2362,7 +2362,7 @@ export declare const CreatePaymentFeeRegion: {
2362
2362
  readonly Maestro: "maestro";
2363
2363
  readonly Other: "other";
2364
2364
  readonly Inter: "inter";
2365
- readonly IntraEea: "intra-eea";
2365
+ readonly IntraEea: "intra_eea";
2366
2366
  };
2367
2367
  /**
2368
2368
  * The applicable card fee region.
@@ -5832,7 +5832,7 @@ export declare namespace CreatePaymentFeeRegion$ {
5832
5832
  readonly Maestro: "maestro";
5833
5833
  readonly Other: "other";
5834
5834
  readonly Inter: "inter";
5835
- readonly IntraEea: "intra-eea";
5835
+ readonly IntraEea: "intra_eea";
5836
5836
  }>;
5837
5837
  /** @deprecated use `CreatePaymentFeeRegion$outboundSchema` instead. */
5838
5838
  const outboundSchema: z.ZodNativeEnum<{
@@ -5845,7 +5845,7 @@ export declare namespace CreatePaymentFeeRegion$ {
5845
5845
  readonly Maestro: "maestro";
5846
5846
  readonly Other: "other";
5847
5847
  readonly Inter: "inter";
5848
- readonly IntraEea: "intra-eea";
5848
+ readonly IntraEea: "intra_eea";
5849
5849
  }>;
5850
5850
  }
5851
5851
  /** @internal */
@@ -702,7 +702,7 @@ exports.CreatePaymentFeeRegion = {
702
702
  Maestro: "maestro",
703
703
  Other: "other",
704
704
  Inter: "inter",
705
- IntraEea: "intra-eea",
705
+ IntraEea: "intra_eea",
706
706
  };
707
707
  /**
708
708
  * A failure code to help understand why the payment failed.
@@ -1208,7 +1208,7 @@ export declare const GetPaymentFeeRegion: {
1208
1208
  readonly Maestro: "maestro";
1209
1209
  readonly Other: "other";
1210
1210
  readonly Inter: "inter";
1211
- readonly IntraEea: "intra-eea";
1211
+ readonly IntraEea: "intra_eea";
1212
1212
  };
1213
1213
  /**
1214
1214
  * The applicable card fee region.
@@ -3839,7 +3839,7 @@ export declare namespace GetPaymentFeeRegion$ {
3839
3839
  readonly Maestro: "maestro";
3840
3840
  readonly Other: "other";
3841
3841
  readonly Inter: "inter";
3842
- readonly IntraEea: "intra-eea";
3842
+ readonly IntraEea: "intra_eea";
3843
3843
  }>;
3844
3844
  /** @deprecated use `GetPaymentFeeRegion$outboundSchema` instead. */
3845
3845
  const outboundSchema: z.ZodNativeEnum<{
@@ -3852,7 +3852,7 @@ export declare namespace GetPaymentFeeRegion$ {
3852
3852
  readonly Maestro: "maestro";
3853
3853
  readonly Other: "other";
3854
3854
  readonly Inter: "inter";
3855
- readonly IntraEea: "intra-eea";
3855
+ readonly IntraEea: "intra_eea";
3856
3856
  }>;
3857
3857
  }
3858
3858
  /** @internal */
@@ -516,7 +516,7 @@ exports.GetPaymentFeeRegion = {
516
516
  Maestro: "maestro",
517
517
  Other: "other",
518
518
  Inter: "inter",
519
- IntraEea: "intra-eea",
519
+ IntraEea: "intra_eea",
520
520
  };
521
521
  /**
522
522
  * A failure code to help understand why the payment failed.
@@ -1203,7 +1203,7 @@ export declare const GetPaymentLinkPaymentsFeeRegion: {
1203
1203
  readonly Maestro: "maestro";
1204
1204
  readonly Other: "other";
1205
1205
  readonly Inter: "inter";
1206
- readonly IntraEea: "intra-eea";
1206
+ readonly IntraEea: "intra_eea";
1207
1207
  };
1208
1208
  /**
1209
1209
  * The applicable card fee region.
@@ -3909,7 +3909,7 @@ export declare namespace GetPaymentLinkPaymentsFeeRegion$ {
3909
3909
  readonly Maestro: "maestro";
3910
3910
  readonly Other: "other";
3911
3911
  readonly Inter: "inter";
3912
- readonly IntraEea: "intra-eea";
3912
+ readonly IntraEea: "intra_eea";
3913
3913
  }>;
3914
3914
  /** @deprecated use `GetPaymentLinkPaymentsFeeRegion$outboundSchema` instead. */
3915
3915
  const outboundSchema: z.ZodNativeEnum<{
@@ -3922,7 +3922,7 @@ export declare namespace GetPaymentLinkPaymentsFeeRegion$ {
3922
3922
  readonly Maestro: "maestro";
3923
3923
  readonly Other: "other";
3924
3924
  readonly Inter: "inter";
3925
- readonly IntraEea: "intra-eea";
3925
+ readonly IntraEea: "intra_eea";
3926
3926
  }>;
3927
3927
  }
3928
3928
  /** @internal */
@@ -523,7 +523,7 @@ exports.GetPaymentLinkPaymentsFeeRegion = {
523
523
  Maestro: "maestro",
524
524
  Other: "other",
525
525
  Inter: "inter",
526
- IntraEea: "intra-eea",
526
+ IntraEea: "intra_eea",
527
527
  };
528
528
  /**
529
529
  * A failure code to help understand why the payment failed.
@@ -1213,7 +1213,7 @@ export declare const ListCustomerPaymentsFeeRegion: {
1213
1213
  readonly Maestro: "maestro";
1214
1214
  readonly Other: "other";
1215
1215
  readonly Inter: "inter";
1216
- readonly IntraEea: "intra-eea";
1216
+ readonly IntraEea: "intra_eea";
1217
1217
  };
1218
1218
  /**
1219
1219
  * The applicable card fee region.
@@ -3920,7 +3920,7 @@ export declare namespace ListCustomerPaymentsFeeRegion$ {
3920
3920
  readonly Maestro: "maestro";
3921
3921
  readonly Other: "other";
3922
3922
  readonly Inter: "inter";
3923
- readonly IntraEea: "intra-eea";
3923
+ readonly IntraEea: "intra_eea";
3924
3924
  }>;
3925
3925
  /** @deprecated use `ListCustomerPaymentsFeeRegion$outboundSchema` instead. */
3926
3926
  const outboundSchema: z.ZodNativeEnum<{
@@ -3933,7 +3933,7 @@ export declare namespace ListCustomerPaymentsFeeRegion$ {
3933
3933
  readonly Maestro: "maestro";
3934
3934
  readonly Other: "other";
3935
3935
  readonly Inter: "inter";
3936
- readonly IntraEea: "intra-eea";
3936
+ readonly IntraEea: "intra_eea";
3937
3937
  }>;
3938
3938
  }
3939
3939
  /** @internal */
@@ -523,7 +523,7 @@ exports.ListCustomerPaymentsFeeRegion = {
523
523
  Maestro: "maestro",
524
524
  Other: "other",
525
525
  Inter: "inter",
526
- IntraEea: "intra-eea",
526
+ IntraEea: "intra_eea",
527
527
  };
528
528
  /**
529
529
  * A failure code to help understand why the payment failed.
@@ -1209,7 +1209,7 @@ export declare const ListPaymentsFeeRegion: {
1209
1209
  readonly Maestro: "maestro";
1210
1210
  readonly Other: "other";
1211
1211
  readonly Inter: "inter";
1212
- readonly IntraEea: "intra-eea";
1212
+ readonly IntraEea: "intra_eea";
1213
1213
  };
1214
1214
  /**
1215
1215
  * The applicable card fee region.
@@ -3915,7 +3915,7 @@ export declare namespace ListPaymentsFeeRegion$ {
3915
3915
  readonly Maestro: "maestro";
3916
3916
  readonly Other: "other";
3917
3917
  readonly Inter: "inter";
3918
- readonly IntraEea: "intra-eea";
3918
+ readonly IntraEea: "intra_eea";
3919
3919
  }>;
3920
3920
  /** @deprecated use `ListPaymentsFeeRegion$outboundSchema` instead. */
3921
3921
  const outboundSchema: z.ZodNativeEnum<{
@@ -3928,7 +3928,7 @@ export declare namespace ListPaymentsFeeRegion$ {
3928
3928
  readonly Maestro: "maestro";
3929
3929
  readonly Other: "other";
3930
3930
  readonly Inter: "inter";
3931
- readonly IntraEea: "intra-eea";
3931
+ readonly IntraEea: "intra_eea";
3932
3932
  }>;
3933
3933
  }
3934
3934
  /** @internal */
@@ -523,7 +523,7 @@ exports.ListPaymentsFeeRegion = {
523
523
  Maestro: "maestro",
524
524
  Other: "other",
525
525
  Inter: "inter",
526
- IntraEea: "intra-eea",
526
+ IntraEea: "intra_eea",
527
527
  };
528
528
  /**
529
529
  * A failure code to help understand why the payment failed.
@@ -1213,7 +1213,7 @@ export declare const ListSettlementPaymentsFeeRegion: {
1213
1213
  readonly Maestro: "maestro";
1214
1214
  readonly Other: "other";
1215
1215
  readonly Inter: "inter";
1216
- readonly IntraEea: "intra-eea";
1216
+ readonly IntraEea: "intra_eea";
1217
1217
  };
1218
1218
  /**
1219
1219
  * The applicable card fee region.
@@ -3920,7 +3920,7 @@ export declare namespace ListSettlementPaymentsFeeRegion$ {
3920
3920
  readonly Maestro: "maestro";
3921
3921
  readonly Other: "other";
3922
3922
  readonly Inter: "inter";
3923
- readonly IntraEea: "intra-eea";
3923
+ readonly IntraEea: "intra_eea";
3924
3924
  }>;
3925
3925
  /** @deprecated use `ListSettlementPaymentsFeeRegion$outboundSchema` instead. */
3926
3926
  const outboundSchema: z.ZodNativeEnum<{
@@ -3933,7 +3933,7 @@ export declare namespace ListSettlementPaymentsFeeRegion$ {
3933
3933
  readonly Maestro: "maestro";
3934
3934
  readonly Other: "other";
3935
3935
  readonly Inter: "inter";
3936
- readonly IntraEea: "intra-eea";
3936
+ readonly IntraEea: "intra_eea";
3937
3937
  }>;
3938
3938
  }
3939
3939
  /** @internal */
@@ -523,7 +523,7 @@ exports.ListSettlementPaymentsFeeRegion = {
523
523
  Maestro: "maestro",
524
524
  Other: "other",
525
525
  Inter: "inter",
526
- IntraEea: "intra-eea",
526
+ IntraEea: "intra_eea",
527
527
  };
528
528
  /**
529
529
  * A failure code to help understand why the payment failed.
@@ -1217,7 +1217,7 @@ export declare const ListSubscriptionPaymentsFeeRegion: {
1217
1217
  readonly Maestro: "maestro";
1218
1218
  readonly Other: "other";
1219
1219
  readonly Inter: "inter";
1220
- readonly IntraEea: "intra-eea";
1220
+ readonly IntraEea: "intra_eea";
1221
1221
  };
1222
1222
  /**
1223
1223
  * The applicable card fee region.
@@ -3925,7 +3925,7 @@ export declare namespace ListSubscriptionPaymentsFeeRegion$ {
3925
3925
  readonly Maestro: "maestro";
3926
3926
  readonly Other: "other";
3927
3927
  readonly Inter: "inter";
3928
- readonly IntraEea: "intra-eea";
3928
+ readonly IntraEea: "intra_eea";
3929
3929
  }>;
3930
3930
  /** @deprecated use `ListSubscriptionPaymentsFeeRegion$outboundSchema` instead. */
3931
3931
  const outboundSchema: z.ZodNativeEnum<{
@@ -3938,7 +3938,7 @@ export declare namespace ListSubscriptionPaymentsFeeRegion$ {
3938
3938
  readonly Maestro: "maestro";
3939
3939
  readonly Other: "other";
3940
3940
  readonly Inter: "inter";
3941
- readonly IntraEea: "intra-eea";
3941
+ readonly IntraEea: "intra_eea";
3942
3942
  }>;
3943
3943
  }
3944
3944
  /** @internal */
@@ -523,7 +523,7 @@ exports.ListSubscriptionPaymentsFeeRegion = {
523
523
  Maestro: "maestro",
524
524
  Other: "other",
525
525
  Inter: "inter",
526
- IntraEea: "intra-eea",
526
+ IntraEea: "intra_eea",
527
527
  };
528
528
  /**
529
529
  * A failure code to help understand why the payment failed.
@@ -1565,7 +1565,7 @@ export declare const UpdatePaymentFeeRegion: {
1565
1565
  readonly Maestro: "maestro";
1566
1566
  readonly Other: "other";
1567
1567
  readonly Inter: "inter";
1568
- readonly IntraEea: "intra-eea";
1568
+ readonly IntraEea: "intra_eea";
1569
1569
  };
1570
1570
  /**
1571
1571
  * The applicable card fee region.
@@ -4470,7 +4470,7 @@ export declare namespace UpdatePaymentFeeRegion$ {
4470
4470
  readonly Maestro: "maestro";
4471
4471
  readonly Other: "other";
4472
4472
  readonly Inter: "inter";
4473
- readonly IntraEea: "intra-eea";
4473
+ readonly IntraEea: "intra_eea";
4474
4474
  }>;
4475
4475
  /** @deprecated use `UpdatePaymentFeeRegion$outboundSchema` instead. */
4476
4476
  const outboundSchema: z.ZodNativeEnum<{
@@ -4483,7 +4483,7 @@ export declare namespace UpdatePaymentFeeRegion$ {
4483
4483
  readonly Maestro: "maestro";
4484
4484
  readonly Other: "other";
4485
4485
  readonly Inter: "inter";
4486
- readonly IntraEea: "intra-eea";
4486
+ readonly IntraEea: "intra_eea";
4487
4487
  }>;
4488
4488
  }
4489
4489
  /** @internal */
@@ -587,7 +587,7 @@ exports.UpdatePaymentFeeRegion = {
587
587
  Maestro: "maestro",
588
588
  Other: "other",
589
589
  Inter: "inter",
590
- IntraEea: "intra-eea",
590
+ IntraEea: "intra_eea",
591
591
  };
592
592
  /**
593
593
  * A failure code to help understand why the payment failed.
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
35
35
  export declare const SDK_METADATA: {
36
36
  readonly language: "typescript";
37
37
  readonly openapiDocVersion: "1.0.0";
38
- readonly sdkVersion: "0.1.6";
39
- readonly genVersion: "2.686.7";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.1.6 2.686.7 1.0.0 mollie-api-typescript";
38
+ readonly sdkVersion: "0.1.7";
39
+ readonly genVersion: "2.687.13";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.1.7 2.687.13 1.0.0 mollie-api-typescript";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
@@ -24,8 +24,8 @@ export function serverURLFromOptions(options) {
24
24
  export const SDK_METADATA = {
25
25
  language: "typescript",
26
26
  openapiDocVersion: "1.0.0",
27
- sdkVersion: "0.1.6",
28
- genVersion: "2.686.7",
29
- userAgent: "speakeasy-sdk/typescript 0.1.6 2.686.7 1.0.0 mollie-api-typescript",
27
+ sdkVersion: "0.1.7",
28
+ genVersion: "2.687.13",
29
+ userAgent: "speakeasy-sdk/typescript 0.1.7 2.687.13 1.0.0 mollie-api-typescript",
30
30
  };
31
31
  //# sourceMappingURL=config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,2BAA2B;CACnB,CAAC;AA6BX,MAAM,UAAU,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,SAAS;IACrB,SAAS,EACP,oEAAoE;CAC9D,CAAC"}
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,2BAA2B;CACnB,CAAC;AA6BX,MAAM,UAAU,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,UAAU;IACtB,SAAS,EACP,qEAAqE;CAC/D,CAAC"}
@@ -16,7 +16,7 @@ const routes = buildRouteMap({
16
16
  export const app = buildApplication(routes, {
17
17
  name: "mcp",
18
18
  versionInfo: {
19
- currentVersion: "0.1.6",
19
+ currentVersion: "0.1.7",
20
20
  },
21
21
  });
22
22
  run(app, process.argv.slice(2), buildContext(process));
@@ -102,7 +102,7 @@ import { tool$webhooksUpdate } from "./tools/webhooksUpdate.js";
102
102
  export function createMCPServer(deps) {
103
103
  const server = new McpServer({
104
104
  name: "Client",
105
- version: "0.1.6",
105
+ version: "0.1.7",
106
106
  });
107
107
  const client = new ClientCore({
108
108
  security: deps.security,
@@ -1184,7 +1184,7 @@ export declare const CancelPaymentFeeRegion: {
1184
1184
  readonly Maestro: "maestro";
1185
1185
  readonly Other: "other";
1186
1186
  readonly Inter: "inter";
1187
- readonly IntraEea: "intra-eea";
1187
+ readonly IntraEea: "intra_eea";
1188
1188
  };
1189
1189
  /**
1190
1190
  * The applicable card fee region.
@@ -3838,7 +3838,7 @@ export declare namespace CancelPaymentFeeRegion$ {
3838
3838
  readonly Maestro: "maestro";
3839
3839
  readonly Other: "other";
3840
3840
  readonly Inter: "inter";
3841
- readonly IntraEea: "intra-eea";
3841
+ readonly IntraEea: "intra_eea";
3842
3842
  }>;
3843
3843
  /** @deprecated use `CancelPaymentFeeRegion$outboundSchema` instead. */
3844
3844
  const outboundSchema: z.ZodNativeEnum<{
@@ -3851,7 +3851,7 @@ export declare namespace CancelPaymentFeeRegion$ {
3851
3851
  readonly Maestro: "maestro";
3852
3852
  readonly Other: "other";
3853
3853
  readonly Inter: "inter";
3854
- readonly IntraEea: "intra-eea";
3854
+ readonly IntraEea: "intra_eea";
3855
3855
  }>;
3856
3856
  }
3857
3857
  /** @internal */
@@ -354,7 +354,7 @@ export const CancelPaymentFeeRegion = {
354
354
  Maestro: "maestro",
355
355
  Other: "other",
356
356
  Inter: "inter",
357
- IntraEea: "intra-eea",
357
+ IntraEea: "intra_eea",
358
358
  };
359
359
  /**
360
360
  * A failure code to help understand why the payment failed.
@@ -2352,7 +2352,7 @@ export declare const CreateCustomerPaymentFeeRegion: {
2352
2352
  readonly Maestro: "maestro";
2353
2353
  readonly Other: "other";
2354
2354
  readonly Inter: "inter";
2355
- readonly IntraEea: "intra-eea";
2355
+ readonly IntraEea: "intra_eea";
2356
2356
  };
2357
2357
  /**
2358
2358
  * The applicable card fee region.
@@ -5804,7 +5804,7 @@ export declare namespace CreateCustomerPaymentFeeRegion$ {
5804
5804
  readonly Maestro: "maestro";
5805
5805
  readonly Other: "other";
5806
5806
  readonly Inter: "inter";
5807
- readonly IntraEea: "intra-eea";
5807
+ readonly IntraEea: "intra_eea";
5808
5808
  }>;
5809
5809
  /** @deprecated use `CreateCustomerPaymentFeeRegion$outboundSchema` instead. */
5810
5810
  const outboundSchema: z.ZodNativeEnum<{
@@ -5817,7 +5817,7 @@ export declare namespace CreateCustomerPaymentFeeRegion$ {
5817
5817
  readonly Maestro: "maestro";
5818
5818
  readonly Other: "other";
5819
5819
  readonly Inter: "inter";
5820
- readonly IntraEea: "intra-eea";
5820
+ readonly IntraEea: "intra_eea";
5821
5821
  }>;
5822
5822
  }
5823
5823
  /** @internal */
@@ -504,7 +504,7 @@ export const CreateCustomerPaymentFeeRegion = {
504
504
  Maestro: "maestro",
505
505
  Other: "other",
506
506
  Inter: "inter",
507
- IntraEea: "intra-eea",
507
+ IntraEea: "intra_eea",
508
508
  };
509
509
  /**
510
510
  * A failure code to help understand why the payment failed.
@@ -2362,7 +2362,7 @@ export declare const CreatePaymentFeeRegion: {
2362
2362
  readonly Maestro: "maestro";
2363
2363
  readonly Other: "other";
2364
2364
  readonly Inter: "inter";
2365
- readonly IntraEea: "intra-eea";
2365
+ readonly IntraEea: "intra_eea";
2366
2366
  };
2367
2367
  /**
2368
2368
  * The applicable card fee region.
@@ -5832,7 +5832,7 @@ export declare namespace CreatePaymentFeeRegion$ {
5832
5832
  readonly Maestro: "maestro";
5833
5833
  readonly Other: "other";
5834
5834
  readonly Inter: "inter";
5835
- readonly IntraEea: "intra-eea";
5835
+ readonly IntraEea: "intra_eea";
5836
5836
  }>;
5837
5837
  /** @deprecated use `CreatePaymentFeeRegion$outboundSchema` instead. */
5838
5838
  const outboundSchema: z.ZodNativeEnum<{
@@ -5845,7 +5845,7 @@ export declare namespace CreatePaymentFeeRegion$ {
5845
5845
  readonly Maestro: "maestro";
5846
5846
  readonly Other: "other";
5847
5847
  readonly Inter: "inter";
5848
- readonly IntraEea: "intra-eea";
5848
+ readonly IntraEea: "intra_eea";
5849
5849
  }>;
5850
5850
  }
5851
5851
  /** @internal */
@@ -510,7 +510,7 @@ export const CreatePaymentFeeRegion = {
510
510
  Maestro: "maestro",
511
511
  Other: "other",
512
512
  Inter: "inter",
513
- IntraEea: "intra-eea",
513
+ IntraEea: "intra_eea",
514
514
  };
515
515
  /**
516
516
  * A failure code to help understand why the payment failed.
@@ -1208,7 +1208,7 @@ export declare const GetPaymentFeeRegion: {
1208
1208
  readonly Maestro: "maestro";
1209
1209
  readonly Other: "other";
1210
1210
  readonly Inter: "inter";
1211
- readonly IntraEea: "intra-eea";
1211
+ readonly IntraEea: "intra_eea";
1212
1212
  };
1213
1213
  /**
1214
1214
  * The applicable card fee region.
@@ -3839,7 +3839,7 @@ export declare namespace GetPaymentFeeRegion$ {
3839
3839
  readonly Maestro: "maestro";
3840
3840
  readonly Other: "other";
3841
3841
  readonly Inter: "inter";
3842
- readonly IntraEea: "intra-eea";
3842
+ readonly IntraEea: "intra_eea";
3843
3843
  }>;
3844
3844
  /** @deprecated use `GetPaymentFeeRegion$outboundSchema` instead. */
3845
3845
  const outboundSchema: z.ZodNativeEnum<{
@@ -3852,7 +3852,7 @@ export declare namespace GetPaymentFeeRegion$ {
3852
3852
  readonly Maestro: "maestro";
3853
3853
  readonly Other: "other";
3854
3854
  readonly Inter: "inter";
3855
- readonly IntraEea: "intra-eea";
3855
+ readonly IntraEea: "intra_eea";
3856
3856
  }>;
3857
3857
  }
3858
3858
  /** @internal */
@@ -372,7 +372,7 @@ export const GetPaymentFeeRegion = {
372
372
  Maestro: "maestro",
373
373
  Other: "other",
374
374
  Inter: "inter",
375
- IntraEea: "intra-eea",
375
+ IntraEea: "intra_eea",
376
376
  };
377
377
  /**
378
378
  * A failure code to help understand why the payment failed.