@stashfin/grpc 1.2.123 → 1.2.125
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/package.json +1 -1
- package/ts/bureau/getbasicdetails.js +1 -1
- package/ts/bureau/getdemogs.js +1 -1
- package/ts/bureau/getreport.js +1 -1
- package/ts/bureau.js +1 -1
- package/ts/colender/disburseLoan.js +1 -1
- package/ts/colender/forecloseLoan.js +1 -1
- package/ts/colender/repayLoan.js +1 -1
- package/ts/colender.js +1 -1
- package/ts/customers/aa/getbanklist.js +1 -1
- package/ts/customers/aa/initiate.js +1 -1
- package/ts/customers/addaddress.js +1 -1
- package/ts/customers/addbankaccountdetails.js +1 -1
- package/ts/customers/addgstnumber.js +1 -1
- package/ts/customers/addsuspendedcustomer.js +1 -1
- package/ts/customers/adduserapps.js +1 -1
- package/ts/customers/changempin.js +1 -1
- package/ts/customers/createcustomerreference.js +1 -1
- package/ts/customers/deleteprofile.js +1 -1
- package/ts/customers/disablempin.js +1 -1
- package/ts/customers/fetchrcprofile.js +1 -1
- package/ts/customers/forgotmpin.js +1 -1
- package/ts/customers/forgotmpinotp.js +2 -2
- package/ts/customers/forgotmpinverify.js +1 -1
- package/ts/customers/getbankaccountdetails.js +1 -1
- package/ts/customers/getbasicinfo.js +1 -1
- package/ts/customers/getcities.js +1 -1
- package/ts/customers/getcustomerbyid.js +1 -1
- package/ts/customers/getdashboard.js +1 -1
- package/ts/customers/getdashboardmaincard.js +1 -1
- package/ts/customers/getdocuments.js +1 -1
- package/ts/customers/getkycweburl.js +2 -2
- package/ts/customers/getprofessionalinfo.js +1 -1
- package/ts/customers/getprofile.js +1 -1
- package/ts/customers/getstates.js +1 -1
- package/ts/customers/getstep.js +1 -1
- package/ts/customers/profilebasic.js +1 -1
- package/ts/customers/profileupdatetnc.js +1 -1
- package/ts/customers/resetmpin.js +2 -2
- package/ts/customers/savebasicdetails.js +1 -1
- package/ts/customers/saveunlocklimit.js +1 -1
- package/ts/customers/sendemailtoken.js +2 -2
- package/ts/customers/sendotp.js +1 -1
- package/ts/customers/sendotptoemail.js +1 -1
- package/ts/customers/setmpin.js +1 -1
- package/ts/customers/step10.js +1 -1
- package/ts/customers/step7.js +1 -1
- package/ts/customers/step8.js +1 -1
- package/ts/customers/step9.js +1 -1
- package/ts/customers/stepstatic.js +1 -1
- package/ts/customers/updatedigilockertxn.js +2 -2
- package/ts/customers/updatedob.js +1 -1
- package/ts/customers/updatehypervergetxn.js +2 -2
- package/ts/customers/updatelocstatus.js +1 -1
- package/ts/customers/updatemobilesendotp.js +1 -1
- package/ts/customers/updatemobileverifyotp.js +1 -1
- package/ts/customers/updateokyctxn.js +1 -1
- package/ts/customers/validatepan.js +1 -1
- package/ts/customers/verifyemail.js +2 -2
- package/ts/customers/verifympin.js +1 -1
- package/ts/customers/verifyotp.js +1 -1
- package/ts/customers/verifyotptoemail.js +1 -1
- package/ts/customers.js +1 -1
- package/ts/example.js +1 -1
- package/ts/google/protobuf/timestamp.js +1 -1
- package/ts/loans/approveloan.js +1 -1
- package/ts/loans/banklist.js +1 -1
- package/ts/loans/calculateemi.js +1 -1
- package/ts/loans/creditlimit.js +1 -1
- package/ts/loans/futurepaymentmoredetails.js +1 -1
- package/ts/loans/getcustomerloanstatus.js +1 -1
- package/ts/loans/getpendingemiamount.js +1 -1
- package/ts/loans/getsummarystaticfields.js +1 -1
- package/ts/loans/loansummary.js +1 -1
- package/ts/loans/paymentallocation.js +1 -1
- package/ts/loans/paymenthistory.js +1 -1
- package/ts/loans/restructureloan.js +1 -1
- package/ts/loans/sendemail.js +1 -1
- package/ts/loans/sendnocemail.js +1 -1
- package/ts/loans/transactionlist.js +1 -1
- package/ts/loans/updateinstallments.js +1 -1
- package/ts/loans/updateloan.js +1 -1
- package/ts/loans.js +1 -1
- package/ts/payments/checkpaymentstatus.d.ts +51 -0
- package/ts/payments/checkpaymentstatus.js +259 -0
- package/ts/payments/getpaymentoptions.d.ts +50 -0
- package/ts/payments/getpaymentoptions.js +233 -0
- package/ts/payments/initiatepayment.d.ts +67 -0
- package/ts/payments/initiatepayment.js +381 -0
- package/ts/payments/nachregistration.d.ts +51 -0
- package/ts/payments/nachregistration.js +257 -0
- package/ts/payments.d.ts +42 -211
- package/ts/payments.js +29 -1092
- package/ts/stashcash/creditsc.js +1 -1
- package/ts/stashcash/debitsc.js +1 -1
- package/ts/stashcash/getscbalance.js +1 -1
- package/ts/stashcash/getschistory.js +1 -1
- package/ts/stashcash/reversesc.js +1 -1
- package/ts/stashcash.js +1 -1
- package/ts/bureau/getbureau.d.ts +0 -157
- package/ts/bureau/getbureau.js +0 -1376
- package/ts/customers/getbanklist.d.ts +0 -48
- package/ts/customers/getbanklist.js +0 -198
- package/ts/customers/step1.d.ts +0 -71
- package/ts/customers/step1.js +0 -423
- package/ts/customers/step2.d.ts +0 -67
- package/ts/customers/step2.js +0 -366
- package/ts/customers/updatelocdisabled.d.ts +0 -35
- package/ts/customers/updatelocdisabled.js +0 -117
- package/ts/customers/updatemobile.d.ts +0 -35
- package/ts/customers/updatemobile.js +0 -117
- package/ts/loans/getstaticfields.d.ts +0 -86
- package/ts/loans/getstaticfields.js +0 -801
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import _m0 from "protobufjs/minimal";
|
|
2
|
-
export declare const protobufPackage = "loans.getstaticfields";
|
|
3
|
-
export interface getStaticFieldsRequest {
|
|
4
|
-
}
|
|
5
|
-
export interface getStaticFieldsResponse {
|
|
6
|
-
sanctioned_limit_info_popup_heading: string;
|
|
7
|
-
sanctioned_limit_info_popup_body: string;
|
|
8
|
-
exposure_limit_info_popup_heading: string;
|
|
9
|
-
exposure_limit_info_popup_body: string;
|
|
10
|
-
sanctioned_limit_heading: string;
|
|
11
|
-
exposure_limit_heading: string;
|
|
12
|
-
emi_date_l: string;
|
|
13
|
-
emi_amount_l: string;
|
|
14
|
-
first_emi_date_l: string;
|
|
15
|
-
final_disbursal_amount_l: string;
|
|
16
|
-
upfront_interest_l: string;
|
|
17
|
-
processing_fees_l: string;
|
|
18
|
-
gst_l: string;
|
|
19
|
-
rate_of_interest_l: string;
|
|
20
|
-
bill_amount_l: string;
|
|
21
|
-
early_foreclosure_fees_l: string;
|
|
22
|
-
convenience_fees_l: string;
|
|
23
|
-
total_interest_pay_l: string;
|
|
24
|
-
effective_annual_rate_l: string;
|
|
25
|
-
trans_fee_plus_gst_l: string;
|
|
26
|
-
processing_fee_plus_gst_l: string;
|
|
27
|
-
max_amount_l: string;
|
|
28
|
-
credit_report_fees_l: string;
|
|
29
|
-
fee_and_charges_l: string;
|
|
30
|
-
add_on_l: string;
|
|
31
|
-
total_loan_amount_l: string;
|
|
32
|
-
loan_amount_l: string;
|
|
33
|
-
disbursed_amount_l: string;
|
|
34
|
-
total_payable_amount_l: string;
|
|
35
|
-
disbursal_amount_l: string;
|
|
36
|
-
number_of_emi_l: string;
|
|
37
|
-
first_emi_amt_l: string;
|
|
38
|
-
subsequent_emi_l: string;
|
|
39
|
-
effective_roi_l: string;
|
|
40
|
-
effective_annual_roi_l: string;
|
|
41
|
-
insurance_l: string;
|
|
42
|
-
apr_title: string;
|
|
43
|
-
insurance_desc: getStaticFieldsResponse_Field[];
|
|
44
|
-
insurance_title: string;
|
|
45
|
-
upfront_interest_description: string;
|
|
46
|
-
}
|
|
47
|
-
export interface getStaticFieldsResponse_Field {
|
|
48
|
-
title: string;
|
|
49
|
-
desc: string;
|
|
50
|
-
icon: string;
|
|
51
|
-
}
|
|
52
|
-
export declare const getStaticFieldsRequest: {
|
|
53
|
-
encode(_: getStaticFieldsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
54
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): getStaticFieldsRequest;
|
|
55
|
-
fromJSON(_: any): getStaticFieldsRequest;
|
|
56
|
-
toJSON(_: getStaticFieldsRequest): unknown;
|
|
57
|
-
create<I extends Exact<DeepPartial<getStaticFieldsRequest>, I>>(base?: I): getStaticFieldsRequest;
|
|
58
|
-
fromPartial<I extends Exact<DeepPartial<getStaticFieldsRequest>, I>>(_: I): getStaticFieldsRequest;
|
|
59
|
-
};
|
|
60
|
-
export declare const getStaticFieldsResponse: {
|
|
61
|
-
encode(message: getStaticFieldsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
62
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): getStaticFieldsResponse;
|
|
63
|
-
fromJSON(object: any): getStaticFieldsResponse;
|
|
64
|
-
toJSON(message: getStaticFieldsResponse): unknown;
|
|
65
|
-
create<I extends Exact<DeepPartial<getStaticFieldsResponse>, I>>(base?: I): getStaticFieldsResponse;
|
|
66
|
-
fromPartial<I extends Exact<DeepPartial<getStaticFieldsResponse>, I>>(object: I): getStaticFieldsResponse;
|
|
67
|
-
};
|
|
68
|
-
export declare const getStaticFieldsResponse_Field: {
|
|
69
|
-
encode(message: getStaticFieldsResponse_Field, writer?: _m0.Writer): _m0.Writer;
|
|
70
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): getStaticFieldsResponse_Field;
|
|
71
|
-
fromJSON(object: any): getStaticFieldsResponse_Field;
|
|
72
|
-
toJSON(message: getStaticFieldsResponse_Field): unknown;
|
|
73
|
-
create<I extends Exact<DeepPartial<getStaticFieldsResponse_Field>, I>>(base?: I): getStaticFieldsResponse_Field;
|
|
74
|
-
fromPartial<I extends Exact<DeepPartial<getStaticFieldsResponse_Field>, I>>(object: I): getStaticFieldsResponse_Field;
|
|
75
|
-
};
|
|
76
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
77
|
-
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
78
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
79
|
-
} : Partial<T>;
|
|
80
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
81
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
82
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
83
|
-
} & {
|
|
84
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
85
|
-
};
|
|
86
|
-
export {};
|