@stashfin/grpc 1.2.257 → 1.2.261

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 (175) hide show
  1. package/package.json +1 -1
  2. package/ts/bureau/getbasicdetails.js +1 -1
  3. package/ts/bureau/getbureaulist.d.ts +52 -0
  4. package/ts/bureau/getbureaulist.js +276 -0
  5. package/ts/bureau/getdbrcolending.js +1 -1
  6. package/ts/bureau/getdemogs.js +1 -1
  7. package/ts/bureau/getobligation.js +1 -1
  8. package/ts/bureau/getreport.d.ts +3 -3
  9. package/ts/bureau/getreport.js +1 -1
  10. package/ts/bureau.js +1 -1
  11. package/ts/colender/disburseLoan.js +1 -1
  12. package/ts/colender/forecloseLoan.js +1 -1
  13. package/ts/colender/repayLoan.js +1 -1
  14. package/ts/colender.js +1 -1
  15. package/ts/customers/aa/getbanklist.js +1 -1
  16. package/ts/customers/aa/initiate.js +1 -1
  17. package/ts/customers/addaddress.js +1 -1
  18. package/ts/customers/addbankaccountdetails.js +1 -1
  19. package/ts/customers/addfathersname.js +1 -1
  20. package/ts/customers/addgstnumber.js +1 -1
  21. package/ts/customers/addmoredetails.js +1 -1
  22. package/ts/customers/addsuspendedcustomer.js +1 -1
  23. package/ts/customers/adduserapps.js +1 -1
  24. package/ts/customers/bulksms.js +1 -1
  25. package/ts/customers/cb/cbsignup.js +1 -1
  26. package/ts/customers/cb/getcbtxnstatus.js +1 -1
  27. package/ts/customers/cb/getcreditbuilder.js +1 -1
  28. package/ts/customers/cb/paynow.js +1 -1
  29. package/ts/customers/cb/savecreditbuilder.js +1 -1
  30. package/ts/customers/cb/updatecbtxnstatus.js +1 -1
  31. package/ts/customers/changempin.js +1 -1
  32. package/ts/customers/createcustomerreference.js +1 -1
  33. package/ts/customers/deleteprofile.js +1 -1
  34. package/ts/customers/disablempin.js +1 -1
  35. package/ts/customers/enach/gettxnstatus.js +1 -1
  36. package/ts/customers/enach/getweburl.js +1 -1
  37. package/ts/customers/enach/updatetxnstatus.js +1 -1
  38. package/ts/customers/fetchrcprofile.js +1 -1
  39. package/ts/customers/floatingvideos.js +1 -1
  40. package/ts/customers/forgotmpin.js +1 -1
  41. package/ts/customers/forgotmpinverify.js +1 -1
  42. package/ts/customers/freedom/addressconfirmation.js +1 -1
  43. package/ts/customers/freedom/freedompaynow.js +1 -1
  44. package/ts/customers/freedom/getfreedomtxnstatus.js +1 -1
  45. package/ts/customers/freedom/updatefreedomtxnstatus.js +1 -1
  46. package/ts/customers/getaddresslist.js +1 -1
  47. package/ts/customers/getappsubmittedscreen.js +1 -1
  48. package/ts/customers/getbankaccountdetails.js +1 -1
  49. package/ts/customers/getbasicinfo.js +1 -1
  50. package/ts/customers/getcities.js +1 -1
  51. package/ts/customers/getcompanyaccdetails.js +1 -1
  52. package/ts/customers/getcustomerbyid.js +1 -1
  53. package/ts/customers/getdashboard.js +1 -1
  54. package/ts/customers/getdashboardmaincard.js +1 -1
  55. package/ts/customers/getdocuments.js +1 -1
  56. package/ts/customers/getlimit.js +1 -1
  57. package/ts/customers/getoccupationlist.js +1 -1
  58. package/ts/customers/getprofessionalinfo.js +1 -1
  59. package/ts/customers/getprofile.js +1 -1
  60. package/ts/customers/getselfieetxnid.js +1 -1
  61. package/ts/customers/getstates.js +1 -1
  62. package/ts/customers/getstep.js +1 -1
  63. package/ts/customers/logout.js +1 -1
  64. package/ts/customers/pd/getbanklist.js +1 -1
  65. package/ts/customers/pd/validatebankaccount.js +1 -1
  66. package/ts/customers/profilebasic.js +1 -1
  67. package/ts/customers/profileupdatetnc.js +1 -1
  68. package/ts/customers/rpd/getrpdlink.js +1 -1
  69. package/ts/customers/rpd/getrpdtransactionstatus.js +1 -1
  70. package/ts/customers/rpd/mockpayment.js +1 -1
  71. package/ts/customers/savebasicdetails.js +1 -1
  72. package/ts/customers/savelimit.js +1 -1
  73. package/ts/customers/saveunlocklimit.js +1 -1
  74. package/ts/customers/sendotp.js +1 -1
  75. package/ts/customers/sendotptoemail.js +1 -1
  76. package/ts/customers/setmpin.js +1 -1
  77. package/ts/customers/skipscreen.js +1 -1
  78. package/ts/customers/updatecategory.d.ts +36 -0
  79. package/ts/customers/{skipdlrcscreen.js → updatecategory.js} +53 -23
  80. package/ts/customers/updatecustomerbyid.js +1 -1
  81. package/ts/customers/updatedlnumber.js +1 -1
  82. package/ts/customers/updatedob.js +1 -1
  83. package/ts/customers/updatelocstatus.js +1 -1
  84. package/ts/customers/updatemobilesendotp.js +1 -1
  85. package/ts/customers/updatemobileverifyotp.js +1 -1
  86. package/ts/customers/updateokyctxn.js +1 -1
  87. package/ts/customers/updateselfieetxn.js +1 -1
  88. package/ts/customers/updatevehiclenumber.js +1 -1
  89. package/ts/customers/uploaddocuments.js +1 -1
  90. package/ts/customers/validatepan.js +1 -1
  91. package/ts/customers/verifympin.js +1 -1
  92. package/ts/customers/verifyotp.js +1 -1
  93. package/ts/customers/verifyotptoemail.js +1 -1
  94. package/ts/customers.d.ts +14 -0
  95. package/ts/customers.js +11 -1
  96. package/ts/decisionengine/decisionengine.js +1 -1
  97. package/ts/decisionengine.js +1 -1
  98. package/ts/example.js +1 -1
  99. package/ts/growth/checkplanstatus.js +1 -1
  100. package/ts/growth/getattachplandetails.js +1 -1
  101. package/ts/growth/getchrplans.js +1 -1
  102. package/ts/growth/getcredithealthreport.js +1 -1
  103. package/ts/growth/initiatepayment.js +1 -1
  104. package/ts/growth/processchrpayment.js +1 -1
  105. package/ts/growth.js +1 -1
  106. package/ts/loans/amortization.js +1 -1
  107. package/ts/loans/approveloan.js +1 -1
  108. package/ts/loans/banklist.js +1 -1
  109. package/ts/loans/calculateemi.js +1 -1
  110. package/ts/loans/creditlimit.js +1 -1
  111. package/ts/loans/fcppayment.d.ts +0 -1
  112. package/ts/loans/fcppayment.js +4 -18
  113. package/ts/loans/forecloseamount.js +1 -1
  114. package/ts/loans/foreclosepayment.d.ts +0 -1
  115. package/ts/loans/foreclosepayment.js +4 -18
  116. package/ts/loans/futurepaymentmoredetails.js +1 -1
  117. package/ts/loans/getbilldetails.js +1 -1
  118. package/ts/loans/getcustomerloanstatus.js +1 -1
  119. package/ts/loans/getloanbyid.js +1 -1
  120. package/ts/loans/getnextdueamount.js +1 -1
  121. package/ts/loans/getpendingemiamount.js +1 -1
  122. package/ts/loans/getsummarystaticfields.js +1 -1
  123. package/ts/loans/gettransactionstatus.js +1 -1
  124. package/ts/loans/getusedlimit.d.ts +35 -0
  125. package/ts/{customers/sendemailtoken.js → loans/getusedlimit.js} +32 -32
  126. package/ts/loans/getvirtualbankinfo.js +1 -1
  127. package/ts/loans/loansummary.js +1 -1
  128. package/ts/loans/paymentallocation.js +1 -1
  129. package/ts/loans/paymenthistory.js +1 -1
  130. package/ts/loans/paynow.js +1 -1
  131. package/ts/loans/refund.d.ts +0 -1
  132. package/ts/loans/refund.js +4 -18
  133. package/ts/loans/restructureloan.js +1 -1
  134. package/ts/loans/rollback.d.ts +0 -1
  135. package/ts/loans/rollback.js +4 -18
  136. package/ts/loans/sendemail.js +1 -1
  137. package/ts/loans/sendnocemail.js +1 -1
  138. package/ts/loans/transactionlist.js +1 -1
  139. package/ts/loans/updateinstallments.js +1 -1
  140. package/ts/loans/updateloan.js +1 -1
  141. package/ts/loans/updatetransactionstatus.js +1 -1
  142. package/ts/loans.d.ts +14 -0
  143. package/ts/loans.js +11 -1
  144. package/ts/payments/checkpaymentstatus.js +1 -1
  145. package/ts/payments/getpaymentoptions.js +1 -1
  146. package/ts/payments/initiatepayment.js +1 -1
  147. package/ts/payments/nachpresentation.js +1 -1
  148. package/ts/payments/nachregistration.js +1 -1
  149. package/ts/payments.js +1 -1
  150. package/ts/stashcash/creditsc.js +1 -1
  151. package/ts/stashcash/debitsc.js +1 -1
  152. package/ts/stashcash/getscbalance.js +1 -1
  153. package/ts/stashcash/getschistory.js +1 -1
  154. package/ts/stashcash/reversesc.js +1 -1
  155. package/ts/stashcash.js +1 -1
  156. package/ts/customers/sendemailtoken.d.ts +0 -35
  157. package/ts/customers/skipdlrcscreen.d.ts +0 -35
  158. package/ts/customers/step1.d.ts +0 -69
  159. package/ts/customers/step1.js +0 -395
  160. package/ts/customers/step10.d.ts +0 -73
  161. package/ts/customers/step10.js +0 -459
  162. package/ts/customers/step2.d.ts +0 -68
  163. package/ts/customers/step2.js +0 -381
  164. package/ts/customers/step7.d.ts +0 -68
  165. package/ts/customers/step7.js +0 -381
  166. package/ts/customers/step8.d.ts +0 -69
  167. package/ts/customers/step8.js +0 -395
  168. package/ts/customers/step9.d.ts +0 -75
  169. package/ts/customers/step9.js +0 -489
  170. package/ts/customers/stepstatic.d.ts +0 -66
  171. package/ts/customers/stepstatic.js +0 -354
  172. package/ts/customers/verifyemail.d.ts +0 -35
  173. package/ts/customers/verifyemail.js +0 -117
  174. package/ts/google/protobuf/timestamp.d.ts +0 -127
  175. package/ts/google/protobuf/timestamp.js +0 -97
