@stashfin/grpc 1.2.764 → 1.2.766

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 (50) hide show
  1. package/package.json +1 -1
  2. package/ts/banking/aa/checktransactionstatus.d.ts +38 -0
  3. package/ts/banking/aa/checktransactionstatus.js +161 -0
  4. package/ts/banking.d.ts +16 -16
  5. package/ts/bbps/initiatepayment.d.ts +53 -0
  6. package/ts/bbps/initiatepayment.js +285 -0
  7. package/ts/bbps.d.ts +16 -2
  8. package/ts/bbps.js +10 -0
  9. package/ts/bureau.d.ts +16 -16
  10. package/ts/ckyc.d.ts +4 -4
  11. package/ts/colender.d.ts +6 -6
  12. package/ts/customers/adduserapps.d.ts +2 -2
  13. package/ts/customers.d.ts +238 -238
  14. package/ts/decisionengine.d.ts +6 -6
  15. package/ts/deveqxcustomers.d.ts +30 -30
  16. package/ts/devupi.d.ts +54 -54
  17. package/ts/documents.d.ts +4 -4
  18. package/ts/eqxcustomer.d.ts +44 -44
  19. package/ts/example.d.ts +4 -4
  20. package/ts/feepayments.d.ts +2 -2
  21. package/ts/growth/checkplanstatus.d.ts +48 -0
  22. package/ts/growth/checkplanstatus.js +200 -0
  23. package/ts/growth/getattachplandetails.d.ts +53 -0
  24. package/ts/growth/getattachplandetails.js +270 -0
  25. package/ts/growth/getchrpaymentstatus.d.ts +49 -0
  26. package/ts/growth/getchrpaymentstatus.js +213 -0
  27. package/ts/growth/getchrplans.d.ts +112 -0
  28. package/ts/growth/getchrplans.js +717 -0
  29. package/ts/growth/getcredithealthreport.d.ts +98 -0
  30. package/ts/growth/getcredithealthreport.js +617 -0
  31. package/ts/growth/initiatepayment.d.ts +52 -0
  32. package/ts/growth/initiatepayment.js +259 -0
  33. package/ts/growth/notifychrpayment.d.ts +42 -0
  34. package/ts/growth/notifychrpayment.js +219 -0
  35. package/ts/growth.d.ts +8 -8
  36. package/ts/kyc/okyclinkhyperverge.d.ts +62 -0
  37. package/ts/kyc/okyclinkhyperverge.js +281 -0
  38. package/ts/kyc.d.ts +34 -20
  39. package/ts/kyc.js +10 -0
  40. package/ts/lamf.d.ts +6 -6
  41. package/ts/loans.d.ts +100 -100
  42. package/ts/payments.d.ts +12 -12
  43. package/ts/paymentsnode.d.ts +12 -12
  44. package/ts/rewards.d.ts +4 -4
  45. package/ts/stashcash.d.ts +12 -12
  46. package/ts/upi.d.ts +54 -54
  47. package/ts/eqxcustomers/getlandingtoken.d.ts +0 -38
  48. package/ts/eqxcustomers/getlandingtoken.js +0 -165
  49. package/ts/eqxcustomers/registerlandingcustomer.d.ts +0 -109
  50. package/ts/eqxcustomers/registerlandingcustomer.js +0 -822
