mollie-api-typescript 0.9.7 → 0.9.9
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 +58 -62
- package/bin/mcp-server.js.map +18 -18
- package/dist/commonjs/funcs/methodsAll.d.ts +3 -0
- package/dist/commonjs/funcs/methodsAll.d.ts.map +1 -1
- package/dist/commonjs/funcs/methodsAll.js +3 -0
- package/dist/commonjs/funcs/methodsAll.js.map +1 -1
- package/dist/commonjs/funcs/methodsGet.d.ts +1 -1
- package/dist/commonjs/funcs/methodsGet.d.ts.map +1 -1
- package/dist/commonjs/funcs/methodsGet.js +1 -1
- package/dist/commonjs/funcs/methodsGet.js.map +1 -1
- package/dist/commonjs/funcs/methodsList.d.ts +3 -0
- package/dist/commonjs/funcs/methodsList.d.ts.map +1 -1
- package/dist/commonjs/funcs/methodsList.js +3 -0
- package/dist/commonjs/funcs/methodsList.js.map +1 -1
- 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/mcp-server/tools/methodsAll.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/tools/methodsAll.js +4 -1
- package/dist/commonjs/mcp-server/tools/methodsAll.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/methodsList.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/tools/methodsList.js +4 -1
- package/dist/commonjs/mcp-server/tools/methodsList.js.map +1 -1
- package/dist/commonjs/models/{entitymethod.d.ts → entitymethodget.d.ts} +60 -60
- package/dist/commonjs/models/entitymethodget.d.ts.map +1 -0
- package/dist/commonjs/models/entitymethodget.js +266 -0
- package/dist/commonjs/models/entitymethodget.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/listentitymethod.d.ts +0 -17
- package/dist/commonjs/models/listentitymethod.d.ts.map +1 -1
- package/dist/commonjs/models/listentitymethod.js +0 -17
- package/dist/commonjs/models/listentitymethod.js.map +1 -1
- package/dist/commonjs/models/listentitymethodall.d.ts +0 -17
- package/dist/commonjs/models/listentitymethodall.d.ts.map +1 -1
- package/dist/commonjs/models/listentitymethodall.js +0 -17
- package/dist/commonjs/models/listentitymethodall.js.map +1 -1
- package/dist/commonjs/models/listsubscriptionresponse.d.ts +2 -2
- package/dist/commonjs/models/listsubscriptionresponse.d.ts.map +1 -1
- package/dist/commonjs/models/listsubscriptionresponse.js +2 -2
- package/dist/commonjs/models/listsubscriptionresponse.js.map +1 -1
- package/dist/commonjs/models/subscriptionrequest.d.ts +2 -2
- package/dist/commonjs/models/subscriptionrequest.d.ts.map +1 -1
- package/dist/commonjs/models/subscriptionrequest.js +2 -2
- package/dist/commonjs/models/subscriptionrequest.js.map +1 -1
- package/dist/commonjs/models/subscriptionresponse.d.ts +2 -2
- package/dist/commonjs/models/subscriptionresponse.d.ts.map +1 -1
- package/dist/commonjs/models/subscriptionresponse.js +2 -2
- package/dist/commonjs/models/subscriptionresponse.js.map +1 -1
- package/dist/commonjs/sdk/methods.d.ts +7 -1
- package/dist/commonjs/sdk/methods.d.ts.map +1 -1
- package/dist/commonjs/sdk/methods.js +6 -0
- package/dist/commonjs/sdk/methods.js.map +1 -1
- package/dist/esm/funcs/methodsAll.d.ts +3 -0
- package/dist/esm/funcs/methodsAll.d.ts.map +1 -1
- package/dist/esm/funcs/methodsAll.js +3 -0
- package/dist/esm/funcs/methodsAll.js.map +1 -1
- package/dist/esm/funcs/methodsGet.d.ts +1 -1
- package/dist/esm/funcs/methodsGet.d.ts.map +1 -1
- package/dist/esm/funcs/methodsGet.js +1 -1
- package/dist/esm/funcs/methodsGet.js.map +1 -1
- package/dist/esm/funcs/methodsList.d.ts +3 -0
- package/dist/esm/funcs/methodsList.d.ts.map +1 -1
- package/dist/esm/funcs/methodsList.js +3 -0
- package/dist/esm/funcs/methodsList.js.map +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/mcp-server/tools/methodsAll.d.ts.map +1 -1
- package/dist/esm/mcp-server/tools/methodsAll.js +4 -1
- package/dist/esm/mcp-server/tools/methodsAll.js.map +1 -1
- package/dist/esm/mcp-server/tools/methodsList.d.ts.map +1 -1
- package/dist/esm/mcp-server/tools/methodsList.js +4 -1
- package/dist/esm/mcp-server/tools/methodsList.js.map +1 -1
- package/dist/esm/models/{entitymethod.d.ts → entitymethodget.d.ts} +60 -60
- package/dist/esm/models/entitymethodget.d.ts.map +1 -0
- package/dist/esm/models/entitymethodget.js +216 -0
- package/dist/esm/models/entitymethodget.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/listentitymethod.d.ts +0 -17
- package/dist/esm/models/listentitymethod.d.ts.map +1 -1
- package/dist/esm/models/listentitymethod.js +0 -17
- package/dist/esm/models/listentitymethod.js.map +1 -1
- package/dist/esm/models/listentitymethodall.d.ts +0 -17
- package/dist/esm/models/listentitymethodall.d.ts.map +1 -1
- package/dist/esm/models/listentitymethodall.js +0 -17
- package/dist/esm/models/listentitymethodall.js.map +1 -1
- package/dist/esm/models/listsubscriptionresponse.d.ts +2 -2
- package/dist/esm/models/listsubscriptionresponse.d.ts.map +1 -1
- package/dist/esm/models/listsubscriptionresponse.js +2 -2
- package/dist/esm/models/listsubscriptionresponse.js.map +1 -1
- package/dist/esm/models/subscriptionrequest.d.ts +2 -2
- package/dist/esm/models/subscriptionrequest.d.ts.map +1 -1
- package/dist/esm/models/subscriptionrequest.js +2 -2
- package/dist/esm/models/subscriptionrequest.js.map +1 -1
- package/dist/esm/models/subscriptionresponse.d.ts +2 -2
- package/dist/esm/models/subscriptionresponse.d.ts.map +1 -1
- package/dist/esm/models/subscriptionresponse.js +2 -2
- package/dist/esm/models/subscriptionresponse.js.map +1 -1
- package/dist/esm/sdk/methods.d.ts +7 -1
- package/dist/esm/sdk/methods.d.ts.map +1 -1
- package/dist/esm/sdk/methods.js +6 -0
- package/dist/esm/sdk/methods.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/methodsAll.ts +3 -0
- package/src/funcs/methodsGet.ts +4 -4
- package/src/funcs/methodsList.ts +3 -0
- 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/mcp-server/tools/methodsAll.ts +4 -1
- package/src/mcp-server/tools/methodsList.ts +4 -1
- package/src/models/{entitymethod.ts → entitymethodget.ts} +140 -132
- package/src/models/index.ts +1 -1
- package/src/models/listentitymethod.ts +0 -17
- package/src/models/listentitymethodall.ts +0 -17
- package/src/models/listsubscriptionresponse.ts +4 -4
- package/src/models/subscriptionrequest.ts +4 -4
- package/src/models/subscriptionresponse.ts +4 -4
- package/src/sdk/methods.ts +7 -1
- package/dist/commonjs/models/entitymethod.d.ts.map +0 -1
- package/dist/commonjs/models/entitymethod.js +0 -264
- package/dist/commonjs/models/entitymethod.js.map +0 -1
- package/dist/esm/models/entitymethod.d.ts.map +0 -1
- package/dist/esm/models/entitymethod.js +0 -214
- package/dist/esm/models/entitymethod.js.map +0 -1
package/bin/mcp-server.js
CHANGED
|
@@ -52403,9 +52403,9 @@ var init_config = __esm(() => {
|
|
|
52403
52403
|
SDK_METADATA = {
|
|
52404
52404
|
language: "typescript",
|
|
52405
52405
|
openapiDocVersion: "1.0.0",
|
|
52406
|
-
sdkVersion: "0.9.
|
|
52407
|
-
genVersion: "2.788.
|
|
52408
|
-
userAgent: "speakeasy-sdk/typescript 0.9.
|
|
52406
|
+
sdkVersion: "0.9.9",
|
|
52407
|
+
genVersion: "2.788.15",
|
|
52408
|
+
userAgent: "speakeasy-sdk/typescript 0.9.9 2.788.15 1.0.0 mollie-api-typescript"
|
|
52409
52409
|
};
|
|
52410
52410
|
});
|
|
52411
52411
|
|
|
@@ -56395,15 +56395,15 @@ var init_methodstatus = __esm(() => {
|
|
|
56395
56395
|
MethodStatus$outboundSchema = outboundSchema(MethodStatus);
|
|
56396
56396
|
});
|
|
56397
56397
|
|
|
56398
|
-
// src/models/
|
|
56399
|
-
var
|
|
56400
|
-
var
|
|
56398
|
+
// src/models/entitymethodget.ts
|
|
56399
|
+
var EntityMethodGetId, EntityMethodGetId$inboundSchema, EntityMethodGetId$outboundSchema, EntityMethodGetMinimumAmount$inboundSchema, EntityMethodGetMinimumAmount$outboundSchema, EntityMethodGetMaximumAmount$inboundSchema, EntityMethodGetMaximumAmount$outboundSchema, EntityMethodGetImage$inboundSchema, EntityMethodGetImage$outboundSchema, EntityMethodGetIssuerImage$inboundSchema, EntityMethodGetIssuerImage$outboundSchema, EntityMethodGetIssuer$inboundSchema, EntityMethodGetIssuer$outboundSchema, EntityMethodGetLinks$inboundSchema, EntityMethodGetLinks$outboundSchema, EntityMethodGet$inboundSchema, EntityMethodGet$outboundSchema;
|
|
56400
|
+
var init_entitymethodget = __esm(() => {
|
|
56401
56401
|
init_esm();
|
|
56402
56402
|
init_primitives();
|
|
56403
56403
|
init_enums();
|
|
56404
56404
|
init_methodstatus();
|
|
56405
56405
|
init_url2();
|
|
56406
|
-
|
|
56406
|
+
EntityMethodGetId = {
|
|
56407
56407
|
Alma: "alma",
|
|
56408
56408
|
Applepay: "applepay",
|
|
56409
56409
|
Bacs: "bacs",
|
|
@@ -56443,89 +56443,89 @@ var init_entitymethod = __esm(() => {
|
|
|
56443
56443
|
Klarnasliceit: "klarnasliceit",
|
|
56444
56444
|
Payconiq: "payconiq"
|
|
56445
56445
|
};
|
|
56446
|
-
|
|
56447
|
-
|
|
56448
|
-
|
|
56446
|
+
EntityMethodGetId$inboundSchema = inboundSchema(EntityMethodGetId);
|
|
56447
|
+
EntityMethodGetId$outboundSchema = outboundSchema(EntityMethodGetId);
|
|
56448
|
+
EntityMethodGetMinimumAmount$inboundSchema = objectType({
|
|
56449
56449
|
currency: stringType(),
|
|
56450
56450
|
value: stringType()
|
|
56451
56451
|
});
|
|
56452
|
-
|
|
56452
|
+
EntityMethodGetMinimumAmount$outboundSchema = objectType({
|
|
56453
56453
|
currency: stringType(),
|
|
56454
56454
|
value: stringType()
|
|
56455
56455
|
});
|
|
56456
|
-
|
|
56456
|
+
EntityMethodGetMaximumAmount$inboundSchema = objectType({
|
|
56457
56457
|
currency: stringType(),
|
|
56458
56458
|
value: stringType()
|
|
56459
56459
|
});
|
|
56460
|
-
|
|
56460
|
+
EntityMethodGetMaximumAmount$outboundSchema = objectType({
|
|
56461
56461
|
currency: stringType(),
|
|
56462
56462
|
value: stringType()
|
|
56463
56463
|
});
|
|
56464
|
-
|
|
56464
|
+
EntityMethodGetImage$inboundSchema = objectType({
|
|
56465
56465
|
size1x: stringType(),
|
|
56466
56466
|
size2x: stringType(),
|
|
56467
56467
|
svg: stringType()
|
|
56468
56468
|
});
|
|
56469
|
-
|
|
56469
|
+
EntityMethodGetImage$outboundSchema = objectType({
|
|
56470
56470
|
size1x: stringType(),
|
|
56471
56471
|
size2x: stringType(),
|
|
56472
56472
|
svg: stringType()
|
|
56473
56473
|
});
|
|
56474
|
-
|
|
56474
|
+
EntityMethodGetIssuerImage$inboundSchema = objectType({
|
|
56475
56475
|
size1x: stringType().optional(),
|
|
56476
56476
|
size2x: stringType().optional(),
|
|
56477
56477
|
svg: stringType().optional()
|
|
56478
56478
|
});
|
|
56479
|
-
|
|
56479
|
+
EntityMethodGetIssuerImage$outboundSchema = objectType({
|
|
56480
56480
|
size1x: stringType().optional(),
|
|
56481
56481
|
size2x: stringType().optional(),
|
|
56482
56482
|
svg: stringType().optional()
|
|
56483
56483
|
});
|
|
56484
|
-
|
|
56484
|
+
EntityMethodGetIssuer$inboundSchema = objectType({
|
|
56485
56485
|
resource: stringType(),
|
|
56486
56486
|
id: stringType(),
|
|
56487
56487
|
name: stringType(),
|
|
56488
|
-
image: lazyType(() =>
|
|
56488
|
+
image: lazyType(() => EntityMethodGetIssuerImage$inboundSchema)
|
|
56489
56489
|
});
|
|
56490
|
-
|
|
56490
|
+
EntityMethodGetIssuer$outboundSchema = objectType({
|
|
56491
56491
|
resource: stringType(),
|
|
56492
56492
|
id: stringType(),
|
|
56493
56493
|
name: stringType(),
|
|
56494
|
-
image: lazyType(() =>
|
|
56494
|
+
image: lazyType(() => EntityMethodGetIssuerImage$outboundSchema)
|
|
56495
56495
|
});
|
|
56496
|
-
|
|
56496
|
+
EntityMethodGetLinks$inboundSchema = objectType({
|
|
56497
56497
|
self: Url$inboundSchema,
|
|
56498
56498
|
documentation: Url$inboundSchema.optional()
|
|
56499
56499
|
});
|
|
56500
|
-
|
|
56500
|
+
EntityMethodGetLinks$outboundSchema = objectType({
|
|
56501
56501
|
self: Url$outboundSchema,
|
|
56502
56502
|
documentation: Url$outboundSchema.optional()
|
|
56503
56503
|
});
|
|
56504
|
-
|
|
56504
|
+
EntityMethodGet$inboundSchema = objectType({
|
|
56505
56505
|
resource: stringType(),
|
|
56506
|
-
id: nullableType(
|
|
56506
|
+
id: nullableType(EntityMethodGetId$inboundSchema),
|
|
56507
56507
|
description: stringType(),
|
|
56508
|
-
minimumAmount: lazyType(() =>
|
|
56509
|
-
maximumAmount: nullableType(lazyType(() =>
|
|
56510
|
-
image: lazyType(() =>
|
|
56508
|
+
minimumAmount: lazyType(() => EntityMethodGetMinimumAmount$inboundSchema),
|
|
56509
|
+
maximumAmount: nullableType(lazyType(() => EntityMethodGetMaximumAmount$inboundSchema)),
|
|
56510
|
+
image: lazyType(() => EntityMethodGetImage$inboundSchema),
|
|
56511
56511
|
status: nullableType(MethodStatus$inboundSchema),
|
|
56512
|
-
issuers: arrayType(lazyType(() =>
|
|
56513
|
-
_links: lazyType(() =>
|
|
56512
|
+
issuers: arrayType(lazyType(() => EntityMethodGetIssuer$inboundSchema)).optional(),
|
|
56513
|
+
_links: lazyType(() => EntityMethodGetLinks$inboundSchema)
|
|
56514
56514
|
}).transform((v2) => {
|
|
56515
56515
|
return remap(v2, {
|
|
56516
56516
|
_links: "links"
|
|
56517
56517
|
});
|
|
56518
56518
|
});
|
|
56519
|
-
|
|
56519
|
+
EntityMethodGet$outboundSchema = objectType({
|
|
56520
56520
|
resource: stringType(),
|
|
56521
|
-
id: nullableType(
|
|
56521
|
+
id: nullableType(EntityMethodGetId$outboundSchema),
|
|
56522
56522
|
description: stringType(),
|
|
56523
|
-
minimumAmount: lazyType(() =>
|
|
56524
|
-
maximumAmount: nullableType(lazyType(() =>
|
|
56525
|
-
image: lazyType(() =>
|
|
56523
|
+
minimumAmount: lazyType(() => EntityMethodGetMinimumAmount$outboundSchema),
|
|
56524
|
+
maximumAmount: nullableType(lazyType(() => EntityMethodGetMaximumAmount$outboundSchema)),
|
|
56525
|
+
image: lazyType(() => EntityMethodGetImage$outboundSchema),
|
|
56526
56526
|
status: nullableType(MethodStatus$outboundSchema),
|
|
56527
|
-
issuers: arrayType(lazyType(() =>
|
|
56528
|
-
links: lazyType(() =>
|
|
56527
|
+
issuers: arrayType(lazyType(() => EntityMethodGetIssuer$outboundSchema)).optional(),
|
|
56528
|
+
links: lazyType(() => EntityMethodGetLinks$outboundSchema)
|
|
56529
56529
|
}).transform((v2) => {
|
|
56530
56530
|
return remap(v2, {
|
|
56531
56531
|
links: "_links"
|
|
@@ -58185,7 +58185,6 @@ var init_listentitymethod = __esm(() => {
|
|
|
58185
58185
|
Paybybank: "paybybank",
|
|
58186
58186
|
Paypal: "paypal",
|
|
58187
58187
|
Paysafecard: "paysafecard",
|
|
58188
|
-
Pointofsale: "pointofsale",
|
|
58189
58188
|
Przelewy24: "przelewy24",
|
|
58190
58189
|
Riverty: "riverty",
|
|
58191
58190
|
Satispay: "satispay",
|
|
@@ -58193,11 +58192,7 @@ var init_listentitymethod = __esm(() => {
|
|
|
58193
58192
|
Trustly: "trustly",
|
|
58194
58193
|
Twint: "twint",
|
|
58195
58194
|
Vipps: "vipps",
|
|
58196
|
-
Voucher: "voucher"
|
|
58197
|
-
Klarnapaylater: "klarnapaylater",
|
|
58198
|
-
Klarnapaynow: "klarnapaynow",
|
|
58199
|
-
Klarnasliceit: "klarnasliceit",
|
|
58200
|
-
Payconiq: "payconiq"
|
|
58195
|
+
Voucher: "voucher"
|
|
58201
58196
|
};
|
|
58202
58197
|
ListEntityMethodId$inboundSchema = inboundSchema(ListEntityMethodId);
|
|
58203
58198
|
ListEntityMethodId$outboundSchema = outboundSchema(ListEntityMethodId);
|
|
@@ -58322,7 +58317,6 @@ var init_listentitymethodall = __esm(() => {
|
|
|
58322
58317
|
Paybybank: "paybybank",
|
|
58323
58318
|
Paypal: "paypal",
|
|
58324
58319
|
Paysafecard: "paysafecard",
|
|
58325
|
-
Pointofsale: "pointofsale",
|
|
58326
58320
|
Przelewy24: "przelewy24",
|
|
58327
58321
|
Riverty: "riverty",
|
|
58328
58322
|
Satispay: "satispay",
|
|
@@ -58330,11 +58324,7 @@ var init_listentitymethodall = __esm(() => {
|
|
|
58330
58324
|
Trustly: "trustly",
|
|
58331
58325
|
Twint: "twint",
|
|
58332
58326
|
Vipps: "vipps",
|
|
58333
|
-
Voucher: "voucher"
|
|
58334
|
-
Klarnapaylater: "klarnapaylater",
|
|
58335
|
-
Klarnapaynow: "klarnapaynow",
|
|
58336
|
-
Klarnasliceit: "klarnasliceit",
|
|
58337
|
-
Payconiq: "payconiq"
|
|
58327
|
+
Voucher: "voucher"
|
|
58338
58328
|
};
|
|
58339
58329
|
ListEntityMethodAllId$inboundSchema = inboundSchema(ListEntityMethodAllId);
|
|
58340
58330
|
ListEntityMethodAllId$outboundSchema = outboundSchema(ListEntityMethodAllId);
|
|
@@ -60363,7 +60353,7 @@ var init_listsubscriptionresponse = __esm(() => {
|
|
|
60363
60353
|
method: nullableType(SubscriptionMethodResponse$inboundSchema),
|
|
60364
60354
|
applicationFee: lazyType(() => ListSubscriptionResponseApplicationFee$inboundSchema).optional(),
|
|
60365
60355
|
metadata: nullableType(Metadata$inboundSchema),
|
|
60366
|
-
webhookUrl: stringType(),
|
|
60356
|
+
webhookUrl: nullableType(stringType()),
|
|
60367
60357
|
customerId: stringType(),
|
|
60368
60358
|
mandateId: stringType().optional(),
|
|
60369
60359
|
createdAt: stringType(),
|
|
@@ -60389,7 +60379,7 @@ var init_listsubscriptionresponse = __esm(() => {
|
|
|
60389
60379
|
method: nullableType(SubscriptionMethodResponse$outboundSchema),
|
|
60390
60380
|
applicationFee: lazyType(() => ListSubscriptionResponseApplicationFee$outboundSchema).optional(),
|
|
60391
60381
|
metadata: nullableType(Metadata$outboundSchema),
|
|
60392
|
-
webhookUrl: stringType(),
|
|
60382
|
+
webhookUrl: nullableType(stringType()),
|
|
60393
60383
|
customerId: stringType(),
|
|
60394
60384
|
mandateId: stringType().optional(),
|
|
60395
60385
|
createdAt: stringType(),
|
|
@@ -61965,7 +61955,7 @@ var init_subscriptionrequest = __esm(() => {
|
|
|
61965
61955
|
method: nullableType(SubscriptionMethod$inboundSchema).optional(),
|
|
61966
61956
|
applicationFee: lazyType(() => SubscriptionRequestApplicationFee$inboundSchema).optional(),
|
|
61967
61957
|
metadata: nullableType(Metadata$inboundSchema).optional(),
|
|
61968
|
-
webhookUrl: stringType().optional(),
|
|
61958
|
+
webhookUrl: nullableType(stringType()).optional(),
|
|
61969
61959
|
mandateId: stringType().optional(),
|
|
61970
61960
|
profileId: stringType().optional(),
|
|
61971
61961
|
testmode: nullableType(booleanType()).optional()
|
|
@@ -61979,7 +61969,7 @@ var init_subscriptionrequest = __esm(() => {
|
|
|
61979
61969
|
method: nullableType(SubscriptionMethod$outboundSchema).optional(),
|
|
61980
61970
|
applicationFee: lazyType(() => SubscriptionRequestApplicationFee$outboundSchema).optional(),
|
|
61981
61971
|
metadata: nullableType(Metadata$outboundSchema).optional(),
|
|
61982
|
-
webhookUrl: stringType().optional(),
|
|
61972
|
+
webhookUrl: nullableType(stringType()).optional(),
|
|
61983
61973
|
mandateId: stringType().optional(),
|
|
61984
61974
|
profileId: stringType().optional(),
|
|
61985
61975
|
testmode: nullableType(booleanType()).optional()
|
|
@@ -62046,7 +62036,7 @@ var init_subscriptionresponse = __esm(() => {
|
|
|
62046
62036
|
method: nullableType(SubscriptionMethodResponse$inboundSchema),
|
|
62047
62037
|
applicationFee: lazyType(() => SubscriptionResponseApplicationFee$inboundSchema).optional(),
|
|
62048
62038
|
metadata: nullableType(Metadata$inboundSchema),
|
|
62049
|
-
webhookUrl: stringType(),
|
|
62039
|
+
webhookUrl: nullableType(stringType()),
|
|
62050
62040
|
customerId: stringType(),
|
|
62051
62041
|
mandateId: stringType().optional(),
|
|
62052
62042
|
createdAt: stringType(),
|
|
@@ -62072,7 +62062,7 @@ var init_subscriptionresponse = __esm(() => {
|
|
|
62072
62062
|
method: nullableType(SubscriptionMethodResponse$outboundSchema),
|
|
62073
62063
|
applicationFee: lazyType(() => SubscriptionResponseApplicationFee$outboundSchema).optional(),
|
|
62074
62064
|
metadata: nullableType(Metadata$outboundSchema),
|
|
62075
|
-
webhookUrl: stringType(),
|
|
62065
|
+
webhookUrl: nullableType(stringType()),
|
|
62076
62066
|
customerId: stringType(),
|
|
62077
62067
|
mandateId: stringType().optional(),
|
|
62078
62068
|
createdAt: stringType(),
|
|
@@ -62169,7 +62159,7 @@ var init_models = __esm(() => {
|
|
|
62169
62159
|
init_entitycustomer();
|
|
62170
62160
|
init_entityevent();
|
|
62171
62161
|
init_entityinvoice();
|
|
62172
|
-
|
|
62162
|
+
init_entitymethodget();
|
|
62173
62163
|
init_entityonboardingstatus();
|
|
62174
62164
|
init_entityorganization();
|
|
62175
62165
|
init_entitypaymentroute();
|
|
@@ -71258,7 +71248,10 @@ var init_methodsAll2 = __esm(() => {
|
|
|
71258
71248
|
Retrieve all payment methods that Mollie offers, regardless of the eligibility of the organization for the specific
|
|
71259
71249
|
method. The results of this endpoint are **not** paginated — unlike most other list endpoints in our API.
|
|
71260
71250
|
|
|
71261
|
-
The list can optionally be filtered using a number of parameters described below
|
|
71251
|
+
The list can optionally be filtered using a number of parameters described below.
|
|
71252
|
+
|
|
71253
|
+
ℹ️ **Note:** This endpoint only returns **online** payment methods. If you wish to retrieve the information about
|
|
71254
|
+
a non-online payment method, you can use the [Get payment method endpoint](get-method).`,
|
|
71262
71255
|
args: args34,
|
|
71263
71256
|
tool: async (client, args35, ctx) => {
|
|
71264
71257
|
const [result, apiCall] = await methodsAll(client, args35.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -71353,7 +71346,7 @@ async function $do35(client, request, options) {
|
|
|
71353
71346
|
const responseFields = {
|
|
71354
71347
|
HttpMeta: { Response: response, Request: req }
|
|
71355
71348
|
};
|
|
71356
|
-
const [result] = await match(json(200,
|
|
71349
|
+
const [result] = await match(json(200, EntityMethodGet$inboundSchema, {
|
|
71357
71350
|
ctype: "application/hal+json"
|
|
71358
71351
|
}), jsonErr([400, 404], ErrorResponse$inboundSchema, {
|
|
71359
71352
|
ctype: "application/hal+json"
|
|
@@ -71544,7 +71537,10 @@ below.
|
|
|
71544
71537
|
|
|
71545
71538
|
By default, only payment methods for the Euro currency are returned. If you
|
|
71546
71539
|
wish to retrieve payment methods which exclusively support other currencies (e.g. Twint), you need to use the
|
|
71547
|
-
\`amount\` parameters
|
|
71540
|
+
\`amount\` parameters.
|
|
71541
|
+
|
|
71542
|
+
ℹ️ **Note:** This endpoint only returns **online** payment methods. If you wish to retrieve the information about
|
|
71543
|
+
a non-online payment method, you can use the [Get payment method endpoint](get-method).`,
|
|
71548
71544
|
args: args36,
|
|
71549
71545
|
tool: async (client, args37, ctx) => {
|
|
71550
71546
|
const [result, apiCall] = await methodsList(client, args37.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -79084,7 +79080,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
79084
79080
|
function createMCPServer(deps) {
|
|
79085
79081
|
const server = new McpServer({
|
|
79086
79082
|
name: "Client",
|
|
79087
|
-
version: "0.9.
|
|
79083
|
+
version: "0.9.9"
|
|
79088
79084
|
});
|
|
79089
79085
|
const client = new ClientCore({
|
|
79090
79086
|
security: deps.security,
|
|
@@ -80512,7 +80508,7 @@ var routes = an({
|
|
|
80512
80508
|
var app = He(routes, {
|
|
80513
80509
|
name: "mcp",
|
|
80514
80510
|
versionInfo: {
|
|
80515
|
-
currentVersion: "0.9.
|
|
80511
|
+
currentVersion: "0.9.9"
|
|
80516
80512
|
}
|
|
80517
80513
|
});
|
|
80518
80514
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -80520,5 +80516,5 @@ export {
|
|
|
80520
80516
|
app
|
|
80521
80517
|
};
|
|
80522
80518
|
|
|
80523
|
-
//# debugId=
|
|
80519
|
+
//# debugId=6CC4A40B3FBA381D64756E2164756E21
|
|
80524
80520
|
//# sourceMappingURL=mcp-server.js.map
|