@moovio/sdk 0.23.5 → 0.23.6
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 +509 -67
- package/bin/mcp-server.js.map +31 -12
- package/examples/package-lock.json +1 -1
- 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/achcreditsamedaytransferpaymentmethod.d.ts +28 -0
- package/models/components/achcreditsamedaytransferpaymentmethod.d.ts.map +1 -0
- package/models/components/achcreditsamedaytransferpaymentmethod.js +63 -0
- package/models/components/achcreditsamedaytransferpaymentmethod.js.map +1 -0
- package/models/components/achcreditstandardtransferpaymentmethod.d.ts +28 -0
- package/models/components/achcreditstandardtransferpaymentmethod.d.ts.map +1 -0
- package/models/components/achcreditstandardtransferpaymentmethod.js +63 -0
- package/models/components/achcreditstandardtransferpaymentmethod.js.map +1 -0
- package/models/components/achdebitcollecttransferpaymentmethod.d.ts +28 -0
- package/models/components/achdebitcollecttransferpaymentmethod.d.ts.map +1 -0
- package/models/components/achdebitcollecttransferpaymentmethod.js +63 -0
- package/models/components/achdebitcollecttransferpaymentmethod.js.map +1 -0
- package/models/components/achdebitfundtransferpaymentmethod.d.ts +28 -0
- package/models/components/achdebitfundtransferpaymentmethod.d.ts.map +1 -0
- package/models/components/achdebitfundtransferpaymentmethod.js +63 -0
- package/models/components/achdebitfundtransferpaymentmethod.js.map +1 -0
- package/models/components/applepaytransferpaymentmethod.d.ts +28 -0
- package/models/components/applepaytransferpaymentmethod.d.ts.map +1 -0
- package/models/components/applepaytransferpaymentmethod.js +63 -0
- package/models/components/applepaytransferpaymentmethod.js.map +1 -0
- package/models/components/cardpaymenttransferpaymentmethod.d.ts +28 -0
- package/models/components/cardpaymenttransferpaymentmethod.d.ts.map +1 -0
- package/models/components/cardpaymenttransferpaymentmethod.js +63 -0
- package/models/components/cardpaymenttransferpaymentmethod.js.map +1 -0
- package/models/components/cardpresentpaymenttransferpaymentmethod.d.ts +31 -0
- package/models/components/cardpresentpaymenttransferpaymentmethod.d.ts.map +1 -0
- package/models/components/cardpresentpaymenttransferpaymentmethod.js +63 -0
- package/models/components/cardpresentpaymenttransferpaymentmethod.js.map +1 -0
- package/models/components/index.d.ts +19 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +19 -0
- package/models/components/index.js.map +1 -1
- package/models/components/instantbankcredittransferpaymentmethod.d.ts +31 -0
- package/models/components/instantbankcredittransferpaymentmethod.d.ts.map +1 -0
- package/models/components/instantbankcredittransferpaymentmethod.js +63 -0
- package/models/components/instantbankcredittransferpaymentmethod.js.map +1 -0
- package/models/components/moovwallettransferpaymentmethod.d.ts +25 -0
- package/models/components/moovwallettransferpaymentmethod.d.ts.map +1 -0
- package/models/components/moovwallettransferpaymentmethod.js +63 -0
- package/models/components/moovwallettransferpaymentmethod.js.map +1 -0
- package/models/components/pullfromcardtransferpaymentmethod.d.ts +28 -0
- package/models/components/pullfromcardtransferpaymentmethod.d.ts.map +1 -0
- package/models/components/pullfromcardtransferpaymentmethod.js +63 -0
- package/models/components/pullfromcardtransferpaymentmethod.js.map +1 -0
- package/models/components/pushtocardtransferpaymentmethod.d.ts +28 -0
- package/models/components/pushtocardtransferpaymentmethod.d.ts.map +1 -0
- package/models/components/pushtocardtransferpaymentmethod.js +63 -0
- package/models/components/pushtocardtransferpaymentmethod.js.map +1 -0
- package/models/components/rtpcredittransferpaymentmethod.d.ts +28 -0
- package/models/components/rtpcredittransferpaymentmethod.d.ts.map +1 -0
- package/models/components/rtpcredittransferpaymentmethod.js +63 -0
- package/models/components/rtpcredittransferpaymentmethod.js.map +1 -0
- package/models/components/transferdestination.d.ts +11 -11
- package/models/components/transferdestination.d.ts.map +1 -1
- package/models/components/transferdestination.js +12 -12
- package/models/components/transferdestination.js.map +1 -1
- package/models/components/transferentrymode.d.ts +17 -0
- package/models/components/transferentrymode.d.ts.map +1 -0
- package/models/components/transferentrymode.js +51 -0
- package/models/components/transferentrymode.js.map +1 -0
- package/models/components/transferoptions.d.ts +5 -5
- package/models/components/transferoptions.d.ts.map +1 -1
- package/models/components/transferoptions.js +5 -5
- package/models/components/transferoptions.js.map +1 -1
- package/models/components/transferpaymentmethod.d.ts +28 -0
- package/models/components/transferpaymentmethod.d.ts.map +1 -0
- package/models/components/transferpaymentmethod.js +92 -0
- package/models/components/transferpaymentmethod.js.map +1 -0
- package/models/components/transferpaymentmethodsbankaccount.d.ts +54 -0
- package/models/components/transferpaymentmethodsbankaccount.d.ts.map +1 -0
- package/models/components/transferpaymentmethodsbankaccount.js +79 -0
- package/models/components/transferpaymentmethodsbankaccount.js.map +1 -0
- package/models/components/transferpaymentmethodscard.d.ts +109 -0
- package/models/components/transferpaymentmethodscard.d.ts.map +1 -0
- package/models/components/transferpaymentmethodscard.js +98 -0
- package/models/components/transferpaymentmethodscard.js.map +1 -0
- package/models/components/transferpaymentmethodswallet.d.ts +29 -0
- package/models/components/transferpaymentmethodswallet.d.ts.map +1 -0
- package/models/components/transferpaymentmethodswallet.js +63 -0
- package/models/components/transferpaymentmethodswallet.js.map +1 -0
- package/models/components/transferpaymentmethodtype.d.ts +28 -0
- package/models/components/transferpaymentmethodtype.d.ts.map +1 -0
- package/models/components/transferpaymentmethodtype.js +62 -0
- package/models/components/transferpaymentmethodtype.js.map +1 -0
- package/models/components/transfersource.d.ts +14 -14
- package/models/components/transfersource.d.ts.map +1 -1
- package/models/components/transfersource.js +15 -15
- package/models/components/transfersource.js.map +1 -1
- package/models/components/transferterminalcard.d.ts +83 -0
- package/models/components/transferterminalcard.d.ts.map +1 -0
- package/models/components/transferterminalcard.js +84 -0
- package/models/components/transferterminalcard.js.map +1 -0
- 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/achcreditsamedaytransferpaymentmethod.ts +74 -0
- package/src/models/components/achcreditstandardtransferpaymentmethod.ts +75 -0
- package/src/models/components/achdebitcollecttransferpaymentmethod.ts +74 -0
- package/src/models/components/achdebitfundtransferpaymentmethod.ts +73 -0
- package/src/models/components/applepaytransferpaymentmethod.ts +73 -0
- package/src/models/components/cardpaymenttransferpaymentmethod.ts +73 -0
- package/src/models/components/cardpresentpaymenttransferpaymentmethod.ts +83 -0
- package/src/models/components/index.ts +19 -0
- package/src/models/components/instantbankcredittransferpaymentmethod.ts +78 -0
- package/src/models/components/moovwallettransferpaymentmethod.ts +70 -0
- package/src/models/components/pullfromcardtransferpaymentmethod.ts +73 -0
- package/src/models/components/pushtocardtransferpaymentmethod.ts +73 -0
- package/src/models/components/rtpcredittransferpaymentmethod.ts +73 -0
- package/src/models/components/transferdestination.ts +38 -38
- package/src/models/components/transferentrymode.ts +26 -0
- package/src/models/components/transferoptions.ts +13 -13
- package/src/models/components/transferpaymentmethod.ts +168 -0
- package/src/models/components/transferpaymentmethodsbankaccount.ts +120 -0
- package/src/models/components/transferpaymentmethodscard.ts +211 -0
- package/src/models/components/transferpaymentmethodswallet.ts +73 -0
- package/src/models/components/transferpaymentmethodtype.ts +39 -0
- package/src/models/components/transfersource.ts +48 -48
- package/src/models/components/transferterminalcard.ts +156 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52879,9 +52879,9 @@ var init_config = __esm(() => {
|
|
|
52879
52879
|
SDK_METADATA = {
|
|
52880
52880
|
language: "typescript",
|
|
52881
52881
|
openapiDocVersion: "latest",
|
|
52882
|
-
sdkVersion: "0.23.
|
|
52883
|
-
genVersion: "2.
|
|
52884
|
-
userAgent: "speakeasy-sdk/typescript 0.23.
|
|
52882
|
+
sdkVersion: "0.23.6",
|
|
52883
|
+
genVersion: "2.823.1",
|
|
52884
|
+
userAgent: "speakeasy-sdk/typescript 0.23.6 2.823.1 latest @moovio/sdk"
|
|
52885
52885
|
};
|
|
52886
52886
|
});
|
|
52887
52887
|
|
|
@@ -55397,6 +55397,56 @@ var init_achcreditsamedaypaymentmethod = __esm(() => {
|
|
|
55397
55397
|
});
|
|
55398
55398
|
});
|
|
55399
55399
|
|
|
55400
|
+
// src/models/components/transferpaymentmethodsbankaccount.ts
|
|
55401
|
+
var TransferPaymentMethodsBankAccount$inboundSchema, TransferPaymentMethodsBankAccount$outboundSchema;
|
|
55402
|
+
var init_transferpaymentmethodsbankaccount = __esm(() => {
|
|
55403
|
+
init_esm();
|
|
55404
|
+
init_bankaccountholdertype();
|
|
55405
|
+
init_bankaccountstatus();
|
|
55406
|
+
init_bankaccounttype();
|
|
55407
|
+
TransferPaymentMethodsBankAccount$inboundSchema = objectType({
|
|
55408
|
+
bankAccountID: stringType(),
|
|
55409
|
+
fingerprint: stringType(),
|
|
55410
|
+
status: BankAccountStatus$inboundSchema,
|
|
55411
|
+
holderName: stringType(),
|
|
55412
|
+
holderType: BankAccountHolderType$inboundSchema,
|
|
55413
|
+
bankName: stringType(),
|
|
55414
|
+
bankAccountType: BankAccountType$inboundSchema,
|
|
55415
|
+
routingNumber: stringType(),
|
|
55416
|
+
lastFourAccountNumber: stringType(),
|
|
55417
|
+
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
55418
|
+
});
|
|
55419
|
+
TransferPaymentMethodsBankAccount$outboundSchema = objectType({
|
|
55420
|
+
bankAccountID: stringType(),
|
|
55421
|
+
fingerprint: stringType(),
|
|
55422
|
+
status: BankAccountStatus$outboundSchema,
|
|
55423
|
+
holderName: stringType(),
|
|
55424
|
+
holderType: BankAccountHolderType$outboundSchema,
|
|
55425
|
+
bankName: stringType(),
|
|
55426
|
+
bankAccountType: BankAccountType$outboundSchema,
|
|
55427
|
+
routingNumber: stringType(),
|
|
55428
|
+
lastFourAccountNumber: stringType(),
|
|
55429
|
+
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
55430
|
+
});
|
|
55431
|
+
});
|
|
55432
|
+
|
|
55433
|
+
// src/models/components/achcreditsamedaytransferpaymentmethod.ts
|
|
55434
|
+
var AchCreditSameDayTransferPaymentMethod$inboundSchema, AchCreditSameDayTransferPaymentMethod$outboundSchema;
|
|
55435
|
+
var init_achcreditsamedaytransferpaymentmethod = __esm(() => {
|
|
55436
|
+
init_esm();
|
|
55437
|
+
init_transferpaymentmethodsbankaccount();
|
|
55438
|
+
AchCreditSameDayTransferPaymentMethod$inboundSchema = objectType({
|
|
55439
|
+
paymentMethodID: stringType(),
|
|
55440
|
+
paymentMethodType: literalType("ach-credit-same-day"),
|
|
55441
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema
|
|
55442
|
+
});
|
|
55443
|
+
AchCreditSameDayTransferPaymentMethod$outboundSchema = objectType({
|
|
55444
|
+
paymentMethodID: stringType(),
|
|
55445
|
+
paymentMethodType: literalType("ach-credit-same-day"),
|
|
55446
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema
|
|
55447
|
+
});
|
|
55448
|
+
});
|
|
55449
|
+
|
|
55400
55450
|
// src/models/components/achcreditstandardpaymentmethod.ts
|
|
55401
55451
|
var AchCreditStandardPaymentMethod$inboundSchema, AchCreditStandardPaymentMethod$outboundSchema;
|
|
55402
55452
|
var init_achcreditstandardpaymentmethod = __esm(() => {
|
|
@@ -55414,6 +55464,23 @@ var init_achcreditstandardpaymentmethod = __esm(() => {
|
|
|
55414
55464
|
});
|
|
55415
55465
|
});
|
|
55416
55466
|
|
|
55467
|
+
// src/models/components/achcreditstandardtransferpaymentmethod.ts
|
|
55468
|
+
var AchCreditStandardTransferPaymentMethod$inboundSchema, AchCreditStandardTransferPaymentMethod$outboundSchema;
|
|
55469
|
+
var init_achcreditstandardtransferpaymentmethod = __esm(() => {
|
|
55470
|
+
init_esm();
|
|
55471
|
+
init_transferpaymentmethodsbankaccount();
|
|
55472
|
+
AchCreditStandardTransferPaymentMethod$inboundSchema = objectType({
|
|
55473
|
+
paymentMethodID: stringType(),
|
|
55474
|
+
paymentMethodType: literalType("ach-credit-standard"),
|
|
55475
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema
|
|
55476
|
+
});
|
|
55477
|
+
AchCreditStandardTransferPaymentMethod$outboundSchema = objectType({
|
|
55478
|
+
paymentMethodID: stringType(),
|
|
55479
|
+
paymentMethodType: literalType("ach-credit-standard"),
|
|
55480
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema
|
|
55481
|
+
});
|
|
55482
|
+
});
|
|
55483
|
+
|
|
55417
55484
|
// src/models/components/achdebitcollectpaymentmethod.ts
|
|
55418
55485
|
var AchDebitCollectPaymentMethod$inboundSchema, AchDebitCollectPaymentMethod$outboundSchema;
|
|
55419
55486
|
var init_achdebitcollectpaymentmethod = __esm(() => {
|
|
@@ -55431,6 +55498,23 @@ var init_achdebitcollectpaymentmethod = __esm(() => {
|
|
|
55431
55498
|
});
|
|
55432
55499
|
});
|
|
55433
55500
|
|
|
55501
|
+
// src/models/components/achdebitcollecttransferpaymentmethod.ts
|
|
55502
|
+
var AchDebitCollectTransferPaymentMethod$inboundSchema, AchDebitCollectTransferPaymentMethod$outboundSchema;
|
|
55503
|
+
var init_achdebitcollecttransferpaymentmethod = __esm(() => {
|
|
55504
|
+
init_esm();
|
|
55505
|
+
init_transferpaymentmethodsbankaccount();
|
|
55506
|
+
AchDebitCollectTransferPaymentMethod$inboundSchema = objectType({
|
|
55507
|
+
paymentMethodID: stringType(),
|
|
55508
|
+
paymentMethodType: literalType("ach-debit-collect"),
|
|
55509
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema
|
|
55510
|
+
});
|
|
55511
|
+
AchDebitCollectTransferPaymentMethod$outboundSchema = objectType({
|
|
55512
|
+
paymentMethodID: stringType(),
|
|
55513
|
+
paymentMethodType: literalType("ach-debit-collect"),
|
|
55514
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema
|
|
55515
|
+
});
|
|
55516
|
+
});
|
|
55517
|
+
|
|
55434
55518
|
// src/models/components/achdebitfundpaymentmethod.ts
|
|
55435
55519
|
var AchDebitFundPaymentMethod$inboundSchema, AchDebitFundPaymentMethod$outboundSchema;
|
|
55436
55520
|
var init_achdebitfundpaymentmethod = __esm(() => {
|
|
@@ -55448,6 +55532,23 @@ var init_achdebitfundpaymentmethod = __esm(() => {
|
|
|
55448
55532
|
});
|
|
55449
55533
|
});
|
|
55450
55534
|
|
|
55535
|
+
// src/models/components/achdebitfundtransferpaymentmethod.ts
|
|
55536
|
+
var AchDebitFundTransferPaymentMethod$inboundSchema, AchDebitFundTransferPaymentMethod$outboundSchema;
|
|
55537
|
+
var init_achdebitfundtransferpaymentmethod = __esm(() => {
|
|
55538
|
+
init_esm();
|
|
55539
|
+
init_transferpaymentmethodsbankaccount();
|
|
55540
|
+
AchDebitFundTransferPaymentMethod$inboundSchema = objectType({
|
|
55541
|
+
paymentMethodID: stringType(),
|
|
55542
|
+
paymentMethodType: literalType("ach-debit-fund"),
|
|
55543
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema
|
|
55544
|
+
});
|
|
55545
|
+
AchDebitFundTransferPaymentMethod$outboundSchema = objectType({
|
|
55546
|
+
paymentMethodID: stringType(),
|
|
55547
|
+
paymentMethodType: literalType("ach-debit-fund"),
|
|
55548
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema
|
|
55549
|
+
});
|
|
55550
|
+
});
|
|
55551
|
+
|
|
55451
55552
|
// src/models/components/achexception.ts
|
|
55452
55553
|
var ACHException$inboundSchema, ACHException$outboundSchema;
|
|
55453
55554
|
var init_achexception = __esm(() => {
|
|
@@ -56105,6 +56206,23 @@ var init_applepaypaymentmethod = __esm(() => {
|
|
|
56105
56206
|
});
|
|
56106
56207
|
});
|
|
56107
56208
|
|
|
56209
|
+
// src/models/components/applepaytransferpaymentmethod.ts
|
|
56210
|
+
var ApplePayTransferPaymentMethod$inboundSchema, ApplePayTransferPaymentMethod$outboundSchema;
|
|
56211
|
+
var init_applepaytransferpaymentmethod = __esm(() => {
|
|
56212
|
+
init_esm();
|
|
56213
|
+
init_applepayresponse();
|
|
56214
|
+
ApplePayTransferPaymentMethod$inboundSchema = objectType({
|
|
56215
|
+
paymentMethodID: stringType(),
|
|
56216
|
+
paymentMethodType: literalType("apple-pay"),
|
|
56217
|
+
applePay: ApplePayResponse$inboundSchema
|
|
56218
|
+
});
|
|
56219
|
+
ApplePayTransferPaymentMethod$outboundSchema = objectType({
|
|
56220
|
+
paymentMethodID: stringType(),
|
|
56221
|
+
paymentMethodType: literalType("apple-pay"),
|
|
56222
|
+
applePay: ApplePayResponse$outboundSchema
|
|
56223
|
+
});
|
|
56224
|
+
});
|
|
56225
|
+
|
|
56108
56226
|
// src/models/components/applicationscope.ts
|
|
56109
56227
|
var ApplicationScope, ApplicationScope$inboundSchema, ApplicationScope$outboundSchema;
|
|
56110
56228
|
var init_applicationscope = __esm(() => {
|
|
@@ -60065,6 +60183,75 @@ var init_cardpaymentpaymentmethod = __esm(() => {
|
|
|
60065
60183
|
});
|
|
60066
60184
|
});
|
|
60067
60185
|
|
|
60186
|
+
// src/models/components/transferpaymentmethodscard.ts
|
|
60187
|
+
var TransferPaymentMethodsCard$inboundSchema, TransferPaymentMethodsCard$outboundSchema;
|
|
60188
|
+
var init_transferpaymentmethodscard = __esm(() => {
|
|
60189
|
+
init_esm();
|
|
60190
|
+
init_cardaccountupdater();
|
|
60191
|
+
init_cardaddress();
|
|
60192
|
+
init_cardbrand();
|
|
60193
|
+
init_cardexpiration();
|
|
60194
|
+
init_cardtype();
|
|
60195
|
+
init_cardverification();
|
|
60196
|
+
init_domesticpullfromcard();
|
|
60197
|
+
init_domesticpushtocard();
|
|
60198
|
+
TransferPaymentMethodsCard$inboundSchema = objectType({
|
|
60199
|
+
cardID: stringType(),
|
|
60200
|
+
fingerprint: stringType(),
|
|
60201
|
+
brand: CardBrand$inboundSchema,
|
|
60202
|
+
cardType: CardType$inboundSchema,
|
|
60203
|
+
lastFourCardNumber: stringType(),
|
|
60204
|
+
bin: stringType(),
|
|
60205
|
+
expiration: CardExpiration$inboundSchema,
|
|
60206
|
+
holderName: stringType().optional(),
|
|
60207
|
+
billingAddress: CardAddress$inboundSchema,
|
|
60208
|
+
cardVerification: CardVerification$inboundSchema,
|
|
60209
|
+
issuer: stringType().optional(),
|
|
60210
|
+
issuerCountry: stringType().optional(),
|
|
60211
|
+
cardOnFile: booleanType().optional(),
|
|
60212
|
+
merchantAccountID: stringType().optional(),
|
|
60213
|
+
cardAccountUpdater: CardAccountUpdater$inboundSchema.optional(),
|
|
60214
|
+
domesticPushToCard: DomesticPushToCard$inboundSchema.optional(),
|
|
60215
|
+
domesticPullFromCard: DomesticPullFromCard$inboundSchema.optional()
|
|
60216
|
+
});
|
|
60217
|
+
TransferPaymentMethodsCard$outboundSchema = objectType({
|
|
60218
|
+
cardID: stringType(),
|
|
60219
|
+
fingerprint: stringType(),
|
|
60220
|
+
brand: CardBrand$outboundSchema,
|
|
60221
|
+
cardType: CardType$outboundSchema,
|
|
60222
|
+
lastFourCardNumber: stringType(),
|
|
60223
|
+
bin: stringType(),
|
|
60224
|
+
expiration: CardExpiration$outboundSchema,
|
|
60225
|
+
holderName: stringType().optional(),
|
|
60226
|
+
billingAddress: CardAddress$outboundSchema,
|
|
60227
|
+
cardVerification: CardVerification$outboundSchema,
|
|
60228
|
+
issuer: stringType().optional(),
|
|
60229
|
+
issuerCountry: stringType().optional(),
|
|
60230
|
+
cardOnFile: booleanType().optional(),
|
|
60231
|
+
merchantAccountID: stringType().optional(),
|
|
60232
|
+
cardAccountUpdater: CardAccountUpdater$outboundSchema.optional(),
|
|
60233
|
+
domesticPushToCard: DomesticPushToCard$outboundSchema.optional(),
|
|
60234
|
+
domesticPullFromCard: DomesticPullFromCard$outboundSchema.optional()
|
|
60235
|
+
});
|
|
60236
|
+
});
|
|
60237
|
+
|
|
60238
|
+
// src/models/components/cardpaymenttransferpaymentmethod.ts
|
|
60239
|
+
var CardPaymentTransferPaymentMethod$inboundSchema, CardPaymentTransferPaymentMethod$outboundSchema;
|
|
60240
|
+
var init_cardpaymenttransferpaymentmethod = __esm(() => {
|
|
60241
|
+
init_esm();
|
|
60242
|
+
init_transferpaymentmethodscard();
|
|
60243
|
+
CardPaymentTransferPaymentMethod$inboundSchema = objectType({
|
|
60244
|
+
paymentMethodID: stringType(),
|
|
60245
|
+
paymentMethodType: literalType("card-payment"),
|
|
60246
|
+
card: TransferPaymentMethodsCard$inboundSchema
|
|
60247
|
+
});
|
|
60248
|
+
CardPaymentTransferPaymentMethod$outboundSchema = objectType({
|
|
60249
|
+
paymentMethodID: stringType(),
|
|
60250
|
+
paymentMethodType: literalType("card-payment"),
|
|
60251
|
+
card: TransferPaymentMethodsCard$outboundSchema
|
|
60252
|
+
});
|
|
60253
|
+
});
|
|
60254
|
+
|
|
60068
60255
|
// src/models/components/entrymode.ts
|
|
60069
60256
|
var EntryMode, EntryMode$inboundSchema, EntryMode$outboundSchema;
|
|
60070
60257
|
var init_entrymode = __esm(() => {
|
|
@@ -60131,6 +60318,72 @@ var init_cardpresentpaymentpaymentmethod = __esm(() => {
|
|
|
60131
60318
|
});
|
|
60132
60319
|
});
|
|
60133
60320
|
|
|
60321
|
+
// src/models/components/transferentrymode.ts
|
|
60322
|
+
var TransferEntryMode, TransferEntryMode$inboundSchema, TransferEntryMode$outboundSchema;
|
|
60323
|
+
var init_transferentrymode = __esm(() => {
|
|
60324
|
+
init_esm();
|
|
60325
|
+
TransferEntryMode = {
|
|
60326
|
+
Contactless: "contactless"
|
|
60327
|
+
};
|
|
60328
|
+
TransferEntryMode$inboundSchema = nativeEnumType(TransferEntryMode);
|
|
60329
|
+
TransferEntryMode$outboundSchema = TransferEntryMode$inboundSchema;
|
|
60330
|
+
});
|
|
60331
|
+
|
|
60332
|
+
// src/models/components/transferterminalcard.ts
|
|
60333
|
+
var TransferTerminalCard$inboundSchema, TransferTerminalCard$outboundSchema;
|
|
60334
|
+
var init_transferterminalcard = __esm(() => {
|
|
60335
|
+
init_esm();
|
|
60336
|
+
init_cardbrand();
|
|
60337
|
+
init_cardexpiration();
|
|
60338
|
+
init_cardtype();
|
|
60339
|
+
init_transferentrymode();
|
|
60340
|
+
TransferTerminalCard$inboundSchema = objectType({
|
|
60341
|
+
entryMode: TransferEntryMode$inboundSchema.optional(),
|
|
60342
|
+
brand: CardBrand$inboundSchema.optional(),
|
|
60343
|
+
bin: stringType().optional(),
|
|
60344
|
+
cardType: CardType$inboundSchema.optional(),
|
|
60345
|
+
expiration: CardExpiration$inboundSchema.optional(),
|
|
60346
|
+
fingerprint: stringType().optional(),
|
|
60347
|
+
holderName: stringType().optional(),
|
|
60348
|
+
issuer: stringType().optional(),
|
|
60349
|
+
issuerCountry: stringType().optional(),
|
|
60350
|
+
lastFourCardNumber: stringType().optional(),
|
|
60351
|
+
applicationID: stringType().optional(),
|
|
60352
|
+
applicationName: stringType().optional()
|
|
60353
|
+
});
|
|
60354
|
+
TransferTerminalCard$outboundSchema = objectType({
|
|
60355
|
+
entryMode: TransferEntryMode$outboundSchema.optional(),
|
|
60356
|
+
brand: CardBrand$outboundSchema.optional(),
|
|
60357
|
+
bin: stringType().optional(),
|
|
60358
|
+
cardType: CardType$outboundSchema.optional(),
|
|
60359
|
+
expiration: CardExpiration$outboundSchema.optional(),
|
|
60360
|
+
fingerprint: stringType().optional(),
|
|
60361
|
+
holderName: stringType().optional(),
|
|
60362
|
+
issuer: stringType().optional(),
|
|
60363
|
+
issuerCountry: stringType().optional(),
|
|
60364
|
+
lastFourCardNumber: stringType().optional(),
|
|
60365
|
+
applicationID: stringType().optional(),
|
|
60366
|
+
applicationName: stringType().optional()
|
|
60367
|
+
});
|
|
60368
|
+
});
|
|
60369
|
+
|
|
60370
|
+
// src/models/components/cardpresentpaymenttransferpaymentmethod.ts
|
|
60371
|
+
var CardPresentPaymentTransferPaymentMethod$inboundSchema, CardPresentPaymentTransferPaymentMethod$outboundSchema;
|
|
60372
|
+
var init_cardpresentpaymenttransferpaymentmethod = __esm(() => {
|
|
60373
|
+
init_esm();
|
|
60374
|
+
init_transferterminalcard();
|
|
60375
|
+
CardPresentPaymentTransferPaymentMethod$inboundSchema = objectType({
|
|
60376
|
+
paymentMethodID: stringType(),
|
|
60377
|
+
paymentMethodType: literalType("card-present-payment"),
|
|
60378
|
+
terminalCard: TransferTerminalCard$inboundSchema.optional()
|
|
60379
|
+
});
|
|
60380
|
+
CardPresentPaymentTransferPaymentMethod$outboundSchema = objectType({
|
|
60381
|
+
paymentMethodID: stringType(),
|
|
60382
|
+
paymentMethodType: literalType("card-present-payment"),
|
|
60383
|
+
terminalCard: TransferTerminalCard$outboundSchema.optional()
|
|
60384
|
+
});
|
|
60385
|
+
});
|
|
60386
|
+
|
|
60134
60387
|
// src/models/components/cardtransactionstatus.ts
|
|
60135
60388
|
var CardTransactionStatus, CardTransactionStatus$inboundSchema, CardTransactionStatus$outboundSchema;
|
|
60136
60389
|
var init_cardtransactionstatus = __esm(() => {
|
|
@@ -60963,35 +61216,6 @@ var init_moovfeedetails = __esm(() => {
|
|
|
60963
61216
|
});
|
|
60964
61217
|
});
|
|
60965
61218
|
|
|
60966
|
-
// src/models/components/wallettype.ts
|
|
60967
|
-
var WalletType, WalletType$inboundSchema, WalletType$outboundSchema;
|
|
60968
|
-
var init_wallettype = __esm(() => {
|
|
60969
|
-
init_esm();
|
|
60970
|
-
WalletType = {
|
|
60971
|
-
Default: "default",
|
|
60972
|
-
General: "general"
|
|
60973
|
-
};
|
|
60974
|
-
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
60975
|
-
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
60976
|
-
});
|
|
60977
|
-
|
|
60978
|
-
// src/models/components/paymentmethodswallet.ts
|
|
60979
|
-
var PaymentMethodsWallet$inboundSchema, PaymentMethodsWallet$outboundSchema;
|
|
60980
|
-
var init_paymentmethodswallet = __esm(() => {
|
|
60981
|
-
init_esm();
|
|
60982
|
-
init_wallettype();
|
|
60983
|
-
PaymentMethodsWallet$inboundSchema = objectType({
|
|
60984
|
-
walletID: stringType(),
|
|
60985
|
-
partnerAccountID: stringType(),
|
|
60986
|
-
walletType: WalletType$inboundSchema
|
|
60987
|
-
});
|
|
60988
|
-
PaymentMethodsWallet$outboundSchema = objectType({
|
|
60989
|
-
walletID: stringType(),
|
|
60990
|
-
partnerAccountID: stringType(),
|
|
60991
|
-
walletType: WalletType$outboundSchema
|
|
60992
|
-
});
|
|
60993
|
-
});
|
|
60994
|
-
|
|
60995
61219
|
// src/models/components/rtpfailurecode.ts
|
|
60996
61220
|
var RTPFailureCode, RTPFailureCode$inboundSchema, RTPFailureCode$outboundSchema;
|
|
60997
61221
|
var init_rtpfailurecode = __esm(() => {
|
|
@@ -61068,6 +61292,57 @@ var init_transferaccount = __esm(() => {
|
|
|
61068
61292
|
});
|
|
61069
61293
|
});
|
|
61070
61294
|
|
|
61295
|
+
// src/models/components/wallettype.ts
|
|
61296
|
+
var WalletType, WalletType$inboundSchema, WalletType$outboundSchema;
|
|
61297
|
+
var init_wallettype = __esm(() => {
|
|
61298
|
+
init_esm();
|
|
61299
|
+
WalletType = {
|
|
61300
|
+
Default: "default",
|
|
61301
|
+
General: "general"
|
|
61302
|
+
};
|
|
61303
|
+
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
61304
|
+
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
61305
|
+
});
|
|
61306
|
+
|
|
61307
|
+
// src/models/components/transferpaymentmethodswallet.ts
|
|
61308
|
+
var TransferPaymentMethodsWallet$inboundSchema, TransferPaymentMethodsWallet$outboundSchema;
|
|
61309
|
+
var init_transferpaymentmethodswallet = __esm(() => {
|
|
61310
|
+
init_esm();
|
|
61311
|
+
init_wallettype();
|
|
61312
|
+
TransferPaymentMethodsWallet$inboundSchema = objectType({
|
|
61313
|
+
walletID: stringType(),
|
|
61314
|
+
partnerAccountID: stringType(),
|
|
61315
|
+
walletType: WalletType$inboundSchema
|
|
61316
|
+
});
|
|
61317
|
+
TransferPaymentMethodsWallet$outboundSchema = objectType({
|
|
61318
|
+
walletID: stringType(),
|
|
61319
|
+
partnerAccountID: stringType(),
|
|
61320
|
+
walletType: WalletType$outboundSchema
|
|
61321
|
+
});
|
|
61322
|
+
});
|
|
61323
|
+
|
|
61324
|
+
// src/models/components/transferpaymentmethodtype.ts
|
|
61325
|
+
var TransferPaymentMethodType, TransferPaymentMethodType$inboundSchema, TransferPaymentMethodType$outboundSchema;
|
|
61326
|
+
var init_transferpaymentmethodtype = __esm(() => {
|
|
61327
|
+
init_esm();
|
|
61328
|
+
TransferPaymentMethodType = {
|
|
61329
|
+
MoovWallet: "moov-wallet",
|
|
61330
|
+
AchDebitFund: "ach-debit-fund",
|
|
61331
|
+
AchDebitCollect: "ach-debit-collect",
|
|
61332
|
+
AchCreditStandard: "ach-credit-standard",
|
|
61333
|
+
AchCreditSameDay: "ach-credit-same-day",
|
|
61334
|
+
RtpCredit: "rtp-credit",
|
|
61335
|
+
CardPayment: "card-payment",
|
|
61336
|
+
PushToCard: "push-to-card",
|
|
61337
|
+
PullFromCard: "pull-from-card",
|
|
61338
|
+
ApplePay: "apple-pay",
|
|
61339
|
+
CardPresentPayment: "card-present-payment",
|
|
61340
|
+
InstantBankCredit: "instant-bank-credit"
|
|
61341
|
+
};
|
|
61342
|
+
TransferPaymentMethodType$inboundSchema = nativeEnumType(TransferPaymentMethodType);
|
|
61343
|
+
TransferPaymentMethodType$outboundSchema = TransferPaymentMethodType$inboundSchema;
|
|
61344
|
+
});
|
|
61345
|
+
|
|
61071
61346
|
// src/models/components/transferdestination.ts
|
|
61072
61347
|
var TransferDestination$inboundSchema, TransferDestination$outboundSchema;
|
|
61073
61348
|
var init_transferdestination = __esm(() => {
|
|
@@ -61075,19 +61350,19 @@ var init_transferdestination = __esm(() => {
|
|
|
61075
61350
|
init_achtransactiondetails();
|
|
61076
61351
|
init_applepayresponse();
|
|
61077
61352
|
init_cardtransactiondetails();
|
|
61078
|
-
init_paymentmethodsbankaccount();
|
|
61079
|
-
init_paymentmethodscard();
|
|
61080
|
-
init_paymentmethodswallet();
|
|
61081
|
-
init_paymentmethodtype();
|
|
61082
61353
|
init_rtptransactiondetails();
|
|
61083
61354
|
init_transferaccount();
|
|
61355
|
+
init_transferpaymentmethodsbankaccount();
|
|
61356
|
+
init_transferpaymentmethodscard();
|
|
61357
|
+
init_transferpaymentmethodswallet();
|
|
61358
|
+
init_transferpaymentmethodtype();
|
|
61084
61359
|
TransferDestination$inboundSchema = objectType({
|
|
61085
61360
|
paymentMethodID: stringType(),
|
|
61086
|
-
paymentMethodType:
|
|
61361
|
+
paymentMethodType: TransferPaymentMethodType$inboundSchema,
|
|
61087
61362
|
account: TransferAccount$inboundSchema,
|
|
61088
|
-
bankAccount:
|
|
61089
|
-
wallet:
|
|
61090
|
-
card:
|
|
61363
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema.optional(),
|
|
61364
|
+
wallet: TransferPaymentMethodsWallet$inboundSchema.optional(),
|
|
61365
|
+
card: TransferPaymentMethodsCard$inboundSchema.optional(),
|
|
61091
61366
|
achDetails: ACHTransactionDetails$inboundSchema.optional(),
|
|
61092
61367
|
applePay: ApplePayResponse$inboundSchema.optional(),
|
|
61093
61368
|
cardDetails: CardTransactionDetails$inboundSchema.optional(),
|
|
@@ -61095,11 +61370,11 @@ var init_transferdestination = __esm(() => {
|
|
|
61095
61370
|
});
|
|
61096
61371
|
TransferDestination$outboundSchema = objectType({
|
|
61097
61372
|
paymentMethodID: stringType(),
|
|
61098
|
-
paymentMethodType:
|
|
61373
|
+
paymentMethodType: TransferPaymentMethodType$outboundSchema,
|
|
61099
61374
|
account: TransferAccount$outboundSchema,
|
|
61100
|
-
bankAccount:
|
|
61101
|
-
wallet:
|
|
61102
|
-
card:
|
|
61375
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema.optional(),
|
|
61376
|
+
wallet: TransferPaymentMethodsWallet$outboundSchema.optional(),
|
|
61377
|
+
card: TransferPaymentMethodsCard$outboundSchema.optional(),
|
|
61103
61378
|
achDetails: ACHTransactionDetails$outboundSchema.optional(),
|
|
61104
61379
|
applePay: ApplePayResponse$outboundSchema.optional(),
|
|
61105
61380
|
cardDetails: CardTransactionDetails$outboundSchema.optional(),
|
|
@@ -61207,35 +61482,35 @@ var init_transfersource = __esm(() => {
|
|
|
61207
61482
|
init_achtransactiondetails();
|
|
61208
61483
|
init_applepayresponse();
|
|
61209
61484
|
init_cardtransactiondetails();
|
|
61210
|
-
init_paymentmethodsbankaccount();
|
|
61211
|
-
init_paymentmethodscard();
|
|
61212
|
-
init_paymentmethodswallet();
|
|
61213
|
-
init_paymentmethodtype();
|
|
61214
|
-
init_terminalcard();
|
|
61215
61485
|
init_transferaccount();
|
|
61486
|
+
init_transferpaymentmethodsbankaccount();
|
|
61487
|
+
init_transferpaymentmethodscard();
|
|
61488
|
+
init_transferpaymentmethodswallet();
|
|
61489
|
+
init_transferpaymentmethodtype();
|
|
61490
|
+
init_transferterminalcard();
|
|
61216
61491
|
TransferSource$inboundSchema = objectType({
|
|
61217
61492
|
transferID: stringType().optional(),
|
|
61218
61493
|
paymentMethodID: stringType(),
|
|
61219
|
-
paymentMethodType:
|
|
61494
|
+
paymentMethodType: TransferPaymentMethodType$inboundSchema,
|
|
61220
61495
|
account: TransferAccount$inboundSchema,
|
|
61221
|
-
bankAccount:
|
|
61222
|
-
wallet:
|
|
61223
|
-
card:
|
|
61496
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema.optional(),
|
|
61497
|
+
wallet: TransferPaymentMethodsWallet$inboundSchema.optional(),
|
|
61498
|
+
card: TransferPaymentMethodsCard$inboundSchema.optional(),
|
|
61224
61499
|
applePay: ApplePayResponse$inboundSchema.optional(),
|
|
61225
|
-
terminalCard:
|
|
61500
|
+
terminalCard: TransferTerminalCard$inboundSchema.optional(),
|
|
61226
61501
|
cardDetails: CardTransactionDetails$inboundSchema.optional(),
|
|
61227
61502
|
achDetails: ACHTransactionDetails$inboundSchema.optional()
|
|
61228
61503
|
});
|
|
61229
61504
|
TransferSource$outboundSchema = objectType({
|
|
61230
61505
|
transferID: stringType().optional(),
|
|
61231
61506
|
paymentMethodID: stringType(),
|
|
61232
|
-
paymentMethodType:
|
|
61507
|
+
paymentMethodType: TransferPaymentMethodType$outboundSchema,
|
|
61233
61508
|
account: TransferAccount$outboundSchema,
|
|
61234
|
-
bankAccount:
|
|
61235
|
-
wallet:
|
|
61236
|
-
card:
|
|
61509
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema.optional(),
|
|
61510
|
+
wallet: TransferPaymentMethodsWallet$outboundSchema.optional(),
|
|
61511
|
+
card: TransferPaymentMethodsCard$outboundSchema.optional(),
|
|
61237
61512
|
applePay: ApplePayResponse$outboundSchema.optional(),
|
|
61238
|
-
terminalCard:
|
|
61513
|
+
terminalCard: TransferTerminalCard$outboundSchema.optional(),
|
|
61239
61514
|
cardDetails: CardTransactionDetails$outboundSchema.optional(),
|
|
61240
61515
|
achDetails: ACHTransactionDetails$outboundSchema.optional()
|
|
61241
61516
|
});
|
|
@@ -63686,6 +63961,23 @@ var init_instantbankcreditpaymentmethod = __esm(() => {
|
|
|
63686
63961
|
});
|
|
63687
63962
|
});
|
|
63688
63963
|
|
|
63964
|
+
// src/models/components/instantbankcredittransferpaymentmethod.ts
|
|
63965
|
+
var InstantBankCreditTransferPaymentMethod$inboundSchema, InstantBankCreditTransferPaymentMethod$outboundSchema;
|
|
63966
|
+
var init_instantbankcredittransferpaymentmethod = __esm(() => {
|
|
63967
|
+
init_esm();
|
|
63968
|
+
init_transferpaymentmethodsbankaccount();
|
|
63969
|
+
InstantBankCreditTransferPaymentMethod$inboundSchema = objectType({
|
|
63970
|
+
paymentMethodID: stringType(),
|
|
63971
|
+
paymentMethodType: literalType("instant-bank-credit"),
|
|
63972
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema
|
|
63973
|
+
});
|
|
63974
|
+
InstantBankCreditTransferPaymentMethod$outboundSchema = objectType({
|
|
63975
|
+
paymentMethodID: stringType(),
|
|
63976
|
+
paymentMethodType: literalType("instant-bank-credit"),
|
|
63977
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema
|
|
63978
|
+
});
|
|
63979
|
+
});
|
|
63980
|
+
|
|
63689
63981
|
// src/models/components/instantpaymentfees.ts
|
|
63690
63982
|
var InstantPaymentFees$inboundSchema, InstantPaymentFees$outboundSchema;
|
|
63691
63983
|
var init_instantpaymentfees = __esm(() => {
|
|
@@ -64747,6 +65039,23 @@ var init_moovfee = __esm(() => {
|
|
|
64747
65039
|
});
|
|
64748
65040
|
});
|
|
64749
65041
|
|
|
65042
|
+
// src/models/components/paymentmethodswallet.ts
|
|
65043
|
+
var PaymentMethodsWallet$inboundSchema, PaymentMethodsWallet$outboundSchema;
|
|
65044
|
+
var init_paymentmethodswallet = __esm(() => {
|
|
65045
|
+
init_esm();
|
|
65046
|
+
init_wallettype();
|
|
65047
|
+
PaymentMethodsWallet$inboundSchema = objectType({
|
|
65048
|
+
walletID: stringType(),
|
|
65049
|
+
partnerAccountID: stringType(),
|
|
65050
|
+
walletType: WalletType$inboundSchema
|
|
65051
|
+
});
|
|
65052
|
+
PaymentMethodsWallet$outboundSchema = objectType({
|
|
65053
|
+
walletID: stringType(),
|
|
65054
|
+
partnerAccountID: stringType(),
|
|
65055
|
+
walletType: WalletType$outboundSchema
|
|
65056
|
+
});
|
|
65057
|
+
});
|
|
65058
|
+
|
|
64750
65059
|
// src/models/components/moovwalletpaymentmethod.ts
|
|
64751
65060
|
var MoovWalletPaymentMethod$inboundSchema, MoovWalletPaymentMethod$outboundSchema;
|
|
64752
65061
|
var init_moovwalletpaymentmethod = __esm(() => {
|
|
@@ -64764,6 +65073,23 @@ var init_moovwalletpaymentmethod = __esm(() => {
|
|
|
64764
65073
|
});
|
|
64765
65074
|
});
|
|
64766
65075
|
|
|
65076
|
+
// src/models/components/moovwallettransferpaymentmethod.ts
|
|
65077
|
+
var MoovWalletTransferPaymentMethod$inboundSchema, MoovWalletTransferPaymentMethod$outboundSchema;
|
|
65078
|
+
var init_moovwallettransferpaymentmethod = __esm(() => {
|
|
65079
|
+
init_esm();
|
|
65080
|
+
init_transferpaymentmethodswallet();
|
|
65081
|
+
MoovWalletTransferPaymentMethod$inboundSchema = objectType({
|
|
65082
|
+
paymentMethodID: stringType(),
|
|
65083
|
+
paymentMethodType: literalType("moov-wallet"),
|
|
65084
|
+
wallet: TransferPaymentMethodsWallet$inboundSchema
|
|
65085
|
+
});
|
|
65086
|
+
MoovWalletTransferPaymentMethod$outboundSchema = objectType({
|
|
65087
|
+
paymentMethodID: stringType(),
|
|
65088
|
+
paymentMethodType: literalType("moov-wallet"),
|
|
65089
|
+
wallet: TransferPaymentMethodsWallet$outboundSchema
|
|
65090
|
+
});
|
|
65091
|
+
});
|
|
65092
|
+
|
|
64767
65093
|
// src/models/components/occurrence.ts
|
|
64768
65094
|
var Occurrence$inboundSchema, Occurrence$outboundSchema;
|
|
64769
65095
|
var init_occurrence = __esm(() => {
|
|
@@ -65944,6 +66270,40 @@ var init_productrequest = __esm(() => {
|
|
|
65944
66270
|
});
|
|
65945
66271
|
});
|
|
65946
66272
|
|
|
66273
|
+
// src/models/components/pullfromcardtransferpaymentmethod.ts
|
|
66274
|
+
var PullFromCardTransferPaymentMethod$inboundSchema, PullFromCardTransferPaymentMethod$outboundSchema;
|
|
66275
|
+
var init_pullfromcardtransferpaymentmethod = __esm(() => {
|
|
66276
|
+
init_esm();
|
|
66277
|
+
init_transferpaymentmethodscard();
|
|
66278
|
+
PullFromCardTransferPaymentMethod$inboundSchema = objectType({
|
|
66279
|
+
paymentMethodID: stringType(),
|
|
66280
|
+
paymentMethodType: literalType("pull-from-card"),
|
|
66281
|
+
card: TransferPaymentMethodsCard$inboundSchema
|
|
66282
|
+
});
|
|
66283
|
+
PullFromCardTransferPaymentMethod$outboundSchema = objectType({
|
|
66284
|
+
paymentMethodID: stringType(),
|
|
66285
|
+
paymentMethodType: literalType("pull-from-card"),
|
|
66286
|
+
card: TransferPaymentMethodsCard$outboundSchema
|
|
66287
|
+
});
|
|
66288
|
+
});
|
|
66289
|
+
|
|
66290
|
+
// src/models/components/pushtocardtransferpaymentmethod.ts
|
|
66291
|
+
var PushToCardTransferPaymentMethod$inboundSchema, PushToCardTransferPaymentMethod$outboundSchema;
|
|
66292
|
+
var init_pushtocardtransferpaymentmethod = __esm(() => {
|
|
66293
|
+
init_esm();
|
|
66294
|
+
init_transferpaymentmethodscard();
|
|
66295
|
+
PushToCardTransferPaymentMethod$inboundSchema = objectType({
|
|
66296
|
+
paymentMethodID: stringType(),
|
|
66297
|
+
paymentMethodType: literalType("push-to-card"),
|
|
66298
|
+
card: TransferPaymentMethodsCard$inboundSchema
|
|
66299
|
+
});
|
|
66300
|
+
PushToCardTransferPaymentMethod$outboundSchema = objectType({
|
|
66301
|
+
paymentMethodID: stringType(),
|
|
66302
|
+
paymentMethodType: literalType("push-to-card"),
|
|
66303
|
+
card: TransferPaymentMethodsCard$outboundSchema
|
|
66304
|
+
});
|
|
66305
|
+
});
|
|
66306
|
+
|
|
65947
66307
|
// src/models/components/qrcode.ts
|
|
65948
66308
|
var QRCode$inboundSchema, QRCode$outboundSchema;
|
|
65949
66309
|
var init_qrcode = __esm(() => {
|
|
@@ -66250,6 +66610,23 @@ var init_revoketokenrequest = __esm(() => {
|
|
|
66250
66610
|
});
|
|
66251
66611
|
});
|
|
66252
66612
|
|
|
66613
|
+
// src/models/components/rtpcredittransferpaymentmethod.ts
|
|
66614
|
+
var RtpCreditTransferPaymentMethod$inboundSchema, RtpCreditTransferPaymentMethod$outboundSchema;
|
|
66615
|
+
var init_rtpcredittransferpaymentmethod = __esm(() => {
|
|
66616
|
+
init_esm();
|
|
66617
|
+
init_transferpaymentmethodsbankaccount();
|
|
66618
|
+
RtpCreditTransferPaymentMethod$inboundSchema = objectType({
|
|
66619
|
+
paymentMethodID: stringType(),
|
|
66620
|
+
paymentMethodType: literalType("rtp-credit"),
|
|
66621
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema
|
|
66622
|
+
});
|
|
66623
|
+
RtpCreditTransferPaymentMethod$outboundSchema = objectType({
|
|
66624
|
+
paymentMethodID: stringType(),
|
|
66625
|
+
paymentMethodType: literalType("rtp-credit"),
|
|
66626
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema
|
|
66627
|
+
});
|
|
66628
|
+
});
|
|
66629
|
+
|
|
66253
66630
|
// src/models/components/schedulelistresponse.ts
|
|
66254
66631
|
var ScheduleListResponse$inboundSchema, ScheduleListResponse$outboundSchema;
|
|
66255
66632
|
var init_schedulelistresponse = __esm(() => {
|
|
@@ -66971,18 +67348,64 @@ var init_transfer = __esm(() => {
|
|
|
66971
67348
|
});
|
|
66972
67349
|
});
|
|
66973
67350
|
|
|
67351
|
+
// src/models/components/transferpaymentmethod.ts
|
|
67352
|
+
var TransferPaymentMethod$inboundSchema, TransferPaymentMethod$outboundSchema;
|
|
67353
|
+
var init_transferpaymentmethod = __esm(() => {
|
|
67354
|
+
init_esm();
|
|
67355
|
+
init_achcreditsamedaytransferpaymentmethod();
|
|
67356
|
+
init_achcreditstandardtransferpaymentmethod();
|
|
67357
|
+
init_achdebitcollecttransferpaymentmethod();
|
|
67358
|
+
init_achdebitfundtransferpaymentmethod();
|
|
67359
|
+
init_applepaytransferpaymentmethod();
|
|
67360
|
+
init_cardpaymenttransferpaymentmethod();
|
|
67361
|
+
init_cardpresentpaymenttransferpaymentmethod();
|
|
67362
|
+
init_instantbankcredittransferpaymentmethod();
|
|
67363
|
+
init_moovwallettransferpaymentmethod();
|
|
67364
|
+
init_pullfromcardtransferpaymentmethod();
|
|
67365
|
+
init_pushtocardtransferpaymentmethod();
|
|
67366
|
+
init_rtpcredittransferpaymentmethod();
|
|
67367
|
+
TransferPaymentMethod$inboundSchema = unionType([
|
|
67368
|
+
MoovWalletTransferPaymentMethod$inboundSchema,
|
|
67369
|
+
AchDebitFundTransferPaymentMethod$inboundSchema,
|
|
67370
|
+
AchDebitCollectTransferPaymentMethod$inboundSchema,
|
|
67371
|
+
AchCreditStandardTransferPaymentMethod$inboundSchema,
|
|
67372
|
+
AchCreditSameDayTransferPaymentMethod$inboundSchema,
|
|
67373
|
+
RtpCreditTransferPaymentMethod$inboundSchema,
|
|
67374
|
+
CardPaymentTransferPaymentMethod$inboundSchema,
|
|
67375
|
+
PushToCardTransferPaymentMethod$inboundSchema,
|
|
67376
|
+
PullFromCardTransferPaymentMethod$inboundSchema,
|
|
67377
|
+
ApplePayTransferPaymentMethod$inboundSchema,
|
|
67378
|
+
CardPresentPaymentTransferPaymentMethod$inboundSchema,
|
|
67379
|
+
InstantBankCreditTransferPaymentMethod$inboundSchema
|
|
67380
|
+
]);
|
|
67381
|
+
TransferPaymentMethod$outboundSchema = unionType([
|
|
67382
|
+
MoovWalletTransferPaymentMethod$outboundSchema,
|
|
67383
|
+
AchDebitFundTransferPaymentMethod$outboundSchema,
|
|
67384
|
+
AchDebitCollectTransferPaymentMethod$outboundSchema,
|
|
67385
|
+
AchCreditStandardTransferPaymentMethod$outboundSchema,
|
|
67386
|
+
AchCreditSameDayTransferPaymentMethod$outboundSchema,
|
|
67387
|
+
RtpCreditTransferPaymentMethod$outboundSchema,
|
|
67388
|
+
CardPaymentTransferPaymentMethod$outboundSchema,
|
|
67389
|
+
PushToCardTransferPaymentMethod$outboundSchema,
|
|
67390
|
+
PullFromCardTransferPaymentMethod$outboundSchema,
|
|
67391
|
+
ApplePayTransferPaymentMethod$outboundSchema,
|
|
67392
|
+
CardPresentPaymentTransferPaymentMethod$outboundSchema,
|
|
67393
|
+
InstantBankCreditTransferPaymentMethod$outboundSchema
|
|
67394
|
+
]);
|
|
67395
|
+
});
|
|
67396
|
+
|
|
66974
67397
|
// src/models/components/transferoptions.ts
|
|
66975
67398
|
var TransferOptions$inboundSchema, TransferOptions$outboundSchema;
|
|
66976
67399
|
var init_transferoptions = __esm(() => {
|
|
66977
67400
|
init_esm();
|
|
66978
|
-
|
|
67401
|
+
init_transferpaymentmethod();
|
|
66979
67402
|
TransferOptions$inboundSchema = objectType({
|
|
66980
|
-
sourceOptions: arrayType(
|
|
66981
|
-
destinationOptions: arrayType(
|
|
67403
|
+
sourceOptions: arrayType(TransferPaymentMethod$inboundSchema).optional(),
|
|
67404
|
+
destinationOptions: arrayType(TransferPaymentMethod$inboundSchema).optional()
|
|
66982
67405
|
});
|
|
66983
67406
|
TransferOptions$outboundSchema = objectType({
|
|
66984
|
-
sourceOptions: arrayType(
|
|
66985
|
-
destinationOptions: arrayType(
|
|
67407
|
+
sourceOptions: arrayType(TransferPaymentMethod$outboundSchema).optional(),
|
|
67408
|
+
destinationOptions: arrayType(TransferPaymentMethod$outboundSchema).optional()
|
|
66986
67409
|
});
|
|
66987
67410
|
});
|
|
66988
67411
|
|
|
@@ -68490,9 +68913,13 @@ var init_components = __esm(() => {
|
|
|
68490
68913
|
init_accounttype();
|
|
68491
68914
|
init_accountverificationstatus();
|
|
68492
68915
|
init_achcreditsamedaypaymentmethod();
|
|
68916
|
+
init_achcreditsamedaytransferpaymentmethod();
|
|
68493
68917
|
init_achcreditstandardpaymentmethod();
|
|
68918
|
+
init_achcreditstandardtransferpaymentmethod();
|
|
68494
68919
|
init_achdebitcollectpaymentmethod();
|
|
68920
|
+
init_achdebitcollecttransferpaymentmethod();
|
|
68495
68921
|
init_achdebitfundpaymentmethod();
|
|
68922
|
+
init_achdebitfundtransferpaymentmethod();
|
|
68496
68923
|
init_achexception();
|
|
68497
68924
|
init_achfees();
|
|
68498
68925
|
init_achinstitution();
|
|
@@ -68521,6 +68948,7 @@ var init_components = __esm(() => {
|
|
|
68521
68948
|
init_applepaymerchantdomains();
|
|
68522
68949
|
init_applepaypaymentmethod();
|
|
68523
68950
|
init_applepayresponse();
|
|
68951
|
+
init_applepaytransferpaymentmethod();
|
|
68524
68952
|
init_applicationscope();
|
|
68525
68953
|
init_assignproductimage();
|
|
68526
68954
|
init_assignproductimagevalidationerror();
|
|
@@ -68585,7 +69013,9 @@ var init_components = __esm(() => {
|
|
|
68585
69013
|
init_cardpaymentdetailserror();
|
|
68586
69014
|
init_cardpaymentpaymentmethod();
|
|
68587
69015
|
init_cardpaymentsettings();
|
|
69016
|
+
init_cardpaymenttransferpaymentmethod();
|
|
68588
69017
|
init_cardpresentpaymentpaymentmethod();
|
|
69018
|
+
init_cardpresentpaymenttransferpaymentmethod();
|
|
68589
69019
|
init_cardtransactiondetails();
|
|
68590
69020
|
init_cardtransactionfailurecode();
|
|
68591
69021
|
init_cardtransactionstatus();
|
|
@@ -68742,6 +69172,7 @@ var init_components = __esm(() => {
|
|
|
68742
69172
|
init_industrycodes();
|
|
68743
69173
|
init_industrytaxonomy();
|
|
68744
69174
|
init_instantbankcreditpaymentmethod();
|
|
69175
|
+
init_instantbankcredittransferpaymentmethod();
|
|
68745
69176
|
init_instantpaymentfees();
|
|
68746
69177
|
init_institutionssearchresponse();
|
|
68747
69178
|
init_invoice();
|
|
@@ -68801,6 +69232,7 @@ var init_components = __esm(() => {
|
|
|
68801
69232
|
init_moovfee();
|
|
68802
69233
|
init_moovfeedetails();
|
|
68803
69234
|
init_moovwalletpaymentmethod();
|
|
69235
|
+
init_moovwallettransferpaymentmethod();
|
|
68804
69236
|
init_mxauthorizationcode();
|
|
68805
69237
|
init_mxpayload();
|
|
68806
69238
|
init_occurrence();
|
|
@@ -68862,7 +69294,9 @@ var init_components = __esm(() => {
|
|
|
68862
69294
|
init_productrequest();
|
|
68863
69295
|
init_profile();
|
|
68864
69296
|
init_pullfromcardpaymentmethod();
|
|
69297
|
+
init_pullfromcardtransferpaymentmethod();
|
|
68865
69298
|
init_pushtocardpaymentmethod();
|
|
69299
|
+
init_pushtocardtransferpaymentmethod();
|
|
68866
69300
|
init_qrcode();
|
|
68867
69301
|
init_receiptkind();
|
|
68868
69302
|
init_receiptrequest();
|
|
@@ -68888,6 +69322,7 @@ var init_components = __esm(() => {
|
|
|
68888
69322
|
init_reversedwithrefund();
|
|
68889
69323
|
init_revoketokenrequest();
|
|
68890
69324
|
init_rtpcreditpaymentmethod();
|
|
69325
|
+
init_rtpcredittransferpaymentmethod();
|
|
68891
69326
|
init_rtpfailurecode();
|
|
68892
69327
|
init_rtpinstitution();
|
|
68893
69328
|
init_rtprejectioncode();
|
|
@@ -68949,6 +69384,7 @@ var init_components = __esm(() => {
|
|
|
68949
69384
|
init_transferaccount();
|
|
68950
69385
|
init_transferachaddendarecord();
|
|
68951
69386
|
init_transferdestination();
|
|
69387
|
+
init_transferentrymode();
|
|
68952
69388
|
init_transferfailurereason();
|
|
68953
69389
|
init_transferlineitem();
|
|
68954
69390
|
init_transferlineitemimagemetadata();
|
|
@@ -68956,8 +69392,14 @@ var init_components = __esm(() => {
|
|
|
68956
69392
|
init_transferlineitems();
|
|
68957
69393
|
init_transferoptions();
|
|
68958
69394
|
init_transferparty();
|
|
69395
|
+
init_transferpaymentmethod();
|
|
69396
|
+
init_transferpaymentmethodsbankaccount();
|
|
69397
|
+
init_transferpaymentmethodscard();
|
|
69398
|
+
init_transferpaymentmethodswallet();
|
|
69399
|
+
init_transferpaymentmethodtype();
|
|
68959
69400
|
init_transfersource();
|
|
68960
69401
|
init_transferstatus();
|
|
69402
|
+
init_transferterminalcard();
|
|
68961
69403
|
init_transferwaitfor();
|
|
68962
69404
|
init_underwriting();
|
|
68963
69405
|
init_underwritingstatus();
|
|
@@ -102575,7 +103017,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
102575
103017
|
function createMCPServer(deps) {
|
|
102576
103018
|
const server = new McpServer({
|
|
102577
103019
|
name: "Moov",
|
|
102578
|
-
version: "0.23.
|
|
103020
|
+
version: "0.23.6"
|
|
102579
103021
|
});
|
|
102580
103022
|
const client = new MoovCore({
|
|
102581
103023
|
security: deps.security,
|
|
@@ -104153,7 +104595,7 @@ var routes = rn({
|
|
|
104153
104595
|
var app = Ve(routes, {
|
|
104154
104596
|
name: "mcp",
|
|
104155
104597
|
versionInfo: {
|
|
104156
|
-
currentVersion: "0.23.
|
|
104598
|
+
currentVersion: "0.23.6"
|
|
104157
104599
|
}
|
|
104158
104600
|
});
|
|
104159
104601
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -104161,5 +104603,5 @@ export {
|
|
|
104161
104603
|
app
|
|
104162
104604
|
};
|
|
104163
104605
|
|
|
104164
|
-
//# debugId=
|
|
104606
|
+
//# debugId=A851F0F1B7DE0B7A64756E2164756E21
|
|
104165
104607
|
//# sourceMappingURL=mcp-server.js.map
|