@stashfin/grpc 1.2.124 → 1.2.126

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 (109) 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.d.ts +1 -1
  5. package/ts/bureau/getreport.js +9 -9
  6. package/ts/bureau.js +1 -1
  7. package/ts/colender/disburseLoan.js +1 -1
  8. package/ts/colender/forecloseLoan.js +1 -1
  9. package/ts/colender/repayLoan.js +1 -1
  10. package/ts/colender.js +1 -1
  11. package/ts/customers/aa/getbanklist.js +1 -1
  12. package/ts/customers/aa/initiate.js +1 -1
  13. package/ts/customers/addaddress.js +1 -1
  14. package/ts/customers/addbankaccountdetails.js +1 -1
  15. package/ts/customers/addgstnumber.js +1 -1
  16. package/ts/customers/addsuspendedcustomer.js +1 -1
  17. package/ts/customers/adduserapps.js +1 -1
  18. package/ts/customers/changempin.js +1 -1
  19. package/ts/customers/createcustomerreference.js +1 -1
  20. package/ts/customers/deleteprofile.js +1 -1
  21. package/ts/customers/disablempin.js +1 -1
  22. package/ts/customers/fetchrcprofile.js +1 -1
  23. package/ts/customers/forgotmpin.js +1 -1
  24. package/ts/customers/forgotmpinverify.js +1 -1
  25. package/ts/customers/getbankaccountdetails.js +1 -1
  26. package/ts/customers/getbasicinfo.js +1 -1
  27. package/ts/customers/getcities.js +1 -1
  28. package/ts/customers/getcustomerbyid.js +1 -1
  29. package/ts/customers/getdashboard.js +1 -1
  30. package/ts/customers/getdashboardmaincard.js +1 -1
  31. package/ts/customers/getdocuments.js +1 -1
  32. package/ts/customers/getprofessionalinfo.js +1 -1
  33. package/ts/customers/getprofile.js +1 -1
  34. package/ts/customers/getstates.js +1 -1
  35. package/ts/customers/getstep.js +1 -1
  36. package/ts/customers/profilebasic.js +1 -1
  37. package/ts/customers/profileupdatetnc.js +1 -1
  38. package/ts/customers/savebasicdetails.js +1 -1
  39. package/ts/customers/saveunlocklimit.js +1 -1
  40. package/ts/customers/sendemailtoken.js +1 -1
  41. package/ts/customers/sendotp.js +1 -1
  42. package/ts/customers/sendotptoemail.js +1 -1
  43. package/ts/customers/setmpin.js +1 -1
  44. package/ts/customers/step1.d.ts +69 -0
  45. package/ts/customers/step1.js +395 -0
  46. package/ts/customers/step10.js +1 -1
  47. package/ts/customers/step2.d.ts +68 -0
  48. package/ts/customers/step2.js +381 -0
  49. package/ts/customers/step7.js +1 -1
  50. package/ts/customers/step8.js +1 -1
  51. package/ts/customers/step9.js +1 -1
  52. package/ts/customers/stepstatic.js +1 -1
  53. package/ts/customers/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/validatepan.js +1 -1
  59. package/ts/customers/verifyemail.js +1 -1
  60. package/ts/customers/verifympin.js +1 -1
  61. package/ts/customers/verifyotp.js +1 -1
  62. package/ts/customers/verifyotptoemail.js +1 -1
  63. package/ts/customers.js +1 -1
  64. package/ts/example.js +1 -1
  65. package/ts/google/protobuf/timestamp.js +1 -1
  66. package/ts/loans/approveloan.js +1 -1
  67. package/ts/loans/banklist.js +1 -1
  68. package/ts/loans/calculateemi.js +1 -1
  69. package/ts/loans/creditlimit.js +1 -1
  70. package/ts/loans/futurepaymentmoredetails.d.ts +50 -0
  71. package/ts/loans/futurepaymentmoredetails.js +230 -0
  72. package/ts/loans/getcustomerloanstatus.js +1 -1
  73. package/ts/loans/getpendingemiamount.js +1 -1
  74. package/ts/loans/getsummarystaticfields.js +1 -1
  75. package/ts/loans/loansummary.js +1 -1
  76. package/ts/loans/paymentallocation.js +1 -1
  77. package/ts/loans/paymenthistory.js +1 -1
  78. package/ts/loans/restructureloan.js +1 -1
  79. package/ts/loans/sendemail.js +1 -1
  80. package/ts/loans/sendnocemail.js +1 -1
  81. package/ts/loans/transactionlist.js +1 -1
  82. package/ts/loans/updateinstallments.js +1 -1
  83. package/ts/loans/updateloan.js +1 -1
  84. package/ts/loans.d.ts +14 -0
  85. package/ts/loans.js +11 -1
  86. package/ts/payments.d.ts +214 -31
  87. package/ts/payments.js +1095 -22
  88. package/ts/stashcash/creditsc.js +1 -1
  89. package/ts/stashcash/debitsc.js +1 -1
  90. package/ts/stashcash/getscbalance.js +1 -1
  91. package/ts/stashcash/getschistory.js +1 -1
  92. package/ts/stashcash/reversesc.js +1 -1
  93. package/ts/stashcash.js +1 -1
  94. package/ts/customers/forgotmpinotp.d.ts +0 -34
  95. package/ts/customers/forgotmpinotp.js +0 -104
  96. package/ts/customers/getkycweburl.d.ts +0 -34
  97. package/ts/customers/getkycweburl.js +0 -104
  98. package/ts/customers/resetmpin.d.ts +0 -36
  99. package/ts/customers/resetmpin.js +0 -133
  100. package/ts/customers/updatedigilockertxn.d.ts +0 -37
  101. package/ts/customers/updatedigilockertxn.js +0 -147
  102. package/ts/customers/updatehypervergetxn.d.ts +0 -36
  103. package/ts/customers/updatehypervergetxn.js +0 -133
  104. package/ts/payments/checkpaymentstatus.d.ts +0 -51
  105. package/ts/payments/checkpaymentstatus.js +0 -259
  106. package/ts/payments/getpaymentoptions.d.ts +0 -50
  107. package/ts/payments/getpaymentoptions.js +0 -233
  108. package/ts/payments/initiatepayment.d.ts +0 -67
  109. package/ts/payments/initiatepayment.js +0 -381
