@moovio/sdk 25.6.7 → 25.6.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.04.00",
|
|
52977
|
-
sdkVersion: "25.6.
|
|
52977
|
+
sdkVersion: "25.6.9",
|
|
52978
52978
|
genVersion: "2.935.1",
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 25.6.
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 25.6.9 2.935.1 v2025.04.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -60056,7 +60056,8 @@ var init_refundcardstatus = __esm(() => {
|
|
|
60056
60056
|
Confirmed: "confirmed",
|
|
60057
60057
|
Settled: "settled",
|
|
60058
60058
|
Failed: "failed",
|
|
60059
|
-
Completed: "completed"
|
|
60059
|
+
Completed: "completed",
|
|
60060
|
+
ClearedExternal: "cleared-external"
|
|
60060
60061
|
};
|
|
60061
60062
|
RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
|
|
60062
60063
|
RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
|
|
@@ -60458,7 +60459,8 @@ var init_cardtransactionstatus = __esm(() => {
|
|
|
60458
60459
|
Canceled: "canceled",
|
|
60459
60460
|
Settled: "settled",
|
|
60460
60461
|
Failed: "failed",
|
|
60461
|
-
Completed: "completed"
|
|
60462
|
+
Completed: "completed",
|
|
60463
|
+
ClearedExternal: "cleared-external"
|
|
60462
60464
|
};
|
|
60463
60465
|
CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
|
|
60464
60466
|
CardTransactionStatus$outboundSchema = CardTransactionStatus$inboundSchema;
|
|
@@ -62576,7 +62578,8 @@ var init_webhookeventtype = __esm(() => {
|
|
|
62576
62578
|
WalletUpdated: "wallet.updated",
|
|
62577
62579
|
WalletTransactionUpdated: "walletTransaction.updated",
|
|
62578
62580
|
BillingStatementCreated: "billingStatement.created",
|
|
62579
|
-
AuthorizationExpiring: "authorization.expiring"
|
|
62581
|
+
AuthorizationExpiring: "authorization.expiring",
|
|
62582
|
+
EventTest: "event.test"
|
|
62580
62583
|
};
|
|
62581
62584
|
WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
|
|
62582
62585
|
WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
|
|
@@ -63802,6 +63805,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
63802
63805
|
IssuedCardAuthorization$inboundSchema = objectType({
|
|
63803
63806
|
authorizationID: stringType(),
|
|
63804
63807
|
issuedCardID: stringType(),
|
|
63808
|
+
lastFourCardNumber: stringType().optional(),
|
|
63805
63809
|
fundingWalletID: stringType(),
|
|
63806
63810
|
network: CardIssuingNetwork$inboundSchema,
|
|
63807
63811
|
authorizedAmount: stringType(),
|
|
@@ -63813,6 +63817,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
63813
63817
|
IssuedCardAuthorization$outboundSchema = objectType({
|
|
63814
63818
|
authorizationID: stringType(),
|
|
63815
63819
|
issuedCardID: stringType(),
|
|
63820
|
+
lastFourCardNumber: stringType().optional(),
|
|
63816
63821
|
fundingWalletID: stringType(),
|
|
63817
63822
|
network: CardIssuingNetwork$outboundSchema,
|
|
63818
63823
|
authorizedAmount: stringType(),
|
|
@@ -63882,6 +63887,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
63882
63887
|
IssuedCardTransaction$inboundSchema = objectType({
|
|
63883
63888
|
cardTransactionID: stringType(),
|
|
63884
63889
|
issuedCardID: stringType(),
|
|
63890
|
+
lastFourCardNumber: stringType().optional(),
|
|
63885
63891
|
fundingWalletID: stringType(),
|
|
63886
63892
|
amount: stringType(),
|
|
63887
63893
|
authorizationID: stringType().optional(),
|
|
@@ -63892,6 +63898,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
63892
63898
|
IssuedCardTransaction$outboundSchema = objectType({
|
|
63893
63899
|
cardTransactionID: stringType(),
|
|
63894
63900
|
issuedCardID: stringType(),
|
|
63901
|
+
lastFourCardNumber: stringType().optional(),
|
|
63895
63902
|
fundingWalletID: stringType(),
|
|
63896
63903
|
amount: stringType(),
|
|
63897
63904
|
authorizationID: stringType().optional(),
|
|
@@ -67247,6 +67254,18 @@ var init_webhookdatadisputeupdated = __esm(() => {
|
|
|
67247
67254
|
});
|
|
67248
67255
|
});
|
|
67249
67256
|
|
|
67257
|
+
// src/models/components/webhookdataeventtest.ts
|
|
67258
|
+
var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
|
|
67259
|
+
var init_webhookdataeventtest = __esm(() => {
|
|
67260
|
+
init_esm();
|
|
67261
|
+
WebhookDataEventTest$inboundSchema = objectType({
|
|
67262
|
+
ping: booleanType()
|
|
67263
|
+
});
|
|
67264
|
+
WebhookDataEventTest$outboundSchema = objectType({
|
|
67265
|
+
ping: booleanType()
|
|
67266
|
+
});
|
|
67267
|
+
});
|
|
67268
|
+
|
|
67250
67269
|
// src/models/components/webhookdatainvoicecreated.ts
|
|
67251
67270
|
var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
|
|
67252
67271
|
var init_webhookdatainvoicecreated = __esm(() => {
|
|
@@ -67694,6 +67713,7 @@ var init_webhookdata = __esm(() => {
|
|
|
67694
67713
|
init_webhookdatacardautoupdated();
|
|
67695
67714
|
init_webhookdatadisputecreated();
|
|
67696
67715
|
init_webhookdatadisputeupdated();
|
|
67716
|
+
init_webhookdataeventtest();
|
|
67697
67717
|
init_webhookdatainvoicecreated();
|
|
67698
67718
|
init_webhookdatainvoiceupdated();
|
|
67699
67719
|
init_webhookdatanetworkidupdated();
|
|
@@ -67754,7 +67774,8 @@ var init_webhookdata = __esm(() => {
|
|
|
67754
67774
|
WebhookDataAccountCreated$inboundSchema,
|
|
67755
67775
|
WebhookDataAccountUpdated$inboundSchema,
|
|
67756
67776
|
WebhookDataAccountDisconnected$inboundSchema,
|
|
67757
|
-
WebhookDataNetworkIDUpdated$inboundSchema
|
|
67777
|
+
WebhookDataNetworkIDUpdated$inboundSchema,
|
|
67778
|
+
WebhookDataEventTest$inboundSchema
|
|
67758
67779
|
]);
|
|
67759
67780
|
WebhookData$outboundSchema = unionType([
|
|
67760
67781
|
WebhookDataDisputeCreated$outboundSchema,
|
|
@@ -67794,7 +67815,8 @@ var init_webhookdata = __esm(() => {
|
|
|
67794
67815
|
WebhookDataAccountCreated$outboundSchema,
|
|
67795
67816
|
WebhookDataAccountUpdated$outboundSchema,
|
|
67796
67817
|
WebhookDataAccountDisconnected$outboundSchema,
|
|
67797
|
-
WebhookDataNetworkIDUpdated$outboundSchema
|
|
67818
|
+
WebhookDataNetworkIDUpdated$outboundSchema,
|
|
67819
|
+
WebhookDataEventTest$outboundSchema
|
|
67798
67820
|
]);
|
|
67799
67821
|
});
|
|
67800
67822
|
|
|
@@ -68309,6 +68331,7 @@ var init_components = __esm(() => {
|
|
|
68309
68331
|
init_webhookdatacardautoupdated();
|
|
68310
68332
|
init_webhookdatadisputecreated();
|
|
68311
68333
|
init_webhookdatadisputeupdated();
|
|
68334
|
+
init_webhookdataeventtest();
|
|
68312
68335
|
init_webhookdatainvoicecreated();
|
|
68313
68336
|
init_webhookdatainvoiceupdated();
|
|
68314
68337
|
init_webhookdatanetworkidupdated();
|
|
@@ -96600,7 +96623,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
96600
96623
|
function createMCPServer(deps) {
|
|
96601
96624
|
const server = new McpServer({
|
|
96602
96625
|
name: "Moov",
|
|
96603
|
-
version: "25.6.
|
|
96626
|
+
version: "25.6.9"
|
|
96604
96627
|
});
|
|
96605
96628
|
const client = new MoovCore({
|
|
96606
96629
|
security: deps.security,
|
|
@@ -98158,7 +98181,7 @@ var routes = rn({
|
|
|
98158
98181
|
var app = Ve(routes, {
|
|
98159
98182
|
name: "mcp",
|
|
98160
98183
|
versionInfo: {
|
|
98161
|
-
currentVersion: "25.6.
|
|
98184
|
+
currentVersion: "25.6.9"
|
|
98162
98185
|
}
|
|
98163
98186
|
});
|
|
98164
98187
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -98166,5 +98189,5 @@ export {
|
|
|
98166
98189
|
app
|
|
98167
98190
|
};
|
|
98168
98191
|
|
|
98169
|
-
//# debugId=
|
|
98192
|
+
//# debugId=C280133C43D78B0464756E2164756E21
|
|
98170
98193
|
//# sourceMappingURL=mcp-server.js.map
|