@moovio/sdk 0.20.0 → 0.21.0

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
@@ -34175,9 +34175,9 @@ var init_config = __esm(() => {
34175
34175
  SDK_METADATA = {
34176
34176
  language: "typescript",
34177
34177
  openapiDocVersion: "latest",
34178
- sdkVersion: "0.20.0",
34179
- genVersion: "2.735.1",
34180
- userAgent: "speakeasy-sdk/typescript 0.20.0 2.735.1 latest @moovio/sdk"
34178
+ sdkVersion: "0.21.0",
34179
+ genVersion: "2.737.0",
34180
+ userAgent: "speakeasy-sdk/typescript 0.21.0 2.737.0 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -47341,12 +47341,14 @@ var init_productimagemetadata = __esm(() => {
47341
47341
  ProductImageMetadata$inboundSchema = objectType({
47342
47342
  imageID: stringType(),
47343
47343
  altText: stringType().optional(),
47344
- link: stringType()
47344
+ link: stringType(),
47345
+ publicID: stringType()
47345
47346
  });
47346
47347
  ProductImageMetadata$outboundSchema = objectType({
47347
47348
  imageID: stringType(),
47348
47349
  altText: stringType().optional(),
47349
- link: stringType()
47350
+ link: stringType(),
47351
+ publicID: stringType()
47350
47352
  });
47351
47353
  ((ProductImageMetadata$) => {
47352
47354
  ProductImageMetadata$.inboundSchema = ProductImageMetadata$inboundSchema;
@@ -83650,7 +83652,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
83650
83652
  function createMCPServer(deps) {
83651
83653
  const server = new McpServer({
83652
83654
  name: "Moov",
83653
- version: "0.20.0"
83655
+ version: "0.21.0"
83654
83656
  });
83655
83657
  const client = new MoovCore({
83656
83658
  security: deps.security,
@@ -85198,7 +85200,7 @@ var routes = rn({
85198
85200
  var app = Ve(routes, {
85199
85201
  name: "mcp",
85200
85202
  versionInfo: {
85201
- currentVersion: "0.20.0"
85203
+ currentVersion: "0.21.0"
85202
85204
  }
85203
85205
  });
85204
85206
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -85206,5 +85208,5 @@ export {
85206
85208
  app
85207
85209
  };
85208
85210
 
85209
- //# debugId=90F28B2BF898CE3464756E2164756E21
85211
+ //# debugId=75D9072019A1E3C264756E2164756E21
85210
85212
  //# sourceMappingURL=mcp-server.js.map