@stashfin/grpc 1.2.122 → 1.2.124

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 (115) hide show
  1. package/package.json +1 -1
  2. package/ts/bureau/getbasicdetails.js +1 -1
  3. package/ts/bureau/getdemogs.d.ts +12 -0
  4. package/ts/bureau/getdemogs.js +67 -3
  5. package/ts/bureau/getreport.d.ts +29 -0
  6. package/ts/bureau/getreport.js +210 -2
  7. package/ts/bureau.js +1 -1
  8. package/ts/colender/disburseLoan.js +1 -1
  9. package/ts/colender/forecloseLoan.js +1 -1
  10. package/ts/colender/repayLoan.js +1 -1
  11. package/ts/colender.js +1 -1
  12. package/ts/customers/aa/getbanklist.js +1 -1
  13. package/ts/customers/aa/initiate.js +1 -1
  14. package/ts/customers/addaddress.js +1 -1
  15. package/ts/customers/addbankaccountdetails.js +1 -1
  16. package/ts/customers/addgstnumber.js +1 -1
  17. package/ts/customers/addsuspendedcustomer.js +1 -1
  18. package/ts/customers/adduserapps.js +1 -1
  19. package/ts/customers/changempin.js +1 -1
  20. package/ts/customers/createcustomerreference.js +1 -1
  21. package/ts/customers/deleteprofile.js +1 -1
  22. package/ts/customers/disablempin.js +1 -1
  23. package/ts/customers/fetchrcprofile.js +1 -1
  24. package/ts/customers/forgotmpin.js +1 -1
  25. package/ts/customers/forgotmpinotp.js +2 -2
  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/getcustomerbyid.js +1 -1
  31. package/ts/customers/getdashboard.js +1 -1
  32. package/ts/customers/getdashboardmaincard.js +1 -1
  33. package/ts/customers/getdocuments.js +1 -1
  34. package/ts/customers/getkycweburl.js +2 -2
  35. package/ts/customers/getprofessionalinfo.js +1 -1
  36. package/ts/customers/getprofile.js +1 -1
  37. package/ts/customers/getstates.js +1 -1
  38. package/ts/customers/getstep.js +1 -1
  39. package/ts/customers/profilebasic.js +1 -1
  40. package/ts/customers/profileupdatetnc.js +1 -1
  41. package/ts/customers/resetmpin.js +2 -2
  42. package/ts/customers/savebasicdetails.js +1 -1
  43. package/ts/customers/saveunlocklimit.js +1 -1
  44. package/ts/customers/sendemailtoken.js +2 -2
  45. package/ts/customers/sendotp.js +1 -1
  46. package/ts/customers/sendotptoemail.js +1 -1
  47. package/ts/customers/setmpin.js +1 -1
  48. package/ts/customers/step10.js +1 -1
  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/updatedigilockertxn.js +2 -2
  54. package/ts/customers/updatedob.js +1 -1
  55. package/ts/customers/updatehypervergetxn.js +2 -2
  56. package/ts/customers/updatelocstatus.js +1 -1
  57. package/ts/customers/updatemobilesendotp.js +1 -1
  58. package/ts/customers/updatemobileverifyotp.js +1 -1
  59. package/ts/customers/updateokyctxn.js +1 -1
  60. package/ts/customers/validatepan.js +1 -1
  61. package/ts/customers/verifyemail.js +2 -2
  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/google/protobuf/timestamp.js +1 -1
  68. package/ts/loans/approveloan.js +1 -1
  69. package/ts/loans/banklist.js +1 -1
  70. package/ts/loans/calculateemi.js +1 -1
  71. package/ts/loans/creditlimit.js +1 -1
  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 +0 -14
  85. package/ts/loans.js +1 -11
  86. package/ts/payments/checkpaymentstatus.d.ts +51 -0
  87. package/ts/payments/checkpaymentstatus.js +259 -0
  88. package/ts/payments/getpaymentoptions.d.ts +50 -0
  89. package/ts/payments/getpaymentoptions.js +233 -0
  90. package/ts/payments/initiatepayment.d.ts +67 -0
  91. package/ts/payments/initiatepayment.js +381 -0
  92. package/ts/payments.d.ts +31 -214
  93. package/ts/payments.js +22 -1095
  94. package/ts/stashcash/creditsc.js +1 -1
  95. package/ts/stashcash/debitsc.js +1 -1
  96. package/ts/stashcash/getscbalance.js +1 -1
  97. package/ts/stashcash/getschistory.js +1 -1
  98. package/ts/stashcash/reversesc.js +1 -1
  99. package/ts/stashcash.js +1 -1
  100. package/ts/bureau/getbureau.d.ts +0 -157
  101. package/ts/bureau/getbureau.js +0 -1376
  102. package/ts/customers/getbanklist.d.ts +0 -48
  103. package/ts/customers/getbanklist.js +0 -198
  104. package/ts/customers/step1.d.ts +0 -71
  105. package/ts/customers/step1.js +0 -423
  106. package/ts/customers/step2.d.ts +0 -67
  107. package/ts/customers/step2.js +0 -366
  108. package/ts/customers/updatelocdisabled.d.ts +0 -35
  109. package/ts/customers/updatelocdisabled.js +0 -117
  110. package/ts/customers/updatemobile.d.ts +0 -35
  111. package/ts/customers/updatemobile.js +0 -117
  112. package/ts/loans/futurepaymentmoredetails.d.ts +0 -50
  113. package/ts/loans/futurepaymentmoredetails.js +0 -230
  114. package/ts/loans/getstaticfields.d.ts +0 -86
  115. package/ts/loans/getstaticfields.js +0 -801
