@stashfin/grpc 1.2.165 → 1.2.167

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/package.json +1 -1
  2. package/ts/bureau/getbasicdetails.js +1 -1
  3. package/ts/bureau/getdemogs.js +1 -1
  4. package/ts/bureau/getreport.js +1 -1
  5. package/ts/bureau.js +1 -1
  6. package/ts/colender/disburseLoan.js +1 -1
  7. package/ts/colender/forecloseLoan.js +1 -1
  8. package/ts/colender/repayLoan.js +1 -1
  9. package/ts/colender.js +1 -1
  10. package/ts/customers/aa/getbanklist.js +1 -1
  11. package/ts/customers/aa/initiate.js +1 -1
  12. package/ts/customers/addaddress.js +1 -1
  13. package/ts/customers/addbankaccountdetails.js +1 -1
  14. package/ts/customers/addfathersname.js +1 -1
  15. package/ts/customers/addgstnumber.js +1 -1
  16. package/ts/customers/addmoredetails.js +1 -1
  17. package/ts/customers/addsuspendedcustomer.js +1 -1
  18. package/ts/customers/adduserapps.js +1 -1
  19. package/ts/customers/bulksms.js +1 -1
  20. package/ts/customers/changempin.js +1 -1
  21. package/ts/customers/createcustomerreference.js +1 -1
  22. package/ts/customers/deleteprofile.js +1 -1
  23. package/ts/customers/disablempin.js +1 -1
  24. package/ts/customers/fetchrcprofile.js +1 -1
  25. package/ts/customers/forgotmpin.js +1 -1
  26. package/ts/customers/forgotmpinverify.js +1 -1
  27. package/ts/customers/getbankaccountdetails.js +1 -1
  28. package/ts/customers/getbasicinfo.js +1 -1
  29. package/ts/customers/getcities.js +1 -1
  30. package/ts/customers/getcompanyaccdetails.js +1 -1
  31. package/ts/customers/getcustomerbyid.js +1 -1
  32. package/ts/customers/getdashboard.js +1 -1
  33. package/ts/customers/getdashboardmaincard.js +1 -1
  34. package/ts/customers/getdocuments.js +1 -1
  35. package/ts/customers/getlimit.d.ts +2 -2
  36. package/ts/customers/getlimit.js +18 -18
  37. package/ts/customers/getprofessionalinfo.js +1 -1
  38. package/ts/customers/getprofile.js +1 -1
  39. package/ts/customers/getselfieetxnid.js +1 -1
  40. package/ts/customers/getstates.js +1 -1
  41. package/ts/customers/getstep.js +1 -1
  42. package/ts/customers/logout.js +1 -1
  43. package/ts/customers/profilebasic.js +1 -1
  44. package/ts/customers/profileupdatetnc.js +1 -1
  45. package/ts/customers/savebasicdetails.js +1 -1
  46. package/ts/customers/saveunlocklimit.js +1 -1
  47. package/ts/customers/sendotp.js +1 -1
  48. package/ts/customers/sendotptoemail.js +1 -1
  49. package/ts/customers/setmpin.js +1 -1
  50. package/ts/customers/skipdlrcscreen.js +1 -1
  51. package/ts/customers/updatecustomerbyid.js +1 -1
  52. package/ts/customers/updatedlnumber.js +1 -1
  53. package/ts/customers/updatedob.js +1 -1
  54. package/ts/customers/updatelocstatus.js +1 -1
  55. package/ts/customers/updatemobilesendotp.js +1 -1
  56. package/ts/customers/updatemobileverifyotp.js +1 -1
  57. package/ts/customers/updateokyctxn.js +1 -1
  58. package/ts/customers/updateselfieetxn.js +1 -1
  59. package/ts/customers/updatevehiclenumber.js +1 -1
  60. package/ts/customers/uploaddocuments.js +1 -1
  61. package/ts/customers/validatepan.js +1 -1
  62. package/ts/customers/verifympin.js +1 -1
  63. package/ts/customers/verifyotp.js +1 -1
  64. package/ts/customers/verifyotptoemail.js +1 -1
  65. package/ts/customers.js +1 -1
  66. package/ts/example.js +1 -1
  67. package/ts/growth/processchrpayment.d.ts +2 -13
  68. package/ts/growth/processchrpayment.js +37 -87
  69. package/ts/growth.js +1 -1
  70. package/ts/loans/approveloan.js +1 -1
  71. package/ts/loans/banklist.js +1 -1
  72. package/ts/loans/calculateemi.js +1 -1
  73. package/ts/loans/creditlimit.js +1 -1
  74. package/ts/loans/futurepaymentmoredetails.js +1 -1
  75. package/ts/loans/getbilldetails.js +1 -1
  76. package/ts/loans/getcustomerloanstatus.js +1 -1
  77. package/ts/loans/getloanbyid.js +1 -1
  78. package/ts/loans/getnextdueamount.js +1 -1
  79. package/ts/loans/getpendingemiamount.js +1 -1
  80. package/ts/loans/getsummarystaticfields.js +1 -1
  81. package/ts/loans/loansummary.js +1 -1
  82. package/ts/loans/paymentallocation.js +1 -1
  83. package/ts/loans/paymenthistory.js +1 -1
  84. package/ts/loans/restructureloan.js +1 -1
  85. package/ts/loans/sendemail.js +1 -1
  86. package/ts/loans/sendnocemail.js +1 -1
  87. package/ts/loans/transactionlist.js +1 -1
  88. package/ts/loans/updateinstallments.js +1 -1
  89. package/ts/loans/updateloan.d.ts +0 -2
  90. package/ts/loans/updateloan.js +3 -31
  91. package/ts/loans.js +1 -1
  92. package/ts/payments.js +1 -1
  93. package/ts/stashcash/creditsc.js +1 -1
  94. package/ts/stashcash/debitsc.js +1 -1
  95. package/ts/stashcash/getscbalance.js +1 -1
  96. package/ts/stashcash/getschistory.js +1 -1
  97. package/ts/stashcash/reversesc.js +1 -1
  98. package/ts/stashcash.js +1 -1
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers/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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: customers.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.customersClient = exports.customersService = 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.27.3
5
+ // protoc v5.27.4
6
6
  // source: example.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3,14 +3,11 @@ export declare const protobufPackage = "growth.processchrpayment";
