@stashfin/grpc 1.2.481 → 1.2.482
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
|
@@ -22,7 +22,7 @@ export interface getAccountsByProviderResponse {
|
|
|
22
22
|
PayeeRevRespCode?: string | undefined;
|
|
23
23
|
MobileAppData?: MobileAppDataList | undefined;
|
|
24
24
|
}
|
|
25
|
-
export interface
|
|
25
|
+
export interface CredsAllowedChildList {
|
|
26
26
|
credsAllowedDLength?: string | undefined;
|
|
27
27
|
credsAllowedSubType?: string | undefined;
|
|
28
28
|
dLength?: string | undefined;
|
|
@@ -39,10 +39,10 @@ export interface Account {
|
|
|
39
39
|
accType?: string | undefined;
|
|
40
40
|
account?: string | undefined;
|
|
41
41
|
aeba?: string | undefined;
|
|
42
|
-
|
|
42
|
+
CredsAllowed?: Account_CredsAllowedList | undefined;
|
|
43
43
|
}
|
|
44
|
-
export interface
|
|
45
|
-
|
|
44
|
+
export interface Account_CredsAllowedList {
|
|
45
|
+
Child: CredsAllowedChildList[];
|
|
46
46
|
}
|
|
47
47
|
export interface MobileAppDataList {
|
|
48
48
|
details?: MobileAppDataList_Details | undefined;
|
|
@@ -66,13 +66,13 @@ export declare const getAccountsByProviderResponse: {
|
|
|
66
66
|
create<I extends Exact<DeepPartial<getAccountsByProviderResponse>, I>>(base?: I): getAccountsByProviderResponse;
|
|
67
67
|
fromPartial<I extends Exact<DeepPartial<getAccountsByProviderResponse>, I>>(object: I): getAccountsByProviderResponse;
|
|
68
68
|
};
|
|
69
|
-
export declare const
|
|
70
|
-
encode(message:
|
|
71
|
-
decode(input: _m0.Reader | Uint8Array, length?: number):
|
|
72
|
-
fromJSON(object: any):
|
|
73
|
-
toJSON(message:
|
|
74
|
-
create<I extends Exact<DeepPartial<
|
|
75
|
-
fromPartial<I extends Exact<DeepPartial<
|
|
69
|
+
export declare const CredsAllowedChildList: {
|
|
70
|
+
encode(message: CredsAllowedChildList, writer?: _m0.Writer): _m0.Writer;
|
|
71
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): CredsAllowedChildList;
|
|
72
|
+
fromJSON(object: any): CredsAllowedChildList;
|
|
73
|
+
toJSON(message: CredsAllowedChildList): unknown;
|
|
74
|
+
create<I extends Exact<DeepPartial<CredsAllowedChildList>, I>>(base?: I): CredsAllowedChildList;
|
|
75
|
+
fromPartial<I extends Exact<DeepPartial<CredsAllowedChildList>, I>>(object: I): CredsAllowedChildList;
|
|
76
76
|
};
|
|
77
77
|
export declare const Account: {
|
|
78
78
|
encode(message: Account, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -82,13 +82,13 @@ export declare const Account: {
|
|
|
82
82
|
create<I extends Exact<DeepPartial<Account>, I>>(base?: I): Account;
|
|
83
83
|
fromPartial<I extends Exact<DeepPartial<Account>, I>>(object: I): Account;
|
|
84
84
|
};
|
|
85
|
-
export declare const
|
|
86
|
-
encode(message:
|
|
87
|
-
decode(input: _m0.Reader | Uint8Array, length?: number):
|
|
88
|
-
fromJSON(object: any):
|
|
89
|
-
toJSON(message:
|
|
90
|
-
create<I extends Exact<DeepPartial<
|
|
91
|
-
fromPartial<I extends Exact<DeepPartial<
|
|
85
|
+
export declare const Account_CredsAllowedList: {
|
|
86
|
+
encode(message: Account_CredsAllowedList, writer?: _m0.Writer): _m0.Writer;
|
|
87
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Account_CredsAllowedList;
|
|
88
|
+
fromJSON(object: any): Account_CredsAllowedList;
|
|
89
|
+
toJSON(message: Account_CredsAllowedList): unknown;
|
|
90
|
+
create<I extends Exact<DeepPartial<Account_CredsAllowedList>, I>>(base?: I): Account_CredsAllowedList;
|
|
91
|
+
fromPartial<I extends Exact<DeepPartial<Account_CredsAllowedList>, I>>(object: I): Account_CredsAllowedList;
|
|
92
92
|
};
|
|
93
93
|
export declare const MobileAppDataList: {
|
|
94
94
|
encode(message: MobileAppDataList, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -8,7 +8,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.MobileAppDataList_Details = exports.MobileAppDataList = exports.
|
|
11
|
+
exports.MobileAppDataList_Details = exports.MobileAppDataList = exports.Account_CredsAllowedList = exports.Account = exports.CredsAllowedChildList = exports.getAccountsByProviderResponse = exports.getAccountsByProviderRequest = exports.protobufPackage = void 0;
|
|
12
12
|
/* eslint-disable */
|
|
13
13
|
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
14
14
|
exports.protobufPackage = "upi.getAccountsByProvider";
|
|
@@ -357,7 +357,7 @@ exports.getAccountsByProviderResponse = {
|
|
|
357
357
|
return message;
|
|
358
358
|
},
|
|
359
359
|
};
|
|
360
|
-
function
|
|
360
|
+
function createBaseCredsAllowedChildList() {
|
|
361
361
|
return {
|
|
362
362
|
credsAllowedDLength: undefined,
|
|
363
363
|
credsAllowedSubType: undefined,
|
|
@@ -366,7 +366,7 @@ function createBaseCredsAllowedChild() {
|
|
|
366
366
|
credsAllowedDType: undefined,
|
|
367
367
|
};
|
|
368
368
|
}
|
|
369
|
-
exports.
|
|
369
|
+
exports.CredsAllowedChildList = {
|
|
370
370
|
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
371
371
|
if (message.credsAllowedDLength !== undefined) {
|
|
372
372
|
writer.uint32(10).string(message.credsAllowedDLength);
|
|
@@ -388,7 +388,7 @@ exports.CredsAllowedChild = {
|
|
|
388
388
|
decode(input, length) {
|
|
389
389
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
390
390
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
391
|
-
const message =
|
|
391
|
+
const message = createBaseCredsAllowedChildList();
|
|
392
392
|
while (reader.pos < end) {
|
|
393
393
|
const tag = reader.uint32();
|
|
394
394
|
switch (tag >>> 3) {
|
|
@@ -463,10 +463,10 @@ exports.CredsAllowedChild = {
|
|
|
463
463
|
return obj;
|
|
464
464
|
},
|
|
465
465
|
create(base) {
|
|
466
|
-
return exports.
|
|
466
|
+
return exports.CredsAllowedChildList.fromPartial(base ?? {});
|
|
467
467
|
},
|
|
468
468
|
fromPartial(object) {
|
|
469
|
-
const message =
|
|
469
|
+
const message = createBaseCredsAllowedChildList();
|
|
470
470
|
message.credsAllowedDLength = object.credsAllowedDLength ?? undefined;
|
|
471
471
|
message.credsAllowedSubType = object.credsAllowedSubType ?? undefined;
|
|
472
472
|
message.dLength = object.dLength ?? undefined;
|
|
@@ -486,7 +486,7 @@ function createBaseAccount() {
|
|
|
486
486
|
accType: undefined,
|
|
487
487
|
account: undefined,
|
|
488
488
|
aeba: undefined,
|
|
489
|
-
|
|
489
|
+
CredsAllowed: undefined,
|
|
490
490
|
};
|
|
491
491
|
}
|
|
492
492
|
exports.Account = {
|
|
@@ -518,8 +518,8 @@ exports.Account = {
|
|
|
518
518
|
if (message.aeba !== undefined) {
|
|
519
519
|
writer.uint32(74).string(message.aeba);
|
|
520
520
|
}
|
|
521
|
-
if (message.
|
|
522
|
-
exports.
|
|
521
|
+
if (message.CredsAllowed !== undefined) {
|
|
522
|
+
exports.Account_CredsAllowedList.encode(message.CredsAllowed, writer.uint32(82).fork()).ldelim();
|
|
523
523
|
}
|
|
524
524
|
return writer;
|
|
525
525
|
},
|
|
@@ -588,7 +588,7 @@ exports.Account = {
|
|
|
588
588
|
if (tag !== 82) {
|
|
589
589
|
break;
|
|
590
590
|
}
|
|
591
|
-
message.
|
|
591
|
+
message.CredsAllowed = exports.Account_CredsAllowedList.decode(reader, reader.uint32());
|
|
592
592
|
continue;
|
|
593
593
|
}
|
|
594
594
|
if ((tag & 7) === 4 || tag === 0) {
|
|
@@ -609,7 +609,7 @@ exports.Account = {
|
|
|
609
609
|
accType: isSet(object.accType) ? globalThis.String(object.accType) : undefined,
|
|
610
610
|
account: isSet(object.account) ? globalThis.String(object.account) : undefined,
|
|
611
611
|
aeba: isSet(object.aeba) ? globalThis.String(object.aeba) : undefined,
|
|
612
|
-
|
|
612
|
+
CredsAllowed: isSet(object.CredsAllowed) ? exports.Account_CredsAllowedList.fromJSON(object.CredsAllowed) : undefined,
|
|
613
613
|
};
|
|
614
614
|
},
|
|
615
615
|
toJSON(message) {
|
|
@@ -641,8 +641,8 @@ exports.Account = {
|
|
|
641
641
|
if (message.aeba !== undefined) {
|
|
642
642
|
obj.aeba = message.aeba;
|
|
643
643
|
}
|
|
644
|
-
if (message.
|
|
645
|
-
obj.
|
|
644
|
+
if (message.CredsAllowed !== undefined) {
|
|
645
|
+
obj.CredsAllowed = exports.Account_CredsAllowedList.toJSON(message.CredsAllowed);
|
|
646
646
|
}
|
|
647
647
|
return obj;
|
|
648
648
|
},
|
|
@@ -660,26 +660,26 @@ exports.Account = {
|
|
|
660
660
|
message.accType = object.accType ?? undefined;
|
|
661
661
|
message.account = object.account ?? undefined;
|
|
662
662
|
message.aeba = object.aeba ?? undefined;
|
|
663
|
-
message.
|
|
664
|
-
? exports.
|
|
663
|
+
message.CredsAllowed = (object.CredsAllowed !== undefined && object.CredsAllowed !== null)
|
|
664
|
+
? exports.Account_CredsAllowedList.fromPartial(object.CredsAllowed)
|
|
665
665
|
: undefined;
|
|
666
666
|
return message;
|
|
667
667
|
},
|
|
668
668
|
};
|
|
669
|
-
function
|
|
670
|
-
return {
|
|
669
|
+
function createBaseAccount_CredsAllowedList() {
|
|
670
|
+
return { Child: [] };
|
|
671
671
|
}
|
|
672
|
-
exports.
|
|
672
|
+
exports.Account_CredsAllowedList = {
|
|
673
673
|
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
674
|
-
for (const v of message.
|
|
675
|
-
exports.
|
|
674
|
+
for (const v of message.Child) {
|
|
675
|
+
exports.CredsAllowedChildList.encode(v, writer.uint32(10).fork()).ldelim();
|
|
676
676
|
}
|
|
677
677
|
return writer;
|
|
678
678
|
},
|
|
679
679
|
decode(input, length) {
|
|
680
680
|
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
681
681
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
682
|
-
const message =
|
|
682
|
+
const message = createBaseAccount_CredsAllowedList();
|
|
683
683
|
while (reader.pos < end) {
|
|
684
684
|
const tag = reader.uint32();
|
|
685
685
|
switch (tag >>> 3) {
|
|
@@ -687,7 +687,7 @@ exports.Account_CredsAllowed = {
|
|
|
687
687
|
if (tag !== 10) {
|
|
688
688
|
break;
|
|
689
689
|
}
|
|
690
|
-
message.
|
|
690
|
+
message.Child.push(exports.CredsAllowedChildList.decode(reader, reader.uint32()));
|
|
691
691
|
continue;
|
|
692
692
|
}
|
|
693
693
|
if ((tag & 7) === 4 || tag === 0) {
|
|
@@ -699,22 +699,24 @@ exports.Account_CredsAllowed = {
|
|
|
699
699
|
},
|
|
700
700
|
fromJSON(object) {
|
|
701
701
|
return {
|
|
702
|
-
|
|
702
|
+
Child: globalThis.Array.isArray(object?.Child)
|
|
703
|
+
? object.Child.map((e) => exports.CredsAllowedChildList.fromJSON(e))
|
|
704
|
+
: [],
|
|
703
705
|
};
|
|
704
706
|
},
|
|
705
707
|
toJSON(message) {
|
|
706
708
|
const obj = {};
|
|
707
|
-
if (message.
|
|
708
|
-
obj.
|
|
709
|
+
if (message.Child?.length) {
|
|
710
|
+
obj.Child = message.Child.map((e) => exports.CredsAllowedChildList.toJSON(e));
|
|
709
711
|
}
|
|
710
712
|
return obj;
|
|
711
713
|
},
|
|
712
714
|
create(base) {
|
|
713
|
-
return exports.
|
|
715
|
+
return exports.Account_CredsAllowedList.fromPartial(base ?? {});
|
|
714
716
|
},
|
|
715
717
|
fromPartial(object) {
|
|
716
|
-
const message =
|
|
717
|
-
message.
|
|
718
|
+
const message = createBaseAccount_CredsAllowedList();
|
|
719
|
+
message.Child = object.Child?.map((e) => exports.CredsAllowedChildList.fromPartial(e)) || [];
|
|
718
720
|
return message;
|
|
719
721
|
},
|
|
720
722
|
};
|