@moovio/sdk 0.14.15 → 0.14.17

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 (149) hide show
  1. package/README.md +32 -2
  2. package/bin/mcp-server.js +399 -392
  3. package/bin/mcp-server.js.map +30 -32
  4. package/docs/sdks/accounts/README.md +19 -10
  5. package/docs/sdks/accountterminalapplications/README.md +4 -0
  6. package/docs/sdks/adjustments/README.md +2 -0
  7. package/docs/sdks/applepay/README.md +5 -0
  8. package/docs/sdks/authentication/README.md +2 -0
  9. package/docs/sdks/avatars/README.md +1 -0
  10. package/docs/sdks/bankaccounts/README.md +9 -0
  11. package/docs/sdks/branding/README.md +4 -0
  12. package/docs/sdks/capabilities/README.md +4 -0
  13. package/docs/sdks/cardissuing/README.md +5 -0
  14. package/docs/sdks/cards/README.md +5 -0
  15. package/docs/sdks/disputes/README.md +11 -0
  16. package/docs/sdks/endtoendencryption/README.md +2 -0
  17. package/docs/sdks/enrichedaddress/README.md +1 -0
  18. package/docs/sdks/enrichedprofile/README.md +1 -0
  19. package/docs/sdks/feeplans/README.md +7 -0
  20. package/docs/sdks/files/README.md +3 -0
  21. package/docs/sdks/industries/README.md +1 -0
  22. package/docs/sdks/institutions/README.md +2 -0
  23. package/docs/sdks/issuingtransactions/README.md +5 -0
  24. package/docs/sdks/onboarding/README.md +4 -0
  25. package/docs/sdks/paymentlinks/README.md +6 -0
  26. package/docs/sdks/paymentmethods/README.md +2 -0
  27. package/docs/sdks/ping/README.md +1 -0
  28. package/docs/sdks/receipts/README.md +2 -0
  29. package/docs/sdks/representatives/README.md +5 -0
  30. package/docs/sdks/scheduling/README.md +6 -0
  31. package/docs/sdks/support/README.md +35 -0
  32. package/docs/sdks/sweeps/README.md +6 -0
  33. package/docs/sdks/terminalapplications/README.md +5 -0
  34. package/docs/sdks/transfers/README.md +11 -0
  35. package/docs/sdks/underwriting/README.md +3 -0
  36. package/docs/sdks/wallets/README.md +2 -0
  37. package/docs/sdks/wallettransactions/README.md +2 -0
  38. package/examples/package-lock.json +1 -1
  39. package/funcs/accountsCreate.d.ts +1 -1
  40. package/funcs/accountsCreate.d.ts.map +1 -1
  41. package/funcs/accountsCreate.js +1 -3
  42. package/funcs/accountsCreate.js.map +1 -1
  43. package/funcs/accountsUpdate.d.ts +1 -1
  44. package/funcs/accountsUpdate.d.ts.map +1 -1
  45. package/funcs/accountsUpdate.js +1 -3
  46. package/funcs/accountsUpdate.js.map +1 -1
  47. package/funcs/supportCreateTicket.d.ts +3 -0
  48. package/funcs/supportCreateTicket.d.ts.map +1 -1
  49. package/funcs/supportCreateTicket.js +3 -0
  50. package/funcs/supportCreateTicket.js.map +1 -1
  51. package/funcs/supportGetTicket.d.ts +3 -0
  52. package/funcs/supportGetTicket.d.ts.map +1 -1
  53. package/funcs/supportGetTicket.js +3 -0
  54. package/funcs/supportGetTicket.js.map +1 -1
  55. package/funcs/supportListTicketMessages.d.ts +3 -0
  56. package/funcs/supportListTicketMessages.d.ts.map +1 -1
  57. package/funcs/supportListTicketMessages.js +3 -0
  58. package/funcs/supportListTicketMessages.js.map +1 -1
  59. package/funcs/supportListTickets.d.ts +3 -0
  60. package/funcs/supportListTickets.d.ts.map +1 -1
  61. package/funcs/supportListTickets.js +3 -0
  62. package/funcs/supportListTickets.js.map +1 -1
  63. package/funcs/supportUpdateTicket.d.ts +3 -0
  64. package/funcs/supportUpdateTicket.d.ts.map +1 -1
  65. package/funcs/supportUpdateTicket.js +3 -0
  66. package/funcs/supportUpdateTicket.js.map +1 -1
  67. package/jsr.json +1 -1
  68. package/lib/config.d.ts +3 -3
  69. package/lib/config.js +3 -3
  70. package/mcp-server/mcp-server.js +1 -1
  71. package/mcp-server/server.js +1 -1
  72. package/mcp-server/tools/supportCreateTicket.d.ts.map +1 -1
  73. package/mcp-server/tools/supportCreateTicket.js +4 -1
  74. package/mcp-server/tools/supportCreateTicket.js.map +1 -1
  75. package/mcp-server/tools/supportGetTicket.d.ts.map +1 -1
  76. package/mcp-server/tools/supportGetTicket.js +4 -1
  77. package/mcp-server/tools/supportGetTicket.js.map +1 -1
  78. package/mcp-server/tools/supportListTicketMessages.d.ts.map +1 -1
  79. package/mcp-server/tools/supportListTicketMessages.js +4 -1
  80. package/mcp-server/tools/supportListTicketMessages.js.map +1 -1
  81. package/mcp-server/tools/supportListTickets.d.ts.map +1 -1
  82. package/mcp-server/tools/supportListTickets.js +4 -1
  83. package/mcp-server/tools/supportListTickets.js.map +1 -1
  84. package/mcp-server/tools/supportUpdateTicket.d.ts.map +1 -1
  85. package/mcp-server/tools/supportUpdateTicket.js +4 -1
  86. package/mcp-server/tools/supportUpdateTicket.js.map +1 -1
  87. package/models/components/index.d.ts +0 -2
  88. package/models/components/index.d.ts.map +1 -1
  89. package/models/components/index.js +0 -2
  90. package/models/components/index.js.map +1 -1
  91. package/models/components/underwritingstatus.d.ts +6 -6
  92. package/models/components/underwritingstatus.js +2 -2
  93. package/models/components/underwritingstatus.js.map +1 -1
  94. package/models/errors/createaccounterror.d.ts +64 -0
  95. package/models/errors/createaccounterror.d.ts.map +1 -0
  96. package/models/{components → errors}/createaccounterror.js +52 -24
  97. package/models/errors/createaccounterror.js.map +1 -0
  98. package/models/errors/index.d.ts +2 -2
  99. package/models/errors/index.d.ts.map +1 -1
  100. package/models/errors/index.js +2 -2
  101. package/models/errors/index.js.map +1 -1
  102. package/models/errors/patchaccounterror.d.ts +52 -0
  103. package/models/errors/patchaccounterror.d.ts.map +1 -0
  104. package/models/{components → errors}/patchaccounterror.js +48 -24
  105. package/models/errors/patchaccounterror.js.map +1 -0
  106. package/package.json +1 -1
  107. package/sdk/support.d.ts +15 -0
  108. package/sdk/support.d.ts.map +1 -1
  109. package/sdk/support.js +15 -0
  110. package/sdk/support.js.map +1 -1
  111. package/src/funcs/accountsCreate.ts +4 -6
  112. package/src/funcs/accountsUpdate.ts +4 -6
  113. package/src/funcs/supportCreateTicket.ts +3 -0
  114. package/src/funcs/supportGetTicket.ts +3 -0
  115. package/src/funcs/supportListTicketMessages.ts +3 -0
  116. package/src/funcs/supportListTickets.ts +3 -0
  117. package/src/funcs/supportUpdateTicket.ts +3 -0
  118. package/src/lib/config.ts +3 -3
  119. package/src/mcp-server/mcp-server.ts +1 -1
  120. package/src/mcp-server/server.ts +1 -1
  121. package/src/mcp-server/tools/supportCreateTicket.ts +4 -1
  122. package/src/mcp-server/tools/supportGetTicket.ts +4 -1
  123. package/src/mcp-server/tools/supportListTicketMessages.ts +4 -1
  124. package/src/mcp-server/tools/supportListTickets.ts +4 -1
  125. package/src/mcp-server/tools/supportUpdateTicket.ts +4 -1
  126. package/src/models/components/index.ts +0 -2
  127. package/src/models/components/underwritingstatus.ts +2 -2
  128. package/src/models/errors/createaccounterror.ts +122 -0
  129. package/src/models/errors/index.ts +2 -2
  130. package/src/models/errors/patchaccounterror.ts +110 -0
  131. package/src/sdk/support.ts +15 -0
  132. package/models/components/createaccounterror.d.ts +0 -51
  133. package/models/components/createaccounterror.d.ts.map +0 -1
  134. package/models/components/createaccounterror.js.map +0 -1
  135. package/models/components/patchaccounterror.d.ts +0 -43
  136. package/models/components/patchaccounterror.d.ts.map +0 -1
  137. package/models/components/patchaccounterror.js.map +0 -1
  138. package/models/errors/createaccount.d.ts +0 -43
  139. package/models/errors/createaccount.d.ts.map +0 -1
  140. package/models/errors/createaccount.js +0 -89
  141. package/models/errors/createaccount.js.map +0 -1
  142. package/models/errors/updateaccount.d.ts +0 -43
  143. package/models/errors/updateaccount.d.ts.map +0 -1
  144. package/models/errors/updateaccount.js +0 -89
  145. package/models/errors/updateaccount.js.map +0 -1
  146. package/src/models/components/createaccounterror.ts +0 -118
  147. package/src/models/components/patchaccounterror.ts +0 -110
  148. package/src/models/errors/createaccount.ts +0 -86
  149. package/src/models/errors/updateaccount.ts +0 -86
