@moovio/sdk 0.10.12 → 0.10.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -19
- package/bin/mcp-server.js +1581 -1000
- package/bin/mcp-server.js.map +30 -19
- package/docs/sdks/accountterminalapplications/README.md +375 -0
- package/docs/sdks/terminalapplications/README.md +12 -12
- package/funcs/accountTerminalApplicationsGet.d.ts +16 -0
- package/funcs/accountTerminalApplicationsGet.d.ts.map +1 -0
- package/funcs/accountTerminalApplicationsGet.js +121 -0
- package/funcs/accountTerminalApplicationsGet.js.map +1 -0
- package/funcs/{terminalConfigurationsGet.d.ts → accountTerminalApplicationsGetConfiguration.d.ts} +3 -3
- package/funcs/accountTerminalApplicationsGetConfiguration.d.ts.map +1 -0
- package/funcs/{terminalConfigurationsGet.js → accountTerminalApplicationsGetConfiguration.js} +4 -4
- package/funcs/accountTerminalApplicationsGetConfiguration.js.map +1 -0
- package/funcs/accountTerminalApplicationsLink.d.ts +17 -0
- package/funcs/accountTerminalApplicationsLink.d.ts.map +1 -0
- package/funcs/accountTerminalApplicationsLink.js +138 -0
- package/funcs/accountTerminalApplicationsLink.js.map +1 -0
- package/funcs/accountTerminalApplicationsList.d.ts +16 -0
- package/funcs/accountTerminalApplicationsList.d.ts.map +1 -0
- package/funcs/accountTerminalApplicationsList.js +120 -0
- package/funcs/accountTerminalApplicationsList.js.map +1 -0
- package/funcs/terminalApplicationsCreate.d.ts +1 -1
- package/funcs/terminalApplicationsCreate.js +1 -1
- package/funcs/terminalApplicationsDelete.d.ts +1 -1
- package/funcs/terminalApplicationsDelete.js +1 -1
- package/funcs/terminalApplicationsGet.d.ts +1 -1
- package/funcs/terminalApplicationsGet.js +1 -1
- package/funcs/terminalApplicationsList.d.ts +1 -1
- package/funcs/terminalApplicationsList.js +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +9 -3
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/accountTerminalApplicationsGet.d.ts +8 -0
- package/mcp-server/tools/accountTerminalApplicationsGet.d.ts.map +1 -0
- package/mcp-server/tools/accountTerminalApplicationsGet.js +65 -0
- package/mcp-server/tools/accountTerminalApplicationsGet.js.map +1 -0
- package/mcp-server/tools/{terminalConfigurationsGet.d.ts → accountTerminalApplicationsGetConfiguration.d.ts} +2 -2
- package/mcp-server/tools/accountTerminalApplicationsGetConfiguration.d.ts.map +1 -0
- package/mcp-server/tools/{terminalConfigurationsGet.js → accountTerminalApplicationsGetConfiguration.js} +7 -7
- package/mcp-server/tools/accountTerminalApplicationsGetConfiguration.js.map +1 -0
- package/mcp-server/tools/accountTerminalApplicationsLink.d.ts +8 -0
- package/mcp-server/tools/accountTerminalApplicationsLink.d.ts.map +1 -0
- package/mcp-server/tools/accountTerminalApplicationsLink.js +65 -0
- package/mcp-server/tools/accountTerminalApplicationsLink.js.map +1 -0
- package/mcp-server/tools/accountTerminalApplicationsList.d.ts +8 -0
- package/mcp-server/tools/accountTerminalApplicationsList.d.ts.map +1 -0
- package/mcp-server/tools/accountTerminalApplicationsList.js +65 -0
- package/mcp-server/tools/accountTerminalApplicationsList.js.map +1 -0
- package/mcp-server/tools/terminalApplicationsCreate.js +1 -1
- package/mcp-server/tools/terminalApplicationsCreate.js.map +1 -1
- package/mcp-server/tools/terminalApplicationsDelete.js +1 -1
- package/mcp-server/tools/terminalApplicationsDelete.js.map +1 -1
- package/mcp-server/tools/terminalApplicationsGet.js +1 -1
- package/mcp-server/tools/terminalApplicationsGet.js.map +1 -1
- package/mcp-server/tools/terminalApplicationsList.js +1 -1
- package/mcp-server/tools/terminalApplicationsList.js.map +1 -1
- package/models/components/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/linkaccountterminalapplication.d.ts +35 -0
- package/models/components/linkaccountterminalapplication.d.ts.map +1 -0
- package/models/components/linkaccountterminalapplication.js +69 -0
- package/models/components/linkaccountterminalapplication.js.map +1 -0
- package/models/errors/accountterminalapplicationerror.d.ts +31 -0
- package/models/errors/accountterminalapplicationerror.d.ts.map +1 -0
- package/models/errors/accountterminalapplicationerror.js +79 -0
- package/models/errors/accountterminalapplicationerror.js.map +1 -0
- package/models/errors/index.d.ts +1 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +1 -0
- package/models/errors/index.js.map +1 -1
- package/models/operations/getaccountterminalapplication.d.ts +101 -0
- package/models/operations/getaccountterminalapplication.d.ts.map +1 -0
- package/models/operations/getaccountterminalapplication.js +147 -0
- package/models/operations/getaccountterminalapplication.js.map +1 -0
- package/models/operations/index.d.ts +3 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +3 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/linkaccountterminalapplication.d.ts +101 -0
- package/models/operations/linkaccountterminalapplication.d.ts.map +1 -0
- package/models/operations/linkaccountterminalapplication.js +155 -0
- package/models/operations/linkaccountterminalapplication.js.map +1 -0
- package/models/operations/listaccountterminalapplications.d.ts +99 -0
- package/models/operations/listaccountterminalapplications.d.ts.map +1 -0
- package/models/operations/listaccountterminalapplications.js +145 -0
- package/models/operations/listaccountterminalapplications.js.map +1 -0
- package/package.json +1 -1
- package/sdk/accountterminalapplications.d.ts +33 -0
- package/sdk/accountterminalapplications.d.ts.map +1 -0
- package/sdk/accountterminalapplications.js +52 -0
- package/sdk/accountterminalapplications.js.map +1 -0
- package/sdk/sdk.d.ts +3 -3
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +3 -3
- package/sdk/sdk.js.map +1 -1
- package/sdk/terminalapplications.d.ts +4 -4
- package/sdk/terminalapplications.js +4 -4
- package/src/funcs/accountTerminalApplicationsGet.ts +184 -0
- package/src/funcs/{terminalConfigurationsGet.ts → accountTerminalApplicationsGetConfiguration.ts} +2 -2
- package/src/funcs/accountTerminalApplicationsLink.ts +205 -0
- package/src/funcs/accountTerminalApplicationsList.ts +179 -0
- package/src/funcs/terminalApplicationsCreate.ts +1 -1
- package/src/funcs/terminalApplicationsDelete.ts +1 -1
- package/src/funcs/terminalApplicationsGet.ts +1 -1
- package/src/funcs/terminalApplicationsList.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -3
- package/src/mcp-server/tools/accountTerminalApplicationsGet.ts +40 -0
- package/src/mcp-server/tools/{terminalConfigurationsGet.ts → accountTerminalApplicationsGetConfiguration.ts} +8 -5
- package/src/mcp-server/tools/accountTerminalApplicationsLink.ts +39 -0
- package/src/mcp-server/tools/accountTerminalApplicationsList.ts +40 -0
- package/src/mcp-server/tools/terminalApplicationsCreate.ts +1 -1
- package/src/mcp-server/tools/terminalApplicationsDelete.ts +1 -1
- package/src/mcp-server/tools/terminalApplicationsGet.ts +1 -1
- package/src/mcp-server/tools/terminalApplicationsList.ts +1 -1
- package/src/models/components/index.ts +1 -0
- package/src/models/components/linkaccountterminalapplication.ts +74 -0
- package/src/models/errors/accountterminalapplicationerror.ts +71 -0
- package/src/models/errors/index.ts +1 -0
- package/src/models/operations/getaccountterminalapplication.ts +238 -0
- package/src/models/operations/index.ts +3 -0
- package/src/models/operations/linkaccountterminalapplication.ts +250 -0
- package/src/models/operations/listaccountterminalapplications.ts +242 -0
- package/src/sdk/accountterminalapplications.ts +81 -0
- package/src/sdk/sdk.ts +5 -6
- package/src/sdk/terminalapplications.ts +4 -4
- package/docs/sdks/terminalconfigurations/README.md +0 -98
- package/funcs/terminalConfigurationsGet.d.ts.map +0 -1
- package/funcs/terminalConfigurationsGet.js.map +0 -1
- package/mcp-server/tools/terminalConfigurationsGet.d.ts.map +0 -1
- package/mcp-server/tools/terminalConfigurationsGet.js.map +0 -1
- package/sdk/terminalconfigurations.d.ts +0 -12
- package/sdk/terminalconfigurations.d.ts.map +0 -1
- package/sdk/terminalconfigurations.js +0 -22
- package/sdk/terminalconfigurations.js.map +0 -1
- package/src/sdk/terminalconfigurations.ts +0 -27
package/README.md
CHANGED
|
@@ -480,6 +480,25 @@ This token can only be generated via API. Any Moov account requesting the collec
|
|
|
480
480
|
or card issuing capabilities must accept Moov's terms of service, then have the generated terms of service
|
|
481
481
|
token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
|
|
482
482
|
|
|
483
|
+
### [accountTerminalApplications](docs/sdks/accountterminalapplications/README.md)
|
|
484
|
+
|
|
485
|
+
* [link](docs/sdks/accountterminalapplications/README.md#link) - Link an account with a terminal application.
|
|
486
|
+
|
|
487
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
488
|
+
you'll need to specify the `/accounts/{accountID}/terminal-applications.write` scope.
|
|
489
|
+
* [list](docs/sdks/accountterminalapplications/README.md#list) - Retrieve all terminal applications linked to a specific account.
|
|
490
|
+
|
|
491
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
492
|
+
you'll need to specify the `/accounts/{accountID}/terminal-applications.read` scope.
|
|
493
|
+
* [get](docs/sdks/accountterminalapplications/README.md#get) - Verifies if a specific Terminal Application is linked to an Account. This endpoint acts as a validation check for the link's existence.
|
|
494
|
+
|
|
495
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
496
|
+
you'll need to specify the `/accounts/{accountID}/terminal-applications.read` scope.
|
|
497
|
+
* [getConfiguration](docs/sdks/accountterminalapplications/README.md#getconfiguration) - Fetch the configuration for a given Terminal Application linked to a specific Account.
|
|
498
|
+
|
|
499
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
500
|
+
you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` scope.
|
|
501
|
+
|
|
483
502
|
### [adjustments](docs/sdks/adjustments/README.md)
|
|
484
503
|
|
|
485
504
|
* [list](docs/sdks/adjustments/README.md#list) - List adjustments associated with a Moov account.
|
|
@@ -1107,26 +1126,19 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
|
1107
1126
|
* [create](docs/sdks/terminalapplications/README.md#create) - Create a new terminal application.
|
|
1108
1127
|
|
|
1109
1128
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1110
|
-
you'll need to specify the `/
|
|
1129
|
+
you'll need to specify the `/terminal-applications.write` scope.
|
|
1111
1130
|
* [list](docs/sdks/terminalapplications/README.md#list) - List all the terminal applications for a Moov Account.
|
|
1112
1131
|
|
|
1113
1132
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1114
|
-
you'll need to specify the `/
|
|
1133
|
+
you'll need to specify the `/terminal-applications.read` scope.
|
|
1115
1134
|
* [get](docs/sdks/terminalapplications/README.md#get) - Fetch a specific terminal application.
|
|
1116
1135
|
|
|
1117
1136
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1118
|
-
you'll need to specify the `/
|
|
1137
|
+
you'll need to specify the `/terminal-applications.read` scope.
|
|
1119
1138
|
* [delete](docs/sdks/terminalapplications/README.md#delete) - Delete a specific terminal application.
|
|
1120
1139
|
|
|
1121
1140
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1122
|
-
you'll need to specify the `/
|
|
1123
|
-
|
|
1124
|
-
### [terminalConfigurations](docs/sdks/terminalconfigurations/README.md)
|
|
1125
|
-
|
|
1126
|
-
* [get](docs/sdks/terminalconfigurations/README.md#get) - Fetch the configuration for a given Terminal Application
|
|
1127
|
-
|
|
1128
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1129
|
-
you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` scope.
|
|
1141
|
+
you'll need to specify the `/terminal-applications.write` scope.
|
|
1130
1142
|
|
|
1131
1143
|
### [transfers](docs/sdks/transfers/README.md)
|
|
1132
1144
|
|
|
@@ -1324,6 +1336,22 @@ If you need to update information in a locked state, please contact Moov support
|
|
|
1324
1336
|
|
|
1325
1337
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
1326
1338
|
to specify the `/accounts/{accountID}/profile.write` scope.
|
|
1339
|
+
- [`accountTerminalApplicationsGet`](docs/sdks/accountterminalapplications/README.md#get) - Verifies if a specific Terminal Application is linked to an Account. This endpoint acts as a validation check for the link's existence.
|
|
1340
|
+
|
|
1341
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1342
|
+
you'll need to specify the `/accounts/{accountID}/terminal-applications.read` scope.
|
|
1343
|
+
- [`accountTerminalApplicationsGetConfiguration`](docs/sdks/accountterminalapplications/README.md#getconfiguration) - Fetch the configuration for a given Terminal Application linked to a specific Account.
|
|
1344
|
+
|
|
1345
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1346
|
+
you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` scope.
|
|
1347
|
+
- [`accountTerminalApplicationsLink`](docs/sdks/accountterminalapplications/README.md#link) - Link an account with a terminal application.
|
|
1348
|
+
|
|
1349
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1350
|
+
you'll need to specify the `/accounts/{accountID}/terminal-applications.write` scope.
|
|
1351
|
+
- [`accountTerminalApplicationsList`](docs/sdks/accountterminalapplications/README.md#list) - Retrieve all terminal applications linked to a specific account.
|
|
1352
|
+
|
|
1353
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1354
|
+
you'll need to specify the `/accounts/{accountID}/terminal-applications.read` scope.
|
|
1327
1355
|
- [`adjustmentsGet`](docs/sdks/adjustments/README.md#get) - Retrieve a specific adjustment associated with a Moov account.
|
|
1328
1356
|
|
|
1329
1357
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -1870,23 +1898,19 @@ you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
|
|
|
1870
1898
|
- [`terminalApplicationsCreate`](docs/sdks/terminalapplications/README.md#create) - Create a new terminal application.
|
|
1871
1899
|
|
|
1872
1900
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1873
|
-
you'll need to specify the `/
|
|
1901
|
+
you'll need to specify the `/terminal-applications.write` scope.
|
|
1874
1902
|
- [`terminalApplicationsDelete`](docs/sdks/terminalapplications/README.md#delete) - Delete a specific terminal application.
|
|
1875
1903
|
|
|
1876
1904
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1877
|
-
you'll need to specify the `/
|
|
1905
|
+
you'll need to specify the `/terminal-applications.write` scope.
|
|
1878
1906
|
- [`terminalApplicationsGet`](docs/sdks/terminalapplications/README.md#get) - Fetch a specific terminal application.
|
|
1879
1907
|
|
|
1880
1908
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1881
|
-
you'll need to specify the `/
|
|
1909
|
+
you'll need to specify the `/terminal-applications.read` scope.
|
|
1882
1910
|
- [`terminalApplicationsList`](docs/sdks/terminalapplications/README.md#list) - List all the terminal applications for a Moov Account.
|
|
1883
1911
|
|
|
1884
1912
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1885
|
-
you'll need to specify the `/
|
|
1886
|
-
- [`terminalConfigurationsGet`](docs/sdks/terminalconfigurations/README.md#get) - Fetch the configuration for a given Terminal Application
|
|
1887
|
-
|
|
1888
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1889
|
-
you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` scope.
|
|
1913
|
+
you'll need to specify the `/terminal-applications.read` scope.
|
|
1890
1914
|
- [`transfersCreate`](docs/sdks/transfers/README.md#create) - Move money by providing the source, destination, and amount in the request body.
|
|
1891
1915
|
|
|
1892
1916
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|