@stashfin/grpc 1.2.127 → 1.2.130

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 (118) hide show
  1. package/package.json +1 -1
  2. package/ts/bureau/getbasicdetails.js +1 -1
  3. package/ts/bureau/getbureau.d.ts +157 -0
  4. package/ts/bureau/getbureau.js +1376 -0
  5. package/ts/bureau/getdemogs.js +1 -1
  6. package/ts/bureau/getreport.d.ts +1 -1
  7. package/ts/bureau/getreport.js +9 -9
  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/getbanklist.js +1 -1
  14. package/ts/customers/aa/initiate.js +1 -1
  15. package/ts/customers/addaddress.js +1 -1
  16. package/ts/customers/addbankaccountdetails.js +1 -1
  17. package/ts/customers/addgstnumber.js +1 -1
  18. package/ts/customers/addsuspendedcustomer.js +1 -1
  19. package/ts/customers/adduserapps.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/forgotmpinotp.js +2 -2
  27. package/ts/customers/forgotmpinverify.js +1 -1
  28. package/ts/customers/getbankaccountdetails.js +1 -1
  29. package/ts/customers/getbanklist.d.ts +48 -0
  30. package/ts/customers/getbanklist.js +198 -0
  31. package/ts/customers/getbasicinfo.js +1 -1
  32. package/ts/customers/getcities.js +1 -1
  33. package/ts/customers/getcustomerbyid.js +1 -1
  34. package/ts/customers/getdashboard.js +1 -1
  35. package/ts/customers/getdashboardmaincard.js +1 -1
  36. package/ts/customers/getdocuments.js +1 -1
  37. package/ts/customers/getkycweburl.js +2 -2
  38. package/ts/customers/getprofessionalinfo.js +1 -1
  39. package/ts/customers/getprofile.js +1 -1
  40. package/ts/customers/getstates.js +1 -1
  41. package/ts/customers/getstep.js +1 -1
  42. package/ts/customers/profilebasic.js +1 -1
  43. package/ts/customers/profileupdatetnc.js +1 -1
  44. package/ts/customers/resetmpin.js +2 -2
  45. package/ts/customers/savebasicdetails.js +1 -1
  46. package/ts/customers/saveunlocklimit.js +1 -1
  47. package/ts/customers/sendemailtoken.js +2 -2
  48. package/ts/customers/sendotp.js +1 -1
  49. package/ts/customers/sendotptoemail.js +1 -1
  50. package/ts/customers/setmpin.js +1 -1
  51. package/ts/customers/step1.d.ts +71 -0
  52. package/ts/customers/step1.js +423 -0
  53. package/ts/customers/step10.js +1 -1
  54. package/ts/customers/step2.d.ts +67 -0
  55. package/ts/customers/step2.js +366 -0
  56. package/ts/customers/step7.js +1 -1
  57. package/ts/customers/step8.js +1 -1
  58. package/ts/customers/step9.js +1 -1
  59. package/ts/customers/stepstatic.js +1 -1
  60. package/ts/customers/updatedigilockertxn.js +2 -2
  61. package/ts/customers/updatedob.js +1 -1
  62. package/ts/customers/updatehypervergetxn.js +2 -2
  63. package/ts/customers/updatelocdisabled.d.ts +35 -0
  64. package/ts/customers/updatelocdisabled.js +117 -0
  65. package/ts/customers/updatelocstatus.js +1 -1
  66. package/ts/customers/updatemobile.d.ts +35 -0
  67. package/ts/customers/updatemobile.js +117 -0
  68. package/ts/customers/updatemobilesendotp.js +1 -1
  69. package/ts/customers/updatemobileverifyotp.js +1 -1
  70. package/ts/customers/updateokyctxn.js +1 -1
  71. package/ts/customers/validatepan.js +1 -1
  72. package/ts/customers/verifyemail.js +2 -2
  73. package/ts/customers/verifympin.js +1 -1
  74. package/ts/customers/verifyotp.js +1 -1
  75. package/ts/customers/verifyotptoemail.js +1 -1
  76. package/ts/customers.js +1 -1
  77. package/ts/example.js +1 -1
  78. package/ts/google/protobuf/timestamp.js +1 -1
  79. package/ts/loans/approveloan.js +1 -1
  80. package/ts/loans/banklist.js +1 -1
  81. package/ts/loans/calculateemi.d.ts +5 -0
  82. package/ts/loans/calculateemi.js +83 -2
  83. package/ts/loans/creditlimit.js +1 -1
  84. package/ts/loans/futurepaymentmoredetails.js +1 -1
  85. package/ts/loans/getcustomerloanstatus.js +1 -1
  86. package/ts/loans/getloanbyid.d.ts +53 -0
  87. package/ts/loans/getloanbyid.js +393 -0
  88. package/ts/loans/getpendingemiamount.js +1 -1
  89. package/ts/loans/getstaticfields.d.ts +86 -0
  90. package/ts/loans/getstaticfields.js +801 -0
  91. package/ts/loans/getsummarystaticfields.js +1 -1
  92. package/ts/loans/loansummary.js +1 -1
  93. package/ts/loans/paymentallocation.js +1 -1
  94. package/ts/loans/paymenthistory.js +1 -1
  95. package/ts/loans/restructureloan.js +1 -1
  96. package/ts/loans/sendemail.js +1 -1
  97. package/ts/loans/sendnocemail.js +1 -1
  98. package/ts/loans/transactionlist.js +1 -1
  99. package/ts/loans/updateinstallments.js +1 -1
  100. package/ts/loans/updateloan.js +1 -1
  101. package/ts/loans.d.ts +14 -0
  102. package/ts/loans.js +11 -1
  103. package/ts/payments.d.ts +211 -42
  104. package/ts/payments.js +1092 -29
  105. package/ts/stashcash/creditsc.js +1 -1
  106. package/ts/stashcash/debitsc.js +1 -1
  107. package/ts/stashcash/getscbalance.js +1 -1
  108. package/ts/stashcash/getschistory.js +1 -1
  109. package/ts/stashcash/reversesc.js +1 -1
  110. package/ts/stashcash.js +1 -1
  111. package/ts/payments/checkpaymentstatus.d.ts +0 -51
  112. package/ts/payments/checkpaymentstatus.js +0 -259
  113. package/ts/payments/getpaymentoptions.d.ts +0 -50
  114. package/ts/payments/getpaymentoptions.js +0 -233
  115. package/ts/payments/initiatepayment.d.ts +0 -67
  116. package/ts/payments/initiatepayment.js +0 -381
  117. package/ts/payments/nachregistration.d.ts +0 -51
  118. package/ts/payments/nachregistration.js +0 -257