@@ -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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/enach/gettxnstatus.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/enach/getweburl.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/enach/updatetxnstatus.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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/floatingvideos.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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/freedom/addressconfirmation.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/freedom/freedompaynow.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/freedom/getfreedomtxnstatus.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/freedom/updatefreedomtxnstatus.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/getaddresslist.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/getappsubmittedscreen.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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/getdocuments.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/getlimit.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/getoccupationlist.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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/pd/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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/pd/validatebankaccount.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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/rpd/getrpdlink.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/rpd/getrpdtransactionstatus.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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/rpd/mockpayment.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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/savelimit.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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/skipscreen.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -0,0 +1,36 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "customers.updatecategory";
3
+ export interface updateCategoryRequest {
4
+ customer_id: number;
5
+ category: string;
6
+ }
7
+ export interface updateCategoryResponse {
8
+ status: string;
9
+ }
10
+ export declare const updateCategoryRequest: {
11
+ encode(message: updateCategoryRequest, writer?: _m0.Writer): _m0.Writer;
12
+ decode(input: _m0.Reader | Uint8Array, length?: number): updateCategoryRequest;
13
+ fromJSON(object: any): updateCategoryRequest;
14
+ toJSON(message: updateCategoryRequest): unknown;
15
+ create<I extends Exact<DeepPartial<updateCategoryRequest>, I>>(base?: I): updateCategoryRequest;
16
+ fromPartial<I extends Exact<DeepPartial<updateCategoryRequest>, I>>(object: I): updateCategoryRequest;
17
+ };
18
+ export declare const updateCategoryResponse: {
19
+ encode(message: updateCategoryResponse, writer?: _m0.Writer): _m0.Writer;
20
+ decode(input: _m0.Reader | Uint8Array, length?: number): updateCategoryResponse;
21
+ fromJSON(object: any): updateCategoryResponse;
22
+ toJSON(message: updateCategoryResponse): unknown;
23
+ create<I extends Exact<DeepPartial<updateCategoryResponse>, I>>(base?: I): updateCategoryResponse;
24
+ fromPartial<I extends Exact<DeepPartial<updateCategoryResponse>, I>>(object: I): updateCategoryResponse;
25
+ };
26
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
27
+ 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 {} ? {
28
+ [K in keyof T]?: DeepPartial<T[K]>;
29
+ } : Partial<T>;
30
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
31
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
32
+ [K in keyof P]: Exact<P[K], I[K]>;
33
+ } & {
34
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
35
+ };
36
+ export {};
@@ -2,38 +2,48 @@
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
6
- // source: customers/skipdlrcscreen.proto
5
+ // protoc v5.28.2
6
+ // source: customers/updatecategory.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
9
9
  };
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
- exports.skipDlRcScreenResponse = exports.skipDlRcScreenRequest = exports.protobufPackage = void 0;
11
+ exports.updateCategoryResponse = exports.updateCategoryRequest = exports.protobufPackage = void 0;
12
12
  /* eslint-disable */
