@aceplus/smartace-api 3.6.0-alpha.5 → 3.6.0-alpha.7
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 +1 -1
- package/spic.asset_pb.d.ts +0 -16
- package/spic.asset_pb.js +34 -154
- package/spic.cabinet_pb.d.ts +0 -344
- package/spic.cabinet_pb.js +1089 -3735
- package/spic.cabinet_pb_service.d.ts +0 -133
- package/spic.cabinet_pb_service.js +0 -280
- package/spic.open_request_pb.d.ts +229 -0
- package/spic.open_request_pb.js +1724 -0
- package/spic.open_request_pb_service.d.ts +101 -0
- package/spic.open_request_pb_service.js +141 -0
package/spic.cabinet_pb.d.ts
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import * as jspb from "google-protobuf";
|
|
5
5
|
import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
|
|
6
|
-
import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wrappers_pb";
|
|
7
6
|
import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb";
|
|
8
7
|
import * as platform_location_pb from "./platform.location_pb";
|
|
9
8
|
import * as platform_pagination_pb from "./platform.pagination_pb";
|
|
@@ -116,60 +115,6 @@ export namespace CabinetProto {
|
|
|
116
115
|
batteryStatus: CabinetProto.BatteryStatusMap[keyof CabinetProto.BatteryStatusMap],
|
|
117
116
|
}
|
|
118
117
|
|
|
119
|
-
export class CreateRequest extends jspb.Message {
|
|
120
|
-
getName(): string;
|
|
121
|
-
setName(value: string): void;
|
|
122
|
-
|
|
123
|
-
getLocationId(): number;
|
|
124
|
-
setLocationId(value: number): void;
|
|
125
|
-
|
|
126
|
-
getUid(): string;
|
|
127
|
-
setUid(value: string): void;
|
|
128
|
-
|
|
129
|
-
hasImage(): boolean;
|
|
130
|
-
clearImage(): void;
|
|
131
|
-
getImage(): google_protobuf_wrappers_pb.BytesValue | undefined;
|
|
132
|
-
setImage(value?: google_protobuf_wrappers_pb.BytesValue): void;
|
|
133
|
-
|
|
134
|
-
getExtIo1Name(): string;
|
|
135
|
-
setExtIo1Name(value: string): void;
|
|
136
|
-
|
|
137
|
-
getExtIo2Name(): string;
|
|
138
|
-
setExtIo2Name(value: string): void;
|
|
139
|
-
|
|
140
|
-
getGroupId(): string;
|
|
141
|
-
setGroupId(value: string): void;
|
|
142
|
-
|
|
143
|
-
getClientId(): number;
|
|
144
|
-
setClientId(value: number): void;
|
|
145
|
-
|
|
146
|
-
getSpicType(): CabinetProto.SpicTypeMap[keyof CabinetProto.SpicTypeMap];
|
|
147
|
-
setSpicType(value: CabinetProto.SpicTypeMap[keyof CabinetProto.SpicTypeMap]): void;
|
|
148
|
-
|
|
149
|
-
serializeBinary(): Uint8Array;
|
|
150
|
-
toObject(includeInstance?: boolean): CreateRequest.AsObject;
|
|
151
|
-
static toObject(includeInstance: boolean, msg: CreateRequest): CreateRequest.AsObject;
|
|
152
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
153
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
154
|
-
static serializeBinaryToWriter(message: CreateRequest, writer: jspb.BinaryWriter): void;
|
|
155
|
-
static deserializeBinary(bytes: Uint8Array): CreateRequest;
|
|
156
|
-
static deserializeBinaryFromReader(message: CreateRequest, reader: jspb.BinaryReader): CreateRequest;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
export namespace CreateRequest {
|
|
160
|
-
export type AsObject = {
|
|
161
|
-
name: string,
|
|
162
|
-
locationId: number,
|
|
163
|
-
uid: string,
|
|
164
|
-
image?: google_protobuf_wrappers_pb.BytesValue.AsObject,
|
|
165
|
-
extIo1Name: string,
|
|
166
|
-
extIo2Name: string,
|
|
167
|
-
groupId: string,
|
|
168
|
-
clientId: number,
|
|
169
|
-
spicType: CabinetProto.SpicTypeMap[keyof CabinetProto.SpicTypeMap],
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
118
|
export class RetrieveRequest extends jspb.Message {
|
|
174
119
|
hasId(): boolean;
|
|
175
120
|
clearId(): void;
|
|
@@ -205,115 +150,6 @@ export namespace CabinetProto {
|
|
|
205
150
|
}
|
|
206
151
|
}
|
|
207
152
|
|
|
208
|
-
export class UpdateRequest extends jspb.Message {
|
|
209
|
-
getId(): number;
|
|
210
|
-
setId(value: number): void;
|
|
211
|
-
|
|
212
|
-
getName(): string;
|
|
213
|
-
setName(value: string): void;
|
|
214
|
-
|
|
215
|
-
getLocationId(): number;
|
|
216
|
-
setLocationId(value: number): void;
|
|
217
|
-
|
|
218
|
-
getUid(): string;
|
|
219
|
-
setUid(value: string): void;
|
|
220
|
-
|
|
221
|
-
hasImage(): boolean;
|
|
222
|
-
clearImage(): void;
|
|
223
|
-
getImage(): google_protobuf_wrappers_pb.BytesValue | undefined;
|
|
224
|
-
setImage(value?: google_protobuf_wrappers_pb.BytesValue): void;
|
|
225
|
-
|
|
226
|
-
getExtIo1Name(): string;
|
|
227
|
-
setExtIo1Name(value: string): void;
|
|
228
|
-
|
|
229
|
-
getExtIo2Name(): string;
|
|
230
|
-
setExtIo2Name(value: string): void;
|
|
231
|
-
|
|
232
|
-
getGroupId(): string;
|
|
233
|
-
setGroupId(value: string): void;
|
|
234
|
-
|
|
235
|
-
getClientId(): number;
|
|
236
|
-
setClientId(value: number): void;
|
|
237
|
-
|
|
238
|
-
getSpicType(): CabinetProto.SpicTypeMap[keyof CabinetProto.SpicTypeMap];
|
|
239
|
-
setSpicType(value: CabinetProto.SpicTypeMap[keyof CabinetProto.SpicTypeMap]): void;
|
|
240
|
-
|
|
241
|
-
serializeBinary(): Uint8Array;
|
|
242
|
-
toObject(includeInstance?: boolean): UpdateRequest.AsObject;
|
|
243
|
-
static toObject(includeInstance: boolean, msg: UpdateRequest): UpdateRequest.AsObject;
|
|
244
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
245
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
246
|
-
static serializeBinaryToWriter(message: UpdateRequest, writer: jspb.BinaryWriter): void;
|
|
247
|
-
static deserializeBinary(bytes: Uint8Array): UpdateRequest;
|
|
248
|
-
static deserializeBinaryFromReader(message: UpdateRequest, reader: jspb.BinaryReader): UpdateRequest;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
export namespace UpdateRequest {
|
|
252
|
-
export type AsObject = {
|
|
253
|
-
id: number,
|
|
254
|
-
name: string,
|
|
255
|
-
locationId: number,
|
|
256
|
-
uid: string,
|
|
257
|
-
image?: google_protobuf_wrappers_pb.BytesValue.AsObject,
|
|
258
|
-
extIo1Name: string,
|
|
259
|
-
extIo2Name: string,
|
|
260
|
-
groupId: string,
|
|
261
|
-
clientId: number,
|
|
262
|
-
spicType: CabinetProto.SpicTypeMap[keyof CabinetProto.SpicTypeMap],
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
export class DeleteRequest extends jspb.Message {
|
|
267
|
-
hasId(): boolean;
|
|
268
|
-
clearId(): void;
|
|
269
|
-
getId(): number;
|
|
270
|
-
setId(value: number): void;
|
|
271
|
-
|
|
272
|
-
hasUid(): boolean;
|
|
273
|
-
clearUid(): void;
|
|
274
|
-
getUid(): string;
|
|
275
|
-
setUid(value: string): void;
|
|
276
|
-
|
|
277
|
-
getSearchCase(): DeleteRequest.SearchCase;
|
|
278
|
-
serializeBinary(): Uint8Array;
|
|
279
|
-
toObject(includeInstance?: boolean): DeleteRequest.AsObject;
|
|
280
|
-
static toObject(includeInstance: boolean, msg: DeleteRequest): DeleteRequest.AsObject;
|
|
281
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
282
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
283
|
-
static serializeBinaryToWriter(message: DeleteRequest, writer: jspb.BinaryWriter): void;
|
|
284
|
-
static deserializeBinary(bytes: Uint8Array): DeleteRequest;
|
|
285
|
-
static deserializeBinaryFromReader(message: DeleteRequest, reader: jspb.BinaryReader): DeleteRequest;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
export namespace DeleteRequest {
|
|
289
|
-
export type AsObject = {
|
|
290
|
-
id: number,
|
|
291
|
-
uid: string,
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
export enum SearchCase {
|
|
295
|
-
SEARCH_NOT_SET = 0,
|
|
296
|
-
ID = 1,
|
|
297
|
-
UID = 2,
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
export class DeleteReply extends jspb.Message {
|
|
302
|
-
serializeBinary(): Uint8Array;
|
|
303
|
-
toObject(includeInstance?: boolean): DeleteReply.AsObject;
|
|
304
|
-
static toObject(includeInstance: boolean, msg: DeleteReply): DeleteReply.AsObject;
|
|
305
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
306
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
307
|
-
static serializeBinaryToWriter(message: DeleteReply, writer: jspb.BinaryWriter): void;
|
|
308
|
-
static deserializeBinary(bytes: Uint8Array): DeleteReply;
|
|
309
|
-
static deserializeBinaryFromReader(message: DeleteReply, reader: jspb.BinaryReader): DeleteReply;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
export namespace DeleteReply {
|
|
313
|
-
export type AsObject = {
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
|
|
317
153
|
export class SearchRequest extends jspb.Message {
|
|
318
154
|
getName(): string;
|
|
319
155
|
setName(value: string): void;
|
|
@@ -440,84 +276,6 @@ export namespace CabinetProto {
|
|
|
440
276
|
}
|
|
441
277
|
}
|
|
442
278
|
|
|
443
|
-
export class ReplaceBatteryRequest extends jspb.Message {
|
|
444
|
-
getId(): number;
|
|
445
|
-
setId(value: number): void;
|
|
446
|
-
|
|
447
|
-
serializeBinary(): Uint8Array;
|
|
448
|
-
toObject(includeInstance?: boolean): ReplaceBatteryRequest.AsObject;
|
|
449
|
-
static toObject(includeInstance: boolean, msg: ReplaceBatteryRequest): ReplaceBatteryRequest.AsObject;
|
|
450
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
451
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
452
|
-
static serializeBinaryToWriter(message: ReplaceBatteryRequest, writer: jspb.BinaryWriter): void;
|
|
453
|
-
static deserializeBinary(bytes: Uint8Array): ReplaceBatteryRequest;
|
|
454
|
-
static deserializeBinaryFromReader(message: ReplaceBatteryRequest, reader: jspb.BinaryReader): ReplaceBatteryRequest;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
export namespace ReplaceBatteryRequest {
|
|
458
|
-
export type AsObject = {
|
|
459
|
-
id: number,
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
export class Image extends jspb.Message {
|
|
464
|
-
serializeBinary(): Uint8Array;
|
|
465
|
-
toObject(includeInstance?: boolean): Image.AsObject;
|
|
466
|
-
static toObject(includeInstance: boolean, msg: Image): Image.AsObject;
|
|
467
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
468
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
469
|
-
static serializeBinaryToWriter(message: Image, writer: jspb.BinaryWriter): void;
|
|
470
|
-
static deserializeBinary(bytes: Uint8Array): Image;
|
|
471
|
-
static deserializeBinaryFromReader(message: Image, reader: jspb.BinaryReader): Image;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
export namespace Image {
|
|
475
|
-
export type AsObject = {
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
export class RetrieveRequest extends jspb.Message {
|
|
479
|
-
getId(): number;
|
|
480
|
-
setId(value: number): void;
|
|
481
|
-
|
|
482
|
-
serializeBinary(): Uint8Array;
|
|
483
|
-
toObject(includeInstance?: boolean): RetrieveRequest.AsObject;
|
|
484
|
-
static toObject(includeInstance: boolean, msg: RetrieveRequest): RetrieveRequest.AsObject;
|
|
485
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
486
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
487
|
-
static serializeBinaryToWriter(message: RetrieveRequest, writer: jspb.BinaryWriter): void;
|
|
488
|
-
static deserializeBinary(bytes: Uint8Array): RetrieveRequest;
|
|
489
|
-
static deserializeBinaryFromReader(message: RetrieveRequest, reader: jspb.BinaryReader): RetrieveRequest;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
export namespace RetrieveRequest {
|
|
493
|
-
export type AsObject = {
|
|
494
|
-
id: number,
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
export class RetrieveReply extends jspb.Message {
|
|
499
|
-
getData(): Uint8Array | string;
|
|
500
|
-
getData_asU8(): Uint8Array;
|
|
501
|
-
getData_asB64(): string;
|
|
502
|
-
setData(value: Uint8Array | string): void;
|
|
503
|
-
|
|
504
|
-
serializeBinary(): Uint8Array;
|
|
505
|
-
toObject(includeInstance?: boolean): RetrieveReply.AsObject;
|
|
506
|
-
static toObject(includeInstance: boolean, msg: RetrieveReply): RetrieveReply.AsObject;
|
|
507
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
508
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
509
|
-
static serializeBinaryToWriter(message: RetrieveReply, writer: jspb.BinaryWriter): void;
|
|
510
|
-
static deserializeBinary(bytes: Uint8Array): RetrieveReply;
|
|
511
|
-
static deserializeBinaryFromReader(message: RetrieveReply, reader: jspb.BinaryReader): RetrieveReply;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
export namespace RetrieveReply {
|
|
515
|
-
export type AsObject = {
|
|
516
|
-
data: Uint8Array | string,
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
|
|
521
279
|
export class State extends jspb.Message {
|
|
522
280
|
getId(): string;
|
|
523
281
|
setId(value: string): void;
|
|
@@ -1171,108 +929,6 @@ export namespace CabinetProto {
|
|
|
1171
929
|
}
|
|
1172
930
|
}
|
|
1173
931
|
|
|
1174
|
-
export class DeactivateRequest extends jspb.Message {
|
|
1175
|
-
getId(): number;
|
|
1176
|
-
setId(value: number): void;
|
|
1177
|
-
|
|
1178
|
-
serializeBinary(): Uint8Array;
|
|
1179
|
-
toObject(includeInstance?: boolean): DeactivateRequest.AsObject;
|
|
1180
|
-
static toObject(includeInstance: boolean, msg: DeactivateRequest): DeactivateRequest.AsObject;
|
|
1181
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1182
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1183
|
-
static serializeBinaryToWriter(message: DeactivateRequest, writer: jspb.BinaryWriter): void;
|
|
1184
|
-
static deserializeBinary(bytes: Uint8Array): DeactivateRequest;
|
|
1185
|
-
static deserializeBinaryFromReader(message: DeactivateRequest, reader: jspb.BinaryReader): DeactivateRequest;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
export namespace DeactivateRequest {
|
|
1189
|
-
export type AsObject = {
|
|
1190
|
-
id: number,
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
export class SearchRequest extends jspb.Message {
|
|
1195
|
-
getCabinetId(): number;
|
|
1196
|
-
setCabinetId(value: number): void;
|
|
1197
|
-
|
|
1198
|
-
getActive(): boolean;
|
|
1199
|
-
setActive(value: boolean): void;
|
|
1200
|
-
|
|
1201
|
-
getPage(): number;
|
|
1202
|
-
setPage(value: number): void;
|
|
1203
|
-
|
|
1204
|
-
getCount(): number;
|
|
1205
|
-
setCount(value: number): void;
|
|
1206
|
-
|
|
1207
|
-
clearTypeList(): void;
|
|
1208
|
-
getTypeList(): Array<CabinetProto.OpenRequest.OpenRequestTypeMap[keyof CabinetProto.OpenRequest.OpenRequestTypeMap]>;
|
|
1209
|
-
setTypeList(value: Array<CabinetProto.OpenRequest.OpenRequestTypeMap[keyof CabinetProto.OpenRequest.OpenRequestTypeMap]>): void;
|
|
1210
|
-
addType(value: CabinetProto.OpenRequest.OpenRequestTypeMap[keyof CabinetProto.OpenRequest.OpenRequestTypeMap], index?: number): CabinetProto.OpenRequest.OpenRequestTypeMap[keyof CabinetProto.OpenRequest.OpenRequestTypeMap];
|
|
1211
|
-
|
|
1212
|
-
getDescorder(): boolean;
|
|
1213
|
-
setDescorder(value: boolean): void;
|
|
1214
|
-
|
|
1215
|
-
hasDateFrom(): boolean;
|
|
1216
|
-
clearDateFrom(): void;
|
|
1217
|
-
getDateFrom(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1218
|
-
setDateFrom(value?: google_protobuf_timestamp_pb.Timestamp): void;
|
|
1219
|
-
|
|
1220
|
-
hasDateTo(): boolean;
|
|
1221
|
-
clearDateTo(): void;
|
|
1222
|
-
getDateTo(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1223
|
-
setDateTo(value?: google_protobuf_timestamp_pb.Timestamp): void;
|
|
1224
|
-
|
|
1225
|
-
serializeBinary(): Uint8Array;
|
|
1226
|
-
toObject(includeInstance?: boolean): SearchRequest.AsObject;
|
|
1227
|
-
static toObject(includeInstance: boolean, msg: SearchRequest): SearchRequest.AsObject;
|
|
1228
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1229
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1230
|
-
static serializeBinaryToWriter(message: SearchRequest, writer: jspb.BinaryWriter): void;
|
|
1231
|
-
static deserializeBinary(bytes: Uint8Array): SearchRequest;
|
|
1232
|
-
static deserializeBinaryFromReader(message: SearchRequest, reader: jspb.BinaryReader): SearchRequest;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
export namespace SearchRequest {
|
|
1236
|
-
export type AsObject = {
|
|
1237
|
-
cabinetId: number,
|
|
1238
|
-
active: boolean,
|
|
1239
|
-
page: number,
|
|
1240
|
-
count: number,
|
|
1241
|
-
typeList: Array<CabinetProto.OpenRequest.OpenRequestTypeMap[keyof CabinetProto.OpenRequest.OpenRequestTypeMap]>,
|
|
1242
|
-
descorder: boolean,
|
|
1243
|
-
dateFrom?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1244
|
-
dateTo?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
export class SearchReply extends jspb.Message {
|
|
1249
|
-
clearOpeningsList(): void;
|
|
1250
|
-
getOpeningsList(): Array<CabinetProto.OpenRequest>;
|
|
1251
|
-
setOpeningsList(value: Array<CabinetProto.OpenRequest>): void;
|
|
1252
|
-
addOpenings(value?: CabinetProto.OpenRequest, index?: number): CabinetProto.OpenRequest;
|
|
1253
|
-
|
|
1254
|
-
hasPagination(): boolean;
|
|
1255
|
-
clearPagination(): void;
|
|
1256
|
-
getPagination(): platform_pagination_pb.PaginationProto | undefined;
|
|
1257
|
-
setPagination(value?: platform_pagination_pb.PaginationProto): void;
|
|
1258
|
-
|
|
1259
|
-
serializeBinary(): Uint8Array;
|
|
1260
|
-
toObject(includeInstance?: boolean): SearchReply.AsObject;
|
|
1261
|
-
static toObject(includeInstance: boolean, msg: SearchReply): SearchReply.AsObject;
|
|
1262
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1263
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1264
|
-
static serializeBinaryToWriter(message: SearchReply, writer: jspb.BinaryWriter): void;
|
|
1265
|
-
static deserializeBinary(bytes: Uint8Array): SearchReply;
|
|
1266
|
-
static deserializeBinaryFromReader(message: SearchReply, reader: jspb.BinaryReader): SearchReply;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
export namespace SearchReply {
|
|
1270
|
-
export type AsObject = {
|
|
1271
|
-
openingsList: Array<CabinetProto.OpenRequest.AsObject>,
|
|
1272
|
-
pagination?: platform_pagination_pb.PaginationProto.AsObject,
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
932
|
export interface OpenRequestTypeMap {
|
|
1277
933
|
APP_OPENING: 0;
|
|
1278
934
|
ADMIN_OPENING: 1;
|