@moovio/sdk 0.5.1 → 0.5.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
@@ -34213,9 +34213,9 @@ var init_config = __esm(() => {
34213
34213
  SDK_METADATA = {
34214
34214
  language: "typescript",
34215
34215
  openapiDocVersion: "latest",
34216
- sdkVersion: "0.5.1",
34217
- genVersion: "2.529.2",
34218
- userAgent: "speakeasy-sdk/typescript 0.5.1 2.529.2 latest @moovio/sdk"
34216
+ sdkVersion: "0.5.2",
34217
+ genVersion: "2.531.0",
34218
+ userAgent: "speakeasy-sdk/typescript 0.5.2 2.531.0 latest @moovio/sdk"
34219
34219
  };
34220
34220
  });
34221
34221
 
@@ -37798,7 +37798,8 @@ var init_cancellationstatus = __esm(() => {
37798
37798
  init_lib();
37799
37799
  CancellationStatus = {
37800
37800
  Pending: "pending",
37801
- Completed: "completed"
37801
+ Completed: "completed",
37802
+ Failed: "failed"
37802
37803
  };
37803
37804
  CancellationStatus$inboundSchema = nativeEnumType(CancellationStatus);
37804
37805
  CancellationStatus$outboundSchema = CancellationStatus$inboundSchema;
@@ -42389,22 +42390,67 @@ var init_patchaccounterror = __esm(() => {
42389
42390
  });
42390
42391
 
42391
42392
  // src/models/components/patchsweepconfig.ts
42392
- var PatchSweepConfig$inboundSchema, PatchSweepConfig$outboundSchema, PatchSweepConfig$;
42393
+ var Status, Status$inboundSchema, Status$outboundSchema, Status$, PushPaymentMethodId2$inboundSchema, PushPaymentMethodId2$outboundSchema, PushPaymentMethodId2$, PushPaymentMethodID$inboundSchema, PushPaymentMethodID$outboundSchema, PushPaymentMethodID$, PullPaymentMethodId2$inboundSchema, PullPaymentMethodId2$outboundSchema, PullPaymentMethodId2$, PullPaymentMethodID$inboundSchema, PullPaymentMethodID$outboundSchema, PullPaymentMethodID$, StatementDescriptor2$inboundSchema, StatementDescriptor2$outboundSchema, StatementDescriptor2$, StatementDescriptor$inboundSchema, StatementDescriptor$outboundSchema, StatementDescriptor$, PatchSweepConfig$inboundSchema, PatchSweepConfig$outboundSchema, PatchSweepConfig$;
42393
42394
  var init_patchsweepconfig = __esm(() => {
42394
42395
  init_lib();
42395
- init_sweepconfigstatus();
42396
+ Status = {
42397
+ Enabled: "enabled",
42398
+ Disabled: "disabled"
42399
+ };
42400
+ Status$inboundSchema = nativeEnumType(Status);
42401
+ Status$outboundSchema = Status$inboundSchema;
42402
+ ((Status$) => {
42403
+ Status$.inboundSchema = Status$inboundSchema;
42404
+ Status$.outboundSchema = Status$outboundSchema;
42405
+ })(Status$ ||= {});
42406
+ PushPaymentMethodId2$inboundSchema = objectType({});
42407
+ PushPaymentMethodId2$outboundSchema = objectType({});
42408
+ ((PushPaymentMethodId2$) => {
42409
+ PushPaymentMethodId2$.inboundSchema = PushPaymentMethodId2$inboundSchema;
42410
+ PushPaymentMethodId2$.outboundSchema = PushPaymentMethodId2$outboundSchema;
42411
+ })(PushPaymentMethodId2$ ||= {});
42412
+ PushPaymentMethodID$inboundSchema = unionType([lazyType(() => PushPaymentMethodId2$inboundSchema), stringType()]);
42413
+ PushPaymentMethodID$outboundSchema = unionType([lazyType(() => PushPaymentMethodId2$outboundSchema), stringType()]);
42414
+ ((PushPaymentMethodID$) => {
42415
+ PushPaymentMethodID$.inboundSchema = PushPaymentMethodID$inboundSchema;
42416
+ PushPaymentMethodID$.outboundSchema = PushPaymentMethodID$outboundSchema;
42417
+ })(PushPaymentMethodID$ ||= {});
42418
+ PullPaymentMethodId2$inboundSchema = objectType({});
42419
+ PullPaymentMethodId2$outboundSchema = objectType({});
42420
+ ((PullPaymentMethodId2$) => {
42421
+ PullPaymentMethodId2$.inboundSchema = PullPaymentMethodId2$inboundSchema;
42422
+ PullPaymentMethodId2$.outboundSchema = PullPaymentMethodId2$outboundSchema;
42423
+ })(PullPaymentMethodId2$ ||= {});
42424
+ PullPaymentMethodID$inboundSchema = unionType([lazyType(() => PullPaymentMethodId2$inboundSchema), stringType()]);
42425
+ PullPaymentMethodID$outboundSchema = unionType([lazyType(() => PullPaymentMethodId2$outboundSchema), stringType()]);
42426
+ ((PullPaymentMethodID$) => {
42427
+ PullPaymentMethodID$.inboundSchema = PullPaymentMethodID$inboundSchema;
42428
+ PullPaymentMethodID$.outboundSchema = PullPaymentMethodID$outboundSchema;
42429
+ })(PullPaymentMethodID$ ||= {});
42430
+ StatementDescriptor2$inboundSchema = objectType({});
42431
+ StatementDescriptor2$outboundSchema = objectType({});
42432
+ ((StatementDescriptor2$) => {
42433
+ StatementDescriptor2$.inboundSchema = StatementDescriptor2$inboundSchema;
42434
+ StatementDescriptor2$.outboundSchema = StatementDescriptor2$outboundSchema;
42435
+ })(StatementDescriptor2$ ||= {});
42436
+ StatementDescriptor$inboundSchema = unionType([lazyType(() => StatementDescriptor2$inboundSchema), stringType()]);
42437
+ StatementDescriptor$outboundSchema = unionType([lazyType(() => StatementDescriptor2$outboundSchema), stringType()]);
42438
+ ((StatementDescriptor$) => {
42439
+ StatementDescriptor$.inboundSchema = StatementDescriptor$inboundSchema;
42440
+ StatementDescriptor$.outboundSchema = StatementDescriptor$outboundSchema;
42441
+ })(StatementDescriptor$ ||= {});
42396
42442
  PatchSweepConfig$inboundSchema = objectType({
42397
- status: SweepConfigStatus$inboundSchema.optional(),
42398
- pushPaymentMethodID: stringType().optional(),
42399
- pullPaymentMethodID: stringType().optional(),
42400
- statementDescriptor: stringType().optional(),
42443
+ status: nullableType(Status$inboundSchema).optional(),
42444
+ pushPaymentMethodID: nullableType(unionType([lazyType(() => PushPaymentMethodId2$inboundSchema), stringType()])).optional(),
42445
+ pullPaymentMethodID: nullableType(unionType([lazyType(() => PullPaymentMethodId2$inboundSchema), stringType()])).optional(),
42446
+ statementDescriptor: nullableType(unionType([lazyType(() => StatementDescriptor2$inboundSchema), stringType()])).optional(),
42401
42447
  minimumBalance: stringType().optional()
42402
42448
  });
42403
42449
  PatchSweepConfig$outboundSchema = objectType({
42404
- status: SweepConfigStatus$outboundSchema.optional(),
42405
- pushPaymentMethodID: stringType().optional(),
42406
- pullPaymentMethodID: stringType().optional(),
42407
- statementDescriptor: stringType().optional(),
42450
+ status: nullableType(Status$outboundSchema).optional(),
42451
+ pushPaymentMethodID: nullableType(unionType([lazyType(() => PushPaymentMethodId2$outboundSchema), stringType()])).optional(),
42452
+ pullPaymentMethodID: nullableType(unionType([lazyType(() => PullPaymentMethodId2$outboundSchema), stringType()])).optional(),
42453
+ statementDescriptor: nullableType(unionType([lazyType(() => StatementDescriptor2$outboundSchema), stringType()])).optional(),
42408
42454
  minimumBalance: stringType().optional()
42409
42455
  });
42410
42456
  ((PatchSweepConfig$) => {
@@ -69386,7 +69432,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
69386
69432
  function createMCPServer(deps) {
69387
69433
  const server = new McpServer({
69388
69434
  name: "Moov",
69389
- version: "0.5.1"
69435
+ version: "0.5.2"
69390
69436
  });
69391
69437
  const client = new MoovCore({
69392
69438
  security: deps.security,
@@ -70860,7 +70906,7 @@ var routes = rn({
70860
70906
  var app = Ve(routes, {
70861
70907
  name: "mcp",
70862
70908
  versionInfo: {
70863
- currentVersion: "0.5.1"
70909
+ currentVersion: "0.5.2"
70864
70910
  }
70865
70911
  });
70866
70912
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -70868,5 +70914,5 @@ export {
70868
70914
  app
70869
70915
  };
70870
70916
 
70871
- //# debugId=1C6AF66E9419274564756E2164756E21
70917
+ //# debugId=F1852DE01038BAD564756E2164756E21
70872
70918
  //# sourceMappingURL=mcp-server.js.map