@mbanq/core-sdk-js 0.46.1 → 0.46.2
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/dist/chunk-M5BCLAOC.mjs +1 -0
- package/dist/chunk-SU45ZOOL.js +1 -0
- package/dist/commands/index.d.mts +2 -562
- package/dist/commands/index.d.ts +2 -562
- package/dist/commands/index.js +2 -2
- package/dist/commands/index.mjs +2 -2
- package/dist/{recipient-CaYiPRgK.d.mts → recipient-DHUxyIxv.d.mts} +7333 -4671
- package/dist/{recipient-CaYiPRgK.d.ts → recipient-DHUxyIxv.d.ts} +7333 -4671
- package/dist/types/types.d.mts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/zod/index.d.mts +3 -0
- package/dist/zod/index.d.ts +3 -0
- package/dist/zod/index.js +1 -0
- package/dist/zod/index.mjs +1 -0
- package/dist/zod-5M92DxO5.d.mts +980 -0
- package/dist/zod-HGeJs8pw.d.ts +980 -0
- package/package.json +1 -1
package/dist/commands/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import z$1, { z } from 'zod';
|
|
2
2
|
import { a as Command, G as GraphQLRequest } from '../config.d-BvqzFkbH.js';
|
|
3
3
|
import * as buffer from 'buffer';
|
|
4
|
-
import { e as ProcessOutput, G as GetTransferInput, T as Transfer, b as CreateTransferInput, I as CreateTransferOutput, P as Payment, J as PaymentFilters, a as PaymentResponse, C as CreatePaymentInput, K as ProcessOutput$1, U as UpdatePaymentInput, S as SavingAccount, k as GetAccountsOfClientRequest, j as GetAccountsOfClientResponse, l as UpdateAccountRequest, m as CreateAndActivateAccountRequest, n as CreateAndActivateAccountResponse, o as CloseAccountRequest, p as CloseAccountResponse, B as BlockAccountRequest, q as BlockAccountResponse, H as HoldAmountRequest, r as HoldAmountResponse, L as UpdateRecipientRequest, R as Recipient, N as GetRecipientParams, g as CreateRecipientRequest, O as DeleteRecipientRequest, h as RecipientRequest, Q as Recipients, s as UserDetail, V as EnableSelfServiceAccessRequest, W as EnableSelfServiceAccessResponse, X as UpdateSelfServiceUserRequest, Y as UpdateSelfServiceUserResponse, Z as DeleteSelfServiceUserResponse, t as CreateChargeRequest, u as CreateChargeResponse, v as GetChargeResponse, w as GetChargesRequest, x as UpdateChargeRequest, y as UpdateChargeResponse, z as CreateLoanProductRequest, A as CreateLoanProductResponse, D as GetLoanProductResponse, E as GetLoanProductsResponse, F as UpdateLoanProductRequest, _ as UpdateLoanProductResponse } from '../recipient-
|
|
4
|
+
import { e as ProcessOutput, G as GetTransferInput, T as Transfer, b as CreateTransferInput, I as CreateTransferOutput, P as Payment, J as PaymentFilters, a as PaymentResponse, C as CreatePaymentInput, K as ProcessOutput$1, U as UpdatePaymentInput, S as SavingAccount, k as GetAccountsOfClientRequest, j as GetAccountsOfClientResponse, l as UpdateAccountRequest, m as CreateAndActivateAccountRequest, n as CreateAndActivateAccountResponse, o as CloseAccountRequest, p as CloseAccountResponse, B as BlockAccountRequest, q as BlockAccountResponse, H as HoldAmountRequest, r as HoldAmountResponse, L as UpdateRecipientRequest, R as Recipient, N as GetRecipientParams, g as CreateRecipientRequest, O as DeleteRecipientRequest, h as RecipientRequest, Q as Recipients, s as UserDetail, V as EnableSelfServiceAccessRequest, W as EnableSelfServiceAccessResponse, X as UpdateSelfServiceUserRequest, Y as UpdateSelfServiceUserResponse, Z as DeleteSelfServiceUserResponse, t as CreateChargeRequest, u as CreateChargeResponse, v as GetChargeResponse, w as GetChargesRequest, x as UpdateChargeRequest, y as UpdateChargeResponse, z as CreateLoanProductRequest, A as CreateLoanProductResponse, D as GetLoanProductResponse, E as GetLoanProductsResponse, F as UpdateLoanProductRequest, _ as UpdateLoanProductResponse } from '../recipient-DHUxyIxv.js';
|
|
5
|
+
import { C as CreateCreditProductRequest, G as GetCreditProductsResponse, U as UpdateCreditProductRequest } from '../zod-HGeJs8pw.js';
|
|
5
6
|
import 'graphql';
|
|
6
7
|
import 'axios';
|
|
7
8
|
|
|
@@ -20532,567 +20533,6 @@ declare const AdjustCreditAccountLimitsResponseSchema: z$1.ZodObject<{
|
|
|
20532
20533
|
}>;
|
|
20533
20534
|
type AdjustCreditAccountLimitsResponse = z$1.infer<typeof AdjustCreditAccountLimitsResponseSchema>;
|
|
20534
20535
|
|
|
20535
|
-
declare const CreateCreditProductRequestSchema: z$1.ZodObject<{
|
|
20536
|
-
currencyCode: z$1.ZodString;
|
|
20537
|
-
digitsAfterDecimal: z$1.ZodNumber;
|
|
20538
|
-
interestCompoundingPeriodType: z$1.ZodNumber;
|
|
20539
|
-
interestPostingPeriodType: z$1.ZodNumber;
|
|
20540
|
-
interestCalculationType: z$1.ZodNumber;
|
|
20541
|
-
interestCalculationDaysInYearType: z$1.ZodNumber;
|
|
20542
|
-
accountingRule: z$1.ZodNumber;
|
|
20543
|
-
isSecuredCreditProduct: z$1.ZodBoolean;
|
|
20544
|
-
name: z$1.ZodString;
|
|
20545
|
-
shortName: z$1.ZodString;
|
|
20546
|
-
description: z$1.ZodString;
|
|
20547
|
-
inMultiplesOf: z$1.ZodNumber;
|
|
20548
|
-
isLinkedToFloatingInterestRates: z$1.ZodBoolean;
|
|
20549
|
-
nominalAnnualInterestRate: z$1.ZodNumber;
|
|
20550
|
-
nominalAnnualPenaltyInterestRate: z$1.ZodNumber;
|
|
20551
|
-
gracePeriod: z$1.ZodNumber;
|
|
20552
|
-
nominalCashAdvanceInterestRate: z$1.ZodNumber;
|
|
20553
|
-
minimumPayCalculationRate: z$1.ZodNumber;
|
|
20554
|
-
minimumPayFixedAmount: z$1.ZodNumber;
|
|
20555
|
-
statementDay: z$1.ZodNumber;
|
|
20556
|
-
charges: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
20557
|
-
id: z$1.ZodNumber;
|
|
20558
|
-
isMandatory: z$1.ZodBoolean;
|
|
20559
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20560
|
-
id: number;
|
|
20561
|
-
isMandatory: boolean;
|
|
20562
|
-
}, {
|
|
20563
|
-
id: number;
|
|
20564
|
-
isMandatory: boolean;
|
|
20565
|
-
}>, "many">>;
|
|
20566
|
-
disputesInSuspenseAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20567
|
-
graceForArrearsAging: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20568
|
-
fundSourceAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20569
|
-
receivableInterestAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20570
|
-
receivablePenaltyAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20571
|
-
transfersInSuspenseAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20572
|
-
creditPortfolioAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20573
|
-
receivableFeeAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20574
|
-
interestOnIncomeAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20575
|
-
incomeFromPenaltyAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20576
|
-
incomeFromFeeAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20577
|
-
incomeFromRecoveryAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20578
|
-
writeOffAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20579
|
-
overpaymentLiabilityAccountId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20580
|
-
paymentChannelToFundSourceMappings: z$1.ZodOptional<z$1.ZodString>;
|
|
20581
|
-
penaltyToIncomeAccountMappings: z$1.ZodOptional<z$1.ZodString>;
|
|
20582
|
-
feeToIncomeAccountMappings: z$1.ZodOptional<z$1.ZodString>;
|
|
20583
|
-
locale: z$1.ZodOptional<z$1.ZodString>;
|
|
20584
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20585
|
-
name: string;
|
|
20586
|
-
inMultiplesOf: number;
|
|
20587
|
-
isLinkedToFloatingInterestRates: boolean;
|
|
20588
|
-
nominalAnnualInterestRate: number;
|
|
20589
|
-
interestCompoundingPeriodType: number;
|
|
20590
|
-
interestPostingPeriodType: number;
|
|
20591
|
-
interestCalculationType: number;
|
|
20592
|
-
interestCalculationDaysInYearType: number;
|
|
20593
|
-
description: string;
|
|
20594
|
-
currencyCode: string;
|
|
20595
|
-
shortName: string;
|
|
20596
|
-
digitsAfterDecimal: number;
|
|
20597
|
-
accountingRule: number;
|
|
20598
|
-
nominalCashAdvanceInterestRate: number;
|
|
20599
|
-
nominalAnnualPenaltyInterestRate: number;
|
|
20600
|
-
isSecuredCreditProduct: boolean;
|
|
20601
|
-
gracePeriod: number;
|
|
20602
|
-
minimumPayCalculationRate: number;
|
|
20603
|
-
minimumPayFixedAmount: number;
|
|
20604
|
-
statementDay: number;
|
|
20605
|
-
locale?: string | undefined;
|
|
20606
|
-
charges?: {
|
|
20607
|
-
id: number;
|
|
20608
|
-
isMandatory: boolean;
|
|
20609
|
-
}[] | undefined;
|
|
20610
|
-
paymentChannelToFundSourceMappings?: string | undefined;
|
|
20611
|
-
feeToIncomeAccountMappings?: string | undefined;
|
|
20612
|
-
disputesInSuspenseAccountId?: number | undefined;
|
|
20613
|
-
graceForArrearsAging?: number | undefined;
|
|
20614
|
-
fundSourceAccountId?: number | undefined;
|
|
20615
|
-
receivableInterestAccountId?: number | undefined;
|
|
20616
|
-
receivablePenaltyAccountId?: number | undefined;
|
|
20617
|
-
transfersInSuspenseAccountId?: number | undefined;
|
|
20618
|
-
creditPortfolioAccountId?: number | undefined;
|
|
20619
|
-
receivableFeeAccountId?: number | undefined;
|
|
20620
|
-
interestOnIncomeAccountId?: number | undefined;
|
|
20621
|
-
incomeFromPenaltyAccountId?: number | undefined;
|
|
20622
|
-
incomeFromFeeAccountId?: number | undefined;
|
|
20623
|
-
incomeFromRecoveryAccountId?: number | undefined;
|
|
20624
|
-
writeOffAccountId?: number | undefined;
|
|
20625
|
-
overpaymentLiabilityAccountId?: number | undefined;
|
|
20626
|
-
penaltyToIncomeAccountMappings?: string | undefined;
|
|
20627
|
-
}, {
|
|
20628
|
-
name: string;
|
|
20629
|
-
inMultiplesOf: number;
|
|
20630
|
-
isLinkedToFloatingInterestRates: boolean;
|
|
20631
|
-
nominalAnnualInterestRate: number;
|
|
20632
|
-
interestCompoundingPeriodType: number;
|
|
20633
|
-
interestPostingPeriodType: number;
|
|
20634
|
-
interestCalculationType: number;
|
|
20635
|
-
interestCalculationDaysInYearType: number;
|
|
20636
|
-
description: string;
|
|
20637
|
-
currencyCode: string;
|
|
20638
|
-
shortName: string;
|
|
20639
|
-
digitsAfterDecimal: number;
|
|
20640
|
-
accountingRule: number;
|
|
20641
|
-
nominalCashAdvanceInterestRate: number;
|
|
20642
|
-
nominalAnnualPenaltyInterestRate: number;
|
|
20643
|
-
isSecuredCreditProduct: boolean;
|
|
20644
|
-
gracePeriod: number;
|
|
20645
|
-
minimumPayCalculationRate: number;
|
|
20646
|
-
minimumPayFixedAmount: number;
|
|
20647
|
-
statementDay: number;
|
|
20648
|
-
locale?: string | undefined;
|
|
20649
|
-
charges?: {
|
|
20650
|
-
id: number;
|
|
20651
|
-
isMandatory: boolean;
|
|
20652
|
-
}[] | undefined;
|
|
20653
|
-
paymentChannelToFundSourceMappings?: string | undefined;
|
|
20654
|
-
feeToIncomeAccountMappings?: string | undefined;
|
|
20655
|
-
disputesInSuspenseAccountId?: number | undefined;
|
|
20656
|
-
graceForArrearsAging?: number | undefined;
|
|
20657
|
-
fundSourceAccountId?: number | undefined;
|
|
20658
|
-
receivableInterestAccountId?: number | undefined;
|
|
20659
|
-
receivablePenaltyAccountId?: number | undefined;
|
|
20660
|
-
transfersInSuspenseAccountId?: number | undefined;
|
|
20661
|
-
creditPortfolioAccountId?: number | undefined;
|
|
20662
|
-
receivableFeeAccountId?: number | undefined;
|
|
20663
|
-
interestOnIncomeAccountId?: number | undefined;
|
|
20664
|
-
incomeFromPenaltyAccountId?: number | undefined;
|
|
20665
|
-
incomeFromFeeAccountId?: number | undefined;
|
|
20666
|
-
incomeFromRecoveryAccountId?: number | undefined;
|
|
20667
|
-
writeOffAccountId?: number | undefined;
|
|
20668
|
-
overpaymentLiabilityAccountId?: number | undefined;
|
|
20669
|
-
penaltyToIncomeAccountMappings?: string | undefined;
|
|
20670
|
-
}>;
|
|
20671
|
-
type CreateCreditProductRequest = z$1.infer<typeof CreateCreditProductRequestSchema>;
|
|
20672
|
-
declare const GetCreditProductsResponseSchema: z$1.ZodArray<z$1.ZodObject<{
|
|
20673
|
-
id: z$1.ZodNumber;
|
|
20674
|
-
name: z$1.ZodString;
|
|
20675
|
-
shortName: z$1.ZodString;
|
|
20676
|
-
description: z$1.ZodString;
|
|
20677
|
-
currency: z$1.ZodObject<{
|
|
20678
|
-
code: z$1.ZodString;
|
|
20679
|
-
name: z$1.ZodString;
|
|
20680
|
-
decimalPlaces: z$1.ZodNumber;
|
|
20681
|
-
inMultiplesOf: z$1.ZodNumber;
|
|
20682
|
-
displaySymbol: z$1.ZodString;
|
|
20683
|
-
nameCode: z$1.ZodString;
|
|
20684
|
-
displayLabel: z$1.ZodString;
|
|
20685
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20686
|
-
code: string;
|
|
20687
|
-
name: string;
|
|
20688
|
-
decimalPlaces: number;
|
|
20689
|
-
displaySymbol: string;
|
|
20690
|
-
nameCode: string;
|
|
20691
|
-
inMultiplesOf: number;
|
|
20692
|
-
displayLabel: string;
|
|
20693
|
-
}, {
|
|
20694
|
-
code: string;
|
|
20695
|
-
name: string;
|
|
20696
|
-
decimalPlaces: number;
|
|
20697
|
-
displaySymbol: string;
|
|
20698
|
-
nameCode: string;
|
|
20699
|
-
inMultiplesOf: number;
|
|
20700
|
-
displayLabel: string;
|
|
20701
|
-
}>;
|
|
20702
|
-
nominalAnnualInterestRate: z$1.ZodNumber;
|
|
20703
|
-
interestCompoundingPeriodType: z$1.ZodObject<{
|
|
20704
|
-
id: z$1.ZodNumber;
|
|
20705
|
-
code: z$1.ZodString;
|
|
20706
|
-
value: z$1.ZodString;
|
|
20707
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20708
|
-
value: string;
|
|
20709
|
-
code: string;
|
|
20710
|
-
id: number;
|
|
20711
|
-
}, {
|
|
20712
|
-
value: string;
|
|
20713
|
-
code: string;
|
|
20714
|
-
id: number;
|
|
20715
|
-
}>;
|
|
20716
|
-
interestPostingPeriodType: z$1.ZodObject<{
|
|
20717
|
-
id: z$1.ZodNumber;
|
|
20718
|
-
code: z$1.ZodString;
|
|
20719
|
-
value: z$1.ZodString;
|
|
20720
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20721
|
-
value: string;
|
|
20722
|
-
code: string;
|
|
20723
|
-
id: number;
|
|
20724
|
-
}, {
|
|
20725
|
-
value: string;
|
|
20726
|
-
code: string;
|
|
20727
|
-
id: number;
|
|
20728
|
-
}>;
|
|
20729
|
-
interestCalculationType: z$1.ZodObject<{
|
|
20730
|
-
id: z$1.ZodNumber;
|
|
20731
|
-
code: z$1.ZodString;
|
|
20732
|
-
value: z$1.ZodString;
|
|
20733
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20734
|
-
value: string;
|
|
20735
|
-
code: string;
|
|
20736
|
-
id: number;
|
|
20737
|
-
}, {
|
|
20738
|
-
value: string;
|
|
20739
|
-
code: string;
|
|
20740
|
-
id: number;
|
|
20741
|
-
}>;
|
|
20742
|
-
interestCalculationDaysInYearType: z$1.ZodObject<{
|
|
20743
|
-
id: z$1.ZodNumber;
|
|
20744
|
-
code: z$1.ZodString;
|
|
20745
|
-
value: z$1.ZodString;
|
|
20746
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20747
|
-
value: string;
|
|
20748
|
-
code: string;
|
|
20749
|
-
id: number;
|
|
20750
|
-
}, {
|
|
20751
|
-
value: string;
|
|
20752
|
-
code: string;
|
|
20753
|
-
id: number;
|
|
20754
|
-
}>;
|
|
20755
|
-
nominalCashAdvanceInterestRate: z$1.ZodNumber;
|
|
20756
|
-
nominalAnnualPenaltyInterestRate: z$1.ZodNumber;
|
|
20757
|
-
accountingRule: z$1.ZodObject<{
|
|
20758
|
-
id: z$1.ZodNumber;
|
|
20759
|
-
code: z$1.ZodString;
|
|
20760
|
-
value: z$1.ZodString;
|
|
20761
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20762
|
-
value: string;
|
|
20763
|
-
code: string;
|
|
20764
|
-
id: number;
|
|
20765
|
-
}, {
|
|
20766
|
-
value: string;
|
|
20767
|
-
code: string;
|
|
20768
|
-
id: number;
|
|
20769
|
-
}>;
|
|
20770
|
-
charges: z$1.ZodArray<z$1.ZodObject<{
|
|
20771
|
-
id: z$1.ZodNumber;
|
|
20772
|
-
isMandatory: z$1.ZodBoolean;
|
|
20773
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20774
|
-
id: number;
|
|
20775
|
-
isMandatory: boolean;
|
|
20776
|
-
}, {
|
|
20777
|
-
id: number;
|
|
20778
|
-
isMandatory: boolean;
|
|
20779
|
-
}>, "many">;
|
|
20780
|
-
isLinkedToFloatingInterestRates: z$1.ZodBoolean;
|
|
20781
|
-
isFloatingInterestRateCalculationAllowed: z$1.ZodBoolean;
|
|
20782
|
-
isUsedForSuspenseAccounting: z$1.ZodBoolean;
|
|
20783
|
-
isLinkedWithFundSourceAccount: z$1.ZodBoolean;
|
|
20784
|
-
isSecuredCreditProduct: z$1.ZodBoolean;
|
|
20785
|
-
reserveProduct: z$1.ZodOptional<z$1.ZodObject<{
|
|
20786
|
-
id: z$1.ZodNumber;
|
|
20787
|
-
withdrawalFeeForTransfers: z$1.ZodBoolean;
|
|
20788
|
-
allowOverdraft: z$1.ZodBoolean;
|
|
20789
|
-
enforceMinRequiredBalance: z$1.ZodBoolean;
|
|
20790
|
-
withHoldTax: z$1.ZodBoolean;
|
|
20791
|
-
isLinkedToFloatingInterestRates: z$1.ZodBoolean;
|
|
20792
|
-
isFloatingInterestRateCalculationAllowed: z$1.ZodBoolean;
|
|
20793
|
-
isUsedForSuspenseAccounting: z$1.ZodBoolean;
|
|
20794
|
-
isLinkedWithFundSourceAccount: z$1.ZodBoolean;
|
|
20795
|
-
isSkipCollectTransferCharge: z$1.ZodBoolean;
|
|
20796
|
-
isReservedProduct: z$1.ZodBoolean;
|
|
20797
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20798
|
-
id: number;
|
|
20799
|
-
withdrawalFeeForTransfers: boolean;
|
|
20800
|
-
allowOverdraft: boolean;
|
|
20801
|
-
enforceMinRequiredBalance: boolean;
|
|
20802
|
-
withHoldTax: boolean;
|
|
20803
|
-
isLinkedToFloatingInterestRates: boolean;
|
|
20804
|
-
isFloatingInterestRateCalculationAllowed: boolean;
|
|
20805
|
-
isLinkedWithFundSourceAccount: boolean;
|
|
20806
|
-
isUsedForSuspenseAccounting: boolean;
|
|
20807
|
-
isSkipCollectTransferCharge: boolean;
|
|
20808
|
-
isReservedProduct: boolean;
|
|
20809
|
-
}, {
|
|
20810
|
-
id: number;
|
|
20811
|
-
withdrawalFeeForTransfers: boolean;
|
|
20812
|
-
allowOverdraft: boolean;
|
|
20813
|
-
enforceMinRequiredBalance: boolean;
|
|
20814
|
-
withHoldTax: boolean;
|
|
20815
|
-
isLinkedToFloatingInterestRates: boolean;
|
|
20816
|
-
isFloatingInterestRateCalculationAllowed: boolean;
|
|
20817
|
-
isLinkedWithFundSourceAccount: boolean;
|
|
20818
|
-
isUsedForSuspenseAccounting: boolean;
|
|
20819
|
-
isSkipCollectTransferCharge: boolean;
|
|
20820
|
-
isReservedProduct: boolean;
|
|
20821
|
-
}>>;
|
|
20822
|
-
gracePeriod: z$1.ZodNumber;
|
|
20823
|
-
minimumPayCalculationRate: z$1.ZodNumber;
|
|
20824
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20825
|
-
name: string;
|
|
20826
|
-
id: number;
|
|
20827
|
-
currency: {
|
|
20828
|
-
code: string;
|
|
20829
|
-
name: string;
|
|
20830
|
-
decimalPlaces: number;
|
|
20831
|
-
displaySymbol: string;
|
|
20832
|
-
nameCode: string;
|
|
20833
|
-
inMultiplesOf: number;
|
|
20834
|
-
displayLabel: string;
|
|
20835
|
-
};
|
|
20836
|
-
isLinkedToFloatingInterestRates: boolean;
|
|
20837
|
-
nominalAnnualInterestRate: number;
|
|
20838
|
-
interestCompoundingPeriodType: {
|
|
20839
|
-
value: string;
|
|
20840
|
-
code: string;
|
|
20841
|
-
id: number;
|
|
20842
|
-
};
|
|
20843
|
-
interestPostingPeriodType: {
|
|
20844
|
-
value: string;
|
|
20845
|
-
code: string;
|
|
20846
|
-
id: number;
|
|
20847
|
-
};
|
|
20848
|
-
interestCalculationType: {
|
|
20849
|
-
value: string;
|
|
20850
|
-
code: string;
|
|
20851
|
-
id: number;
|
|
20852
|
-
};
|
|
20853
|
-
interestCalculationDaysInYearType: {
|
|
20854
|
-
value: string;
|
|
20855
|
-
code: string;
|
|
20856
|
-
id: number;
|
|
20857
|
-
};
|
|
20858
|
-
isFloatingInterestRateCalculationAllowed: boolean;
|
|
20859
|
-
charges: {
|
|
20860
|
-
id: number;
|
|
20861
|
-
isMandatory: boolean;
|
|
20862
|
-
}[];
|
|
20863
|
-
description: string;
|
|
20864
|
-
isLinkedWithFundSourceAccount: boolean;
|
|
20865
|
-
shortName: string;
|
|
20866
|
-
accountingRule: {
|
|
20867
|
-
value: string;
|
|
20868
|
-
code: string;
|
|
20869
|
-
id: number;
|
|
20870
|
-
};
|
|
20871
|
-
nominalCashAdvanceInterestRate: number;
|
|
20872
|
-
nominalAnnualPenaltyInterestRate: number;
|
|
20873
|
-
isSecuredCreditProduct: boolean;
|
|
20874
|
-
gracePeriod: number;
|
|
20875
|
-
minimumPayCalculationRate: number;
|
|
20876
|
-
isUsedForSuspenseAccounting: boolean;
|
|
20877
|
-
reserveProduct?: {
|
|
20878
|
-
id: number;
|
|
20879
|
-
withdrawalFeeForTransfers: boolean;
|
|
20880
|
-
allowOverdraft: boolean;
|
|
20881
|
-
enforceMinRequiredBalance: boolean;
|
|
20882
|
-
withHoldTax: boolean;
|
|
20883
|
-
isLinkedToFloatingInterestRates: boolean;
|
|
20884
|
-
isFloatingInterestRateCalculationAllowed: boolean;
|
|
20885
|
-
isLinkedWithFundSourceAccount: boolean;
|
|
20886
|
-
isUsedForSuspenseAccounting: boolean;
|
|
20887
|
-
isSkipCollectTransferCharge: boolean;
|
|
20888
|
-
isReservedProduct: boolean;
|
|
20889
|
-
} | undefined;
|
|
20890
|
-
}, {
|
|
20891
|
-
name: string;
|
|
20892
|
-
id: number;
|
|
20893
|
-
currency: {
|
|
20894
|
-
code: string;
|
|
20895
|
-
name: string;
|
|
20896
|
-
decimalPlaces: number;
|
|
20897
|
-
displaySymbol: string;
|
|
20898
|
-
nameCode: string;
|
|
20899
|
-
inMultiplesOf: number;
|
|
20900
|
-
displayLabel: string;
|
|
20901
|
-
};
|
|
20902
|
-
isLinkedToFloatingInterestRates: boolean;
|
|
20903
|
-
nominalAnnualInterestRate: number;
|
|
20904
|
-
interestCompoundingPeriodType: {
|
|
20905
|
-
value: string;
|
|
20906
|
-
code: string;
|
|
20907
|
-
id: number;
|
|
20908
|
-
};
|
|
20909
|
-
interestPostingPeriodType: {
|
|
20910
|
-
value: string;
|
|
20911
|
-
code: string;
|
|
20912
|
-
id: number;
|
|
20913
|
-
};
|
|
20914
|
-
interestCalculationType: {
|
|
20915
|
-
value: string;
|
|
20916
|
-
code: string;
|
|
20917
|
-
id: number;
|
|
20918
|
-
};
|
|
20919
|
-
interestCalculationDaysInYearType: {
|
|
20920
|
-
value: string;
|
|
20921
|
-
code: string;
|
|
20922
|
-
id: number;
|
|
20923
|
-
};
|
|
20924
|
-
isFloatingInterestRateCalculationAllowed: boolean;
|
|
20925
|
-
charges: {
|
|
20926
|
-
id: number;
|
|
20927
|
-
isMandatory: boolean;
|
|
20928
|
-
}[];
|
|
20929
|
-
description: string;
|
|
20930
|
-
isLinkedWithFundSourceAccount: boolean;
|
|
20931
|
-
shortName: string;
|
|
20932
|
-
accountingRule: {
|
|
20933
|
-
value: string;
|
|
20934
|
-
code: string;
|
|
20935
|
-
id: number;
|
|
20936
|
-
};
|
|
20937
|
-
nominalCashAdvanceInterestRate: number;
|
|
20938
|
-
nominalAnnualPenaltyInterestRate: number;
|
|
20939
|
-
isSecuredCreditProduct: boolean;
|
|
20940
|
-
gracePeriod: number;
|
|
20941
|
-
minimumPayCalculationRate: number;
|
|
20942
|
-
isUsedForSuspenseAccounting: boolean;
|
|
20943
|
-
reserveProduct?: {
|
|
20944
|
-
id: number;
|
|
20945
|
-
withdrawalFeeForTransfers: boolean;
|
|
20946
|
-
allowOverdraft: boolean;
|
|
20947
|
-
enforceMinRequiredBalance: boolean;
|
|
20948
|
-
withHoldTax: boolean;
|
|
20949
|
-
isLinkedToFloatingInterestRates: boolean;
|
|
20950
|
-
isFloatingInterestRateCalculationAllowed: boolean;
|
|
20951
|
-
isLinkedWithFundSourceAccount: boolean;
|
|
20952
|
-
isUsedForSuspenseAccounting: boolean;
|
|
20953
|
-
isSkipCollectTransferCharge: boolean;
|
|
20954
|
-
isReservedProduct: boolean;
|
|
20955
|
-
} | undefined;
|
|
20956
|
-
}>, "many">;
|
|
20957
|
-
declare const UpdateCreditProductRequestSchema: z$1.ZodObject<{
|
|
20958
|
-
currencyCode: z$1.ZodOptional<z$1.ZodString>;
|
|
20959
|
-
digitsAfterDecimal: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20960
|
-
interestCompoundingPeriodType: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20961
|
-
interestPostingPeriodType: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20962
|
-
interestCalculationType: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20963
|
-
interestCalculationDaysInYearType: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20964
|
-
accountingRule: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20965
|
-
isSecuredCreditProduct: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
20966
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
20967
|
-
shortName: z$1.ZodOptional<z$1.ZodString>;
|
|
20968
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
20969
|
-
inMultiplesOf: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20970
|
-
isLinkedToFloatingInterestRates: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
20971
|
-
nominalAnnualInterestRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20972
|
-
nominalAnnualPenaltyInterestRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20973
|
-
gracePeriod: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20974
|
-
nominalCashAdvanceInterestRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20975
|
-
minimumPayCalculationRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20976
|
-
minimumPayFixedAmount: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20977
|
-
statementDay: z$1.ZodOptional<z$1.ZodNumber>;
|
|
20978
|
-
charges: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
20979
|
-
id: z$1.ZodNumber;
|
|
20980
|
-
isMandatory: z$1.ZodBoolean;
|
|
20981
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
20982
|
-
id: number;
|
|
20983
|
-
isMandatory: boolean;
|
|
20984
|
-
}, {
|
|
20985
|
-
id: number;
|
|
20986
|
-
isMandatory: boolean;
|
|
20987
|
-
}>, "many">>>;
|
|
20988
|
-
disputesInSuspenseAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20989
|
-
graceForArrearsAging: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20990
|
-
fundSourceAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20991
|
-
receivableInterestAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20992
|
-
receivablePenaltyAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20993
|
-
transfersInSuspenseAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20994
|
-
creditPortfolioAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20995
|
-
receivableFeeAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20996
|
-
interestOnIncomeAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20997
|
-
incomeFromPenaltyAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20998
|
-
incomeFromFeeAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
20999
|
-
incomeFromRecoveryAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
21000
|
-
writeOffAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
21001
|
-
overpaymentLiabilityAccountId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
21002
|
-
paymentChannelToFundSourceMappings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
21003
|
-
penaltyToIncomeAccountMappings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
21004
|
-
feeToIncomeAccountMappings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
21005
|
-
locale: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
21006
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
21007
|
-
name?: string | undefined;
|
|
21008
|
-
locale?: string | undefined;
|
|
21009
|
-
inMultiplesOf?: number | undefined;
|
|
21010
|
-
isLinkedToFloatingInterestRates?: boolean | undefined;
|
|
21011
|
-
nominalAnnualInterestRate?: number | undefined;
|
|
21012
|
-
interestCompoundingPeriodType?: number | undefined;
|
|
21013
|
-
interestPostingPeriodType?: number | undefined;
|
|
21014
|
-
interestCalculationType?: number | undefined;
|
|
21015
|
-
interestCalculationDaysInYearType?: number | undefined;
|
|
21016
|
-
charges?: {
|
|
21017
|
-
id: number;
|
|
21018
|
-
isMandatory: boolean;
|
|
21019
|
-
}[] | undefined;
|
|
21020
|
-
description?: string | undefined;
|
|
21021
|
-
currencyCode?: string | undefined;
|
|
21022
|
-
shortName?: string | undefined;
|
|
21023
|
-
digitsAfterDecimal?: number | undefined;
|
|
21024
|
-
accountingRule?: number | undefined;
|
|
21025
|
-
paymentChannelToFundSourceMappings?: string | undefined;
|
|
21026
|
-
feeToIncomeAccountMappings?: string | undefined;
|
|
21027
|
-
nominalCashAdvanceInterestRate?: number | undefined;
|
|
21028
|
-
nominalAnnualPenaltyInterestRate?: number | undefined;
|
|
21029
|
-
isSecuredCreditProduct?: boolean | undefined;
|
|
21030
|
-
gracePeriod?: number | undefined;
|
|
21031
|
-
minimumPayCalculationRate?: number | undefined;
|
|
21032
|
-
minimumPayFixedAmount?: number | undefined;
|
|
21033
|
-
statementDay?: number | undefined;
|
|
21034
|
-
disputesInSuspenseAccountId?: number | undefined;
|
|
21035
|
-
graceForArrearsAging?: number | undefined;
|
|
21036
|
-
fundSourceAccountId?: number | undefined;
|
|
21037
|
-
receivableInterestAccountId?: number | undefined;
|
|
21038
|
-
receivablePenaltyAccountId?: number | undefined;
|
|
21039
|
-
transfersInSuspenseAccountId?: number | undefined;
|
|
21040
|
-
creditPortfolioAccountId?: number | undefined;
|
|
21041
|
-
receivableFeeAccountId?: number | undefined;
|
|
21042
|
-
interestOnIncomeAccountId?: number | undefined;
|
|
21043
|
-
incomeFromPenaltyAccountId?: number | undefined;
|
|
21044
|
-
incomeFromFeeAccountId?: number | undefined;
|
|
21045
|
-
incomeFromRecoveryAccountId?: number | undefined;
|
|
21046
|
-
writeOffAccountId?: number | undefined;
|
|
21047
|
-
overpaymentLiabilityAccountId?: number | undefined;
|
|
21048
|
-
penaltyToIncomeAccountMappings?: string | undefined;
|
|
21049
|
-
}, {
|
|
21050
|
-
name?: string | undefined;
|
|
21051
|
-
locale?: string | undefined;
|
|
21052
|
-
inMultiplesOf?: number | undefined;
|
|
21053
|
-
isLinkedToFloatingInterestRates?: boolean | undefined;
|
|
21054
|
-
nominalAnnualInterestRate?: number | undefined;
|
|
21055
|
-
interestCompoundingPeriodType?: number | undefined;
|
|
21056
|
-
interestPostingPeriodType?: number | undefined;
|
|
21057
|
-
interestCalculationType?: number | undefined;
|
|
21058
|
-
interestCalculationDaysInYearType?: number | undefined;
|
|
21059
|
-
charges?: {
|
|
21060
|
-
id: number;
|
|
21061
|
-
isMandatory: boolean;
|
|
21062
|
-
}[] | undefined;
|
|
21063
|
-
description?: string | undefined;
|
|
21064
|
-
currencyCode?: string | undefined;
|
|
21065
|
-
shortName?: string | undefined;
|
|
21066
|
-
digitsAfterDecimal?: number | undefined;
|
|
21067
|
-
accountingRule?: number | undefined;
|
|
21068
|
-
paymentChannelToFundSourceMappings?: string | undefined;
|
|
21069
|
-
feeToIncomeAccountMappings?: string | undefined;
|
|
21070
|
-
nominalCashAdvanceInterestRate?: number | undefined;
|
|
21071
|
-
nominalAnnualPenaltyInterestRate?: number | undefined;
|
|
21072
|
-
isSecuredCreditProduct?: boolean | undefined;
|
|
21073
|
-
gracePeriod?: number | undefined;
|
|
21074
|
-
minimumPayCalculationRate?: number | undefined;
|
|
21075
|
-
minimumPayFixedAmount?: number | undefined;
|
|
21076
|
-
statementDay?: number | undefined;
|
|
21077
|
-
disputesInSuspenseAccountId?: number | undefined;
|
|
21078
|
-
graceForArrearsAging?: number | undefined;
|
|
21079
|
-
fundSourceAccountId?: number | undefined;
|
|
21080
|
-
receivableInterestAccountId?: number | undefined;
|
|
21081
|
-
receivablePenaltyAccountId?: number | undefined;
|
|
21082
|
-
transfersInSuspenseAccountId?: number | undefined;
|
|
21083
|
-
creditPortfolioAccountId?: number | undefined;
|
|
21084
|
-
receivableFeeAccountId?: number | undefined;
|
|
21085
|
-
interestOnIncomeAccountId?: number | undefined;
|
|
21086
|
-
incomeFromPenaltyAccountId?: number | undefined;
|
|
21087
|
-
incomeFromFeeAccountId?: number | undefined;
|
|
21088
|
-
incomeFromRecoveryAccountId?: number | undefined;
|
|
21089
|
-
writeOffAccountId?: number | undefined;
|
|
21090
|
-
overpaymentLiabilityAccountId?: number | undefined;
|
|
21091
|
-
penaltyToIncomeAccountMappings?: string | undefined;
|
|
21092
|
-
}>;
|
|
21093
|
-
type GetCreditProductsResponse = z$1.infer<typeof GetCreditProductsResponseSchema>;
|
|
21094
|
-
type UpdateCreditProductRequest = z$1.infer<typeof UpdateCreditProductRequestSchema>;
|
|
21095
|
-
|
|
21096
20536
|
declare enum ActionType {
|
|
21097
20537
|
NONE = "none",
|
|
21098
20538
|
CREATE = "create",
|