@moovio/sdk 0.14.21 → 0.14.23
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/bin/mcp-server.js +8 -7
- package/bin/mcp-server.js.map +6 -6
- 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/models/components/primaryregulator.d.ts +3 -0
- package/models/components/primaryregulator.d.ts.map +1 -1
- package/models/components/primaryregulator.js +1 -0
- package/models/components/primaryregulator.js.map +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/src/models/components/primaryregulator.ts +1 -0
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.14.
|
|
34179
|
-
genVersion: "2.
|
|
34180
|
-
userAgent: "speakeasy-sdk/typescript 0.14.
|
|
34178
|
+
sdkVersion: "0.14.23",
|
|
34179
|
+
genVersion: "2.680.0",
|
|
34180
|
+
userAgent: "speakeasy-sdk/typescript 0.14.23 2.680.0 latest @moovio/sdk"
|
|
34181
34181
|
};
|
|
34182
34182
|
});
|
|
34183
34183
|
|
|
@@ -35805,7 +35805,8 @@ var init_primaryregulator = __esm(() => {
|
|
|
35805
35805
|
Occ: "OCC",
|
|
35806
35806
|
Fdic: "FDIC",
|
|
35807
35807
|
Ncua: "NCUA",
|
|
35808
|
-
Frb: "FRB"
|
|
35808
|
+
Frb: "FRB",
|
|
35809
|
+
StateCuRegulator: "state-cu-regulator"
|
|
35809
35810
|
};
|
|
35810
35811
|
PrimaryRegulator$inboundSchema = nativeEnumType(PrimaryRegulator);
|
|
35811
35812
|
PrimaryRegulator$outboundSchema = PrimaryRegulator$inboundSchema;
|
|
@@ -76015,7 +76016,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
76015
76016
|
function createMCPServer(deps) {
|
|
76016
76017
|
const server = new McpServer({
|
|
76017
76018
|
name: "Moov",
|
|
76018
|
-
version: "0.14.
|
|
76019
|
+
version: "0.14.23"
|
|
76019
76020
|
});
|
|
76020
76021
|
const client = new MoovCore({
|
|
76021
76022
|
security: deps.security,
|
|
@@ -77525,7 +77526,7 @@ var routes = rn({
|
|
|
77525
77526
|
var app = Ve(routes, {
|
|
77526
77527
|
name: "mcp",
|
|
77527
77528
|
versionInfo: {
|
|
77528
|
-
currentVersion: "0.14.
|
|
77529
|
+
currentVersion: "0.14.23"
|
|
77529
77530
|
}
|
|
77530
77531
|
});
|
|
77531
77532
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -77533,5 +77534,5 @@ export {
|
|
|
77533
77534
|
app
|
|
77534
77535
|
};
|
|
77535
77536
|
|
|
77536
|
-
//# debugId=
|
|
77537
|
+
//# debugId=05EAF874D13514D164756E2164756E21
|
|
77537
77538
|
//# sourceMappingURL=mcp-server.js.map
|