@stashfin/grpc 1.2.165 → 1.2.167

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 (98) 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.js +1 -1
  5. package/ts/bureau.js +1 -1
  6. package/ts/colender/disburseLoan.js +1 -1
  7. package/ts/colender/forecloseLoan.js +1 -1
  8. package/ts/colender/repayLoan.js +1 -1
  9. package/ts/colender.js +1 -1
  10. package/ts/customers/aa/getbanklist.js +1 -1
  11. package/ts/customers/aa/initiate.js +1 -1
  12. package/ts/customers/addaddress.js +1 -1
  13. package/ts/customers/addbankaccountdetails.js +1 -1
  14. package/ts/customers/addfathersname.js +1 -1
  15. package/ts/customers/addgstnumber.js +1 -1
  16. package/ts/customers/addmoredetails.js +1 -1
  17. package/ts/customers/addsuspendedcustomer.js +1 -1
  18. package/ts/customers/adduserapps.js +1 -1
  19. package/ts/customers/bulksms.js +1 -1
  20. package/ts/customers/changempin.js +1 -1
  21. package/ts/customers/createcustomerreference.js +1 -1
  22. package/ts/customers/deleteprofile.js +1 -1
  23. package/ts/customers/disablempin.js +1 -1
  24. package/ts/customers/fetchrcprofile.js +1 -1
  25. package/ts/customers/forgotmpin.js +1 -1
  26. package/ts/customers/forgotmpinverify.js +1 -1
  27. package/ts/customers/getbankaccountdetails.js +1 -1
  28. package/ts/customers/getbasicinfo.js +1 -1
  29. package/ts/customers/getcities.js +1 -1
  30. package/ts/customers/getcompanyaccdetails.js +1 -1
  31. package/ts/customers/getcustomerbyid.js +1 -1
  32. package/ts/customers/getdashboard.js +1 -1
  33. package/ts/customers/getdashboardmaincard.js +1 -1
  34. package/ts/customers/getdocuments.js +1 -1
  35. package/ts/customers/getlimit.d.ts +2 -2
  36. package/ts/customers/getlimit.js +18 -18
  37. package/ts/customers/getprofessionalinfo.js +1 -1
  38. package/ts/customers/getprofile.js +1 -1
  39. package/ts/customers/getselfieetxnid.js +1 -1
  40. package/ts/customers/getstates.js +1 -1
  41. package/ts/customers/getstep.js +1 -1
  42. package/ts/customers/logout.js +1 -1
  43. package/ts/customers/profilebasic.js +1 -1
  44. package/ts/customers/profileupdatetnc.js +1 -1
  45. package/ts/customers/savebasicdetails.js +1 -1
  46. package/ts/customers/saveunlocklimit.js +1 -1
  47. package/ts/customers/sendotp.js +1 -1
  48. package/ts/customers/sendotptoemail.js +1 -1
  49. package/ts/customers/setmpin.js +1 -1
  50. package/ts/customers/skipdlrcscreen.js +1 -1
  51. package/ts/customers/updatecustomerbyid.js +1 -1
  52. package/ts/customers/updatedlnumber.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/updateselfieetxn.js +1 -1
  59. package/ts/customers/updatevehiclenumber.js +1 -1
  60. package/ts/customers/uploaddocuments.js +1 -1
  61. package/ts/customers/validatepan.js +1 -1
  62. package/ts/customers/verifympin.js +1 -1
  63. package/ts/customers/verifyotp.js +1 -1
  64. package/ts/customers/verifyotptoemail.js +1 -1
  65. package/ts/customers.js +1 -1
  66. package/ts/example.js +1 -1
  67. package/ts/growth/processchrpayment.d.ts +2 -13
  68. package/ts/growth/processchrpayment.js +37 -87
  69. package/ts/growth.js +1 -1
  70. package/ts/loans/approveloan.js +1 -1
  71. package/ts/loans/banklist.js +1 -1
  72. package/ts/loans/calculateemi.js +1 -1
  73. package/ts/loans/creditlimit.js +1 -1
  74. package/ts/loans/futurepaymentmoredetails.js +1 -1
  75. package/ts/loans/getbilldetails.js +1 -1
  76. package/ts/loans/getcustomerloanstatus.js +1 -1
  77. package/ts/loans/getloanbyid.js +1 -1
  78. package/ts/loans/getnextdueamount.js +1 -1
  79. package/ts/loans/getpendingemiamount.js +1 -1
  80. package/ts/loans/getsummarystaticfields.js +1 -1
  81. package/ts/loans/loansummary.js +1 -1
  82. package/ts/loans/paymentallocation.js +1 -1
  83. package/ts/loans/paymenthistory.js +1 -1
  84. package/ts/loans/restructureloan.js +1 -1
  85. package/ts/loans/sendemail.js +1 -1
  86. package/ts/loans/sendnocemail.js +1 -1
  87. package/ts/loans/transactionlist.js +1 -1
  88. package/ts/loans/updateinstallments.js +1 -1
  89. package/ts/loans/updateloan.d.ts +0 -2
  90. package/ts/loans/updateloan.js +3 -31
  91. package/ts/loans.js +1 -1
  92. package/ts/payments.js +1 -1
  93. package/ts/stashcash/creditsc.js +1 -1
  94. package/ts/stashcash/debitsc.js +1 -1
  95. package/ts/stashcash/getscbalance.js +1 -1
  96. package/ts/stashcash/getschistory.js +1 -1
  97. package/ts/stashcash/reversesc.js +1 -1
  98. package/ts/stashcash.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/grpc",
