@moovio/sdk 25.9.7 → 25.9.9
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 -10
- 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 +58 -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 +54 -0
- package/src/models/components/webhookeventtype.ts +1 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
|
|
|
52974
52974
|
SDK_METADATA = {
|
|
52975
52975
|
language: "typescript",
|
|
52976
52976
|
openapiDocVersion: "v2025.07.00",
|
|
52977
|
-
sdkVersion: "25.9.
|
|
52977
|
+
sdkVersion: "25.9.9",
|
|
52978
52978
|
genVersion: "2.935.1",
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 25.9.
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 25.9.9 2.935.1 v2025.07.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -60198,7 +60198,8 @@ var init_refundcardstatus = __esm(() => {
|
|
|
60198
60198
|
Confirmed: "confirmed",
|
|
60199
60199
|
Settled: "settled",
|
|
60200
60200
|
Failed: "failed",
|
|
60201
|
-
Completed: "completed"
|
|
60201
|
+
Completed: "completed",
|
|
60202
|
+
ClearedExternal: "cleared-external"
|
|
60202
60203
|
};
|
|
60203
60204
|
RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
|
|
60204
60205
|
RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
|
|
@@ -60600,7 +60601,8 @@ var init_cardtransactionstatus = __esm(() => {
|
|
|
60600
60601
|
Canceled: "canceled",
|
|
60601
60602
|
Settled: "settled",
|
|
60602
60603
|
Failed: "failed",
|
|
60603
|
-
Completed: "completed"
|
|
60604
|
+
Completed: "completed",
|
|
60605
|
+
ClearedExternal: "cleared-external"
|
|
60604
60606
|
};
|
|
60605
60607
|
CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
|
|
60606
60608
|
CardTransactionStatus$outboundSchema = CardTransactionStatus$inboundSchema;
|
|
@@ -63021,7 +63023,8 @@ var init_webhookeventtype = __esm(() => {
|
|
|
63021
63023
|
WalletUpdated: "wallet.updated",
|
|
63022
63024
|
WalletTransactionUpdated: "walletTransaction.updated",
|
|
63023
63025
|
BillingStatementCreated: "billingStatement.created",
|
|
63024
|
-
AuthorizationExpiring: "authorization.expiring"
|
|
63026
|
+
AuthorizationExpiring: "authorization.expiring",
|
|
63027
|
+
EventTest: "event.test"
|
|
63025
63028
|
};
|
|
63026
63029
|
WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
|
|
63027
63030
|
WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
|
|
@@ -64262,6 +64265,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
64262
64265
|
IssuedCardAuthorization$inboundSchema = objectType({
|
|
64263
64266
|
authorizationID: stringType(),
|
|
64264
64267
|
issuedCardID: stringType(),
|
|
64268
|
+
lastFourCardNumber: stringType().optional(),
|
|
64265
64269
|
fundingWalletID: stringType(),
|
|
64266
64270
|
network: CardIssuingNetwork$inboundSchema,
|
|
64267
64271
|
authorizedAmount: stringType(),
|
|
@@ -64273,6 +64277,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
64273
64277
|
IssuedCardAuthorization$outboundSchema = objectType({
|
|
64274
64278
|
authorizationID: stringType(),
|
|
64275
64279
|
issuedCardID: stringType(),
|
|
64280
|
+
lastFourCardNumber: stringType().optional(),
|
|
64276
64281
|
fundingWalletID: stringType(),
|
|
64277
64282
|
network: CardIssuingNetwork$outboundSchema,
|
|
64278
64283
|
authorizedAmount: stringType(),
|
|
@@ -64342,6 +64347,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
64342
64347
|
IssuedCardTransaction$inboundSchema = objectType({
|
|
64343
64348
|
cardTransactionID: stringType(),
|
|
64344
64349
|
issuedCardID: stringType(),
|
|
64350
|
+
lastFourCardNumber: stringType().optional(),
|
|
64345
64351
|
fundingWalletID: stringType(),
|
|
64346
64352
|
amount: stringType(),
|
|
64347
64353
|
authorizationID: stringType().optional(),
|
|
@@ -64352,6 +64358,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
64352
64358
|
IssuedCardTransaction$outboundSchema = objectType({
|
|
64353
64359
|
cardTransactionID: stringType(),
|
|
64354
64360
|
issuedCardID: stringType(),
|
|
64361
|
+
lastFourCardNumber: stringType().optional(),
|
|
64355
64362
|
fundingWalletID: stringType(),
|
|
64356
64363
|
amount: stringType(),
|
|
64357
64364
|
authorizationID: stringType().optional(),
|
|
@@ -68142,6 +68149,18 @@ var init_webhookdatadisputeupdated = __esm(() => {
|
|
|
68142
68149
|
});
|
|
68143
68150
|
});
|
|
68144
68151
|
|
|
68152
|
+
// src/models/components/webhookdataeventtest.ts
|
|
68153
|
+
var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
|
|
68154
|
+
var init_webhookdataeventtest = __esm(() => {
|
|
68155
|
+
init_esm();
|
|
68156
|
+
WebhookDataEventTest$inboundSchema = objectType({
|
|
68157
|
+
ping: booleanType()
|
|
68158
|
+
});
|
|
68159
|
+
WebhookDataEventTest$outboundSchema = objectType({
|
|
68160
|
+
ping: booleanType()
|
|
68161
|
+
});
|
|
68162
|
+
});
|
|
68163
|
+
|
|
68145
68164
|
// src/models/components/webhookdatainvoicecreated.ts
|
|
68146
68165
|
var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
|
|
68147
68166
|
var init_webhookdatainvoicecreated = __esm(() => {
|
|
@@ -68589,6 +68608,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68589
68608
|
init_webhookdatacardautoupdated();
|
|
68590
68609
|
init_webhookdatadisputecreated();
|
|
68591
68610
|
init_webhookdatadisputeupdated();
|
|
68611
|
+
init_webhookdataeventtest();
|
|
68592
68612
|
init_webhookdatainvoicecreated();
|
|
68593
68613
|
init_webhookdatainvoiceupdated();
|
|
68594
68614
|
init_webhookdatanetworkidupdated();
|
|
@@ -68649,7 +68669,8 @@ var init_webhookdata = __esm(() => {
|
|
|
68649
68669
|
WebhookDataAccountCreated$inboundSchema,
|
|
68650
68670
|
WebhookDataAccountUpdated$inboundSchema,
|
|
68651
68671
|
WebhookDataAccountDisconnected$inboundSchema,
|
|
68652
|
-
WebhookDataNetworkIDUpdated$inboundSchema
|
|
68672
|
+
WebhookDataNetworkIDUpdated$inboundSchema,
|
|
68673
|
+
WebhookDataEventTest$inboundSchema
|
|
68653
68674
|
]);
|
|
68654
68675
|
WebhookData$outboundSchema = unionType([
|
|
68655
68676
|
WebhookDataDisputeCreated$outboundSchema,
|
|
@@ -68689,7 +68710,8 @@ var init_webhookdata = __esm(() => {
|
|
|
68689
68710
|
WebhookDataAccountCreated$outboundSchema,
|
|
68690
68711
|
WebhookDataAccountUpdated$outboundSchema,
|
|
68691
68712
|
WebhookDataAccountDisconnected$outboundSchema,
|
|
68692
|
-
WebhookDataNetworkIDUpdated$outboundSchema
|
|
68713
|
+
WebhookDataNetworkIDUpdated$outboundSchema,
|
|
68714
|
+
WebhookDataEventTest$outboundSchema
|
|
68693
68715
|
]);
|
|
68694
68716
|
});
|
|
68695
68717
|
|
|
@@ -69253,6 +69275,7 @@ var init_components = __esm(() => {
|
|
|
69253
69275
|
init_webhookdatacardautoupdated();
|
|
69254
69276
|
init_webhookdatadisputecreated();
|
|
69255
69277
|
init_webhookdatadisputeupdated();
|
|
69278
|
+
init_webhookdataeventtest();
|
|
69256
69279
|
init_webhookdatainvoicecreated();
|
|
69257
69280
|
init_webhookdatainvoiceupdated();
|
|
69258
69281
|
init_webhookdatanetworkidupdated();
|
|
@@ -98703,7 +98726,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98703
98726
|
function createMCPServer(deps) {
|
|
98704
98727
|
const server = new McpServer({
|
|
98705
98728
|
name: "Moov",
|
|
98706
|
-
version: "25.9.
|
|
98729
|
+
version: "25.9.9"
|
|
98707
98730
|
});
|
|
98708
98731
|
const client = new MoovCore({
|
|
98709
98732
|
security: deps.security,
|
|
@@ -100273,7 +100296,7 @@ var routes = rn({
|
|
|
100273
100296
|
var app = Ve(routes, {
|
|
100274
100297
|
name: "mcp",
|
|
100275
100298
|
versionInfo: {
|
|
100276
|
-
currentVersion: "25.9.
|
|
100299
|
+
currentVersion: "25.9.9"
|
|
100277
100300
|
}
|
|
100278
100301
|
});
|
|
100279
100302
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -100281,5 +100304,5 @@ export {
|
|
|
100281
100304
|
app
|
|
100282
100305
|
};
|
|
100283
100306
|
|
|
100284
|
-
//# debugId=
|
|
100307
|
+
//# debugId=B6B10A1511CAEBC464756E2164756E21
|
|
100285
100308
|
//# sourceMappingURL=mcp-server.js.map
|