@compass-labs/api-sdk 0.0.35 → 0.0.37

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.
@@ -12,7 +12,7 @@ import { Result } from "../types/fp.js";
12
12
  * Get Vaults
13
13
  *
14
14
  * @remarks
15
- * Query a list of available vaults for depositing tokens.
15
+ * Query a list of available vaults for deposit token.
16
16
  *
17
17
  * Each vault has one unique token that can be deposited. In exchange for depositing
18
18
  * tokens into a vault you receive shares. You earn yield on these shares by their
@@ -51,7 +51,7 @@ const async_js_1 = require("../types/async.js");
51
51
  * Get Vaults
52
52
  *
53
53
  * @remarks
54
- * Query a list of available vaults for depositing tokens.
54
+ * Query a list of available vaults for deposit token.
55
55
  *
56
56
  * Each vault has one unique token that can be deposited. In exchange for depositing
57
57
  * tokens into a vault you receive shares. You earn yield on these shares by their
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
27
27
  export declare const SDK_METADATA: {
28
28
  readonly language: "typescript";
29
29
  readonly openapiDocVersion: "0.0.1";
30
- readonly sdkVersion: "0.0.35";
30
+ readonly sdkVersion: "0.0.37";
31
31
  readonly genVersion: "2.604.4";
32
- readonly userAgent: "speakeasy-sdk/typescript 0.0.35 2.604.4 0.0.1 @compass-labs/api-sdk";
32
+ readonly userAgent: "speakeasy-sdk/typescript 0.0.37 2.604.4 0.0.1 @compass-labs/api-sdk";
33
33
  };
34
34
  //# sourceMappingURL=config.d.ts.map
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
31
31
  exports.SDK_METADATA = {
32
32
  language: "typescript",
33
33
  openapiDocVersion: "0.0.1",
34
- sdkVersion: "0.0.35",
34
+ sdkVersion: "0.0.37",
35
35
  genVersion: "2.604.4",
36
- userAgent: "speakeasy-sdk/typescript 0.0.35 2.604.4 0.0.1 @compass-labs/api-sdk",
36
+ userAgent: "speakeasy-sdk/typescript 0.0.37 2.604.4 0.0.1 @compass-labs/api-sdk",
37
37
  };
38
38
  //# 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: "0.0.35",
