@moovio/sdk 0.5.0 → 0.5.1
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 +77 -102
- package/bin/mcp-server.js.map +18 -18
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/cancellation.d.ts +2 -0
- package/models/components/cancellation.d.ts.map +1 -1
- package/models/components/cancellation.js +2 -0
- package/models/components/cancellation.js.map +1 -1
- package/models/components/card.d.ts +2 -2
- package/models/components/card.d.ts.map +1 -1
- package/models/components/card.js +2 -2
- package/models/components/card.js.map +1 -1
- package/models/components/{cardacquringmodel.d.ts → cardacquiringmodel.d.ts} +8 -8
- package/models/components/cardacquiringmodel.d.ts.map +1 -0
- package/models/components/{cardacquringmodel.js → cardacquiringmodel.js} +12 -12
- package/models/components/cardacquiringmodel.js.map +1 -0
- package/models/components/feeplan.d.ts +3 -3
- package/models/components/feeplan.d.ts.map +1 -1
- package/models/components/feeplan.js +3 -3
- package/models/components/feeplan.js.map +1 -1
- package/models/components/feeplanagreement.d.ts +5 -5
- package/models/components/feeplanagreement.d.ts.map +1 -1
- package/models/components/feeplanagreement.js +5 -5
- package/models/components/feeplanagreement.js.map +1 -1
- package/models/components/feeproperties.d.ts +7 -126
- package/models/components/feeproperties.d.ts.map +1 -1
- package/models/components/feeproperties.js +8 -98
- package/models/components/feeproperties.js.map +1 -1
- package/models/components/index.d.ts +1 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -1
- package/models/components/index.js.map +1 -1
- package/models/components/partnerpricing.d.ts +3 -3
- package/models/components/partnerpricing.d.ts.map +1 -1
- package/models/components/partnerpricing.js +3 -3
- package/models/components/partnerpricing.js.map +1 -1
- package/models/components/partnerpricingagreement.d.ts +5 -5
- package/models/components/partnerpricingagreement.d.ts.map +1 -1
- package/models/components/partnerpricingagreement.js +5 -5
- package/models/components/partnerpricingagreement.js.map +1 -1
- package/models/components/transferdestination.d.ts +19 -10
- package/models/components/transferdestination.d.ts.map +1 -1
- package/models/components/transferdestination.js +12 -9
- package/models/components/transferdestination.js.map +1 -1
- package/models/components/transfersource.d.ts +19 -10
- package/models/components/transfersource.d.ts.map +1 -1
- package/models/components/transfersource.js +12 -9
- package/models/components/transfersource.js.map +1 -1
- package/models/components/wallettransaction.d.ts +5 -0
- package/models/components/wallettransaction.d.ts.map +1 -1
- package/models/components/wallettransaction.js +2 -0
- package/models/components/wallettransaction.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/cancellation.ts +4 -0
- package/src/models/components/card.ts +4 -4
- package/src/models/components/cardacquiringmodel.ts +39 -0
- package/src/models/components/feeplan.ts +8 -8
- package/src/models/components/feeplanagreement.ts +12 -12
- package/src/models/components/feeproperties.ts +18 -237
- package/src/models/components/index.ts +1 -1
- package/src/models/components/partnerpricing.ts +8 -8
- package/src/models/components/partnerpricingagreement.ts +12 -12
- package/src/models/components/transferdestination.ts +46 -22
- package/src/models/components/transfersource.ts +46 -22
- package/src/models/components/wallettransaction.ts +7 -0
- package/models/components/cardacquringmodel.d.ts.map +0 -1
- package/models/components/cardacquringmodel.js.map +0 -1
- package/src/models/components/cardacquringmodel.ts +0 -39
package/bin/mcp-server.js
CHANGED
|
@@ -34213,9 +34213,9 @@ var init_config = __esm(() => {
|
|
|
34213
34213
|
SDK_METADATA = {
|
|
34214
34214
|
language: "typescript",
|
|
34215
34215
|
openapiDocVersion: "latest",
|
|
34216
|
-
sdkVersion: "0.5.
|
|
34217
|
-
genVersion: "2.
|
|
34218
|
-
userAgent: "speakeasy-sdk/typescript 0.5.
|
|
34216
|
+
sdkVersion: "0.5.1",
|
|
34217
|
+
genVersion: "2.529.2",
|
|
34218
|
+
userAgent: "speakeasy-sdk/typescript 0.5.1 2.529.2 latest @moovio/sdk"
|
|
34219
34219
|
};
|
|
34220
34220
|
});
|
|
34221
34221
|
|
|
@@ -37571,56 +37571,21 @@ var init_feemodel = __esm(() => {
|
|
|
37571
37571
|
});
|
|
37572
37572
|
|
|
37573
37573
|
// src/models/components/feeproperties.ts
|
|
37574
|
-
var
|
|
37574
|
+
var FeeProperties$inboundSchema, FeeProperties$outboundSchema, FeeProperties$;
|
|
37575
37575
|
var init_feeproperties = __esm(() => {
|
|
37576
37576
|
init_lib();
|
|
37577
|
-
|
|
37578
|
-
currency: stringType(),
|
|
37579
|
-
valueDecimal: stringType()
|
|
37580
|
-
});
|
|
37581
|
-
FixedAmount$outboundSchema = objectType({
|
|
37582
|
-
currency: stringType(),
|
|
37583
|
-
valueDecimal: stringType()
|
|
37584
|
-
});
|
|
37585
|
-
((FixedAmount$) => {
|
|
37586
|
-
FixedAmount$.inboundSchema = FixedAmount$inboundSchema;
|
|
37587
|
-
FixedAmount$.outboundSchema = FixedAmount$outboundSchema;
|
|
37588
|
-
})(FixedAmount$ ||= {});
|
|
37589
|
-
MinPerTransaction$inboundSchema = objectType({
|
|
37590
|
-
currency: stringType(),
|
|
37591
|
-
valueDecimal: stringType()
|
|
37592
|
-
});
|
|
37593
|
-
MinPerTransaction$outboundSchema = objectType({
|
|
37594
|
-
currency: stringType(),
|
|
37595
|
-
valueDecimal: stringType()
|
|
37596
|
-
});
|
|
37597
|
-
((MinPerTransaction$) => {
|
|
37598
|
-
MinPerTransaction$.inboundSchema = MinPerTransaction$inboundSchema;
|
|
37599
|
-
MinPerTransaction$.outboundSchema = MinPerTransaction$outboundSchema;
|
|
37600
|
-
})(MinPerTransaction$ ||= {});
|
|
37601
|
-
MaxPerTransaction$inboundSchema = objectType({
|
|
37602
|
-
currency: stringType(),
|
|
37603
|
-
valueDecimal: stringType()
|
|
37604
|
-
});
|
|
37605
|
-
MaxPerTransaction$outboundSchema = objectType({
|
|
37606
|
-
currency: stringType(),
|
|
37607
|
-
valueDecimal: stringType()
|
|
37608
|
-
});
|
|
37609
|
-
((MaxPerTransaction$) => {
|
|
37610
|
-
MaxPerTransaction$.inboundSchema = MaxPerTransaction$inboundSchema;
|
|
37611
|
-
MaxPerTransaction$.outboundSchema = MaxPerTransaction$outboundSchema;
|
|
37612
|
-
})(MaxPerTransaction$ ||= {});
|
|
37577
|
+
init_amountdecimal();
|
|
37613
37578
|
FeeProperties$inboundSchema = objectType({
|
|
37614
|
-
fixedAmount:
|
|
37579
|
+
fixedAmount: AmountDecimal$inboundSchema.optional(),
|
|
37615
37580
|
variableRate: stringType().optional(),
|
|
37616
|
-
minPerTransaction:
|
|
37617
|
-
maxPerTransaction:
|
|
37581
|
+
minPerTransaction: AmountDecimal$inboundSchema.optional(),
|
|
37582
|
+
maxPerTransaction: AmountDecimal$inboundSchema.optional()
|
|
37618
37583
|
});
|
|
37619
37584
|
FeeProperties$outboundSchema = objectType({
|
|
37620
|
-
fixedAmount:
|
|
37585
|
+
fixedAmount: AmountDecimal$outboundSchema.optional(),
|
|
37621
37586
|
variableRate: stringType().optional(),
|
|
37622
|
-
minPerTransaction:
|
|
37623
|
-
maxPerTransaction:
|
|
37587
|
+
minPerTransaction: AmountDecimal$outboundSchema.optional(),
|
|
37588
|
+
maxPerTransaction: AmountDecimal$outboundSchema.optional()
|
|
37624
37589
|
});
|
|
37625
37590
|
((FeeProperties$) => {
|
|
37626
37591
|
FeeProperties$.inboundSchema = FeeProperties$inboundSchema;
|
|
@@ -37849,10 +37814,12 @@ var init_cancellation = __esm(() => {
|
|
|
37849
37814
|
init_lib();
|
|
37850
37815
|
init_cancellationstatus();
|
|
37851
37816
|
Cancellation$inboundSchema = objectType({
|
|
37817
|
+
cancellationID: stringType(),
|
|
37852
37818
|
status: CancellationStatus$inboundSchema,
|
|
37853
37819
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
37854
37820
|
});
|
|
37855
37821
|
Cancellation$outboundSchema = objectType({
|
|
37822
|
+
cancellationID: stringType(),
|
|
37856
37823
|
status: CancellationStatus$outboundSchema,
|
|
37857
37824
|
createdOn: dateType().transform((v2) => v2.toISOString())
|
|
37858
37825
|
});
|
|
@@ -38212,7 +38179,7 @@ var init_card = __esm(() => {
|
|
|
38212
38179
|
fingerprint: stringType(),
|
|
38213
38180
|
brand: CardBrand$inboundSchema,
|
|
38214
38181
|
cardType: CardType$inboundSchema,
|
|
38215
|
-
cardCategory: stringType(),
|
|
38182
|
+
cardCategory: stringType().optional(),
|
|
38216
38183
|
lastFourCardNumber: stringType(),
|
|
38217
38184
|
bin: stringType(),
|
|
38218
38185
|
expiration: CardExpiration$inboundSchema,
|
|
@@ -38237,7 +38204,7 @@ var init_card = __esm(() => {
|
|
|
38237
38204
|
fingerprint: stringType(),
|
|
38238
38205
|
brand: CardBrand$outboundSchema,
|
|
38239
38206
|
cardType: CardType$outboundSchema,
|
|
38240
|
-
cardCategory: stringType(),
|
|
38207
|
+
cardCategory: stringType().optional(),
|
|
38241
38208
|
lastFourCardNumber: stringType(),
|
|
38242
38209
|
bin: stringType(),
|
|
38243
38210
|
expiration: CardExpiration$outboundSchema,
|
|
@@ -38284,6 +38251,22 @@ var init_cardacquiringdispute = __esm(() => {
|
|
|
38284
38251
|
})(CardAcquiringDispute$ ||= {});
|
|
38285
38252
|
});
|
|
38286
38253
|
|
|
38254
|
+
// src/models/components/cardacquiringmodel.ts
|
|
38255
|
+
var CardAcquiringModel, CardAcquiringModel$inboundSchema, CardAcquiringModel$outboundSchema, CardAcquiringModel$;
|
|
38256
|
+
var init_cardacquiringmodel = __esm(() => {
|
|
38257
|
+
init_lib();
|
|
38258
|
+
CardAcquiringModel = {
|
|
38259
|
+
CostPlus: "cost-plus",
|
|
38260
|
+
FlatRate: "flat-rate"
|
|
38261
|
+
};
|
|
38262
|
+
CardAcquiringModel$inboundSchema = nativeEnumType(CardAcquiringModel);
|
|
38263
|
+
CardAcquiringModel$outboundSchema = CardAcquiringModel$inboundSchema;
|
|
38264
|
+
((CardAcquiringModel$) => {
|
|
38265
|
+
CardAcquiringModel$.inboundSchema = CardAcquiringModel$inboundSchema;
|
|
38266
|
+
CardAcquiringModel$.outboundSchema = CardAcquiringModel$outboundSchema;
|
|
38267
|
+
})(CardAcquiringModel$ ||= {});
|
|
38268
|
+
});
|
|
38269
|
+
|
|
38287
38270
|
// src/models/components/cardtransactionfailurecode.ts
|
|
38288
38271
|
var CardTransactionFailureCode, CardTransactionFailureCode$inboundSchema, CardTransactionFailureCode$outboundSchema, CardTransactionFailureCode$;
|
|
38289
38272
|
var init_cardtransactionfailurecode = __esm(() => {
|
|
@@ -38419,22 +38402,6 @@ var init_cardacquiringrefund = __esm(() => {
|
|
|
38419
38402
|
})(CardAcquiringRefund$ ||= {});
|
|
38420
38403
|
});
|
|
38421
38404
|
|
|
38422
|
-
// src/models/components/cardacquringmodel.ts
|
|
38423
|
-
var CardAcquringModel, CardAcquringModel$inboundSchema, CardAcquringModel$outboundSchema, CardAcquringModel$;
|
|
38424
|
-
var init_cardacquringmodel = __esm(() => {
|
|
38425
|
-
init_lib();
|
|
38426
|
-
CardAcquringModel = {
|
|
38427
|
-
CostPlus: "cost-plus",
|
|
38428
|
-
FlatRate: "flat-rate"
|
|
38429
|
-
};
|
|
38430
|
-
CardAcquringModel$inboundSchema = nativeEnumType(CardAcquringModel);
|
|
38431
|
-
CardAcquringModel$outboundSchema = CardAcquringModel$inboundSchema;
|
|
38432
|
-
((CardAcquringModel$) => {
|
|
38433
|
-
CardAcquringModel$.inboundSchema = CardAcquringModel$inboundSchema;
|
|
38434
|
-
CardAcquringModel$.outboundSchema = CardAcquringModel$outboundSchema;
|
|
38435
|
-
})(CardAcquringModel$ ||= {});
|
|
38436
|
-
});
|
|
38437
|
-
|
|
38438
38405
|
// src/models/components/cardexpirationerror.ts
|
|
38439
38406
|
var CardExpirationError$inboundSchema, CardExpirationError$outboundSchema, CardExpirationError$;
|
|
38440
38407
|
var init_cardexpirationerror = __esm(() => {
|
|
@@ -40529,12 +40496,12 @@ var FeePlan$inboundSchema, FeePlan$outboundSchema, FeePlan$;
|
|
|
40529
40496
|
var init_feeplan = __esm(() => {
|
|
40530
40497
|
init_lib();
|
|
40531
40498
|
init_billablefee();
|
|
40532
|
-
|
|
40499
|
+
init_cardacquiringmodel();
|
|
40533
40500
|
FeePlan$inboundSchema = objectType({
|
|
40534
40501
|
planID: stringType(),
|
|
40535
40502
|
name: stringType(),
|
|
40536
40503
|
description: stringType().optional(),
|
|
40537
|
-
|
|
40504
|
+
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
40538
40505
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
40539
40506
|
createdAt: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
40540
40507
|
});
|
|
@@ -40542,7 +40509,7 @@ var init_feeplan = __esm(() => {
|
|
|
40542
40509
|
planID: stringType(),
|
|
40543
40510
|
name: stringType(),
|
|
40544
40511
|
description: stringType().optional(),
|
|
40545
|
-
|
|
40512
|
+
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
40546
40513
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
40547
40514
|
createdAt: dateType().transform((v2) => v2.toISOString())
|
|
40548
40515
|
});
|
|
@@ -40573,28 +40540,28 @@ var FeePlanAgreement$inboundSchema, FeePlanAgreement$outboundSchema, FeePlanAgre
|
|
|
40573
40540
|
var init_feeplanagreement = __esm(() => {
|
|
40574
40541
|
init_lib();
|
|
40575
40542
|
init_billablefee();
|
|
40576
|
-
|
|
40543
|
+
init_cardacquiringmodel();
|
|
40577
40544
|
init_feeplanagreementstatus();
|
|
40578
40545
|
FeePlanAgreement$inboundSchema = objectType({
|
|
40579
|
-
|
|
40546
|
+
agreementID: stringType(),
|
|
40580
40547
|
planID: stringType(),
|
|
40581
40548
|
accountID: stringType().optional(),
|
|
40582
40549
|
name: stringType(),
|
|
40583
40550
|
description: stringType().optional(),
|
|
40584
40551
|
acceptedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
40585
40552
|
status: FeePlanAgreementStatus$inboundSchema,
|
|
40586
|
-
|
|
40553
|
+
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
40587
40554
|
billableFees: arrayType(BillableFee$inboundSchema)
|
|
40588
40555
|
});
|
|
40589
40556
|
FeePlanAgreement$outboundSchema = objectType({
|
|
40590
|
-
|
|
40557
|
+
agreementID: stringType(),
|
|
40591
40558
|
planID: stringType(),
|
|
40592
40559
|
accountID: stringType().optional(),
|
|
40593
40560
|
name: stringType(),
|
|
40594
40561
|
description: stringType().optional(),
|
|
40595
40562
|
acceptedOn: dateType().transform((v2) => v2.toISOString()),
|
|
40596
40563
|
status: FeePlanAgreementStatus$outboundSchema,
|
|
40597
|
-
|
|
40564
|
+
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
40598
40565
|
billableFees: arrayType(BillableFee$outboundSchema)
|
|
40599
40566
|
});
|
|
40600
40567
|
((FeePlanAgreement$) => {
|
|
@@ -42126,13 +42093,13 @@ var PartnerPricing$inboundSchema, PartnerPricing$outboundSchema, PartnerPricing$
|
|
|
42126
42093
|
var init_partnerpricing = __esm(() => {
|
|
42127
42094
|
init_lib();
|
|
42128
42095
|
init_billablefee();
|
|
42129
|
-
|
|
42096
|
+
init_cardacquiringmodel();
|
|
42130
42097
|
PartnerPricing$inboundSchema = objectType({
|
|
42131
42098
|
planID: stringType(),
|
|
42132
42099
|
name: stringType(),
|
|
42133
42100
|
description: stringType().optional(),
|
|
42134
42101
|
revenueShare: numberType().int(),
|
|
42135
|
-
|
|
42102
|
+
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
42136
42103
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
42137
42104
|
createdAt: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
42138
42105
|
});
|
|
@@ -42141,7 +42108,7 @@ var init_partnerpricing = __esm(() => {
|
|
|
42141
42108
|
name: stringType(),
|
|
42142
42109
|
description: stringType().optional(),
|
|
42143
42110
|
revenueShare: numberType().int(),
|
|
42144
|
-
|
|
42111
|
+
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
42145
42112
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
42146
42113
|
createdAt: dateType().transform((v2) => v2.toISOString())
|
|
42147
42114
|
});
|
|
@@ -42156,29 +42123,29 @@ var PartnerPricingAgreement$inboundSchema, PartnerPricingAgreement$outboundSchem
|
|
|
42156
42123
|
var init_partnerpricingagreement = __esm(() => {
|
|
42157
42124
|
init_lib();
|
|
42158
42125
|
init_billablefee();
|
|
42159
|
-
|
|
42126
|
+
init_cardacquiringmodel();
|
|
42160
42127
|
init_feeplanagreementstatus();
|
|
42161
42128
|
PartnerPricingAgreement$inboundSchema = objectType({
|
|
42162
|
-
|
|
42129
|
+
agreementID: stringType(),
|
|
42163
42130
|
planID: stringType(),
|
|
42164
42131
|
accountID: stringType().optional(),
|
|
42165
42132
|
name: stringType(),
|
|
42166
42133
|
description: stringType().optional(),
|
|
42167
42134
|
acceptedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
42168
42135
|
status: FeePlanAgreementStatus$inboundSchema,
|
|
42169
|
-
|
|
42136
|
+
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
42170
42137
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
42171
42138
|
revenueShare: numberType().int()
|
|
42172
42139
|
});
|
|
42173
42140
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
42174
|
-
|
|
42141
|
+
agreementID: stringType(),
|
|
42175
42142
|
planID: stringType(),
|
|
42176
42143
|
accountID: stringType().optional(),
|
|
42177
42144
|
name: stringType(),
|
|
42178
42145
|
description: stringType().optional(),
|
|
42179
42146
|
acceptedOn: dateType().transform((v2) => v2.toISOString()),
|
|
42180
42147
|
status: FeePlanAgreementStatus$outboundSchema,
|
|
42181
|
-
|
|
42148
|
+
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
42182
42149
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
42183
42150
|
revenueShare: numberType().int()
|
|
42184
42151
|
});
|
|
@@ -43345,19 +43312,22 @@ var TransferDestination$inboundSchema, TransferDestination$outboundSchema, Trans
|
|
|
43345
43312
|
var init_transferdestination = __esm(() => {
|
|
43346
43313
|
init_lib();
|
|
43347
43314
|
init_achtransactiondetails();
|
|
43348
|
-
|
|
43315
|
+
init_applepayresponse();
|
|
43349
43316
|
init_cardtransactiondetails();
|
|
43317
|
+
init_paymentmethodsbankaccount();
|
|
43318
|
+
init_paymentmethodscard();
|
|
43319
|
+
init_paymentmethodswallet();
|
|
43350
43320
|
init_rtptransactiondetails();
|
|
43351
43321
|
init_transferaccount();
|
|
43352
43322
|
TransferDestination$inboundSchema = objectType({
|
|
43353
43323
|
paymentMethodID: stringType(),
|
|
43354
43324
|
paymentMethodType: stringType(),
|
|
43355
43325
|
account: TransferAccount$inboundSchema,
|
|
43356
|
-
bankAccount:
|
|
43357
|
-
wallet:
|
|
43358
|
-
card:
|
|
43326
|
+
bankAccount: PaymentMethodsBankAccount$inboundSchema.optional(),
|
|
43327
|
+
wallet: PaymentMethodsWallet$inboundSchema.optional(),
|
|
43328
|
+
card: PaymentMethodsCard$inboundSchema.optional(),
|
|
43359
43329
|
achDetails: ACHTransactionDetails$inboundSchema.optional(),
|
|
43360
|
-
applePay:
|
|
43330
|
+
applePay: ApplePayResponse$inboundSchema.optional(),
|
|
43361
43331
|
cardDetails: CardTransactionDetails$inboundSchema.optional(),
|
|
43362
43332
|
rtpDetails: RTPTransactionDetails$inboundSchema.optional()
|
|
43363
43333
|
});
|
|
@@ -43365,11 +43335,11 @@ var init_transferdestination = __esm(() => {
|
|
|
43365
43335
|
paymentMethodID: stringType(),
|
|
43366
43336
|
paymentMethodType: stringType(),
|
|
43367
43337
|
account: TransferAccount$outboundSchema,
|
|
43368
|
-
bankAccount:
|
|
43369
|
-
wallet:
|
|
43370
|
-
card:
|
|
43338
|
+
bankAccount: PaymentMethodsBankAccount$outboundSchema.optional(),
|
|
43339
|
+
wallet: PaymentMethodsWallet$outboundSchema.optional(),
|
|
43340
|
+
card: PaymentMethodsCard$outboundSchema.optional(),
|
|
43371
43341
|
achDetails: ACHTransactionDetails$outboundSchema.optional(),
|
|
43372
|
-
applePay:
|
|
43342
|
+
applePay: ApplePayResponse$outboundSchema.optional(),
|
|
43373
43343
|
cardDetails: CardTransactionDetails$outboundSchema.optional(),
|
|
43374
43344
|
rtpDetails: RTPTransactionDetails$outboundSchema.optional()
|
|
43375
43345
|
});
|
|
@@ -43403,17 +43373,20 @@ var TransferSource$inboundSchema, TransferSource$outboundSchema, TransferSource$
|
|
|
43403
43373
|
var init_transfersource = __esm(() => {
|
|
43404
43374
|
init_lib();
|
|
43405
43375
|
init_achtransactiondetails();
|
|
43406
|
-
|
|
43376
|
+
init_applepayresponse();
|
|
43407
43377
|
init_cardtransactiondetails();
|
|
43378
|
+
init_paymentmethodsbankaccount();
|
|
43379
|
+
init_paymentmethodscard();
|
|
43380
|
+
init_paymentmethodswallet();
|
|
43408
43381
|
init_transferaccount();
|
|
43409
43382
|
TransferSource$inboundSchema = objectType({
|
|
43410
43383
|
paymentMethodID: stringType(),
|
|
43411
43384
|
paymentMethodType: stringType(),
|
|
43412
43385
|
account: TransferAccount$inboundSchema,
|
|
43413
|
-
bankAccount:
|
|
43414
|
-
wallet:
|
|
43415
|
-
card:
|
|
43416
|
-
applePay:
|
|
43386
|
+
bankAccount: PaymentMethodsBankAccount$inboundSchema.optional(),
|
|
43387
|
+
wallet: PaymentMethodsWallet$inboundSchema.optional(),
|
|
43388
|
+
card: PaymentMethodsCard$inboundSchema.optional(),
|
|
43389
|
+
applePay: ApplePayResponse$inboundSchema.optional(),
|
|
43417
43390
|
cardDetails: CardTransactionDetails$inboundSchema.optional(),
|
|
43418
43391
|
achDetails: ACHTransactionDetails$inboundSchema.optional()
|
|
43419
43392
|
});
|
|
@@ -43421,10 +43394,10 @@ var init_transfersource = __esm(() => {
|
|
|
43421
43394
|
paymentMethodID: stringType(),
|
|
43422
43395
|
paymentMethodType: stringType(),
|
|
43423
43396
|
account: TransferAccount$outboundSchema,
|
|
43424
|
-
bankAccount:
|
|
43425
|
-
wallet:
|
|
43426
|
-
card:
|
|
43427
|
-
applePay:
|
|
43397
|
+
bankAccount: PaymentMethodsBankAccount$outboundSchema.optional(),
|
|
43398
|
+
wallet: PaymentMethodsWallet$outboundSchema.optional(),
|
|
43399
|
+
card: PaymentMethodsCard$outboundSchema.optional(),
|
|
43400
|
+
applePay: ApplePayResponse$outboundSchema.optional(),
|
|
43428
43401
|
cardDetails: CardTransactionDetails$outboundSchema.optional(),
|
|
43429
43402
|
achDetails: ACHTransactionDetails$outboundSchema.optional()
|
|
43430
43403
|
});
|
|
@@ -44203,6 +44176,7 @@ var init_wallettransaction = __esm(() => {
|
|
|
44203
44176
|
grossAmount: numberType().int(),
|
|
44204
44177
|
grossAmountDecimal: stringType(),
|
|
44205
44178
|
fee: numberType().int(),
|
|
44179
|
+
feeIDs: arrayType(stringType()).optional(),
|
|
44206
44180
|
feeDecimal: stringType(),
|
|
44207
44181
|
netAmount: numberType().int(),
|
|
44208
44182
|
netAmountDecimal: stringType(),
|
|
@@ -44224,6 +44198,7 @@ var init_wallettransaction = __esm(() => {
|
|
|
44224
44198
|
grossAmount: numberType().int(),
|
|
44225
44199
|
grossAmountDecimal: stringType(),
|
|
44226
44200
|
fee: numberType().int(),
|
|
44201
|
+
feeIDs: arrayType(stringType()).optional(),
|
|
44227
44202
|
feeDecimal: stringType(),
|
|
44228
44203
|
netAmount: numberType().int(),
|
|
44229
44204
|
netAmountDecimal: stringType(),
|
|
@@ -44315,8 +44290,8 @@ var init_components = __esm(() => {
|
|
|
44315
44290
|
init_card();
|
|
44316
44291
|
init_cardaccountupdater();
|
|
44317
44292
|
init_cardacquiringdispute();
|
|
44293
|
+
init_cardacquiringmodel();
|
|
44318
44294
|
init_cardacquiringrefund();
|
|
44319
|
-
init_cardacquringmodel();
|
|
44320
44295
|
init_cardaddress();
|
|
44321
44296
|
init_cardbrand();
|
|
44322
44297
|
init_cardexpiration();
|
|
@@ -69411,7 +69386,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
69411
69386
|
function createMCPServer(deps) {
|
|
69412
69387
|
const server = new McpServer({
|
|
69413
69388
|
name: "Moov",
|
|
69414
|
-
version: "0.5.
|
|
69389
|
+
version: "0.5.1"
|
|
69415
69390
|
});
|
|
69416
69391
|
const client = new MoovCore({
|
|
69417
69392
|
security: deps.security,
|
|
@@ -70885,7 +70860,7 @@ var routes = rn({
|
|
|
70885
70860
|
var app = Ve(routes, {
|
|
70886
70861
|
name: "mcp",
|
|
70887
70862
|
versionInfo: {
|
|
70888
|
-
currentVersion: "0.5.
|
|
70863
|
+
currentVersion: "0.5.1"
|
|
70889
70864
|
}
|
|
70890
70865
|
});
|
|
70891
70866
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -70893,5 +70868,5 @@ export {
|
|
|
70893
70868
|
app
|
|
70894
70869
|
};
|
|
70895
70870
|
|
|
70896
|
-
//# debugId=
|
|
70871
|
+
//# debugId=1C6AF66E9419274564756E2164756E21
|
|
70897
70872
|
//# sourceMappingURL=mcp-server.js.map
|