@@ -0,0 +1,230 @@
1
+ "use strict";
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
+ // versions:
4
+ // protoc-gen-ts_proto v1.181.0
5
+ // protoc v5.27.3
6
+ // source: loans/futurepaymentmoredetails.proto
7
+ var __importDefault = (this && this.__importDefault) || function (mod) {
8
+ return (mod && mod.__esModule) ? mod : { "default": mod };
9
+ };
10
+ Object.defineProperty(exports, "__esModule", { value: true });
11
+ exports.futurePaymentMoreDetailsResponse_Field = exports.futurePaymentMoreDetailsResponse = exports.futurePaymentMoreDetailsRequest = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
+ exports.protobufPackage = "loans.futurepaymentmoredetails";
15
+ function createBasefuturePaymentMoreDetailsRequest() {
16
+ return {};
17
+ }
18
+ exports.futurePaymentMoreDetailsRequest = {
19
+ encode(_, writer = minimal_1.default.Writer.create()) {
20
+ return writer;
21
+ },
22
+ decode(input, length) {
23
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
24
+ let end = length === undefined ? reader.len : reader.pos + length;
25
+ const message = createBasefuturePaymentMoreDetailsRequest();
26
+ while (reader.pos < end) {
27
+ const tag = reader.uint32();
28
+ switch (tag >>> 3) {
29
+ }
30
+ if ((tag & 7) === 4 || tag === 0) {
31
+ break;
32
+ }
33
+ reader.skipType(tag & 7);
34
+ }
35
+ return message;
36
+ },
37
+ fromJSON(_) {
38
+ return {};
39
+ },
40
+ toJSON(_) {
41
+ const obj = {};
42
+ return obj;
43
+ },
44
+ create(base) {
45
+ return exports.futurePaymentMoreDetailsRequest.fromPartial(base ?? {});
46
+ },
47
+ fromPartial(_) {
48
+ const message = createBasefuturePaymentMoreDetailsRequest();
49
+ return message;
50
+ },
51
+ };
52
+ function createBasefuturePaymentMoreDetailsResponse() {
53
+ return { data: [] };
54
+ }
55
+ exports.futurePaymentMoreDetailsResponse = {
56
+ encode(message, writer = minimal_1.default.Writer.create()) {
57
+ for (const v of message.data) {
58
+ exports.futurePaymentMoreDetailsResponse_Field.encode(v, writer.uint32(10).fork()).ldelim();
59
+ }
60
+ return writer;
61
+ },
62
+ decode(input, length) {
63
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
64
+ let end = length === undefined ? reader.len : reader.pos + length;
65
+ const message = createBasefuturePaymentMoreDetailsResponse();
66
+ while (reader.pos < end) {
67
+ const tag = reader.uint32();
68
+ switch (tag >>> 3) {
69
+ case 1:
70
+ if (tag !== 10) {
71
+ break;
72
+ }
73
+ message.data.push(exports.futurePaymentMoreDetailsResponse_Field.decode(reader, reader.uint32()));
74
+ continue;
75
+ }
76
+ if ((tag & 7) === 4 || tag === 0) {
77
+ break;
78
+ }
79
+ reader.skipType(tag & 7);
80
+ }
81
+ return message;
82
+ },
83
+ fromJSON(object) {
84
+ return {
85
+ data: globalThis.Array.isArray(object?.data)
86
+ ? object.data.map((e) => exports.futurePaymentMoreDetailsResponse_Field.fromJSON(e))
87
+ : [],
88
+ };
89
+ },
90
+ toJSON(message) {
91
+ const obj = {};
92
+ if (message.data?.length) {
93
+ obj.data = message.data.map((e) => exports.futurePaymentMoreDetailsResponse_Field.toJSON(e));
94
+ }
95
+ return obj;
96
+ },
97
+ create(base) {
98
+ return exports.futurePaymentMoreDetailsResponse.fromPartial(base ?? {});
99
+ },
100
+ fromPartial(object) {
101
+ const message = createBasefuturePaymentMoreDetailsResponse();
102
+ message.data = object.data?.map((e) => exports.futurePaymentMoreDetailsResponse_Field.fromPartial(e)) || [];
103
+ return message;
104
+ },
105
+ };
106
+ function createBasefuturePaymentMoreDetailsResponse_Field() {
107
+ return { loan_number: "", emi_amount: 0, loan_amount: 0, start_date: "", close_date: "", loan_id: 0 };
108
+ }
109
+ exports.futurePaymentMoreDetailsResponse_Field = {
110
+ encode(message, writer = minimal_1.default.Writer.create()) {
111
+ if (message.loan_number !== "") {
112
+ writer.uint32(10).string(message.loan_number);
113
+ }
114
+ if (message.emi_amount !== 0) {
115
+ writer.uint32(16).int32(message.emi_amount);
116
+ }
117
+ if (message.loan_amount !== 0) {
118
+ writer.uint32(24).int32(message.loan_amount);
119
+ }
120
+ if (message.start_date !== "") {
121
+ writer.uint32(34).string(message.start_date);
122
+ }
123
+ if (message.close_date !== "") {
124
+ writer.uint32(42).string(message.close_date);
125
+ }
126
+ if (message.loan_id !== 0) {
127
+ writer.uint32(48).int32(message.loan_id);
128
+ }
129
+ return writer;
130
+ },
131
+ decode(input, length) {
132
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
133
+ let end = length === undefined ? reader.len : reader.pos + length;
134
+ const message = createBasefuturePaymentMoreDetailsResponse_Field();
135
+ while (reader.pos < end) {
136
+ const tag = reader.uint32();
137
+ switch (tag >>> 3) {
138
+ case 1:
139
+ if (tag !== 10) {
140
+ break;
141
+ }
142
+ message.loan_number = reader.string();
143
+ continue;
144
+ case 2:
145
+ if (tag !== 16) {
146
+ break;
147
+ }
148
+ message.emi_amount = reader.int32();
149
+ continue;
150
+ case 3:
151
+ if (tag !== 24) {
152
+ break;
153
+ }
154
+ message.loan_amount = reader.int32();
155
+ continue;
156
+ case 4:
157
+ if (tag !== 34) {
158
+ break;
159
+ }
160
+ message.start_date = reader.string();
161
+ continue;
162
+ case 5:
163
+ if (tag !== 42) {
164
+ break;
165
+ }
166
+ message.close_date = reader.string();
167
+ continue;
168
+ case 6:
169
+ if (tag !== 48) {
170
+ break;
171
+ }
172
+ message.loan_id = reader.int32();
173
+ continue;
174
+ }
175
+ if ((tag & 7) === 4 || tag === 0) {
176
+ break;
177
+ }
178
+ reader.skipType(tag & 7);
179
+ }
180
+ return message;
181
+ },
182
+ fromJSON(object) {
183
+ return {
184
+ loan_number: isSet(object.loan_number) ? globalThis.String(object.loan_number) : "",
185
+ emi_amount: isSet(object.emi_amount) ? globalThis.Number(object.emi_amount) : 0,
186
+ loan_amount: isSet(object.loan_amount) ? globalThis.Number(object.loan_amount) : 0,
187
+ start_date: isSet(object.start_date) ? globalThis.String(object.start_date) : "",
188
+ close_date: isSet(object.close_date) ? globalThis.String(object.close_date) : "",
189
+ loan_id: isSet(object.loan_id) ? globalThis.Number(object.loan_id) : 0,
190
+ };
191
+ },
192
+ toJSON(message) {
193
+ const obj = {};
194
+ if (message.loan_number !== "") {
195
+ obj.loan_number = message.loan_number;
196
+ }
197
+ if (message.emi_amount !== 0) {
198
+ obj.emi_amount = Math.round(message.emi_amount);
199
+ }
200
+ if (message.loan_amount !== 0) {
201
+ obj.loan_amount = Math.round(message.loan_amount);
202
+ }
203
+ if (message.start_date !== "") {
204
+ obj.start_date = message.start_date;
205
+ }
206
+ if (message.close_date !== "") {
207
+ obj.close_date = message.close_date;
208
+ }
209
+ if (message.loan_id !== 0) {
210
+ obj.loan_id = Math.round(message.loan_id);
211
+ }
212
+ return obj;
213
+ },
214
+ create(base) {
215
+ return exports.futurePaymentMoreDetailsResponse_Field.fromPartial(base ?? {});
216
+ },
217
+ fromPartial(object) {
218
+ const message = createBasefuturePaymentMoreDetailsResponse_Field();
219
+ message.loan_number = object.loan_number ?? "";
220
+ message.emi_amount = object.emi_amount ?? 0;
221
+ message.loan_amount = object.loan_amount ?? 0;
222
+ message.start_date = object.start_date ?? "";
223
+ message.close_date = object.close_date ?? "";
224
+ message.loan_id = object.loan_id ?? 0;
225
+ return message;
226
+ },
227
+ };
228
+ function isSet(value) {
229
+ return value !== null && value !== undefined;
230
+ }
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/getcustomerloanstatus.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/getpendingemiamount.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/getsummarystaticfields.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/loansummary.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/paymentallocation.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/paymenthistory.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/restructureloan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/sendemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/sendnocemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/transactionlist.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/updateinstallments.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans/updateloan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
package/ts/loans.d.ts CHANGED
@@ -3,6 +3,7 @@ import { approveLoanRequest, approveLoanResponse } from "./loans/approveloan";
3
3
  import { bankListRequest, bankListResponse } from "./loans/banklist";