@@ -90,6 +90,7 @@ to specify the `/accounts.write` scope.
90
90
 
91
91
  ### Example Usage
92
92
 
93
+ <!-- UsageSnippet language="typescript" operationID="createAccount" method="post" path="/accounts" -->
93
94
  ```typescript
94
95
  import { Moov } from "@moovio/sdk";
95
96
 
@@ -170,11 +171,11 @@ run();
170
171
 
171
172
  ### Errors
172
173
 
173
- | Error Type | Status Code | Content Type |
174
- | -------------------------------- | -------------------------------- | -------------------------------- |
175
- | errors.GenericError | 400, 409 | application/json |
176
- | errors.CreateAccountResponseBody | 422 | application/json |
177
- | errors.APIError | 4XX, 5XX | \*/\* |
174
+ | Error Type | Status Code | Content Type |
175
+ | ------------------------- | ------------------------- | ------------------------- |
176
+ | errors.GenericError | 400, 409 | application/json |
177
+ | errors.CreateAccountError | 422 | application/json |
178
+ | errors.APIError | 4XX, 5XX | \*/\* |
178
179
 
179
180
  ## list
180
181
 
@@ -189,6 +190,7 @@ to specify the `/accounts.read` scope.
189
190
 
190
191
  ### Example Usage
191
192
 
193
+ <!-- UsageSnippet language="typescript" operationID="listAccounts" method="get" path="/accounts" -->
192
194
  ```typescript
