@stashfin/grpc 1.2.125 → 1.2.126

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.
Files changed (109) hide show
  1. package/package.json +1 -1
  2. package/ts/bureau/getbasicdetails.js +1 -1
  3. package/ts/bureau/getdemogs.js +1 -1
  4. package/ts/bureau/getreport.d.ts +1 -1
  5. package/ts/bureau/getreport.js +9 -9
  6. package/ts/bureau.js +1 -1
  7. package/ts/colender/disburseLoan.js +1 -1
  8. package/ts/colender/forecloseLoan.js +1 -1
  9. package/ts/colender/repayLoan.js +1 -1
  10. package/ts/colender.js +1 -1
  11. package/ts/customers/aa/getbanklist.js +1 -1
  12. package/ts/customers/aa/initiate.js +1 -1
  13. package/ts/customers/addaddress.js +1 -1
  14. package/ts/customers/addbankaccountdetails.js +1 -1
  15. package/ts/customers/addgstnumber.js +1 -1
  16. package/ts/customers/addsuspendedcustomer.js +1 -1
  17. package/ts/customers/adduserapps.js +1 -1
  18. package/ts/customers/changempin.js +1 -1
  19. package/ts/customers/createcustomerreference.js +1 -1
  20. package/ts/customers/deleteprofile.js +1 -1
  21. package/ts/customers/disablempin.js +1 -1
  22. package/ts/customers/fetchrcprofile.js +1 -1
  23. package/ts/customers/forgotmpin.js +1 -1
  24. package/ts/customers/forgotmpinverify.js +1 -1
  25. package/ts/customers/getbankaccountdetails.js +1 -1
  26. package/ts/customers/getbasicinfo.js +1 -1
  27. package/ts/customers/getcities.js +1 -1
  28. package/ts/customers/getcustomerbyid.js +1 -1
  29. package/ts/customers/getdashboard.js +1 -1
  30. package/ts/customers/getdashboardmaincard.js +1 -1
  31. package/ts/customers/getdocuments.js +1 -1
  32. package/ts/customers/getprofessionalinfo.js +1 -1
  33. package/ts/customers/getprofile.js +1 -1
  34. package/ts/customers/getstates.js +1 -1
  35. package/ts/customers/getstep.js +1 -1
  36. package/ts/customers/profilebasic.js +1 -1
  37. package/ts/customers/profileupdatetnc.js +1 -1
  38. package/ts/customers/savebasicdetails.js +1 -1
  39. package/ts/customers/saveunlocklimit.js +1 -1
  40. package/ts/customers/sendemailtoken.js +1 -1
  41. package/ts/customers/sendotp.js +1 -1
  42. package/ts/customers/sendotptoemail.js +1 -1
  43. package/ts/customers/setmpin.js +1 -1
  44. package/ts/customers/step1.d.ts +69 -0
  45. package/ts/customers/step1.js +395 -0
  46. package/ts/customers/step10.js +1 -1
  47. package/ts/customers/step2.d.ts +68 -0
  48. package/ts/customers/step2.js +381 -0
  49. package/ts/customers/step7.js +1 -1
  50. package/ts/customers/step8.js +1 -1
  51. package/ts/customers/step9.js +1 -1
  52. package/ts/customers/stepstatic.js +1 -1
  53. package/ts/customers/updatedob.js +1 -1
  54. package/ts/customers/updatelocstatus.js +1 -1
  55. package/ts/customers/updatemobilesendotp.js +1 -1
  56. package/ts/customers/updatemobileverifyotp.js +1 -1
  57. package/ts/customers/updateokyctxn.js +1 -1
  58. package/ts/customers/validatepan.js +1 -1
  59. package/ts/customers/verifyemail.js +1 -1
  60. package/ts/customers/verifympin.js +1 -1
  61. package/ts/customers/verifyotp.js +1 -1
  62. package/ts/customers/verifyotptoemail.js +1 -1
  63. package/ts/customers.js +1 -1
  64. package/ts/example.js +1 -1
  65. package/ts/google/protobuf/timestamp.js +1 -1
  66. package/ts/loans/approveloan.js +1 -1
  67. package/ts/loans/banklist.js +1 -1
  68. package/ts/loans/calculateemi.js +1 -1
  69. package/ts/loans/creditlimit.js +1 -1
  70. package/ts/loans/futurepaymentmoredetails.js +1 -1
  71. package/ts/loans/getcustomerloanstatus.js +1 -1
  72. package/ts/loans/getpendingemiamount.js +1 -1
  73. package/ts/loans/getsummarystaticfields.js +1 -1
  74. package/ts/loans/loansummary.js +1 -1
  75. package/ts/loans/paymentallocation.js +1 -1
  76. package/ts/loans/paymenthistory.js +1 -1
  77. package/ts/loans/restructureloan.js +1 -1
  78. package/ts/loans/sendemail.js +1 -1
  79. package/ts/loans/sendnocemail.js +1 -1
  80. package/ts/loans/transactionlist.js +1 -1
  81. package/ts/loans/updateinstallments.js +1 -1
  82. package/ts/loans/updateloan.js +1 -1
  83. package/ts/loans.js +1 -1
  84. package/ts/payments.d.ts +211 -42
  85. package/ts/payments.js +1092 -29
  86. package/ts/stashcash/creditsc.js +1 -1
  87. package/ts/stashcash/debitsc.js +1 -1
  88. package/ts/stashcash/getscbalance.js +1 -1
  89. package/ts/stashcash/getschistory.js +1 -1
  90. package/ts/stashcash/reversesc.js +1 -1
  91. package/ts/stashcash.js +1 -1
  92. package/ts/customers/forgotmpinotp.d.ts +0 -34
  93. package/ts/customers/forgotmpinotp.js +0 -104
  94. package/ts/customers/getkycweburl.d.ts +0 -34
  95. package/ts/customers/getkycweburl.js +0 -104
  96. package/ts/customers/resetmpin.d.ts +0 -36
  97. package/ts/customers/resetmpin.js +0 -133
  98. package/ts/customers/updatedigilockertxn.d.ts +0 -37
  99. package/ts/customers/updatedigilockertxn.js +0 -147
  100. package/ts/customers/updatehypervergetxn.d.ts +0 -36
  101. package/ts/customers/updatehypervergetxn.js +0 -133
  102. package/ts/payments/checkpaymentstatus.d.ts +0 -51
  103. package/ts/payments/checkpaymentstatus.js +0 -259
  104. package/ts/payments/getpaymentoptions.d.ts +0 -50
  105. package/ts/payments/getpaymentoptions.js +0 -233
  106. package/ts/payments/initiatepayment.d.ts +0 -67
  107. package/ts/payments/initiatepayment.js +0 -381
  108. package/ts/payments/nachregistration.d.ts +0 -51
  109. package/ts/payments/nachregistration.js +0 -257
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/grpc",
3
- "version": "1.2.125",
3
+ "version": "1.2.126",
4
4
  "description": "Grpc proto manger",
