@moovio/sdk 26.5.8 → 26.5.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 +29 -8
- package/bin/mcp-server.js.map +12 -11
- 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/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/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/index.ts +1 -0
- package/src/models/components/issuedcardauthorization.ts +7 -0
- package/src/models/components/issuedcardtransaction.ts +7 -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.04.00",
|
|
52977
|
-
sdkVersion: "26.5.
|
|
52977
|
+
sdkVersion: "26.5.9",
|
|
52978
52978
|
genVersion: "2.935.1",
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 26.5.
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 26.5.9 2.935.1 v2026.04.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -63424,7 +63424,8 @@ var init_webhookeventtype = __esm(() => {
|
|
|
63424
63424
|
WalletUpdated: "wallet.updated",
|
|
63425
63425
|
WalletTransactionUpdated: "walletTransaction.updated",
|
|
63426
63426
|
BillingStatementCreated: "billingStatement.created",
|
|
63427
|
-
AuthorizationExpiring: "authorization.expiring"
|
|
63427
|
+
AuthorizationExpiring: "authorization.expiring",
|
|
63428
|
+
EventTest: "event.test"
|
|
63428
63429
|
};
|
|
63429
63430
|
WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
|
|
63430
63431
|
WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
|
|
@@ -65124,6 +65125,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
65124
65125
|
IssuedCardAuthorization$inboundSchema = objectType({
|
|
65125
65126
|
authorizationID: stringType(),
|
|
65126
65127
|
issuedCardID: stringType(),
|
|
65128
|
+
lastFourCardNumber: stringType().optional(),
|
|
65127
65129
|
fundingWalletID: stringType(),
|
|
65128
65130
|
network: CardIssuingNetwork$inboundSchema,
|
|
65129
65131
|
authorizedAmount: stringType(),
|
|
@@ -65135,6 +65137,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
65135
65137
|
IssuedCardAuthorization$outboundSchema = objectType({
|
|
65136
65138
|
authorizationID: stringType(),
|
|
65137
65139
|
issuedCardID: stringType(),
|
|
65140
|
+
lastFourCardNumber: stringType().optional(),
|
|
65138
65141
|
fundingWalletID: stringType(),
|
|
65139
65142
|
network: CardIssuingNetwork$outboundSchema,
|
|
65140
65143
|
authorizedAmount: stringType(),
|
|
@@ -65204,6 +65207,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
65204
65207
|
IssuedCardTransaction$inboundSchema = objectType({
|
|
65205
65208
|
cardTransactionID: stringType(),
|
|
65206
65209
|
issuedCardID: stringType(),
|
|
65210
|
+
lastFourCardNumber: stringType().optional(),
|
|
65207
65211
|
fundingWalletID: stringType(),
|
|
65208
65212
|
amount: stringType(),
|
|
65209
65213
|
authorizationID: stringType().optional(),
|
|
@@ -65214,6 +65218,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
65214
65218
|
IssuedCardTransaction$outboundSchema = objectType({
|
|
65215
65219
|
cardTransactionID: stringType(),
|
|
65216
65220
|
issuedCardID: stringType(),
|
|
65221
|
+
lastFourCardNumber: stringType().optional(),
|
|
65217
65222
|
fundingWalletID: stringType(),
|
|
65218
65223
|
amount: stringType(),
|
|
65219
65224
|
authorizationID: stringType().optional(),
|
|
@@ -69406,6 +69411,18 @@ var init_webhookdatadisputeupdated = __esm(() => {
|
|
|
69406
69411
|
});
|
|
69407
69412
|
});
|
|
69408
69413
|
|
|
69414
|
+
// src/models/components/webhookdataeventtest.ts
|
|
69415
|
+
var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
|
|
69416
|
+
var init_webhookdataeventtest = __esm(() => {
|
|
69417
|
+
init_esm();
|
|
69418
|
+
WebhookDataEventTest$inboundSchema = objectType({
|
|
69419
|
+
ping: booleanType()
|
|
69420
|
+
});
|
|
69421
|
+
WebhookDataEventTest$outboundSchema = objectType({
|
|
69422
|
+
ping: booleanType()
|
|
69423
|
+
});
|
|
69424
|
+
});
|
|
69425
|
+
|
|
69409
69426
|
// src/models/components/webhookdatainvoicecreated.ts
|
|
69410
69427
|
var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
|
|
69411
69428
|
var init_webhookdatainvoicecreated = __esm(() => {
|
|
@@ -69853,6 +69870,7 @@ var init_webhookdata = __esm(() => {
|
|
|
69853
69870
|
init_webhookdatacardautoupdated();
|
|
69854
69871
|
init_webhookdatadisputecreated();
|
|
69855
69872
|
init_webhookdatadisputeupdated();
|
|
69873
|
+
init_webhookdataeventtest();
|
|
69856
69874
|
init_webhookdatainvoicecreated();
|
|
69857
69875
|
init_webhookdatainvoiceupdated();
|
|
69858
69876
|
init_webhookdatanetworkidupdated();
|
|
@@ -69913,7 +69931,8 @@ var init_webhookdata = __esm(() => {
|
|
|
69913
69931
|
WebhookDataAccountCreated$inboundSchema,
|
|
69914
69932
|
WebhookDataAccountUpdated$inboundSchema,
|
|
69915
69933
|
WebhookDataAccountDisconnected$inboundSchema,
|
|
69916
|
-
WebhookDataNetworkIDUpdated$inboundSchema
|
|
69934
|
+
WebhookDataNetworkIDUpdated$inboundSchema,
|
|
69935
|
+
WebhookDataEventTest$inboundSchema
|
|
69917
69936
|
]);
|
|
69918
69937
|
WebhookData$outboundSchema = unionType([
|
|
69919
69938
|
WebhookDataDisputeCreated$outboundSchema,
|
|
@@ -69953,7 +69972,8 @@ var init_webhookdata = __esm(() => {
|
|
|
69953
69972
|
WebhookDataAccountCreated$outboundSchema,
|
|
69954
69973
|
WebhookDataAccountUpdated$outboundSchema,
|
|
69955
69974
|
WebhookDataAccountDisconnected$outboundSchema,
|
|
69956
|
-
WebhookDataNetworkIDUpdated$outboundSchema
|
|
69975
|
+
WebhookDataNetworkIDUpdated$outboundSchema,
|
|
69976
|
+
WebhookDataEventTest$outboundSchema
|
|
69957
69977
|
]);
|
|
69958
69978
|
});
|
|
69959
69979
|
|
|
@@ -70580,6 +70600,7 @@ var init_components = __esm(() => {
|
|
|
70580
70600
|
init_webhookdatacardautoupdated();
|
|
70581
70601
|
init_webhookdatadisputecreated();
|
|
70582
70602
|
init_webhookdatadisputeupdated();
|
|
70603
|
+
init_webhookdataeventtest();
|
|
70583
70604
|
init_webhookdatainvoicecreated();
|
|
70584
70605
|
init_webhookdatainvoiceupdated();
|
|
70585
70606
|
init_webhookdatanetworkidupdated();
|
|
@@ -102755,7 +102776,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
102755
102776
|
function createMCPServer(deps) {
|
|
102756
102777
|
const server = new McpServer({
|
|
102757
102778
|
name: "Moov",
|
|
102758
|
-
version: "26.5.
|
|
102779
|
+
version: "26.5.9"
|
|
102759
102780
|
});
|
|
102760
102781
|
const client = new MoovCore({
|
|
102761
102782
|
security: deps.security,
|
|
@@ -104355,7 +104376,7 @@ var routes = rn({
|
|
|
104355
104376
|
var app = Ve(routes, {
|
|
104356
104377
|
name: "mcp",
|
|
104357
104378
|
versionInfo: {
|
|
104358
|
-
currentVersion: "26.5.
|
|
104379
|
+
currentVersion: "26.5.9"
|
|
104359
104380
|
}
|
|
104360
104381
|
});
|
|
104361
104382
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -104363,5 +104384,5 @@ export {
|
|
|
104363
104384
|
app
|
|
104364
104385
|
};
|
|
104365
104386
|
|
|
104366
|
-
//# debugId=
|
|
104387
|
+
//# debugId=FC2033AA82C3D38864756E2164756E21
|
|
104367
104388
|
//# sourceMappingURL=mcp-server.js.map
|