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
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",
|
|
@@ -75290,7 +75290,7 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
75290
75290
|
Maestro: "maestro",
|
|
75291
75291
|
Other: "other",
|
|
75292
75292
|
Inter: "inter",
|
|
75293
|
-
IntraEea: "
|
|
75293
|
+
IntraEea: "intra_eea"
|
|
75294
75294
|
};
|
|
75295
75295
|
ListCustomerPaymentsFailureReason = {
|
|
75296
75296
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -78563,7 +78563,7 @@ var init_listpayments = __esm(() => {
|
|
|
78563
78563
|
Maestro: "maestro",
|
|
78564
78564
|
Other: "other",
|
|
78565
78565
|
Inter: "inter",
|
|
78566
|
-
IntraEea: "
|
|
78566
|
+
IntraEea: "intra_eea"
|
|
78567
78567
|
};
|
|
78568
78568
|
ListPaymentsFailureReason = {
|
|
78569
78569
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -82185,7 +82185,7 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
82185
82185
|
Maestro: "maestro",
|
|
82186
82186
|
Other: "other",
|
|
82187
82187
|
Inter: "inter",
|
|
82188
|
-
IntraEea: "
|
|
82188
|
+
IntraEea: "intra_eea"
|
|
82189
82189
|
};
|
|
82190
82190
|
ListSettlementPaymentsFailureReason = {
|
|
82191
82191
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -84431,7 +84431,7 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
84431
84431
|
Maestro: "maestro",
|
|
84432
84432
|
Other: "other",
|
|
84433
84433
|
Inter: "inter",
|
|
84434
|
-
IntraEea: "
|
|
84434
|
+
IntraEea: "intra_eea"
|
|
84435
84435
|
};
|
|
84436
84436
|
ListSubscriptionPaymentsFailureReason = {
|
|
84437
84437
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -87915,7 +87915,7 @@ var init_updatepayment = __esm(() => {
|
|
|
87915
87915
|
Maestro: "maestro",
|
|
87916
87916
|
Other: "other",
|
|
87917
87917
|
Inter: "inter",
|
|
87918
|
-
IntraEea: "
|
|
87918
|
+
IntraEea: "intra_eea"
|
|
87919
87919
|
};
|
|
87920
87920
|
UpdatePaymentFailureReason = {
|
|
87921
87921
|
AuthenticationAbandoned: "authentication_abandoned",
|
|
@@ -110615,7 +110615,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
110615
110615
|
function createMCPServer(deps) {
|
|
110616
110616
|
const server = new McpServer({
|
|
110617
110617
|
name: "Client",
|
|
110618
|
-
version: "0.1.
|
|
110618
|
+
version: "0.1.7"
|
|
110619
110619
|
});
|
|
110620
110620
|
const client = new ClientCore({
|
|
110621
110621
|
security: deps.security,
|
|
@@ -112004,7 +112004,7 @@ var routes = an({
|
|
|
112004
112004
|
var app = He(routes, {
|
|
112005
112005
|
name: "mcp",
|
|
112006
112006
|
versionInfo: {
|
|
112007
|
-
currentVersion: "0.1.
|
|
112007
|
+
currentVersion: "0.1.7"
|
|
112008
112008
|
}
|
|
112009
112009
|
});
|
|
112010
112010
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -112012,5 +112012,5 @@ export {
|
|
|
112012
112012
|
app
|
|
112013
112013
|
};
|
|
112014
112014
|
|
|
112015
|
-
//# debugId=
|
|
112015
|
+
//# debugId=EA316AED4269B07064756E2164756E21
|
|
112016
112016
|
//# sourceMappingURL=mcp-server.js.map
|