mollie-api-typescript 1.2.4 → 1.2.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 +7 -7
- package/bin/mcp-server.js.map +6 -6
- package/dist/commonjs/funcs/clientLinksCreate.d.ts +1 -1
- package/dist/commonjs/funcs/clientLinksCreate.js +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- 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/clientLinksCreate.js +1 -1
- package/dist/commonjs/sdk/clientlinks.d.ts +1 -1
- package/dist/commonjs/sdk/clientlinks.js +1 -1
- package/dist/esm/funcs/clientLinksCreate.d.ts +1 -1
- package/dist/esm/funcs/clientLinksCreate.js +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- 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/clientLinksCreate.js +1 -1
- package/dist/esm/sdk/clientlinks.d.ts +1 -1
- package/dist/esm/sdk/clientlinks.js +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/clientLinksCreate.ts +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/mcp-server/tools/clientLinksCreate.ts +1 -1
- package/src/sdk/clientlinks.ts +1 -1
|
@@ -35,7 +35,7 @@ import { Result } from "../types/fp.js";
|
|
|
35
35
|
* * `scope` _string (required)_
|
|
36
36
|
*
|
|
37
37
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
38
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
38
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
39
39
|
* scopes.
|
|
40
40
|
*
|
|
41
41
|
* We recommend at least : `onboarding.read onboarding.write`
|
|
@@ -73,7 +73,7 @@ const async_js_1 = require("../types/async.js");
|
|
|
73
73
|
* * `scope` _string (required)_
|
|
74
74
|
*
|
|
75
75
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
76
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
76
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
77
77
|
* scopes.
|
|
78
78
|
*
|
|
79
79
|
* We recommend at least : `onboarding.read onboarding.write`
|
|
@@ -47,8 +47,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
47
47
|
export declare const SDK_METADATA: {
|
|
48
48
|
readonly language: "typescript";
|
|
49
49
|
readonly openapiDocVersion: "1.0.0";
|
|
50
|
-
readonly sdkVersion: "1.2.
|
|
51
|
-
readonly genVersion: "2.
|
|
52
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.2.
|
|
50
|
+
readonly sdkVersion: "1.2.5";
|
|
51
|
+
readonly genVersion: "2.862.0";
|
|
52
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.2.5 2.862.0 1.0.0 mollie-api-typescript";
|
|
53
53
|
};
|
|
54
54
|
//# 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: "1.2.
|
|
32
|
-
genVersion: "2.
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 1.2.
|
|
31
|
+
sdkVersion: "1.2.5",
|
|
32
|
+
genVersion: "2.862.0",
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 1.2.5 2.862.0 1.0.0 mollie-api-typescript",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -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: "1.2.
|
|
25
|
+
currentVersion: "1.2.5",
|
|
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));
|
|
@@ -111,7 +111,7 @@ const webhooksUpdate_js_1 = require("./tools/webhooksUpdate.js");
|
|
|
111
111
|
function createMCPServer(deps) {
|
|
112
112
|
const server = new mcp_js_1.McpServer({
|
|
113
113
|
name: "Client",
|
|
114
|
-
version: "1.2.
|
|
114
|
+
version: "1.2.5",
|
|
115
115
|
});
|
|
116
116
|
const client = new core_js_1.ClientCore({
|
|
117
117
|
security: deps.security,
|
|
@@ -69,7 +69,7 @@ the customer:
|
|
|
69
69
|
* \`scope\` _string (required)_
|
|
70
70
|
|
|
71
71
|
A space-separated list of permissions ('scopes') your app requires. See the
|
|
72
|
-
[permissions list](https://docs.mollie.com/docs/
|
|
72
|
+
[permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
73
73
|
scopes.
|
|
74
74
|
|
|
75
75
|
We recommend at least : \`onboarding.read onboarding.write\`
|
|
@@ -28,7 +28,7 @@ export declare class ClientLinks extends ClientSDK {
|
|
|
28
28
|
* * `scope` _string (required)_
|
|
29
29
|
*
|
|
30
30
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
31
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
31
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
32
32
|
* scopes.
|
|
33
33
|
*
|
|
34
34
|
* We recommend at least : `onboarding.read onboarding.write`
|
|
@@ -34,7 +34,7 @@ class ClientLinks extends sdks_js_1.ClientSDK {
|
|
|
34
34
|
* * `scope` _string (required)_
|
|
35
35
|
*
|
|
36
36
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
37
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
37
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
38
38
|
* scopes.
|
|
39
39
|
*
|
|
40
40
|
* We recommend at least : `onboarding.read onboarding.write`
|
|
@@ -35,7 +35,7 @@ import { Result } from "../types/fp.js";
|
|
|
35
35
|
* * `scope` _string (required)_
|
|
36
36
|
*
|
|
37
37
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
38
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
38
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
39
39
|
* scopes.
|
|
40
40
|
*
|
|
41
41
|
* We recommend at least : `onboarding.read onboarding.write`
|
|
@@ -37,7 +37,7 @@ import { APIPromise } from "../types/async.js";
|
|
|
37
37
|
* * `scope` _string (required)_
|
|
38
38
|
*
|
|
39
39
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
40
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
40
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
41
41
|
* scopes.
|
|
42
42
|
*
|
|
43
43
|
* We recommend at least : `onboarding.read onboarding.write`
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -47,8 +47,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
47
47
|
export declare const SDK_METADATA: {
|
|
48
48
|
readonly language: "typescript";
|
|
49
49
|
readonly openapiDocVersion: "1.0.0";
|
|
50
|
-
readonly sdkVersion: "1.2.
|
|
51
|
-
readonly genVersion: "2.
|
|
52
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.2.
|
|
50
|
+
readonly sdkVersion: "1.2.5";
|
|
51
|
+
readonly genVersion: "2.862.0";
|
|
52
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.2.5 2.862.0 1.0.0 mollie-api-typescript";
|
|
53
53
|
};
|
|
54
54
|
//# 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: "1.2.
|
|
28
|
-
genVersion: "2.
|
|
29
|
-
userAgent: "speakeasy-sdk/typescript 1.2.
|
|
27
|
+
sdkVersion: "1.2.5",
|
|
28
|
+
genVersion: "2.862.0",
|
|
29
|
+
userAgent: "speakeasy-sdk/typescript 1.2.5 2.862.0 1.0.0 mollie-api-typescript",
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=config.js.map
|
|
@@ -108,7 +108,7 @@ import { tool$webhooksUpdate } from "./tools/webhooksUpdate.js";
|
|
|
108
108
|
export function createMCPServer(deps) {
|
|
109
109
|
const server = new McpServer({
|
|
110
110
|
name: "Client",
|
|
111
|
-
version: "1.2.
|
|
111
|
+
version: "1.2.5",
|
|
112
112
|
});
|
|
113
113
|
const client = new ClientCore({
|
|
114
114
|
security: deps.security,
|
|
@@ -33,7 +33,7 @@ the customer:
|
|
|
33
33
|
* \`scope\` _string (required)_
|
|
34
34
|
|
|
35
35
|
A space-separated list of permissions ('scopes') your app requires. See the
|
|
36
|
-
[permissions list](https://docs.mollie.com/docs/
|
|
36
|
+
[permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
37
37
|
scopes.
|
|
38
38
|
|
|
39
39
|
We recommend at least : \`onboarding.read onboarding.write\`
|
|
@@ -28,7 +28,7 @@ export declare class ClientLinks extends ClientSDK {
|
|
|
28
28
|
* * `scope` _string (required)_
|
|
29
29
|
*
|
|
30
30
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
31
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
31
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
32
32
|
* scopes.
|
|
33
33
|
*
|
|
34
34
|
* We recommend at least : `onboarding.read onboarding.write`
|
|
@@ -31,7 +31,7 @@ export class ClientLinks extends ClientSDK {
|
|
|
31
31
|
* * `scope` _string (required)_
|
|
32
32
|
*
|
|
33
33
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
34
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
34
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
35
35
|
* scopes.
|
|
36
36
|
*
|
|
37
37
|
* We recommend at least : `onboarding.read onboarding.write`
|
package/jsr.json
CHANGED
package/package.json
CHANGED
|
@@ -52,7 +52,7 @@ import { Result } from "../types/fp.js";
|
|
|
52
52
|
* * `scope` _string (required)_
|
|
53
53
|
*
|
|
54
54
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
55
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
55
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
56
56
|
* scopes.
|
|
57
57
|
*
|
|
58
58
|
* We recommend at least : `onboarding.read onboarding.write`
|
package/src/lib/config.ts
CHANGED
|
@@ -77,8 +77,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
77
77
|
export const SDK_METADATA = {
|
|
78
78
|
language: "typescript",
|
|
79
79
|
openapiDocVersion: "1.0.0",
|
|
80
|
-
sdkVersion: "1.2.
|
|
81
|
-
genVersion: "2.
|
|
80
|
+
sdkVersion: "1.2.5",
|
|
81
|
+
genVersion: "2.862.0",
|
|
82
82
|
userAgent:
|
|
83
|
-
"speakeasy-sdk/typescript 1.2.
|
|
83
|
+
"speakeasy-sdk/typescript 1.2.5 2.862.0 1.0.0 mollie-api-typescript",
|
|
84
84
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -36,7 +36,7 @@ the customer:
|
|
|
36
36
|
* \`scope\` _string (required)_
|
|
37
37
|
|
|
38
38
|
A space-separated list of permissions ('scopes') your app requires. See the
|
|
39
|
-
[permissions list](https://docs.mollie.com/docs/
|
|
39
|
+
[permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
40
40
|
scopes.
|
|
41
41
|
|
|
42
42
|
We recommend at least : \`onboarding.read onboarding.write\`
|
package/src/sdk/clientlinks.ts
CHANGED
|
@@ -35,7 +35,7 @@ export class ClientLinks extends ClientSDK {
|
|
|
35
35
|
* * `scope` _string (required)_
|
|
36
36
|
*
|
|
37
37
|
* A space-separated list of permissions ('scopes') your app requires. See the
|
|
38
|
-
* [permissions list](https://docs.mollie.com/docs/
|
|
38
|
+
* [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
|
|
39
39
|
* scopes.
|
|
40
40
|
*
|
|
41
41
|
* We recommend at least : `onboarding.read onboarding.write`
|