3
- "version": "1.2.165",
3
+ "version": "1.2.167",
4
4
  "description": "Grpc proto manger",
5
5
  "scripts": {
6
6
  "prebuild": "rimraf src/ts && mkdirp src/ts && mkdirp dist",
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: bureau/getbasicdetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: bureau/getdemogs.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: bureau/getreport.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
package/ts/bureau.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: bureau.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.bureauClient = exports.bureauService = exports.protobufPackage = void 0;
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: colender/disburseLoan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: colender/forecloseLoan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: colender/repayLoan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
package/ts/colender.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: colender.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.colenderClient = exports.colenderService = exports.protobufPackage = void 0;
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/aa/getbanklist.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/aa/initiate.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/addaddress.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/addbankaccountdetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/addfathersname.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/addgstnumber.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/addmoredetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/addsuspendedcustomer.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/adduserapps.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/bulksms.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/changempin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/createcustomerreference.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/deleteprofile.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/disablempin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/fetchrcprofile.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/forgotmpin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/forgotmpinverify.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getbankaccountdetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getbasicinfo.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getcities.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getcompanyaccdetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getcustomerbyid.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getdashboard.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getdashboardmaincard.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getdocuments.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5,8 +5,8 @@ export interface getLimitRequest {
5
5
  export interface getLimitResponse {
6
6
  basic_limit: number;
7
7
  higher_limit: number;
8
- basic_next_step: number;
9
- higher_next_step: number;
8
+ basic_next_step: string;
9
+ higher_next_step: string;
10
10
  }
11
11
  export declare const getLimitRequest: {
12
12
  encode(_: getLimitRequest, writer?: _m0.Writer): _m0.Writer;
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getlimit.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -50,7 +50,7 @@ exports.getLimitRequest = {
50
50
  },
51
51
  };
52
52
  function createBasegetLimitResponse() {
53
- return { basic_limit: 0, higher_limit: 0, basic_next_step: 0, higher_next_step: 0 };
53
+ return { basic_limit: 0, higher_limit: 0, basic_next_step: "", higher_next_step: "" };
54
54
  }
55
55
  exports.getLimitResponse = {
56
56
  encode(message, writer = minimal_1.default.Writer.create()) {
@@ -60,11 +60,11 @@ exports.getLimitResponse = {
60
60
  if (message.higher_limit !== 0) {
61
61
  writer.uint32(16).int32(message.higher_limit);
62
62
  }
63
- if (message.basic_next_step !== 0) {
64
- writer.uint32(24).int32(message.basic_next_step);
63
+ if (message.basic_next_step !== "") {
64
+ writer.uint32(26).string(message.basic_next_step);
65
65
  }
66
- if (message.higher_next_step !== 0) {
67
- writer.uint32(32).int32(message.higher_next_step);
66
+ if (message.higher_next_step !== "") {
67
+ writer.uint32(34).string(message.higher_next_step);
68
68
  }
69
69
  return writer;
70
70
  },
@@ -88,16 +88,16 @@ exports.getLimitResponse = {
88
88
  message.higher_limit = reader.int32();
89
89
  continue;
90
90
  case 3:
91
- if (tag !== 24) {
91
+ if (tag !== 26) {
92
92
  break;
93
93
  }
94
- message.basic_next_step = reader.int32();
94
+ message.basic_next_step = reader.string();
95
95
  continue;
96
96
  case 4:
97
- if (tag !== 32) {
97
+ if (tag !== 34) {
98
98
  break;
99
99
  }
100
- message.higher_next_step = reader.int32();
100
+ message.higher_next_step = reader.string();
101
101
  continue;
102
102
  }
103
103
  if ((tag & 7) === 4 || tag === 0) {
@@ -111,8 +111,8 @@ exports.getLimitResponse = {
111
111
  return {
112
112
  basic_limit: isSet(object.basic_limit) ? globalThis.Number(object.basic_limit) : 0,
113
113
  higher_limit: isSet(object.higher_limit) ? globalThis.Number(object.higher_limit) : 0,
114
- basic_next_step: isSet(object.basic_next_step) ? globalThis.Number(object.basic_next_step) : 0,
115
- higher_next_step: isSet(object.higher_next_step) ? globalThis.Number(object.higher_next_step) : 0,
114
+ basic_next_step: isSet(object.basic_next_step) ? globalThis.String(object.basic_next_step) : "",
115
+ higher_next_step: isSet(object.higher_next_step) ? globalThis.String(object.higher_next_step) : "",
116
116
  };
117
117
  },
118
118
  toJSON(message) {
@@ -123,11 +123,11 @@ exports.getLimitResponse = {
123
123
  if (message.higher_limit !== 0) {
124
124
  obj.higher_limit = Math.round(message.higher_limit);
125
125
  }
126
- if (message.basic_next_step !== 0) {
127
- obj.basic_next_step = Math.round(message.basic_next_step);
126
+ if (message.basic_next_step !== "") {
127
+ obj.basic_next_step = message.basic_next_step;
128
128
  }
129
- if (message.higher_next_step !== 0) {
130
- obj.higher_next_step = Math.round(message.higher_next_step);
129
+ if (message.higher_next_step !== "") {
130
+ obj.higher_next_step = message.higher_next_step;
131
131
  }
132
132
  return obj;
133
133
  },
@@ -138,8 +138,8 @@ exports.getLimitResponse = {
138
138
  const message = createBasegetLimitResponse();
139
139
  message.basic_limit = object.basic_limit ?? 0;
140
140
  message.higher_limit = object.higher_limit ?? 0;
141
- message.basic_next_step = object.basic_next_step ?? 0;
142
- message.higher_next_step = object.higher_next_step ?? 0;
141
+ message.basic_next_step = object.basic_next_step ?? "";
142
+ message.higher_next_step = object.higher_next_step ?? "";
143
143
  return message;
144
144
  },
145
145
  };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getprofessionalinfo.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getprofile.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getselfieetxnid.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getstates.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/getstep.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/logout.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/profilebasic.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/profileupdatetnc.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/savebasicdetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/saveunlocklimit.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/sendotp.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/sendotptoemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/setmpin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/skipdlrcscreen.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/updatecustomerbyid.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/updatedlnumber.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/updatedob.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };