@moovio/sdk 0.14.18 → 0.14.21
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 +20 -20
- package/bin/mcp-server.js.map +10 -10
- package/examples/package-lock.json +3 -3
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.d.ts.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/index.d.ts +1 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -1
- package/models/components/index.js.map +1 -1
- package/models/components/webhookdata.d.ts +3 -3
- package/models/components/webhookdata.d.ts.map +1 -1
- package/models/components/webhookdata.js +3 -3
- package/models/components/webhookdata.js.map +1 -1
- package/models/components/webhookdataaccountdisconnected.d.ts +31 -0
- package/models/components/webhookdataaccountdisconnected.d.ts.map +1 -0
- package/models/components/{webhookdataaccountdeleted.js → webhookdataaccountdisconnected.js} +17 -17
- package/models/components/webhookdataaccountdisconnected.js.map +1 -0
- package/models/components/webhookeventtype.d.ts +3 -3
- package/models/components/webhookeventtype.js +1 -1
- package/models/components/webhookeventtype.js.map +1 -1
- package/package.json +3 -3
- package/renovate.json +30 -0
- 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/index.ts +1 -1
- package/src/models/components/webhookdata.ts +9 -9
- package/src/models/components/webhookdataaccountdisconnected.ts +72 -0
- package/src/models/components/webhookeventtype.ts +1 -1
- package/models/components/webhookdataaccountdeleted.d.ts +0 -31
- package/models/components/webhookdataaccountdeleted.d.ts.map +0 -1
- package/models/components/webhookdataaccountdeleted.js.map +0 -1
- package/src/models/components/webhookdataaccountdeleted.ts +0 -70
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.21",
|
|
34179
|
+
genVersion: "2.675.0",
|
|
34180
|
+
userAgent: "speakeasy-sdk/typescript 0.14.21 2.675.0 latest @moovio/sdk"
|
|
34181
34181
|
};
|
|
34182
34182
|
});
|
|
34183
34183
|
|
|
@@ -46080,22 +46080,22 @@ var init_webhookdataaccountcreated = __esm(() => {
|
|
|
46080
46080
|
})(WebhookDataAccountCreated$ ||= {});
|
|
46081
46081
|
});
|
|
46082
46082
|
|
|
46083
|
-
// src/models/components/
|
|
46084
|
-
var
|
|
46085
|
-
var
|
|
46083
|
+
// src/models/components/webhookdataaccountdisconnected.ts
|
|
46084
|
+
var WebhookDataAccountDisconnected$inboundSchema, WebhookDataAccountDisconnected$outboundSchema, WebhookDataAccountDisconnected$;
|
|
46085
|
+
var init_webhookdataaccountdisconnected = __esm(() => {
|
|
46086
46086
|
init_esm();
|
|
46087
|
-
|
|
46087
|
+
WebhookDataAccountDisconnected$inboundSchema = objectType({
|
|
46088
46088
|
accountID: stringType(),
|
|
46089
46089
|
foreignID: stringType().optional()
|
|
46090
46090
|
});
|
|
46091
|
-
|
|
46091
|
+
WebhookDataAccountDisconnected$outboundSchema = objectType({
|
|
46092
46092
|
accountID: stringType(),
|
|
46093
46093
|
foreignID: stringType().optional()
|
|
46094
46094
|
});
|
|
46095
|
-
((
|
|
46096
|
-
|
|
46097
|
-
|
|
46098
|
-
})(
|
|
46095
|
+
((WebhookDataAccountDisconnected$) => {
|
|
46096
|
+
WebhookDataAccountDisconnected$.inboundSchema = WebhookDataAccountDisconnected$inboundSchema;
|
|
46097
|
+
WebhookDataAccountDisconnected$.outboundSchema = WebhookDataAccountDisconnected$outboundSchema;
|
|
46098
|
+
})(WebhookDataAccountDisconnected$ ||= {});
|
|
46099
46099
|
});
|
|
46100
46100
|
|
|
46101
46101
|
// src/models/components/webhookdataaccountupdated.ts
|
|
@@ -46741,7 +46741,7 @@ var WebhookData$inboundSchema, WebhookData$outboundSchema, WebhookData$;
|
|
|
46741
46741
|
var init_webhookdata = __esm(() => {
|
|
46742
46742
|
init_esm();
|
|
46743
46743
|
init_webhookdataaccountcreated();
|
|
46744
|
-
|
|
46744
|
+
init_webhookdataaccountdisconnected();
|
|
46745
46745
|
init_webhookdataaccountupdated();
|
|
46746
46746
|
init_webhookdatabalanceupdated();
|
|
46747
46747
|
init_webhookdatabankaccountcreated();
|
|
@@ -46797,7 +46797,7 @@ var init_webhookdata = __esm(() => {
|
|
|
46797
46797
|
WebhookDataTerminalApplicationUpdated$inboundSchema,
|
|
46798
46798
|
WebhookDataAccountCreated$inboundSchema,
|
|
46799
46799
|
WebhookDataAccountUpdated$inboundSchema,
|
|
46800
|
-
|
|
46800
|
+
WebhookDataAccountDisconnected$inboundSchema,
|
|
46801
46801
|
WebhookDataNetworkIDUpdated$inboundSchema
|
|
46802
46802
|
]);
|
|
46803
46803
|
WebhookData$outboundSchema = unionType([
|
|
@@ -46828,7 +46828,7 @@ var init_webhookdata = __esm(() => {
|
|
|
46828
46828
|
WebhookDataTerminalApplicationUpdated$outboundSchema,
|
|
46829
46829
|
WebhookDataAccountCreated$outboundSchema,
|
|
46830
46830
|
WebhookDataAccountUpdated$outboundSchema,
|
|
46831
|
-
|
|
46831
|
+
WebhookDataAccountDisconnected$outboundSchema,
|
|
46832
46832
|
WebhookDataNetworkIDUpdated$outboundSchema
|
|
46833
46833
|
]);
|
|
46834
46834
|
((WebhookData$) => {
|
|
@@ -46845,7 +46845,7 @@ var init_webhookeventtype = __esm(() => {
|
|
|
46845
46845
|
Wildcard: "*",
|
|
46846
46846
|
AccountCreated: "account.created",
|
|
46847
46847
|
AccountUpdated: "account.updated",
|
|
46848
|
-
|
|
46848
|
+
AccountDisconnected: "account.disconnected",
|
|
46849
46849
|
BalanceUpdated: "balance.updated",
|
|
46850
46850
|
BankAccountCreated: "bankAccount.created",
|
|
46851
46851
|
BankAccountUpdated: "bankAccount.updated",
|
|
@@ -47325,7 +47325,7 @@ var init_components = __esm(() => {
|
|
|
47325
47325
|
init_wallettransactiontype();
|
|
47326
47326
|
init_webhookdata();
|
|
47327
47327
|
init_webhookdataaccountcreated();
|
|
47328
|
-
|
|
47328
|
+
init_webhookdataaccountdisconnected();
|
|
47329
47329
|
init_webhookdataaccountupdated();
|
|
47330
47330
|
init_webhookdatabalanceupdated();
|
|
47331
47331
|
init_webhookdatabankaccountcreated();
|
|
@@ -76015,7 +76015,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
76015
76015
|
function createMCPServer(deps) {
|
|
76016
76016
|
const server = new McpServer({
|
|
76017
76017
|
name: "Moov",
|
|
76018
|
-
version: "0.14.
|
|
76018
|
+
version: "0.14.21"
|
|
76019
76019
|
});
|
|
76020
76020
|
const client = new MoovCore({
|
|
76021
76021
|
security: deps.security,
|
|
@@ -77525,7 +77525,7 @@ var routes = rn({
|
|
|
77525
77525
|
var app = Ve(routes, {
|
|
77526
77526
|
name: "mcp",
|
|
77527
77527
|
versionInfo: {
|
|
77528
|
-
currentVersion: "0.14.
|
|
77528
|
+
currentVersion: "0.14.21"
|
|
77529
77529
|
}
|
|
77530
77530
|
});
|
|
77531
77531
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -77533,5 +77533,5 @@ export {
|
|
|
77533
77533
|
app
|
|
77534
77534
|
};
|
|
77535
77535
|
|
|
77536
|
-
//# debugId=
|
|
77536
|
+
//# debugId=1C1D0DA4EB529B6164756E2164756E21
|
|
77537
77537
|
//# sourceMappingURL=mcp-server.js.map
|