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
@@ -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 */
@@ -364,7 +364,7 @@ export const GetPaymentLinkPaymentsFeeRegion = {
364
364
  Maestro: "maestro",
365
365
  Other: "other",
366
366
  Inter: "inter",
367
- IntraEea: "intra-eea",
367
+ IntraEea: "intra_eea",
368
368
  };
369
369
  /**
370
370
  * 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 */
@@ -364,7 +364,7 @@ export const ListCustomerPaymentsFeeRegion = {
364
364
  Maestro: "maestro",
365
365
  Other: "other",
366
366
  Inter: "inter",
367
- IntraEea: "intra-eea",
367
+ IntraEea: "intra_eea",
368
368
  };
369
369
  /**
370
370
  * 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 */
@@ -364,7 +364,7 @@ export const ListPaymentsFeeRegion = {
364
364
  Maestro: "maestro",
365
365
  Other: "other",
366
366
  Inter: "inter",
367
- IntraEea: "intra-eea",
367
+ IntraEea: "intra_eea",
368
368
  };
369
369
  /**
370
370
  * 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 */
@@ -364,7 +364,7 @@ export const ListSettlementPaymentsFeeRegion = {
364
364
  Maestro: "maestro",
365
365
  Other: "other",
366
366
  Inter: "inter",
367
- IntraEea: "intra-eea",
367
+ IntraEea: "intra_eea",
368
368
  };
369
369
  /**
370
370
  * 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 */
@@ -364,7 +364,7 @@ export const ListSubscriptionPaymentsFeeRegion = {
364
364
  Maestro: "maestro",
365
365
  Other: "other",
366
366
  Inter: "inter",
367
- IntraEea: "intra-eea",
367
+ IntraEea: "intra_eea",
368
368
  };
369
369
  /**
370
370
  * 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 */
@@ -430,7 +430,7 @@ export const UpdatePaymentFeeRegion = {
430
430
  Maestro: "maestro",
431
431
  Other: "other",
432
432
  Inter: "inter",
433
- IntraEea: "intra-eea",
433
+ IntraEea: "intra_eea",
434
434
  };
