@moovio/sdk 0.15.3 → 0.15.5

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.
Files changed (46) hide show
  1. package/bin/mcp-server.js +76 -30
  2. package/bin/mcp-server.js.map +13 -11
  3. package/examples/package-lock.json +1 -1
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +3 -3
  6. package/lib/config.js +3 -3
  7. package/lib/config.js.map +1 -1
  8. package/mcp-server/mcp-server.js +1 -1
  9. package/mcp-server/server.js +1 -1
  10. package/models/components/fednowinstitution.d.ts +37 -0
  11. package/models/components/fednowinstitution.d.ts.map +1 -0
  12. package/models/components/fednowinstitution.js +74 -0
  13. package/models/components/fednowinstitution.js.map +1 -0
  14. package/models/components/fednowservices.d.ts +42 -0
  15. package/models/components/fednowservices.d.ts.map +1 -0
  16. package/models/components/fednowservices.js +73 -0
  17. package/models/components/fednowservices.js.map +1 -0
  18. package/models/components/index.d.ts +2 -0
  19. package/models/components/index.d.ts.map +1 -1
  20. package/models/components/index.js +2 -0
  21. package/models/components/index.js.map +1 -1
  22. package/models/components/institutionssearchresponse.d.ts +3 -0
  23. package/models/components/institutionssearchresponse.d.ts.map +1 -1
  24. package/models/components/institutionssearchresponse.js +3 -0
  25. package/models/components/institutionssearchresponse.js.map +1 -1
  26. package/models/components/monthlyvolumerange.d.ts +18 -18
  27. package/models/components/monthlyvolumerange.js +6 -6
  28. package/models/components/patchsweepconfig.d.ts +12 -12
  29. package/models/components/patchsweepconfig.d.ts.map +1 -1
  30. package/models/components/patchsweepconfig.js +12 -12
  31. package/models/components/patchsweepconfig.js.map +1 -1
  32. package/models/components/updaterepresentative.d.ts +4 -4
  33. package/models/components/updaterepresentative.d.ts.map +1 -1
  34. package/models/components/updaterepresentative.js +4 -4
  35. package/models/components/updaterepresentative.js.map +1 -1
  36. package/package.json +1 -1
  37. package/src/lib/config.ts +3 -3
  38. package/src/mcp-server/mcp-server.ts +1 -1
  39. package/src/mcp-server/server.ts +1 -1
  40. package/src/models/components/fednowinstitution.ts +83 -0
  41. package/src/models/components/fednowservices.ts +79 -0
  42. package/src/models/components/index.ts +2 -0
  43. package/src/models/components/institutionssearchresponse.ts +10 -0
  44. package/src/models/components/monthlyvolumerange.ts +6 -6
  45. package/src/models/components/patchsweepconfig.ts +27 -27
  46. package/src/models/components/updaterepresentative.ts +8 -8
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.15.3",
34179
- genVersion: "2.716.5",
34180
- userAgent: "speakeasy-sdk/typescript 0.15.3 2.716.5 latest @moovio/sdk"
34178
+ sdkVersion: "0.15.5",
34179
+ genVersion: "2.716.16",
34180
+ userAgent: "speakeasy-sdk/typescript 0.15.5 2.716.16 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -41851,12 +41851,12 @@ var init_monthlyvolumerange = __esm(() => {
41851
41851
  init_esm();
41852
41852
  MonthlyVolumeRange = {
41853
41853
  Under10k: "under-10k",
41854
- TenK50K: "10K-50K",
41855
- FiftyK100K: "50K-100K",
41856
- OneHundredK250K: "100K-250K",
41857
- TwoHundredAndFiftyK500K: "250K-500K",
41858
- FiveHundredK1M: "500K-1M",
41859
- OneM5M: "1M-5M",
41854
+ Tenk50k: "10k-50k",
41855
+ Fiftyk100k: "50k-100k",
41856
+ OneHundredk250k: "100k-250k",
41857
+ TwoHundredAndFiftyk500k: "250k-500k",
41858
+ FiveHundredk1m: "500k-1m",
41859
+ Onem5m: "1m-5m",
41860
41860
  Over5m: "over-5m"
41861
41861
  };
41862
41862
  MonthlyVolumeRange$inboundSchema = nativeEnumType(MonthlyVolumeRange);
@@ -44322,6 +44322,47 @@ var init_evidenceuploadresponse = __esm(() => {
44322
44322
  })(EvidenceUploadResponse$ ||= {});
44323
44323
  });
44324
44324
 