4
4
  import { calculateEmiRequest, calculateEmiResponse } from "./loans/calculateemi";
5
5
  import { creditLimitRequest, creditLimitResponse } from "./loans/creditlimit";
6
+ import { futurePaymentMoreDetailsRequest, futurePaymentMoreDetailsResponse } from "./loans/futurepaymentmoredetails";
6
7
  import { getCustomerLoanStatusRequest, getCustomerLoanStatusResponse } from "./loans/getcustomerloanstatus";
7
8
  import { getPendingEmiAmountRequest, getPendingEmiAmountResponse } from "./loans/getpendingemiamount";
8
9
  import { getSummaryStaticFieldsRequest, getSummaryStaticFieldsResponse } from "./loans/getsummarystaticfields";
@@ -162,6 +163,15 @@ export declare const loansService: {
162
163
  readonly responseSerialize: (value: paymentHistoryResponse) => Buffer;
163
164
  readonly responseDeserialize: (value: Buffer) => paymentHistoryResponse;
164
165
  };
166
+ readonly futurePaymentMoreDetails: {
167
+ readonly path: "/service.loans/futurePaymentMoreDetails";
168
+ readonly requestStream: false;
169
+ readonly responseStream: false;
170
+ readonly requestSerialize: (value: futurePaymentMoreDetailsRequest) => Buffer;
171
+ readonly requestDeserialize: (value: Buffer) => futurePaymentMoreDetailsRequest;
172
+ readonly responseSerialize: (value: futurePaymentMoreDetailsResponse) => Buffer;
173
+ readonly responseDeserialize: (value: Buffer) => futurePaymentMoreDetailsResponse;
174
+ };
165
175
  };
