@moovio/sdk 0.10.11 → 0.10.12
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 +6 -6
- package/bin/mcp-server.js.map +6 -6
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/createtransfer.d.ts +1 -1
- package/models/operations/initiaterefund.d.ts +1 -1
- package/package.json +3 -3
- 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/createtransfer.ts +1 -1
- package/src/models/operations/initiaterefund.ts +1 -1
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "latest";
|
|
38
|
-
readonly sdkVersion: "0.10.
|
|
39
|
-
readonly genVersion: "2.
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.10.
|
|
38
|
+
readonly sdkVersion: "0.10.12";
|
|
39
|
+
readonly genVersion: "2.585.2";
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.10.12 2.585.2 latest @moovio/sdk";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
|
|
|
31
31
|
exports.SDK_METADATA = {
|
|
32
32
|
language: "typescript",
|
|
33
33
|
openapiDocVersion: "latest",
|
|
34
|
-
sdkVersion: "0.10.
|
|
35
|
-
genVersion: "2.
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.10.
|
|
34
|
+
sdkVersion: "0.10.12",
|
|
35
|
+
genVersion: "2.585.2",
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.10.12 2.585.2 latest @moovio/sdk",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
package/mcp-server/mcp-server.js
CHANGED
|
@@ -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: "0.10.
|
|
25
|
+
currentVersion: "0.10.12",
|
|
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));
|
package/mcp-server/server.js
CHANGED
|
@@ -144,7 +144,7 @@ const walletTransactionsList_js_1 = require("./tools/walletTransactionsList.js")
|
|
|
144
144
|
function createMCPServer(deps) {
|
|
145
145
|
const server = new mcp_js_1.McpServer({
|
|
146
146
|
name: "Moov",
|
|
147
|
-
version: "0.10.
|
|
147
|
+
version: "0.10.12",
|
|
148
148
|
});
|
|
149
149
|
const client = new core_js_1.MoovCore({
|
|
150
150
|
security: deps.security,
|
|
@@ -27,7 +27,7 @@ export type CreateTransferRequest = {
|
|
|
27
27
|
* Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an
|
|
28
28
|
*
|
|
29
29
|
* @remarks
|
|
30
|
-
* asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
|
|
30
|
+
* asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
|
|
31
31
|
*/
|
|
32
32
|
xWaitFor?: components.TransferWaitFor | undefined;
|
|
33
33
|
/**
|
|
@@ -27,7 +27,7 @@ export type InitiateRefundRequest = {
|
|
|
27
27
|
* Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an
|
|
28
28
|
*
|
|
29
29
|
* @remarks
|
|
30
|
-
* asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
|
|
30
|
+
* asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
|
|
31
31
|
*/
|
|
32
32
|
xWaitFor?: components.TransferWaitFor | undefined;
|
|
33
33
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moovio/sdk",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.12",
|
|
4
4
|
"author": "Moov",
|
|
5
5
|
"bin": {
|
|
6
6
|
"mcp": "bin/mcp-server.js"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"prepublishOnly": "npm run build"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@modelcontextprotocol/sdk": "
|
|
21
|
+
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
|
|
22
22
|
"zod": ">= 3"
|
|
23
23
|
},
|
|
24
24
|
"peerDependenciesMeta": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@eslint/js": "^9.19.0",
|
|
29
|
-
"@modelcontextprotocol/sdk": "
|
|
29
|
+
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
|
|
30
30
|
"@stricli/core": "^1.1.1",
|
|
31
31
|
"@types/express": "^4.17.21",
|
|
32
32
|
"bun": "^1.2.2",
|
package/src/lib/config.ts
CHANGED
|
@@ -69,7 +69,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
69
69
|
export const SDK_METADATA = {
|
|
70
70
|
language: "typescript",
|
|
71
71
|
openapiDocVersion: "latest",
|
|
72
|
-
sdkVersion: "0.10.
|
|
73
|
-
genVersion: "2.
|
|
74
|
-
userAgent: "speakeasy-sdk/typescript 0.10.
|
|
72
|
+
sdkVersion: "0.10.12",
|
|
73
|
+
genVersion: "2.585.2",
|
|
74
|
+
userAgent: "speakeasy-sdk/typescript 0.10.12 2.585.2 latest @moovio/sdk",
|
|
75
75
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -35,7 +35,7 @@ export type CreateTransferRequest = {
|
|
|
35
35
|
* Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an
|
|
36
36
|
*
|
|
37
37
|
* @remarks
|
|
38
|
-
* asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
|
|
38
|
+
* asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
|
|
39
39
|
*/
|
|
40
40
|
xWaitFor?: components.TransferWaitFor | undefined;
|
|
41
41
|
/**
|
|
@@ -35,7 +35,7 @@ export type InitiateRefundRequest = {
|
|
|
35
35
|
* Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an
|
|
36
36
|
*
|
|
37
37
|
* @remarks
|
|
38
|
-
* asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
|
|
38
|
+
* asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
|
|
39
39
|
*/
|
|
40
40
|
xWaitFor?: components.TransferWaitFor | undefined;
|
|
41
41
|
/**
|