@moovio/sdk 0.19.1 → 0.19.2

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.19.1",
34179
- genVersion: "2.730.5",
34180
- userAgent: "speakeasy-sdk/typescript 0.19.1 2.730.5 latest @moovio/sdk"
34178
+ sdkVersion: "0.19.2",
34179
+ genVersion: "2.731.6",
34180
+ userAgent: "speakeasy-sdk/typescript 0.19.2 2.731.6 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -45058,6 +45058,7 @@ var init_imagemetadata = __esm(() => {
45058
45058
  init_esm();
45059
45059
  ImageMetadata$inboundSchema = objectType({
45060
45060
  imageID: stringType(),
45061
+ publicID: stringType(),
45061
45062
  altText: stringType().optional(),
45062
45063
  link: stringType(),
45063
45064
  createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
@@ -45065,6 +45066,7 @@ var init_imagemetadata = __esm(() => {
45065
45066
  });
45066
45067
  ImageMetadata$outboundSchema = objectType({
45067
45068
  imageID: stringType(),
45069
+ publicID: stringType(),
45068
45070
  altText: stringType().optional(),
45069
45071
  link: stringType(),
45070
45072
  createdOn: dateType().transform((v2) => v2.toISOString()),
@@ -45214,7 +45216,8 @@ var init_incurredfee = __esm(() => {
45214
45216
  createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
45215
45217
  feeName: stringType().optional(),
45216
45218
  amount: AmountDecimal$inboundSchema.optional(),
45217
- generatedBy: GeneratedBy$inboundSchema.optional()
45219
+ generatedBy: GeneratedBy$inboundSchema.optional(),
45220
+ feeGroup: stringType().optional()
45218
45221
  });
45219
45222
  IncurredFee$outboundSchema = objectType({
45220
45223
  feeID: stringType().optional(),
@@ -45223,7 +45226,8 @@ var init_incurredfee = __esm(() => {
45223
45226
  createdOn: dateType().transform((v2) => v2.toISOString()).optional(),
45224
45227
  feeName: stringType().optional(),
45225
45228
  amount: AmountDecimal$outboundSchema.optional(),
45226
- generatedBy: GeneratedBy$outboundSchema.optional()
45229
+ generatedBy: GeneratedBy$outboundSchema.optional(),
45230
+ feeGroup: stringType().optional()
45227
45231
  });
45228
45232
  ((IncurredFee$) => {
45229
45233
  IncurredFee$.inboundSchema = IncurredFee$inboundSchema;
@@ -83054,7 +83058,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
83054
83058
  function createMCPServer(deps) {
83055
83059
  const server = new McpServer({
83056
83060
  name: "Moov",
83057
- version: "0.19.1"
83061
+ version: "0.19.2"
83058
83062
  });
83059
83063
  const client = new MoovCore({
83060
83064
  security: deps.security,
@@ -84596,7 +84600,7 @@ var routes = rn({
84596
84600
  var app = Ve(routes, {
84597
84601
  name: "mcp",
84598
84602
  versionInfo: {
84599
- currentVersion: "0.19.1"
84603
+ currentVersion: "0.19.2"
84600
84604
  }
84601
84605
  });
84602
84606
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -84604,5 +84608,5 @@ export {
84604
84608
  app
84605
84609
  };
84606
84610
 
84607
- //# debugId=5A5162BE23A859CA64756E2164756E21
84611
+ //# debugId=2CC3587B37E6E98A64756E2164756E21
84608
84612
  //# sourceMappingURL=mcp-server.js.map