13
+ const long_1 = __importDefault(require("long"));
13
14
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
- exports.protobufPackage = "customers.skipdlrcscreen";
15
- function createBaseskipDlRcScreenRequest() {
16
- return { page: "" };
15
+ exports.protobufPackage = "customers.updatecategory";
16
+ function createBaseupdateCategoryRequest() {
17
+ return { customer_id: 0, category: "" };
17
18
  }
18
- exports.skipDlRcScreenRequest = {
19
+ exports.updateCategoryRequest = {
19
20
  encode(message, writer = minimal_1.default.Writer.create()) {
20
- if (message.page !== "") {
21
- writer.uint32(10).string(message.page);
21
+ if (message.customer_id !== 0) {
22
+ writer.uint32(8).int64(message.customer_id);
23
+ }
24
+ if (message.category !== "") {
25
+ writer.uint32(18).string(message.category);
22
26
  }
23
27
  return writer;
24
28
  },
25
29
  decode(input, length) {
26
30
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
27
31
  let end = length === undefined ? reader.len : reader.pos + length;
28
- const message = createBaseskipDlRcScreenRequest();
32
+ const message = createBaseupdateCategoryRequest();
29
33
  while (reader.pos < end) {
30
34
  const tag = reader.uint32();
31
35
  switch (tag >>> 3) {
32
36
  case 1:
33
- if (tag !== 10) {
37
+ if (tag !== 8) {
38
+ break;
39
+ }
40
+ message.customer_id = longToNumber(reader.int64());
41
+ continue;
42
+ case 2:
43
+ if (tag !== 18) {
34
44
  break;
35
45
  }
36
- message.page = reader.string();
46
+ message.category = reader.string();
37
47
  continue;
38
48
  }
39
49
  if ((tag & 7) === 4 || tag === 0) {
@@ -44,28 +54,35 @@ exports.skipDlRcScreenRequest = {
44
54
  return message;
45
55
  },
46
56
  fromJSON(object) {
47
- return { page: isSet(object.page) ? globalThis.String(object.page) : "" };
57
+ return {
58
+ customer_id: isSet(object.customer_id) ? globalThis.Number(object.customer_id) : 0,
59
+ category: isSet(object.category) ? globalThis.String(object.category) : "",
60
+ };
48
61
  },
49
62
  toJSON(message) {
50
63
  const obj = {};
51
- if (message.page !== "") {
52
- obj.page = message.page;
64
+ if (message.customer_id !== 0) {
65
+ obj.customer_id = Math.round(message.customer_id);
66
+ }
67
+ if (message.category !== "") {
68
+ obj.category = message.category;
53
69
  }
54
70
  return obj;
55
71
  },
56
72
  create(base) {
57
- return exports.skipDlRcScreenRequest.fromPartial(base ?? {});
73
+ return exports.updateCategoryRequest.fromPartial(base ?? {});
58
74
  },
59
75
  fromPartial(object) {
60
- const message = createBaseskipDlRcScreenRequest();
61
- message.page = object.page ?? "";
76
+ const message = createBaseupdateCategoryRequest();
77
+ message.customer_id = object.customer_id ?? 0;
78
+ message.category = object.category ?? "";
62
79
  return message;
63
80
  },
64
81
  };
65
- function createBaseskipDlRcScreenResponse() {
82
+ function createBaseupdateCategoryResponse() {
66
83
  return { status: "" };
67
84
  }
68
- exports.skipDlRcScreenResponse = {
85
+ exports.updateCategoryResponse = {
69
86
  encode(message, writer = minimal_1.default.Writer.create()) {
70
87
  if (message.status !== "") {
71
88
  writer.uint32(10).string(message.status);
@@ -75,7 +92,7 @@ exports.skipDlRcScreenResponse = {
75
92
  decode(input, length) {
76
93
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
77
94
  let end = length === undefined ? reader.len : reader.pos + length;
78
- const message = createBaseskipDlRcScreenResponse();
95
+ const message = createBaseupdateCategoryResponse();
79
96
  while (reader.pos < end) {
80
97
  const tag = reader.uint32();
81
98
  switch (tag >>> 3) {
@@ -104,14 +121,27 @@ exports.skipDlRcScreenResponse = {
104
121
  return obj;
105
122
  },
106
123
  create(base) {
107
- return exports.skipDlRcScreenResponse.fromPartial(base ?? {});
124
+ return exports.updateCategoryResponse.fromPartial(base ?? {});
108
125
  },
109
126
  fromPartial(object) {
110
- const message = createBaseskipDlRcScreenResponse();
127
+ const message = createBaseupdateCategoryResponse();
111
128
  message.status = object.status ?? "";
112
129
  return message;
113
130
  },
114
131
  };
132
+ function longToNumber(long) {
133
+ if (long.gt(globalThis.Number.MAX_SAFE_INTEGER)) {
134
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
135
+ }
136
+ if (long.lt(globalThis.Number.MIN_SAFE_INTEGER)) {
137
+ throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
138
+ }
139
+ return long.toNumber();
140
+ }
141
+ if (minimal_1.default.util.Long !== long_1.default) {
142
+ minimal_1.default.util.Long = long_1.default;
143
+ minimal_1.default.configure();
144
+ }
115
145
  function isSet(value) {
116
146
  return value !== null && value !== undefined;
117
147
  }
@@ -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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/updatecustomerbyid.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };