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.
@@ -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/connect-permissions) for more information about the available
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/connect-permissions) for more information about the available
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.4";
51
- readonly genVersion: "2.856.1";
52
- readonly userAgent: "speakeasy-sdk/typescript 1.2.4 2.856.1 1.0.0 mollie-api-typescript";
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.4",
32
- genVersion: "2.856.1",
33
- userAgent: "speakeasy-sdk/typescript 1.2.4 2.856.1 1.0.0 mollie-api-typescript",
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.4",
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.4",
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/connect-permissions) for more information about the available
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/connect-permissions) for more information about the available
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/connect-permissions) for more information about the available
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/connect-permissions) for more information about the available
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/connect-permissions) for more information about the available
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`
@@ -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.4";
51
- readonly genVersion: "2.856.1";
52
- readonly userAgent: "speakeasy-sdk/typescript 1.2.4 2.856.1 1.0.0 mollie-api-typescript";
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
@@ -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.4",
28
- genVersion: "2.856.1",
29
- userAgent: "speakeasy-sdk/typescript 1.2.4 2.856.1 1.0.0 mollie-api-typescript",
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
@@ -16,7 +16,7 @@ const routes = buildRouteMap({
16
16
  export const app = buildApplication(routes, {
17
17
  name: "mcp",
18
18
  versionInfo: {
19
- currentVersion: "1.2.4",
19
+ currentVersion: "1.2.5",
20
20
  },
21
21
  });
22
22
  run(app, process.argv.slice(2), buildContext(process));
@@ -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.4",
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/connect-permissions) for more information about the available
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/connect-permissions) for more information about the available
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/connect-permissions) for more information about the available
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "mollie-api-typescript",
5
- "version": "1.2.4",
5
+ "version": "1.2.5",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mollie-api-typescript",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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/connect-permissions) for more information about the available
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.4",
81
- genVersion: "2.856.1",
80
+ sdkVersion: "1.2.5",
81
+ genVersion: "2.862.0",
82
82
  userAgent:
83
- "speakeasy-sdk/typescript 1.2.4 2.856.1 1.0.0 mollie-api-typescript",
83
+ "speakeasy-sdk/typescript 1.2.5 2.862.0 1.0.0 mollie-api-typescript",
84
84
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "1.2.4",
22
+ currentVersion: "1.2.5",
23
23
  },
24
24
  });
25
25
 
@@ -126,7 +126,7 @@ export function createMCPServer(deps: {
126
126
  }) {
127
127
  const server = new McpServer({
128
128
  name: "Client",
129
- version: "1.2.4",
129
+ version: "1.2.5",
130
130
  });
131
131
 
132
132
  const client = new ClientCore({
@@ -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/connect-permissions) for more information about the available
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\`
@@ -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/connect-permissions) for more information about the available
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`