5
5
  "scripts": {
6
6
  "prebuild": "rimraf src/ts && mkdirp src/ts && mkdirp dist",
@@ -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.180.0
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) {
@@ -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.180.0
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) {
@@ -15,7 +15,7 @@ export interface Report {
15
15
  report_id: number;
16
16
  score: number;
17
17
  type: string;
18
- trdelines: TradeLine[];
18
+ tradelines: TradeLine[];
19
19
  dpd: DPD | undefined;
20
20
  enquiries: Enquiries | undefined;
21
21
  dpd_char: dpdChar | undefined;
@@ -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.180.0
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) {
@@ -192,7 +192,7 @@ function createBaseReport() {
192
192
  report_id: 0,
193
193
  score: 0,
194
194
  type: "",
195
- trdelines: [],
195
+ tradelines: [],
196
196
  dpd: undefined,
197
197
  enquiries: undefined,
198
198
  dpd_char: undefined,
@@ -212,7 +212,7 @@ exports.Report = {
212
212
  if (message.type !== "") {
213
213
  writer.uint32(26).string(message.type);
214
214
  }
215
- for (const v of message.trdelines) {
215
+ for (const v of message.tradelines) {
216
216
  exports.TradeLine.encode(v, writer.uint32(34).fork()).ldelim();
217
217
  }
218
218
  if (message.dpd !== undefined) {
@@ -264,7 +264,7 @@ exports.Report = {
264
264
  if (tag !== 34) {
265
265
  break;
266
266
  }
267
- message.trdelines.push(exports.TradeLine.decode(reader, reader.uint32()));
267
+ message.tradelines.push(exports.TradeLine.decode(reader, reader.uint32()));
268
268
  continue;
269
269
  case 5:
270
270
  if (tag !== 42) {
@@ -315,8 +315,8 @@ exports.Report = {
315
315
  report_id: isSet(object.report_id) ? globalThis.Number(object.report_id) : 0,
316
316
  score: isSet(object.score) ? globalThis.Number(object.score) : 0,
317
317
  type: isSet(object.type) ? globalThis.String(object.type) : "",
318
- trdelines: globalThis.Array.isArray(object?.trdelines)
319
- ? object.trdelines.map((e) => exports.TradeLine.fromJSON(e))
318
+ tradelines: globalThis.Array.isArray(object?.tradelines)
319
+ ? object.tradelines.map((e) => exports.TradeLine.fromJSON(e))
320
320
  : [],
321
321
  dpd: isSet(object.dpd) ? exports.DPD.fromJSON(object.dpd) : undefined,
322
322
  enquiries: isSet(object.enquiries) ? exports.Enquiries.fromJSON(object.enquiries) : undefined,
@@ -339,8 +339,8 @@ exports.Report = {
339
339
  if (message.type !== "") {
340
340
  obj.type = message.type;
341
341
  }
342
- if (message.trdelines?.length) {
343
- obj.trdelines = message.trdelines.map((e) => exports.TradeLine.toJSON(e));
342
+ if (message.tradelines?.length) {
343
+ obj.tradelines = message.tradelines.map((e) => exports.TradeLine.toJSON(e));
344
344
  }
345
345
  if (message.dpd !== undefined) {
346
346
  obj.dpd = exports.DPD.toJSON(message.dpd);
@@ -370,7 +370,7 @@ exports.Report = {
370
370
  message.report_id = object.report_id ?? 0;
371
371
  message.score = object.score ?? 0;
372
372
  message.type = object.type ?? "";
373
- message.trdelines = object.trdelines?.map((e) => exports.TradeLine.fromPartial(e)) || [];
373
+ message.tradelines = object.tradelines?.map((e) => exports.TradeLine.fromPartial(e)) || [];
374
374
  message.dpd = (object.dpd !== undefined && object.dpd !== null) ? exports.DPD.fromPartial(object.dpd) : undefined;
375
375
  message.enquiries = (object.enquiries !== undefined && object.enquiries !== null)
376
376
  ? exports.Enquiries.fromPartial(object.enquiries)
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.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: bureau.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.180.0
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.180.0
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) {
@@ -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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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) {
@@ -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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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.180.0
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) {
@@ -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.180.0
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.180.0
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) {
@@ -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.180.0
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 {};