25
+ currentVersion: "0.0.37",
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));
@@ -76,7 +76,7 @@ const universalWrapEth_js_1 = require("./tools/universalWrapEth.js");
76
76
  function createMCPServer(deps) {
77
77
  const server = new mcp_js_1.McpServer({
78
78
  name: "CompassApiSDK",
79
- version: "0.0.35",
79
+ version: "0.0.37",
80
80
  });
81
81
  const client = new core_js_1.CompassApiSDKCore({
82
82
  apiKeyAuth: deps.apiKeyAuth,
@@ -47,7 +47,7 @@ exports.tool$morphoVaults = {
47
47
  name: "morpho-vaults",
48
48
  description: `Get Vaults
49
49
 
50
- Query a list of available vaults for depositing tokens.
50
+ Query a list of available vaults for deposit token.
51
51
 
52
52
  Each vault has one unique token that can be deposited. In exchange for depositing
53
53
  tokens into a vault you receive shares. You earn yield on these shares by their
@@ -6,7 +6,7 @@ export declare class Morpho extends ClientSDK {
6
6
  * Get Vaults
7
7
  *
8
8
  * @remarks
9
- * Query a list of available vaults for depositing tokens.
9
+ * Query a list of available vaults for deposit token.
10
10
  *
11
11
  * Each vault has one unique token that can be deposited. In exchange for depositing
12
12
  * tokens into a vault you receive shares. You earn yield on these shares by their
@@ -25,7 +25,7 @@ class Morpho extends sdks_js_1.ClientSDK {
25
25
  * Get Vaults
26
26
  *
27
27
  * @remarks
28
- * Query a list of available vaults for depositing tokens.
28
+ * Query a list of available vaults for deposit token.
29
29
  *
30
30
  * Each vault has one unique token that can be deposited. In exchange for depositing
31
31
  * tokens into a vault you receive shares. You earn yield on these shares by their
@@ -12,7 +12,7 @@ import { Result } from "../types/fp.js";
12
12
  * Get Vaults
13
13
  *
14
14
  * @remarks
15
- * Query a list of available vaults for depositing tokens.
15
+ * Query a list of available vaults for deposit token.
16
16
  *
17
17
  * Each vault has one unique token that can be deposited. In exchange for depositing
18
18
  * tokens into a vault you receive shares. You earn yield on these shares by their
@@ -15,7 +15,7 @@ import { APIPromise } from "../types/async.js";
15
15
  * Get Vaults
16
16
  *
17
17
  * @remarks
18
- * Query a list of available vaults for depositing tokens.
18
+ * Query a list of available vaults for deposit token.
19
19
  *
20
20
  * Each vault has one unique token that can be deposited. In exchange for depositing
21
21
  * tokens into a vault you receive shares. You earn yield on these shares by their
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
27
27
  export declare const SDK_METADATA: {
28
28
  readonly language: "typescript";
29
29
  readonly openapiDocVersion: "0.0.1";
30
- readonly sdkVersion: "0.0.35";
30
+ readonly sdkVersion: "0.0.37";
31
31
  readonly genVersion: "2.604.4";
32
- readonly userAgent: "speakeasy-sdk/typescript 0.0.35 2.604.4 0.0.1 @compass-labs/api-sdk";
32
+ readonly userAgent: "speakeasy-sdk/typescript 0.0.37 2.604.4 0.0.1 @compass-labs/api-sdk";
33
33
  };
34
34
  //# sourceMappingURL=config.d.ts.map
@@ -27,8 +27,8 @@ export function serverURLFromOptions(options) {
27
27
  export const SDK_METADATA = {
28
28
  language: "typescript",
29
29
  openapiDocVersion: "0.0.1",
30
- sdkVersion: "0.0.35",
30
+ sdkVersion: "0.0.37",
31
31
  genVersion: "2.604.4",
32
- userAgent: "speakeasy-sdk/typescript 0.0.35 2.604.4 0.0.1 @compass-labs/api-sdk",
32
+ userAgent: "speakeasy-sdk/typescript 0.0.37 2.604.4 0.0.1 @compass-labs/api-sdk",
33
33
  };
34
34
  //# 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: "0.0.35",
19
+ currentVersion: "0.0.37",
20
20
  },
21
21
  });
22
22
  run(app, process.argv.slice(2), buildContext(process));
@@ -73,7 +73,7 @@ import { tool$universalWrapEth } from "./tools/universalWrapEth.js";
73
73
  export function createMCPServer(deps) {
74
74
  const server = new McpServer({
75
75
  name: "CompassApiSDK",
76
- version: "0.0.35",
76
+ version: "0.0.37",
77
77
  });
78
78
  const client = new CompassApiSDKCore({
79
79
  apiKeyAuth: deps.apiKeyAuth,
@@ -11,7 +11,7 @@ export const tool$morphoVaults = {
11
11
  name: "morpho-vaults",
12
12
  description: `Get Vaults
13
13
 
14
- Query a list of available vaults for depositing tokens.
14
+ Query a list of available vaults for deposit token.
15
15
 
16
16
  Each vault has one unique token that can be deposited. In exchange for depositing
17
17
  tokens into a vault you receive shares. You earn yield on these shares by their
@@ -6,7 +6,7 @@ export declare class Morpho extends ClientSDK {
6
6
  * Get Vaults
7
7
  *
8
8
  * @remarks
9
- * Query a list of available vaults for depositing tokens.
9
+ * Query a list of available vaults for deposit token.
10
10
  *
11
11
  * Each vault has one unique token that can be deposited. In exchange for depositing
12
12
  * tokens into a vault you receive shares. You earn yield on these shares by their
@@ -22,7 +22,7 @@ export class Morpho extends ClientSDK {
22
22
  * Get Vaults
23
23
  *
24
24
  * @remarks
25
- * Query a list of available vaults for depositing tokens.
25
+ * Query a list of available vaults for deposit token.
26
26
  *
27
27
  * Each vault has one unique token that can be deposited. In exchange for depositing
28
28
  * tokens into a vault you receive shares. You earn yield on these shares by their
@@ -22,7 +22,7 @@
22
22
 
23
23
  ## vaults
24
24
 
25
- Query a list of available vaults for depositing tokens.
25
+ Query a list of available vaults for deposit token.
26
26
 
27
27
  Each vault has one unique token that can be deposited. In exchange for depositing
28
28
  tokens into a vault you receive shares. You earn yield on these shares by their
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@compass-labs/api-sdk",
5
- "version": "0.0.35",
5
+ "version": "0.0.37",
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": "@compass-labs/api-sdk",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "author": "royalnine",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,7 +29,7 @@ import { Result } from "../types/fp.js";
29
29
  * Get Vaults
30
30
  *
31
31
  * @remarks
32
- * Query a list of available vaults for depositing tokens.
32
+ * Query a list of available vaults for deposit token.
33
33
  *
34
34
  * Each vault has one unique token that can be deposited. In exchange for depositing
35
35
  * tokens into a vault you receive shares. You earn yield on these shares by their
package/src/lib/config.ts CHANGED
@@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
57
57
  export const SDK_METADATA = {
58
58
  language: "typescript",
59
59
  openapiDocVersion: "0.0.1",
60
- sdkVersion: "0.0.35",
60
+ sdkVersion: "0.0.37",
61
61
  genVersion: "2.604.4",
62
62
  userAgent:
63
- "speakeasy-sdk/typescript 0.0.35 2.604.4 0.0.1 @compass-labs/api-sdk",
63
+ "speakeasy-sdk/typescript 0.0.37 2.604.4 0.0.1 @compass-labs/api-sdk",
64
64
  } 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: "0.0.35",
22
+ currentVersion: "0.0.37",
23
23
  },
24
24
  });
25
25
 
@@ -88,7 +88,7 @@ export function createMCPServer(deps: {
88
88
  }) {
89
89
  const server = new McpServer({
90
90
  name: "CompassApiSDK",
91
- version: "0.0.35",
91
+ version: "0.0.37",
92
92
  });
93
93
 
94
94
  const client = new CompassApiSDKCore({
@@ -14,7 +14,7 @@ export const tool$morphoVaults: ToolDefinition<typeof args> = {
14
14
  name: "morpho-vaults",
15
15
  description: `Get Vaults
16
16
 
17
- Query a list of available vaults for depositing tokens.
17
+ Query a list of available vaults for deposit token.
18
18
 
19
19
  Each vault has one unique token that can be deposited. In exchange for depositing
20
20
  tokens into a vault you receive shares. You earn yield on these shares by their
package/src/sdk/morpho.ts CHANGED
@@ -26,7 +26,7 @@ export class Morpho extends ClientSDK {
26
26
  * Get Vaults
27
27
  *
28
28
  * @remarks
29
- * Query a list of available vaults for depositing tokens.
29
+ * Query a list of available vaults for deposit token.
30
30
  *
31
31
  * Each vault has one unique token that can be deposited. In exchange for depositing
32
32
  * tokens into a vault you receive shares. You earn yield on these shares by their