@moovio/sdk 0.16.0 → 0.16.1
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 +0 -1
- package/bin/mcp-server.js +6 -6
- package/bin/mcp-server.js.map +4 -4
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/docs/sdks/moov/README.md +0 -10
package/README.md
CHANGED
|
@@ -795,7 +795,6 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
|
795
795
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
796
796
|
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
797
797
|
|
|
798
|
-
|
|
799
798
|
### [onboarding](docs/sdks/onboarding/README.md)
|
|
800
799
|
|
|
801
800
|
* [createInvite](docs/sdks/onboarding/README.md#createinvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
|
package/bin/mcp-server.js
CHANGED
|
@@ -34175,9 +34175,9 @@ var init_config = __esm(() => {
|
|
|
34175
34175
|
SDK_METADATA = {
|
|
34176
34176
|
language: "typescript",
|
|
34177
34177
|
openapiDocVersion: "latest",
|
|
34178
|
-
sdkVersion: "0.16.
|
|
34179
|
-
genVersion: "2.
|
|
34180
|
-
userAgent: "speakeasy-sdk/typescript 0.16.
|
|
34178
|
+
sdkVersion: "0.16.1",
|
|
34179
|
+
genVersion: "2.722.5",
|
|
34180
|
+
userAgent: "speakeasy-sdk/typescript 0.16.1 2.722.5 latest @moovio/sdk"
|
|
34181
34181
|
};
|
|
34182
34182
|
});
|
|
34183
34183
|
|
|
@@ -80973,7 +80973,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
80973
80973
|
function createMCPServer(deps) {
|
|
80974
80974
|
const server = new McpServer({
|
|
80975
80975
|
name: "Moov",
|
|
80976
|
-
version: "0.16.
|
|
80976
|
+
version: "0.16.1"
|
|
80977
80977
|
});
|
|
80978
80978
|
const client = new MoovCore({
|
|
80979
80979
|
security: deps.security,
|
|
@@ -82499,7 +82499,7 @@ var routes = rn({
|
|
|
82499
82499
|
var app = Ve(routes, {
|
|
82500
82500
|
name: "mcp",
|
|
82501
82501
|
versionInfo: {
|
|
82502
|
-
currentVersion: "0.16.
|
|
82502
|
+
currentVersion: "0.16.1"
|
|
82503
82503
|
}
|
|
82504
82504
|
});
|
|
82505
82505
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -82507,5 +82507,5 @@ export {
|
|
|
82507
82507
|
app
|
|
82508
82508
|
};
|
|
82509
82509
|
|
|
82510
|
-
//# debugId=
|
|
82510
|
+
//# debugId=DEF093CF592C3C3B64756E2164756E21
|
|
82511
82511
|
//# sourceMappingURL=mcp-server.js.map
|