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.
- package/bin/mcp-server.js +16 -16
- package/bin/mcp-server.js.map +14 -14
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/cancelpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/cancelpayment.js +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/createcustomerpayment.js +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/createpayment.js +1 -1
- package/dist/commonjs/models/operations/getpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/getpayment.js +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listcustomerpayments.js +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listpayments.js +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listsettlementpayments.js +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +3 -3
- package/dist/commonjs/models/operations/updatepayment.js +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/cancelpayment.d.ts +3 -3
- package/dist/esm/models/operations/cancelpayment.js +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +3 -3
- package/dist/esm/models/operations/createcustomerpayment.js +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +3 -3
- package/dist/esm/models/operations/createpayment.js +1 -1
- package/dist/esm/models/operations/getpayment.d.ts +3 -3
- package/dist/esm/models/operations/getpayment.js +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +3 -3
- package/dist/esm/models/operations/getpaymentlinkpayments.js +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +3 -3
- package/dist/esm/models/operations/listcustomerpayments.js +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +3 -3
- package/dist/esm/models/operations/listpayments.js +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +3 -3
- package/dist/esm/models/operations/listsettlementpayments.js +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +3 -3
- package/dist/esm/models/operations/listsubscriptionpayments.js +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +3 -3
- package/dist/esm/models/operations/updatepayment.js +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/cancelpayment.ts +1 -1
- package/src/models/operations/createcustomerpayment.ts +1 -1
- package/src/models/operations/createpayment.ts +1 -1
- package/src/models/operations/getpayment.ts +1 -1
- package/src/models/operations/getpaymentlinkpayments.ts +1 -1
- package/src/models/operations/listcustomerpayments.ts +1 -1
- package/src/models/operations/listpayments.ts +1 -1
- package/src/models/operations/listsettlementpayments.ts +1 -1
- package/src/models/operations/listsubscriptionpayments.ts +1 -1
- 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.
|
|
39
|
-
readonly genVersion: "2.
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.
|
|
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.
|
|
32
|
-
genVersion: "2.
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
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,
|
|
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.
|
|
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.
|
|
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: "
|
|
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: "
|
|
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: "
|
|
3854
|
+
readonly IntraEea: "intra_eea";
|
|
3855
3855
|
}>;
|
|
3856
3856
|
}
|
|
3857
3857
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
5820
|
+
readonly IntraEea: "intra_eea";
|
|
5821
5821
|
}>;
|
|
5822
5822
|
}
|
|
5823
5823
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
5848
|
+
readonly IntraEea: "intra_eea";
|
|
5849
5849
|
}>;
|
|
5850
5850
|
}
|
|
5851
5851
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
3855
|
+
readonly IntraEea: "intra_eea";
|
|
3856
3856
|
}>;
|
|
3857
3857
|
}
|
|
3858
3858
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
3925
|
+
readonly IntraEea: "intra_eea";
|
|
3926
3926
|
}>;
|
|
3927
3927
|
}
|
|
3928
3928
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
3936
|
+
readonly IntraEea: "intra_eea";
|
|
3937
3937
|
}>;
|
|
3938
3938
|
}
|
|
3939
3939
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
3931
|
+
readonly IntraEea: "intra_eea";
|
|
3932
3932
|
}>;
|
|
3933
3933
|
}
|
|
3934
3934
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
3936
|
+
readonly IntraEea: "intra_eea";
|
|
3937
3937
|
}>;
|
|
3938
3938
|
}
|
|
3939
3939
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
3941
|
+
readonly IntraEea: "intra_eea";
|
|
3942
3942
|
}>;
|
|
3943
3943
|
}
|
|
3944
3944
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
4486
|
+
readonly IntraEea: "intra_eea";
|
|
4487
4487
|
}>;
|
|
4488
4488
|
}
|
|
4489
4489
|
/** @internal */
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -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.
|
|
39
|
-
readonly genVersion: "2.
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.
|
|
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
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -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.
|
|
28
|
-
genVersion: "2.
|
|
29
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
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,
|
|
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"}
|
|
@@ -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.
|
|
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: "
|
|
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: "
|
|
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: "
|
|
3854
|
+
readonly IntraEea: "intra_eea";
|
|
3855
3855
|
}>;
|
|
3856
3856
|
}
|
|
3857
3857
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
5820
|
+
readonly IntraEea: "intra_eea";
|
|
5821
5821
|
}>;
|
|
5822
5822
|
}
|
|
5823
5823
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
5848
|
+
readonly IntraEea: "intra_eea";
|
|
5849
5849
|
}>;
|
|
5850
5850
|
}
|
|
5851
5851
|
/** @internal */
|
|
@@ -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: "
|
|
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: "
|
|
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: "
|
|
3855
|
+
readonly IntraEea: "intra_eea";
|
|
3856
3856
|
}>;
|
|
3857
3857
|
}
|
|
3858
3858
|
/** @internal */
|