166
176
  export interface loansServer extends UntypedServiceImplementation {
167
177
  creditlimit: handleUnaryCall<creditLimitRequest, creditLimitResponse>;
@@ -180,6 +190,7 @@ export interface loansServer extends UntypedServiceImplementation {
180
190
  getPendingEmiAmount: handleUnaryCall<getPendingEmiAmountRequest, getPendingEmiAmountResponse>;
181
191
  getSummaryStaticFields: handleUnaryCall<getSummaryStaticFieldsRequest, getSummaryStaticFieldsResponse>;
182
192
  paymentHistory: handleUnaryCall<paymentHistoryRequest, paymentHistoryResponse>;
193
+ futurePaymentMoreDetails: handleUnaryCall<futurePaymentMoreDetailsRequest, futurePaymentMoreDetailsResponse>;
183
194
  }
184
195
  export interface loansClient extends Client {
185
196
  creditlimit(request: creditLimitRequest, callback: (error: ServiceError | null, response: creditLimitResponse) => void): ClientUnaryCall;
@@ -230,6 +241,9 @@ export interface loansClient extends Client {
230
241
  paymentHistory(request: paymentHistoryRequest, callback: (error: ServiceError | null, response: paymentHistoryResponse) => void): ClientUnaryCall;
231
242
  paymentHistory(request: paymentHistoryRequest, metadata: Metadata, callback: (error: ServiceError | null, response: paymentHistoryResponse) => void): ClientUnaryCall;
232
243
  paymentHistory(request: paymentHistoryRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: paymentHistoryResponse) => void): ClientUnaryCall;
244
+ futurePaymentMoreDetails(request: futurePaymentMoreDetailsRequest, callback: (error: ServiceError | null, response: futurePaymentMoreDetailsResponse) => void): ClientUnaryCall;
245
+ futurePaymentMoreDetails(request: futurePaymentMoreDetailsRequest, metadata: Metadata, callback: (error: ServiceError | null, response: futurePaymentMoreDetailsResponse) => void): ClientUnaryCall;
246
+ futurePaymentMoreDetails(request: futurePaymentMoreDetailsRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: futurePaymentMoreDetailsResponse) => void): ClientUnaryCall;
233
247
  }