435
435
  /**
436
436
  * A failure code to help understand why the payment failed.
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "..": {
20
20
  "name": "mollie-api-typescript",
21
- "version": "0.1.6",
21
+ "version": "0.1.7",
22
22
  "dependencies": {
23
23
  "zod": "^3.20.0"
24
24
  },
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "mollie-api-typescript",
5
- "version": "0.1.6",
5
+ "version": "0.1.7",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mollie-api-typescript",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "bin": {
package/src/lib/config.ts CHANGED
@@ -62,8 +62,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
62
62
  export const SDK_METADATA = {
63
63
  language: "typescript",
64
64
  openapiDocVersion: "1.0.0",
65
- sdkVersion: "0.1.6",
66
- genVersion: "2.686.7",
65
+ sdkVersion: "0.1.7",
66
+ genVersion: "2.687.13",
67
67
  userAgent:
68
- "speakeasy-sdk/typescript 0.1.6 2.686.7 1.0.0 mollie-api-typescript",
68
+ "speakeasy-sdk/typescript 0.1.7 2.687.13 1.0.0 mollie-api-typescript",
69
69
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "0.1.6",
22
+ currentVersion: "0.1.7",
23
23
  },
24
24
  });
25
25
 
@@ -117,7 +117,7 @@ export function createMCPServer(deps: {
117
117
  }) {
118
118
  const server = new McpServer({
119
119
  name: "Client",
120
- version: "0.1.6",
120
+ version: "0.1.7",
121
121
  });
122
122
 
123
123
  const client = new ClientCore({
@@ -1262,7 +1262,7 @@ export const CancelPaymentFeeRegion = {
1262
1262
  Maestro: "maestro",
1263
1263
  Other: "other",
1264
1264
  Inter: "inter",
1265
- IntraEea: "intra-eea",
1265
+ IntraEea: "intra_eea",
1266
1266
  } as const;
1267
1267
  /**
1268
1268
  * The applicable card fee region.
@@ -2484,7 +2484,7 @@ export const CreateCustomerPaymentFeeRegion = {
2484
2484
  Maestro: "maestro",
2485
2485
  Other: "other",
2486
2486
  Inter: "inter",
2487
- IntraEea: "intra-eea",
2487
+ IntraEea: "intra_eea",
2488
2488
  } as const;
2489
2489
  /**
2490
2490
  * The applicable card fee region.
@@ -2487,7 +2487,7 @@ export const CreatePaymentFeeRegion = {
2487
2487
  Maestro: "maestro",
2488
2488
  Other: "other",
2489
2489
  Inter: "inter",
2490
- IntraEea: "intra-eea",
2490
+ IntraEea: "intra_eea",
2491
2491
  } as const;
2492
2492
  /**
2493
2493
  * The applicable card fee region.
@@ -1266,7 +1266,7 @@ export const GetPaymentFeeRegion = {
1266
1266
  Maestro: "maestro",
1267
1267
  Other: "other",
1268
1268
  Inter: "inter",
1269
- IntraEea: "intra-eea",
1269
+ IntraEea: "intra_eea",
1270
1270
  } as const;
1271
1271
  /**
1272
1272
  * The applicable card fee region.
@@ -1295,7 +1295,7 @@ export const GetPaymentLinkPaymentsFeeRegion = {
1295
1295
  Maestro: "maestro",
1296
1296
  Other: "other",
1297
1297
  Inter: "inter",
1298
- IntraEea: "intra-eea",
1298
+ IntraEea: "intra_eea",
1299
1299
  } as const;
1300
1300
  /**
1301
1301
  * The applicable card fee region.
@@ -1305,7 +1305,7 @@ export const ListCustomerPaymentsFeeRegion = {
1305
1305
  Maestro: "maestro",
1306
1306
  Other: "other",
1307
1307
  Inter: "inter",
1308
- IntraEea: "intra-eea",
1308
+ IntraEea: "intra_eea",
1309
1309
  } as const;
1310
1310
  /**
1311
1311
  * The applicable card fee region.
@@ -1283,7 +1283,7 @@ export const ListPaymentsFeeRegion = {
1283
1283
  Maestro: "maestro",
1284
1284
  Other: "other",
1285
1285
  Inter: "inter",
1286
- IntraEea: "intra-eea",
1286
+ IntraEea: "intra_eea",
1287
1287
  } as const;
1288
1288
  /**
1289
1289
  * The applicable card fee region.
@@ -1305,7 +1305,7 @@ export const ListSettlementPaymentsFeeRegion = {
1305
1305
  Maestro: "maestro",
1306
1306
  Other: "other",
1307
1307
  Inter: "inter",
1308
- IntraEea: "intra-eea",
1308
+ IntraEea: "intra_eea",
1309
1309
  } as const;
1310
1310
  /**
1311
1311
  * The applicable card fee region.
@@ -1309,7 +1309,7 @@ export const ListSubscriptionPaymentsFeeRegion = {
1309
1309
  Maestro: "maestro",
1310
1310
  Other: "other",
1311
1311
  Inter: "inter",
1312
- IntraEea: "intra-eea",
1312
+ IntraEea: "intra_eea",
1313
1313
  } as const;
1314
1314
  /**
1315
1315
  * The applicable card fee region.
@@ -1655,7 +1655,7 @@ export const UpdatePaymentFeeRegion = {
1655
1655
  Maestro: "maestro",
1656
1656
  Other: "other",
1657
1657
  Inter: "inter",
1658
- IntraEea: "intra-eea",
1658
+ IntraEea: "intra_eea",
1659
1659
  } as const;
1660
1660
  /**
1661
1661
  * The applicable card fee region.