@@ -0,0 +1,270 @@
1
+ "use strict";
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
+ // versions:
4
+ // protoc-gen-ts_proto v1.181.2
5
+ // protoc v5.29.3
6
+ // source: growth/getattachplandetails.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.chrattachplanresponse = exports.plandata = exports.chrattachplanrequest = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
+ exports.protobufPackage = "growth.getattachplandetails";
15
+ function createBasechrattachplanrequest() {
16
+ return {};
17
+ }
18
+ exports.chrattachplanrequest = {
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 = createBasechrattachplanrequest();
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.chrattachplanrequest.fromPartial(base ?? {});
46
+ },
47
+ fromPartial(_) {
48
+ const message = createBasechrattachplanrequest();
49
+ return message;
50
+ },
51
+ };
52
+ function createBaseplandata() {
53
+ return { planId: 0, amount: 0, type: "", duration: 0, discount: 0, discounted_price: 0 };
54
+ }
55
+ exports.plandata = {
56
+ encode(message, writer = minimal_1.default.Writer.create()) {
57
+ if (message.planId !== 0) {
58
+ writer.uint32(8).int32(message.planId);
59
+ }
60
+ if (message.amount !== 0) {
61
+ writer.uint32(21).float(message.amount);
62
+ }
63
+ if (message.type !== "") {
64
+ writer.uint32(26).string(message.type);
65
+ }
66
+ if (message.duration !== 0) {
67
+ writer.uint32(32).int32(message.duration);
68
+ }
69
+ if (message.discount !== 0) {
70
+ writer.uint32(45).float(message.discount);
71
+ }
72
+ if (message.discounted_price !== 0) {
73
+ writer.uint32(49).double(message.discounted_price);
74
+ }
75
+ return writer;
76
+ },
77
+ decode(input, length) {
78
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
79
+ let end = length === undefined ? reader.len : reader.pos + length;
80
+ const message = createBaseplandata();
81
+ while (reader.pos < end) {
82
+ const tag = reader.uint32();
83
+ switch (tag >>> 3) {
84
+ case 1:
85
+ if (tag !== 8) {
86
+ break;
87
+ }
88
+ message.planId = reader.int32();
89
+ continue;
90
+ case 2:
91
+ if (tag !== 21) {
92
+ break;
93
+ }
94
+ message.amount = reader.float();
95
+ continue;
96
+ case 3:
97
+ if (tag !== 26) {
98
+ break;
99
+ }
100
+ message.type = reader.string();
101
+ continue;
102
+ case 4:
103
+ if (tag !== 32) {
104
+ break;
105
+ }
106
+ message.duration = reader.int32();
107
+ continue;
108
+ case 5:
109
+ if (tag !== 45) {
110
+ break;
111
+ }
112
+ message.discount = reader.float();
113
+ continue;
114
+ case 6:
115
+ if (tag !== 49) {
116
+ break;
117
+ }
118
+ message.discounted_price = reader.double();
119
+ continue;
120
+ }
121
+ if ((tag & 7) === 4 || tag === 0) {
122
+ break;
123
+ }
124
+ reader.skipType(tag & 7);
125
+ }
126
+ return message;
127
+ },
128
+ fromJSON(object) {
129
+ return {
130
+ planId: isSet(object.planId) ? globalThis.Number(object.planId) : 0,
131
+ amount: isSet(object.amount) ? globalThis.Number(object.amount) : 0,
132
+ type: isSet(object.type) ? globalThis.String(object.type) : "",
133
+ duration: isSet(object.duration) ? globalThis.Number(object.duration) : 0,
134
+ discount: isSet(object.discount) ? globalThis.Number(object.discount) : 0,
135
+ discounted_price: isSet(object.discounted_price) ? globalThis.Number(object.discounted_price) : 0,
136
+ };
137
+ },
138
+ toJSON(message) {
139
+ const obj = {};
140
+ if (message.planId !== 0) {
141
+ obj.planId = Math.round(message.planId);
142
+ }
143
+ if (message.amount !== 0) {
144
+ obj.amount = message.amount;
145
+ }
146
+ if (message.type !== "") {
147
+ obj.type = message.type;
148
+ }
149
+ if (message.duration !== 0) {
150
+ obj.duration = Math.round(message.duration);
151
+ }
152
+ if (message.discount !== 0) {
153
+ obj.discount = message.discount;
154
+ }
155
+ if (message.discounted_price !== 0) {
156
+ obj.discounted_price = message.discounted_price;
157
+ }
158
+ return obj;
159
+ },
160
+ create(base) {
161
+ return exports.plandata.fromPartial(base ?? {});
162
+ },
163
+ fromPartial(object) {
164
+ const message = createBaseplandata();
165
+ message.planId = object.planId ?? 0;
166
+ message.amount = object.amount ?? 0;
167
+ message.type = object.type ?? "";
168
+ message.duration = object.duration ?? 0;
169
+ message.discount = object.discount ?? 0;
170
+ message.discounted_price = object.discounted_price ?? 0;
171
+ return message;
172
+ },
173
+ };
174
+ function createBasechrattachplanresponse() {
175
+ return { status: "", statusCode: 0, data: undefined, message: "" };
176
+ }
177
+ exports.chrattachplanresponse = {
178
+ encode(message, writer = minimal_1.default.Writer.create()) {
179
+ if (message.status !== "") {
180
+ writer.uint32(10).string(message.status);
181
+ }
182
+ if (message.statusCode !== 0) {
183
+ writer.uint32(16).int32(message.statusCode);
184
+ }
185
+ if (message.data !== undefined) {
186
+ exports.plandata.encode(message.data, writer.uint32(26).fork()).ldelim();
187
+ }
188
+ if (message.message !== "") {
189
+ writer.uint32(34).string(message.message);
190
+ }
191
+ return writer;
192
+ },
193
+ decode(input, length) {
194
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
195
+ let end = length === undefined ? reader.len : reader.pos + length;
196
+ const message = createBasechrattachplanresponse();
197
+ while (reader.pos < end) {
198
+ const tag = reader.uint32();
199
+ switch (tag >>> 3) {
200
+ case 1:
201
+ if (tag !== 10) {
202
+ break;
203
+ }
204
+ message.status = reader.string();
205
+ continue;
206
+ case 2:
207
+ if (tag !== 16) {
208
+ break;
209
+ }
210
+ message.statusCode = reader.int32();
211
+ continue;
212
+ case 3:
213
+ if (tag !== 26) {
214
+ break;
215
+ }
216
+ message.data = exports.plandata.decode(reader, reader.uint32());
217
+ continue;
218
+ case 4:
219
+ if (tag !== 34) {
220
+ break;
221
+ }
222
+ message.message = reader.string();
223
+ continue;
224
+ }
225
+ if ((tag & 7) === 4 || tag === 0) {
226
+ break;
227
+ }
228
+ reader.skipType(tag & 7);
229
+ }
230
+ return message;
231
+ },
232
+ fromJSON(object) {
233
+ return {
234
+ status: isSet(object.status) ? globalThis.String(object.status) : "",
235
+ statusCode: isSet(object.statusCode) ? globalThis.Number(object.statusCode) : 0,
236
+ data: isSet(object.data) ? exports.plandata.fromJSON(object.data) : undefined,
237
+ message: isSet(object.message) ? globalThis.String(object.message) : "",
238
+ };
239
+ },
240
+ toJSON(message) {
241
+ const obj = {};
242
+ if (message.status !== "") {
243
+ obj.status = message.status;
244
+ }
245
+ if (message.statusCode !== 0) {
246
+ obj.statusCode = Math.round(message.statusCode);
247
+ }
248
+ if (message.data !== undefined) {
249
+ obj.data = exports.plandata.toJSON(message.data);
250
+ }
251
+ if (message.message !== "") {
252
+ obj.message = message.message;
253
+ }
254
+ return obj;
255
+ },
256
+ create(base) {
257
+ return exports.chrattachplanresponse.fromPartial(base ?? {});
258
+ },
259
+ fromPartial(object) {
260
+ const message = createBasechrattachplanresponse();
261
+ message.status = object.status ?? "";
262
+ message.statusCode = object.statusCode ?? 0;
263
+ message.data = (object.data !== undefined && object.data !== null) ? exports.plandata.fromPartial(object.data) : undefined;
264
+ message.message = object.message ?? "";
265
+ return message;
266
+ },
267
+ };
268
+ function isSet(value) {
269
+ return value !== null && value !== undefined;
270
+ }
@@ -0,0 +1,49 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "growth.getchrpaymentstatus";
3
+ export interface paymentstatusrequest {
4
+ txn_id: string;
5
+ }
6
+ export interface paymentstatus {
7
+ txn_status: string;
8
+ }
9
+ export interface paymentstatusresponse {
10
+ status: string;
11
+ statusCode: number;
12
+ data: paymentstatus | undefined;
13
+ message: string;
14
+ }
15
+ export declare const paymentstatusrequest: {
16
+ encode(message: paymentstatusrequest, writer?: _m0.Writer): _m0.Writer;
17
+ decode(input: _m0.Reader | Uint8Array, length?: number): paymentstatusrequest;
18
+ fromJSON(object: any): paymentstatusrequest;
19
+ toJSON(message: paymentstatusrequest): unknown;
20
+ create<I extends Exact<DeepPartial<paymentstatusrequest>, I>>(base?: I): paymentstatusrequest;
21
+ fromPartial<I extends Exact<DeepPartial<paymentstatusrequest>, I>>(object: I): paymentstatusrequest;
22
+ };
23
+ export declare const paymentstatus: {
24
+ encode(message: paymentstatus, writer?: _m0.Writer): _m0.Writer;
25
+ decode(input: _m0.Reader | Uint8Array, length?: number): paymentstatus;
26
+ fromJSON(object: any): paymentstatus;
27
+ toJSON(message: paymentstatus): unknown;
28
+ create<I extends Exact<DeepPartial<paymentstatus>, I>>(base?: I): paymentstatus;
29
+ fromPartial<I extends Exact<DeepPartial<paymentstatus>, I>>(object: I): paymentstatus;
30
+ };
31
+ export declare const paymentstatusresponse: {
32
+ encode(message: paymentstatusresponse, writer?: _m0.Writer): _m0.Writer;
33
+ decode(input: _m0.Reader | Uint8Array, length?: number): paymentstatusresponse;
34
+ fromJSON(object: any): paymentstatusresponse;
35
+ toJSON(message: paymentstatusresponse): unknown;
36
+ create<I extends Exact<DeepPartial<paymentstatusresponse>, I>>(base?: I): paymentstatusresponse;
37
+ fromPartial<I extends Exact<DeepPartial<paymentstatusresponse>, I>>(object: I): paymentstatusresponse;
38
+ };
39
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
40
+ 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 {} ? {
41
+ [K in keyof T]?: DeepPartial<T[K]>;
42
+ } : Partial<T>;
43
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
44
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
45
+ [K in keyof P]: Exact<P[K], I[K]>;
46
+ } & {
47
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
48
+ };
49
+ export {};
@@ -0,0 +1,213 @@
1
+ "use strict";
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
+ // versions:
4
+ // protoc-gen-ts_proto v1.181.2
5
+ // protoc v5.29.3
6
+ // source: growth/getchrpaymentstatus.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.paymentstatusresponse = exports.paymentstatus = exports.paymentstatusrequest = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
+ exports.protobufPackage = "growth.getchrpaymentstatus";
15
+ function createBasepaymentstatusrequest() {
16
+ return { txn_id: "" };
17
+ }
18
+ exports.paymentstatusrequest = {
19
+ encode(message, writer = minimal_1.default.Writer.create()) {
20
+ if (message.txn_id !== "") {
21
+ writer.uint32(10).string(message.txn_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 = createBasepaymentstatusrequest();
29
+ while (reader.pos < end) {
30
+ const tag = reader.uint32();
31
+ switch (tag >>> 3) {
32
+ case 1:
33
+ if (tag !== 10) {
34
+ break;
35
+ }
36
+ message.txn_id = reader.string();
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 { txn_id: isSet(object.txn_id) ? globalThis.String(object.txn_id) : "" };
48
+ },
49
+ toJSON(message) {
50
+ const obj = {};
51
+ if (message.txn_id !== "") {
52
+ obj.txn_id = message.txn_id;
53
+ }
54
+ return obj;
55
+ },
56
+ create(base) {
57
+ return exports.paymentstatusrequest.fromPartial(base ?? {});
58
+ },
59
+ fromPartial(object) {
60
+ const message = createBasepaymentstatusrequest();
61
+ message.txn_id = object.txn_id ?? "";
62
+ return message;
63
+ },
64
+ };
65
+ function createBasepaymentstatus() {
66
+ return { txn_status: "" };
67
+ }
68
+ exports.paymentstatus = {
69
+ encode(message, writer = minimal_1.default.Writer.create()) {
70
+ if (message.txn_status !== "") {
71
+ writer.uint32(10).string(message.txn_status);
72
+ }
73
+ return writer;
74
+ },
75
+ decode(input, length) {
76
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
77
+ let end = length === undefined ? reader.len : reader.pos + length;
78
+ const message = createBasepaymentstatus();
79
+ while (reader.pos < end) {
80
+ const tag = reader.uint32();
81
+ switch (tag >>> 3) {
82
+ case 1:
83
+ if (tag !== 10) {
84
+ break;
85
+ }
86
+ message.txn_status = reader.string();
87
+ continue;
88
+ }
89
+ if ((tag & 7) === 4 || tag === 0) {
90
+ break;
91
+ }
92
+ reader.skipType(tag & 7);
93
+ }
94
+ return message;
95
+ },
96
+ fromJSON(object) {
97
+ return { txn_status: isSet(object.txn_status) ? globalThis.String(object.txn_status) : "" };
98
+ },
99
+ toJSON(message) {
100
+ const obj = {};
101
+ if (message.txn_status !== "") {
102
+ obj.txn_status = message.txn_status;
103
+ }
104
+ return obj;
105
+ },
106
+ create(base) {
107
+ return exports.paymentstatus.fromPartial(base ?? {});
108
+ },
109
+ fromPartial(object) {
110
+ const message = createBasepaymentstatus();
111
+ message.txn_status = object.txn_status ?? "";
112
+ return message;
113
+ },
114
+ };
115
+ function createBasepaymentstatusresponse() {
116
+ return { status: "", statusCode: 0, data: undefined, message: "" };
117
+ }
118
+ exports.paymentstatusresponse = {
119
+ encode(message, writer = minimal_1.default.Writer.create()) {
120
+ if (message.status !== "") {
121
+ writer.uint32(10).string(message.status);
122
+ }
123
+ if (message.statusCode !== 0) {
124
+ writer.uint32(16).int32(message.statusCode);
125
+ }
126
+ if (message.data !== undefined) {
127
+ exports.paymentstatus.encode(message.data, writer.uint32(26).fork()).ldelim();
128
+ }
129
+ if (message.message !== "") {
130
+ writer.uint32(34).string(message.message);
131
+ }
132
+ return writer;
133
+ },
134
+ decode(input, length) {
135
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
136
+ let end = length === undefined ? reader.len : reader.pos + length;
137
+ const message = createBasepaymentstatusresponse();
138
+ while (reader.pos < end) {
139
+ const tag = reader.uint32();
140
+ switch (tag >>> 3) {
141
+ case 1:
142
+ if (tag !== 10) {
143
+ break;
144
+ }
145
+ message.status = reader.string();
146
+ continue;
147
+ case 2:
148
+ if (tag !== 16) {
149
+ break;
150
+ }
151
+ message.statusCode = reader.int32();
152
+ continue;
153
+ case 3:
154
+ if (tag !== 26) {
155
+ break;
156
+ }
157
+ message.data = exports.paymentstatus.decode(reader, reader.uint32());
158
+ continue;
159
+ case 4:
160
+ if (tag !== 34) {
161
+ break;
162
+ }
163
+ message.message = reader.string();
164
+ continue;
165
+ }
166
+ if ((tag & 7) === 4 || tag === 0) {
167
+ break;
168
+ }
169
+ reader.skipType(tag & 7);
170
+ }
171
+ return message;
172
+ },
173
+ fromJSON(object) {
174
+ return {
175
+ status: isSet(object.status) ? globalThis.String(object.status) : "",
176
+ statusCode: isSet(object.statusCode) ? globalThis.Number(object.statusCode) : 0,
177
+ data: isSet(object.data) ? exports.paymentstatus.fromJSON(object.data) : undefined,
178
+ message: isSet(object.message) ? globalThis.String(object.message) : "",
179
+ };
180
+ },
181
+ toJSON(message) {
182
+ const obj = {};
183
+ if (message.status !== "") {
184
+ obj.status = message.status;
185
+ }
186
+ if (message.statusCode !== 0) {
187
+ obj.statusCode = Math.round(message.statusCode);
188
+ }
189
+ if (message.data !== undefined) {
190
+ obj.data = exports.paymentstatus.toJSON(message.data);
191
+ }
192
+ if (message.message !== "") {
193
+ obj.message = message.message;
194
+ }
195
+ return obj;
196
+ },
197
+ create(base) {
198
+ return exports.paymentstatusresponse.fromPartial(base ?? {});
199
+ },
200
+ fromPartial(object) {
201
+ const message = createBasepaymentstatusresponse();
202
+ message.status = object.status ?? "";
203
+ message.statusCode = object.statusCode ?? 0;
204
+ message.data = (object.data !== undefined && object.data !== null)
205
+ ? exports.paymentstatus.fromPartial(object.data)
206
+ : undefined;
207
+ message.message = object.message ?? "";
208
+ return message;
209
+ },
210
+ };
211
+ function isSet(value) {
212
+ return value !== null && value !== undefined;
213
+ }
@@ -0,0 +1,112 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "growth.getchrplans";
3
+ export interface chrplansrequest {
4
+ }
5
+ export interface plan {
6
+ id: number;
7
+ product_type: string;
8
+ duration_text: string;
9
+ price: string;
10
+ discounted_price: string;
11
+ recommended: number;
12
+ }
13
+ export interface product {
14
+ id: number;
15
+ type: string;
16
+ title: string;
17
+ feature_ids: number[];
18
+ }
19
+ export interface feature {
20
+ id: number;
21
+ text: string;
22
+ }
23
+ export interface plandetailsdata {
24
+ header: string;
25
+ message: string;
26
+ recommended_plan_status: boolean;
27
+ recommended_plan_data: plandetailsdata_recommendedplan | undefined;
28
+ bureau_logo: string;
29
+ plans: plan[];
30
+ products: product[];
31
+ features: feature[];
32
+ }
33
+ export interface plandetailsdata_recommendedplan {
34
+ label: string;
35
+ benefits: string[];
36
+ cta_text: string;
37
+ amount: number;
38
+ plan_id: number;
39
+ }
40
+ export interface chrplansresponse {
41
+ status: string;
42
+ statusCode: number;
43
+ data: plandetailsdata | undefined;
44
+ message: string;
45
+ }
46
+ export declare const chrplansrequest: {
47
+ encode(_: chrplansrequest, writer?: _m0.Writer): _m0.Writer;
48
+ decode(input: _m0.Reader | Uint8Array, length?: number): chrplansrequest;
49
+ fromJSON(_: any): chrplansrequest;
50
+ toJSON(_: chrplansrequest): unknown;
51
+ create<I extends Exact<DeepPartial<chrplansrequest>, I>>(base?: I): chrplansrequest;
52
+ fromPartial<I extends Exact<DeepPartial<chrplansrequest>, I>>(_: I): chrplansrequest;
53
+ };
54
+ export declare const plan: {
55
+ encode(message: plan, writer?: _m0.Writer): _m0.Writer;
56
+ decode(input: _m0.Reader | Uint8Array, length?: number): plan;
57
+ fromJSON(object: any): plan;
58
+ toJSON(message: plan): unknown;
59
+ create<I extends Exact<DeepPartial<plan>, I>>(base?: I): plan;
60
+ fromPartial<I extends Exact<DeepPartial<plan>, I>>(object: I): plan;
61
+ };
62
+ export declare const product: {
63
+ encode(message: product, writer?: _m0.Writer): _m0.Writer;
64
+ decode(input: _m0.Reader | Uint8Array, length?: number): product;
65
+ fromJSON(object: any): product;
66
+ toJSON(message: product): unknown;
67
+ create<I extends Exact<DeepPartial<product>, I>>(base?: I): product;
68
+ fromPartial<I extends Exact<DeepPartial<product>, I>>(object: I): product;
69
+ };
70
+ export declare const feature: {
71
+ encode(message: feature, writer?: _m0.Writer): _m0.Writer;
72
+ decode(input: _m0.Reader | Uint8Array, length?: number): feature;
73
+ fromJSON(object: any): feature;
74
+ toJSON(message: feature): unknown;
75
+ create<I extends Exact<DeepPartial<feature>, I>>(base?: I): feature;
76
+ fromPartial<I extends Exact<DeepPartial<feature>, I>>(object: I): feature;
77
+ };
78
+ export declare const plandetailsdata: {
79
+ encode(message: plandetailsdata, writer?: _m0.Writer): _m0.Writer;
80
+ decode(input: _m0.Reader | Uint8Array, length?: number): plandetailsdata;
81
+ fromJSON(object: any): plandetailsdata;
82
+ toJSON(message: plandetailsdata): unknown;
83
+ create<I extends Exact<DeepPartial<plandetailsdata>, I>>(base?: I): plandetailsdata;
84
+ fromPartial<I extends Exact<DeepPartial<plandetailsdata>, I>>(object: I): plandetailsdata;
85
+ };
86
+ export declare const plandetailsdata_recommendedplan: {
87
+ encode(message: plandetailsdata_recommendedplan, writer?: _m0.Writer): _m0.Writer;
88
+ decode(input: _m0.Reader | Uint8Array, length?: number): plandetailsdata_recommendedplan;
89
+ fromJSON(object: any): plandetailsdata_recommendedplan;
90
+ toJSON(message: plandetailsdata_recommendedplan): unknown;
91
+ create<I extends Exact<DeepPartial<plandetailsdata_recommendedplan>, I>>(base?: I): plandetailsdata_recommendedplan;
92
+ fromPartial<I extends Exact<DeepPartial<plandetailsdata_recommendedplan>, I>>(object: I): plandetailsdata_recommendedplan;
93
+ };
94
+ export declare const chrplansresponse: {
95
+ encode(message: chrplansresponse, writer?: _m0.Writer): _m0.Writer;
96
+ decode(input: _m0.Reader | Uint8Array, length?: number): chrplansresponse;
97
+ fromJSON(object: any): chrplansresponse;
98
+ toJSON(message: chrplansresponse): unknown;
99
+ create<I extends Exact<DeepPartial<chrplansresponse>, I>>(base?: I): chrplansresponse;
100
+ fromPartial<I extends Exact<DeepPartial<chrplansresponse>, I>>(object: I): chrplansresponse;
101
+ };
102
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
103
+ 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 {} ? {
104
+ [K in keyof T]?: DeepPartial<T[K]>;
105
+ } : Partial<T>;
106
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
107
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
108
+ [K in keyof P]: Exact<P[K], I[K]>;
109
+ } & {
110
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
111
+ };
112
+ export {};