@moovio/sdk 24.3.7 → 24.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: "v2024.01.00",
|
|
52977
|
-
sdkVersion: "24.3.
|
|
52977
|
+
sdkVersion: "24.3.9",
|
|
52978
52978
|
genVersion: "2.935.1",
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 24.3.
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 24.3.9 2.935.1 v2024.01.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -60055,7 +60055,8 @@ var init_refundcardstatus = __esm(() => {
|
|
|
60055
60055
|
Confirmed: "confirmed",
|
|
60056
60056
|
Settled: "settled",
|
|
60057
60057
|
Failed: "failed",
|
|
60058
|
-
Completed: "completed"
|
|
60058
|
+
Completed: "completed",
|
|
60059
|
+
ClearedExternal: "cleared-external"
|
|
60059
60060
|
};
|
|
60060
60061
|
RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
|
|
60061
60062
|
RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
|
|
@@ -60325,7 +60326,8 @@ var init_cardtransactionstatus = __esm(() => {
|
|
|
60325
60326
|
Canceled: "canceled",
|
|
60326
60327
|
Settled: "settled",
|
|
60327
60328
|
Failed: "failed",
|
|
60328
|
-
Completed: "completed"
|
|
60329
|
+
Completed: "completed",
|
|
60330
|
+
ClearedExternal: "cleared-external"
|
|
60329
60331
|
};
|
|
60330
60332
|
CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
|
|
60331
60333
|
CardTransactionStatus$outboundSchema = CardTransactionStatus$inboundSchema;
|
|
@@ -62439,7 +62441,8 @@ var init_webhookeventtype = __esm(() => {
|
|
|
62439
62441
|
WalletUpdated: "wallet.updated",
|
|
62440
62442
|
WalletTransactionUpdated: "walletTransaction.updated",
|
|
62441
62443
|
BillingStatementCreated: "billingStatement.created",
|
|
62442
|
-
AuthorizationExpiring: "authorization.expiring"
|
|
62444
|
+
AuthorizationExpiring: "authorization.expiring",
|
|
62445
|
+
EventTest: "event.test"
|
|
62443
62446
|
};
|
|
62444
62447
|
WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
|
|
62445
62448
|
WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
|
|
@@ -63665,6 +63668,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
63665
63668
|
IssuedCardAuthorization$inboundSchema = objectType({
|
|
63666
63669
|
authorizationID: stringType(),
|
|
63667
63670
|
issuedCardID: stringType(),
|
|
63671
|
+
lastFourCardNumber: stringType().optional(),
|
|
63668
63672
|
fundingWalletID: stringType(),
|
|
63669
63673
|
network: CardIssuingNetwork$inboundSchema,
|
|
63670
63674
|
authorizedAmount: stringType(),
|
|
@@ -63676,6 +63680,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
63676
63680
|
IssuedCardAuthorization$outboundSchema = objectType({
|
|
63677
63681
|
authorizationID: stringType(),
|
|
63678
63682
|
issuedCardID: stringType(),
|
|
63683
|
+
lastFourCardNumber: stringType().optional(),
|
|
63679
63684
|
fundingWalletID: stringType(),
|
|
63680
63685
|
network: CardIssuingNetwork$outboundSchema,
|
|
63681
63686
|
authorizedAmount: stringType(),
|
|
@@ -63745,6 +63750,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
63745
63750
|
IssuedCardTransaction$inboundSchema = objectType({
|
|
63746
63751
|
cardTransactionID: stringType(),
|
|
63747
63752
|
issuedCardID: stringType(),
|
|
63753
|
+
lastFourCardNumber: stringType().optional(),
|
|
63748
63754
|
fundingWalletID: stringType(),
|
|
63749
63755
|
amount: stringType(),
|
|
63750
63756
|
authorizationID: stringType().optional(),
|
|
@@ -63755,6 +63761,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
63755
63761
|
IssuedCardTransaction$outboundSchema = objectType({
|
|
63756
63762
|
cardTransactionID: stringType(),
|
|
63757
63763
|
issuedCardID: stringType(),
|
|
63764
|
+
lastFourCardNumber: stringType().optional(),
|
|
63758
63765
|
fundingWalletID: stringType(),
|
|
63759
63766
|
amount: stringType(),
|
|
63760
63767
|
authorizationID: stringType().optional(),
|
|
@@ -67104,6 +67111,18 @@ var init_webhookdatadisputeupdated = __esm(() => {
|
|
|
67104
67111
|
});
|
|
67105
67112
|
});
|
|
67106
67113
|
|
|
67114
|
+
// src/models/components/webhookdataeventtest.ts
|
|
67115
|
+
var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
|
|
67116
|
+
var init_webhookdataeventtest = __esm(() => {
|
|
67117
|
+
init_esm();
|
|
67118
|
+
WebhookDataEventTest$inboundSchema = objectType({
|
|
67119
|
+
ping: booleanType()
|
|
67120
|
+
});
|
|
67121
|
+
WebhookDataEventTest$outboundSchema = objectType({
|
|
67122
|
+
ping: booleanType()
|
|
67123
|
+
});
|
|
67124
|
+
});
|
|
67125
|
+
|
|
67107
67126
|
// src/models/components/webhookdatainvoicecreated.ts
|
|
67108
67127
|
var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
|
|
67109
67128
|
var init_webhookdatainvoicecreated = __esm(() => {
|
|
@@ -67551,6 +67570,7 @@ var init_webhookdata = __esm(() => {
|
|
|
67551
67570
|
init_webhookdatacardautoupdated();
|
|
67552
67571
|
init_webhookdatadisputecreated();
|
|
67553
67572
|
init_webhookdatadisputeupdated();
|
|
67573
|
+
init_webhookdataeventtest();
|
|
67554
67574
|
init_webhookdatainvoicecreated();
|
|
67555
67575
|
init_webhookdatainvoiceupdated();
|
|
67556
67576
|
init_webhookdatanetworkidupdated();
|
|
@@ -67611,7 +67631,8 @@ var init_webhookdata = __esm(() => {
|
|
|
67611
67631
|
WebhookDataAccountCreated$inboundSchema,
|
|
67612
67632
|
WebhookDataAccountUpdated$inboundSchema,
|
|
67613
67633
|
WebhookDataAccountDisconnected$inboundSchema,
|
|
67614
|
-
WebhookDataNetworkIDUpdated$inboundSchema
|
|
67634
|
+
WebhookDataNetworkIDUpdated$inboundSchema,
|
|
67635
|
+
WebhookDataEventTest$inboundSchema
|
|
67615
67636
|
]);
|
|
67616
67637
|
WebhookData$outboundSchema = unionType([
|
|
67617
67638
|
WebhookDataDisputeCreated$outboundSchema,
|
|
@@ -67651,7 +67672,8 @@ var init_webhookdata = __esm(() => {
|
|
|
67651
67672
|
WebhookDataAccountCreated$outboundSchema,
|
|
67652
67673
|
WebhookDataAccountUpdated$outboundSchema,
|
|
67653
67674
|
WebhookDataAccountDisconnected$outboundSchema,
|
|
67654
|
-
WebhookDataNetworkIDUpdated$outboundSchema
|
|
67675
|
+
WebhookDataNetworkIDUpdated$outboundSchema,
|
|
67676
|
+
WebhookDataEventTest$outboundSchema
|
|
67655
67677
|
]);
|
|
67656
67678
|
});
|
|
67657
67679
|
|
|
@@ -68160,6 +68182,7 @@ var init_components = __esm(() => {
|
|
|
68160
68182
|
init_webhookdatacardautoupdated();
|
|
68161
68183
|
init_webhookdatadisputecreated();
|
|
68162
68184
|
init_webhookdatadisputeupdated();
|
|
68185
|
+
init_webhookdataeventtest();
|
|
68163
68186
|
init_webhookdatainvoicecreated();
|
|
68164
68187
|
init_webhookdatainvoiceupdated();
|
|
68165
68188
|
init_webhookdatanetworkidupdated();
|
|
@@ -96451,7 +96474,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
96451
96474
|
function createMCPServer(deps) {
|
|
96452
96475
|
const server = new McpServer({
|
|
96453
96476
|
name: "Moov",
|
|
96454
|
-
version: "24.3.
|
|
96477
|
+
version: "24.3.9"
|
|
96455
96478
|
});
|
|
96456
96479
|
const client = new MoovCore({
|
|
96457
96480
|
security: deps.security,
|
|
@@ -98009,7 +98032,7 @@ var routes = rn({
|
|
|
98009
98032
|
var app = Ve(routes, {
|
|
98010
98033
|
name: "mcp",
|
|
98011
98034
|
versionInfo: {
|
|
98012
|
-
currentVersion: "24.3.
|
|
98035
|
+
currentVersion: "24.3.9"
|
|
98013
98036
|
}
|
|
98014
98037
|
});
|
|
98015
98038
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -98017,5 +98040,5 @@ export {
|
|
|
98017
98040
|
app
|
|
98018
98041
|
};
|
|
98019
98042
|
|
|
98020
|
-
//# debugId=
|
|
98043
|
+
//# debugId=C1446ACBC56CB7A164756E2164756E21
|
|
98021
98044
|
//# sourceMappingURL=mcp-server.js.map
|