@sniipwebmaster/config-service-client-grpcweb-ts 23.17.1722
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/dependancies/ServiceServiceClientPb.ts +603 -0
- package/dependancies/google/api/annotations_pb.js +42 -0
- package/dependancies/google/api/http_pb.js +911 -0
- package/dependancies/grpcweb/README.txt +11 -0
- package/dependancies/grpcweb/google-protobuf/google/protobuf/README +5 -0
- package/dependancies/grpcweb/google-protobuf/google/protobuf/empty_pb.js +131 -0
- package/dependancies/protoc-gen-openapiv2/options/annotations_pb.js +42 -0
- package/dependancies/protoc-gen-openapiv2/options/http_pb.js +911 -0
- package/dependancies/service_pb.d.ts +719 -0
- package/dependancies/service_pb.js +5863 -0
- package/index.js +4 -0
- package/package.json +11 -0
|
@@ -0,0 +1,719 @@
|
|
|
1
|
+
import * as jspb from 'google-protobuf'
|
|
2
|
+
|
|
3
|
+
import * as google_api_annotations_pb from './google/api/annotations_pb';
|
|
4
|
+
import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export class AddOnboardingScreenRequest extends jspb.Message {
|
|
8
|
+
getData(): OnboardingScreen | undefined;
|
|
9
|
+
setData(value?: OnboardingScreen): AddOnboardingScreenRequest;
|
|
10
|
+
hasData(): boolean;
|
|
11
|
+
clearData(): AddOnboardingScreenRequest;
|
|
12
|
+
|
|
13
|
+
serializeBinary(): Uint8Array;
|
|
14
|
+
toObject(includeInstance?: boolean): AddOnboardingScreenRequest.AsObject;
|
|
15
|
+
static toObject(includeInstance: boolean, msg: AddOnboardingScreenRequest): AddOnboardingScreenRequest.AsObject;
|
|
16
|
+
static serializeBinaryToWriter(message: AddOnboardingScreenRequest, writer: jspb.BinaryWriter): void;
|
|
17
|
+
static deserializeBinary(bytes: Uint8Array): AddOnboardingScreenRequest;
|
|
18
|
+
static deserializeBinaryFromReader(message: AddOnboardingScreenRequest, reader: jspb.BinaryReader): AddOnboardingScreenRequest;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export namespace AddOnboardingScreenRequest {
|
|
22
|
+
export type AsObject = {
|
|
23
|
+
data?: OnboardingScreen.AsObject,
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export class AppConfig extends jspb.Message {
|
|
28
|
+
getPlatform(): string;
|
|
29
|
+
setPlatform(value: string): AppConfig;
|
|
30
|
+
|
|
31
|
+
getVersion(): string;
|
|
32
|
+
setVersion(value: string): AppConfig;
|
|
33
|
+
|
|
34
|
+
getTermsandconditions(): string;
|
|
35
|
+
setTermsandconditions(value: string): AppConfig;
|
|
36
|
+
|
|
37
|
+
getTermsandconditionsversion(): string;
|
|
38
|
+
setTermsandconditionsversion(value: string): AppConfig;
|
|
39
|
+
|
|
40
|
+
getForceupdate(): boolean;
|
|
41
|
+
setForceupdate(value: boolean): AppConfig;
|
|
42
|
+
|
|
43
|
+
getIsactive(): boolean;
|
|
44
|
+
setIsactive(value: boolean): AppConfig;
|
|
45
|
+
|
|
46
|
+
getExtra(): ConfigExtra | undefined;
|
|
47
|
+
setExtra(value?: ConfigExtra): AppConfig;
|
|
48
|
+
hasExtra(): boolean;
|
|
49
|
+
clearExtra(): AppConfig;
|
|
50
|
+
|
|
51
|
+
getOnboardingscreensList(): Array<OnboardingScreen>;
|
|
52
|
+
setOnboardingscreensList(value: Array<OnboardingScreen>): AppConfig;
|
|
53
|
+
clearOnboardingscreensList(): AppConfig;
|
|
54
|
+
addOnboardingscreens(value?: OnboardingScreen, index?: number): OnboardingScreen;
|
|
55
|
+
|
|
56
|
+
getBpaydisclaimerforpaymentconfirmationscreen(): string;
|
|
57
|
+
setBpaydisclaimerforpaymentconfirmationscreen(value: string): AppConfig;
|
|
58
|
+
|
|
59
|
+
getBpaydisclaimerforpayscreen(): string;
|
|
60
|
+
setBpaydisclaimerforpayscreen(value: string): AppConfig;
|
|
61
|
+
|
|
62
|
+
getBpaydisclaimerforreceiptscreen(): string;
|
|
63
|
+
setBpaydisclaimerforreceiptscreen(value: string): AppConfig;
|
|
64
|
+
|
|
65
|
+
serializeBinary(): Uint8Array;
|
|
66
|
+
toObject(includeInstance?: boolean): AppConfig.AsObject;
|
|
67
|
+
static toObject(includeInstance: boolean, msg: AppConfig): AppConfig.AsObject;
|
|
68
|
+
static serializeBinaryToWriter(message: AppConfig, writer: jspb.BinaryWriter): void;
|
|
69
|
+
static deserializeBinary(bytes: Uint8Array): AppConfig;
|
|
70
|
+
static deserializeBinaryFromReader(message: AppConfig, reader: jspb.BinaryReader): AppConfig;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export namespace AppConfig {
|
|
74
|
+
export type AsObject = {
|
|
75
|
+
platform: string,
|
|
76
|
+
version: string,
|
|
77
|
+
termsandconditions: string,
|
|
78
|
+
termsandconditionsversion: string,
|
|
79
|
+
forceupdate: boolean,
|
|
80
|
+
isactive: boolean,
|
|
81
|
+
extra?: ConfigExtra.AsObject,
|
|
82
|
+
onboardingscreensList: Array<OnboardingScreen.AsObject>,
|
|
83
|
+
bpaydisclaimerforpaymentconfirmationscreen: string,
|
|
84
|
+
bpaydisclaimerforpayscreen: string,
|
|
85
|
+
bpaydisclaimerforreceiptscreen: string,
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export class AppConfiggetConfigRequest extends jspb.Message {
|
|
90
|
+
getData(): GetConfigRequest | undefined;
|
|
91
|
+
setData(value?: GetConfigRequest): AppConfiggetConfigRequest;
|
|
92
|
+
hasData(): boolean;
|
|
93
|
+
clearData(): AppConfiggetConfigRequest;
|
|
94
|
+
|
|
95
|
+
serializeBinary(): Uint8Array;
|
|
96
|
+
toObject(includeInstance?: boolean): AppConfiggetConfigRequest.AsObject;
|
|
97
|
+
static toObject(includeInstance: boolean, msg: AppConfiggetConfigRequest): AppConfiggetConfigRequest.AsObject;
|
|
98
|
+
static serializeBinaryToWriter(message: AppConfiggetConfigRequest, writer: jspb.BinaryWriter): void;
|
|
99
|
+
static deserializeBinary(bytes: Uint8Array): AppConfiggetConfigRequest;
|
|
100
|
+
static deserializeBinaryFromReader(message: AppConfiggetConfigRequest, reader: jspb.BinaryReader): AppConfiggetConfigRequest;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export namespace AppConfiggetConfigRequest {
|
|
104
|
+
export type AsObject = {
|
|
105
|
+
data?: GetConfigRequest.AsObject,
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export class ConfigExtra extends jspb.Message {
|
|
110
|
+
getBankpaymentmethodenabled(): boolean;
|
|
111
|
+
setBankpaymentmethodenabled(value: boolean): ConfigExtra;
|
|
112
|
+
|
|
113
|
+
getBpayenabled(): boolean;
|
|
114
|
+
setBpayenabled(value: boolean): ConfigExtra;
|
|
115
|
+
|
|
116
|
+
getSchedulepaymentsenabled(): boolean;
|
|
117
|
+
setSchedulepaymentsenabled(value: boolean): ConfigExtra;
|
|
118
|
+
|
|
119
|
+
getAuspostenabled(): boolean;
|
|
120
|
+
setAuspostenabled(value: boolean): ConfigExtra;
|
|
121
|
+
|
|
122
|
+
getScanhelpscreensList(): Array<string>;
|
|
123
|
+
setScanhelpscreensList(value: Array<string>): ConfigExtra;
|
|
124
|
+
clearScanhelpscreensList(): ConfigExtra;
|
|
125
|
+
addScanhelpscreens(value: string, index?: number): ConfigExtra;
|
|
126
|
+
|
|
127
|
+
getImportemailenabled(): boolean;
|
|
128
|
+
setImportemailenabled(value: boolean): ConfigExtra;
|
|
129
|
+
|
|
130
|
+
getScancodes(): ScanCodes | undefined;
|
|
131
|
+
setScancodes(value?: ScanCodes): ConfigExtra;
|
|
132
|
+
hasScancodes(): boolean;
|
|
133
|
+
clearScancodes(): ConfigExtra;
|
|
134
|
+
|
|
135
|
+
getSniipbillerbpaybillercodesList(): Array<string>;
|
|
136
|
+
setSniipbillerbpaybillercodesList(value: Array<string>): ConfigExtra;
|
|
137
|
+
clearSniipbillerbpaybillercodesList(): ConfigExtra;
|
|
138
|
+
addSniipbillerbpaybillercodes(value: string, index?: number): ConfigExtra;
|
|
139
|
+
|
|
140
|
+
getBpayflatratefee(): number;
|
|
141
|
+
setBpayflatratefee(value: number): ConfigExtra;
|
|
142
|
+
|
|
143
|
+
getRewardsenabled(): boolean;
|
|
144
|
+
setRewardsenabled(value: boolean): ConfigExtra;
|
|
145
|
+
|
|
146
|
+
getReferafriendenabled(): boolean;
|
|
147
|
+
setReferafriendenabled(value: boolean): ConfigExtra;
|
|
148
|
+
|
|
149
|
+
getMicrosoftemailconnectionenabled(): boolean;
|
|
150
|
+
setMicrosoftemailconnectionenabled(value: boolean): ConfigExtra;
|
|
151
|
+
|
|
152
|
+
getApplepayenabled(): boolean;
|
|
153
|
+
setApplepayenabled(value: boolean): ConfigExtra;
|
|
154
|
+
|
|
155
|
+
getRecurringenabled(): boolean;
|
|
156
|
+
setRecurringenabled(value: boolean): ConfigExtra;
|
|
157
|
+
|
|
158
|
+
getBillerblockedtitle(): string;
|
|
159
|
+
setBillerblockedtitle(value: string): ConfigExtra;
|
|
160
|
+
|
|
161
|
+
getBillerblockedunderreviewtitle(): string;
|
|
162
|
+
setBillerblockedunderreviewtitle(value: string): ConfigExtra;
|
|
163
|
+
|
|
164
|
+
getBillerblockedmessage(): string;
|
|
165
|
+
setBillerblockedmessage(value: string): ConfigExtra;
|
|
166
|
+
|
|
167
|
+
getBillerblockedunderreviewmessage(): string;
|
|
168
|
+
setBillerblockedunderreviewmessage(value: string): ConfigExtra;
|
|
169
|
+
|
|
170
|
+
getKycenabled(): boolean;
|
|
171
|
+
setKycenabled(value: boolean): ConfigExtra;
|
|
172
|
+
|
|
173
|
+
getApplepaypaymentplansenabled(): boolean;
|
|
174
|
+
setApplepaypaymentplansenabled(value: boolean): ConfigExtra;
|
|
175
|
+
|
|
176
|
+
getGooglepayenabled(): boolean;
|
|
177
|
+
setGooglepayenabled(value: boolean): ConfigExtra;
|
|
178
|
+
|
|
179
|
+
getApplepayamexscheduledenabled(): boolean;
|
|
180
|
+
setApplepayamexscheduledenabled(value: boolean): ConfigExtra;
|
|
181
|
+
|
|
182
|
+
getApplepayscheduledpaymentenabled(): boolean;
|
|
183
|
+
setApplepayscheduledpaymentenabled(value: boolean): ConfigExtra;
|
|
184
|
+
|
|
185
|
+
getExportenabled(): boolean;
|
|
186
|
+
setExportenabled(value: boolean): ConfigExtra;
|
|
187
|
+
|
|
188
|
+
getSpotofferenabled(): boolean;
|
|
189
|
+
setSpotofferenabled(value: boolean): ConfigExtra;
|
|
190
|
+
|
|
191
|
+
getBulkpaymentsenabled(): boolean;
|
|
192
|
+
setBulkpaymentsenabled(value: boolean): ConfigExtra;
|
|
193
|
+
|
|
194
|
+
getGooglepayscheduledpaymentenabled(): boolean;
|
|
195
|
+
setGooglepayscheduledpaymentenabled(value: boolean): ConfigExtra;
|
|
196
|
+
|
|
197
|
+
getLoyaltyprogramsenabled(): boolean;
|
|
198
|
+
setLoyaltyprogramsenabled(value: boolean): ConfigExtra;
|
|
199
|
+
|
|
200
|
+
getApplepayamexenabled(): boolean;
|
|
201
|
+
setApplepayamexenabled(value: boolean): ConfigExtra;
|
|
202
|
+
|
|
203
|
+
getGooglepayamexenabled(): boolean;
|
|
204
|
+
setGooglepayamexenabled(value: boolean): ConfigExtra;
|
|
205
|
+
|
|
206
|
+
getAgentbillingenabled(): boolean;
|
|
207
|
+
setAgentbillingenabled(value: boolean): ConfigExtra;
|
|
208
|
+
|
|
209
|
+
getApplepaysmeenabled(): boolean;
|
|
210
|
+
setApplepaysmeenabled(value: boolean): ConfigExtra;
|
|
211
|
+
|
|
212
|
+
getGooglepaysmeenabled(): boolean;
|
|
213
|
+
setGooglepaysmeenabled(value: boolean): ConfigExtra;
|
|
214
|
+
|
|
215
|
+
serializeBinary(): Uint8Array;
|
|
216
|
+
toObject(includeInstance?: boolean): ConfigExtra.AsObject;
|
|
217
|
+
static toObject(includeInstance: boolean, msg: ConfigExtra): ConfigExtra.AsObject;
|
|
218
|
+
static serializeBinaryToWriter(message: ConfigExtra, writer: jspb.BinaryWriter): void;
|
|
219
|
+
static deserializeBinary(bytes: Uint8Array): ConfigExtra;
|
|
220
|
+
static deserializeBinaryFromReader(message: ConfigExtra, reader: jspb.BinaryReader): ConfigExtra;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export namespace ConfigExtra {
|
|
224
|
+
export type AsObject = {
|
|
225
|
+
bankpaymentmethodenabled: boolean,
|
|
226
|
+
bpayenabled: boolean,
|
|
227
|
+
schedulepaymentsenabled: boolean,
|
|
228
|
+
auspostenabled: boolean,
|
|
229
|
+
scanhelpscreensList: Array<string>,
|
|
230
|
+
importemailenabled: boolean,
|
|
231
|
+
scancodes?: ScanCodes.AsObject,
|
|
232
|
+
sniipbillerbpaybillercodesList: Array<string>,
|
|
233
|
+
bpayflatratefee: number,
|
|
234
|
+
rewardsenabled: boolean,
|
|
235
|
+
referafriendenabled: boolean,
|
|
236
|
+
microsoftemailconnectionenabled: boolean,
|
|
237
|
+
applepayenabled: boolean,
|
|
238
|
+
recurringenabled: boolean,
|
|
239
|
+
billerblockedtitle: string,
|
|
240
|
+
billerblockedunderreviewtitle: string,
|
|
241
|
+
billerblockedmessage: string,
|
|
242
|
+
billerblockedunderreviewmessage: string,
|
|
243
|
+
kycenabled: boolean,
|
|
244
|
+
applepaypaymentplansenabled: boolean,
|
|
245
|
+
googlepayenabled: boolean,
|
|
246
|
+
applepayamexscheduledenabled: boolean,
|
|
247
|
+
applepayscheduledpaymentenabled: boolean,
|
|
248
|
+
exportenabled: boolean,
|
|
249
|
+
spotofferenabled: boolean,
|
|
250
|
+
bulkpaymentsenabled: boolean,
|
|
251
|
+
googlepayscheduledpaymentenabled: boolean,
|
|
252
|
+
loyaltyprogramsenabled: boolean,
|
|
253
|
+
applepayamexenabled: boolean,
|
|
254
|
+
googlepayamexenabled: boolean,
|
|
255
|
+
agentbillingenabled: boolean,
|
|
256
|
+
applepaysmeenabled: boolean,
|
|
257
|
+
googlepaysmeenabled: boolean,
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export class CreateConfigRequest extends jspb.Message {
|
|
262
|
+
getData(): AppConfig | undefined;
|
|
263
|
+
setData(value?: AppConfig): CreateConfigRequest;
|
|
264
|
+
hasData(): boolean;
|
|
265
|
+
clearData(): CreateConfigRequest;
|
|
266
|
+
|
|
267
|
+
serializeBinary(): Uint8Array;
|
|
268
|
+
toObject(includeInstance?: boolean): CreateConfigRequest.AsObject;
|
|
269
|
+
static toObject(includeInstance: boolean, msg: CreateConfigRequest): CreateConfigRequest.AsObject;
|
|
270
|
+
static serializeBinaryToWriter(message: CreateConfigRequest, writer: jspb.BinaryWriter): void;
|
|
271
|
+
static deserializeBinary(bytes: Uint8Array): CreateConfigRequest;
|
|
272
|
+
static deserializeBinaryFromReader(message: CreateConfigRequest, reader: jspb.BinaryReader): CreateConfigRequest;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export namespace CreateConfigRequest {
|
|
276
|
+
export type AsObject = {
|
|
277
|
+
data?: AppConfig.AsObject,
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
export class CreateTermsAndConditionsRequest extends jspb.Message {
|
|
282
|
+
getData(): TermsAndConditionsRequest | undefined;
|
|
283
|
+
setData(value?: TermsAndConditionsRequest): CreateTermsAndConditionsRequest;
|
|
284
|
+
hasData(): boolean;
|
|
285
|
+
clearData(): CreateTermsAndConditionsRequest;
|
|
286
|
+
|
|
287
|
+
serializeBinary(): Uint8Array;
|
|
288
|
+
toObject(includeInstance?: boolean): CreateTermsAndConditionsRequest.AsObject;
|
|
289
|
+
static toObject(includeInstance: boolean, msg: CreateTermsAndConditionsRequest): CreateTermsAndConditionsRequest.AsObject;
|
|
290
|
+
static serializeBinaryToWriter(message: CreateTermsAndConditionsRequest, writer: jspb.BinaryWriter): void;
|
|
291
|
+
static deserializeBinary(bytes: Uint8Array): CreateTermsAndConditionsRequest;
|
|
292
|
+
static deserializeBinaryFromReader(message: CreateTermsAndConditionsRequest, reader: jspb.BinaryReader): CreateTermsAndConditionsRequest;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export namespace CreateTermsAndConditionsRequest {
|
|
296
|
+
export type AsObject = {
|
|
297
|
+
data?: TermsAndConditionsRequest.AsObject,
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export class DashboardItemsRequest extends jspb.Message {
|
|
302
|
+
getEnableddashboarditemsList(): Array<DashboardItem>;
|
|
303
|
+
setEnableddashboarditemsList(value: Array<DashboardItem>): DashboardItemsRequest;
|
|
304
|
+
clearEnableddashboarditemsList(): DashboardItemsRequest;
|
|
305
|
+
addEnableddashboarditems(value: DashboardItem, index?: number): DashboardItemsRequest;
|
|
306
|
+
|
|
307
|
+
getDisableddashboarditemsList(): Array<DashboardItem>;
|
|
308
|
+
setDisableddashboarditemsList(value: Array<DashboardItem>): DashboardItemsRequest;
|
|
309
|
+
clearDisableddashboarditemsList(): DashboardItemsRequest;
|
|
310
|
+
addDisableddashboarditems(value: DashboardItem, index?: number): DashboardItemsRequest;
|
|
311
|
+
|
|
312
|
+
serializeBinary(): Uint8Array;
|
|
313
|
+
toObject(includeInstance?: boolean): DashboardItemsRequest.AsObject;
|
|
314
|
+
static toObject(includeInstance: boolean, msg: DashboardItemsRequest): DashboardItemsRequest.AsObject;
|
|
315
|
+
static serializeBinaryToWriter(message: DashboardItemsRequest, writer: jspb.BinaryWriter): void;
|
|
316
|
+
static deserializeBinary(bytes: Uint8Array): DashboardItemsRequest;
|
|
317
|
+
static deserializeBinaryFromReader(message: DashboardItemsRequest, reader: jspb.BinaryReader): DashboardItemsRequest;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export namespace DashboardItemsRequest {
|
|
321
|
+
export type AsObject = {
|
|
322
|
+
enableddashboarditemsList: Array<DashboardItem>,
|
|
323
|
+
disableddashboarditemsList: Array<DashboardItem>,
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export class DashboardItemsResponse extends jspb.Message {
|
|
328
|
+
getResponsecode(): ResponseCode | undefined;
|
|
329
|
+
setResponsecode(value?: ResponseCode): DashboardItemsResponse;
|
|
330
|
+
hasResponsecode(): boolean;
|
|
331
|
+
clearResponsecode(): DashboardItemsResponse;
|
|
332
|
+
|
|
333
|
+
getDashboardid(): number;
|
|
334
|
+
setDashboardid(value: number): DashboardItemsResponse;
|
|
335
|
+
|
|
336
|
+
getEnableddashboarditemsList(): Array<DashboardItem>;
|
|
337
|
+
setEnableddashboarditemsList(value: Array<DashboardItem>): DashboardItemsResponse;
|
|
338
|
+
clearEnableddashboarditemsList(): DashboardItemsResponse;
|
|
339
|
+
addEnableddashboarditems(value: DashboardItem, index?: number): DashboardItemsResponse;
|
|
340
|
+
|
|
341
|
+
getDisableddashboarditemsList(): Array<DashboardItem>;
|
|
342
|
+
setDisableddashboarditemsList(value: Array<DashboardItem>): DashboardItemsResponse;
|
|
343
|
+
clearDisableddashboarditemsList(): DashboardItemsResponse;
|
|
344
|
+
addDisableddashboarditems(value: DashboardItem, index?: number): DashboardItemsResponse;
|
|
345
|
+
|
|
346
|
+
serializeBinary(): Uint8Array;
|
|
347
|
+
toObject(includeInstance?: boolean): DashboardItemsResponse.AsObject;
|
|
348
|
+
static toObject(includeInstance: boolean, msg: DashboardItemsResponse): DashboardItemsResponse.AsObject;
|
|
349
|
+
static serializeBinaryToWriter(message: DashboardItemsResponse, writer: jspb.BinaryWriter): void;
|
|
350
|
+
static deserializeBinary(bytes: Uint8Array): DashboardItemsResponse;
|
|
351
|
+
static deserializeBinaryFromReader(message: DashboardItemsResponse, reader: jspb.BinaryReader): DashboardItemsResponse;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
export namespace DashboardItemsResponse {
|
|
355
|
+
export type AsObject = {
|
|
356
|
+
responsecode?: ResponseCode.AsObject,
|
|
357
|
+
dashboardid: number,
|
|
358
|
+
enableddashboarditemsList: Array<DashboardItem>,
|
|
359
|
+
disableddashboarditemsList: Array<DashboardItem>,
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export class GetConfigRequest extends jspb.Message {
|
|
364
|
+
getPlatform(): string;
|
|
365
|
+
setPlatform(value: string): GetConfigRequest;
|
|
366
|
+
|
|
367
|
+
getVersion(): string;
|
|
368
|
+
setVersion(value: string): GetConfigRequest;
|
|
369
|
+
|
|
370
|
+
serializeBinary(): Uint8Array;
|
|
371
|
+
toObject(includeInstance?: boolean): GetConfigRequest.AsObject;
|
|
372
|
+
static toObject(includeInstance: boolean, msg: GetConfigRequest): GetConfigRequest.AsObject;
|
|
373
|
+
static serializeBinaryToWriter(message: GetConfigRequest, writer: jspb.BinaryWriter): void;
|
|
374
|
+
static deserializeBinary(bytes: Uint8Array): GetConfigRequest;
|
|
375
|
+
static deserializeBinaryFromReader(message: GetConfigRequest, reader: jspb.BinaryReader): GetConfigRequest;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export namespace GetConfigRequest {
|
|
379
|
+
export type AsObject = {
|
|
380
|
+
platform: string,
|
|
381
|
+
version: string,
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export class GetConfigResponse extends jspb.Message {
|
|
386
|
+
getResponsecode(): ResponseCode | undefined;
|
|
387
|
+
setResponsecode(value?: ResponseCode): GetConfigResponse;
|
|
388
|
+
hasResponsecode(): boolean;
|
|
389
|
+
clearResponsecode(): GetConfigResponse;
|
|
390
|
+
|
|
391
|
+
getConfig(): AppConfig | undefined;
|
|
392
|
+
setConfig(value?: AppConfig): GetConfigResponse;
|
|
393
|
+
hasConfig(): boolean;
|
|
394
|
+
clearConfig(): GetConfigResponse;
|
|
395
|
+
|
|
396
|
+
serializeBinary(): Uint8Array;
|
|
397
|
+
toObject(includeInstance?: boolean): GetConfigResponse.AsObject;
|
|
398
|
+
static toObject(includeInstance: boolean, msg: GetConfigResponse): GetConfigResponse.AsObject;
|
|
399
|
+
static serializeBinaryToWriter(message: GetConfigResponse, writer: jspb.BinaryWriter): void;
|
|
400
|
+
static deserializeBinary(bytes: Uint8Array): GetConfigResponse;
|
|
401
|
+
static deserializeBinaryFromReader(message: GetConfigResponse, reader: jspb.BinaryReader): GetConfigResponse;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export namespace GetConfigResponse {
|
|
405
|
+
export type AsObject = {
|
|
406
|
+
responsecode?: ResponseCode.AsObject,
|
|
407
|
+
config?: AppConfig.AsObject,
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
export class OnboardingScreen extends jspb.Message {
|
|
412
|
+
getOnboardid(): number;
|
|
413
|
+
setOnboardid(value: number): OnboardingScreen;
|
|
414
|
+
|
|
415
|
+
getKey(): string;
|
|
416
|
+
setKey(value: string): OnboardingScreen;
|
|
417
|
+
|
|
418
|
+
getUrl(): string;
|
|
419
|
+
setUrl(value: string): OnboardingScreen;
|
|
420
|
+
|
|
421
|
+
getStartconfigversion(): string;
|
|
422
|
+
setStartconfigversion(value: string): OnboardingScreen;
|
|
423
|
+
|
|
424
|
+
getStarttimestamp(): string;
|
|
425
|
+
setStarttimestamp(value: string): OnboardingScreen;
|
|
426
|
+
|
|
427
|
+
getEndtimestamp(): string;
|
|
428
|
+
setEndtimestamp(value: string): OnboardingScreen;
|
|
429
|
+
|
|
430
|
+
serializeBinary(): Uint8Array;
|
|
431
|
+
toObject(includeInstance?: boolean): OnboardingScreen.AsObject;
|
|
432
|
+
static toObject(includeInstance: boolean, msg: OnboardingScreen): OnboardingScreen.AsObject;
|
|
433
|
+
static serializeBinaryToWriter(message: OnboardingScreen, writer: jspb.BinaryWriter): void;
|
|
434
|
+
static deserializeBinary(bytes: Uint8Array): OnboardingScreen;
|
|
435
|
+
static deserializeBinaryFromReader(message: OnboardingScreen, reader: jspb.BinaryReader): OnboardingScreen;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export namespace OnboardingScreen {
|
|
439
|
+
export type AsObject = {
|
|
440
|
+
onboardid: number,
|
|
441
|
+
key: string,
|
|
442
|
+
url: string,
|
|
443
|
+
startconfigversion: string,
|
|
444
|
+
starttimestamp: string,
|
|
445
|
+
endtimestamp: string,
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export class PatchConfigRequest extends jspb.Message {
|
|
450
|
+
getData(): AppConfig | undefined;
|
|
451
|
+
setData(value?: AppConfig): PatchConfigRequest;
|
|
452
|
+
hasData(): boolean;
|
|
453
|
+
clearData(): PatchConfigRequest;
|
|
454
|
+
|
|
455
|
+
getPlatform(): string;
|
|
456
|
+
setPlatform(value: string): PatchConfigRequest;
|
|
457
|
+
|
|
458
|
+
getVersion(): string;
|
|
459
|
+
setVersion(value: string): PatchConfigRequest;
|
|
460
|
+
|
|
461
|
+
serializeBinary(): Uint8Array;
|
|
462
|
+
toObject(includeInstance?: boolean): PatchConfigRequest.AsObject;
|
|
463
|
+
static toObject(includeInstance: boolean, msg: PatchConfigRequest): PatchConfigRequest.AsObject;
|
|
464
|
+
static serializeBinaryToWriter(message: PatchConfigRequest, writer: jspb.BinaryWriter): void;
|
|
465
|
+
static deserializeBinary(bytes: Uint8Array): PatchConfigRequest;
|
|
466
|
+
static deserializeBinaryFromReader(message: PatchConfigRequest, reader: jspb.BinaryReader): PatchConfigRequest;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export namespace PatchConfigRequest {
|
|
470
|
+
export type AsObject = {
|
|
471
|
+
data?: AppConfig.AsObject,
|
|
472
|
+
platform: string,
|
|
473
|
+
version: string,
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export class PutConfigExtraRequest extends jspb.Message {
|
|
478
|
+
getData(): ConfigExtra | undefined;
|
|
479
|
+
setData(value?: ConfigExtra): PutConfigExtraRequest;
|
|
480
|
+
hasData(): boolean;
|
|
481
|
+
clearData(): PutConfigExtraRequest;
|
|
482
|
+
|
|
483
|
+
getPlatform(): string;
|
|
484
|
+
setPlatform(value: string): PutConfigExtraRequest;
|
|
485
|
+
|
|
486
|
+
getVersion(): string;
|
|
487
|
+
setVersion(value: string): PutConfigExtraRequest;
|
|
488
|
+
|
|
489
|
+
serializeBinary(): Uint8Array;
|
|
490
|
+
toObject(includeInstance?: boolean): PutConfigExtraRequest.AsObject;
|
|
491
|
+
static toObject(includeInstance: boolean, msg: PutConfigExtraRequest): PutConfigExtraRequest.AsObject;
|
|
492
|
+
static serializeBinaryToWriter(message: PutConfigExtraRequest, writer: jspb.BinaryWriter): void;
|
|
493
|
+
static deserializeBinary(bytes: Uint8Array): PutConfigExtraRequest;
|
|
494
|
+
static deserializeBinaryFromReader(message: PutConfigExtraRequest, reader: jspb.BinaryReader): PutConfigExtraRequest;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export namespace PutConfigExtraRequest {
|
|
498
|
+
export type AsObject = {
|
|
499
|
+
data?: ConfigExtra.AsObject,
|
|
500
|
+
platform: string,
|
|
501
|
+
version: string,
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
export class ResponseCode extends jspb.Message {
|
|
506
|
+
getCode(): number;
|
|
507
|
+
setCode(value: number): ResponseCode;
|
|
508
|
+
|
|
509
|
+
getMessage(): string;
|
|
510
|
+
setMessage(value: string): ResponseCode;
|
|
511
|
+
|
|
512
|
+
serializeBinary(): Uint8Array;
|
|
513
|
+
toObject(includeInstance?: boolean): ResponseCode.AsObject;
|
|
514
|
+
static toObject(includeInstance: boolean, msg: ResponseCode): ResponseCode.AsObject;
|
|
515
|
+
static serializeBinaryToWriter(message: ResponseCode, writer: jspb.BinaryWriter): void;
|
|
516
|
+
static deserializeBinary(bytes: Uint8Array): ResponseCode;
|
|
517
|
+
static deserializeBinaryFromReader(message: ResponseCode, reader: jspb.BinaryReader): ResponseCode;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
export namespace ResponseCode {
|
|
521
|
+
export type AsObject = {
|
|
522
|
+
code: number,
|
|
523
|
+
message: string,
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export class ScanCodes extends jspb.Message {
|
|
528
|
+
getReferenceregextitlesList(): Array<string>;
|
|
529
|
+
setReferenceregextitlesList(value: Array<string>): ScanCodes;
|
|
530
|
+
clearReferenceregextitlesList(): ScanCodes;
|
|
531
|
+
addReferenceregextitles(value: string, index?: number): ScanCodes;
|
|
532
|
+
|
|
533
|
+
getBillercoderegextitlesList(): Array<string>;
|
|
534
|
+
setBillercoderegextitlesList(value: Array<string>): ScanCodes;
|
|
535
|
+
clearBillercoderegextitlesList(): ScanCodes;
|
|
536
|
+
addBillercoderegextitles(value: string, index?: number): ScanCodes;
|
|
537
|
+
|
|
538
|
+
getBillercoderegexnumbers(): string;
|
|
539
|
+
setBillercoderegexnumbers(value: string): ScanCodes;
|
|
540
|
+
|
|
541
|
+
getReferenceregexnumbers(): string;
|
|
542
|
+
setReferenceregexnumbers(value: string): ScanCodes;
|
|
543
|
+
|
|
544
|
+
serializeBinary(): Uint8Array;
|
|
545
|
+
toObject(includeInstance?: boolean): ScanCodes.AsObject;
|
|
546
|
+
static toObject(includeInstance: boolean, msg: ScanCodes): ScanCodes.AsObject;
|
|
547
|
+
static serializeBinaryToWriter(message: ScanCodes, writer: jspb.BinaryWriter): void;
|
|
548
|
+
static deserializeBinary(bytes: Uint8Array): ScanCodes;
|
|
549
|
+
static deserializeBinaryFromReader(message: ScanCodes, reader: jspb.BinaryReader): ScanCodes;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export namespace ScanCodes {
|
|
553
|
+
export type AsObject = {
|
|
554
|
+
referenceregextitlesList: Array<string>,
|
|
555
|
+
billercoderegextitlesList: Array<string>,
|
|
556
|
+
billercoderegexnumbers: string,
|
|
557
|
+
referenceregexnumbers: string,
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
export class TermsAndConditionsRequest extends jspb.Message {
|
|
562
|
+
getUrl(): string;
|
|
563
|
+
setUrl(value: string): TermsAndConditionsRequest;
|
|
564
|
+
|
|
565
|
+
getVersion(): string;
|
|
566
|
+
setVersion(value: string): TermsAndConditionsRequest;
|
|
567
|
+
|
|
568
|
+
serializeBinary(): Uint8Array;
|
|
569
|
+
toObject(includeInstance?: boolean): TermsAndConditionsRequest.AsObject;
|
|
570
|
+
static toObject(includeInstance: boolean, msg: TermsAndConditionsRequest): TermsAndConditionsRequest.AsObject;
|
|
571
|
+
static serializeBinaryToWriter(message: TermsAndConditionsRequest, writer: jspb.BinaryWriter): void;
|
|
572
|
+
static deserializeBinary(bytes: Uint8Array): TermsAndConditionsRequest;
|
|
573
|
+
static deserializeBinaryFromReader(message: TermsAndConditionsRequest, reader: jspb.BinaryReader): TermsAndConditionsRequest;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
export namespace TermsAndConditionsRequest {
|
|
577
|
+
export type AsObject = {
|
|
578
|
+
url: string,
|
|
579
|
+
version: string,
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
export class TermsAndConditionsResponse extends jspb.Message {
|
|
584
|
+
getResponsecode(): ResponseCode | undefined;
|
|
585
|
+
setResponsecode(value?: ResponseCode): TermsAndConditionsResponse;
|
|
586
|
+
hasResponsecode(): boolean;
|
|
587
|
+
clearResponsecode(): TermsAndConditionsResponse;
|
|
588
|
+
|
|
589
|
+
getUrl(): string;
|
|
590
|
+
setUrl(value: string): TermsAndConditionsResponse;
|
|
591
|
+
|
|
592
|
+
getVersion(): string;
|
|
593
|
+
setVersion(value: string): TermsAndConditionsResponse;
|
|
594
|
+
|
|
595
|
+
serializeBinary(): Uint8Array;
|
|
596
|
+
toObject(includeInstance?: boolean): TermsAndConditionsResponse.AsObject;
|
|
597
|
+
static toObject(includeInstance: boolean, msg: TermsAndConditionsResponse): TermsAndConditionsResponse.AsObject;
|
|
598
|
+
static serializeBinaryToWriter(message: TermsAndConditionsResponse, writer: jspb.BinaryWriter): void;
|
|
599
|
+
static deserializeBinary(bytes: Uint8Array): TermsAndConditionsResponse;
|
|
600
|
+
static deserializeBinaryFromReader(message: TermsAndConditionsResponse, reader: jspb.BinaryReader): TermsAndConditionsResponse;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export namespace TermsAndConditionsResponse {
|
|
604
|
+
export type AsObject = {
|
|
605
|
+
responsecode?: ResponseCode.AsObject,
|
|
606
|
+
url: string,
|
|
607
|
+
version: string,
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
export class UpdateDashboardItemsRequest extends jspb.Message {
|
|
612
|
+
getData(): DashboardItemsRequest | undefined;
|
|
613
|
+
setData(value?: DashboardItemsRequest): UpdateDashboardItemsRequest;
|
|
614
|
+
hasData(): boolean;
|
|
615
|
+
clearData(): UpdateDashboardItemsRequest;
|
|
616
|
+
|
|
617
|
+
serializeBinary(): Uint8Array;
|
|
618
|
+
toObject(includeInstance?: boolean): UpdateDashboardItemsRequest.AsObject;
|
|
619
|
+
static toObject(includeInstance: boolean, msg: UpdateDashboardItemsRequest): UpdateDashboardItemsRequest.AsObject;
|
|
620
|
+
static serializeBinaryToWriter(message: UpdateDashboardItemsRequest, writer: jspb.BinaryWriter): void;
|
|
621
|
+
static deserializeBinary(bytes: Uint8Array): UpdateDashboardItemsRequest;
|
|
622
|
+
static deserializeBinaryFromReader(message: UpdateDashboardItemsRequest, reader: jspb.BinaryReader): UpdateDashboardItemsRequest;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
export namespace UpdateDashboardItemsRequest {
|
|
626
|
+
export type AsObject = {
|
|
627
|
+
data?: DashboardItemsRequest.AsObject,
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
export class UpdateMbillingFlagRequest extends jspb.Message {
|
|
632
|
+
getData(): UpdateUserHasMbillingSubscriptionsRequest | undefined;
|
|
633
|
+
setData(value?: UpdateUserHasMbillingSubscriptionsRequest): UpdateMbillingFlagRequest;
|
|
634
|
+
hasData(): boolean;
|
|
635
|
+
clearData(): UpdateMbillingFlagRequest;
|
|
636
|
+
|
|
637
|
+
serializeBinary(): Uint8Array;
|
|
638
|
+
toObject(includeInstance?: boolean): UpdateMbillingFlagRequest.AsObject;
|
|
639
|
+
static toObject(includeInstance: boolean, msg: UpdateMbillingFlagRequest): UpdateMbillingFlagRequest.AsObject;
|
|
640
|
+
static serializeBinaryToWriter(message: UpdateMbillingFlagRequest, writer: jspb.BinaryWriter): void;
|
|
641
|
+
static deserializeBinary(bytes: Uint8Array): UpdateMbillingFlagRequest;
|
|
642
|
+
static deserializeBinaryFromReader(message: UpdateMbillingFlagRequest, reader: jspb.BinaryReader): UpdateMbillingFlagRequest;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
export namespace UpdateMbillingFlagRequest {
|
|
646
|
+
export type AsObject = {
|
|
647
|
+
data?: UpdateUserHasMbillingSubscriptionsRequest.AsObject,
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export class UpdateUserHasMbillingSubscriptionsRequest extends jspb.Message {
|
|
652
|
+
getUserid(): number;
|
|
653
|
+
setUserid(value: number): UpdateUserHasMbillingSubscriptionsRequest;
|
|
654
|
+
|
|
655
|
+
getHassubscriptions(): boolean;
|
|
656
|
+
setHassubscriptions(value: boolean): UpdateUserHasMbillingSubscriptionsRequest;
|
|
657
|
+
|
|
658
|
+
serializeBinary(): Uint8Array;
|
|
659
|
+
toObject(includeInstance?: boolean): UpdateUserHasMbillingSubscriptionsRequest.AsObject;
|
|
660
|
+
static toObject(includeInstance: boolean, msg: UpdateUserHasMbillingSubscriptionsRequest): UpdateUserHasMbillingSubscriptionsRequest.AsObject;
|
|
661
|
+
static serializeBinaryToWriter(message: UpdateUserHasMbillingSubscriptionsRequest, writer: jspb.BinaryWriter): void;
|
|
662
|
+
static deserializeBinary(bytes: Uint8Array): UpdateUserHasMbillingSubscriptionsRequest;
|
|
663
|
+
static deserializeBinaryFromReader(message: UpdateUserHasMbillingSubscriptionsRequest, reader: jspb.BinaryReader): UpdateUserHasMbillingSubscriptionsRequest;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
export namespace UpdateUserHasMbillingSubscriptionsRequest {
|
|
667
|
+
export type AsObject = {
|
|
668
|
+
userid: number,
|
|
669
|
+
hassubscriptions: boolean,
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export class UserConfigResponse extends jspb.Message {
|
|
674
|
+
getResponsecode(): ResponseCode | undefined;
|
|
675
|
+
setResponsecode(value?: ResponseCode): UserConfigResponse;
|
|
676
|
+
hasResponsecode(): boolean;
|
|
677
|
+
clearResponsecode(): UserConfigResponse;
|
|
678
|
+
|
|
679
|
+
getConfigid(): number;
|
|
680
|
+
setConfigid(value: number): UserConfigResponse;
|
|
681
|
+
|
|
682
|
+
getEnableddashboarditemsList(): Array<DashboardItem>;
|
|
683
|
+
setEnableddashboarditemsList(value: Array<DashboardItem>): UserConfigResponse;
|
|
684
|
+
clearEnableddashboarditemsList(): UserConfigResponse;
|
|
685
|
+
addEnableddashboarditems(value: DashboardItem, index?: number): UserConfigResponse;
|
|
686
|
+
|
|
687
|
+
getDisableddashboarditemsList(): Array<DashboardItem>;
|
|
688
|
+
setDisableddashboarditemsList(value: Array<DashboardItem>): UserConfigResponse;
|
|
689
|
+
clearDisableddashboarditemsList(): UserConfigResponse;
|
|
690
|
+
addDisableddashboarditems(value: DashboardItem, index?: number): UserConfigResponse;
|
|
691
|
+
|
|
692
|
+
getDisplaymbillingsidemenuoption(): boolean;
|
|
693
|
+
setDisplaymbillingsidemenuoption(value: boolean): UserConfigResponse;
|
|
694
|
+
|
|
695
|
+
serializeBinary(): Uint8Array;
|
|
696
|
+
toObject(includeInstance?: boolean): UserConfigResponse.AsObject;
|
|
697
|
+
static toObject(includeInstance: boolean, msg: UserConfigResponse): UserConfigResponse.AsObject;
|
|
698
|
+
static serializeBinaryToWriter(message: UserConfigResponse, writer: jspb.BinaryWriter): void;
|
|
699
|
+
static deserializeBinary(bytes: Uint8Array): UserConfigResponse;
|
|
700
|
+
static deserializeBinaryFromReader(message: UserConfigResponse, reader: jspb.BinaryReader): UserConfigResponse;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
export namespace UserConfigResponse {
|
|
704
|
+
export type AsObject = {
|
|
705
|
+
responsecode?: ResponseCode.AsObject,
|
|
706
|
+
configid: number,
|
|
707
|
+
enableddashboarditemsList: Array<DashboardItem>,
|
|
708
|
+
disableddashboarditemsList: Array<DashboardItem>,
|
|
709
|
+
displaymbillingsidemenuoption: boolean,
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export enum DashboardItem {
|
|
714
|
+
GET_STARTED = 0,
|
|
715
|
+
BILLS_SUMMARY = 1,
|
|
716
|
+
PAYMENTS_SUMMARY = 2,
|
|
717
|
+
OFFERS = 3,
|
|
718
|
+
TIPS = 4,
|
|
719
|
+
}
|