193
195
  import { Moov } from "@moovio/sdk";
194
196
 
@@ -276,6 +278,7 @@ to specify the `/accounts/{accountID}/profile.read` scope.
276
278
 
277
279
  ### Example Usage
278
280
 
281
+ <!-- UsageSnippet language="typescript" operationID="getAccount" method="get" path="/accounts/{accountID}" -->
279
282
  ```typescript
280
283
  import { Moov } from "@moovio/sdk";
281
284
 
@@ -367,6 +370,7 @@ to specify the `/accounts/{accountID}/profile.write` scope.
367
370
 
368
371
  ### Example Usage
369
372
 
373
+ <!-- UsageSnippet language="typescript" operationID="updateAccount" method="patch" path="/accounts/{accountID}" -->
370
374
  ```typescript
371
375
  import { Moov } from "@moovio/sdk";
372
376
 
@@ -591,11 +595,11 @@ run();
591
595
 
592
596
  ### Errors
593
597
 
594
- | Error Type | Status Code | Content Type |
595
- | -------------------------------- | -------------------------------- | -------------------------------- |
596
- | errors.GenericError | 400, 409 | application/json |
597
- | errors.UpdateAccountResponseBody | 422 | application/json |
598
- | errors.APIError | 4XX, 5XX | \*/\* |
598
+ | Error Type | Status Code | Content Type |
599
+ | ------------------------ | ------------------------ | ------------------------ |
600
+ | errors.GenericError | 400, 409 | application/json |
601
+ | errors.PatchAccountError | 422 | application/json |
602
+ | errors.APIError | 4XX, 5XX | \*/\* |
599
603
 
600
604
  ## disconnect
601
605
 
@@ -608,6 +612,7 @@ you'll need to specify the `/accounts/{accountID}/profile.disconnect` scope.
608
612
 
609
613
  ### Example Usage
610
614
 
615
+ <!-- UsageSnippet language="typescript" operationID="disconnectAccount" method="delete" path="/accounts/{accountID}" -->
611
616
  ```typescript
612
617
  import { Moov } from "@moovio/sdk";
613
618
 
@@ -692,6 +697,7 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
692
697
 
693
698
  ### Example Usage
694
699
 
700
+ <!-- UsageSnippet language="typescript" operationID="getAccountCountries" method="get" path="/accounts/{accountID}/countries" -->
695
701
  ```typescript
696
702
  import { Moov } from "@moovio/sdk";
697
703
 
@@ -777,6 +783,7 @@ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
777
783
 
778
784
  ### Example Usage
779
785
 
786
+ <!-- UsageSnippet language="typescript" operationID="assignAccountCountries" method="put" path="/accounts/{accountID}/countries" -->
780
787
  ```typescript
781
788
  import { Moov } from "@moovio/sdk";
782
789
 
@@ -872,6 +879,7 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
872
879
 
873
880
  ### Example Usage
874
881
 
882
+ <!-- UsageSnippet language="typescript" operationID="getMerchantProcessingAgreement" method="get" path="/accounts/{accountID}/merchant-agreement" -->
875
883
  ```typescript
876
884
  import { Moov } from "@moovio/sdk";
877
885
 
