@stashfin/grpc 1.2.121 → 1.2.124

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 (112) hide show
  1. package/package.json +1 -1
  2. package/ts/bureau/getbasicdetails.js +1 -1
  3. package/ts/bureau/getdemogs.d.ts +12 -0
  4. package/ts/bureau/getdemogs.js +67 -3
  5. package/ts/bureau/getreport.d.ts +29 -0
  6. package/ts/bureau/getreport.js +210 -2
  7. package/ts/bureau.js +1 -1
  8. package/ts/colender/disburseLoan.js +1 -1
  9. package/ts/colender/forecloseLoan.js +1 -1
  10. package/ts/colender/repayLoan.js +1 -1
  11. package/ts/colender.js +1 -1
  12. package/ts/customers/aa/getbanklist.js +1 -1
  13. package/ts/customers/aa/initiate.js +1 -1
  14. package/ts/customers/addaddress.js +1 -1
  15. package/ts/customers/addbankaccountdetails.js +1 -1
  16. package/ts/customers/addgstnumber.js +1 -1
  17. package/ts/customers/addsuspendedcustomer.js +1 -1
  18. package/ts/customers/adduserapps.js +1 -1
  19. package/ts/customers/changempin.js +1 -1
  20. package/ts/customers/createcustomerreference.js +1 -1
  21. package/ts/customers/deleteprofile.js +1 -1
  22. package/ts/customers/disablempin.js +1 -1
  23. package/ts/customers/fetchrcprofile.js +1 -1
  24. package/ts/customers/forgotmpin.js +1 -1
  25. package/ts/customers/forgotmpinotp.js +2 -2
  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/getcustomerbyid.js +1 -1
  31. package/ts/customers/getdashboard.js +1 -1
  32. package/ts/customers/getdashboardmaincard.js +1 -1
  33. package/ts/customers/getdocuments.js +1 -1
  34. package/ts/customers/getkycweburl.js +2 -2
  35. package/ts/customers/getprofessionalinfo.js +1 -1
  36. package/ts/customers/getprofile.js +1 -1
  37. package/ts/customers/getstates.js +1 -1
  38. package/ts/customers/getstep.js +1 -1
  39. package/ts/customers/profilebasic.js +1 -1
  40. package/ts/customers/profileupdatetnc.js +1 -1
  41. package/ts/customers/resetmpin.js +2 -2
  42. package/ts/customers/savebasicdetails.js +1 -1
  43. package/ts/customers/saveunlocklimit.js +1 -1
  44. package/ts/customers/sendemailtoken.js +2 -2
  45. package/ts/customers/sendotp.js +1 -1
  46. package/ts/customers/sendotptoemail.js +1 -1
  47. package/ts/customers/setmpin.js +1 -1
  48. package/ts/customers/step10.js +1 -1
  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/updatedigilockertxn.js +2 -2
  54. package/ts/customers/updatedob.js +1 -1
  55. package/ts/customers/updatehypervergetxn.js +2 -2
  56. package/ts/customers/updatelocstatus.js +1 -1
  57. package/ts/customers/updatemobilesendotp.js +1 -1
  58. package/ts/customers/updatemobileverifyotp.js +1 -1
  59. package/ts/customers/updateokyctxn.js +1 -1
  60. package/ts/customers/validatepan.js +1 -1
  61. package/ts/customers/verifyemail.js +2 -2
  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/google/protobuf/timestamp.js +1 -1
  68. package/ts/loans/approveloan.js +1 -1
  69. package/ts/loans/banklist.js +1 -1
  70. package/ts/loans/calculateemi.js +1 -1
  71. package/ts/loans/creditlimit.js +1 -1
  72. package/ts/loans/getcustomerloanstatus.js +1 -1
  73. package/ts/loans/getpendingemiamount.js +1 -1
  74. package/ts/loans/getsummarystaticfields.js +1 -1
  75. package/ts/loans/loansummary.js +1 -1
  76. package/ts/loans/paymentallocation.js +1 -1
  77. package/ts/loans/paymenthistory.js +1 -1
  78. package/ts/loans/restructureloan.js +1 -1
  79. package/ts/loans/sendemail.js +1 -1
  80. package/ts/loans/sendnocemail.js +1 -1
  81. package/ts/loans/transactionlist.js +1 -1
  82. package/ts/loans/updateinstallments.js +1 -1
  83. package/ts/loans/updateloan.js +1 -1
  84. package/ts/loans.js +1 -1
  85. package/ts/payments/checkpaymentstatus.d.ts +51 -0
  86. package/ts/payments/checkpaymentstatus.js +259 -0
  87. package/ts/payments/getpaymentoptions.d.ts +50 -0
  88. package/ts/payments/getpaymentoptions.js +233 -0
  89. package/ts/payments/initiatepayment.d.ts +67 -0
  90. package/ts/payments/initiatepayment.js +381 -0
  91. package/ts/payments.d.ts +31 -214
  92. package/ts/payments.js +22 -1095
  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
  99. package/ts/bureau/getbureau.d.ts +0 -157
  100. package/ts/bureau/getbureau.js +0 -1376
  101. package/ts/customers/getbanklist.d.ts +0 -48
  102. package/ts/customers/getbanklist.js +0 -198
  103. package/ts/customers/step1.d.ts +0 -71
  104. package/ts/customers/step1.js +0 -423
  105. package/ts/customers/step2.d.ts +0 -67
  106. package/ts/customers/step2.js +0 -366
  107. package/ts/customers/updatelocdisabled.d.ts +0 -35
  108. package/ts/customers/updatelocdisabled.js +0 -117
  109. package/ts/customers/updatemobile.d.ts +0 -35
  110. package/ts/customers/updatemobile.js +0 -117
  111. package/ts/loans/getstaticfields.d.ts +0 -86
  112. package/ts/loans/getstaticfields.js +0 -801