@@ -0,0 +1,67 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "payments.initiatepayment";
3
+ export interface request {
4
+ customer_id: number;
5
+ client_id: string;
6
+ mode: string;
7
+ amount: number;
8
+ external_order_id: string;
9
+ add_ons: request_add_on[];
10
+ }
11
+ export interface request_add_on {
12
+ type: string;
13
+ plan_id: string;
14
+ amount: number;
15
+ meta_data: string;
16
+ }
17
+ export interface response {
18
+ status: string;
19
+ status_code: number;
20
+ data: response_Data | undefined;
21
+ }
22
+ export interface response_Data {
23
+ redirect_url: string;
24
+ }
25
+ export declare const request: {
26
+ encode(message: request, writer?: _m0.Writer): _m0.Writer;
27
+ decode(input: _m0.Reader | Uint8Array, length?: number): request;
28
+ fromJSON(object: any): request;
29
+ toJSON(message: request): unknown;
30
+ create<I extends Exact<DeepPartial<request>, I>>(base?: I): request;
31
+ fromPartial<I extends Exact<DeepPartial<request>, I>>(object: I): request;
32
+ };
33
+ export declare const request_add_on: {
34
+ encode(message: request_add_on, writer?: _m0.Writer): _m0.Writer;
35
+ decode(input: _m0.Reader | Uint8Array, length?: number): request_add_on;
36
+ fromJSON(object: any): request_add_on;
37
+ toJSON(message: request_add_on): unknown;
38
+ create<I extends Exact<DeepPartial<request_add_on>, I>>(base?: I): request_add_on;
39
+ fromPartial<I extends Exact<DeepPartial<request_add_on>, I>>(object: I): request_add_on;
40
+ };
41
+ export declare const response: {
42
+ encode(message: response, writer?: _m0.Writer): _m0.Writer;
43
+ decode(input: _m0.Reader | Uint8Array, length?: number): response;
44
+ fromJSON(object: any): response;
45
+ toJSON(message: response): unknown;
46
+ create<I extends Exact<DeepPartial<response>, I>>(base?: I): response;
47
+ fromPartial<I extends Exact<DeepPartial<response>, I>>(object: I): response;
48
+ };
49
+ export declare const response_Data: {
50
+ encode(message: response_Data, writer?: _m0.Writer): _m0.Writer;
51
+ decode(input: _m0.Reader | Uint8Array, length?: number): response_Data;
52
+ fromJSON(object: any): response_Data;
53
+ toJSON(message: response_Data): unknown;
54
+ create<I extends Exact<DeepPartial<response_Data>, I>>(base?: I): response_Data;
55
+ fromPartial<I extends Exact<DeepPartial<response_Data>, I>>(object: I): response_Data;
56
+ };
57
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
58
+ 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 {} ? {
59
+ [K in keyof T]?: DeepPartial<T[K]>;
60
+ } : Partial<T>;
61
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
62
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
63
+ [K in keyof P]: Exact<P[K], I[K]>;
64
+ } & {
65
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
66
+ };
67
+ export {};
@@ -0,0 +1,381 @@
1
+ "use strict";
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
+ // versions:
4
+ // protoc-gen-ts_proto v1.180.0
5
+ // protoc v5.27.3
6
+ // source: payments/initiatepayment.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.response_Data = exports.response = exports.request_add_on = exports.request = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const long_1 = __importDefault(require("long"));
14
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
15
+ exports.protobufPackage = "payments.initiatepayment";
16
+ function createBaserequest() {
17
+ return { customer_id: 0, client_id: "", mode: "", amount: 0, external_order_id: "", add_ons: [] };
18
+ }
19
+ exports.request = {
20
+ encode(message, writer = minimal_1.default.Writer.create()) {
21
+ if (message.customer_id !== 0) {
22
+ writer.uint32(8).int64(message.customer_id);
23
+ }
24
+ if (message.client_id !== "") {
25
+ writer.uint32(18).string(message.client_id);
26
+ }
27
+ if (message.mode !== "") {
28
+ writer.uint32(26).string(message.mode);
29
+ }
30
+ if (message.amount !== 0) {
31
+ writer.uint32(32).int64(message.amount);
32
+ }
33
+ if (message.external_order_id !== "") {
34
+ writer.uint32(42).string(message.external_order_id);
35
+ }
36
+ for (const v of message.add_ons) {
37
+ exports.request_add_on.encode(v, writer.uint32(50).fork()).ldelim();
38
+ }
39
+ return writer;
40
+ },
41
+ decode(input, length) {
42
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
43
+ let end = length === undefined ? reader.len : reader.pos + length;
44
+ const message = createBaserequest();
45
+ while (reader.pos < end) {
46
+ const tag = reader.uint32();
47
+ switch (tag >>> 3) {
48
+ case 1:
49
+ if (tag !== 8) {
50
+ break;
51
+ }
52
+ message.customer_id = longToNumber(reader.int64());
53
+ continue;
54
+ case 2:
55
+ if (tag !== 18) {
56
+ break;
57
+ }
58
+ message.client_id = reader.string();
59
+ continue;
60
+ case 3:
61
+ if (tag !== 26) {
62
+ break;
63
+ }
64
+ message.mode = reader.string();
65
+ continue;
66
+ case 4:
67
+ if (tag !== 32) {
68
+ break;
69
+ }
70
+ message.amount = longToNumber(reader.int64());
71
+ continue;
72
+ case 5:
73
+ if (tag !== 42) {
74
+ break;
75
+ }
76
+ message.external_order_id = reader.string();
77
+ continue;
78
+ case 6:
79
+ if (tag !== 50) {
80
+ break;
81
+ }
82
+ message.add_ons.push(exports.request_add_on.decode(reader, reader.uint32()));
83
+ continue;
84
+ }
85
+ if ((tag & 7) === 4 || tag === 0) {
86
+ break;
87
+ }
88
+ reader.skipType(tag & 7);
89
+ }
90
+ return message;
91
+ },
92
+ fromJSON(object) {
93
+ return {
94
+ customer_id: isSet(object.customer_id) ? globalThis.Number(object.customer_id) : 0,
95
+ client_id: isSet(object.client_id) ? globalThis.String(object.client_id) : "",
96
+ mode: isSet(object.mode) ? globalThis.String(object.mode) : "",
97
+ amount: isSet(object.amount) ? globalThis.Number(object.amount) : 0,
98
+ external_order_id: isSet(object.external_order_id) ? globalThis.String(object.external_order_id) : "",
99
+ add_ons: globalThis.Array.isArray(object?.add_ons)
100
+ ? object.add_ons.map((e) => exports.request_add_on.fromJSON(e))
101
+ : [],
102
+ };
103
+ },
104
+ toJSON(message) {
105
+ const obj = {};
106
+ if (message.customer_id !== 0) {
107
+ obj.customer_id = Math.round(message.customer_id);
108
+ }
109
+ if (message.client_id !== "") {
110
+ obj.client_id = message.client_id;
111
+ }
112
+ if (message.mode !== "") {
113
+ obj.mode = message.mode;
114
+ }
115
+ if (message.amount !== 0) {
116
+ obj.amount = Math.round(message.amount);
117
+ }
118
+ if (message.external_order_id !== "") {
119
+ obj.external_order_id = message.external_order_id;
120
+ }
121
+ if (message.add_ons?.length) {
122
+ obj.add_ons = message.add_ons.map((e) => exports.request_add_on.toJSON(e));
123
+ }
124
+ return obj;
125
+ },
126
+ create(base) {
127
+ return exports.request.fromPartial(base ?? {});
128
+ },
129
+ fromPartial(object) {
130
+ const message = createBaserequest();
131
+ message.customer_id = object.customer_id ?? 0;
132
+ message.client_id = object.client_id ?? "";
133
+ message.mode = object.mode ?? "";
134
+ message.amount = object.amount ?? 0;
135
+ message.external_order_id = object.external_order_id ?? "";
136
+ message.add_ons = object.add_ons?.map((e) => exports.request_add_on.fromPartial(e)) || [];
137
+ return message;
138
+ },
139
+ };
140
+ function createBaserequest_add_on() {
141
+ return { type: "", plan_id: "", amount: 0, meta_data: "" };
142
+ }
143
+ exports.request_add_on = {
144
+ encode(message, writer = minimal_1.default.Writer.create()) {
145
+ if (message.type !== "") {
146
+ writer.uint32(10).string(message.type);
147
+ }
148
+ if (message.plan_id !== "") {
149
+ writer.uint32(18).string(message.plan_id);
150
+ }
151
+ if (message.amount !== 0) {
152
+ writer.uint32(24).int64(message.amount);
153
+ }
154
+ if (message.meta_data !== "") {
155
+ writer.uint32(34).string(message.meta_data);
156
+ }
157
+ return writer;
158
+ },
159
+ decode(input, length) {
160
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
161
+ let end = length === undefined ? reader.len : reader.pos + length;
162
+ const message = createBaserequest_add_on();
163
+ while (reader.pos < end) {
164
+ const tag = reader.uint32();
165
+ switch (tag >>> 3) {
166
+ case 1:
167
+ if (tag !== 10) {
168
+ break;
169
+ }
170
+ message.type = reader.string();
171
+ continue;
172
+ case 2:
173
+ if (tag !== 18) {
174
+ break;
175
+ }
176
+ message.plan_id = reader.string();
177
+ continue;
178
+ case 3:
179
+ if (tag !== 24) {
180
+ break;
181
+ }
182
+ message.amount = longToNumber(reader.int64());
183
+ continue;
184
+ case 4:
185
+ if (tag !== 34) {
186
+ break;
187
+ }
188
+ message.meta_data = reader.string();
189
+ continue;
190
+ }
191
+ if ((tag & 7) === 4 || tag === 0) {
192
+ break;
193
+ }
194
+ reader.skipType(tag & 7);
195
+ }
196
+ return message;
197
+ },
198
+ fromJSON(object) {
199
+ return {
200
+ type: isSet(object.type) ? globalThis.String(object.type) : "",
201
+ plan_id: isSet(object.plan_id) ? globalThis.String(object.plan_id) : "",
202
+ amount: isSet(object.amount) ? globalThis.Number(object.amount) : 0,
203
+ meta_data: isSet(object.meta_data) ? globalThis.String(object.meta_data) : "",
204
+ };
205
+ },
206
+ toJSON(message) {
207
+ const obj = {};
208
+ if (message.type !== "") {
209
+ obj.type = message.type;
210
+ }
211
+ if (message.plan_id !== "") {
212
+ obj.plan_id = message.plan_id;
213
+ }
214
+ if (message.amount !== 0) {
215
+ obj.amount = Math.round(message.amount);
216
+ }
217
+ if (message.meta_data !== "") {
218
+ obj.meta_data = message.meta_data;
219
+ }
220
+ return obj;
221
+ },
222
+ create(base) {
223
+ return exports.request_add_on.fromPartial(base ?? {});
224
+ },
225
+ fromPartial(object) {
226
+ const message = createBaserequest_add_on();
227
+ message.type = object.type ?? "";
228
+ message.plan_id = object.plan_id ?? "";
229
+ message.amount = object.amount ?? 0;
230
+ message.meta_data = object.meta_data ?? "";
231
+ return message;
232
+ },
233
+ };
234
+ function createBaseresponse() {
235
+ return { status: "", status_code: 0, data: undefined };
236
+ }
237
+ exports.response = {
238
+ encode(message, writer = minimal_1.default.Writer.create()) {
239
+ if (message.status !== "") {
240
+ writer.uint32(10).string(message.status);
241
+ }
242
+ if (message.status_code !== 0) {
243
+ writer.uint32(16).int32(message.status_code);
244
+ }
245
+ if (message.data !== undefined) {
246
+ exports.response_Data.encode(message.data, writer.uint32(26).fork()).ldelim();
247
+ }
248
+ return writer;
249
+ },
250
+ decode(input, length) {
251
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
252
+ let end = length === undefined ? reader.len : reader.pos + length;
253
+ const message = createBaseresponse();
254
+ while (reader.pos < end) {
255
+ const tag = reader.uint32();
256
+ switch (tag >>> 3) {
257
+ case 1:
258
+ if (tag !== 10) {
259
+ break;
260
+ }
261
+ message.status = reader.string();
262
+ continue;
263
+ case 2:
264
+ if (tag !== 16) {
265
+ break;
266
+ }
267
+ message.status_code = reader.int32();
268
+ continue;
269
+ case 3:
270
+ if (tag !== 26) {
271
+ break;
272
+ }
273
+ message.data = exports.response_Data.decode(reader, reader.uint32());
274
+ continue;
275
+ }
276
+ if ((tag & 7) === 4 || tag === 0) {
277
+ break;
278
+ }
279
+ reader.skipType(tag & 7);
280
+ }
281
+ return message;
282
+ },
283
+ fromJSON(object) {
284
+ return {
285
+ status: isSet(object.status) ? globalThis.String(object.status) : "",
286
+ status_code: isSet(object.status_code) ? globalThis.Number(object.status_code) : 0,
287
+ data: isSet(object.data) ? exports.response_Data.fromJSON(object.data) : undefined,
288
+ };
289
+ },
290
+ toJSON(message) {
291
+ const obj = {};
292
+ if (message.status !== "") {
293
+ obj.status = message.status;
294
+ }
295
+ if (message.status_code !== 0) {
296
+ obj.status_code = Math.round(message.status_code);
297
+ }
298
+ if (message.data !== undefined) {
299
+ obj.data = exports.response_Data.toJSON(message.data);
300
+ }
301
+ return obj;
302
+ },
303
+ create(base) {
304
+ return exports.response.fromPartial(base ?? {});
305
+ },
306
+ fromPartial(object) {
307
+ const message = createBaseresponse();
308
+ message.status = object.status ?? "";
309
+ message.status_code = object.status_code ?? 0;
310
+ message.data = (object.data !== undefined && object.data !== null)
311
+ ? exports.response_Data.fromPartial(object.data)
312
+ : undefined;
313
+ return message;
314
+ },
315
+ };
316
+ function createBaseresponse_Data() {
317
+ return { redirect_url: "" };
318
+ }
319
+ exports.response_Data = {
320
+ encode(message, writer = minimal_1.default.Writer.create()) {
321
+ if (message.redirect_url !== "") {
322
+ writer.uint32(10).string(message.redirect_url);
323
+ }
324
+ return writer;
325
+ },
326
+ decode(input, length) {
327
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
328
+ let end = length === undefined ? reader.len : reader.pos + length;
329
+ const message = createBaseresponse_Data();
330
+ while (reader.pos < end) {
331
+ const tag = reader.uint32();
332
+ switch (tag >>> 3) {
333
+ case 1:
334
+ if (tag !== 10) {
335
+ break;
336
+ }
337
+ message.redirect_url = reader.string();
338
+ continue;
339
+ }
340
+ if ((tag & 7) === 4 || tag === 0) {
341
+ break;
342
+ }
343
+ reader.skipType(tag & 7);
344
+ }
345
+ return message;
346
+ },
347
+ fromJSON(object) {
348
+ return { redirect_url: isSet(object.redirect_url) ? globalThis.String(object.redirect_url) : "" };
349
+ },
350
+ toJSON(message) {
351
+ const obj = {};
352
+ if (message.redirect_url !== "") {
353
+ obj.redirect_url = message.redirect_url;
354
+ }
355
+ return obj;
356
+ },
357
+ create(base) {
358
+ return exports.response_Data.fromPartial(base ?? {});
359
+ },
360
+ fromPartial(object) {
361
+ const message = createBaseresponse_Data();
362
+ message.redirect_url = object.redirect_url ?? "";
363
+ return message;
364
+ },
365
+ };
366
+ function longToNumber(long) {
367
+ if (long.gt(globalThis.Number.MAX_SAFE_INTEGER)) {
368
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
369
+ }
370
+ if (long.lt(globalThis.Number.MIN_SAFE_INTEGER)) {
371
+ throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
372
+ }
373
+ return long.toNumber();
374
+ }
375
+ if (minimal_1.default.util.Long !== long_1.default) {
376
+ minimal_1.default.util.Long = long_1.default;
377
+ minimal_1.default.configure();
378
+ }
379
+ function isSet(value) {
380
+ return value !== null && value !== undefined;
381
+ }