@@ -956,6 +964,7 @@ token patched to the account. Read more in our [documentation](https://docs.moov
956
964
 
957
965
  ### Example Usage
958
966
 
967
+ <!-- UsageSnippet language="typescript" operationID="getTermsOfServiceToken" method="get" path="/tos-token" -->
959
968
  ```typescript
960
969
  import { Moov } from "@moovio/sdk";
961
970
 
@@ -31,6 +31,7 @@ you'll need to specify the `/accounts/{accountID}/terminal-applications.write` s
31
31
 
32
32
  ### Example Usage
33
33
 
34
+ <!-- UsageSnippet language="typescript" operationID="linkAccountTerminalApplication" method="post" path="/accounts/{accountID}/terminal-applications" -->
34
35
  ```typescript
35
36
  import { Moov } from "@moovio/sdk";
36
37
 
@@ -122,6 +123,7 @@ you'll need to specify the `/accounts/{accountID}/terminal-applications.read` sc
122
123
 
123
124
  ### Example Usage
124
125
 
126
+ <!-- UsageSnippet language="typescript" operationID="listAccountTerminalApplications" method="get" path="/accounts/{accountID}/terminal-applications" -->
125
127
  ```typescript
126
128
  import { Moov } from "@moovio/sdk";
127
129
 
@@ -205,6 +207,7 @@ you'll need to specify the `/accounts/{accountID}/terminal-applications.read` sc
205
207
 
206
208
  ### Example Usage
207
209
 
210
+ <!-- UsageSnippet language="typescript" operationID="getAccountTerminalApplication" method="get" path="/accounts/{accountID}/terminal-applications/{terminalApplicationID}" -->
208
211
  ```typescript
209
212
  import { Moov } from "@moovio/sdk";
210
213
 
@@ -290,6 +293,7 @@ you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` s
290
293
 
291
294
  ### Example Usage
292
295
 
296
+ <!-- UsageSnippet language="typescript" operationID="getTerminalConfiguration" method="get" path="/accounts/{accountID}/terminal-applications/{terminalApplicationID}/configuration" -->
293
297
  ```typescript
294
298
  import { Moov } from "@moovio/sdk";
295
299
 
@@ -23,6 +23,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
23
23
 
24
24
  ### Example Usage
25
25
 
26
+ <!-- UsageSnippet language="typescript" operationID="listAdjustments" method="get" path="/accounts/{accountID}/adjustments" -->
26
27
  ```typescript
27
28
  import { Moov } from "@moovio/sdk";
28
29
 
@@ -106,6 +107,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
106
107
 
107
108
  ### Example Usage
108
109
 
110
+ <!-- UsageSnippet language="typescript" operationID="getAdjustment" method="get" path="/accounts/{accountID}/adjustments/{adjustmentID}" -->
109
111
  ```typescript
110
112
  import { Moov } from "@moovio/sdk";
111
113
 
@@ -52,6 +52,7 @@ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
52
52
 
53
53
  ### Example Usage
54
54
 
55
+ <!-- UsageSnippet language="typescript" operationID="registerApplePayMerchantDomains" method="post" path="/accounts/{accountID}/apple-pay/domains" -->
55
56
  ```typescript
56
57
  import { Moov } from "@moovio/sdk";
57
58
 
@@ -149,6 +150,7 @@ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
149
150
 
150
151
  ### Example Usage
151
152
 
153
+ <!-- UsageSnippet language="typescript" operationID="updateApplePayMerchantDomains" method="patch" path="/accounts/{accountID}/apple-pay/domains" -->
152
154
  ```typescript
153
155
  import { Moov } from "@moovio/sdk";
154
156
 
@@ -251,6 +253,7 @@ you'll need to specify the `/accounts/{accountID}/apple-pay.read` scope.
251
253
 
252
254
  ### Example Usage
253
255
 
256
+ <!-- UsageSnippet language="typescript" operationID="getApplePayMerchantDomains" method="get" path="/accounts/{accountID}/apple-pay/domains" -->
254
257
  ```typescript
255
258
  import { Moov } from "@moovio/sdk";
256
259
 
@@ -337,6 +340,7 @@ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
337
340
 
338
341
  ### Example Usage
339
342
 
343
+ <!-- UsageSnippet language="typescript" operationID="createApplePaySession" method="post" path="/accounts/{accountID}/apple-pay/sessions" -->
340
344
  ```typescript
341
345
  import { Moov } from "@moovio/sdk";
342
346
 
@@ -432,6 +436,7 @@ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
432
436
 
433
437
  ### Example Usage
434
438
 
439
+ <!-- UsageSnippet language="typescript" operationID="linkApplePayToken" method="post" path="/accounts/{accountID}/apple-pay/tokens" -->
435
440
  ```typescript
436
441
  import { Moov } from "@moovio/sdk";
437
442
 
@@ -18,6 +18,7 @@ Allows clients to notify the authorization server that a previously obtained ref
18
18
 
19
19
  ### Example Usage
20
20
 
21
+ <!-- UsageSnippet language="typescript" operationID="revokeAccessToken" method="post" path="/oauth2/revoke" -->
21
22
  ```typescript
22
23
  import { Moov } from "@moovio/sdk";
23
24
 
@@ -104,6 +105,7 @@ Create or refresh an access token.
104
105
 
105
106
  ### Example Usage
106
107
 
108
+ <!-- UsageSnippet language="typescript" operationID="createAccessToken" method="post" path="/oauth2/token" -->
107
109
  ```typescript
108
110
  import { Moov } from "@moovio/sdk";
109
111
 
@@ -19,6 +19,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
19
19
 
20
20
  ### Example Usage
21
21
 
22
+ <!-- UsageSnippet language="typescript" operationID="getAvatar" method="get" path="/avatars/{uniqueID}" -->
22
23
  ```typescript
23
24
  import { Moov } from "@moovio/sdk";
24
25
 
@@ -107,6 +107,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
107
107
 
108
108
  ### Example Usage
109
109
 
110
+ <!-- UsageSnippet language="typescript" operationID="linkBankAccount" method="post" path="/accounts/{accountID}/bank-accounts" -->
110
111
  ```typescript
111
112
  import { Moov } from "@moovio/sdk";
112
113
 
@@ -204,6 +205,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
204
205
 
205
206
  ### Example Usage
206
207
 
208
+ <!-- UsageSnippet language="typescript" operationID="listBankAccounts" method="get" path="/accounts/{accountID}/bank-accounts" -->
207
209
  ```typescript
208
210
  import { Moov } from "@moovio/sdk";
209
211
 
@@ -289,6 +291,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
289
291
 
290
292
  ### Example Usage
291
293
 
294
+ <!-- UsageSnippet language="typescript" operationID="getBankAccount" method="get" path="/accounts/{accountID}/bank-accounts/{bankAccountID}" -->
292
295
  ```typescript
293
296
  import { Moov } from "@moovio/sdk";
294
297
 
@@ -374,6 +377,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
374
377
 
375
378
  ### Example Usage
376
379
 
380
+ <!-- UsageSnippet language="typescript" operationID="disableBankAccount" method="delete" path="/accounts/{accountID}/bank-accounts/{bankAccountID}" -->
377
381
  ```typescript
378
382
  import { Moov } from "@moovio/sdk";
379
383
 
@@ -471,6 +475,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
471
475
 
472
476
  ### Example Usage
473
477
 
478
+ <!-- UsageSnippet language="typescript" operationID="initiateMicroDeposits" method="post" path="/accounts/{accountID}/bank-accounts/{bankAccountID}/micro-deposits" -->
474
479
  ```typescript
475
480
  import { Moov } from "@moovio/sdk";
476
481
 
@@ -557,6 +562,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
557
562
 
558
563
  ### Example Usage
559
564
 
565
+ <!-- UsageSnippet language="typescript" operationID="completeMicroDeposits" method="put" path="/accounts/{accountID}/bank-accounts/{bankAccountID}/micro-deposits" -->
560
566
  ```typescript
561
567
  import { Moov } from "@moovio/sdk";
562
568
 
@@ -665,6 +671,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.read` scope.
665
671
 
666
672
  ### Example Usage
667
673
 
674
+ <!-- UsageSnippet language="typescript" operationID="getBankAccountVerification" method="get" path="/accounts/{accountID}/bank-accounts/{bankAccountID}/verify" -->
668
675
  ```typescript
669
676
  import { Moov } from "@moovio/sdk";
670
677
 
@@ -765,6 +772,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
765
772
 
766
773
  ### Example Usage
767
774
 
775
+ <!-- UsageSnippet language="typescript" operationID="initiateBankAccountVerification" method="post" path="/accounts/{accountID}/bank-accounts/{bankAccountID}/verify" -->
768
776
  ```typescript
769
777
  import { Moov } from "@moovio/sdk";
770
778
 
@@ -858,6 +866,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
858
866
 
859
867
  ### Example Usage
860
868
 
869
+ <!-- UsageSnippet language="typescript" operationID="completeBankAccountVerification" method="put" path="/accounts/{accountID}/bank-accounts/{bankAccountID}/verify" -->
861
870
  ```typescript
862
871
  import { Moov } from "@moovio/sdk";
863
872
 
@@ -31,6 +31,7 @@ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
31
31
 
32
32
  ### Example Usage
33
33
 
34
+ <!-- UsageSnippet language="typescript" operationID="createBrand" method="post" path="/accounts/{accountID}/branding" -->
34
35
  ```typescript
35
36
  import { Moov } from "@moovio/sdk";
36
37
 
@@ -136,6 +137,7 @@ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
136
137
 
137
138
  ### Example Usage
138
139
 
140
+ <!-- UsageSnippet language="typescript" operationID="upsertBrand" method="put" path="/accounts/{accountID}/branding" -->
139
141
  ```typescript
140
142
  import { Moov } from "@moovio/sdk";
141
143
 
@@ -241,6 +243,7 @@ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
241
243
 
242
244
  ### Example Usage
243
245
 
246
+ <!-- UsageSnippet language="typescript" operationID="getBrand" method="get" path="/accounts/{accountID}/branding" -->
244
247
  ```typescript
245
248
  import { Moov } from "@moovio/sdk";
246
249
 
@@ -324,6 +327,7 @@ you'll need to specify the `/accounts/{accountID}/branding.write` scope.
324
327
 
325
328
  ### Example Usage
326
329
 
330
+ <!-- UsageSnippet language="typescript" operationID="updateBrand" method="patch" path="/accounts/{accountID}/branding" -->
327
331
  ```typescript
328
332
  import { Moov } from "@moovio/sdk";
329
333
 
@@ -35,6 +35,7 @@ you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
35
35
 
36
36
  ### Example Usage
37
37
 
38
+ <!-- UsageSnippet language="typescript" operationID="listCapabilities" method="get" path="/accounts/{accountID}/capabilities" -->
38
39
  ```typescript
39
40
  import { Moov } from "@moovio/sdk";
40
41
 
@@ -118,6 +119,7 @@ you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
118
119
 
119
120
  ### Example Usage
120
121
 
122
+ <!-- UsageSnippet language="typescript" operationID="requestCapabilities" method="post" path="/accounts/{accountID}/capabilities" -->
121
123
  ```typescript
122
124
  import { Moov } from "@moovio/sdk";
123
125
 
@@ -213,6 +215,7 @@ you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
213
215
 
214
216
  ### Example Usage
215
217
 
218
+ <!-- UsageSnippet language="typescript" operationID="getCapability" method="get" path="/accounts/{accountID}/capabilities/{capabilityID}" -->
216
219
  ```typescript
217
220
  import { Moov } from "@moovio/sdk";
218
221
 
@@ -298,6 +301,7 @@ you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
298
301
 
299
302
  ### Example Usage
300
303
 
304
+ <!-- UsageSnippet language="typescript" operationID="disableCapability" method="delete" path="/accounts/{accountID}/capabilities/{capabilityID}" -->
301
305
  ```typescript
302
306
  import { Moov } from "@moovio/sdk";
303
307
 
@@ -37,6 +37,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
37
37
 
38
38
  ### Example Usage
39
39
 
40
+ <!-- UsageSnippet language="typescript" operationID="requestCard" method="post" path="/issuing/{accountID}/issued-cards" -->
40
41
  ```typescript
41
42
  import { Moov } from "@moovio/sdk";
42
43
 
@@ -172,6 +173,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
172
173
 
173
174
  ### Example Usage
174
175
 
176
+ <!-- UsageSnippet language="typescript" operationID="listIssuedCards" method="get" path="/issuing/{accountID}/issued-cards" -->
175
177
  ```typescript
176
178
  import { Moov } from "@moovio/sdk";
177
179
 
@@ -259,6 +261,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
259
261
 
260
262
  ### Example Usage
261
263
 
264
+ <!-- UsageSnippet language="typescript" operationID="getIssuedCard" method="get" path="/issuing/{accountID}/issued-cards/{issuedCardID}" -->
262
265
  ```typescript
263
266
  import { Moov } from "@moovio/sdk";
264
267
 
@@ -344,6 +347,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
344
347
 
345
348
  ### Example Usage
346
349
 
350
+ <!-- UsageSnippet language="typescript" operationID="updateIssuedCard" method="patch" path="/issuing/{accountID}/issued-cards/{issuedCardID}" -->
347
351
  ```typescript
348
352
  import { Moov } from "@moovio/sdk";
349
353
 
@@ -451,6 +455,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scop
451
455
 
452
456
  ### Example Usage
453
457
 
458
+ <!-- UsageSnippet language="typescript" operationID="getFullIssuedCard" method="get" path="/issuing/{accountID}/issued-cards/{issuedCardID}/details" -->
454
459
  ```typescript
455
460
  import { Moov } from "@moovio/sdk";
456
461
 
@@ -76,6 +76,7 @@ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
76
76
 
77
77
  ### Example Usage
78
78
 
79
+ <!-- UsageSnippet language="typescript" operationID="linkCard" method="post" path="/accounts/{accountID}/cards" -->
79
80
  ```typescript
80
81
  import { Moov } from "@moovio/sdk";
81
82
 
@@ -189,6 +190,7 @@ you'll need to specify the `/accounts/{accountID}/cards.read` scope.
189
190
 
190
191
  ### Example Usage
191
192
 
193
+ <!-- UsageSnippet language="typescript" operationID="listCards" method="get" path="/accounts/{accountID}/cards" -->
192
194
  ```typescript
193
195
  import { Moov } from "@moovio/sdk";
194
196
 
@@ -274,6 +276,7 @@ you'll need to specify the `/accounts/{accountID}/cards.read` scope.
274
276
 
275
277
  ### Example Usage
276
278
 
279
+ <!-- UsageSnippet language="typescript" operationID="getCard" method="get" path="/accounts/{accountID}/cards/{cardID}" -->
277
280
  ```typescript
278
281
  import { Moov } from "@moovio/sdk";
279
282
 
@@ -368,6 +371,7 @@ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
368
371
 
369
372
  ### Example Usage
370
373
 
374
+ <!-- UsageSnippet language="typescript" operationID="updateCard" method="patch" path="/accounts/{accountID}/cards/{cardID}" -->
371
375
  ```typescript
372
376
  import { Moov } from "@moovio/sdk";
373
377
 
@@ -461,6 +465,7 @@ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
461
465
 
462
466
  ### Example Usage
463
467
 
468
+ <!-- UsageSnippet language="typescript" operationID="disableCard" method="delete" path="/accounts/{accountID}/cards/{cardID}" -->
464
469
  ```typescript
465
470
  import { Moov } from "@moovio/sdk";
466
471
 
@@ -86,6 +86,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
86
86
 
87
87
  ### Example Usage
88
88
 
89
+ <!-- UsageSnippet language="typescript" operationID="listDisputes" method="get" path="/accounts/{accountID}/disputes" -->
89
90
  ```typescript
90
91
  import { Moov } from "@moovio/sdk";
91
92
 
@@ -176,6 +177,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
176
177
 
177
178
  ### Example Usage
178
179
 
180
+ <!-- UsageSnippet language="typescript" operationID="getDispute" method="get" path="/accounts/{accountID}/disputes/{disputeID}" -->
179
181
  ```typescript
180
182
  import { Moov } from "@moovio/sdk";
181
183
 
@@ -263,6 +265,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
263
265
 
264
266
  ### Example Usage
265
267
 
268
+ <!-- UsageSnippet language="typescript" operationID="acceptDispute" method="post" path="/accounts/{accountID}/disputes/{disputeID}/accept" -->
266
269
  ```typescript
267
270
  import { Moov } from "@moovio/sdk";
268
271
 
@@ -351,6 +354,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
351
354
 
352
355
  ### Example Usage
353
356
 
357
+ <!-- UsageSnippet language="typescript" operationID="listDisputeEvidence" method="get" path="/accounts/{accountID}/disputes/{disputeID}/evidence" -->
354
358
  ```typescript
355
359
  import { Moov } from "@moovio/sdk";
356
360
 
@@ -438,6 +442,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
438
442
 
439
443
  ### Example Usage
440
444
 
445
+ <!-- UsageSnippet language="typescript" operationID="uploadDisputeEvidenceFile" method="post" path="/accounts/{accountID}/disputes/{disputeID}/evidence-file" -->
441
446
  ```typescript
442
447
  import { Moov } from "@moovio/sdk";
443
448
  import { openAsBlob } from "node:fs";
@@ -537,6 +542,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
537
542
 
538
543
  ### Example Usage
539
544
 
545
+ <!-- UsageSnippet language="typescript" operationID="uploadDisputeEvidenceText" method="post" path="/accounts/{accountID}/disputes/{disputeID}/evidence-text" -->
540
546
  ```typescript
541
547
  import { Moov } from "@moovio/sdk";
542
548
 
@@ -636,6 +642,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
636
642
 
637
643
  ### Example Usage
638
644
 
645
+ <!-- UsageSnippet language="typescript" operationID="submitDisputeEvidence" method="post" path="/accounts/{accountID}/disputes/{disputeID}/evidence/submit" -->
639
646
  ```typescript
640
647
  import { Moov } from "@moovio/sdk";
641
648
 
@@ -724,6 +731,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
724
731
 
725
732
  ### Example Usage
726
733
 
734
+ <!-- UsageSnippet language="typescript" operationID="getDisputeEvidence" method="get" path="/accounts/{accountID}/disputes/{disputeID}/evidence/{evidenceID}" -->
727
735
  ```typescript
728
736
  import { Moov } from "@moovio/sdk";
729
737
 
@@ -813,6 +821,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
813
821
 
814
822
  ### Example Usage
815
823
 
824
+ <!-- UsageSnippet language="typescript" operationID="updateDisputeEvidence" method="patch" path="/accounts/{accountID}/disputes/{disputeID}/evidence/{evidenceID}" -->
816
825
  ```typescript
817
826
  import { Moov } from "@moovio/sdk";
818
827
 
@@ -905,6 +914,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
905
914
 
906
915
  ### Example Usage
907
916
 
917
+ <!-- UsageSnippet language="typescript" operationID="deleteDisputeEvidenceFile" method="delete" path="/accounts/{accountID}/disputes/{disputeID}/evidence/{evidenceID}" -->
908
918
  ```typescript
909
919
  import { Moov } from "@moovio/sdk";
910
920
 
@@ -995,6 +1005,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
995
1005
 
996
1006
  ### Example Usage
997
1007
 
1008
+ <!-- UsageSnippet language="typescript" operationID="getDisputeEvidenceData" method="get" path="/accounts/{accountID}/disputes/{disputeID}/evidence/{evidenceID}/data" -->
998
1009
  ```typescript
999
1010
  import { Moov } from "@moovio/sdk";
1000
1011
 
@@ -20,6 +20,7 @@ you'll need to specify the `/ping.read` scope.
20
20
 
21
21
  ### Example Usage
22
22
 
23
+ <!-- UsageSnippet language="typescript" operationID="testEndToEndToken" method="post" path="/debug/end-to-end-token" -->
23
24
  ```typescript
24
25
  import { Moov } from "@moovio/sdk";
25
26
 
@@ -101,6 +102,7 @@ Generates a public key used to create a JWE token for passing secure authenticat
101
102
 
102
103
  ### Example Usage
103
104
 
105
+ <!-- UsageSnippet language="typescript" operationID="generateEndToEndKey" method="post" path="/end-to-end-keys" -->
104
106
  ```typescript
105
107
  import { Moov } from "@moovio/sdk";
106
108
 
@@ -19,6 +19,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
19
19
 
20
20
  ### Example Usage
21
21
 
22
+ <!-- UsageSnippet language="typescript" operationID="getEnrichmentAddress" method="get" path="/enrichment/address" -->
22
23
  ```typescript
23
24
  import { Moov } from "@moovio/sdk";
24
25
 
@@ -19,6 +19,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
19
19
 
20
20
  ### Example Usage
21
21
 
22
+ <!-- UsageSnippet language="typescript" operationID="getEnrichmentProfile" method="get" path="/enrichment/profile" -->
22
23
  ```typescript
23
24
  import { Moov } from "@moovio/sdk";
24
25
 
@@ -44,6 +44,7 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
44
44
 
45
45
  ### Example Usage
46
46
 
47
+ <!-- UsageSnippet language="typescript" operationID="listFeePlanAgreements" method="get" path="/accounts/{accountID}/fee-plan-agreements" -->
47
48
  ```typescript
48
49
  import { Moov } from "@moovio/sdk";
49
50
 
@@ -131,6 +132,7 @@ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
131
132
 
132
133
  ### Example Usage
133
134
 
135
+ <!-- UsageSnippet language="typescript" operationID="createFeePlanAgreements" method="post" path="/accounts/{accountID}/fee-plan-agreements" -->
134
136
  ```typescript
135
137
  import { Moov } from "@moovio/sdk";
136
138
 
@@ -223,6 +225,7 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
223
225
 
224
226
  ### Example Usage
225
227
 
228
+ <!-- UsageSnippet language="typescript" operationID="listFeePlans" method="get" path="/accounts/{accountID}/fee-plans" -->
226
229
  ```typescript
227
230
  import { Moov } from "@moovio/sdk";
228
231
 
@@ -306,6 +309,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
306
309
 
307
310
  ### Example Usage
308
311
 
312
+ <!-- UsageSnippet language="typescript" operationID="retrieveFees" method="get" path="/accounts/{accountID}/fees" -->
309
313
  ```typescript
310
314
  import { Moov } from "@moovio/sdk";
311
315
 
@@ -393,6 +397,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
393
397
 
394
398
  ### Example Usage
395
399
 
400
+ <!-- UsageSnippet language="typescript" operationID="listFeesFetch" method="post" path="/accounts/{accountID}/fees/.fetch" -->
396
401
  ```typescript
397
402
  import { Moov } from "@moovio/sdk";
398
403
 
@@ -476,6 +481,7 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
476
481
 
477
482
  ### Example Usage
478
483
 
484
+ <!-- UsageSnippet language="typescript" operationID="listPartnerPricing" method="get" path="/accounts/{accountID}/partner-pricing" -->
479
485
  ```typescript
480
486
  import { Moov } from "@moovio/sdk";
481
487
 
@@ -559,6 +565,7 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
559
565
 
560
566
  ### Example Usage
561
567
 
568
+ <!-- UsageSnippet language="typescript" operationID="listPartnerPricingAgreements" method="get" path="/accounts/{accountID}/partner-pricing-agreements" -->
562
569
  ```typescript
563
570
  import { Moov } from "@moovio/sdk";
564
571
 
@@ -33,6 +33,7 @@ you'll need to specify the `/accounts/{accountID}/files.write` scope.
33
33
 
34
34
  ### Example Usage
35
35
 
36
+ <!-- UsageSnippet language="typescript" operationID="uploadFile" method="post" path="/accounts/{accountID}/files" -->
36
37
  ```typescript
37
38
  import { Moov } from "@moovio/sdk";
38
39
  import { openAsBlob } from "node:fs";
@@ -130,6 +131,7 @@ you'll need to specify the `/accounts/{accountID}/files.read` scope.
130
131
 
131
132
  ### Example Usage
132
133
 
134
+ <!-- UsageSnippet language="typescript" operationID="listFiles" method="get" path="/accounts/{accountID}/files" -->
133
135
  ```typescript
134
136
  import { Moov } from "@moovio/sdk";
135
137
 
@@ -213,6 +215,7 @@ you'll need to specify the `/accounts/{accountID}/files.read` scope.
213
215
 
214
216
  ### Example Usage
215
217
 
218
+ <!-- UsageSnippet language="typescript" operationID="getFileDetails" method="get" path="/accounts/{accountID}/files/{fileID}" -->
216
219
  ```typescript
217
220
  import { Moov } from "@moovio/sdk";
218
221
 
@@ -19,6 +19,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
19
19
 
20
20
  ### Example Usage
21
21
 
22
+ <!-- UsageSnippet language="typescript" operationID="listIndustries" method="get" path="/industries" -->
22
23
  ```typescript
23
24
  import { Moov } from "@moovio/sdk";
24
25
 
@@ -31,6 +31,7 @@ you'll need to specify the `/institutions.read` scope.
31
31
 
32
32
  ### Example Usage
33
33
 
34
+ <!-- UsageSnippet language="typescript" operationID="searchInstitutions" method="get" path="/institutions" -->
34
35
  ```typescript
35
36
  import { Moov } from "@moovio/sdk";
36
37
 
@@ -110,6 +111,7 @@ you'll need to specify the `/fed.read` scope.
110
111
 
111
112
  ### Example Usage
112
113
 
114
+ <!-- UsageSnippet language="typescript" operationID="listInstitutions" method="get" path="/institutions/ach/search" -->
113
115
  ```typescript
114
116
  import { Moov } from "@moovio/sdk";
115
117