@compass-labs/api-sdk 0.5.20 → 0.5.21

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 CHANGED
@@ -34205,9 +34205,9 @@ var init_config = __esm(() => {
34205
34205
  SDK_METADATA = {
34206
34206
  language: "typescript",
34207
34207
  openapiDocVersion: "0.0.1",
34208
- sdkVersion: "0.5.20",
34209
- genVersion: "2.630.8",
34210
- userAgent: "speakeasy-sdk/typescript 0.5.20 2.630.8 0.0.1 @compass-labs/api-sdk"
34208
+ sdkVersion: "0.5.21",
34209
+ genVersion: "2.632.2",
34210
+ userAgent: "speakeasy-sdk/typescript 0.5.21 2.632.2 0.0.1 @compass-labs/api-sdk"
34211
34211
  };
34212
34212
  });
34213
34213
 
@@ -39247,10 +39247,12 @@ var init_batcheduseroperationsrequest = __esm(() => {
39247
39247
  init_useroperation();
39248
39248
  BatchedUserOperationsRequest$inboundSchema = objectType({
39249
39249
  chain: Chain$inboundSchema,
39250
+ sender: stringType(),
39250
39251
  operations: arrayType(UserOperation$inboundSchema)
39251
39252
  });
39252
39253
  BatchedUserOperationsRequest$outboundSchema = objectType({
39253
39254
  chain: Chain$outboundSchema,
39255
+ sender: stringType(),
39254
39256
  operations: arrayType(UserOperation$outboundSchema)
39255
39257
  });
39256
39258
  ((BatchedUserOperationsRequest$) => {
@@ -53448,7 +53450,7 @@ it to be traded on DeFi protocols.`,
53448
53450
  function createMCPServer(deps) {
53449
53451
  const server = new McpServer({
53450
53452
  name: "CompassApiSDK",
53451
- version: "0.5.20"
53453
+ version: "0.5.21"
53452
53454
  });
53453
53455
  const client = new CompassApiSDKCore({
53454
53456
  apiKeyAuth: deps.apiKeyAuth,
@@ -54811,7 +54813,7 @@ var routes = an({
54811
54813
  var app = He(routes, {
54812
54814
  name: "mcp",
54813
54815
  versionInfo: {
54814
- currentVersion: "0.5.20"
54816
+ currentVersion: "0.5.21"
54815
54817
  }
54816
54818
  });
54817
54819
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -54819,5 +54821,5 @@ export {
54819
54821
  app
54820
54822
  };
54821
54823
 
54822
- //# debugId=D893F64DC6ADDDFD64756E2164756E21
54824
+ //# debugId=F95DEC22565B8BBA64756E2164756E21
54823
54825
  //# sourceMappingURL=mcp-server.js.map