@moovio/sdk 26.3.7 → 26.3.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: "v2026.01.00",
|
|
52977
|
-
sdkVersion: "26.3.
|
|
52977
|
+
sdkVersion: "26.3.9",
|
|
52978
52978
|
genVersion: "2.935.1",
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 26.3.
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 26.3.9 2.935.1 v2026.01.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -60199,7 +60199,8 @@ var init_refundcardstatus = __esm(() => {
|
|
|
60199
60199
|
Confirmed: "confirmed",
|
|
60200
60200
|
Settled: "settled",
|
|
60201
60201
|
Failed: "failed",
|
|
60202
|
-
Completed: "completed"
|
|
60202
|
+
Completed: "completed",
|
|
60203
|
+
ClearedExternal: "cleared-external"
|
|
60203
60204
|
};
|
|
60204
60205
|
RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
|
|
60205
60206
|
RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
|
|
@@ -60601,7 +60602,8 @@ var init_cardtransactionstatus = __esm(() => {
|
|
|
60601
60602
|
Canceled: "canceled",
|
|
60602
60603
|
Settled: "settled",
|
|
60603
60604
|
Failed: "failed",
|
|
60604
|
-
Completed: "completed"
|
|
60605
|
+
Completed: "completed",
|
|
60606
|
+
ClearedExternal: "cleared-external"
|
|
60605
60607
|
};
|
|
60606
60608
|
CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
|
|
60607
60609
|
CardTransactionStatus$outboundSchema = CardTransactionStatus$inboundSchema;
|
|
@@ -63023,7 +63025,8 @@ var init_webhookeventtype = __esm(() => {
|
|
|
63023
63025
|
WalletUpdated: "wallet.updated",
|
|
63024
63026
|
WalletTransactionUpdated: "walletTransaction.updated",
|
|
63025
63027
|
BillingStatementCreated: "billingStatement.created",
|
|
63026
|
-
AuthorizationExpiring: "authorization.expiring"
|
|
63028
|
+
AuthorizationExpiring: "authorization.expiring",
|
|
63029
|
+
EventTest: "event.test"
|
|
63027
63030
|
};
|
|
63028
63031
|
WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
|
|
63029
63032
|
WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
|
|
@@ -64298,6 +64301,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
64298
64301
|
IssuedCardAuthorization$inboundSchema = objectType({
|
|
64299
64302
|
authorizationID: stringType(),
|
|
64300
64303
|
issuedCardID: stringType(),
|
|
64304
|
+
lastFourCardNumber: stringType().optional(),
|
|
64301
64305
|
fundingWalletID: stringType(),
|
|
64302
64306
|
network: CardIssuingNetwork$inboundSchema,
|
|
64303
64307
|
authorizedAmount: stringType(),
|
|
@@ -64309,6 +64313,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
64309
64313
|
IssuedCardAuthorization$outboundSchema = objectType({
|
|
64310
64314
|
authorizationID: stringType(),
|
|
64311
64315
|
issuedCardID: stringType(),
|
|
64316
|
+
lastFourCardNumber: stringType().optional(),
|
|
64312
64317
|
fundingWalletID: stringType(),
|
|
64313
64318
|
network: CardIssuingNetwork$outboundSchema,
|
|
64314
64319
|
authorizedAmount: stringType(),
|
|
@@ -64378,6 +64383,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
64378
64383
|
IssuedCardTransaction$inboundSchema = objectType({
|
|
64379
64384
|
cardTransactionID: stringType(),
|
|
64380
64385
|
issuedCardID: stringType(),
|
|
64386
|
+
lastFourCardNumber: stringType().optional(),
|
|
64381
64387
|
fundingWalletID: stringType(),
|
|
64382
64388
|
amount: stringType(),
|
|
64383
64389
|
authorizationID: stringType().optional(),
|
|
@@ -64388,6 +64394,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
64388
64394
|
IssuedCardTransaction$outboundSchema = objectType({
|
|
64389
64395
|
cardTransactionID: stringType(),
|
|
64390
64396
|
issuedCardID: stringType(),
|
|
64397
|
+
lastFourCardNumber: stringType().optional(),
|
|
64391
64398
|
fundingWalletID: stringType(),
|
|
64392
64399
|
amount: stringType(),
|
|
64393
64400
|
authorizationID: stringType().optional(),
|
|
@@ -68184,6 +68191,18 @@ var init_webhookdatadisputeupdated = __esm(() => {
|
|
|
68184
68191
|
});
|
|
68185
68192
|
});
|
|
68186
68193
|
|
|
68194
|
+
// src/models/components/webhookdataeventtest.ts
|
|
68195
|
+
var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
|
|
68196
|
+
var init_webhookdataeventtest = __esm(() => {
|
|
68197
|
+
init_esm();
|
|
68198
|
+
WebhookDataEventTest$inboundSchema = objectType({
|
|
68199
|
+
ping: booleanType()
|
|
68200
|
+
});
|
|
68201
|
+
WebhookDataEventTest$outboundSchema = objectType({
|
|
68202
|
+
ping: booleanType()
|
|
68203
|
+
});
|
|
68204
|
+
});
|
|
68205
|
+
|
|
68187
68206
|
// src/models/components/webhookdatainvoicecreated.ts
|
|
68188
68207
|
var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
|
|
68189
68208
|
var init_webhookdatainvoicecreated = __esm(() => {
|
|
@@ -68631,6 +68650,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68631
68650
|
init_webhookdatacardautoupdated();
|
|
68632
68651
|
init_webhookdatadisputecreated();
|
|
68633
68652
|
init_webhookdatadisputeupdated();
|
|
68653
|
+
init_webhookdataeventtest();
|
|
68634
68654
|
init_webhookdatainvoicecreated();
|
|
68635
68655
|
init_webhookdatainvoiceupdated();
|
|
68636
68656
|
init_webhookdatanetworkidupdated();
|
|
@@ -68691,7 +68711,8 @@ var init_webhookdata = __esm(() => {
|
|
|
68691
68711
|
WebhookDataAccountCreated$inboundSchema,
|
|
68692
68712
|
WebhookDataAccountUpdated$inboundSchema,
|
|
68693
68713
|
WebhookDataAccountDisconnected$inboundSchema,
|
|
68694
|
-
WebhookDataNetworkIDUpdated$inboundSchema
|
|
68714
|
+
WebhookDataNetworkIDUpdated$inboundSchema,
|
|
68715
|
+
WebhookDataEventTest$inboundSchema
|
|
68695
68716
|
]);
|
|
68696
68717
|
WebhookData$outboundSchema = unionType([
|
|
68697
68718
|
WebhookDataDisputeCreated$outboundSchema,
|
|
@@ -68731,7 +68752,8 @@ var init_webhookdata = __esm(() => {
|
|
|
68731
68752
|
WebhookDataAccountCreated$outboundSchema,
|
|
68732
68753
|
WebhookDataAccountUpdated$outboundSchema,
|
|
68733
68754
|
WebhookDataAccountDisconnected$outboundSchema,
|
|
68734
|
-
WebhookDataNetworkIDUpdated$outboundSchema
|
|
68755
|
+
WebhookDataNetworkIDUpdated$outboundSchema,
|
|
68756
|
+
WebhookDataEventTest$outboundSchema
|
|
68735
68757
|
]);
|
|
68736
68758
|
});
|
|
68737
68759
|
|
|
@@ -69297,6 +69319,7 @@ var init_components = __esm(() => {
|
|
|
69297
69319
|
init_webhookdatacardautoupdated();
|
|
69298
69320
|
init_webhookdatadisputecreated();
|
|
69299
69321
|
init_webhookdatadisputeupdated();
|
|
69322
|
+
init_webhookdataeventtest();
|
|
69300
69323
|
init_webhookdatainvoicecreated();
|
|
69301
69324
|
init_webhookdatainvoiceupdated();
|
|
69302
69325
|
init_webhookdatanetworkidupdated();
|
|
@@ -98747,7 +98770,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98747
98770
|
function createMCPServer(deps) {
|
|
98748
98771
|
const server = new McpServer({
|
|
98749
98772
|
name: "Moov",
|
|
98750
|
-
version: "26.3.
|
|
98773
|
+
version: "26.3.9"
|
|
98751
98774
|
});
|
|
98752
98775
|
const client = new MoovCore({
|
|
98753
98776
|
security: deps.security,
|
|
@@ -100317,7 +100340,7 @@ var routes = rn({
|
|
|
100317
100340
|
var app = Ve(routes, {
|
|
100318
100341
|
name: "mcp",
|
|
100319
100342
|
versionInfo: {
|
|
100320
|
-
currentVersion: "26.3.
|
|
100343
|
+
currentVersion: "26.3.9"
|
|
100321
100344
|
}
|
|
100322
100345
|
});
|
|
100323
100346
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -100325,5 +100348,5 @@ export {
|
|
|
100325
100348
|
app
|
|
100326
100349
|
};
|
|
100327
100350
|
|
|
100328
|
-
//# debugId=
|
|
100351
|
+
//# debugId=A87EA17DA35FBF2564756E2164756E21
|
|
100329
100352
|
//# sourceMappingURL=mcp-server.js.map
|