@compass-labs/api-sdk 0.5.12 → 0.5.13

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.
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
31
31
  export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "0.0.1";
34
- readonly sdkVersion: "0.5.12";
34
+ readonly sdkVersion: "0.5.13";
35
35
  readonly genVersion: "2.623.2";
36
- readonly userAgent: "speakeasy-sdk/typescript 0.5.12 2.623.2 0.0.1 @compass-labs/api-sdk";
36
+ readonly userAgent: "speakeasy-sdk/typescript 0.5.13 2.623.2 0.0.1 @compass-labs/api-sdk";
37
37
  };
38
38
  //# 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.5.12",
34
+ sdkVersion: "0.5.13",
35
35
  genVersion: "2.623.2",
36
- userAgent: "speakeasy-sdk/typescript 0.5.12 2.623.2 0.0.1 @compass-labs/api-sdk",
36
+ userAgent: "speakeasy-sdk/typescript 0.5.13 2.623.2 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.5.12",
25
+ currentVersion: "0.5.13",
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));
@@ -85,7 +85,7 @@ const universalWrapEth_js_1 = require("./tools/universalWrapEth.js");
85
85
  function createMCPServer(deps) {
86
86
  const server = new mcp_js_1.McpServer({
87
87
  name: "CompassApiSDK",
88
- version: "0.5.12",
88
+ version: "0.5.13",
89
89
  });
90
90
  const client = new core_js_1.CompassApiSDKCore({
91
91
  apiKeyAuth: deps.apiKeyAuth,
@@ -136,12 +136,12 @@ var TokenPriceToken$;
136
136
  /** @internal */
137
137
  exports.TokenPriceRequest$inboundSchema = z.object({
138
138
  chain: exports.TokenPriceChain$inboundSchema.default("ethereum:mainnet"),
139
- token: exports.TokenPriceToken$inboundSchema.default("WBTC"),
139
+ token: exports.TokenPriceToken$inboundSchema.default("AAVE"),
140
140
  });
141
141
  /** @internal */
142
142
  exports.TokenPriceRequest$outboundSchema = z.object({
143
143
  chain: exports.TokenPriceChain$outboundSchema.default("ethereum:mainnet"),
144
- token: exports.TokenPriceToken$outboundSchema.default("WBTC"),
144
+ token: exports.TokenPriceToken$outboundSchema.default("AAVE"),
145
145
  });
146
146
  /**
147
147
  * @internal
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
31
31
  export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "0.0.1";
34
- readonly sdkVersion: "0.5.12";
34
+ readonly sdkVersion: "0.5.13";
35
35
  readonly genVersion: "2.623.2";
36
- readonly userAgent: "speakeasy-sdk/typescript 0.5.12 2.623.2 0.0.1 @compass-labs/api-sdk";
36
+ readonly userAgent: "speakeasy-sdk/typescript 0.5.13 2.623.2 0.0.1 @compass-labs/api-sdk";
37
37
  };
38
38
  //# 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.5.12",
30
+ sdkVersion: "0.5.13",
31
31
  genVersion: "2.623.2",
32
- userAgent: "speakeasy-sdk/typescript 0.5.12 2.623.2 0.0.1 @compass-labs/api-sdk",
32
+ userAgent: "speakeasy-sdk/typescript 0.5.13 2.623.2 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.5.12",
19
+ currentVersion: "0.5.13",
20
20
  },
21
21
  });
22
22
  run(app, process.argv.slice(2), buildContext(process));
@@ -82,7 +82,7 @@ import { tool$universalWrapEth } from "./tools/universalWrapEth.js";
82
82
  export function createMCPServer(deps) {
83
83
  const server = new McpServer({
84
84
  name: "CompassApiSDK",
85
- version: "0.5.12",
85
+ version: "0.5.13",
86
86
  });
87
87
  const client = new CompassApiSDKCore({
88
88
  apiKeyAuth: deps.apiKeyAuth,
@@ -98,12 +98,12 @@ export var TokenPriceToken$;
98
98
  /** @internal */
99
99
  export const TokenPriceRequest$inboundSchema = z.object({
100
100
  chain: TokenPriceChain$inboundSchema.default("ethereum:mainnet"),
101
- token: TokenPriceToken$inboundSchema.default("WBTC"),
101
+ token: TokenPriceToken$inboundSchema.default("AAVE"),
102
102
  });
103
103
  /** @internal */
104
104
  export const TokenPriceRequest$outboundSchema = z.object({
105
105
  chain: TokenPriceChain$outboundSchema.default("ethereum:mainnet"),
106
- token: TokenPriceToken$outboundSchema.default("WBTC"),
106
+ token: TokenPriceToken$outboundSchema.default("AAVE"),
107
107
  });
108
108
  /**
109
109
  * @internal
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@compass-labs/api-sdk",
5
- "version": "0.5.12",
5
+ "version": "0.5.13",
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.5.12",
3
+ "version": "0.5.13",
4
4
  "author": "royalnine",
5
5
  "type": "module",
6
6
  "bin": {
package/src/lib/config.ts CHANGED
@@ -61,8 +61,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
61
61
  export const SDK_METADATA = {
62
62
  language: "typescript",
63
63
  openapiDocVersion: "0.0.1",
64
- sdkVersion: "0.5.12",
64
+ sdkVersion: "0.5.13",
65
65
  genVersion: "2.623.2",
66
66
  userAgent:
67
- "speakeasy-sdk/typescript 0.5.12 2.623.2 0.0.1 @compass-labs/api-sdk",
67
+ "speakeasy-sdk/typescript 0.5.13 2.623.2 0.0.1 @compass-labs/api-sdk",
68
68
  } 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.5.12",
22
+ currentVersion: "0.5.13",
23
23
  },
24
24
  });
25
25
 
@@ -97,7 +97,7 @@ export function createMCPServer(deps: {
97
97
  }) {
98
98
  const server = new McpServer({
99
99
  name: "CompassApiSDK",
100
- version: "0.5.12",
100
+ version: "0.5.13",
101
101
  });
102
102
 
103
103
  const client = new CompassApiSDKCore({
@@ -145,7 +145,7 @@ export const TokenPriceRequest$inboundSchema: z.ZodType<
145
145
  unknown
146
146
  > = z.object({
147
147
  chain: TokenPriceChain$inboundSchema.default("ethereum:mainnet"),
148
- token: TokenPriceToken$inboundSchema.default("WBTC"),
148
+ token: TokenPriceToken$inboundSchema.default("AAVE"),
149
149
  });
150
150
 
151
151
  /** @internal */
@@ -161,7 +161,7 @@ export const TokenPriceRequest$outboundSchema: z.ZodType<
161
161
  TokenPriceRequest
162
162
  > = z.object({
163
163
  chain: TokenPriceChain$outboundSchema.default("ethereum:mainnet"),
164
- token: TokenPriceToken$outboundSchema.default("WBTC"),
164
+ token: TokenPriceToken$outboundSchema.default("AAVE"),
165
165
  });
166
166
 
167
167
  /**