44325
+ // src/models/components/fednowservices.ts
44326
+ var FedNowServices$inboundSchema, FedNowServices$outboundSchema, FedNowServices$;
44327
+ var init_fednowservices = __esm(() => {
44328
+ init_esm();
44329
+ FedNowServices$inboundSchema = objectType({
44330
+ receivePayments: booleanType(),
44331
+ sendPayments: booleanType(),
44332
+ requestForPayment: booleanType()
44333
+ });
44334
+ FedNowServices$outboundSchema = objectType({
44335
+ receivePayments: booleanType(),
44336
+ sendPayments: booleanType(),
44337
+ requestForPayment: booleanType()
44338
+ });
44339
+ ((FedNowServices$) => {
44340
+ FedNowServices$.inboundSchema = FedNowServices$inboundSchema;
44341
+ FedNowServices$.outboundSchema = FedNowServices$outboundSchema;
44342
+ })(FedNowServices$ ||= {});
44343
+ });
44344
+
44345
+ // src/models/components/fednowinstitution.ts
44346
+ var FedNowInstitution$inboundSchema, FedNowInstitution$outboundSchema, FedNowInstitution$;
44347
+ var init_fednowinstitution = __esm(() => {
44348
+ init_esm();
44349
+ init_fednowservices();
44350
+ FedNowInstitution$inboundSchema = objectType({
44351
+ name: stringType(),
44352
+ routingNumber: stringType(),
44353
+ services: FedNowServices$inboundSchema
44354
+ });
44355
+ FedNowInstitution$outboundSchema = objectType({
44356
+ name: stringType(),
44357
+ routingNumber: stringType(),
44358
+ services: FedNowServices$outboundSchema
44359
+ });
44360
+ ((FedNowInstitution$) => {
44361
+ FedNowInstitution$.inboundSchema = FedNowInstitution$inboundSchema;
44362
+ FedNowInstitution$.outboundSchema = FedNowInstitution$outboundSchema;
44363
+ })(FedNowInstitution$ ||= {});
44364
+ });
44365
+
44325
44366
  // src/models/components/minimumcommitment.ts
44326
44367
  var MinimumCommitment$inboundSchema, MinimumCommitment$outboundSchema, MinimumCommitment$;
