@stashfin/grpc 1.2.366 → 1.2.368

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 (188) hide show
  1. package/package.json +1 -1
  2. package/ts/bureau/getbasicdetails.js +1 -1
  3. package/ts/bureau/getcibilwebtoken.js +1 -1
  4. package/ts/bureau/getdbrcolending.js +1 -1
  5. package/ts/bureau/getdemogs.js +1 -1
  6. package/ts/bureau/getobligation.js +1 -1
  7. package/ts/bureau/getreport.js +1 -1
  8. package/ts/bureau.js +1 -1
  9. package/ts/colender/disburseLoan.js +1 -1
  10. package/ts/colender/forecloseLoan.js +1 -1
  11. package/ts/colender/repayLoan.js +1 -1
  12. package/ts/colender.js +1 -1
  13. package/ts/customers/aa/getaatxnstatus.js +1 -1
  14. package/ts/customers/aa/getbanklist.js +1 -1
  15. package/ts/customers/aa/initiate.js +1 -1
  16. package/ts/customers/accidentprotectionplan.d.ts +52 -0
  17. package/ts/customers/accidentprotectionplan.js +256 -0
  18. package/ts/customers/addaddress.js +1 -1
  19. package/ts/customers/addbankaccountdetails.js +1 -1
  20. package/ts/customers/addfathersname.js +1 -1
  21. package/ts/customers/addgstnumber.js +1 -1
  22. package/ts/customers/addmoredetails.js +1 -1
  23. package/ts/customers/addsuspendedcustomer.js +1 -1
  24. package/ts/customers/adduserapps.js +1 -1
  25. package/ts/customers/applyclijourney.js +1 -1
  26. package/ts/customers/bulksms.js +1 -1
  27. package/ts/customers/cb/cbapplicationrejecteddata.js +1 -1
  28. package/ts/customers/cb/cbpaynow.js +1 -1
  29. package/ts/customers/cb/cbsignup.js +1 -1
  30. package/ts/customers/cb/getcbtxnstatus.js +1 -1
  31. package/ts/customers/cb/getcreditbuilder.js +1 -1
  32. package/ts/customers/cb/getpaymentsummary.js +1 -1
  33. package/ts/customers/cb/insurancedetails.js +1 -1
  34. package/ts/customers/cb/lesscsimprove.js +1 -1
  35. package/ts/customers/cb/morecsimprove.js +1 -1
  36. package/ts/customers/cb/savecreditbuilder.js +1 -1
  37. package/ts/customers/cb/updatecbstandalonejourney.js +1 -1
  38. package/ts/customers/cb/updatecbtxnstatus.js +1 -1
  39. package/ts/customers/changempin.js +1 -1
  40. package/ts/customers/createcustomerreference.js +1 -1
  41. package/ts/customers/createvanumber.js +1 -1
  42. package/ts/customers/customerinfo.js +1 -1
  43. package/ts/customers/deletedocument.js +1 -1
  44. package/ts/customers/deleteprofile.js +1 -1
  45. package/ts/customers/disablempin.js +1 -1
  46. package/ts/customers/enach/gettxnstatus.js +1 -1
  47. package/ts/customers/enach/getweburl.js +1 -1
  48. package/ts/customers/enach/updateenachtxnstatus.js +1 -1
  49. package/ts/customers/fetchrcprofile.js +1 -1
  50. package/ts/customers/floatingvideos.js +1 -1
  51. package/ts/customers/forceupdate.js +1 -1
  52. package/ts/customers/forgotmpin.js +1 -1
  53. package/ts/customers/forgotmpinverify.js +1 -1
  54. package/ts/customers/freedom/addressconfirmation.js +1 -1
  55. package/ts/customers/freedom/freedompaynow.js +1 -1
  56. package/ts/customers/freedom/getfreedomtxnstatus.js +1 -1
  57. package/ts/customers/freedom/updateadditionalverification.js +1 -1
  58. package/ts/customers/freedom/updatefreedomtxnstatus.js +1 -1
  59. package/ts/customers/getaddresslist.js +1 -1
  60. package/ts/customers/getappsubmittedscreen.js +1 -1
  61. package/ts/customers/getbankaccountdetails.js +1 -1
  62. package/ts/customers/getbasicinfo.js +1 -1
  63. package/ts/customers/getcities.js +1 -1
  64. package/ts/customers/getclistatus.js +1 -1
  65. package/ts/customers/getcompanyaccdetails.js +1 -1
  66. package/ts/customers/getcustomerbyid.js +1 -1
  67. package/ts/customers/getcustomerdetailsbymobile.js +1 -1
  68. package/ts/customers/getdashboard.js +1 -1
  69. package/ts/customers/getdashboardmaincard.js +1 -1
  70. package/ts/customers/getdocuments.js +1 -1
  71. package/ts/customers/getlimit.js +1 -1
  72. package/ts/customers/getloclimit.js +1 -1
  73. package/ts/customers/getoccupationlist.js +1 -1
  74. package/ts/customers/getpaymentoptions.js +1 -1
  75. package/ts/customers/getprofessionalinfo.js +1 -1
  76. package/ts/customers/getprofile.js +1 -1
  77. package/ts/customers/getselfieetxnid.js +1 -1
  78. package/ts/customers/getstates.js +1 -1
  79. package/ts/customers/getstep.js +1 -1
  80. package/ts/customers/getsyncstatus.js +1 -1
  81. package/ts/customers/getvanumber.js +1 -1
  82. package/ts/customers/logout.js +1 -1
  83. package/ts/customers/pd/getbanklist.js +1 -1
  84. package/ts/customers/pd/validatebankaccount.js +1 -1
  85. package/ts/customers/profilebasic.js +1 -1
  86. package/ts/customers/profileupdatetnc.js +1 -1
  87. package/ts/customers/restoreaccount.d.ts +36 -0
  88. package/ts/customers/restoreaccount.js +133 -0
  89. package/ts/customers/rpd/getrpdlink.js +1 -1
  90. package/ts/customers/rpd/getrpdtransactionstatus.js +1 -1
  91. package/ts/customers/rpd/mockpayment.js +1 -1
  92. package/ts/customers/saveappslist.js +1 -1
  93. package/ts/customers/savebasicdetails.js +1 -1
  94. package/ts/customers/savelimit.js +1 -1
  95. package/ts/customers/saveunlocklimit.js +1 -1
  96. package/ts/customers/sendotp.js +1 -1
  97. package/ts/customers/sendotptoemail.js +1 -1
  98. package/ts/customers/setmpin.js +1 -1
  99. package/ts/customers/skipscreen.js +1 -1
  100. package/ts/customers/submituploadeddocuments.js +1 -1
  101. package/ts/customers/syncdecisionengine.js +1 -1
  102. package/ts/customers/updatecategory.js +1 -1
  103. package/ts/customers/updatecongratulationstep.js +1 -1
  104. package/ts/customers/updatecustomerbyid.js +1 -1
  105. package/ts/customers/updatedlnumber.js +1 -1
  106. package/ts/customers/updatedob.js +1 -1
  107. package/ts/customers/updatelocstatus.js +1 -1
  108. package/ts/customers/updatemobilesendotp.js +1 -1
  109. package/ts/customers/updatemobileverifyotp.js +1 -1
  110. package/ts/customers/updateokyctxn.js +1 -1
  111. package/ts/customers/updateselfieetxn.js +1 -1
  112. package/ts/customers/updatesyncstatus.js +1 -1
  113. package/ts/customers/updatevehiclenumber.js +1 -1
  114. package/ts/customers/uploaddocuments.js +1 -1
  115. package/ts/customers/validatepan.js +1 -1
  116. package/ts/customers/verifympin.js +1 -1
  117. package/ts/customers/verifyotp.d.ts +1 -0
  118. package/ts/customers/verifyotp.js +16 -2
  119. package/ts/customers/verifyotptoemail.js +1 -1
  120. package/ts/customers.d.ts +28 -0
  121. package/ts/customers.js +21 -1
  122. package/ts/decisionengine/decisionenginetrigger.js +1 -1
  123. package/ts/decisionengine/locdisbursalapproval.js +1 -1
  124. package/ts/decisionengine/saveconsent.js +1 -1
  125. package/ts/decisionengine.js +1 -1
  126. package/ts/documents/getagreement.js +1 -1
  127. package/ts/documents.js +1 -1
  128. package/ts/example.js +1 -1
  129. package/ts/growth/checkplanstatus.js +1 -1
  130. package/ts/growth/getattachplandetails.js +1 -1
  131. package/ts/growth/getchrpaymentstatus.js +1 -1
  132. package/ts/growth/getchrplans.js +1 -1
  133. package/ts/growth/getcredithealthreport.js +1 -1
  134. package/ts/growth/initiatepayment.js +1 -1
  135. package/ts/growth/notifychrpayment.js +1 -1
  136. package/ts/growth.js +1 -1
  137. package/ts/loans/amortization.js +1 -1
  138. package/ts/loans/approveloan.js +1 -1
  139. package/ts/loans/banklist.js +1 -1
  140. package/ts/loans/calculateemi.js +1 -1
  141. package/ts/loans/cbloan.js +1 -1
  142. package/ts/loans/creditlimit.js +1 -1
  143. package/ts/loans/fcppayment.js +1 -1
  144. package/ts/loans/foreclosepayment.js +1 -1
  145. package/ts/loans/futurepaymentmoredetails.js +1 -1
  146. package/ts/loans/getaddonslist.js +1 -1
  147. package/ts/loans/getbilldetails.js +1 -1
  148. package/ts/loans/getchrdetails.js +1 -1
  149. package/ts/loans/getcustomerloanstatus.js +1 -1
  150. package/ts/loans/getforecloseamount.d.ts +1 -1
  151. package/ts/loans/getforecloseamount.js +11 -13
  152. package/ts/loans/getloanbyid.js +1 -1
  153. package/ts/loans/getnextdueamount.js +1 -1
  154. package/ts/loans/getpaymentoptions.js +1 -1
  155. package/ts/loans/getpendingemiamount.js +1 -1
  156. package/ts/loans/getsetubilldetails.js +1 -1
  157. package/ts/loans/getsummarystaticfields.js +1 -1
  158. package/ts/loans/gettransactionstatus.js +1 -1
  159. package/ts/loans/getusedlimit.js +1 -1
  160. package/ts/loans/getvirtualbankinfo.js +1 -1
  161. package/ts/loans/loansummary.js +1 -1
  162. package/ts/loans/paymentallocation.js +1 -1
  163. package/ts/loans/paymenthistory.js +1 -1
  164. package/ts/loans/paynow.js +1 -1
  165. package/ts/loans/refund.js +1 -1
  166. package/ts/loans/restructureloan.js +1 -1
  167. package/ts/loans/rollback.js +1 -1
  168. package/ts/loans/sendemail.js +1 -1
  169. package/ts/loans/sendnocemail.js +1 -1
  170. package/ts/loans/transactionlist.js +1 -1
  171. package/ts/loans/updateinstallments.js +1 -1
  172. package/ts/loans/updateloan.js +1 -1
  173. package/ts/loans/updatetransactionstatus.d.ts +3 -1
  174. package/ts/loans/updatetransactionstatus.js +35 -7
  175. package/ts/loans.js +1 -1
  176. package/ts/payments/checkpaymentstatus.js +1 -1
  177. package/ts/payments/fundtransfer.js +1 -1
  178. package/ts/payments/getpaymentoptions.js +1 -1
  179. package/ts/payments/initiatepayment.js +1 -1
  180. package/ts/payments/nachpresentation.js +1 -1
  181. package/ts/payments/nachregistration.js +1 -1
  182. package/ts/payments.js +1 -1
  183. package/ts/stashcash/creditsc.js +1 -1
  184. package/ts/stashcash/debitsc.js +1 -1
  185. package/ts/stashcash/getscbalance.js +1 -1
  186. package/ts/stashcash/getschistory.js +1 -1
  187. package/ts/stashcash/reversesc.js +1 -1
  188. package/ts/stashcash.js +1 -1
