@moovio/sdk 26.7.2 → 26.7.4
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 +33 -9
- package/bin/mcp-server.js.map +14 -13
- 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.js +1 -1
- package/models/components/cardtransactionstatus.d.ts +1 -0
- package/models/components/cardtransactionstatus.d.ts.map +1 -1
- package/models/components/cardtransactionstatus.js +1 -0
- package/models/components/cardtransactionstatus.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/issuedcardauthorization.d.ts +5 -0
- package/models/components/issuedcardauthorization.d.ts.map +1 -1
- package/models/components/issuedcardauthorization.js +2 -0
- package/models/components/issuedcardauthorization.js.map +1 -1
- package/models/components/issuedcardtransaction.d.ts +5 -0
- package/models/components/issuedcardtransaction.d.ts.map +1 -1
- package/models/components/issuedcardtransaction.js +2 -0
- package/models/components/issuedcardtransaction.js.map +1 -1
- package/models/components/refundcardstatus.d.ts +1 -0
- package/models/components/refundcardstatus.d.ts.map +1 -1
- package/models/components/refundcardstatus.js +1 -0
- package/models/components/refundcardstatus.js.map +1 -1
- package/models/components/webhookdata.d.ts +3 -2
- package/models/components/webhookdata.d.ts.map +1 -1
- package/models/components/webhookdata.js +3 -0
- package/models/components/webhookdata.js.map +1 -1
- package/models/components/webhookdataeventtest.d.ts +20 -0
- package/models/components/webhookdataeventtest.d.ts.map +1 -0
- package/models/components/webhookdataeventtest.js +59 -0
- package/models/components/webhookdataeventtest.js.map +1 -0
- package/models/components/webhookeventtype.d.ts +1 -0
- package/models/components/webhookeventtype.d.ts.map +1 -1
- package/models/components/webhookeventtype.js +1 -0
- package/models/components/webhookeventtype.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/cardtransactionstatus.ts +1 -0
- package/src/models/components/index.ts +1 -0
- package/src/models/components/issuedcardauthorization.ts +7 -0
- package/src/models/components/issuedcardtransaction.ts +7 -0
- package/src/models/components/refundcardstatus.ts +1 -0
- package/src/models/components/webhookdata.ts +12 -2
- package/src/models/components/webhookdataeventtest.ts +55 -0
- package/src/models/components/webhookeventtype.ts +1 -0
package/bin/mcp-server.js
CHANGED
|
@@ -53651,9 +53651,9 @@ var init_config = __esm(() => {
|
|
|
53651
53651
|
SDK_METADATA = {
|
|
53652
53652
|
language: "typescript",
|
|
53653
53653
|
openapiDocVersion: "v2026.07.00",
|
|
53654
|
-
sdkVersion: "26.7.
|
|
53654
|
+
sdkVersion: "26.7.4",
|
|
53655
53655
|
genVersion: "2.935.1",
|
|
53656
|
-
userAgent: "speakeasy-sdk/typescript 26.7.
|
|
53656
|
+
userAgent: "speakeasy-sdk/typescript 26.7.4 2.935.1 v2026.07.00 @moovio/sdk"
|
|
53657
53657
|
};
|
|
53658
53658
|
});
|
|
53659
53659
|
|
|
@@ -61351,7 +61351,8 @@ var init_refundcardstatus = __esm(() => {
|
|
|
61351
61351
|
Confirmed: "confirmed",
|
|
61352
61352
|
Settled: "settled",
|
|
61353
61353
|
Failed: "failed",
|
|
61354
|
-
Completed: "completed"
|
|
61354
|
+
Completed: "completed",
|
|
61355
|
+
ClearedExternal: "cleared-external"
|
|
61355
61356
|
};
|
|
61356
61357
|
RefundCardStatus$inboundSchema = inboundSchema(RefundCardStatus);
|
|
61357
61358
|
RefundCardStatus$outboundSchema = outboundSchema(RefundCardStatus);
|
|
@@ -61851,6 +61852,7 @@ var init_cardtransactionstatus = __esm(() => {
|
|
|
61851
61852
|
Settled: "settled",
|
|
61852
61853
|
Failed: "failed",
|
|
61853
61854
|
Completed: "completed",
|
|
61855
|
+
ClearedExternal: "cleared-external",
|
|
61854
61856
|
Deferred: "deferred"
|
|
61855
61857
|
};
|
|
61856
61858
|
CardTransactionStatus$inboundSchema = inboundSchema(CardTransactionStatus);
|
|
@@ -64949,7 +64951,8 @@ var init_webhookeventtype = __esm(() => {
|
|
|
64949
64951
|
WalletUpdated: "wallet.updated",
|
|
64950
64952
|
WalletTransactionUpdated: "walletTransaction.updated",
|
|
64951
64953
|
BillingStatementCreated: "billingStatement.created",
|
|
64952
|
-
AuthorizationExpiring: "authorization.expiring"
|
|
64954
|
+
AuthorizationExpiring: "authorization.expiring",
|
|
64955
|
+
EventTest: "event.test"
|
|
64953
64956
|
};
|
|
64954
64957
|
WebhookEventType$inboundSchema = inboundSchema(WebhookEventType);
|
|
64955
64958
|
WebhookEventType$outboundSchema = outboundSchema(WebhookEventType);
|
|
@@ -66936,6 +66939,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
66936
66939
|
IssuedCardAuthorization$inboundSchema = objectType({
|
|
66937
66940
|
authorizationID: string4(),
|
|
66938
66941
|
issuedCardID: string4(),
|
|
66942
|
+
lastFourCardNumber: optional3(string4()),
|
|
66939
66943
|
fundingWalletID: string4(),
|
|
66940
66944
|
network: CardIssuingNetwork$inboundSchema,
|
|
66941
66945
|
authorizedAmount: string4(),
|
|
@@ -66947,6 +66951,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
66947
66951
|
IssuedCardAuthorization$outboundSchema = objectType({
|
|
66948
66952
|
authorizationID: stringType(),
|
|
66949
66953
|
issuedCardID: stringType(),
|
|
66954
|
+
lastFourCardNumber: stringType().optional(),
|
|
66950
66955
|
fundingWalletID: stringType(),
|
|
66951
66956
|
network: CardIssuingNetwork$outboundSchema,
|
|
66952
66957
|
authorizedAmount: stringType(),
|
|
@@ -67018,6 +67023,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
67018
67023
|
IssuedCardTransaction$inboundSchema = objectType({
|
|
67019
67024
|
cardTransactionID: string4(),
|
|
67020
67025
|
issuedCardID: string4(),
|
|
67026
|
+
lastFourCardNumber: optional3(string4()),
|
|
67021
67027
|
fundingWalletID: string4(),
|
|
67022
67028
|
amount: string4(),
|
|
67023
67029
|
authorizationID: optional3(string4()),
|
|
@@ -67028,6 +67034,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
67028
67034
|
IssuedCardTransaction$outboundSchema = objectType({
|
|
67029
67035
|
cardTransactionID: stringType(),
|
|
67030
67036
|
issuedCardID: stringType(),
|
|
67037
|
+
lastFourCardNumber: stringType().optional(),
|
|
67031
67038
|
fundingWalletID: stringType(),
|
|
67032
67039
|
amount: stringType(),
|
|
67033
67040
|
authorizationID: stringType().optional(),
|
|
@@ -71817,6 +71824,19 @@ var init_webhookdatadisputeupdated = __esm(() => {
|
|
|
71817
71824
|
});
|
|
71818
71825
|
});
|
|
71819
71826
|
|
|
71827
|
+
// src/models/components/webhookdataeventtest.ts
|
|
71828
|
+
var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
|
|
71829
|
+
var init_webhookdataeventtest = __esm(() => {
|
|
71830
|
+
init_v3();
|
|
71831
|
+
init_primitives2();
|
|
71832
|
+
WebhookDataEventTest$inboundSchema = objectType({
|
|
71833
|
+
ping: boolean4()
|
|
71834
|
+
});
|
|
71835
|
+
WebhookDataEventTest$outboundSchema = objectType({
|
|
71836
|
+
ping: booleanType()
|
|
71837
|
+
});
|
|
71838
|
+
});
|
|
71839
|
+
|
|
71820
71840
|
// src/models/components/webhookdatainvoicecreated.ts
|
|
71821
71841
|
var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
|
|
71822
71842
|
var init_webhookdatainvoicecreated = __esm(() => {
|
|
@@ -72287,6 +72307,7 @@ var init_webhookdata = __esm(() => {
|
|
|
72287
72307
|
init_webhookdatacardautoupdated();
|
|
72288
72308
|
init_webhookdatadisputecreated();
|
|
72289
72309
|
init_webhookdatadisputeupdated();
|
|
72310
|
+
init_webhookdataeventtest();
|
|
72290
72311
|
init_webhookdatainvoicecreated();
|
|
72291
72312
|
init_webhookdatainvoiceupdated();
|
|
72292
72313
|
init_webhookdatanetworkidupdated();
|
|
@@ -72347,7 +72368,8 @@ var init_webhookdata = __esm(() => {
|
|
|
72347
72368
|
WebhookDataAccountCreated$inboundSchema,
|
|
72348
72369
|
WebhookDataAccountUpdated$inboundSchema,
|
|
72349
72370
|
WebhookDataAccountDisconnected$inboundSchema,
|
|
72350
|
-
WebhookDataNetworkIDUpdated$inboundSchema
|
|
72371
|
+
WebhookDataNetworkIDUpdated$inboundSchema,
|
|
72372
|
+
WebhookDataEventTest$inboundSchema
|
|
72351
72373
|
]);
|
|
72352
72374
|
WebhookData$outboundSchema = smartUnion([
|
|
72353
72375
|
WebhookDataDisputeCreated$outboundSchema,
|
|
@@ -72387,7 +72409,8 @@ var init_webhookdata = __esm(() => {
|
|
|
72387
72409
|
WebhookDataAccountCreated$outboundSchema,
|
|
72388
72410
|
WebhookDataAccountUpdated$outboundSchema,
|
|
72389
72411
|
WebhookDataAccountDisconnected$outboundSchema,
|
|
72390
|
-
WebhookDataNetworkIDUpdated$outboundSchema
|
|
72412
|
+
WebhookDataNetworkIDUpdated$outboundSchema,
|
|
72413
|
+
WebhookDataEventTest$outboundSchema
|
|
72391
72414
|
]);
|
|
72392
72415
|
});
|
|
72393
72416
|
|
|
@@ -73059,6 +73082,7 @@ var init_components = __esm(() => {
|
|
|
73059
73082
|
init_webhookdatacardautoupdated();
|
|
73060
73083
|
init_webhookdatadisputecreated();
|
|
73061
73084
|
init_webhookdatadisputeupdated();
|
|
73085
|
+
init_webhookdataeventtest();
|
|
73062
73086
|
init_webhookdatainvoicecreated();
|
|
73063
73087
|
init_webhookdatainvoiceupdated();
|
|
73064
73088
|
init_webhookdatanetworkidupdated();
|
|
@@ -106202,7 +106226,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
106202
106226
|
function createMCPServer(deps) {
|
|
106203
106227
|
const server = new McpServer({
|
|
106204
106228
|
name: "Moov",
|
|
106205
|
-
version: "26.7.
|
|
106229
|
+
version: "26.7.4"
|
|
106206
106230
|
});
|
|
106207
106231
|
const client = new MoovCore({
|
|
106208
106232
|
security: deps.security,
|
|
@@ -107810,7 +107834,7 @@ var routes = rn({
|
|
|
107810
107834
|
var app = Ve(routes, {
|
|
107811
107835
|
name: "mcp",
|
|
107812
107836
|
versionInfo: {
|
|
107813
|
-
currentVersion: "26.7.
|
|
107837
|
+
currentVersion: "26.7.4"
|
|
107814
107838
|
}
|
|
107815
107839
|
});
|
|
107816
107840
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -107818,5 +107842,5 @@ export {
|
|
|
107818
107842
|
app
|
|
107819
107843
|
};
|
|
107820
107844
|
|
|
107821
|
-
//# debugId=
|
|
107845
|
+
//# debugId=0F7F0CE494441E7E64756E2164756E21
|
|
107822
107846
|
//# sourceMappingURL=mcp-server.js.map
|