@stashfin/grpc 1.2.127 → 1.2.128
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.d.ts +2 -0
- package/ts/bureau/getreport.js +31 -2
- 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/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/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/savebasicdetails.js +1 -1
- package/ts/customers/saveunlocklimit.js +1 -1
- package/ts/customers/sendemailtoken.js +1 -1
- package/ts/customers/sendotp.js +1 -1
- package/ts/customers/sendotptoemail.js +1 -1
- package/ts/customers/setmpin.js +1 -1
- package/ts/customers/step1.d.ts +69 -0
- package/ts/customers/step1.js +395 -0
- package/ts/customers/step10.js +1 -1
- package/ts/customers/step2.d.ts +68 -0
- package/ts/customers/step2.js +381 -0
- 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/updatedob.js +1 -1
- 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 +1 -1
- 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.d.ts +211 -42
- package/ts/payments.js +1092 -29
- 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/customers/forgotmpinotp.d.ts +0 -34
- package/ts/customers/forgotmpinotp.js +0 -104
- package/ts/customers/getkycweburl.d.ts +0 -34
- package/ts/customers/getkycweburl.js +0 -104
- package/ts/customers/resetmpin.d.ts +0 -36
- package/ts/customers/resetmpin.js +0 -133
- package/ts/customers/updatedigilockertxn.d.ts +0 -37
- package/ts/customers/updatedigilockertxn.js +0 -147
- package/ts/customers/updatehypervergetxn.d.ts +0 -36
- package/ts/customers/updatehypervergetxn.js +0 -133
- package/ts/payments/checkpaymentstatus.d.ts +0 -51
- package/ts/payments/checkpaymentstatus.js +0 -259
- package/ts/payments/getpaymentoptions.d.ts +0 -50
- package/ts/payments/getpaymentoptions.js +0 -233
- package/ts/payments/initiatepayment.d.ts +0 -67
- package/ts/payments/initiatepayment.js +0 -381
- package/ts/payments/nachregistration.d.ts +0 -51
- package/ts/payments/nachregistration.js +0 -257
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: bureau/getbasicdetails.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
package/ts/bureau/getdemogs.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: bureau/getdemogs.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
package/ts/bureau/getreport.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export interface TradeLine {
|
|
|
39
39
|
account_status?: string | undefined;
|
|
40
40
|
emi_amount?: number | undefined;
|
|
41
41
|
credit_limit?: number | undefined;
|
|
42
|
+
loan_type?: string | undefined;
|
|
42
43
|
}
|
|
43
44
|
export interface DPD {
|
|
44
45
|
month1: number;
|
|
@@ -98,6 +99,7 @@ export interface EnquiriesData {
|
|
|
98
99
|
date_reported: string;
|
|
99
100
|
enquiry_purpose: number;
|
|
100
101
|
reporting_member: string;
|
|
102
|
+
loan_type?: string | undefined;
|
|
101
103
|
}
|
|
102
104
|
export declare const bureauRequest: {
|
|
103
105
|
encode(message: bureauRequest, writer?: _m0.Writer): _m0.Writer;
|
package/ts/bureau/getreport.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: bureau/getreport.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -403,6 +403,7 @@ function createBaseTradeLine() {
|
|
|
403
403
|
account_status: undefined,
|
|
404
404
|
emi_amount: undefined,
|
|
405
405
|
credit_limit: undefined,
|
|
406
|
+
loan_type: undefined,
|
|
406
407
|
};
|
|
407
408
|
}
|
|
408
409
|
exports.TradeLine = {
|
|
@@ -452,6 +453,9 @@ exports.TradeLine = {
|
|
|
452
453
|
if (message.credit_limit !== undefined) {
|
|
453
454
|
writer.uint32(120).int64(message.credit_limit);
|
|
454
455
|
}
|
|
456
|
+
if (message.loan_type !== undefined) {
|
|
457
|
+
writer.uint32(130).string(message.loan_type);
|
|
458
|
+
}
|
|
455
459
|
return writer;
|
|
456
460
|
},
|
|
457
461
|
decode(input, length) {
|
|
@@ -551,6 +555,12 @@ exports.TradeLine = {
|
|
|
551
555
|
}
|
|
552
556
|
message.credit_limit = longToNumber(reader.int64());
|
|
553
557
|
continue;
|
|
558
|
+
case 16:
|
|
559
|
+
if (tag !== 130) {
|
|
560
|
+
break;
|
|
561
|
+
}
|
|
562
|
+
message.loan_type = reader.string();
|
|
563
|
+
continue;
|
|
554
564
|
}
|
|
555
565
|
if ((tag & 7) === 4 || tag === 0) {
|
|
556
566
|
break;
|
|
@@ -578,6 +588,7 @@ exports.TradeLine = {
|
|
|
578
588
|
account_status: isSet(object.account_status) ? globalThis.String(object.account_status) : undefined,
|
|
579
589
|
emi_amount: isSet(object.emi_amount) ? globalThis.Number(object.emi_amount) : undefined,
|
|
580
590
|
credit_limit: isSet(object.credit_limit) ? globalThis.Number(object.credit_limit) : undefined,
|
|
591
|
+
loan_type: isSet(object.loan_type) ? globalThis.String(object.loan_type) : undefined,
|
|
581
592
|
};
|
|
582
593
|
},
|
|
583
594
|
toJSON(message) {
|
|
@@ -627,6 +638,9 @@ exports.TradeLine = {
|
|
|
627
638
|
if (message.credit_limit !== undefined) {
|
|
628
639
|
obj.credit_limit = Math.round(message.credit_limit);
|
|
629
640
|
}
|
|
641
|
+
if (message.loan_type !== undefined) {
|
|
642
|
+
obj.loan_type = message.loan_type;
|
|
643
|
+
}
|
|
630
644
|
return obj;
|
|
631
645
|
},
|
|
632
646
|
create(base) {
|
|
@@ -649,6 +663,7 @@ exports.TradeLine = {
|
|
|
649
663
|
message.account_status = object.account_status ?? undefined;
|
|
650
664
|
message.emi_amount = object.emi_amount ?? undefined;
|
|
651
665
|
message.credit_limit = object.credit_limit ?? undefined;
|
|
666
|
+
message.loan_type = object.loan_type ?? undefined;
|
|
652
667
|
return message;
|
|
653
668
|
},
|
|
654
669
|
};
|
|
@@ -1484,7 +1499,7 @@ exports.DPDCounts = {
|
|
|
1484
1499
|
},
|
|
1485
1500
|
};
|
|
1486
1501
|
function createBaseEnquiriesData() {
|
|
1487
|
-
return { date_reported: "", enquiry_purpose: 0, reporting_member: "" };
|
|
1502
|
+
return { date_reported: "", enquiry_purpose: 0, reporting_member: "", loan_type: undefined };
|
|
1488
1503
|
}
|
|
1489
1504
|
exports.EnquiriesData = {
|
|
1490
1505
|
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
@@ -1497,6 +1512,9 @@ exports.EnquiriesData = {
|
|
|
1497
1512
|
if (message.reporting_member !== "") {
|
|
1498
1513
|
writer.uint32(26).string(message.reporting_member);
|
|
1499
1514
|
}
|
|
1515
|
+
if (message.loan_type !== undefined) {
|
|
1516
|
+
writer.uint32(34).string(message.loan_type);
|
|
1517
|
+
}
|
|
1500
1518
|
return writer;
|
|
1501
1519
|
},
|
|
1502
1520
|
decode(input, length) {
|
|
@@ -1524,6 +1542,12 @@ exports.EnquiriesData = {
|
|
|
1524
1542
|
}
|
|
1525
1543
|
message.reporting_member = reader.string();
|
|
1526
1544
|
continue;
|
|
1545
|
+
case 4:
|
|
1546
|
+
if (tag !== 34) {
|
|
1547
|
+
break;
|
|
1548
|
+
}
|
|
1549
|
+
message.loan_type = reader.string();
|
|
1550
|
+
continue;
|
|
1527
1551
|
}
|
|
1528
1552
|
if ((tag & 7) === 4 || tag === 0) {
|
|
1529
1553
|
break;
|
|
@@ -1537,6 +1561,7 @@ exports.EnquiriesData = {
|
|
|
1537
1561
|
date_reported: isSet(object.date_reported) ? globalThis.String(object.date_reported) : "",
|
|
1538
1562
|
enquiry_purpose: isSet(object.enquiry_purpose) ? globalThis.Number(object.enquiry_purpose) : 0,
|
|
1539
1563
|
reporting_member: isSet(object.reporting_member) ? globalThis.String(object.reporting_member) : "",
|
|
1564
|
+
loan_type: isSet(object.loan_type) ? globalThis.String(object.loan_type) : undefined,
|
|
1540
1565
|
};
|
|
1541
1566
|
},
|
|
1542
1567
|
toJSON(message) {
|
|
@@ -1550,6 +1575,9 @@ exports.EnquiriesData = {
|
|
|
1550
1575
|
if (message.reporting_member !== "") {
|
|
1551
1576
|
obj.reporting_member = message.reporting_member;
|
|
1552
1577
|
}
|
|
1578
|
+
if (message.loan_type !== undefined) {
|
|
1579
|
+
obj.loan_type = message.loan_type;
|
|
1580
|
+
}
|
|
1553
1581
|
return obj;
|
|
1554
1582
|
},
|
|
1555
1583
|
create(base) {
|
|
@@ -1560,6 +1588,7 @@ exports.EnquiriesData = {
|
|
|
1560
1588
|
message.date_reported = object.date_reported ?? "";
|
|
1561
1589
|
message.enquiry_purpose = object.enquiry_purpose ?? 0;
|
|
1562
1590
|
message.reporting_member = object.reporting_member ?? "";
|
|
1591
|
+
message.loan_type = object.loan_type ?? undefined;
|
|
1563
1592
|
return message;
|
|
1564
1593
|
},
|
|
1565
1594
|
};
|
package/ts/bureau.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: colender/disburseLoan.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: colender/forecloseLoan.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
package/ts/colender/repayLoan.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: colender/repayLoan.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
package/ts/colender.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: colender.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/aa/getbanklist.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/aa/initiate.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/addaddress.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/addbankaccountdetails.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/addgstnumber.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/addsuspendedcustomer.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/adduserapps.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/changempin.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/createcustomerreference.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/deleteprofile.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/disablempin.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/fetchrcprofile.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/forgotmpin.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/forgotmpinverify.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getbankaccountdetails.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getbasicinfo.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getcities.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getcustomerbyid.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getdashboard.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getdashboardmaincard.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getdocuments.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getprofessionalinfo.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getprofile.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getstates.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
package/ts/customers/getstep.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/getstep.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/profilebasic.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/profileupdatetnc.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/savebasicdetails.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/saveunlocklimit.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v3.20.3
|
|
6
6
|
// source: customers/sendemailtoken.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
package/ts/customers/sendotp.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/sendotp.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/sendotptoemail.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
package/ts/customers/setmpin.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
5
|
// protoc v5.27.3
|
|
6
6
|
// source: customers/setmpin.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
export declare const protobufPackage = "customers.step1";
|
|
3
|
+
export interface step1Request {
|
|
4
|
+
full_name: string;
|
|
5
|
+
pan_number: string;
|
|
6
|
+
tnc: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface Validation {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
message: string;
|
|
12
|
+
}
|
|
13
|
+
export interface step1Response {
|
|
14
|
+
page: string;
|
|
15
|
+
type: string;
|
|
16
|
+
button_text: string;
|
|
17
|
+
data: step1Response_Field[];
|
|
18
|
+
}
|
|
19
|
+
export interface step1Response_Field {
|
|
20
|
+
label: string;
|
|
21
|
+
key: string;
|
|
22
|
+
input_type: string;
|
|
23
|
+
data_type: string;
|
|
24
|
+
icon: string;
|
|
25
|
+
validations: Validation[];
|
|
26
|
+
}
|
|
27
|
+
export declare const step1Request: {
|
|
28
|
+
encode(message: step1Request, writer?: _m0.Writer): _m0.Writer;
|
|
29
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): step1Request;
|
|
30
|
+
fromJSON(object: any): step1Request;
|
|
31
|
+
toJSON(message: step1Request): unknown;
|
|
32
|
+
create<I extends Exact<DeepPartial<step1Request>, I>>(base?: I): step1Request;
|
|
33
|
+
fromPartial<I extends Exact<DeepPartial<step1Request>, I>>(object: I): step1Request;
|
|
34
|
+
};
|
|
35
|
+
export declare const Validation: {
|
|
36
|
+
encode(message: Validation, writer?: _m0.Writer): _m0.Writer;
|
|
37
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Validation;
|
|
38
|
+
fromJSON(object: any): Validation;
|
|
39
|
+
toJSON(message: Validation): unknown;
|
|
40
|
+
create<I extends Exact<DeepPartial<Validation>, I>>(base?: I): Validation;
|
|
41
|
+
fromPartial<I extends Exact<DeepPartial<Validation>, I>>(object: I): Validation;
|
|
42
|
+
};
|
|
43
|
+
export declare const step1Response: {
|
|
44
|
+
encode(message: step1Response, writer?: _m0.Writer): _m0.Writer;
|
|
45
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): step1Response;
|
|
46
|
+
fromJSON(object: any): step1Response;
|
|
47
|
+
toJSON(message: step1Response): unknown;
|
|
48
|
+
create<I extends Exact<DeepPartial<step1Response>, I>>(base?: I): step1Response;
|
|
49
|
+
fromPartial<I extends Exact<DeepPartial<step1Response>, I>>(object: I): step1Response;
|
|
50
|
+
};
|
|
51
|
+
export declare const step1Response_Field: {
|
|
52
|
+
encode(message: step1Response_Field, writer?: _m0.Writer): _m0.Writer;
|
|
53
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): step1Response_Field;
|
|
54
|
+
fromJSON(object: any): step1Response_Field;
|
|
55
|
+
toJSON(message: step1Response_Field): unknown;
|
|
56
|
+
create<I extends Exact<DeepPartial<step1Response_Field>, I>>(base?: I): step1Response_Field;
|
|
57
|
+
fromPartial<I extends Exact<DeepPartial<step1Response_Field>, I>>(object: I): step1Response_Field;
|
|
58
|
+
};
|
|
59
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
60
|
+
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 {} ? {
|
|
61
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
62
|
+
} : Partial<T>;
|
|
63
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
64
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
65
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
66
|
+
} & {
|
|
67
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
68
|
+
};
|
|
69
|
+
export {};
|