@moovio/sdk 26.3.1 → 26.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
@@ -12,7 +12,7 @@ import { Result } from "../types/fp.js";
12
12
  * 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.
13
13
  *
14
14
  * It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
15
- * bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
15
+ * bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
16
16
  * Methods](https://docs.moov.io/api/sources/payment-methods/list/)
17
17
  * endpoint to wait for the new payment methods to be available for use.
18
18
  *
@@ -51,7 +51,7 @@ const async_js_1 = require("../types/async.js");
51
51
  * 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.
52
52
  *
53
53
  * It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
54
- * bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
54
+ * bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
55
55
  * Methods](https://docs.moov.io/api/sources/payment-methods/list/)
56
56
  * endpoint to wait for the new payment methods to be available for use.
57
57
  *
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@moovio/sdk",
5
- "version": "26.3.1",
5
+ "version": "26.3.2",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/lib/config.d.ts CHANGED
@@ -39,8 +39,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
39
39
  export declare const SDK_METADATA: {
40
40
  readonly language: "typescript";
41
41
  readonly openapiDocVersion: "v2026.01.00";
42
- readonly sdkVersion: "26.3.1";
43
- readonly genVersion: "2.910.1";
44
- readonly userAgent: "speakeasy-sdk/typescript 26.3.1 2.910.1 v2026.01.00 @moovio/sdk";
42
+ readonly sdkVersion: "26.3.2";
43
+ readonly genVersion: "2.916.2";
44
+ readonly userAgent: "speakeasy-sdk/typescript 26.3.2 2.916.2 v2026.01.00 @moovio/sdk";
45
45
  };
46
46
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
31
31
  exports.SDK_METADATA = {
32
32
  language: "typescript",
33
33
  openapiDocVersion: "v2026.01.00",
34
- sdkVersion: "26.3.1",
35
- genVersion: "2.910.1",
36
- userAgent: "speakeasy-sdk/typescript 26.3.1 2.910.1 v2026.01.00 @moovio/sdk",
34
+ sdkVersion: "26.3.2",
35
+ genVersion: "2.916.2",
36
+ userAgent: "speakeasy-sdk/typescript 26.3.2 2.916.2 v2026.01.00 @moovio/sdk",
37
37
  };
38
38
  //# sourceMappingURL=config.js.map
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
22
22
  exports.app = (0, core_1.buildApplication)(routes, {
23
23
  name: "mcp",
24
24
  versionInfo: {
25
- currentVersion: "26.3.1",
25
+ currentVersion: "26.3.2",
26
26
  },
27
27
  });
28
28
  (0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
@@ -185,7 +185,7 @@ const webhooksUpdate_js_1 = require("./tools/webhooksUpdate.js");
185
185
  function createMCPServer(deps) {
186
186
  const server = new mcp_js_1.McpServer({
187
187
  name: "Moov",
188
- version: "26.3.1",
188
+ version: "26.3.2",
189
189
  });
190
190
  const client = new core_js_1.MoovCore({
191
191
  security: deps.security,
@@ -48,7 +48,7 @@ exports.tool$bankAccountsLink = {
48
48
  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.
49
49
 
50
50
  It is strongly recommended that callers include the \`X-Wait-For\` header, set to \`payment-method\`, if the newly linked
51
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
51
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
52
52
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
53
53
  endpoint to wait for the new payment methods to be available for use.
54
54
 
@@ -28,6 +28,7 @@ export declare const CapabilityID: {
28
28
  readonly Wallet: "wallet";
29
29
  readonly WalletBalance: "wallet.balance";
30
30
  readonly CardIssuing: "card-issuing";
31
+ readonly IssuingCardholder: "issuing.cardholder";
31
32
  readonly ProductionApp: "production-app";
32
33
  readonly PlatformProductionApp: "platform.production-app";
33
34
  readonly PlatformWalletTransfers: "platform.wallet-transfers";
@@ -1 +1 @@
1
- {"version":3,"file":"capabilityid.d.ts","sourceRoot":"","sources":["../../src/models/components/capabilityid.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;CAkBf,CAAC;AACX;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CAChD,CAAC;AAC7B,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CACjD,CAAC"}
1
+ {"version":3,"file":"capabilityid.d.ts","sourceRoot":"","sources":["../../src/models/components/capabilityid.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;CAmBf,CAAC;AACX;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CAChD,CAAC;AAC7B,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CACjD,CAAC"}
@@ -66,6 +66,7 @@ exports.CapabilityID = {
66
66
  Wallet: "wallet",
67
67
  WalletBalance: "wallet.balance",
68
68
  CardIssuing: "card-issuing",
69
+ IssuingCardholder: "issuing.cardholder",
69
70
  ProductionApp: "production-app",
70
71
  PlatformProductionApp: "platform.production-app",
71
72
  PlatformWalletTransfers: "platform.wallet-transfers",
@@ -1 +1 @@
1
- {"version":3,"file":"capabilityid.js","sourceRoot":"","sources":["../../src/models/components/capabilityid.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;;;;;;;;;;;GAYG;AACU,QAAA,YAAY,GAAG;IAC1B,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,YAAY;IACvB,mBAAmB,EAAE,yBAAyB;IAC9C,uBAAuB,EAAE,6BAA6B;IACtD,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,oBAAoB,EAAE,yBAAyB;IAC/C,YAAY,EAAE,eAAe;IAC7B,wBAAwB,EAAE,6BAA6B;IACvD,yBAAyB,EAAE,+BAA+B;IAC1D,eAAe,EAAE,mBAAmB;IACpC,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,aAAa,EAAE,gBAAgB;IAC/B,qBAAqB,EAAE,yBAAyB;IAChD,uBAAuB,EAAE,2BAA2B;CAC5C,CAAC;AAgBX,gBAAgB;AACH,QAAA,0BAA0B,GACrC,CAAC,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AAC7B,gBAAgB;AACH,QAAA,2BAA2B,GACtC,kCAA0B,CAAC"}
1
+ {"version":3,"file":"capabilityid.js","sourceRoot":"","sources":["../../src/models/components/capabilityid.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;;;;;;;;;;;GAYG;AACU,QAAA,YAAY,GAAG;IAC1B,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,YAAY;IACvB,mBAAmB,EAAE,yBAAyB;IAC9C,uBAAuB,EAAE,6BAA6B;IACtD,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,oBAAoB,EAAE,yBAAyB;IAC/C,YAAY,EAAE,eAAe;IAC7B,wBAAwB,EAAE,6BAA6B;IACvD,yBAAyB,EAAE,+BAA+B;IAC1D,eAAe,EAAE,mBAAmB;IACpC,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,iBAAiB,EAAE,oBAAoB;IACvC,aAAa,EAAE,gBAAgB;IAC/B,qBAAqB,EAAE,yBAAyB;IAChD,uBAAuB,EAAE,2BAA2B;CAC5C,CAAC;AAgBX,gBAAgB;AACH,QAAA,0BAA0B,GACrC,CAAC,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AAC7B,gBAAgB;AACH,QAAA,2BAA2B,GACtC,kCAA0B,CAAC"}
@@ -48,10 +48,8 @@ export type FullIssuedCard = {
48
48
  *
49
49
  * @remarks
50
50
  *
51
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
52
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
51
+ * - `active`: The card is operational and can approve authorizations.
53
52
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
54
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
55
53
  */
56
54
  state: IssuedCardState;
57
55
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"fullissuedcard.d.ts","sourceRoot":"","sources":["../../src/models/components/fullissuedcard.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"fullissuedcard.d.ts","sourceRoot":"","sources":["../../src/models/components/fullissuedcard.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"fullissuedcard.js","sourceRoot":"","sources":["../../src/models/components/fullissuedcard.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"fullissuedcard.js","sourceRoot":"","sources":["../../src/models/components/fullissuedcard.ts"],"names":[],"mappings":"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"}
@@ -45,10 +45,8 @@ export type IssuedCard = {
45
45
  *
46
46
  * @remarks
47
47
  *
48
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
49
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
48
+ * - `active`: The card is operational and can approve authorizations.
50
49
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
51
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
52
50
  */
53
51
  state: IssuedCardState;
54
52
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"issuedcard.d.ts","sourceRoot":"","sources":["../../src/models/components/issuedcard.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,OAAO,EAEP,gBAAgB,EAEjB,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,SAAS,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,cAAc,EAEd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,oBAAoB,EAGrB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,eAAe,EAGhB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,eAAe,EAEf,wBAAwB,EAEzB,MAAM,sBAAsB,CAAC;AAE9B,MAAM,MAAM,UAAU,GAAG;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,UAAU,EAAE,cAAc,CAAC;IAC3B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC;;;;;;;;;OASG;IACH,KAAK,EAAE,eAAe,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,oBAAoB,CAAC;IACjC,QAAQ,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACvC,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,UAAU,EACV,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,mBAAmB,GAAG;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,uBAAuB,CAAC;IACpC,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC/C,cAAc,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAChD,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAC/C,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,UAAU,CAgBV,CAAC;AAEH,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAE/D;AACD,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAMjD"}
1
+ {"version":3,"file":"issuedcard.d.ts","sourceRoot":"","sources":["../../src/models/components/issuedcard.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,OAAO,EAEP,gBAAgB,EAEjB,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,SAAS,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,cAAc,EAEd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,oBAAoB,EAGrB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,eAAe,EAGhB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,eAAe,EAEf,wBAAwB,EAEzB,MAAM,sBAAsB,CAAC;AAE9B,MAAM,MAAM,UAAU,GAAG;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,UAAU,EAAE,cAAc,CAAC;IAC3B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC;;;;;;;OAOG;IACH,KAAK,EAAE,eAAe,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,oBAAoB,CAAC;IACjC,QAAQ,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACvC,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,UAAU,EACV,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,mBAAmB,GAAG;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,uBAAuB,CAAC;IACpC,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC/C,cAAc,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAChD,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAC/C,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,UAAU,CAgBV,CAAC;AAEH,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAE/D;AACD,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAMjD"}
@@ -1 +1 @@
1
- {"version":3,"file":"issuedcard.js","sourceRoot":"","sources":["../../src/models/components/issuedcard.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"issuedcard.js","sourceRoot":"","sources":["../../src/models/components/issuedcard.ts"],"names":[],"mappings":"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"}
@@ -5,15 +5,11 @@ import { ClosedEnum } from "../../types/enums.js";
5
5
  *
6
6
  * @remarks
7
7
  *
8
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
9
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
8
+ * - `active`: The card is operational and can approve authorizations.
10
9
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
11
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
12
10
  */
13
11
  export declare const IssuedCardState: {
14
12
  readonly Active: "active";
15
- readonly Inactive: "inactive";
16
- readonly PendingVerification: "pending-verification";
17
13
  readonly Closed: "closed";
18
14
  };
19
15
  /**
@@ -21,10 +17,8 @@ export declare const IssuedCardState: {
21
17
  *
22
18
  * @remarks
23
19
  *
24
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
25
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
20
+ * - `active`: The card is operational and can approve authorizations.
26
21
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
27
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
28
22
  */
29
23
  export type IssuedCardState = ClosedEnum<typeof IssuedCardState>;
30
24
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"issuedcardstate.d.ts","sourceRoot":"","sources":["../../src/models/components/issuedcardstate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe;;;;;CAKlB,CAAC;AACX;;;;;;;;;GASG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAClC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC"}
1
+ {"version":3,"file":"issuedcardstate.d.ts","sourceRoot":"","sources":["../../src/models/components/issuedcardstate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;;;;;;GAOG;AACH,eAAO,MAAM,eAAe;;;CAGlB,CAAC;AACX;;;;;;;GAOG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAClC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC"}
@@ -43,15 +43,11 @@ const z = __importStar(require("zod/v3"));
43
43
  *
44
44
  * @remarks
45
45
  *
46
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
47
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
46
+ * - `active`: The card is operational and can approve authorizations.
48
47
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
49
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
50
48
  */
51
49
  exports.IssuedCardState = {
52
50
  Active: "active",
53
- Inactive: "inactive",
54
- PendingVerification: "pending-verification",
55
51
  Closed: "closed",
56
52
  };
57
53
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"issuedcardstate.js","sourceRoot":"","sources":["../../src/models/components/issuedcardstate.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;;;;;;;;GASG;AACU,QAAA,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,mBAAmB,EAAE,sBAAsB;IAC3C,MAAM,EAAE,QAAQ;CACR,CAAC;AAaX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAClC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC"}
1
+ {"version":3,"file":"issuedcardstate.js","sourceRoot":"","sources":["../../src/models/components/issuedcardstate.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;;;;;;GAOG;AACU,QAAA,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACR,CAAC;AAWX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAClC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC"}
@@ -10,7 +10,7 @@ export type ManualTermsOfService = {
10
10
  */
11
11
  acceptedDate: Date;
12
12
  /**
13
- * The IP address from which the terms of service were accepted.
13
+ * The IP address (IPv4 or IPv6) from which the terms of service were accepted.
14
14
  */
15
15
  acceptedIP: string;
16
16
  /**
@@ -10,7 +10,7 @@ export type ManualTermsOfServiceUpdate = {
10
10
  */
11
11
  acceptedDate?: Date | undefined;
12
12
  /**
13
- * The IP address from which the terms of service were accepted.
13
+ * The IP address (IPv4 or IPv6) from which the terms of service were accepted.
14
14
  */
15
15
  acceptedIP?: string | undefined;
16
16
  /**
@@ -2,6 +2,9 @@ import * as z from "zod/v3";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
4
  export type PatchTransfer = {
5
+ /**
6
+ * Free-form key-value pair list. Useful for storing information that is not captured elsewhere.
7
+ */
5
8
  metadata?: {
6
9
  [k: string]: string;
7
10
  } | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"patchtransfer.d.ts","sourceRoot":"","sources":["../../src/models/components/patchtransfer.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACtD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,aAAa,EACb,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACtD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,sBAAsB,EACtB,CAAC,CAAC,UAAU,EACZ,aAAa,CAIb,CAAC;AAEH,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,CAExE;AACD,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAMpD"}
1
+ {"version":3,"file":"patchtransfer.d.ts","sourceRoot":"","sources":["../../src/models/components/patchtransfer.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACtD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,aAAa,EACb,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACtD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,sBAAsB,EACtB,CAAC,CAAC,UAAU,EACZ,aAAa,CAIb,CAAC;AAEH,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,CAExE;AACD,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAMpD"}
@@ -1 +1 @@
1
- {"version":3,"file":"patchtransfer.js","sourceRoot":"","sources":["../../src/models/components/patchtransfer.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCH,kDAEC;AACD,sDAQC;AAjDD,0CAA4B;AAC5B,qDAAiD;AAYjD,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IACrD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IACrD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAEH,SAAgB,mBAAmB,CAAC,aAA4B;IAC9D,OAAO,IAAI,CAAC,SAAS,CAAC,oCAA4B,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;AAC3E,CAAC;AACD,SAAgB,qBAAqB,CACnC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mCAA2B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvD,2CAA2C,CAC5C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"patchtransfer.js","sourceRoot":"","sources":["../../src/models/components/patchtransfer.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CH,kDAEC;AACD,sDAQC;AApDD,0CAA4B;AAC5B,qDAAiD;AAejD,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IACrD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IACrD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAEH,SAAgB,mBAAmB,CAAC,aAA4B;IAC9D,OAAO,IAAI,CAAC,SAAS,CAAC,oCAA4B,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;AAC3E,CAAC;AACD,SAAgB,qBAAqB,CACnC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mCAA2B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvD,2CAA2C,CAC5C,CAAC;AACJ,CAAC"}
@@ -10,7 +10,7 @@ export type TermsOfService = {
10
10
  */
11
11
  acceptedDate: Date;
12
12
  /**
13
- * The IP address from which the terms of service were accepted.
13
+ * The IP address (IPv4 or IPv6) from which the terms of service were accepted.
14
14
  */
15
15
  acceptedIP: string;
16
16
  };
@@ -9,7 +9,7 @@ export type LinkBankAccountRequest = {
9
9
  * @remarks
10
10
  *
11
11
  * When this header is set to `payment-method`, the response will include any payment methods that were created for the newly
12
- * linked card in the `paymentMethods` field. Otherwise, the `paymentMethods` field will be omitted from the response.
12
+ * linked bank account in the `paymentMethods` field. Otherwise, the `paymentMethods` field will be omitted from the response.
13
13
  */
14
14
  xWaitFor?: components.BankAccountWaitFor | undefined;
15
15
  accountID: string;
@@ -10,7 +10,7 @@ export type ListIssuedCardsRequest = {
10
10
  skip?: number | undefined;
11
11
  count?: number | undefined;
12
12
  /**
13
- * Optional, comma-separated states to filter the Moov list issued cards response. For example `active,pending-verification`
13
+ * Optional, comma-separated states to filter the Moov list issued cards response. For example `active,closed`
14
14
  */
15
15
  states?: Array<components.IssuedCardState> | undefined;
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moovio/sdk",
3
- "version": "26.3.1",
3
+ "version": "26.3.2",
4
4
  "author": "Moov",
5
5
  "bin": {
6
6
  "mcp": "bin/mcp-server.js"
@@ -5,7 +5,7 @@ export declare class BankAccounts extends ClientSDK {
5
5
  * 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.
6
6
  *
7
7
  * It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
8
- * bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
8
+ * bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
9
9
  * Methods](https://docs.moov.io/api/sources/payment-methods/list/)
10
10
  * endpoint to wait for the new payment methods to be available for use.
11
11
  *
@@ -20,7 +20,7 @@ class BankAccounts extends sdks_js_1.ClientSDK {
20
20
  * 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.
21
21
  *
22
22
  * It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
23
- * bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
23
+ * bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
24
24
  * Methods](https://docs.moov.io/api/sources/payment-methods/list/)
25
25
  * endpoint to wait for the new payment methods to be available for use.
26
26
  *
@@ -30,7 +30,7 @@ import { Result } from "../types/fp.js";
30
30
  * 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.
31
31
  *
32
32
  * It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
33
- * bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
33
+ * bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
34
34
  * Methods](https://docs.moov.io/api/sources/payment-methods/list/)
35
35
  * endpoint to wait for the new payment methods to be available for use.
36
36
  *
package/src/lib/config.ts CHANGED
@@ -73,7 +73,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
73
73
  export const SDK_METADATA = {
74
74
  language: "typescript",
75
75
  openapiDocVersion: "v2026.01.00",
76
- sdkVersion: "26.3.1",
77
- genVersion: "2.910.1",
78
- userAgent: "speakeasy-sdk/typescript 26.3.1 2.910.1 v2026.01.00 @moovio/sdk",
76
+ sdkVersion: "26.3.2",
77
+ genVersion: "2.916.2",
78
+ userAgent: "speakeasy-sdk/typescript 26.3.2 2.916.2 v2026.01.00 @moovio/sdk",
79
79
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "26.3.1",
22
+ currentVersion: "26.3.2",
23
23
  },
24
24
  });
25
25
 
@@ -198,7 +198,7 @@ export function createMCPServer(deps: {
198
198
  }) {
199
199
  const server = new McpServer({
200
200
  name: "Moov",
201
- version: "26.3.1",
201
+ version: "26.3.2",
202
202
  });
203
203
 
204
204
  const client = new MoovCore({
@@ -16,7 +16,7 @@ export const tool$bankAccountsLink: ToolDefinition<typeof args> = {
16
16
  `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.
17
17
 
18
18
  It is strongly recommended that callers include the \`X-Wait-For\` header, set to \`payment-method\`, if the newly linked
19
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
19
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
20
20
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
21
21
  endpoint to wait for the new payment methods to be available for use.
22
22
 
@@ -33,6 +33,7 @@ export const CapabilityID = {
33
33
  Wallet: "wallet",
34
34
  WalletBalance: "wallet.balance",
35
35
  CardIssuing: "card-issuing",
36
+ IssuingCardholder: "issuing.cardholder",
36
37
  ProductionApp: "production-app",
37
38
  PlatformProductionApp: "platform.production-app",
38
39
  PlatformWalletTransfers: "platform.wallet-transfers",
@@ -79,10 +79,8 @@ export type FullIssuedCard = {
79
79
  *
80
80
  * @remarks
81
81
  *
82
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
83
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
82
+ * - `active`: The card is operational and can approve authorizations.
84
83
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
85
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
86
84
  */
87
85
  state: IssuedCardState;
88
86
  /**
@@ -76,10 +76,8 @@ export type IssuedCard = {
76
76
  *
77
77
  * @remarks
78
78
  *
79
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
80
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
79
+ * - `active`: The card is operational and can approve authorizations.
81
80
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
82
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
83
81
  */
84
82
  state: IssuedCardState;
85
83
  /**
@@ -10,15 +10,11 @@ import { ClosedEnum } from "../../types/enums.js";
10
10
  *
11
11
  * @remarks
12
12
  *
13
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
14
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
13
+ * - `active`: The card is operational and can approve authorizations.
15
14
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
16
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
17
15
  */
18
16
  export const IssuedCardState = {
19
17
  Active: "active",
20
- Inactive: "inactive",
21
- PendingVerification: "pending-verification",
22
18
  Closed: "closed",
23
19
  } as const;
24
20
  /**
@@ -26,10 +22,8 @@ export const IssuedCardState = {
26
22
  *
27
23
  * @remarks
28
24
  *
29
- * - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
30
- * - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
25
+ * - `active`: The card is operational and can approve authorizations.
31
26
  * - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
32
- * - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
33
27
  */
34
28
  export type IssuedCardState = ClosedEnum<typeof IssuedCardState>;
35
29
 
@@ -16,7 +16,7 @@ export type ManualTermsOfService = {
16
16
  */
17
17
  acceptedDate: Date;
18
18
  /**
19
- * The IP address from which the terms of service were accepted.
19
+ * The IP address (IPv4 or IPv6) from which the terms of service were accepted.
20
20
  */
21
21
  acceptedIP: string;
22
22
  /**
@@ -16,7 +16,7 @@ export type ManualTermsOfServiceUpdate = {
16
16
  */
17
17
  acceptedDate?: Date | undefined;
18
18
  /**
19
- * The IP address from which the terms of service were accepted.
19
+ * The IP address (IPv4 or IPv6) from which the terms of service were accepted.
20
20
  */
21
21
  acceptedIP?: string | undefined;
22
22
  /**
@@ -8,6 +8,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
8
8
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
9
 
10
10
  export type PatchTransfer = {
11
+ /**
12
+ * Free-form key-value pair list. Useful for storing information that is not captured elsewhere.
13
+ */
11
14
  metadata?: { [k: string]: string } | null | undefined;
12
15
  /**
13
16
  * Optional alias from a foreign/external system which can be used to reference this resource.
@@ -16,7 +16,7 @@ export type TermsOfService = {
16
16
  */
17
17
  acceptedDate: Date;
18
18
  /**
19
- * The IP address from which the terms of service were accepted.
19
+ * The IP address (IPv4 or IPv6) from which the terms of service were accepted.
20
20
  */
21
21
  acceptedIP: string;
22
22
  };
@@ -16,7 +16,7 @@ export type LinkBankAccountRequest = {
16
16
  * @remarks
17
17
  *
18
18
  * When this header is set to `payment-method`, the response will include any payment methods that were created for the newly
19
- * linked card in the `paymentMethods` field. Otherwise, the `paymentMethods` field will be omitted from the response.
19
+ * linked bank account in the `paymentMethods` field. Otherwise, the `paymentMethods` field will be omitted from the response.
20
20
  */
21
21
  xWaitFor?: components.BankAccountWaitFor | undefined;
22
22
  accountID: string;
@@ -17,7 +17,7 @@ export type ListIssuedCardsRequest = {
17
17
  skip?: number | undefined;
18
18
  count?: number | undefined;
19
19
  /**
20
- * Optional, comma-separated states to filter the Moov list issued cards response. For example `active,pending-verification`
20
+ * Optional, comma-separated states to filter the Moov list issued cards response. For example `active,closed`
21
21
  */
22
22
  states?: Array<components.IssuedCardState> | undefined;
23
23
  };
@@ -20,7 +20,7 @@ export class BankAccounts extends ClientSDK {
20
20
  * 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.
21
21
  *
22
22
  * It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
23
- * bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
23
+ * bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
24
24
  * Methods](https://docs.moov.io/api/sources/payment-methods/list/)
25
25
  * endpoint to wait for the new payment methods to be available for use.
26
26
  *