@moovio/sdk 0.22.10 → 0.22.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
@@ -52413,9 +52413,9 @@ var init_config = __esm(() => {
52413
52413
  SDK_METADATA = {
52414
52414
  language: "typescript",
52415
52415
  openapiDocVersion: "latest",
52416
- sdkVersion: "0.22.10",
52416
+ sdkVersion: "0.22.11",
52417
52417
  genVersion: "2.788.7",
52418
- userAgent: "speakeasy-sdk/typescript 0.22.10 2.788.7 latest @moovio/sdk"
52418
+ userAgent: "speakeasy-sdk/typescript 0.22.11 2.788.7 latest @moovio/sdk"
52419
52419
  };
52420
52420
  });
52421
52421
 
@@ -66132,7 +66132,8 @@ var init_transfer = __esm(() => {
66132
66132
  paymentLinkCode: stringType().optional(),
66133
66133
  salesTaxAmount: Amount$inboundSchema.optional(),
66134
66134
  foreignID: stringType().optional(),
66135
- lineItems: TransferLineItems$inboundSchema.optional()
66135
+ lineItems: TransferLineItems$inboundSchema.optional(),
66136
+ invoiceID: stringType().optional()
66136
66137
  });
66137
66138
  Transfer$outboundSchema = objectType({
66138
66139
  transferID: stringType(),
@@ -66162,7 +66163,8 @@ var init_transfer = __esm(() => {
66162
66163
  paymentLinkCode: stringType().optional(),
66163
66164
  salesTaxAmount: Amount$outboundSchema.optional(),
66164
66165
  foreignID: stringType().optional(),
66165
- lineItems: TransferLineItems$outboundSchema.optional()
66166
+ lineItems: TransferLineItems$outboundSchema.optional(),
66167
+ invoiceID: stringType().optional()
66166
66168
  });
66167
66169
  });
66168
66170
 
@@ -70118,6 +70120,7 @@ var init_transfer2 = __esm(() => {
70118
70120
  salesTaxAmount;
70119
70121
  foreignID;
70120
70122
  lineItems;
70123
+ invoiceID;
70121
70124
  data$;
70122
70125
  constructor(err, httpMeta) {
70123
70126
  const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
@@ -70173,6 +70176,8 @@ var init_transfer2 = __esm(() => {
70173
70176
  this.foreignID = err.foreignID;
70174
70177
  if (err.lineItems != null)
70175
70178
  this.lineItems = err.lineItems;
70179
+ if (err.invoiceID != null)
70180
+ this.invoiceID = err.invoiceID;
70176
70181
  this.name = "Transfer";
70177
70182
  }
70178
70183
  };
@@ -70205,6 +70210,7 @@ var init_transfer2 = __esm(() => {
70205
70210
  salesTaxAmount: Amount$inboundSchema.optional(),
70206
70211
  foreignID: stringType().optional(),
70207
70212
  lineItems: TransferLineItems$inboundSchema.optional(),
70213
+ invoiceID: stringType().optional(),
70208
70214
  request$: instanceOfType(Request),
70209
70215
  response$: instanceOfType(Response),
70210
70216
  body$: stringType()
@@ -70243,7 +70249,8 @@ var init_transfer2 = __esm(() => {
70243
70249
  paymentLinkCode: stringType().optional(),
70244
70250
  salesTaxAmount: Amount$outboundSchema.optional(),
70245
70251
  foreignID: stringType().optional(),
70246
- lineItems: TransferLineItems$outboundSchema.optional()
70252
+ lineItems: TransferLineItems$outboundSchema.optional(),
70253
+ invoiceID: stringType().optional()
70247
70254
  }));
70248
70255
  });
70249
70256
 
@@ -100129,7 +100136,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100129
100136
  function createMCPServer(deps) {
100130
100137
  const server = new McpServer({
100131
100138
  name: "Moov",
100132
- version: "0.22.10"
100139
+ version: "0.22.11"
100133
100140
  });
100134
100141
  const client = new MoovCore({
100135
100142
  security: deps.security,
@@ -101689,7 +101696,7 @@ var routes = rn({
101689
101696
  var app = Ve(routes, {
101690
101697
  name: "mcp",
101691
101698
  versionInfo: {
101692
- currentVersion: "0.22.10"
101699
+ currentVersion: "0.22.11"
101693
101700
  }
101694
101701
  });
101695
101702
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -101697,5 +101704,5 @@ export {
101697
101704
  app
101698
101705
  };
101699
101706
 
101700
- //# debugId=B903F6E437A03FBC64756E2164756E21
101707
+ //# debugId=5BFC7F9D350A3CAD64756E2164756E21
101701
101708
  //# sourceMappingURL=mcp-server.js.map