@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/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.28.1
5
+ // protoc v5.28.2
6
6
  // source: customers/updatedob.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/updatelocstatus.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/updatemobilesendotp.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/updatemobileverifyotp.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/updateokyctxn.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/updateselfieetxn.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/updatevehiclenumber.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/uploaddocuments.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/validatepan.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/verifympin.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/verifyotp.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/verifyotptoemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
package/ts/customers.d.ts CHANGED
@@ -62,6 +62,7 @@ import { sendOtpRequest, sendOtpRespone } from "./customers/sendotp";
62
62
  import { sendEmailOtpRequest, sendEmailOtpResponse } from "./customers/sendotptoemail";
63
63
  import { setMpinRequest, setMpinResponse } from "./customers/setmpin";
64
64
  import { skipScreenRequest, skipScreenResponse } from "./customers/skipscreen";
65
+ import { updateCategoryRequest, updateCategoryResponse } from "./customers/updatecategory";
65
66
  import { updateCustomerByIdRequest, updateCustomerByIdResponse } from "./customers/updatecustomerbyid";
66
67
  import { updateDlNumberRequest, updateDlNumberResponse } from "./customers/updatedlnumber";
67
68
  import { updateDOBRequest, updateDOBResponse } from "./customers/updatedob";
@@ -790,6 +791,15 @@ export declare const customersService: {
790
791
  readonly responseSerialize: (value: updateFreedomTxnStatusResponse) => Buffer;
791
792
  readonly responseDeserialize: (value: Buffer) => updateFreedomTxnStatusResponse;
792
793
  };
794
+ readonly updateCategory: {
795
+ readonly path: "/service.customers/updateCategory";
796
+ readonly requestStream: false;
797
+ readonly responseStream: false;
798
+ readonly requestSerialize: (value: updateCategoryRequest) => Buffer;
799
+ readonly requestDeserialize: (value: Buffer) => updateCategoryRequest;
800
+ readonly responseSerialize: (value: updateCategoryResponse) => Buffer;
801
+ readonly responseDeserialize: (value: Buffer) => updateCategoryResponse;
802
+ };
793
803
  };
794
804
  export interface customersServer extends UntypedServiceImplementation {
795
805
  sendOtp: handleUnaryCall<sendOtpRequest, sendOtpRespone>;
@@ -871,6 +881,7 @@ export interface customersServer extends UntypedServiceImplementation {
871
881
  freedomPayNow: handleUnaryCall<freedomPayNowRequest, freedomPayNowResponse>;
872
882
  getFreedomTxnStatus: handleUnaryCall<getFreedomTxnStatusRequest, getFreedomTxnStatusResponse>;
873
883
  updateFreedomTxnStatus: handleUnaryCall<updateFreedomTxnStatusRequest, updateFreedomTxnStatusResponse>;
884
+ updateCategory: handleUnaryCall<updateCategoryRequest, updateCategoryResponse>;
874
885
  }
875
886
  export interface customersClient extends Client {
876
887
  sendOtp(request: sendOtpRequest, callback: (error: ServiceError | null, response: sendOtpRespone) => void): ClientUnaryCall;
@@ -1110,6 +1121,9 @@ export interface customersClient extends Client {
1110
1121
  updateFreedomTxnStatus(request: updateFreedomTxnStatusRequest, callback: (error: ServiceError | null, response: updateFreedomTxnStatusResponse) => void): ClientUnaryCall;
1111
1122
  updateFreedomTxnStatus(request: updateFreedomTxnStatusRequest, metadata: Metadata, callback: (error: ServiceError | null, response: updateFreedomTxnStatusResponse) => void): ClientUnaryCall;
1112
1123
  updateFreedomTxnStatus(request: updateFreedomTxnStatusRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: updateFreedomTxnStatusResponse) => void): ClientUnaryCall;
1124
+ updateCategory(request: updateCategoryRequest, callback: (error: ServiceError | null, response: updateCategoryResponse) => void): ClientUnaryCall;
1125
+ updateCategory(request: updateCategoryRequest, metadata: Metadata, callback: (error: ServiceError | null, response: updateCategoryResponse) => void): ClientUnaryCall;
1126
+ updateCategory(request: updateCategoryRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: updateCategoryResponse) => void): ClientUnaryCall;
1113
1127
  }
1114
1128
  export declare const customersClient: {
1115
1129
  new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): customersClient;
package/ts/customers.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.1
5
+ // protoc v5.28.2
6
6
  // source: customers.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.customersClient = exports.customersService = exports.protobufPackage = void 0;
@@ -71,6 +71,7 @@ const sendotp_1 = require("./customers/sendotp");
71
71
  const sendotptoemail_1 = require("./customers/sendotptoemail");
