@moovio/sdk 26.4.0-dev.3 → 26.4.0-dev.5
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 +513 -69
- package/bin/mcp-server.js.map +32 -13
- 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/generatedby.d.ts +2 -0
- package/models/components/generatedby.d.ts.map +1 -1
- package/models/components/generatedby.js +2 -0
- package/models/components/generatedby.js.map +1 -1
- 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/generatedby.ts +4 -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: "v2026.04.00",
|
|
52882
|
-
sdkVersion: "26.4.0-dev.
|
|
52883
|
-
genVersion: "2.
|
|
52884
|
-
userAgent: "speakeasy-sdk/typescript 26.4.0-dev.
|
|
52882
|
+
sdkVersion: "26.4.0-dev.5",
|
|
52883
|
+
genVersion: "2.823.1",
|
|
52884
|
+
userAgent: "speakeasy-sdk/typescript 26.4.0-dev.5 2.823.1 v2026.04.00 @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(() => {
|
|
@@ -56091,6 +56192,23 @@ var init_applepaypaymentmethod = __esm(() => {
|
|
|
56091
56192
|
});
|
|
56092
56193
|
});
|
|
56093
56194
|
|
|
56195
|
+
// src/models/components/applepaytransferpaymentmethod.ts
|
|
56196
|
+
var ApplePayTransferPaymentMethod$inboundSchema, ApplePayTransferPaymentMethod$outboundSchema;
|
|
56197
|
+
var init_applepaytransferpaymentmethod = __esm(() => {
|
|
56198
|
+
init_esm();
|
|
56199
|
+
init_applepayresponse();
|
|
56200
|
+
ApplePayTransferPaymentMethod$inboundSchema = objectType({
|
|
56201
|
+
paymentMethodID: stringType(),
|
|
56202
|
+
paymentMethodType: literalType("apple-pay"),
|
|
56203
|
+
applePay: ApplePayResponse$inboundSchema
|
|
56204
|
+
});
|
|
56205
|
+
ApplePayTransferPaymentMethod$outboundSchema = objectType({
|
|
56206
|
+
paymentMethodID: stringType(),
|
|
56207
|
+
paymentMethodType: literalType("apple-pay"),
|
|
56208
|
+
applePay: ApplePayResponse$outboundSchema
|
|
56209
|
+
});
|
|
56210
|
+
});
|
|
56211
|
+
|
|
56094
56212
|
// src/models/components/applicationscope.ts
|
|
56095
56213
|
var ApplicationScope, ApplicationScope$inboundSchema, ApplicationScope$outboundSchema;
|
|
56096
56214
|
var init_applicationscope = __esm(() => {
|
|
@@ -60051,6 +60169,75 @@ var init_cardpaymentpaymentmethod = __esm(() => {
|
|
|
60051
60169
|
});
|
|
60052
60170
|
});
|
|
60053
60171
|
|
|
60172
|
+
// src/models/components/transferpaymentmethodscard.ts
|
|
60173
|
+
var TransferPaymentMethodsCard$inboundSchema, TransferPaymentMethodsCard$outboundSchema;
|
|
60174
|
+
var init_transferpaymentmethodscard = __esm(() => {
|
|
60175
|
+
init_esm();
|
|
60176
|
+
init_cardaccountupdater();
|
|
60177
|
+
init_cardaddress();
|
|
60178
|
+
init_cardbrand();
|
|
60179
|
+
init_cardexpiration();
|
|
60180
|
+
init_cardtype();
|
|
60181
|
+
init_cardverification();
|
|
60182
|
+
init_domesticpullfromcard();
|
|
60183
|
+
init_domesticpushtocard();
|
|
60184
|
+
TransferPaymentMethodsCard$inboundSchema = objectType({
|
|
60185
|
+
cardID: stringType(),
|
|
60186
|
+
fingerprint: stringType(),
|
|
60187
|
+
brand: CardBrand$inboundSchema,
|
|
60188
|
+
cardType: CardType$inboundSchema,
|
|
60189
|
+
lastFourCardNumber: stringType(),
|
|
60190
|
+
bin: stringType(),
|
|
60191
|
+
expiration: CardExpiration$inboundSchema,
|
|
60192
|
+
holderName: stringType().optional(),
|
|
60193
|
+
billingAddress: CardAddress$inboundSchema,
|
|
60194
|
+
cardVerification: CardVerification$inboundSchema,
|
|
60195
|
+
issuer: stringType().optional(),
|
|
60196
|
+
issuerCountry: stringType().optional(),
|
|
60197
|
+
cardOnFile: booleanType().optional(),
|
|
60198
|
+
merchantAccountID: stringType().optional(),
|
|
60199
|
+
cardAccountUpdater: CardAccountUpdater$inboundSchema.optional(),
|
|
60200
|
+
domesticPushToCard: DomesticPushToCard$inboundSchema.optional(),
|
|
60201
|
+
domesticPullFromCard: DomesticPullFromCard$inboundSchema.optional()
|
|
60202
|
+
});
|
|
60203
|
+
TransferPaymentMethodsCard$outboundSchema = objectType({
|
|
60204
|
+
cardID: stringType(),
|
|
60205
|
+
fingerprint: stringType(),
|
|
60206
|
+
brand: CardBrand$outboundSchema,
|
|
60207
|
+
cardType: CardType$outboundSchema,
|
|
60208
|
+
lastFourCardNumber: stringType(),
|
|
60209
|
+
bin: stringType(),
|
|
60210
|
+
expiration: CardExpiration$outboundSchema,
|
|
60211
|
+
holderName: stringType().optional(),
|
|
60212
|
+
billingAddress: CardAddress$outboundSchema,
|
|
60213
|
+
cardVerification: CardVerification$outboundSchema,
|
|
60214
|
+
issuer: stringType().optional(),
|
|
60215
|
+
issuerCountry: stringType().optional(),
|
|
60216
|
+
cardOnFile: booleanType().optional(),
|
|
60217
|
+
merchantAccountID: stringType().optional(),
|
|
60218
|
+
cardAccountUpdater: CardAccountUpdater$outboundSchema.optional(),
|
|
60219
|
+
domesticPushToCard: DomesticPushToCard$outboundSchema.optional(),
|
|
60220
|
+
domesticPullFromCard: DomesticPullFromCard$outboundSchema.optional()
|
|
60221
|
+
});
|
|
60222
|
+
});
|
|
60223
|
+
|
|
60224
|
+
// src/models/components/cardpaymenttransferpaymentmethod.ts
|
|
60225
|
+
var CardPaymentTransferPaymentMethod$inboundSchema, CardPaymentTransferPaymentMethod$outboundSchema;
|
|
60226
|
+
var init_cardpaymenttransferpaymentmethod = __esm(() => {
|
|
60227
|
+
init_esm();
|
|
60228
|
+
init_transferpaymentmethodscard();
|
|
60229
|
+
CardPaymentTransferPaymentMethod$inboundSchema = objectType({
|
|
60230
|
+
paymentMethodID: stringType(),
|
|
60231
|
+
paymentMethodType: literalType("card-payment"),
|
|
60232
|
+
card: TransferPaymentMethodsCard$inboundSchema
|
|
60233
|
+
});
|
|
60234
|
+
CardPaymentTransferPaymentMethod$outboundSchema = objectType({
|
|
60235
|
+
paymentMethodID: stringType(),
|
|
60236
|
+
paymentMethodType: literalType("card-payment"),
|
|
60237
|
+
card: TransferPaymentMethodsCard$outboundSchema
|
|
60238
|
+
});
|
|
60239
|
+
});
|
|
60240
|
+
|
|
60054
60241
|
// src/models/components/entrymode.ts
|
|
60055
60242
|
var EntryMode, EntryMode$inboundSchema, EntryMode$outboundSchema;
|
|
60056
60243
|
var init_entrymode = __esm(() => {
|
|
@@ -60117,6 +60304,72 @@ var init_cardpresentpaymentpaymentmethod = __esm(() => {
|
|
|
60117
60304
|
});
|
|
60118
60305
|
});
|
|
60119
60306
|
|
|
60307
|
+
// src/models/components/transferentrymode.ts
|
|
60308
|
+
var TransferEntryMode, TransferEntryMode$inboundSchema, TransferEntryMode$outboundSchema;
|
|
60309
|
+
var init_transferentrymode = __esm(() => {
|
|
60310
|
+
init_esm();
|
|
60311
|
+
TransferEntryMode = {
|
|
60312
|
+
Contactless: "contactless"
|
|
60313
|
+
};
|
|
60314
|
+
TransferEntryMode$inboundSchema = nativeEnumType(TransferEntryMode);
|
|
60315
|
+
TransferEntryMode$outboundSchema = TransferEntryMode$inboundSchema;
|
|
60316
|
+
});
|
|
60317
|
+
|
|
60318
|
+
// src/models/components/transferterminalcard.ts
|
|
60319
|
+
var TransferTerminalCard$inboundSchema, TransferTerminalCard$outboundSchema;
|
|
60320
|
+
var init_transferterminalcard = __esm(() => {
|
|
60321
|
+
init_esm();
|
|
60322
|
+
init_cardbrand();
|
|
60323
|
+
init_cardexpiration();
|
|
60324
|
+
init_cardtype();
|
|
60325
|
+
init_transferentrymode();
|
|
60326
|
+
TransferTerminalCard$inboundSchema = objectType({
|
|
60327
|
+
entryMode: TransferEntryMode$inboundSchema.optional(),
|
|
60328
|
+
brand: CardBrand$inboundSchema.optional(),
|
|
60329
|
+
bin: stringType().optional(),
|
|
60330
|
+
cardType: CardType$inboundSchema.optional(),
|
|
60331
|
+
expiration: CardExpiration$inboundSchema.optional(),
|
|
60332
|
+
fingerprint: stringType().optional(),
|
|
60333
|
+
holderName: stringType().optional(),
|
|
60334
|
+
issuer: stringType().optional(),
|
|
60335
|
+
issuerCountry: stringType().optional(),
|
|
60336
|
+
lastFourCardNumber: stringType().optional(),
|
|
60337
|
+
applicationID: stringType().optional(),
|
|
60338
|
+
applicationName: stringType().optional()
|
|
60339
|
+
});
|
|
60340
|
+
TransferTerminalCard$outboundSchema = objectType({
|
|
60341
|
+
entryMode: TransferEntryMode$outboundSchema.optional(),
|
|
60342
|
+
brand: CardBrand$outboundSchema.optional(),
|
|
60343
|
+
bin: stringType().optional(),
|
|
60344
|
+
cardType: CardType$outboundSchema.optional(),
|
|
60345
|
+
expiration: CardExpiration$outboundSchema.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
|
+
});
|
|
60355
|
+
|
|
60356
|
+
// src/models/components/cardpresentpaymenttransferpaymentmethod.ts
|
|
60357
|
+
var CardPresentPaymentTransferPaymentMethod$inboundSchema, CardPresentPaymentTransferPaymentMethod$outboundSchema;
|
|
60358
|
+
var init_cardpresentpaymenttransferpaymentmethod = __esm(() => {
|
|
60359
|
+
init_esm();
|
|
60360
|
+
init_transferterminalcard();
|
|
60361
|
+
CardPresentPaymentTransferPaymentMethod$inboundSchema = objectType({
|
|
60362
|
+
paymentMethodID: stringType(),
|
|
60363
|
+
paymentMethodType: literalType("card-present-payment"),
|
|
60364
|
+
terminalCard: TransferTerminalCard$inboundSchema.optional()
|
|
60365
|
+
});
|
|
60366
|
+
CardPresentPaymentTransferPaymentMethod$outboundSchema = objectType({
|
|
60367
|
+
paymentMethodID: stringType(),
|
|
60368
|
+
paymentMethodType: literalType("card-present-payment"),
|
|
60369
|
+
terminalCard: TransferTerminalCard$outboundSchema.optional()
|
|
60370
|
+
});
|
|
60371
|
+
});
|
|
60372
|
+
|
|
60120
60373
|
// src/models/components/cardtransactionstatus.ts
|
|
60121
60374
|
var CardTransactionStatus, CardTransactionStatus$inboundSchema, CardTransactionStatus$outboundSchema;
|
|
60122
60375
|
var init_cardtransactionstatus = __esm(() => {
|
|
@@ -60949,35 +61202,6 @@ var init_moovfeedetails = __esm(() => {
|
|
|
60949
61202
|
});
|
|
60950
61203
|
});
|
|
60951
61204
|
|
|
60952
|
-
// src/models/components/wallettype.ts
|
|
60953
|
-
var WalletType, WalletType$inboundSchema, WalletType$outboundSchema;
|
|
60954
|
-
var init_wallettype = __esm(() => {
|
|
60955
|
-
init_esm();
|
|
60956
|
-
WalletType = {
|
|
60957
|
-
Default: "default",
|
|
60958
|
-
General: "general"
|
|
60959
|
-
};
|
|
60960
|
-
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
60961
|
-
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
60962
|
-
});
|
|
60963
|
-
|
|
60964
|
-
// src/models/components/paymentmethodswallet.ts
|
|
60965
|
-
var PaymentMethodsWallet$inboundSchema, PaymentMethodsWallet$outboundSchema;
|
|
60966
|
-
var init_paymentmethodswallet = __esm(() => {
|
|
60967
|
-
init_esm();
|
|
60968
|
-
init_wallettype();
|
|
60969
|
-
PaymentMethodsWallet$inboundSchema = objectType({
|
|
60970
|
-
walletID: stringType(),
|
|
60971
|
-
partnerAccountID: stringType(),
|
|
60972
|
-
walletType: WalletType$inboundSchema
|
|
60973
|
-
});
|
|
60974
|
-
PaymentMethodsWallet$outboundSchema = objectType({
|
|
60975
|
-
walletID: stringType(),
|
|
60976
|
-
partnerAccountID: stringType(),
|
|
60977
|
-
walletType: WalletType$outboundSchema
|
|
60978
|
-
});
|
|
60979
|
-
});
|
|
60980
|
-
|
|
60981
61205
|
// src/models/components/rtpfailurecode.ts
|
|
60982
61206
|
var RTPFailureCode, RTPFailureCode$inboundSchema, RTPFailureCode$outboundSchema;
|
|
60983
61207
|
var init_rtpfailurecode = __esm(() => {
|
|
@@ -61054,6 +61278,57 @@ var init_transferaccount = __esm(() => {
|
|
|
61054
61278
|
});
|
|
61055
61279
|
});
|
|
61056
61280
|
|
|
61281
|
+
// src/models/components/wallettype.ts
|
|
61282
|
+
var WalletType, WalletType$inboundSchema, WalletType$outboundSchema;
|
|
61283
|
+
var init_wallettype = __esm(() => {
|
|
61284
|
+
init_esm();
|
|
61285
|
+
WalletType = {
|
|
61286
|
+
Default: "default",
|
|
61287
|
+
General: "general"
|
|
61288
|
+
};
|
|
61289
|
+
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
61290
|
+
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
61291
|
+
});
|
|
61292
|
+
|
|
61293
|
+
// src/models/components/transferpaymentmethodswallet.ts
|
|
61294
|
+
var TransferPaymentMethodsWallet$inboundSchema, TransferPaymentMethodsWallet$outboundSchema;
|
|
61295
|
+
var init_transferpaymentmethodswallet = __esm(() => {
|
|
61296
|
+
init_esm();
|
|
61297
|
+
init_wallettype();
|
|
61298
|
+
TransferPaymentMethodsWallet$inboundSchema = objectType({
|
|
61299
|
+
walletID: stringType(),
|
|
61300
|
+
partnerAccountID: stringType(),
|
|
61301
|
+
walletType: WalletType$inboundSchema
|
|
61302
|
+
});
|
|
61303
|
+
TransferPaymentMethodsWallet$outboundSchema = objectType({
|
|
61304
|
+
walletID: stringType(),
|
|
61305
|
+
partnerAccountID: stringType(),
|
|
61306
|
+
walletType: WalletType$outboundSchema
|
|
61307
|
+
});
|
|
61308
|
+
});
|
|
61309
|
+
|
|
61310
|
+
// src/models/components/transferpaymentmethodtype.ts
|
|
61311
|
+
var TransferPaymentMethodType, TransferPaymentMethodType$inboundSchema, TransferPaymentMethodType$outboundSchema;
|
|
61312
|
+
var init_transferpaymentmethodtype = __esm(() => {
|
|
61313
|
+
init_esm();
|
|
61314
|
+
TransferPaymentMethodType = {
|
|
61315
|
+
MoovWallet: "moov-wallet",
|
|
61316
|
+
AchDebitFund: "ach-debit-fund",
|
|
61317
|
+
AchDebitCollect: "ach-debit-collect",
|
|
61318
|
+
AchCreditStandard: "ach-credit-standard",
|
|
61319
|
+
AchCreditSameDay: "ach-credit-same-day",
|
|
61320
|
+
RtpCredit: "rtp-credit",
|
|
61321
|
+
CardPayment: "card-payment",
|
|
61322
|
+
PushToCard: "push-to-card",
|
|
61323
|
+
PullFromCard: "pull-from-card",
|
|
61324
|
+
ApplePay: "apple-pay",
|
|
61325
|
+
CardPresentPayment: "card-present-payment",
|
|
61326
|
+
InstantBankCredit: "instant-bank-credit"
|
|
61327
|
+
};
|
|
61328
|
+
TransferPaymentMethodType$inboundSchema = nativeEnumType(TransferPaymentMethodType);
|
|
61329
|
+
TransferPaymentMethodType$outboundSchema = TransferPaymentMethodType$inboundSchema;
|
|
61330
|
+
});
|
|
61331
|
+
|
|
61057
61332
|
// src/models/components/transferdestination.ts
|
|
61058
61333
|
var TransferDestination$inboundSchema, TransferDestination$outboundSchema;
|
|
61059
61334
|
var init_transferdestination = __esm(() => {
|
|
@@ -61061,19 +61336,19 @@ var init_transferdestination = __esm(() => {
|
|
|
61061
61336
|
init_achtransactiondetails();
|
|
61062
61337
|
init_applepayresponse();
|
|
61063
61338
|
init_cardtransactiondetails();
|
|
61064
|
-
init_paymentmethodsbankaccount();
|
|
61065
|
-
init_paymentmethodscard();
|
|
61066
|
-
init_paymentmethodswallet();
|
|
61067
|
-
init_paymentmethodtype();
|
|
61068
61339
|
init_rtptransactiondetails();
|
|
61069
61340
|
init_transferaccount();
|
|
61341
|
+
init_transferpaymentmethodsbankaccount();
|
|
61342
|
+
init_transferpaymentmethodscard();
|
|
61343
|
+
init_transferpaymentmethodswallet();
|
|
61344
|
+
init_transferpaymentmethodtype();
|
|
61070
61345
|
TransferDestination$inboundSchema = objectType({
|
|
61071
61346
|
paymentMethodID: stringType(),
|
|
61072
|
-
paymentMethodType:
|
|
61347
|
+
paymentMethodType: TransferPaymentMethodType$inboundSchema,
|
|
61073
61348
|
account: TransferAccount$inboundSchema,
|
|
61074
|
-
bankAccount:
|
|
61075
|
-
wallet:
|
|
61076
|
-
card:
|
|
61349
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema.optional(),
|
|
61350
|
+
wallet: TransferPaymentMethodsWallet$inboundSchema.optional(),
|
|
61351
|
+
card: TransferPaymentMethodsCard$inboundSchema.optional(),
|
|
61077
61352
|
achDetails: ACHTransactionDetails$inboundSchema.optional(),
|
|
61078
61353
|
applePay: ApplePayResponse$inboundSchema.optional(),
|
|
61079
61354
|
cardDetails: CardTransactionDetails$inboundSchema.optional(),
|
|
@@ -61081,11 +61356,11 @@ var init_transferdestination = __esm(() => {
|
|
|
61081
61356
|
});
|
|
61082
61357
|
TransferDestination$outboundSchema = objectType({
|
|
61083
61358
|
paymentMethodID: stringType(),
|
|
61084
|
-
paymentMethodType:
|
|
61359
|
+
paymentMethodType: TransferPaymentMethodType$outboundSchema,
|
|
61085
61360
|
account: TransferAccount$outboundSchema,
|
|
61086
|
-
bankAccount:
|
|
61087
|
-
wallet:
|
|
61088
|
-
card:
|
|
61361
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema.optional(),
|
|
61362
|
+
wallet: TransferPaymentMethodsWallet$outboundSchema.optional(),
|
|
61363
|
+
card: TransferPaymentMethodsCard$outboundSchema.optional(),
|
|
61089
61364
|
achDetails: ACHTransactionDetails$outboundSchema.optional(),
|
|
61090
61365
|
applePay: ApplePayResponse$outboundSchema.optional(),
|
|
61091
61366
|
cardDetails: CardTransactionDetails$outboundSchema.optional(),
|
|
@@ -61193,35 +61468,35 @@ var init_transfersource = __esm(() => {
|
|
|
61193
61468
|
init_achtransactiondetails();
|
|
61194
61469
|
init_applepayresponse();
|
|
61195
61470
|
init_cardtransactiondetails();
|
|
61196
|
-
init_paymentmethodsbankaccount();
|
|
61197
|
-
init_paymentmethodscard();
|
|
61198
|
-
init_paymentmethodswallet();
|
|
61199
|
-
init_paymentmethodtype();
|
|
61200
|
-
init_terminalcard();
|
|
61201
61471
|
init_transferaccount();
|
|
61472
|
+
init_transferpaymentmethodsbankaccount();
|
|
61473
|
+
init_transferpaymentmethodscard();
|
|
61474
|
+
init_transferpaymentmethodswallet();
|
|
61475
|
+
init_transferpaymentmethodtype();
|
|
61476
|
+
init_transferterminalcard();
|
|
61202
61477
|
TransferSource$inboundSchema = objectType({
|
|
61203
61478
|
transferID: stringType().optional(),
|
|
61204
61479
|
paymentMethodID: stringType(),
|
|
61205
|
-
paymentMethodType:
|
|
61480
|
+
paymentMethodType: TransferPaymentMethodType$inboundSchema,
|
|
61206
61481
|
account: TransferAccount$inboundSchema,
|
|
61207
|
-
bankAccount:
|
|
61208
|
-
wallet:
|
|
61209
|
-
card:
|
|
61482
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema.optional(),
|
|
61483
|
+
wallet: TransferPaymentMethodsWallet$inboundSchema.optional(),
|
|
61484
|
+
card: TransferPaymentMethodsCard$inboundSchema.optional(),
|
|
61210
61485
|
applePay: ApplePayResponse$inboundSchema.optional(),
|
|
61211
|
-
terminalCard:
|
|
61486
|
+
terminalCard: TransferTerminalCard$inboundSchema.optional(),
|
|
61212
61487
|
cardDetails: CardTransactionDetails$inboundSchema.optional(),
|
|
61213
61488
|
achDetails: ACHTransactionDetails$inboundSchema.optional()
|
|
61214
61489
|
});
|
|
61215
61490
|
TransferSource$outboundSchema = objectType({
|
|
61216
61491
|
transferID: stringType().optional(),
|
|
61217
61492
|
paymentMethodID: stringType(),
|
|
61218
|
-
paymentMethodType:
|
|
61493
|
+
paymentMethodType: TransferPaymentMethodType$outboundSchema,
|
|
61219
61494
|
account: TransferAccount$outboundSchema,
|
|
61220
|
-
bankAccount:
|
|
61221
|
-
wallet:
|
|
61222
|
-
card:
|
|
61495
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema.optional(),
|
|
61496
|
+
wallet: TransferPaymentMethodsWallet$outboundSchema.optional(),
|
|
61497
|
+
card: TransferPaymentMethodsCard$outboundSchema.optional(),
|
|
61223
61498
|
applePay: ApplePayResponse$outboundSchema.optional(),
|
|
61224
|
-
terminalCard:
|
|
61499
|
+
terminalCard: TransferTerminalCard$outboundSchema.optional(),
|
|
61225
61500
|
cardDetails: CardTransactionDetails$outboundSchema.optional(),
|
|
61226
61501
|
achDetails: ACHTransactionDetails$outboundSchema.optional()
|
|
61227
61502
|
});
|
|
@@ -63269,14 +63544,16 @@ var init_generatedby = __esm(() => {
|
|
|
63269
63544
|
cardID: stringType().optional(),
|
|
63270
63545
|
disputeID: stringType().optional(),
|
|
63271
63546
|
accountID: stringType().optional(),
|
|
63272
|
-
bankAccountID: stringType().optional()
|
|
63547
|
+
bankAccountID: stringType().optional(),
|
|
63548
|
+
invoiceID: stringType().optional()
|
|
63273
63549
|
});
|
|
63274
63550
|
GeneratedBy$outboundSchema = objectType({
|
|
63275
63551
|
transferID: stringType().optional(),
|
|
63276
63552
|
cardID: stringType().optional(),
|
|
63277
63553
|
disputeID: stringType().optional(),
|
|
63278
63554
|
accountID: stringType().optional(),
|
|
63279
|
-
bankAccountID: stringType().optional()
|
|
63555
|
+
bankAccountID: stringType().optional(),
|
|
63556
|
+
invoiceID: stringType().optional()
|
|
63280
63557
|
});
|
|
63281
63558
|
});
|
|
63282
63559
|
|
|
@@ -63470,6 +63747,23 @@ var init_instantbankcreditpaymentmethod = __esm(() => {
|
|
|
63470
63747
|
});
|
|
63471
63748
|
});
|
|
63472
63749
|
|
|
63750
|
+
// src/models/components/instantbankcredittransferpaymentmethod.ts
|
|
63751
|
+
var InstantBankCreditTransferPaymentMethod$inboundSchema, InstantBankCreditTransferPaymentMethod$outboundSchema;
|
|
63752
|
+
var init_instantbankcredittransferpaymentmethod = __esm(() => {
|
|
63753
|
+
init_esm();
|
|
63754
|
+
init_transferpaymentmethodsbankaccount();
|
|
63755
|
+
InstantBankCreditTransferPaymentMethod$inboundSchema = objectType({
|
|
63756
|
+
paymentMethodID: stringType(),
|
|
63757
|
+
paymentMethodType: literalType("instant-bank-credit"),
|
|
63758
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema
|
|
63759
|
+
});
|
|
63760
|
+
InstantBankCreditTransferPaymentMethod$outboundSchema = objectType({
|
|
63761
|
+
paymentMethodID: stringType(),
|
|
63762
|
+
paymentMethodType: literalType("instant-bank-credit"),
|
|
63763
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema
|
|
63764
|
+
});
|
|
63765
|
+
});
|
|
63766
|
+
|
|
63473
63767
|
// src/models/components/instantpaymentfees.ts
|
|
63474
63768
|
var InstantPaymentFees$inboundSchema, InstantPaymentFees$outboundSchema;
|
|
63475
63769
|
var init_instantpaymentfees = __esm(() => {
|
|
@@ -64259,6 +64553,23 @@ var init_moovfee = __esm(() => {
|
|
|
64259
64553
|
});
|
|
64260
64554
|
});
|
|
64261
64555
|
|
|
64556
|
+
// src/models/components/paymentmethodswallet.ts
|
|
64557
|
+
var PaymentMethodsWallet$inboundSchema, PaymentMethodsWallet$outboundSchema;
|
|
64558
|
+
var init_paymentmethodswallet = __esm(() => {
|
|
64559
|
+
init_esm();
|
|
64560
|
+
init_wallettype();
|
|
64561
|
+
PaymentMethodsWallet$inboundSchema = objectType({
|
|
64562
|
+
walletID: stringType(),
|
|
64563
|
+
partnerAccountID: stringType(),
|
|
64564
|
+
walletType: WalletType$inboundSchema
|
|
64565
|
+
});
|
|
64566
|
+
PaymentMethodsWallet$outboundSchema = objectType({
|
|
64567
|
+
walletID: stringType(),
|
|
64568
|
+
partnerAccountID: stringType(),
|
|
64569
|
+
walletType: WalletType$outboundSchema
|
|
64570
|
+
});
|
|
64571
|
+
});
|
|
64572
|
+
|
|
64262
64573
|
// src/models/components/moovwalletpaymentmethod.ts
|
|
64263
64574
|
var MoovWalletPaymentMethod$inboundSchema, MoovWalletPaymentMethod$outboundSchema;
|
|
64264
64575
|
var init_moovwalletpaymentmethod = __esm(() => {
|
|
@@ -64276,6 +64587,23 @@ var init_moovwalletpaymentmethod = __esm(() => {
|
|
|
64276
64587
|
});
|
|
64277
64588
|
});
|
|
64278
64589
|
|
|
64590
|
+
// src/models/components/moovwallettransferpaymentmethod.ts
|
|
64591
|
+
var MoovWalletTransferPaymentMethod$inboundSchema, MoovWalletTransferPaymentMethod$outboundSchema;
|
|
64592
|
+
var init_moovwallettransferpaymentmethod = __esm(() => {
|
|
64593
|
+
init_esm();
|
|
64594
|
+
init_transferpaymentmethodswallet();
|
|
64595
|
+
MoovWalletTransferPaymentMethod$inboundSchema = objectType({
|
|
64596
|
+
paymentMethodID: stringType(),
|
|
64597
|
+
paymentMethodType: literalType("moov-wallet"),
|
|
64598
|
+
wallet: TransferPaymentMethodsWallet$inboundSchema
|
|
64599
|
+
});
|
|
64600
|
+
MoovWalletTransferPaymentMethod$outboundSchema = objectType({
|
|
64601
|
+
paymentMethodID: stringType(),
|
|
64602
|
+
paymentMethodType: literalType("moov-wallet"),
|
|
64603
|
+
wallet: TransferPaymentMethodsWallet$outboundSchema
|
|
64604
|
+
});
|
|
64605
|
+
});
|
|
64606
|
+
|
|
64279
64607
|
// src/models/components/occurrence.ts
|
|
64280
64608
|
var Occurrence$inboundSchema, Occurrence$outboundSchema;
|
|
64281
64609
|
var init_occurrence = __esm(() => {
|
|
@@ -65456,6 +65784,40 @@ var init_productrequest = __esm(() => {
|
|
|
65456
65784
|
});
|
|
65457
65785
|
});
|
|
65458
65786
|
|
|
65787
|
+
// src/models/components/pullfromcardtransferpaymentmethod.ts
|
|
65788
|
+
var PullFromCardTransferPaymentMethod$inboundSchema, PullFromCardTransferPaymentMethod$outboundSchema;
|
|
65789
|
+
var init_pullfromcardtransferpaymentmethod = __esm(() => {
|
|
65790
|
+
init_esm();
|
|
65791
|
+
init_transferpaymentmethodscard();
|
|
65792
|
+
PullFromCardTransferPaymentMethod$inboundSchema = objectType({
|
|
65793
|
+
paymentMethodID: stringType(),
|
|
65794
|
+
paymentMethodType: literalType("pull-from-card"),
|
|
65795
|
+
card: TransferPaymentMethodsCard$inboundSchema
|
|
65796
|
+
});
|
|
65797
|
+
PullFromCardTransferPaymentMethod$outboundSchema = objectType({
|
|
65798
|
+
paymentMethodID: stringType(),
|
|
65799
|
+
paymentMethodType: literalType("pull-from-card"),
|
|
65800
|
+
card: TransferPaymentMethodsCard$outboundSchema
|
|
65801
|
+
});
|
|
65802
|
+
});
|
|
65803
|
+
|
|
65804
|
+
// src/models/components/pushtocardtransferpaymentmethod.ts
|
|
65805
|
+
var PushToCardTransferPaymentMethod$inboundSchema, PushToCardTransferPaymentMethod$outboundSchema;
|
|
65806
|
+
var init_pushtocardtransferpaymentmethod = __esm(() => {
|
|
65807
|
+
init_esm();
|
|
65808
|
+
init_transferpaymentmethodscard();
|
|
65809
|
+
PushToCardTransferPaymentMethod$inboundSchema = objectType({
|
|
65810
|
+
paymentMethodID: stringType(),
|
|
65811
|
+
paymentMethodType: literalType("push-to-card"),
|
|
65812
|
+
card: TransferPaymentMethodsCard$inboundSchema
|
|
65813
|
+
});
|
|
65814
|
+
PushToCardTransferPaymentMethod$outboundSchema = objectType({
|
|
65815
|
+
paymentMethodID: stringType(),
|
|
65816
|
+
paymentMethodType: literalType("push-to-card"),
|
|
65817
|
+
card: TransferPaymentMethodsCard$outboundSchema
|
|
65818
|
+
});
|
|
65819
|
+
});
|
|
65820
|
+
|
|
65459
65821
|
// src/models/components/qrcode.ts
|
|
65460
65822
|
var QRCode$inboundSchema, QRCode$outboundSchema;
|
|
65461
65823
|
var init_qrcode = __esm(() => {
|
|
@@ -65762,6 +66124,23 @@ var init_revoketokenrequest = __esm(() => {
|
|
|
65762
66124
|
});
|
|
65763
66125
|
});
|
|
65764
66126
|
|
|
66127
|
+
// src/models/components/rtpcredittransferpaymentmethod.ts
|
|
66128
|
+
var RtpCreditTransferPaymentMethod$inboundSchema, RtpCreditTransferPaymentMethod$outboundSchema;
|
|
66129
|
+
var init_rtpcredittransferpaymentmethod = __esm(() => {
|
|
66130
|
+
init_esm();
|
|
66131
|
+
init_transferpaymentmethodsbankaccount();
|
|
66132
|
+
RtpCreditTransferPaymentMethod$inboundSchema = objectType({
|
|
66133
|
+
paymentMethodID: stringType(),
|
|
66134
|
+
paymentMethodType: literalType("rtp-credit"),
|
|
66135
|
+
bankAccount: TransferPaymentMethodsBankAccount$inboundSchema
|
|
66136
|
+
});
|
|
66137
|
+
RtpCreditTransferPaymentMethod$outboundSchema = objectType({
|
|
66138
|
+
paymentMethodID: stringType(),
|
|
66139
|
+
paymentMethodType: literalType("rtp-credit"),
|
|
66140
|
+
bankAccount: TransferPaymentMethodsBankAccount$outboundSchema
|
|
66141
|
+
});
|
|
66142
|
+
});
|
|
66143
|
+
|
|
65765
66144
|
// src/models/components/schedulelistresponse.ts
|
|
65766
66145
|
var ScheduleListResponse$inboundSchema, ScheduleListResponse$outboundSchema;
|
|
65767
66146
|
var init_schedulelistresponse = __esm(() => {
|
|
@@ -66481,18 +66860,64 @@ var init_transfer = __esm(() => {
|
|
|
66481
66860
|
});
|
|
66482
66861
|
});
|
|
66483
66862
|
|
|
66863
|
+
// src/models/components/transferpaymentmethod.ts
|
|
66864
|
+
var TransferPaymentMethod$inboundSchema, TransferPaymentMethod$outboundSchema;
|
|
66865
|
+
var init_transferpaymentmethod = __esm(() => {
|
|
66866
|
+
init_esm();
|
|
66867
|
+
init_achcreditsamedaytransferpaymentmethod();
|
|
66868
|
+
init_achcreditstandardtransferpaymentmethod();
|
|
66869
|
+
init_achdebitcollecttransferpaymentmethod();
|
|
66870
|
+
init_achdebitfundtransferpaymentmethod();
|
|
66871
|
+
init_applepaytransferpaymentmethod();
|
|
66872
|
+
init_cardpaymenttransferpaymentmethod();
|
|
66873
|
+
init_cardpresentpaymenttransferpaymentmethod();
|
|
66874
|
+
init_instantbankcredittransferpaymentmethod();
|
|
66875
|
+
init_moovwallettransferpaymentmethod();
|
|
66876
|
+
init_pullfromcardtransferpaymentmethod();
|
|
66877
|
+
init_pushtocardtransferpaymentmethod();
|
|
66878
|
+
init_rtpcredittransferpaymentmethod();
|
|
66879
|
+
TransferPaymentMethod$inboundSchema = unionType([
|
|
66880
|
+
MoovWalletTransferPaymentMethod$inboundSchema,
|
|
66881
|
+
AchDebitFundTransferPaymentMethod$inboundSchema,
|
|
66882
|
+
AchDebitCollectTransferPaymentMethod$inboundSchema,
|
|
66883
|
+
AchCreditStandardTransferPaymentMethod$inboundSchema,
|
|
66884
|
+
AchCreditSameDayTransferPaymentMethod$inboundSchema,
|
|
66885
|
+
RtpCreditTransferPaymentMethod$inboundSchema,
|
|
66886
|
+
CardPaymentTransferPaymentMethod$inboundSchema,
|
|
66887
|
+
PushToCardTransferPaymentMethod$inboundSchema,
|
|
66888
|
+
PullFromCardTransferPaymentMethod$inboundSchema,
|
|
66889
|
+
ApplePayTransferPaymentMethod$inboundSchema,
|
|
66890
|
+
CardPresentPaymentTransferPaymentMethod$inboundSchema,
|
|
66891
|
+
InstantBankCreditTransferPaymentMethod$inboundSchema
|
|
66892
|
+
]);
|
|
66893
|
+
TransferPaymentMethod$outboundSchema = unionType([
|
|
66894
|
+
MoovWalletTransferPaymentMethod$outboundSchema,
|
|
66895
|
+
AchDebitFundTransferPaymentMethod$outboundSchema,
|
|
66896
|
+
AchDebitCollectTransferPaymentMethod$outboundSchema,
|
|
66897
|
+
AchCreditStandardTransferPaymentMethod$outboundSchema,
|
|
66898
|
+
AchCreditSameDayTransferPaymentMethod$outboundSchema,
|
|
66899
|
+
RtpCreditTransferPaymentMethod$outboundSchema,
|
|
66900
|
+
CardPaymentTransferPaymentMethod$outboundSchema,
|
|
66901
|
+
PushToCardTransferPaymentMethod$outboundSchema,
|
|
66902
|
+
PullFromCardTransferPaymentMethod$outboundSchema,
|
|
66903
|
+
ApplePayTransferPaymentMethod$outboundSchema,
|
|
66904
|
+
CardPresentPaymentTransferPaymentMethod$outboundSchema,
|
|
66905
|
+
InstantBankCreditTransferPaymentMethod$outboundSchema
|
|
66906
|
+
]);
|
|
66907
|
+
});
|
|
66908
|
+
|
|
66484
66909
|
// src/models/components/transferoptions.ts
|
|
66485
66910
|
var TransferOptions$inboundSchema, TransferOptions$outboundSchema;
|
|
66486
66911
|
var init_transferoptions = __esm(() => {
|
|
66487
66912
|
init_esm();
|
|
66488
|
-
|
|
66913
|
+
init_transferpaymentmethod();
|
|
66489
66914
|
TransferOptions$inboundSchema = objectType({
|
|
66490
|
-
sourceOptions: arrayType(
|
|
66491
|
-
destinationOptions: arrayType(
|
|
66915
|
+
sourceOptions: arrayType(TransferPaymentMethod$inboundSchema).optional(),
|
|
66916
|
+
destinationOptions: arrayType(TransferPaymentMethod$inboundSchema).optional()
|
|
66492
66917
|
});
|
|
66493
66918
|
TransferOptions$outboundSchema = objectType({
|
|
66494
|
-
sourceOptions: arrayType(
|
|
66495
|
-
destinationOptions: arrayType(
|
|
66919
|
+
sourceOptions: arrayType(TransferPaymentMethod$outboundSchema).optional(),
|
|
66920
|
+
destinationOptions: arrayType(TransferPaymentMethod$outboundSchema).optional()
|
|
66496
66921
|
});
|
|
66497
66922
|
});
|
|
66498
66923
|
|
|
@@ -67975,9 +68400,13 @@ var init_components = __esm(() => {
|
|
|
67975
68400
|
init_accounttype();
|
|
67976
68401
|
init_accountverificationstatus();
|
|
67977
68402
|
init_achcreditsamedaypaymentmethod();
|
|
68403
|
+
init_achcreditsamedaytransferpaymentmethod();
|
|
67978
68404
|
init_achcreditstandardpaymentmethod();
|
|
68405
|
+
init_achcreditstandardtransferpaymentmethod();
|
|
67979
68406
|
init_achdebitcollectpaymentmethod();
|
|
68407
|
+
init_achdebitcollecttransferpaymentmethod();
|
|
67980
68408
|
init_achdebitfundpaymentmethod();
|
|
68409
|
+
init_achdebitfundtransferpaymentmethod();
|
|
67981
68410
|
init_achexception();
|
|
67982
68411
|
init_achfees();
|
|
67983
68412
|
init_achinstitution();
|
|
@@ -68005,6 +68434,7 @@ var init_components = __esm(() => {
|
|
|
68005
68434
|
init_applepaymerchantdomains();
|
|
68006
68435
|
init_applepaypaymentmethod();
|
|
68007
68436
|
init_applepayresponse();
|
|
68437
|
+
init_applepaytransferpaymentmethod();
|
|
68008
68438
|
init_applicationscope();
|
|
68009
68439
|
init_assignproductimage();
|
|
68010
68440
|
init_assignproductimagevalidationerror();
|
|
@@ -68069,7 +68499,9 @@ var init_components = __esm(() => {
|
|
|
68069
68499
|
init_cardpaymentdetailserror();
|
|
68070
68500
|
init_cardpaymentpaymentmethod();
|
|
68071
68501
|
init_cardpaymentsettings();
|
|
68502
|
+
init_cardpaymenttransferpaymentmethod();
|
|
68072
68503
|
init_cardpresentpaymentpaymentmethod();
|
|
68504
|
+
init_cardpresentpaymenttransferpaymentmethod();
|
|
68073
68505
|
init_cardtransactiondetails();
|
|
68074
68506
|
init_cardtransactionfailurecode();
|
|
68075
68507
|
init_cardtransactionstatus();
|
|
@@ -68215,6 +68647,7 @@ var init_components = __esm(() => {
|
|
|
68215
68647
|
init_industrycodes();
|
|
68216
68648
|
init_industrytaxonomy();
|
|
68217
68649
|
init_instantbankcreditpaymentmethod();
|
|
68650
|
+
init_instantbankcredittransferpaymentmethod();
|
|
68218
68651
|
init_instantpaymentfees();
|
|
68219
68652
|
init_institutionssearchresponse();
|
|
68220
68653
|
init_invoicestatus();
|
|
@@ -68261,6 +68694,7 @@ var init_components = __esm(() => {
|
|
|
68261
68694
|
init_moovfee();
|
|
68262
68695
|
init_moovfeedetails();
|
|
68263
68696
|
init_moovwalletpaymentmethod();
|
|
68697
|
+
init_moovwallettransferpaymentmethod();
|
|
68264
68698
|
init_mxauthorizationcode();
|
|
68265
68699
|
init_mxpayload();
|
|
68266
68700
|
init_occurrence();
|
|
@@ -68322,7 +68756,9 @@ var init_components = __esm(() => {
|
|
|
68322
68756
|
init_productrequest();
|
|
68323
68757
|
init_profile();
|
|
68324
68758
|
init_pullfromcardpaymentmethod();
|
|
68759
|
+
init_pullfromcardtransferpaymentmethod();
|
|
68325
68760
|
init_pushtocardpaymentmethod();
|
|
68761
|
+
init_pushtocardtransferpaymentmethod();
|
|
68326
68762
|
init_qrcode();
|
|
68327
68763
|
init_receiptkind();
|
|
68328
68764
|
init_receiptrequest();
|
|
@@ -68348,6 +68784,7 @@ var init_components = __esm(() => {
|
|
|
68348
68784
|
init_reversedwithrefund();
|
|
68349
68785
|
init_revoketokenrequest();
|
|
68350
68786
|
init_rtpcreditpaymentmethod();
|
|
68787
|
+
init_rtpcredittransferpaymentmethod();
|
|
68351
68788
|
init_rtpfailurecode();
|
|
68352
68789
|
init_rtpinstitution();
|
|
68353
68790
|
init_rtprejectioncode();
|
|
@@ -68409,6 +68846,7 @@ var init_components = __esm(() => {
|
|
|
68409
68846
|
init_transferaccount();
|
|
68410
68847
|
init_transferachaddendarecord();
|
|
68411
68848
|
init_transferdestination();
|
|
68849
|
+
init_transferentrymode();
|
|
68412
68850
|
init_transferfailurereason();
|
|
68413
68851
|
init_transferlineitem();
|
|
68414
68852
|
init_transferlineitemimagemetadata();
|
|
@@ -68416,8 +68854,14 @@ var init_components = __esm(() => {
|
|
|
68416
68854
|
init_transferlineitems();
|
|
68417
68855
|
init_transferoptions();
|
|
68418
68856
|
init_transferparty();
|
|
68857
|
+
init_transferpaymentmethod();
|
|
68858
|
+
init_transferpaymentmethodsbankaccount();
|
|
68859
|
+
init_transferpaymentmethodscard();
|
|
68860
|
+
init_transferpaymentmethodswallet();
|
|
68861
|
+
init_transferpaymentmethodtype();
|
|
68419
68862
|
init_transfersource();
|
|
68420
68863
|
init_transferstatus();
|
|
68864
|
+
init_transferterminalcard();
|
|
68421
68865
|
init_transferwaitfor();
|
|
68422
68866
|
init_underwriting();
|
|
68423
68867
|
init_underwritingstatus();
|
|
@@ -100702,7 +101146,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
100702
101146
|
function createMCPServer(deps) {
|
|
100703
101147
|
const server = new McpServer({
|
|
100704
101148
|
name: "Moov",
|
|
100705
|
-
version: "26.4.0-dev.
|
|
101149
|
+
version: "26.4.0-dev.5"
|
|
100706
101150
|
});
|
|
100707
101151
|
const client = new MoovCore({
|
|
100708
101152
|
security: deps.security,
|
|
@@ -102268,7 +102712,7 @@ var routes = rn({
|
|
|
102268
102712
|
var app = Ve(routes, {
|
|
102269
102713
|
name: "mcp",
|
|
102270
102714
|
versionInfo: {
|
|
102271
|
-
currentVersion: "26.4.0-dev.
|
|
102715
|
+
currentVersion: "26.4.0-dev.5"
|
|
102272
102716
|
}
|
|
102273
102717
|
});
|
|
102274
102718
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -102276,5 +102720,5 @@ export {
|
|
|
102276
102720
|
app
|
|
102277
102721
|
};
|
|
102278
102722
|
|
|
102279
|
-
//# debugId=
|
|
102723
|
+
//# debugId=304523830779835A64756E2164756E21
|
|
102280
102724
|
//# sourceMappingURL=mcp-server.js.map
|