@@ -0,0 +1,393 @@
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/getloanbyid.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.getLoanByIdResponse = exports.getLoanByIdRequest = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
+ exports.protobufPackage = "loans.getloanbyid";
15
+ function createBasegetLoanByIdRequest() {
16
+ return { loan_id: 0 };
17
+ }
18
+ exports.getLoanByIdRequest = {
19
+ encode(message, writer = minimal_1.default.Writer.create()) {
20
+ if (message.loan_id !== 0) {
21
+ writer.uint32(8).int32(message.loan_id);
22
+ }
23
+ return writer;
24
+ },
25
+ decode(input, length) {
26
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
27
+ let end = length === undefined ? reader.len : reader.pos + length;
28
+ const message = createBasegetLoanByIdRequest();
29
+ while (reader.pos < end) {
30
+ const tag = reader.uint32();
31
+ switch (tag >>> 3) {
32
+ case 1:
33
+ if (tag !== 8) {
34
+ break;
35
+ }
36
+ message.loan_id = reader.int32();
37
+ continue;
38
+ }
39
+ if ((tag & 7) === 4 || tag === 0) {
40
+ break;
41
+ }
42
+ reader.skipType(tag & 7);
43
+ }
44
+ return message;
45
+ },
46
+ fromJSON(object) {
47
+ return { loan_id: isSet(object.loan_id) ? globalThis.Number(object.loan_id) : 0 };
48
+ },
49
+ toJSON(message) {
50
+ const obj = {};
51
+ if (message.loan_id !== 0) {
52
+ obj.loan_id = Math.round(message.loan_id);
53
+ }
54
+ return obj;
55
+ },
56
+ create(base) {
57
+ return exports.getLoanByIdRequest.fromPartial(base ?? {});
58
+ },
59
+ fromPartial(object) {
60
+ const message = createBasegetLoanByIdRequest();
61
+ message.loan_id = object.loan_id ?? 0;
62
+ return message;
63
+ },
64
+ };
65
+ function createBasegetLoanByIdResponse() {
66
+ return {
67
+ category: "",
68
+ disbursal_amount: 0,
69
+ roi: 0,
70
+ Loan_disbursal_date: "",
71
+ approved_disbursal_date: "",
72
+ approved_amount: 0,
73
+ loan_status: "",
74
+ upfront_interest: 0,
75
+ inst_amount: 0,
76
+ inst_date: "",
77
+ tenure: 0,
78
+ daily_roi: 0,
79
+ approval_date: "",
80
+ loan_type: "",
81
+ sub_scheme: "",
82
+ loan_scheme: "",
83
+ program_type: "",
84
+ debt_burden_ratio: 0,
85
+ processing_fee: 0,
86
+ };
87
+ }
88
+ exports.getLoanByIdResponse = {
89
+ encode(message, writer = minimal_1.default.Writer.create()) {
90
+ if (message.category !== "") {
91
+ writer.uint32(10).string(message.category);
92
+ }
93
+ if (message.disbursal_amount !== 0) {
94
+ writer.uint32(16).int32(message.disbursal_amount);
95
+ }
96
+ if (message.roi !== 0) {
97
+ writer.uint32(29).float(message.roi);
98
+ }
99
+ if (message.Loan_disbursal_date !== "") {
100
+ writer.uint32(34).string(message.Loan_disbursal_date);
101
+ }
102
+ if (message.approved_disbursal_date !== "") {
103
+ writer.uint32(42).string(message.approved_disbursal_date);
104
+ }
105
+ if (message.approved_amount !== 0) {
106
+ writer.uint32(48).int32(message.approved_amount);
107
+ }
108
+ if (message.loan_status !== "") {
109
+ writer.uint32(58).string(message.loan_status);
110
+ }
111
+ if (message.upfront_interest !== 0) {
112
+ writer.uint32(69).float(message.upfront_interest);
113
+ }
114
+ if (message.inst_amount !== 0) {
115
+ writer.uint32(72).int32(message.inst_amount);
116
+ }
117
+ if (message.inst_date !== "") {
118
+ writer.uint32(82).string(message.inst_date);
119
+ }
120
+ if (message.tenure !== 0) {
121
+ writer.uint32(88).int32(message.tenure);
122
+ }
123
+ if (message.daily_roi !== 0) {
124
+ writer.uint32(101).float(message.daily_roi);
125
+ }
126
+ if (message.approval_date !== "") {
127
+ writer.uint32(106).string(message.approval_date);
128
+ }
129
+ if (message.loan_type !== "") {
130
+ writer.uint32(114).string(message.loan_type);
131
+ }
132
+ if (message.sub_scheme !== "") {
133
+ writer.uint32(122).string(message.sub_scheme);
134
+ }
135
+ if (message.loan_scheme !== "") {
136
+ writer.uint32(130).string(message.loan_scheme);
137
+ }
138
+ if (message.program_type !== "") {
139
+ writer.uint32(138).string(message.program_type);
140
+ }
141
+ if (message.debt_burden_ratio !== 0) {
142
+ writer.uint32(149).float(message.debt_burden_ratio);
143
+ }
144
+ if (message.processing_fee !== 0) {
145
+ writer.uint32(152).int32(message.processing_fee);
146
+ }
147
+ return writer;
148
+ },
149
+ decode(input, length) {
150
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
151
+ let end = length === undefined ? reader.len : reader.pos + length;
152
+ const message = createBasegetLoanByIdResponse();
153
+ while (reader.pos < end) {
154
+ const tag = reader.uint32();
155
+ switch (tag >>> 3) {
156
+ case 1:
157
+ if (tag !== 10) {
158
+ break;
159
+ }
160
+ message.category = reader.string();
161
+ continue;
162
+ case 2:
163
+ if (tag !== 16) {
164
+ break;
165
+ }
166
+ message.disbursal_amount = reader.int32();
167
+ continue;
168
+ case 3:
169
+ if (tag !== 29) {
170
+ break;
171
+ }
172
+ message.roi = reader.float();
173
+ continue;
174
+ case 4:
175
+ if (tag !== 34) {
176
+ break;
177
+ }
178
+ message.Loan_disbursal_date = reader.string();
179
+ continue;
180
+ case 5:
181
+ if (tag !== 42) {
182
+ break;
183
+ }
184
+ message.approved_disbursal_date = reader.string();
185
+ continue;
186
+ case 6:
187
+ if (tag !== 48) {
188
+ break;
189
+ }
190
+ message.approved_amount = reader.int32();
191
+ continue;
192
+ case 7:
193
+ if (tag !== 58) {
194
+ break;
195
+ }
196
+ message.loan_status = reader.string();
197
+ continue;
198
+ case 8:
199
+ if (tag !== 69) {
200
+ break;
201
+ }
202
+ message.upfront_interest = reader.float();
203
+ continue;
204
+ case 9:
205
+ if (tag !== 72) {
206
+ break;
207
+ }
208
+ message.inst_amount = reader.int32();
209
+ continue;
210
+ case 10:
211
+ if (tag !== 82) {
212
+ break;
213
+ }
214
+ message.inst_date = reader.string();
215
+ continue;
216
+ case 11:
217
+ if (tag !== 88) {
218
+ break;
219
+ }
220
+ message.tenure = reader.int32();
221
+ continue;
222
+ case 12:
223
+ if (tag !== 101) {
224
+ break;
225
+ }
226
+ message.daily_roi = reader.float();
227
+ continue;
228
+ case 13:
229
+ if (tag !== 106) {
230
+ break;
231
+ }
232
+ message.approval_date = reader.string();
233
+ continue;
234
+ case 14:
235
+ if (tag !== 114) {
236
+ break;
237
+ }
238
+ message.loan_type = reader.string();
239
+ continue;
240
+ case 15:
241
+ if (tag !== 122) {
242
+ break;
243
+ }
244
+ message.sub_scheme = reader.string();
245
+ continue;
246
+ case 16:
247
+ if (tag !== 130) {
248
+ break;
249
+ }
250
+ message.loan_scheme = reader.string();
251
+ continue;
252
+ case 17:
253
+ if (tag !== 138) {
254
+ break;
255
+ }
256
+ message.program_type = reader.string();
257
+ continue;
258
+ case 18:
259
+ if (tag !== 149) {
260
+ break;
261
+ }
262
+ message.debt_burden_ratio = reader.float();
263
+ continue;
264
+ case 19:
265
+ if (tag !== 152) {
266
+ break;
267
+ }
268
+ message.processing_fee = reader.int32();
269
+ continue;
270
+ }
271
+ if ((tag & 7) === 4 || tag === 0) {
272
+ break;
273
+ }
274
+ reader.skipType(tag & 7);
275
+ }
276
+ return message;
277
+ },
278
+ fromJSON(object) {
279
+ return {
280
+ category: isSet(object.category) ? globalThis.String(object.category) : "",
281
+ disbursal_amount: isSet(object.disbursal_amount) ? globalThis.Number(object.disbursal_amount) : 0,
282
+ roi: isSet(object.roi) ? globalThis.Number(object.roi) : 0,
283
+ Loan_disbursal_date: isSet(object.Loan_disbursal_date) ? globalThis.String(object.Loan_disbursal_date) : "",
284
+ approved_disbursal_date: isSet(object.approved_disbursal_date)
285
+ ? globalThis.String(object.approved_disbursal_date)
286
+ : "",
287
+ approved_amount: isSet(object.approved_amount) ? globalThis.Number(object.approved_amount) : 0,
288
+ loan_status: isSet(object.loan_status) ? globalThis.String(object.loan_status) : "",
289
+ upfront_interest: isSet(object.upfront_interest) ? globalThis.Number(object.upfront_interest) : 0,
290
+ inst_amount: isSet(object.inst_amount) ? globalThis.Number(object.inst_amount) : 0,
291
+ inst_date: isSet(object.inst_date) ? globalThis.String(object.inst_date) : "",
292
+ tenure: isSet(object.tenure) ? globalThis.Number(object.tenure) : 0,
293
+ daily_roi: isSet(object.daily_roi) ? globalThis.Number(object.daily_roi) : 0,
294
+ approval_date: isSet(object.approval_date) ? globalThis.String(object.approval_date) : "",
295
+ loan_type: isSet(object.loan_type) ? globalThis.String(object.loan_type) : "",
296
+ sub_scheme: isSet(object.sub_scheme) ? globalThis.String(object.sub_scheme) : "",
297
+ loan_scheme: isSet(object.loan_scheme) ? globalThis.String(object.loan_scheme) : "",
298
+ program_type: isSet(object.program_type) ? globalThis.String(object.program_type) : "",
299
+ debt_burden_ratio: isSet(object.debt_burden_ratio) ? globalThis.Number(object.debt_burden_ratio) : 0,
300
+ processing_fee: isSet(object.processing_fee) ? globalThis.Number(object.processing_fee) : 0,
301
+ };
302
+ },
303
+ toJSON(message) {
304
+ const obj = {};
305
+ if (message.category !== "") {
306
+ obj.category = message.category;
307
+ }
308
+ if (message.disbursal_amount !== 0) {
309
+ obj.disbursal_amount = Math.round(message.disbursal_amount);
310
+ }
311
+ if (message.roi !== 0) {
312
+ obj.roi = message.roi;
313
+ }
314
+ if (message.Loan_disbursal_date !== "") {
315
+ obj.Loan_disbursal_date = message.Loan_disbursal_date;
316
+ }
317
+ if (message.approved_disbursal_date !== "") {
318
+ obj.approved_disbursal_date = message.approved_disbursal_date;
319
+ }
320
+ if (message.approved_amount !== 0) {
321
+ obj.approved_amount = Math.round(message.approved_amount);
322
+ }
323
+ if (message.loan_status !== "") {
324
+ obj.loan_status = message.loan_status;
325
+ }
326
+ if (message.upfront_interest !== 0) {
327
+ obj.upfront_interest = message.upfront_interest;
328
+ }
329
+ if (message.inst_amount !== 0) {
330
+ obj.inst_amount = Math.round(message.inst_amount);
331
+ }
332
+ if (message.inst_date !== "") {
333
+ obj.inst_date = message.inst_date;
334
+ }
335
+ if (message.tenure !== 0) {
336
+ obj.tenure = Math.round(message.tenure);
337
+ }
338
+ if (message.daily_roi !== 0) {
339
+ obj.daily_roi = message.daily_roi;
340
+ }
341
+ if (message.approval_date !== "") {
342
+ obj.approval_date = message.approval_date;
343
+ }
344
+ if (message.loan_type !== "") {
345
+ obj.loan_type = message.loan_type;
346
+ }
347
+ if (message.sub_scheme !== "") {
348
+ obj.sub_scheme = message.sub_scheme;
349
+ }
350
+ if (message.loan_scheme !== "") {
351
+ obj.loan_scheme = message.loan_scheme;
352
+ }
353
+ if (message.program_type !== "") {
354
+ obj.program_type = message.program_type;
355
+ }
356
+ if (message.debt_burden_ratio !== 0) {
357
+ obj.debt_burden_ratio = message.debt_burden_ratio;
358
+ }
359
+ if (message.processing_fee !== 0) {
360
+ obj.processing_fee = Math.round(message.processing_fee);
361
+ }
362
+ return obj;
363
+ },
364
+ create(base) {
365
+ return exports.getLoanByIdResponse.fromPartial(base ?? {});
366
+ },
367
+ fromPartial(object) {
368
+ const message = createBasegetLoanByIdResponse();
369
+ message.category = object.category ?? "";
370
+ message.disbursal_amount = object.disbursal_amount ?? 0;
371
+ message.roi = object.roi ?? 0;
372
+ message.Loan_disbursal_date = object.Loan_disbursal_date ?? "";
373
+ message.approved_disbursal_date = object.approved_disbursal_date ?? "";
374
+ message.approved_amount = object.approved_amount ?? 0;
375
+ message.loan_status = object.loan_status ?? "";
376
+ message.upfront_interest = object.upfront_interest ?? 0;
377
+ message.inst_amount = object.inst_amount ?? 0;
378
+ message.inst_date = object.inst_date ?? "";
379
+ message.tenure = object.tenure ?? 0;
380
+ message.daily_roi = object.daily_roi ?? 0;
381
+ message.approval_date = object.approval_date ?? "";
382
+ message.loan_type = object.loan_type ?? "";
383
+ message.sub_scheme = object.sub_scheme ?? "";
384
+ message.loan_scheme = object.loan_scheme ?? "";
385
+ message.program_type = object.program_type ?? "";
386
+ message.debt_burden_ratio = object.debt_burden_ratio ?? 0;
387
+ message.processing_fee = object.processing_fee ?? 0;
388
+ return message;
389
+ },
390
+ };
391
+ function isSet(value) {
392
+ return value !== null && value !== undefined;
393
+ }
@@ -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) {
@@ -0,0 +1,86 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "loans.getstaticfields";
3
+ export interface getStaticFieldsRequest {
4
+ }
5
+ export interface getStaticFieldsResponse {
6
+ sanctioned_limit_info_popup_heading: string;
7
+ sanctioned_limit_info_popup_body: string;
8
+ exposure_limit_info_popup_heading: string;
9
+ exposure_limit_info_popup_body: string;
10
+ sanctioned_limit_heading: string;
11
+ exposure_limit_heading: string;
12
+ emi_date_l: string;
13
+ emi_amount_l: string;
14
+ first_emi_date_l: string;
15
+ final_disbursal_amount_l: string;
16
+ upfront_interest_l: string;
17
+ processing_fees_l: string;
18
+ gst_l: string;
19
+ rate_of_interest_l: string;
20
+ bill_amount_l: string;
21
+ early_foreclosure_fees_l: string;
22
+ convenience_fees_l: string;
23
+ total_interest_pay_l: string;
24
+ effective_annual_rate_l: string;
25
+ trans_fee_plus_gst_l: string;
26
+ processing_fee_plus_gst_l: string;
27
+ max_amount_l: string;
28
+ credit_report_fees_l: string;
29
+ fee_and_charges_l: string;
30
+ add_on_l: string;
31
+ total_loan_amount_l: string;
32
+ loan_amount_l: string;
33
+ disbursed_amount_l: string;
34
+ total_payable_amount_l: string;
35
+ disbursal_amount_l: string;
36
+ number_of_emi_l: string;
37
+ first_emi_amt_l: string;
38
+ subsequent_emi_l: string;
39
+ effective_roi_l: string;
40
+ effective_annual_roi_l: string;
41
+ insurance_l: string;
42
+ apr_title: string;
43
+ insurance_desc: getStaticFieldsResponse_Field[];
44
+ insurance_title: string;
45
+ upfront_interest_description: string;
46
+ }
47
+ export interface getStaticFieldsResponse_Field {
48
+ title: string;
49
+ desc: string;
50
+ icon: string;
51
+ }
52
+ export declare const getStaticFieldsRequest: {
53
+ encode(_: getStaticFieldsRequest, writer?: _m0.Writer): _m0.Writer;
54
+ decode(input: _m0.Reader | Uint8Array, length?: number): getStaticFieldsRequest;
55
+ fromJSON(_: any): getStaticFieldsRequest;
56
+ toJSON(_: getStaticFieldsRequest): unknown;
57
+ create<I extends Exact<DeepPartial<getStaticFieldsRequest>, I>>(base?: I): getStaticFieldsRequest;
58
+ fromPartial<I extends Exact<DeepPartial<getStaticFieldsRequest>, I>>(_: I): getStaticFieldsRequest;
59
+ };
60
+ export declare const getStaticFieldsResponse: {
61
+ encode(message: getStaticFieldsResponse, writer?: _m0.Writer): _m0.Writer;
62
+ decode(input: _m0.Reader | Uint8Array, length?: number): getStaticFieldsResponse;
63
+ fromJSON(object: any): getStaticFieldsResponse;
64
+ toJSON(message: getStaticFieldsResponse): unknown;
65
+ create<I extends Exact<DeepPartial<getStaticFieldsResponse>, I>>(base?: I): getStaticFieldsResponse;
66
+ fromPartial<I extends Exact<DeepPartial<getStaticFieldsResponse>, I>>(object: I): getStaticFieldsResponse;
67
+ };
68
+ export declare const getStaticFieldsResponse_Field: {
69
+ encode(message: getStaticFieldsResponse_Field, writer?: _m0.Writer): _m0.Writer;
70
+ decode(input: _m0.Reader | Uint8Array, length?: number): getStaticFieldsResponse_Field;
71
+ fromJSON(object: any): getStaticFieldsResponse_Field;
72
+ toJSON(message: getStaticFieldsResponse_Field): unknown;
73
+ create<I extends Exact<DeepPartial<getStaticFieldsResponse_Field>, I>>(base?: I): getStaticFieldsResponse_Field;
74
+ fromPartial<I extends Exact<DeepPartial<getStaticFieldsResponse_Field>, I>>(object: I): getStaticFieldsResponse_Field;
75
+ };
76
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
77
+ 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 {} ? {
78
+ [K in keyof T]?: DeepPartial<T[K]>;
79
+ } : Partial<T>;
80
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
81
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
82
+ [K in keyof P]: Exact<P[K], I[K]>;
83
+ } & {
84
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
85
+ };
86
+ export {};