72
72
  const setmpin_1 = require("./customers/setmpin");
73
73
  const skipscreen_1 = require("./customers/skipscreen");
74
+ const updatecategory_1 = require("./customers/updatecategory");
74
75
  const updatecustomerbyid_1 = require("./customers/updatecustomerbyid");
75
76
  const updatedlnumber_1 = require("./customers/updatedlnumber");
76
77
  const updatedob_1 = require("./customers/updatedob");
@@ -798,5 +799,14 @@ exports.customersService = {
798
799
  responseSerialize: (value) => Buffer.from(updatefreedomtxnstatus_1.updateFreedomTxnStatusResponse.encode(value).finish()),
799
800
  responseDeserialize: (value) => updatefreedomtxnstatus_1.updateFreedomTxnStatusResponse.decode(value),
800
801
  },
802
+ updateCategory: {
803
+ path: "/service.customers/updateCategory",
804
+ requestStream: false,
805
+ responseStream: false,
806
+ requestSerialize: (value) => Buffer.from(updatecategory_1.updateCategoryRequest.encode(value).finish()),
807
+ requestDeserialize: (value) => updatecategory_1.updateCategoryRequest.decode(value),
808
+ responseSerialize: (value) => Buffer.from(updatecategory_1.updateCategoryResponse.encode(value).finish()),
809
+ responseDeserialize: (value) => updatecategory_1.updateCategoryResponse.decode(value),
810
+ },
801
811
  };
802
812
  exports.customersClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.customersService, "service.customers");
@@ -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: decisionengine/decisionengine.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: decisionengine.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.decision_engineClient = exports.decision_engineService = exports.protobufPackage = void 0;
package/ts/example.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.1
5
+ // protoc v5.28.2
6
6
  // source: example.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: growth/checkplanstatus.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: growth/getattachplandetails.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: growth/getchrplans.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: growth/getcredithealthreport.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: growth/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.1
5
+ // protoc v5.28.2
6
6
  // source: growth/processchrpayment.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
package/ts/growth.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.1
5
+ // protoc v5.28.2
6
6
  // source: growth.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.growthClient = exports.growthService = 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.1
5
+ // protoc v5.28.2
6
6
  // source: loans/amortization.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: loans/approveloan.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: loans/banklist.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: loans/calculateemi.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: loans/creditlimit.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4,7 +4,6 @@ export interface fcpPaymentRequest {
4
4
  bill_amount: number;
5
5
  customerid: number;
6
6
  loan_id: number[];
7
- payment_id: number;
8
7
  mode: string;
9
8
  }
