@moovio/sdk 25.3.1 → 25.3.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.
Files changed (52) hide show
  1. package/README.md +2 -2
  2. package/bin/mcp-server.js +8 -9
  3. package/bin/mcp-server.js.map +17 -17
  4. package/funcs/bankAccountsLink.d.ts +1 -1
  5. package/funcs/bankAccountsLink.js +1 -1
  6. package/jsr.json +1 -1
  7. package/lib/config.d.ts +3 -3
  8. package/lib/config.js +3 -3
  9. package/mcp-server/mcp-server.js +1 -1
  10. package/mcp-server/server.js +1 -1
  11. package/mcp-server/tools/bankAccountsLink.js +1 -1
  12. package/models/components/capabilityid.d.ts +1 -0
  13. package/models/components/capabilityid.d.ts.map +1 -1
  14. package/models/components/capabilityid.js +1 -0
  15. package/models/components/capabilityid.js.map +1 -1
  16. package/models/components/fullissuedcard.d.ts +1 -3
  17. package/models/components/fullissuedcard.d.ts.map +1 -1
  18. package/models/components/fullissuedcard.js.map +1 -1
  19. package/models/components/issuedcard.d.ts +1 -3
  20. package/models/components/issuedcard.d.ts.map +1 -1
  21. package/models/components/issuedcard.js.map +1 -1
  22. package/models/components/issuedcardstate.d.ts +2 -8
  23. package/models/components/issuedcardstate.d.ts.map +1 -1
  24. package/models/components/issuedcardstate.js +1 -5
  25. package/models/components/issuedcardstate.js.map +1 -1
  26. package/models/components/manualtermsofservice.d.ts +1 -1
  27. package/models/components/manualtermsofserviceupdate.d.ts +1 -1
  28. package/models/components/patchtransfer.d.ts +3 -0
  29. package/models/components/patchtransfer.d.ts.map +1 -1
  30. package/models/components/patchtransfer.js.map +1 -1
  31. package/models/components/termsofservice.d.ts +1 -1
  32. package/models/operations/linkbankaccount.d.ts +1 -1
  33. package/models/operations/listissuedcards.d.ts +1 -1
  34. package/package.json +1 -1
  35. package/sdk/bankaccounts.d.ts +1 -1
  36. package/sdk/bankaccounts.js +1 -1
  37. package/src/funcs/bankAccountsLink.ts +1 -1
  38. package/src/lib/config.ts +3 -3
  39. package/src/mcp-server/mcp-server.ts +1 -1
  40. package/src/mcp-server/server.ts +1 -1
  41. package/src/mcp-server/tools/bankAccountsLink.ts +1 -1
  42. package/src/models/components/capabilityid.ts +1 -0
  43. package/src/models/components/fullissuedcard.ts +1 -3
  44. package/src/models/components/issuedcard.ts +1 -3
  45. package/src/models/components/issuedcardstate.ts +2 -8
  46. package/src/models/components/manualtermsofservice.ts +1 -1
  47. package/src/models/components/manualtermsofserviceupdate.ts +1 -1
  48. package/src/models/components/patchtransfer.ts +3 -0
  49. package/src/models/components/termsofservice.ts +1 -1
  50. package/src/models/operations/linkbankaccount.ts +1 -1
  51. package/src/models/operations/listissuedcards.ts +1 -1
  52. package/src/sdk/bankaccounts.ts +1 -1
package/README.md CHANGED
@@ -433,7 +433,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
433
433
  * [link](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
434
434
 
435
435
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
436
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
436
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
437
437
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
438
438
  endpoint to wait for the new payment methods to be available for use.
439
439
 
@@ -1450,7 +1450,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1450
1450
  - [`bankAccountsLink`](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
1451
1451
 
1452
1452
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
1453
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1453
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1454
1454
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
1455
1455
  endpoint to wait for the new payment methods to be available for use.
1456
1456
 
package/bin/mcp-server.js CHANGED
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
52974
52974
  SDK_METADATA = {
52975
52975
  language: "typescript",
52976
52976
  openapiDocVersion: "v2025.01.00",
52977
- sdkVersion: "25.3.1",
52978
- genVersion: "2.910.1",
52979
- userAgent: "speakeasy-sdk/typescript 25.3.1 2.910.1 v2025.01.00 @moovio/sdk"
52977
+ sdkVersion: "25.3.2",
52978
+ genVersion: "2.916.2",
52979
+ userAgent: "speakeasy-sdk/typescript 25.3.2 2.916.2 v2025.01.00 @moovio/sdk"
52980
52980
  };
52981
52981
  });
52982
52982
 
@@ -56016,6 +56016,7 @@ var init_capabilityid = __esm(() => {
56016
56016
  CollectFunds: "collect-funds",
56017
56017
  Wallet: "wallet",
56018
56018
  CardIssuing: "card-issuing",
56019
+ IssuingCardholder: "issuing.cardholder",
56019
56020
  ProductionApp: "production-app"
56020
56021
  };
56021
56022
  CapabilityID$inboundSchema = nativeEnumType(CapabilityID);
@@ -63080,8 +63081,6 @@ var init_issuedcardstate = __esm(() => {
63080
63081
  init_esm();
63081
63082
  IssuedCardState = {
63082
63083
  Active: "active",
63083
- Inactive: "inactive",
63084
- PendingVerification: "pending-verification",
63085
63084
  Closed: "closed"
63086
63085
  };
63087
63086
  IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
@@ -80752,7 +80751,7 @@ var init_bankAccountsLink2 = __esm(() => {
80752
80751
  description: `Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
80753
80752
 
80754
80753
  It is strongly recommended that callers include the \`X-Wait-For\` header, set to \`payment-method\`, if the newly linked
80755
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
80754
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
80756
80755
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
80757
80756
  endpoint to wait for the new payment methods to be available for use.
80758
80757
 
@@ -96332,7 +96331,7 @@ var init_webhooksUpdate2 = __esm(() => {
96332
96331
  function createMCPServer(deps) {
96333
96332
  const server = new McpServer({
96334
96333
  name: "Moov",
96335
- version: "25.3.1"
96334
+ version: "25.3.2"
96336
96335
  });
96337
96336
  const client = new MoovCore({
96338
96337
  security: deps.security,
@@ -97890,7 +97889,7 @@ var routes = rn({
97890
97889
  var app = Ve(routes, {
97891
97890
  name: "mcp",
97892
97891
  versionInfo: {
97893
- currentVersion: "25.3.1"
97892
+ currentVersion: "25.3.2"
97894
97893
  }
97895
97894
  });
97896
97895
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -97898,5 +97897,5 @@ export {
97898
97897
  app
97899
97898
  };
97900
97899
 
97901
- //# debugId=42719F539E5175C764756E2164756E21
97900
+ //# debugId=03D635011ED2882964756E2164756E21
97902
97901
  //# sourceMappingURL=mcp-server.js.map