44327
44368
  var init_minimumcommitment = __esm(() => {
@@ -45149,17 +45190,20 @@ var InstitutionsSearchResponse$inboundSchema, InstitutionsSearchResponse$outboun
45149
45190
  var init_institutionssearchresponse = __esm(() => {
45150
45191
  init_esm();
45151
45192
  init_achinstitution();
45193
+ init_fednowinstitution();
45152
45194
  init_rtpinstitution();
45153
45195
  init_wireinstitution();
45154
45196
  InstitutionsSearchResponse$inboundSchema = objectType({
45155
45197
  ach: nullableType(arrayType(ACHInstitution$inboundSchema)),
45156
45198
  rtp: nullableType(arrayType(RTPInstitution$inboundSchema)),
45157
- wire: nullableType(arrayType(WireInstitution$inboundSchema))
45199
+ wire: nullableType(arrayType(WireInstitution$inboundSchema)),
45200
+ fednow: nullableType(arrayType(FedNowInstitution$inboundSchema))
45158
45201
  });
45159
45202
  InstitutionsSearchResponse$outboundSchema = objectType({
45160
45203
  ach: nullableType(arrayType(ACHInstitution$outboundSchema)),
45161
45204
  rtp: nullableType(arrayType(RTPInstitution$outboundSchema)),
45162
- wire: nullableType(arrayType(WireInstitution$outboundSchema))
45205
+ wire: nullableType(arrayType(WireInstitution$outboundSchema)),
45206
+ fednow: nullableType(arrayType(FedNowInstitution$outboundSchema))
45163
45207
  });
45164
45208
  ((InstitutionsSearchResponse$) => {
45165
45209
  InstitutionsSearchResponse$.inboundSchema = InstitutionsSearchResponse$inboundSchema;
@@ -46604,8 +46648,8 @@ var init_patchsweepconfig = __esm(() => {
46604
46648
  PushPaymentMethodId2$.inboundSchema = PushPaymentMethodId2$inboundSchema;
46605
46649
  PushPaymentMethodId2$.outboundSchema = PushPaymentMethodId2$outboundSchema;
46606
46650
  })(PushPaymentMethodId2$ ||= {});
46607
- PushPaymentMethodID$inboundSchema = unionType([lazyType(() => PushPaymentMethodId2$inboundSchema), stringType()]);
46608
- PushPaymentMethodID$outboundSchema = unionType([lazyType(() => PushPaymentMethodId2$outboundSchema), stringType()]);
46651
+ PushPaymentMethodID$inboundSchema = unionType([stringType(), lazyType(() => PushPaymentMethodId2$inboundSchema)]);
46652
+ PushPaymentMethodID$outboundSchema = unionType([stringType(), lazyType(() => PushPaymentMethodId2$outboundSchema)]);
46609
46653
  ((PushPaymentMethodID$) => {
46610
46654
  PushPaymentMethodID$.inboundSchema = PushPaymentMethodID$inboundSchema;
46611
46655
  PushPaymentMethodID$.outboundSchema = PushPaymentMethodID$outboundSchema;
@@ -46616,8 +46660,8 @@ var init_patchsweepconfig = __esm(() => {
46616
46660
  PullPaymentMethodId2$.inboundSchema = PullPaymentMethodId2$inboundSchema;
46617
46661
  PullPaymentMethodId2$.outboundSchema = PullPaymentMethodId2$outboundSchema;
46618
46662
  })(PullPaymentMethodId2$ ||= {});
46619
- PullPaymentMethodID$inboundSchema = unionType([lazyType(() => PullPaymentMethodId2$inboundSchema), stringType()]);
46620
- PullPaymentMethodID$outboundSchema = unionType([lazyType(() => PullPaymentMethodId2$outboundSchema), stringType()]);
46663
+ PullPaymentMethodID$inboundSchema = unionType([stringType(), lazyType(() => PullPaymentMethodId2$inboundSchema)]);
46664
+ PullPaymentMethodID$outboundSchema = unionType([stringType(), lazyType(() => PullPaymentMethodId2$outboundSchema)]);
46621
46665
  ((PullPaymentMethodID$) => {
46622
46666
  PullPaymentMethodID$.inboundSchema = PullPaymentMethodID$inboundSchema;
46623
46667
  PullPaymentMethodID$.outboundSchema = PullPaymentMethodID$outboundSchema;
@@ -46628,24 +46672,24 @@ var init_patchsweepconfig = __esm(() => {
46628
46672
  StatementDescriptor2$.inboundSchema = StatementDescriptor2$inboundSchema;
46629
46673
  StatementDescriptor2$.outboundSchema = StatementDescriptor2$outboundSchema;
46630
46674
  })(StatementDescriptor2$ ||= {});
46631
- StatementDescriptor$inboundSchema = unionType([lazyType(() => StatementDescriptor2$inboundSchema), stringType()]);
46632
- StatementDescriptor$outboundSchema = unionType([lazyType(() => StatementDescriptor2$outboundSchema), stringType()]);
46675
+ StatementDescriptor$inboundSchema = unionType([stringType(), lazyType(() => StatementDescriptor2$inboundSchema)]);
46676
+ StatementDescriptor$outboundSchema = unionType([stringType(), lazyType(() => StatementDescriptor2$outboundSchema)]);
46633
46677
  ((StatementDescriptor$) => {
46634
46678
  StatementDescriptor$.inboundSchema = StatementDescriptor$inboundSchema;
46635
46679
  StatementDescriptor$.outboundSchema = StatementDescriptor$outboundSchema;
46636
46680
  })(StatementDescriptor$ ||= {});
46637
46681
  PatchSweepConfig$inboundSchema = objectType({
46638
46682
  status: nullableType(Status$inboundSchema).optional(),
46639
- pushPaymentMethodID: nullableType(unionType([lazyType(() => PushPaymentMethodId2$inboundSchema), stringType()])).optional(),
46640
- pullPaymentMethodID: nullableType(unionType([lazyType(() => PullPaymentMethodId2$inboundSchema), stringType()])).optional(),
46641
- statementDescriptor: nullableType(unionType([lazyType(() => StatementDescriptor2$inboundSchema), stringType()])).optional(),
46683
+ pushPaymentMethodID: nullableType(unionType([stringType(), lazyType(() => PushPaymentMethodId2$inboundSchema)])).optional(),
46684
+ pullPaymentMethodID: nullableType(unionType([stringType(), lazyType(() => PullPaymentMethodId2$inboundSchema)])).optional(),
46685
+ statementDescriptor: nullableType(unionType([stringType(), lazyType(() => StatementDescriptor2$inboundSchema)])).optional(),
46642
46686
  minimumBalance: nullableType(stringType()).optional()
46643
46687
  });
46644
46688
  PatchSweepConfig$outboundSchema = objectType({
46645
46689
  status: nullableType(Status$outboundSchema).optional(),
46646
- pushPaymentMethodID: nullableType(unionType([lazyType(() => PushPaymentMethodId2$outboundSchema), stringType()])).optional(),
46647
- pullPaymentMethodID: nullableType(unionType([lazyType(() => PullPaymentMethodId2$outboundSchema), stringType()])).optional(),
46648
- statementDescriptor: nullableType(unionType([lazyType(() => StatementDescriptor2$outboundSchema), stringType()])).optional(),
46690
+ pushPaymentMethodID: nullableType(unionType([stringType(), lazyType(() => PushPaymentMethodId2$outboundSchema)])).optional(),
46691
+ pullPaymentMethodID: nullableType(unionType([stringType(), lazyType(() => PullPaymentMethodId2$outboundSchema)])).optional(),
46692
+ statementDescriptor: nullableType(unionType([stringType(), lazyType(() => StatementDescriptor2$outboundSchema)])).optional(),
46649
46693
  minimumBalance: nullableType(stringType()).optional()
46650
46694
  });
46651
46695
  ((PatchSweepConfig$) => {
@@ -48569,8 +48613,8 @@ var init_updaterepresentative = __esm(() => {
48569
48613
  Two$.inboundSchema = Two$inboundSchema;
48570
48614
  Two$.outboundSchema = Two$outboundSchema;
48571
48615
  })(Two$ ||= {});
48572
- Email$inboundSchema = unionType([lazyType(() => Two$inboundSchema), stringType()]);
48573
- Email$outboundSchema = unionType([lazyType(() => Two$outboundSchema), stringType()]);
48616
+ Email$inboundSchema = unionType([stringType(), lazyType(() => Two$inboundSchema)]);
48617
+ Email$outboundSchema = unionType([stringType(), lazyType(() => Two$outboundSchema)]);
48574
48618
  ((Email$) => {
48575
48619
  Email$.inboundSchema = Email$inboundSchema;
48576
48620
  Email$.outboundSchema = Email$outboundSchema;
@@ -48664,7 +48708,7 @@ var init_updaterepresentative = __esm(() => {
48664
48708
  UpdateRepresentative$inboundSchema = objectType({
48665
48709
  name: IndividualNameUpdate$inboundSchema.optional(),
48666
48710
  phone: nullableType(lazyType(() => Phone$inboundSchema)).optional(),
48667
- email: nullableType(unionType([lazyType(() => Two$inboundSchema), stringType()])).optional(),
48711
+ email: nullableType(unionType([stringType(), lazyType(() => Two$inboundSchema)])).optional(),
48668
48712
  address: nullableType(lazyType(() => UpdateRepresentativeAddress$inboundSchema)).optional(),
48669
48713
  birthDate: nullableType(lazyType(() => UpdateRepresentativeBirthDate$inboundSchema)).optional(),
48670
48714
  governmentID: nullableType(lazyType(() => UpdateRepresentativeGovernmentID$inboundSchema)).optional(),
@@ -48673,7 +48717,7 @@ var init_updaterepresentative = __esm(() => {
48673
48717
  UpdateRepresentative$outboundSchema = objectType({
48674
48718
  name: IndividualNameUpdate$outboundSchema.optional(),
48675
48719
  phone: nullableType(lazyType(() => Phone$outboundSchema)).optional(),
48676
- email: nullableType(unionType([lazyType(() => Two$outboundSchema), stringType()])).optional(),
48720
+ email: nullableType(unionType([stringType(), lazyType(() => Two$outboundSchema)])).optional(),
48677
48721
  address: nullableType(lazyType(() => UpdateRepresentativeAddress$outboundSchema)).optional(),
48678
48722
  birthDate: nullableType(lazyType(() => UpdateRepresentativeBirthDate$outboundSchema)).optional(),
48679
48723
  governmentID: nullableType(lazyType(() => UpdateRepresentativeGovernmentID$outboundSchema)).optional(),
@@ -50186,6 +50230,8 @@ var init_components = __esm(() => {
50186
50230
  init_evidencetype();
50187
50231
  init_evidenceuploadresponse();
50188
50232
  init_facilitatorfee();
50233
+ init_fednowinstitution();
50234
+ init_fednowservices();
50189
50235
  init_feecategory();
50190
50236
  init_feemodel();
50191
50237
  init_feeplan();
@@ -80183,7 +80229,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
80183
80229
  function createMCPServer(deps) {
80184
80230
  const server = new McpServer({
80185
80231
  name: "Moov",
80186
- version: "0.15.3"
80232
+ version: "0.15.5"
80187
80233
  });
80188
80234
  const client = new MoovCore({
80189
80235
  security: deps.security,
@@ -81701,7 +81747,7 @@ var routes = rn({
81701
81747
  var app = Ve(routes, {
81702
81748
  name: "mcp",
81703
81749
  versionInfo: {
81704
- currentVersion: "0.15.3"
81750
+ currentVersion: "0.15.5"
81705
81751
  }
81706
81752
  });
81707
81753
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -81709,5 +81755,5 @@ export {
81709
81755
  app
81710
81756
  };
81711
81757
 
81712
- //# debugId=7910CFC24BD7007764756E2164756E21
81758
+ //# debugId=A41C18FB603EA31F64756E2164756E21
81713
81759
  //# sourceMappingURL=mcp-server.js.map