10
9
  export interface fcpPaymentResponse {
@@ -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: loans/fcppayment.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13,7 +13,7 @@ exports.fcpPaymentResponse = exports.fcpPaymentRequest = exports.protobufPackage
13
13
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
14
  exports.protobufPackage = "loans.fcppayment";
15
15
  function createBasefcpPaymentRequest() {
16
- return { bill_amount: 0, customerid: 0, loan_id: [], payment_id: 0, mode: "" };
16
+ return { bill_amount: 0, customerid: 0, loan_id: [], mode: "" };
17
17
  }
18
18
  exports.fcpPaymentRequest = {
19
19
  encode(message, writer = minimal_1.default.Writer.create()) {
@@ -28,11 +28,8 @@ exports.fcpPaymentRequest = {
28
28
  writer.int32(v);
29
29
  }
30
30
  writer.ldelim();
31
- if (message.payment_id !== 0) {
32
- writer.uint32(32).int32(message.payment_id);
33
- }
34
31
  if (message.mode !== "") {
35
- writer.uint32(42).string(message.mode);
32
+ writer.uint32(34).string(message.mode);
36
33
  }
37
34
  return writer;
38
35
  },
@@ -69,13 +66,7 @@ exports.fcpPaymentRequest = {
69
66
  }
70
67
  break;
71
68
  case 4:
72
- if (tag !== 32) {
73
- break;
74
- }
75
- message.payment_id = reader.int32();
76
- continue;
77
- case 5:
78
- if (tag !== 42) {
69
+ if (tag !== 34) {
79
70
  break;
80
71
  }
81
72
  message.mode = reader.string();
@@ -93,7 +84,6 @@ exports.fcpPaymentRequest = {
93
84
  bill_amount: isSet(object.bill_amount) ? globalThis.Number(object.bill_amount) : 0,
94
85
  customerid: isSet(object.customerid) ? globalThis.Number(object.customerid) : 0,
95
86
  loan_id: globalThis.Array.isArray(object?.loan_id) ? object.loan_id.map((e) => globalThis.Number(e)) : [],
96
- payment_id: isSet(object.payment_id) ? globalThis.Number(object.payment_id) : 0,
97
87
  mode: isSet(object.mode) ? globalThis.String(object.mode) : "",
98
88
  };
99
89
  },
@@ -108,9 +98,6 @@ exports.fcpPaymentRequest = {
108
98
  if (message.loan_id?.length) {
109
99
  obj.loan_id = message.loan_id.map((e) => Math.round(e));
110
100
  }
111
- if (message.payment_id !== 0) {
112
- obj.payment_id = Math.round(message.payment_id);
113
- }
114
101
  if (message.mode !== "") {
115
102
  obj.mode = message.mode;
116
103
  }
@@ -124,7 +111,6 @@ exports.fcpPaymentRequest = {
124
111
  message.bill_amount = object.bill_amount ?? 0;
125
112
  message.customerid = object.customerid ?? 0;
126
113
  message.loan_id = object.loan_id?.map((e) => e) || [];
127
- message.payment_id = object.payment_id ?? 0;
128
114
  message.mode = object.mode ?? "";
129
115
  return message;
130
116
  },
@@ -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: loans/forecloseamount.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4,7 +4,6 @@ export interface foreclosePaymentRequest {
4
4
  amount: number;
5
5
  customerid: number;
6
6
  loan_id: number;
7
- payment_id: number;
8
7
  mode: string;
9
8
  }
10
9
  export interface foreclosePaymentResponse {
@@ -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: loans/foreclosepayment.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13,7 +13,7 @@ exports.foreclosePaymentResponse = exports.foreclosePaymentRequest = exports.pro
13
13
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
14
  exports.protobufPackage = "loans.foreclosepayment";
15
15
  function createBaseforeclosePaymentRequest() {
16
- return { amount: 0, customerid: 0, loan_id: 0, payment_id: 0, mode: "" };
16
+ return { amount: 0, customerid: 0, loan_id: 0, mode: "" };
17
17
  }
18
18
  exports.foreclosePaymentRequest = {
19
19
  encode(message, writer = minimal_1.default.Writer.create()) {
@@ -26,11 +26,8 @@ exports.foreclosePaymentRequest = {
26
26
  if (message.loan_id !== 0) {
27
27
  writer.uint32(24).int32(message.loan_id);
28
28
  }
29
- if (message.payment_id !== 0) {
30
- writer.uint32(32).int32(message.payment_id);
31
- }
32
29
  if (message.mode !== "") {
33
- writer.uint32(42).string(message.mode);
30
+ writer.uint32(34).string(message.mode);
34
31
  }
35
32
  return writer;
36
33
  },
@@ -60,13 +57,7 @@ exports.foreclosePaymentRequest = {
60
57
  message.loan_id = reader.int32();
61
58
  continue;
62
59
  case 4:
63
- if (tag !== 32) {
64
- break;
65
- }
66
- message.payment_id = reader.int32();
67
- continue;
68
- case 5:
69
- if (tag !== 42) {
60
+ if (tag !== 34) {
70
61
  break;
71
62
  }
72
63
  message.mode = reader.string();
@@ -84,7 +75,6 @@ exports.foreclosePaymentRequest = {
84
75
  amount: isSet(object.amount) ? globalThis.Number(object.amount) : 0,
85
76
  customerid: isSet(object.customerid) ? globalThis.Number(object.customerid) : 0,
86
77
  loan_id: isSet(object.loan_id) ? globalThis.Number(object.loan_id) : 0,
87
- payment_id: isSet(object.payment_id) ? globalThis.Number(object.payment_id) : 0,
88
78
  mode: isSet(object.mode) ? globalThis.String(object.mode) : "",
89
79
  };
90
80
  },
@@ -99,9 +89,6 @@ exports.foreclosePaymentRequest = {
99
89
  if (message.loan_id !== 0) {
100
90
  obj.loan_id = Math.round(message.loan_id);
101
91
  }
102
- if (message.payment_id !== 0) {
103
- obj.payment_id = Math.round(message.payment_id);
104
- }
105
92
  if (message.mode !== "") {
106
93
  obj.mode = message.mode;
107
94
  }
@@ -115,7 +102,6 @@ exports.foreclosePaymentRequest = {
115
102
  message.amount = object.amount ?? 0;
116
103
  message.customerid = object.customerid ?? 0;
117
104
  message.loan_id = object.loan_id ?? 0;
118
- message.payment_id = object.payment_id ?? 0;
119
105
  message.mode = object.mode ?? "";
120
106
  return message;
121
107
  },
@@ -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: loans/futurepaymentmoredetails.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: loans/getbilldetails.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: loans/getcustomerloanstatus.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: loans/getloanbyid.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: loans/getnextdueamount.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: loans/getpendingemiamount.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: loans/getsummarystaticfields.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: loans/gettransactionstatus.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };