@moovio/sdk 0.14.9 → 0.14.11

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.14.9",
34178
+ sdkVersion: "0.14.11",
34179
34179
  genVersion: "2.657.1",
34180
- userAgent: "speakeasy-sdk/typescript 0.14.9 2.657.1 latest @moovio/sdk"
34180
+ userAgent: "speakeasy-sdk/typescript 0.14.11 2.657.1 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -44357,12 +44357,20 @@ var init_receiptkind = __esm(() => {
44357
44357
  });
44358
44358
 
44359
44359
  // src/models/components/receiptrequest.ts
44360
- var ReceiptRequest$inboundSchema, ReceiptRequest$outboundSchema, ReceiptRequest$;
44360
+ var Kind, Kind$inboundSchema, Kind$outboundSchema, Kind$, ReceiptRequest$inboundSchema, ReceiptRequest$outboundSchema, ReceiptRequest$;
44361
44361
  var init_receiptrequest = __esm(() => {
44362
44362
  init_esm();
44363
- init_receiptkind();
44363
+ Kind = {
44364
+ SaleCustomerV1: "sale.customer.v1"
44365
+ };
44366
+ Kind$inboundSchema = nativeEnumType(Kind);
44367
+ Kind$outboundSchema = Kind$inboundSchema;
44368
+ ((Kind$) => {
44369
+ Kind$.inboundSchema = Kind$inboundSchema;
44370
+ Kind$.outboundSchema = Kind$outboundSchema;
44371
+ })(Kind$ ||= {});
44364
44372
  ReceiptRequest$inboundSchema = objectType({
44365
- kind: ReceiptKind$inboundSchema,
44373
+ kind: Kind$inboundSchema,
44366
44374
  email: stringType().optional(),
44367
44375
  emailAccountID: stringType().optional(),
44368
44376
  forTransferID: stringType().optional(),
@@ -44370,7 +44378,7 @@ var init_receiptrequest = __esm(() => {
44370
44378
  forOccurrenceID: stringType().optional()
44371
44379
  });
44372
44380
  ReceiptRequest$outboundSchema = objectType({
44373
- kind: ReceiptKind$outboundSchema,
44381
+ kind: Kind$outboundSchema,
44374
44382
  email: stringType().optional(),
44375
44383
  emailAccountID: stringType().optional(),
44376
44384
  forTransferID: stringType().optional(),
@@ -75968,7 +75976,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
75968
75976
  function createMCPServer(deps) {
75969
75977
  const server = new McpServer({
75970
75978
  name: "Moov",
75971
- version: "0.14.9"
75979
+ version: "0.14.11"
75972
75980
  });
75973
75981
  const client = new MoovCore({
75974
75982
  security: deps.security,
@@ -77478,7 +77486,7 @@ var routes = rn({
77478
77486
  var app = Ve(routes, {
77479
77487
  name: "mcp",
77480
77488
  versionInfo: {
77481
- currentVersion: "0.14.9"
77489
+ currentVersion: "0.14.11"
77482
77490
  }
77483
77491
  });
77484
77492
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -77486,5 +77494,5 @@ export {
77486
77494
  app
77487
77495
  };
77488
77496
 
77489
- //# debugId=90E58B6E4F31485764756E2164756E21
77497
+ //# debugId=61D4CCE538C423BC64756E2164756E21
77490
77498
  //# sourceMappingURL=mcp-server.js.map