mollie-api-typescript 0.1.5 → 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 +32 -28
- package/bin/mcp-server.js.map +17 -17
- 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/getterminal.d.ts +9 -3
- package/dist/commonjs/models/operations/getterminal.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getterminal.js +3 -1
- package/dist/commonjs/models/operations/getterminal.js.map +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/listterminals.d.ts +15 -9
- package/dist/commonjs/models/operations/listterminals.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listterminals.js +9 -7
- package/dist/commonjs/models/operations/listterminals.js.map +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/getterminal.d.ts +9 -3
- package/dist/esm/models/operations/getterminal.d.ts.map +1 -1
- package/dist/esm/models/operations/getterminal.js +3 -1
- package/dist/esm/models/operations/getterminal.js.map +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/listterminals.d.ts +15 -9
- package/dist/esm/models/operations/listterminals.d.ts.map +1 -1
- package/dist/esm/models/operations/listterminals.js +9 -7
- package/dist/esm/models/operations/listterminals.js.map +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/getterminal.ts +3 -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/listterminals.ts +15 -13
- package/src/models/operations/updatepayment.ts +1 -1
package/bin/mcp-server.js
CHANGED
|
@@ -34269,9 +34269,9 @@ var init_config = __esm(() => {
|
|
|
34269
34269
|
SDK_METADATA = {
|
|
34270
34270
|
language: "typescript",
|
|
34271
34271
|
openapiDocVersion: "1.0.0",
|
|
34272
|
-
sdkVersion: "0.1.
|
|
34273
|
-
genVersion: "2.
|
|
34274
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
34272
|
+
sdkVersion: "0.1.7",
|
|
34273
|
+
genVersion: "2.687.13",
|
|
34274
|
+
userAgent: "speakeasy-sdk/typescript 0.1.7 2.687.13 1.0.0 mollie-api-typescript"
|
|
34275
34275
|
};
|
|
34276
34276
|
});
|
|
34277
34277
|
|
|
@@ -36043,7 +36043,7 @@ var init_cancelpayment = __esm(() => {
|
|
|
36043
36043
|
Maestro: "maestro",
|
|
36044
36044
|
Other: "other",
|
|
36045
36045
|
Inter: "inter",
|
|
36046
|
-
IntraEea: "
|
|
36046
|
+
IntraEea: "intra_eea"
|
|
36047
36047
|
};
|
|
36048
36048
|
CancelPaymentFailureReason = {
|
|
36049
36049
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -38612,7 +38612,7 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38612
38612
|
Maestro: "maestro",
|
|
38613
38613
|
Other: "other",
|
|
38614
38614
|
Inter: "inter",
|
|
38615
|
-
IntraEea: "
|
|
38615
|
+
IntraEea: "intra_eea"
|
|
38616
38616
|
};
|
|
38617
38617
|
CreateCustomerPaymentFailureReason = {
|
|
38618
38618
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -40805,7 +40805,7 @@ var init_createpayment = __esm(() => {
|
|
|
40805
40805
|
Maestro: "maestro",
|
|
40806
40806
|
Other: "other",
|
|
40807
40807
|
Inter: "inter",
|
|
40808
|
-
IntraEea: "
|
|
40808
|
+
IntraEea: "intra_eea"
|
|
40809
40809
|
};
|
|
40810
40810
|
CreatePaymentFailureReason = {
|
|
40811
40811
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -65087,7 +65087,7 @@ var init_getpayment = __esm(() => {
|
|
|
65087
65087
|
Maestro: "maestro",
|
|
65088
65088
|
Other: "other",
|
|
65089
65089
|
Inter: "inter",
|
|
65090
|
-
IntraEea: "
|
|
65090
|
+
IntraEea: "intra_eea"
|
|
65091
65091
|
};
|
|
65092
65092
|
GetPaymentFailureReason = {
|
|
65093
65093
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -66866,7 +66866,7 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66866
66866
|
Maestro: "maestro",
|
|
66867
66867
|
Other: "other",
|
|
66868
66868
|
Inter: "inter",
|
|
66869
|
-
IntraEea: "
|
|
66869
|
+
IntraEea: "intra_eea"
|
|
66870
66870
|
};
|
|
66871
66871
|
GetPaymentLinkPaymentsFailureReason = {
|
|
66872
66872
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -69882,14 +69882,16 @@ var init_getterminal = __esm(() => {
|
|
|
69882
69882
|
Inactive: "inactive"
|
|
69883
69883
|
};
|
|
69884
69884
|
GetTerminalBrand = {
|
|
69885
|
-
Pax: "PAX"
|
|
69885
|
+
Pax: "PAX",
|
|
69886
|
+
Tap: "Tap"
|
|
69886
69887
|
};
|
|
69887
69888
|
GetTerminalModel = {
|
|
69888
69889
|
A35: "A35",
|
|
69889
69890
|
A77: "A77",
|
|
69890
69891
|
A920: "A920",
|
|
69891
|
-
A920Pro: "
|
|
69892
|
-
Im30: "IM30"
|
|
69892
|
+
A920Pro: "A920Pro",
|
|
69893
|
+
Im30: "IM30",
|
|
69894
|
+
Tap: "Tap"
|
|
69893
69895
|
};
|
|
69894
69896
|
GetTerminalRequest$inboundSchema = objectType({
|
|
69895
69897
|
terminalId: stringType(),
|
|
@@ -75288,7 +75290,7 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
75288
75290
|
Maestro: "maestro",
|
|
75289
75291
|
Other: "other",
|
|
75290
75292
|
Inter: "inter",
|
|
75291
|
-
IntraEea: "
|
|
75293
|
+
IntraEea: "intra_eea"
|
|
75292
75294
|
};
|
|
75293
75295
|
ListCustomerPaymentsFailureReason = {
|
|
75294
75296
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -78561,7 +78563,7 @@ var init_listpayments = __esm(() => {
|
|
|
78561
78563
|
Maestro: "maestro",
|
|
78562
78564
|
Other: "other",
|
|
78563
78565
|
Inter: "inter",
|
|
78564
|
-
IntraEea: "
|
|
78566
|
+
IntraEea: "intra_eea"
|
|
78565
78567
|
};
|
|
78566
78568
|
ListPaymentsFailureReason = {
|
|
78567
78569
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -82183,7 +82185,7 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
82183
82185
|
Maestro: "maestro",
|
|
82184
82186
|
Other: "other",
|
|
82185
82187
|
Inter: "inter",
|
|
82186
|
-
IntraEea: "
|
|
82188
|
+
IntraEea: "intra_eea"
|
|
82187
82189
|
};
|
|
82188
82190
|
ListSettlementPaymentsFailureReason = {
|
|
82189
82191
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -84429,7 +84431,7 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
84429
84431
|
Maestro: "maestro",
|
|
84430
84432
|
Other: "other",
|
|
84431
84433
|
Inter: "inter",
|
|
84432
|
-
IntraEea: "
|
|
84434
|
+
IntraEea: "intra_eea"
|
|
84433
84435
|
};
|
|
84434
84436
|
ListSubscriptionPaymentsFailureReason = {
|
|
84435
84437
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -86073,14 +86075,16 @@ var init_listterminals = __esm(() => {
|
|
|
86073
86075
|
Inactive: "inactive"
|
|
86074
86076
|
};
|
|
86075
86077
|
ListTerminalsBrand = {
|
|
86076
|
-
Pax: "PAX"
|
|
86078
|
+
Pax: "PAX",
|
|
86079
|
+
Tap: "Tap"
|
|
86077
86080
|
};
|
|
86078
86081
|
ListTerminalsModel = {
|
|
86079
86082
|
A35: "A35",
|
|
86080
86083
|
A77: "A77",
|
|
86081
86084
|
A920: "A920",
|
|
86082
|
-
A920Pro: "
|
|
86083
|
-
Im30: "IM30"
|
|
86085
|
+
A920Pro: "A920Pro",
|
|
86086
|
+
Im30: "IM30",
|
|
86087
|
+
Tap: "Tap"
|
|
86084
86088
|
};
|
|
86085
86089
|
ListTerminalsSort$inboundSchema = nativeEnumType(ListTerminalsSort);
|
|
86086
86090
|
ListTerminalsSort$outboundSchema = ListTerminalsSort$inboundSchema;
|
|
@@ -86303,9 +86307,9 @@ var init_listterminals = __esm(() => {
|
|
|
86303
86307
|
ListTerminalsLinks$.outboundSchema = ListTerminalsLinks$outboundSchema;
|
|
86304
86308
|
})(ListTerminalsLinks$ ||= {});
|
|
86305
86309
|
ListTerminalsResponse$inboundSchema = objectType({
|
|
86306
|
-
count: numberType().int()
|
|
86307
|
-
_embedded: lazyType(() => ListTerminalsEmbedded$inboundSchema)
|
|
86308
|
-
_links: lazyType(() => ListTerminalsLinks$inboundSchema)
|
|
86310
|
+
count: numberType().int(),
|
|
86311
|
+
_embedded: lazyType(() => ListTerminalsEmbedded$inboundSchema),
|
|
86312
|
+
_links: lazyType(() => ListTerminalsLinks$inboundSchema)
|
|
86309
86313
|
}).transform((v2) => {
|
|
86310
86314
|
return remap(v2, {
|
|
86311
86315
|
_embedded: "embedded",
|
|
@@ -86313,9 +86317,9 @@ var init_listterminals = __esm(() => {
|
|
|
86313
86317
|
});
|
|
86314
86318
|
});
|
|
86315
86319
|
ListTerminalsResponse$outboundSchema = objectType({
|
|
86316
|
-
count: numberType().int()
|
|
86317
|
-
embedded: lazyType(() => ListTerminalsEmbedded$outboundSchema)
|
|
86318
|
-
links: lazyType(() => ListTerminalsLinks$outboundSchema)
|
|
86320
|
+
count: numberType().int(),
|
|
86321
|
+
embedded: lazyType(() => ListTerminalsEmbedded$outboundSchema),
|
|
86322
|
+
links: lazyType(() => ListTerminalsLinks$outboundSchema)
|
|
86319
86323
|
}).transform((v2) => {
|
|
86320
86324
|
return remap(v2, {
|
|
86321
86325
|
embedded: "_embedded",
|
|
@@ -87911,7 +87915,7 @@ var init_updatepayment = __esm(() => {
|
|
|
87911
87915
|
Maestro: "maestro",
|
|
87912
87916
|
Other: "other",
|
|
87913
87917
|
Inter: "inter",
|
|
87914
|
-
IntraEea: "
|
|
87918
|
+
IntraEea: "intra_eea"
|
|
87915
87919
|
};
|
|
87916
87920
|
UpdatePaymentFailureReason = {
|
|
87917
87921
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -110611,7 +110615,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
110611
110615
|
function createMCPServer(deps) {
|
|
110612
110616
|
const server = new McpServer({
|
|
110613
110617
|
name: "Client",
|
|
110614
|
-
version: "0.1.
|
|
110618
|
+
version: "0.1.7"
|
|
110615
110619
|
});
|
|
110616
110620
|
const client = new ClientCore({
|
|
110617
110621
|
security: deps.security,
|
|
@@ -112000,7 +112004,7 @@ var routes = an({
|
|
|
112000
112004
|
var app = He(routes, {
|
|
112001
112005
|
name: "mcp",
|
|
112002
112006
|
versionInfo: {
|
|
112003
|
-
currentVersion: "0.1.
|
|
112007
|
+
currentVersion: "0.1.7"
|
|
112004
112008
|
}
|
|
112005
112009
|
});
|
|
112006
112010
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -112008,5 +112012,5 @@ export {
|
|
|
112008
112012
|
app
|
|
112009
112013
|
};
|
|
112010
112014
|
|
|
112011
|
-
//# debugId=
|
|
112015
|
+
//# debugId=EA316AED4269B07064756E2164756E21
|
|
112012
112016
|
//# sourceMappingURL=mcp-server.js.map
|