@@ -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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/forgotmpin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,8 +1,8 @@
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.181.0
5
- // protoc v5.27.3
4
+ // protoc-gen-ts_proto v1.180.0
5
+ // protoc v3.20.3
6
6
  // source: customers/forgotmpinotp.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": 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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/getdocuments.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,8 +1,8 @@
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.181.0
5
- // protoc v5.27.3
4
+ // protoc-gen-ts_proto v1.180.0
5
+ // protoc v3.20.3
6
6
  // source: customers/getkycweburl.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": 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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/profileupdatetnc.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,8 +1,8 @@
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.181.0
5
- // protoc v5.27.3
4
+ // protoc-gen-ts_proto v1.180.0
5
+ // protoc v3.20.3
6
6
  // source: customers/resetmpin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": 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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/saveunlocklimit.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,8 +1,8 @@
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.181.0
5
- // protoc v5.27.3
4
+ // protoc-gen-ts_proto v1.180.0
5
+ // protoc v3.20.3
6
6
  // source: customers/sendemailtoken.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": 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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/setmpin.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/step10.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/step7.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/step8.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/step9.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/stepstatic.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,8 +1,8 @@
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.181.0
5
- // protoc v5.27.3
4
+ // protoc-gen-ts_proto v1.180.0
5
+ // protoc v3.20.3
6
6
  // source: customers/updatedigilockertxn.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": 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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/updatedob.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,8 +1,8 @@
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.181.0
5
- // protoc v5.27.3
4
+ // protoc-gen-ts_proto v1.180.0
5
+ // protoc v3.20.3
6
6
  // source: customers/updatehypervergetxn.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": 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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/updatelocstatus.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/updatemobilesendotp.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/updatemobileverifyotp.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/updateokyctxn.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/validatepan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,8 +1,8 @@
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.181.0
5
- // protoc v5.27.3
4
+ // protoc-gen-ts_proto v1.180.0
5
+ // protoc v3.20.3
6
6
  // source: customers/verifyemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": 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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/verifympin.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/verifyotp.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers/verifyotptoemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
package/ts/customers.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: customers.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
package/ts/example.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: example.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: google/protobuf/timestamp.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/approveloan.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/banklist.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/calculateemi.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/creditlimit.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/getcustomerloanstatus.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/getpendingemiamount.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/getsummarystaticfields.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/loansummary.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/paymentallocation.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/paymenthistory.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/restructureloan.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/sendemail.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/sendnocemail.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/transactionlist.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.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/updateinstallments.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {