@stashfin/grpc 1.2.534 → 1.2.536
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.
package/package.json
CHANGED
|
@@ -25,6 +25,10 @@ export interface checkTransactionStatusResponse {
|
|
|
25
25
|
payee_ifsc?: string | undefined;
|
|
26
26
|
lite_lrn?: string | undefined;
|
|
27
27
|
txn_type?: string | undefined;
|
|
28
|
+
payement_frequency?: string | undefined;
|
|
29
|
+
umn?: string | undefined;
|
|
30
|
+
start_date?: string | undefined;
|
|
31
|
+
end_date?: string | undefined;
|
|
28
32
|
}
|
|
29
33
|
export declare const checkTransactionStatusRequest: {
|
|
30
34
|
encode(message: checkTransactionStatusRequest, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -139,6 +139,10 @@ function createBasecheckTransactionStatusResponse() {
|
|
|
139
139
|
payee_ifsc: undefined,
|
|
140
140
|
lite_lrn: undefined,
|
|
141
141
|
txn_type: undefined,
|
|
142
|
+
payement_frequency: undefined,
|
|
143
|
+
umn: undefined,
|
|
144
|
+
start_date: undefined,
|
|
145
|
+
end_date: undefined,
|
|
142
146
|
};
|
|
143
147
|
}
|
|
144
148
|
exports.checkTransactionStatusResponse = {
|
|
@@ -194,6 +198,18 @@ exports.checkTransactionStatusResponse = {
|
|
|
194
198
|
if (message.txn_type !== undefined) {
|
|
195
199
|
writer.uint32(138).string(message.txn_type);
|
|
196
200
|
}
|
|
201
|
+
if (message.payement_frequency !== undefined) {
|
|
202
|
+
writer.uint32(146).string(message.payement_frequency);
|
|
203
|
+
}
|
|
204
|
+
if (message.umn !== undefined) {
|
|
205
|
+
writer.uint32(154).string(message.umn);
|
|
206
|
+
}
|
|
207
|
+
if (message.start_date !== undefined) {
|
|
208
|
+
writer.uint32(162).string(message.start_date);
|
|
209
|
+
}
|
|
210
|
+
if (message.end_date !== undefined) {
|
|
211
|
+
writer.uint32(170).string(message.end_date);
|
|
212
|
+
}
|
|
197
213
|
return writer;
|
|
198
214
|
},
|
|
199
215
|
decode(input, length) {
|
|
@@ -305,6 +321,30 @@ exports.checkTransactionStatusResponse = {
|
|
|
305
321
|
}
|
|
306
322
|
message.txn_type = reader.string();
|
|
307
323
|
continue;
|
|
324
|
+
case 18:
|
|
325
|
+
if (tag !== 146) {
|
|
326
|
+
break;
|
|
327
|
+
}
|
|
328
|
+
message.payement_frequency = reader.string();
|
|
329
|
+
continue;
|
|
330
|
+
case 19:
|
|
331
|
+
if (tag !== 154) {
|
|
332
|
+
break;
|
|
333
|
+
}
|
|
334
|
+
message.umn = reader.string();
|
|
335
|
+
continue;
|
|
336
|
+
case 20:
|
|
337
|
+
if (tag !== 162) {
|
|
338
|
+
break;
|
|
339
|
+
}
|
|
340
|
+
message.start_date = reader.string();
|
|
341
|
+
continue;
|
|
342
|
+
case 21:
|
|
343
|
+
if (tag !== 170) {
|
|
344
|
+
break;
|
|
345
|
+
}
|
|
346
|
+
message.end_date = reader.string();
|
|
347
|
+
continue;
|
|
308
348
|
}
|
|
309
349
|
if ((tag & 7) === 4 || tag === 0) {
|
|
310
350
|
break;
|
|
@@ -340,6 +380,10 @@ exports.checkTransactionStatusResponse = {
|
|
|
340
380
|
payee_ifsc: isSet(object.payee_ifsc) ? globalThis.String(object.payee_ifsc) : undefined,
|
|
341
381
|
lite_lrn: isSet(object.lite_lrn) ? globalThis.String(object.lite_lrn) : undefined,
|
|
342
382
|
txn_type: isSet(object.txn_type) ? globalThis.String(object.txn_type) : undefined,
|
|
383
|
+
payement_frequency: isSet(object.payement_frequency) ? globalThis.String(object.payement_frequency) : undefined,
|
|
384
|
+
umn: isSet(object.umn) ? globalThis.String(object.umn) : undefined,
|
|
385
|
+
start_date: isSet(object.start_date) ? globalThis.String(object.start_date) : undefined,
|
|
386
|
+
end_date: isSet(object.end_date) ? globalThis.String(object.end_date) : undefined,
|
|
343
387
|
};
|
|
344
388
|
},
|
|
345
389
|
toJSON(message) {
|
|
@@ -395,6 +439,18 @@ exports.checkTransactionStatusResponse = {
|
|
|
395
439
|
if (message.txn_type !== undefined) {
|
|
396
440
|
obj.txn_type = message.txn_type;
|
|
397
441
|
}
|
|
442
|
+
if (message.payement_frequency !== undefined) {
|
|
443
|
+
obj.payement_frequency = message.payement_frequency;
|
|
444
|
+
}
|
|
445
|
+
if (message.umn !== undefined) {
|
|
446
|
+
obj.umn = message.umn;
|
|
447
|
+
}
|
|
448
|
+
if (message.start_date !== undefined) {
|
|
449
|
+
obj.start_date = message.start_date;
|
|
450
|
+
}
|
|
451
|
+
if (message.end_date !== undefined) {
|
|
452
|
+
obj.end_date = message.end_date;
|
|
453
|
+
}
|
|
398
454
|
return obj;
|
|
399
455
|
},
|
|
400
456
|
create(base) {
|
|
@@ -419,6 +475,10 @@ exports.checkTransactionStatusResponse = {
|
|
|
419
475
|
message.payee_ifsc = object.payee_ifsc ?? undefined;
|
|
420
476
|
message.lite_lrn = object.lite_lrn ?? undefined;
|
|
421
477
|
message.txn_type = object.txn_type ?? undefined;
|
|
478
|
+
message.payement_frequency = object.payement_frequency ?? undefined;
|
|
479
|
+
message.umn = object.umn ?? undefined;
|
|
480
|
+
message.start_date = object.start_date ?? undefined;
|
|
481
|
+
message.end_date = object.end_date ?? undefined;
|
|
422
482
|
return message;
|
|
423
483
|
},
|
|
424
484
|
};
|