@@ -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.2
5
+ // protoc v5.28.3
6
6
  // source: loans/updatetransactionstatus.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13,7 +13,7 @@ exports.updateTransactionStatusResponse = exports.updateTransactionStatusRequest
13
13
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
14
  exports.protobufPackage = "loans.updatetransactionstatus";
15
15
  function createBaseupdateTransactionStatusRequest() {
16
- return { order_id: "", status: "", customer_id: 0, mode: "" };
16
+ return { order_id: "", status: "", customer_id: 0, client_id: "", mode: undefined, meta_data: undefined };
17
17
  }
18
18
  exports.updateTransactionStatusRequest = {
19
19
  encode(message, writer = minimal_1.default.Writer.create()) {
@@ -26,8 +26,14 @@ exports.updateTransactionStatusRequest = {
26
26
  if (message.customer_id !== 0) {
27
27
  writer.uint32(24).int32(message.customer_id);
28
28
  }
29
- if (message.mode !== "") {
30
- writer.uint32(34).string(message.mode);
29
+ if (message.client_id !== "") {
30
+ writer.uint32(34).string(message.client_id);
31
+ }
32
+ if (message.mode !== undefined) {
33
+ writer.uint32(42).string(message.mode);
34
+ }
35
+ if (message.meta_data !== undefined) {
36
+ writer.uint32(50).string(message.meta_data);
31
37
  }
32
38
  return writer;
33
39
  },
@@ -60,8 +66,20 @@ exports.updateTransactionStatusRequest = {
60
66
  if (tag !== 34) {
61
67
  break;
62
68
  }
69
+ message.client_id = reader.string();
70
+ continue;
71
+ case 5:
72
+ if (tag !== 42) {
73
+ break;
74
+ }
63
75
  message.mode = reader.string();
64
76
  continue;
77
+ case 6:
78
+ if (tag !== 50) {
79
+ break;
80
+ }
81
+ message.meta_data = reader.string();
82
+ continue;
65
83
  }
66
84
  if ((tag & 7) === 4 || tag === 0) {
67
85
  break;
@@ -75,7 +93,9 @@ exports.updateTransactionStatusRequest = {
75
93
  order_id: isSet(object.order_id) ? globalThis.String(object.order_id) : "",
76
94
  status: isSet(object.status) ? globalThis.String(object.status) : "",
77
95
  customer_id: isSet(object.customer_id) ? globalThis.Number(object.customer_id) : 0,
78
- mode: isSet(object.mode) ? globalThis.String(object.mode) : "",
96
+ client_id: isSet(object.client_id) ? globalThis.String(object.client_id) : "",
97
+ mode: isSet(object.mode) ? globalThis.String(object.mode) : undefined,
98
+ meta_data: isSet(object.meta_data) ? globalThis.String(object.meta_data) : undefined,
79
99
  };
80
100
  },
81
101
  toJSON(message) {
@@ -89,9 +109,15 @@ exports.updateTransactionStatusRequest = {
89
109
  if (message.customer_id !== 0) {
90
110
  obj.customer_id = Math.round(message.customer_id);
91
111
  }
92
- if (message.mode !== "") {
112
+ if (message.client_id !== "") {
113
+ obj.client_id = message.client_id;
114
+ }
115
+ if (message.mode !== undefined) {
93
116
  obj.mode = message.mode;
94
117
  }
118
+ if (message.meta_data !== undefined) {
119
+ obj.meta_data = message.meta_data;
120
+ }
95
121
  return obj;
96
122
  },
97
123
  create(base) {
@@ -102,7 +128,9 @@ exports.updateTransactionStatusRequest = {
102
128
  message.order_id = object.order_id ?? "";
103
129
  message.status = object.status ?? "";
104
130
  message.customer_id = object.customer_id ?? 0;
105
- message.mode = object.mode ?? "";
131
+ message.client_id = object.client_id ?? "";
132
+ message.mode = object.mode ?? undefined;
133
+ message.meta_data = object.meta_data ?? undefined;
106
134
  return message;
107
135
  },
108
136
  };
package/ts/loans.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.28.2
5
+ // protoc v5.28.3
6
6
  // source: loans.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.loansClient = exports.loansService = 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.28.2
5
+ // protoc v5.28.3
6
6
  // source: payments/checkpaymentstatus.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.2
5
+ // protoc v5.28.3
6
6
  // source: payments/fundtransfer.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.2
5
+ // protoc v5.28.3
6
6
  // source: payments/getpaymentoptions.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.2
5
+ // protoc v5.28.3
6
6
  // source: payments/initiatepayment.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.2
5
+ // protoc v5.28.3
6
6
  // source: payments/nachpresentation.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.2
5
+ // protoc v5.28.3
6
6
  // source: payments/nachregistration.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
package/ts/payments.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.28.2
5
+ // protoc v5.28.3
6
6
  // source: payments.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.paymentsClient = exports.paymentsService = 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.28.2
5
+ // protoc v5.28.3
6
6
  // source: stashcash/creditsc.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.2
5
+ // protoc v5.28.3
6
6
  // source: stashcash/debitsc.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.2
5
+ // protoc v5.28.3
6
6
  // source: stashcash/getscbalance.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.2
5
+ // protoc v5.28.3
6
6
  // source: stashcash/getschistory.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.2
5
+ // protoc v5.28.3
6
6
  // source: stashcash/reversesc.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
package/ts/stashcash.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.28.2
5
+ // protoc v5.28.3
6
6
  // source: stashcash.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.stashcashClient = exports.stashcashService = exports.protobufPackage = void 0;