3
3
  export interface request {
4
4
  txn_id: string;
5
5
  txn_status: string;
6
- report_type?: string | undefined;
7
- plan_id?: number | undefined;
8
- customer_id?: number | undefined;
6
+ customer_id: number;
7
+ data: string;
9
8
  }
10
9
  export interface response {
11
10
  status: string;
12
- }
13
- export interface response_Data {
14
11
  txn_id: string;
15
12
  txn_status: string;
16
13
  }
@@ -30,14 +27,6 @@ export declare const response: {
30
27
  create<I extends Exact<DeepPartial<response>, I>>(base?: I): response;
31
28
  fromPartial<I extends Exact<DeepPartial<response>, I>>(object: I): response;
32
29
  };
33
- export declare const response_Data: {
34
- encode(message: response_Data, writer?: _m0.Writer): _m0.Writer;
35
- decode(input: _m0.Reader | Uint8Array, length?: number): response_Data;
36
- fromJSON(object: any): response_Data;
37
- toJSON(message: response_Data): unknown;
38
- create<I extends Exact<DeepPartial<response_Data>, I>>(base?: I): response_Data;
39
- fromPartial<I extends Exact<DeepPartial<response_Data>, I>>(object: I): response_Data;
40
- };
41
30
  type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
42
31
  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 {} ? {
43
32
  [K in keyof T]?: DeepPartial<T[K]>;
@@ -2,19 +2,19 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: growth/processchrpayment.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.response_Data = exports.response = exports.request = exports.protobufPackage = void 0;
11
+ exports.response = exports.request = exports.protobufPackage = void 0;
12
12
  /* eslint-disable */
13
13
  const long_1 = __importDefault(require("long"));
14
14
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
15
15
  exports.protobufPackage = "growth.processchrpayment";
16
16
  function createBaserequest() {
17
- return { txn_id: "", txn_status: "", report_type: undefined, plan_id: undefined, customer_id: undefined };
17
+ return { txn_id: "", txn_status: "", customer_id: 0, data: "" };
18
18
  }
19
19
  exports.request = {
20
20
  encode(message, writer = minimal_1.default.Writer.create()) {
@@ -24,14 +24,11 @@ exports.request = {
24
24
  if (message.txn_status !== "") {
25
25
  writer.uint32(18).string(message.txn_status);
26
26
  }
27
- if (message.report_type !== undefined) {
28
- writer.uint32(26).string(message.report_type);
27
+ if (message.customer_id !== 0) {
28
+ writer.uint32(24).int64(message.customer_id);
29
29
  }
30
- if (message.plan_id !== undefined) {
31
- writer.uint32(32).int32(message.plan_id);
32
- }
33
- if (message.customer_id !== undefined) {
34
- writer.uint32(40).int64(message.customer_id);
30
+ if (message.data !== "") {
31
+ writer.uint32(34).string(message.data);
35
32
  }
36
33
  return writer;
37
34
  },
@@ -55,22 +52,16 @@ exports.request = {
55
52
  message.txn_status = reader.string();
56
53
  continue;
57
54
  case 3:
58
- if (tag !== 26) {
55
+ if (tag !== 24) {
59
56
  break;
60
57
  }
61
- message.report_type = reader.string();
58
+ message.customer_id = longToNumber(reader.int64());
62
59
  continue;
63
60
  case 4:
64
- if (tag !== 32) {
61
+ if (tag !== 34) {
65
62
  break;
66
63
  }
67
- message.plan_id = reader.int32();
68
- continue;
69
- case 5:
70
- if (tag !== 40) {
71
- break;
72
- }
73
- message.customer_id = longToNumber(reader.int64());
64
+ message.data = reader.string();
74
65
  continue;
75
66
  }
76
67
  if ((tag & 7) === 4 || tag === 0) {
@@ -84,9 +75,8 @@ exports.request = {
84
75
  return {
85
76
  txn_id: isSet(object.txn_id) ? globalThis.String(object.txn_id) : "",
86
77
  txn_status: isSet(object.txn_status) ? globalThis.String(object.txn_status) : "",
87
- report_type: isSet(object.report_type) ? globalThis.String(object.report_type) : undefined,
88
- plan_id: isSet(object.plan_id) ? globalThis.Number(object.plan_id) : undefined,
89
- customer_id: isSet(object.customer_id) ? globalThis.Number(object.customer_id) : undefined,
78
+ customer_id: isSet(object.customer_id) ? globalThis.Number(object.customer_id) : 0,
79
+ data: isSet(object.data) ? globalThis.String(object.data) : "",
90
80
  };
91
81
  },
92
82
  toJSON(message) {
@@ -97,15 +87,12 @@ exports.request = {
97
87
  if (message.txn_status !== "") {
98
88
  obj.txn_status = message.txn_status;
99
89
  }
100
- if (message.report_type !== undefined) {
101
- obj.report_type = message.report_type;
102
- }
103
- if (message.plan_id !== undefined) {
104
- obj.plan_id = Math.round(message.plan_id);
105
- }
106
- if (message.customer_id !== undefined) {
90
+ if (message.customer_id !== 0) {
107
91
  obj.customer_id = Math.round(message.customer_id);
108
92
  }
93
+ if (message.data !== "") {
94
+ obj.data = message.data;
95
+ }
109
96
  return obj;
110
97
  },
111
98
  create(base) {
@@ -115,79 +102,31 @@ exports.request = {
115
102
  const message = createBaserequest();
116
103
  message.txn_id = object.txn_id ?? "";
117
104
  message.txn_status = object.txn_status ?? "";
118
- message.report_type = object.report_type ?? undefined;
119
- message.plan_id = object.plan_id ?? undefined;
120
- message.customer_id = object.customer_id ?? undefined;
105
+ message.customer_id = object.customer_id ?? 0;
106
+ message.data = object.data ?? "";
121
107
  return message;
122
108
  },
123
109
  };
124
110
  function createBaseresponse() {
125
- return { status: "" };
111
+ return { status: "", txn_id: "", txn_status: "" };
126
112
  }
127
113
  exports.response = {
128
114
  encode(message, writer = minimal_1.default.Writer.create()) {
129
115
  if (message.status !== "") {
130
116
  writer.uint32(10).string(message.status);
131
117
  }
132
- return writer;
133
- },
134
- decode(input, length) {
135
- const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
136
- let end = length === undefined ? reader.len : reader.pos + length;
137
- const message = createBaseresponse();
138
- while (reader.pos < end) {
139
- const tag = reader.uint32();
140
- switch (tag >>> 3) {
141
- case 1:
142
- if (tag !== 10) {
143
- break;
144
- }
145
- message.status = reader.string();
146
- continue;
147
- }
148
- if ((tag & 7) === 4 || tag === 0) {
149
- break;
150
- }
151
- reader.skipType(tag & 7);
152
- }
153
- return message;
154
- },
155
- fromJSON(object) {
156
- return { status: isSet(object.status) ? globalThis.String(object.status) : "" };
157
- },
158
- toJSON(message) {
159
- const obj = {};
160
- if (message.status !== "") {
161
- obj.status = message.status;
162
- }
163
- return obj;
164
- },
165
- create(base) {
166
- return exports.response.fromPartial(base ?? {});
167
- },
168
- fromPartial(object) {
169
- const message = createBaseresponse();
170
- message.status = object.status ?? "";
171
- return message;
172
- },
173
- };
174
- function createBaseresponse_Data() {
175
- return { txn_id: "", txn_status: "" };
176
- }
177
- exports.response_Data = {
178
- encode(message, writer = minimal_1.default.Writer.create()) {
179
118
  if (message.txn_id !== "") {
180
- writer.uint32(10).string(message.txn_id);
119
+ writer.uint32(18).string(message.txn_id);
181
120
  }
182
121
  if (message.txn_status !== "") {
183
- writer.uint32(18).string(message.txn_status);
122
+ writer.uint32(26).string(message.txn_status);
184
123
  }
185
124
  return writer;
186
125
  },
187
126
  decode(input, length) {
188
127
  const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
189
128
  let end = length === undefined ? reader.len : reader.pos + length;
190
- const message = createBaseresponse_Data();
129
+ const message = createBaseresponse();
191
130
  while (reader.pos < end) {
192
131
  const tag = reader.uint32();
193
132
  switch (tag >>> 3) {
@@ -195,12 +134,18 @@ exports.response_Data = {
195
134
  if (tag !== 10) {
196
135
  break;
197
136
  }
198
- message.txn_id = reader.string();
137
+ message.status = reader.string();
199
138
  continue;
200
139
  case 2:
201
140
  if (tag !== 18) {
202
141
  break;
203
142
  }
143
+ message.txn_id = reader.string();
144
+ continue;
145
+ case 3:
146
+ if (tag !== 26) {
147
+ break;
148
+ }
204
149
  message.txn_status = reader.string();
205
150
  continue;
206
151
  }
@@ -213,12 +158,16 @@ exports.response_Data = {
213
158
  },
214
159
  fromJSON(object) {
215
160
  return {
161
+ status: isSet(object.status) ? globalThis.String(object.status) : "",
216
162
  txn_id: isSet(object.txn_id) ? globalThis.String(object.txn_id) : "",
217
163
  txn_status: isSet(object.txn_status) ? globalThis.String(object.txn_status) : "",
218
164
  };
219
165
  },
220
166
  toJSON(message) {
221
167
  const obj = {};
168
+ if (message.status !== "") {
169
+ obj.status = message.status;
170
+ }
222
171
  if (message.txn_id !== "") {
223
172
  obj.txn_id = message.txn_id;
224
173
  }
@@ -228,10 +177,11 @@ exports.response_Data = {
228
177
  return obj;
229
178
  },
230
179
  create(base) {
231
- return exports.response_Data.fromPartial(base ?? {});
180
+ return exports.response.fromPartial(base ?? {});
232
181
  },
233
182
  fromPartial(object) {
234
- const message = createBaseresponse_Data();
183
+ const message = createBaseresponse();
184
+ message.status = object.status ?? "";
235
185
  message.txn_id = object.txn_id ?? "";
236
186
  message.txn_status = object.txn_status ?? "";
237
187
  return message;
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/creditlimit.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: 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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
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.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/loansummary.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/paymentallocation.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/paymenthistory.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/restructureloan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/sendemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/sendnocemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/transactionlist.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v1.181.0
5
- // protoc v5.27.3
5
+ // protoc v5.27.4
6
6
  // source: loans/updateinstallments.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3,8 +3,6 @@ export declare const protobufPackage = "loans.updateloan";
3
3
  export interface updateLoanRequest {
4
4
  loan_id: number;
5
5
  status: string;
6
- disbursal_amount: number;
7
- disbursal_mode: string;
8
6
  is_auto_processing: number;
9
7
  }
10
8
  export interface updateLoanResponse {