mollie-api-typescript 0.1.4 → 0.1.5
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 +19 -17
- package/bin/mcp-server.js.map +10 -10
- package/dist/commonjs/funcs/methodsAll.d.ts.map +1 -1
- package/dist/commonjs/funcs/methodsAll.js +3 -2
- package/dist/commonjs/funcs/methodsAll.js.map +1 -1
- package/dist/commonjs/funcs/methodsList.d.ts.map +1 -1
- package/dist/commonjs/funcs/methodsList.js +3 -2
- package/dist/commonjs/funcs/methodsList.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/getmethod.d.ts +2 -2
- package/dist/commonjs/models/operations/getmethod.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getmethod.js +2 -2
- package/dist/commonjs/models/operations/getmethod.js.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.d.ts +2 -2
- package/dist/commonjs/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.js +2 -2
- package/dist/commonjs/models/operations/listallmethods.js.map +1 -1
- package/dist/commonjs/models/operations/listmethods.d.ts +2 -2
- package/dist/commonjs/models/operations/listmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmethods.js +2 -2
- package/dist/commonjs/models/operations/listmethods.js.map +1 -1
- package/dist/esm/funcs/methodsAll.d.ts.map +1 -1
- package/dist/esm/funcs/methodsAll.js +4 -3
- package/dist/esm/funcs/methodsAll.js.map +1 -1
- package/dist/esm/funcs/methodsList.d.ts.map +1 -1
- package/dist/esm/funcs/methodsList.js +4 -3
- package/dist/esm/funcs/methodsList.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/getmethod.d.ts +2 -2
- package/dist/esm/models/operations/getmethod.d.ts.map +1 -1
- package/dist/esm/models/operations/getmethod.js +2 -2
- package/dist/esm/models/operations/getmethod.js.map +1 -1
- package/dist/esm/models/operations/listallmethods.d.ts +2 -2
- package/dist/esm/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listallmethods.js +2 -2
- package/dist/esm/models/operations/listallmethods.js.map +1 -1
- package/dist/esm/models/operations/listmethods.d.ts +2 -2
- package/dist/esm/models/operations/listmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listmethods.js +2 -2
- package/dist/esm/models/operations/listmethods.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 +17 -9
- package/src/funcs/methodsList.ts +21 -13
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/getmethod.ts +4 -4
- package/src/models/operations/listallmethods.ts +4 -4
- package/src/models/operations/listmethods.ts +4 -4
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.
|
|
34272
|
+
sdkVersion: "0.1.5",
|
|
34273
34273
|
genVersion: "2.686.7",
|
|
34274
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
34274
|
+
userAgent: "speakeasy-sdk/typescript 0.1.5 2.686.7 1.0.0 mollie-api-typescript"
|
|
34275
34275
|
};
|
|
34276
34276
|
});
|
|
34277
34277
|
|
|
@@ -64019,7 +64019,7 @@ var init_getmethod = __esm(() => {
|
|
|
64019
64019
|
minimumAmount: lazyType(() => GetMethodMinimumAmount$inboundSchema),
|
|
64020
64020
|
maximumAmount: nullableType(lazyType(() => GetMethodMaximumAmount$inboundSchema)),
|
|
64021
64021
|
image: lazyType(() => GetMethodImage$inboundSchema),
|
|
64022
|
-
status:
|
|
64022
|
+
status: GetMethodStatus$inboundSchema,
|
|
64023
64023
|
issuers: arrayType(lazyType(() => GetMethodIssuer$inboundSchema)).optional(),
|
|
64024
64024
|
_links: lazyType(() => GetMethodLinks$inboundSchema)
|
|
64025
64025
|
}).transform((v2) => {
|
|
@@ -64034,7 +64034,7 @@ var init_getmethod = __esm(() => {
|
|
|
64034
64034
|
minimumAmount: lazyType(() => GetMethodMinimumAmount$outboundSchema),
|
|
64035
64035
|
maximumAmount: nullableType(lazyType(() => GetMethodMaximumAmount$outboundSchema)),
|
|
64036
64036
|
image: lazyType(() => GetMethodImage$outboundSchema),
|
|
64037
|
-
status:
|
|
64037
|
+
status: GetMethodStatus$outboundSchema,
|
|
64038
64038
|
issuers: arrayType(lazyType(() => GetMethodIssuer$outboundSchema)).optional(),
|
|
64039
64039
|
links: lazyType(() => GetMethodLinks$outboundSchema)
|
|
64040
64040
|
}).transform((v2) => {
|
|
@@ -71463,7 +71463,7 @@ var init_listallmethods = __esm(() => {
|
|
|
71463
71463
|
minimumAmount: lazyType(() => ListAllMethodsMinimumAmount$inboundSchema),
|
|
71464
71464
|
maximumAmount: nullableType(lazyType(() => ListAllMethodsMaximumAmount$inboundSchema)),
|
|
71465
71465
|
image: lazyType(() => ListAllMethodsImage$inboundSchema),
|
|
71466
|
-
status:
|
|
71466
|
+
status: ListAllMethodsStatus$inboundSchema,
|
|
71467
71467
|
issuers: arrayType(lazyType(() => ListAllMethodsIssuer$inboundSchema)).optional(),
|
|
71468
71468
|
_links: lazyType(() => ListAllMethodsMethodLinks$inboundSchema),
|
|
71469
71469
|
pricing: arrayType(lazyType(() => Pricing$inboundSchema)).optional()
|
|
@@ -71479,7 +71479,7 @@ var init_listallmethods = __esm(() => {
|
|
|
71479
71479
|
minimumAmount: lazyType(() => ListAllMethodsMinimumAmount$outboundSchema),
|
|
71480
71480
|
maximumAmount: nullableType(lazyType(() => ListAllMethodsMaximumAmount$outboundSchema)),
|
|
71481
71481
|
image: lazyType(() => ListAllMethodsImage$outboundSchema),
|
|
71482
|
-
status:
|
|
71482
|
+
status: ListAllMethodsStatus$outboundSchema,
|
|
71483
71483
|
issuers: arrayType(lazyType(() => ListAllMethodsIssuer$outboundSchema)).optional(),
|
|
71484
71484
|
links: lazyType(() => ListAllMethodsMethodLinks$outboundSchema),
|
|
71485
71485
|
pricing: arrayType(lazyType(() => Pricing$outboundSchema)).optional()
|
|
@@ -77701,7 +77701,7 @@ var init_listmethods = __esm(() => {
|
|
|
77701
77701
|
minimumAmount: lazyType(() => ListMethodsMinimumAmount$inboundSchema),
|
|
77702
77702
|
maximumAmount: nullableType(lazyType(() => ListMethodsMaximumAmount$inboundSchema)),
|
|
77703
77703
|
image: lazyType(() => ListMethodsImage$inboundSchema),
|
|
77704
|
-
status:
|
|
77704
|
+
status: ListMethodsStatus$inboundSchema,
|
|
77705
77705
|
issuers: arrayType(lazyType(() => ListMethodsIssuer$inboundSchema)).optional(),
|
|
77706
77706
|
_links: lazyType(() => ListMethodsMethodLinks$inboundSchema)
|
|
77707
77707
|
}).transform((v2) => {
|
|
@@ -77716,7 +77716,7 @@ var init_listmethods = __esm(() => {
|
|
|
77716
77716
|
minimumAmount: lazyType(() => ListMethodsMinimumAmount$outboundSchema),
|
|
77717
77717
|
maximumAmount: nullableType(lazyType(() => ListMethodsMaximumAmount$outboundSchema)),
|
|
77718
77718
|
image: lazyType(() => ListMethodsImage$outboundSchema),
|
|
77719
|
-
status:
|
|
77719
|
+
status: ListMethodsStatus$outboundSchema,
|
|
77720
77720
|
issuers: arrayType(lazyType(() => ListMethodsIssuer$outboundSchema)).optional(),
|
|
77721
77721
|
links: lazyType(() => ListMethodsMethodLinks$outboundSchema)
|
|
77722
77722
|
}).transform((v2) => {
|
|
@@ -102891,14 +102891,15 @@ async function $do31(client, request, options) {
|
|
|
102891
102891
|
const payload = parsed.value;
|
|
102892
102892
|
const body = null;
|
|
102893
102893
|
const path = pathToFunc("/methods/all")();
|
|
102894
|
-
const query =
|
|
102895
|
-
amount: payload?.amount
|
|
102894
|
+
const query = queryJoin(encodeDeepObjectQuery({
|
|
102895
|
+
amount: payload?.amount
|
|
102896
|
+
}), encodeFormQuery({
|
|
102896
102897
|
include: payload?.include,
|
|
102897
102898
|
locale: payload?.locale,
|
|
102898
102899
|
profileId: payload?.profileId,
|
|
102899
102900
|
sequenceType: payload?.sequenceType,
|
|
102900
102901
|
testmode: payload?.testmode
|
|
102901
|
-
});
|
|
102902
|
+
}));
|
|
102902
102903
|
const headers = new Headers(compactMap({
|
|
102903
102904
|
Accept: "application/hal+json"
|
|
102904
102905
|
}));
|
|
@@ -103159,8 +103160,9 @@ async function $do33(client, request, options) {
|
|
|
103159
103160
|
const payload = parsed.value;
|
|
103160
103161
|
const body = null;
|
|
103161
103162
|
const path = pathToFunc("/methods")();
|
|
103162
|
-
const query =
|
|
103163
|
-
amount: payload?.amount
|
|
103163
|
+
const query = queryJoin(encodeDeepObjectQuery({
|
|
103164
|
+
amount: payload?.amount
|
|
103165
|
+
}), encodeFormQuery({
|
|
103164
103166
|
billingCountry: payload?.billingCountry,
|
|
103165
103167
|
include: payload?.include,
|
|
103166
103168
|
includeWallets: payload?.includeWallets,
|
|
@@ -103170,7 +103172,7 @@ async function $do33(client, request, options) {
|
|
|
103170
103172
|
resource: payload?.resource,
|
|
103171
103173
|
sequenceType: payload?.sequenceType,
|
|
103172
103174
|
testmode: payload?.testmode
|
|
103173
|
-
});
|
|
103175
|
+
}));
|
|
103174
103176
|
const headers = new Headers(compactMap({
|
|
103175
103177
|
Accept: "application/hal+json"
|
|
103176
103178
|
}));
|
|
@@ -110609,7 +110611,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
110609
110611
|
function createMCPServer(deps) {
|
|
110610
110612
|
const server = new McpServer({
|
|
110611
110613
|
name: "Client",
|
|
110612
|
-
version: "0.1.
|
|
110614
|
+
version: "0.1.5"
|
|
110613
110615
|
});
|
|
110614
110616
|
const client = new ClientCore({
|
|
110615
110617
|
security: deps.security,
|
|
@@ -111998,7 +112000,7 @@ var routes = an({
|
|
|
111998
112000
|
var app = He(routes, {
|
|
111999
112001
|
name: "mcp",
|
|
112000
112002
|
versionInfo: {
|
|
112001
|
-
currentVersion: "0.1.
|
|
112003
|
+
currentVersion: "0.1.5"
|
|
112002
112004
|
}
|
|
112003
112005
|
});
|
|
112004
112006
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -112006,5 +112008,5 @@ export {
|
|
|
112006
112008
|
app
|
|
112007
112009
|
};
|
|
112008
112010
|
|
|
112009
|
-
//# debugId=
|
|
112011
|
+
//# debugId=CE11AE406B8D9A8C64756E2164756E21
|
|
112010
112012
|
//# sourceMappingURL=mcp-server.js.map
|