234
248
  export declare const loansClient: {
235
249
  new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): loansClient;
package/ts/loans.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.180.0
4
+ // protoc-gen-ts_proto v1.181.0
5
5
  // protoc v5.27.3
6
6
  // source: loans.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -12,6 +12,7 @@ const approveloan_1 = require("./loans/approveloan");
12
12
  const banklist_1 = require("./loans/banklist");
13
13
  const calculateemi_1 = require("./loans/calculateemi");
14
14
  const creditlimit_1 = require("./loans/creditlimit");
15
+ const futurepaymentmoredetails_1 = require("./loans/futurepaymentmoredetails");
15
16
  const getcustomerloanstatus_1 = require("./loans/getcustomerloanstatus");
16
17
  const getpendingemiamount_1 = require("./loans/getpendingemiamount");
17
18
  const getsummarystaticfields_1 = require("./loans/getsummarystaticfields");
@@ -170,5 +171,14 @@ exports.loansService = {
170
171
  responseSerialize: (value) => Buffer.from(paymenthistory_1.paymentHistoryResponse.encode(value).finish()),
171
172
  responseDeserialize: (value) => paymenthistory_1.paymentHistoryResponse.decode(value),
172
173
  },
174
+ futurePaymentMoreDetails: {
175
+ path: "/service.loans/futurePaymentMoreDetails",
176
+ requestStream: false,
177
+ responseStream: false,
178
+ requestSerialize: (value) => Buffer.from(futurepaymentmoredetails_1.futurePaymentMoreDetailsRequest.encode(value).finish()),
179
+ requestDeserialize: (value) => futurepaymentmoredetails_1.futurePaymentMoreDetailsRequest.decode(value),
180
+ responseSerialize: (value) => Buffer.from(futurepaymentmoredetails_1.futurePaymentMoreDetailsResponse.encode(value).finish()),
181
+ responseDeserialize: (value) => futurepaymentmoredetails_1.futurePaymentMoreDetailsResponse.decode(value),
182
+ },
173
183
  };
174
184
  exports.loansClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.loansService, "service.loans");