@blueid/access-proto 0.16.0 → 0.19.0
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 +12 -4
- package/es/BlueCore_pb.d.ts +0 -2937
- package/es/BlueCore_pb.js +0 -975
- package/es/BlueLock_pb.d.ts +0 -118
- package/es/BlueLock_pb.js +0 -46
- package/es/BlueSDK_pb.d.ts +0 -197
- package/es/BlueSDK_pb.js +0 -73
- package/es/BlueSystem_pb.d.ts +0 -913
- package/es/BlueSystem_pb.js +0 -272
- package/nanopb/BlueCore.pb.c +0 -188
- package/nanopb/BlueCore.pb.h +0 -1715
- package/nanopb/BlueLock.pb.c +0 -16
- package/nanopb/BlueLock.pb.h +0 -104
- package/nanopb/BlueSDK.pb.c +0 -22
- package/nanopb/BlueSDK.pb.h +0 -159
- package/nanopb/BlueSystem.pb.c +0 -64
- package/nanopb/BlueSystem.pb.h +0 -631
- package/swift/BlueCore.pb.swift +0 -6840
- package/swift/BlueLock.pb.swift +0 -276
- package/swift/BlueSDK.pb.swift +0 -624
- package/swift/BlueSystem.pb.swift +0 -2489
package/es/BlueCore_pb.d.ts
DELETED
|
@@ -1,2937 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v1.4.0 with parameter "target=js+dts"
|
|
2
|
-
// @generated from file BlueCore.proto (syntax proto2)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
|
-
|
|
6
|
-
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
7
|
-
import { Message, proto2 } from "@bufbuild/protobuf";
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @generated from enum BlueReturnCode
|
|
11
|
-
*/
|
|
12
|
-
export declare enum BlueReturnCode {
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* Success results
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @generated from enum value: Ok = 0;
|
|
19
|
-
*/
|
|
20
|
-
Ok = 0,
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @generated from enum value: Pending = 1;
|
|
24
|
-
*/
|
|
25
|
-
Pending = 1,
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* General errors
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* @generated from enum value: Error = -1;
|
|
33
|
-
*/
|
|
34
|
-
Error = -1,
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @generated from enum value: InvalidArguments = -3;
|
|
38
|
-
*/
|
|
39
|
-
InvalidArguments = -3,
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @generated from enum value: InvalidState = -4;
|
|
43
|
-
*/
|
|
44
|
-
InvalidState = -4,
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* @generated from enum value: NotSupported = -5;
|
|
48
|
-
*/
|
|
49
|
-
NotSupported = -5,
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @generated from enum value: EOF = -6;
|
|
53
|
-
*/
|
|
54
|
-
EOF = -6,
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @generated from enum value: Overflow = -7;
|
|
58
|
-
*/
|
|
59
|
-
Overflow = -7,
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @generated from enum value: StorageFull = -8;
|
|
63
|
-
*/
|
|
64
|
-
StorageFull = -8,
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @generated from enum value: InvalidCrc = -9;
|
|
68
|
-
*/
|
|
69
|
-
InvalidCrc = -9,
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* @generated from enum value: InvalidMemoryAddress = -10;
|
|
73
|
-
*/
|
|
74
|
-
InvalidMemoryAddress = -10,
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* @generated from enum value: VersionMissmatch = -11;
|
|
78
|
-
*/
|
|
79
|
-
VersionMissmatch = -11,
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* @generated from enum value: InvalidSignature = -12;
|
|
83
|
-
*/
|
|
84
|
-
InvalidSignature = -12,
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* @generated from enum value: InvalidValidity = -13;
|
|
88
|
-
*/
|
|
89
|
-
InvalidValidity = -13,
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* @generated from enum value: CryptLibraryFailed = -14;
|
|
93
|
-
*/
|
|
94
|
-
CryptLibraryFailed = -14,
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @generated from enum value: NotFound = -16;
|
|
98
|
-
*/
|
|
99
|
-
NotFound = -16,
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* @generated from enum value: AlreadyExists = -17;
|
|
103
|
-
*/
|
|
104
|
-
AlreadyExists = -17,
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* @generated from enum value: Timeout = -18;
|
|
108
|
-
*/
|
|
109
|
-
Timeout = -18,
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* @generated from enum value: Disconnected = -19;
|
|
113
|
-
*/
|
|
114
|
-
Disconnected = -19,
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* @generated from enum value: PointerConversionFailed = -20;
|
|
118
|
-
*/
|
|
119
|
-
PointerConversionFailed = -20,
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* @generated from enum value: Unavailable = -21;
|
|
123
|
-
*/
|
|
124
|
-
Unavailable = -21,
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* @generated from enum value: Test = -29;
|
|
128
|
-
*/
|
|
129
|
-
Test = -29,
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* @generated from enum value: EncodeDataWriteFailed = -30;
|
|
133
|
-
*/
|
|
134
|
-
EncodeDataWriteFailed = -30,
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* @generated from enum value: EncodeDataWriteNothingWritten = -31;
|
|
138
|
-
*/
|
|
139
|
-
EncodeDataWriteNothingWritten = -31,
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* @generated from enum value: DecodeDataReadFailed = -32;
|
|
143
|
-
*/
|
|
144
|
-
DecodeDataReadFailed = -32,
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
* @generated from enum value: BleInvalidCompanyIdentifier = -33;
|
|
148
|
-
*/
|
|
149
|
-
BleInvalidCompanyIdentifier = -33,
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* @generated from enum value: InvalidSystemConfig = -34;
|
|
153
|
-
*/
|
|
154
|
-
InvalidSystemConfig = -34,
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* @generated from enum value: InvalidProvisioning = -35;
|
|
158
|
-
*/
|
|
159
|
-
InvalidProvisioning = -35,
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* @generated from enum value: InvalidTransponder = -104;
|
|
163
|
-
*/
|
|
164
|
-
InvalidTransponder = -104,
|
|
165
|
-
|
|
166
|
-
/**
|
|
167
|
-
* @generated from enum value: BleServiceNotFound = -105;
|
|
168
|
-
*/
|
|
169
|
-
BleServiceNotFound = -105,
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* @generated from enum value: BleCharacteristicNotFound = -106;
|
|
173
|
-
*/
|
|
174
|
-
BleCharacteristicNotFound = -106,
|
|
175
|
-
|
|
176
|
-
/**
|
|
177
|
-
* @generated from enum value: BleFailSetCharacteristicNotify = -107;
|
|
178
|
-
*/
|
|
179
|
-
BleFailSetCharacteristicNotify = -107,
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
* @generated from enum value: NfcTransponderNoResult = -100;
|
|
183
|
-
*/
|
|
184
|
-
NfcTransponderNoResult = -100,
|
|
185
|
-
|
|
186
|
-
/**
|
|
187
|
-
* @generated from enum value: NfcTransponderCommandError = -101;
|
|
188
|
-
*/
|
|
189
|
-
NfcTransponderCommandError = -101,
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* @generated from enum value: NfcTransponderStorageFull = -102;
|
|
193
|
-
*/
|
|
194
|
-
NfcTransponderStorageFull = -102,
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* @generated from enum value: NfcTransponderAuthenticateFailed = -103;
|
|
198
|
-
*/
|
|
199
|
-
NfcTransponderAuthenticateFailed = -103,
|
|
200
|
-
|
|
201
|
-
/**
|
|
202
|
-
*
|
|
203
|
-
* SP Errors
|
|
204
|
-
*
|
|
205
|
-
*
|
|
206
|
-
* @generated from enum value: SPInvalidSalt = -150;
|
|
207
|
-
*/
|
|
208
|
-
SPInvalidSalt = -150,
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
* @generated from enum value: SPFailedHashing = -151;
|
|
212
|
-
*/
|
|
213
|
-
SPFailedHashing = -151,
|
|
214
|
-
|
|
215
|
-
/**
|
|
216
|
-
* @generated from enum value: SPFailedSigning = -152;
|
|
217
|
-
*/
|
|
218
|
-
SPFailedSigning = -152,
|
|
219
|
-
|
|
220
|
-
/**
|
|
221
|
-
* @generated from enum value: SPFailedGetOwnSalt = -153;
|
|
222
|
-
*/
|
|
223
|
-
SPFailedGetOwnSalt = -153,
|
|
224
|
-
|
|
225
|
-
/**
|
|
226
|
-
* @generated from enum value: SPFailedSetPeerSalt = -154;
|
|
227
|
-
*/
|
|
228
|
-
SPFailedSetPeerSalt = -154,
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* @generated from enum value: SPFailedEncrypt = -155;
|
|
232
|
-
*/
|
|
233
|
-
SPFailedEncrypt = -155,
|
|
234
|
-
|
|
235
|
-
/**
|
|
236
|
-
* @generated from enum value: SPFailedDecrypt = -156;
|
|
237
|
-
*/
|
|
238
|
-
SPFailedDecrypt = -156,
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
* @generated from enum value: SPFailedGetCurrentTime = -157;
|
|
242
|
-
*/
|
|
243
|
-
SPFailedGetCurrentTime = -157,
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* @generated from enum value: SPFailedSignature = -158;
|
|
247
|
-
*/
|
|
248
|
-
SPFailedSignature = -158,
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* @generated from enum value: SPErrorStatusCode = -170;
|
|
252
|
-
*/
|
|
253
|
-
SPErrorStatusCode = -170,
|
|
254
|
-
|
|
255
|
-
/**
|
|
256
|
-
* @generated from enum value: OssInvalidCredentialId = -200;
|
|
257
|
-
*/
|
|
258
|
-
OssInvalidCredentialId = -200,
|
|
259
|
-
|
|
260
|
-
/**
|
|
261
|
-
* @generated from enum value: OssMaFailedMcpLib = -201;
|
|
262
|
-
*/
|
|
263
|
-
OssMaFailedMcpLib = -201,
|
|
264
|
-
|
|
265
|
-
/**
|
|
266
|
-
* @generated from enum value: OssSoIncompatibleMajorVersion = -230;
|
|
267
|
-
*/
|
|
268
|
-
OssSoIncompatibleMajorVersion = -230,
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* @generated from enum value: OssSoInvalidCredentialType = -231;
|
|
272
|
-
*/
|
|
273
|
-
OssSoInvalidCredentialType = -231,
|
|
274
|
-
|
|
275
|
-
/**
|
|
276
|
-
* @generated from enum value: OssSoInvalidTimestamp = -233;
|
|
277
|
-
*/
|
|
278
|
-
OssSoInvalidTimestamp = -233,
|
|
279
|
-
|
|
280
|
-
/**
|
|
281
|
-
* @generated from enum value: OssSoInvalidTimeperiod = -234;
|
|
282
|
-
*/
|
|
283
|
-
OssSoInvalidTimeperiod = -234,
|
|
284
|
-
|
|
285
|
-
/**
|
|
286
|
-
* @generated from enum value: OssSoInvalidSiteId = -235;
|
|
287
|
-
*/
|
|
288
|
-
OssSoInvalidSiteId = -235,
|
|
289
|
-
|
|
290
|
-
/**
|
|
291
|
-
* @generated from enum value: OssSoInvalidDoorAccessBy = -236;
|
|
292
|
-
*/
|
|
293
|
-
OssSoInvalidDoorAccessBy = -236,
|
|
294
|
-
|
|
295
|
-
/**
|
|
296
|
-
* @generated from enum value: OssSoInvalidDoorDTScheduleNumber = -237;
|
|
297
|
-
*/
|
|
298
|
-
OssSoInvalidDoorDTScheduleNumber = -237,
|
|
299
|
-
|
|
300
|
-
/**
|
|
301
|
-
* @generated from enum value: OssSoTimePeriodsCountMissmatch = -238;
|
|
302
|
-
*/
|
|
303
|
-
OssSoTimePeriodsCountMissmatch = -238,
|
|
304
|
-
|
|
305
|
-
/**
|
|
306
|
-
* @generated from enum value: OssSoInvalidDTScheduleNumber = -239;
|
|
307
|
-
*/
|
|
308
|
-
OssSoInvalidDTScheduleNumber = -239,
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* @generated from enum value: OssSoEventIdNotSupportedForWrite = -242;
|
|
312
|
-
*/
|
|
313
|
-
OssSoEventIdNotSupportedForWrite = -242,
|
|
314
|
-
|
|
315
|
-
/**
|
|
316
|
-
* @generated from enum value: OssSoExtensionFileSizeTooLarge = -243;
|
|
317
|
-
*/
|
|
318
|
-
OssSoExtensionFileSizeTooLarge = -243,
|
|
319
|
-
|
|
320
|
-
/**
|
|
321
|
-
* @generated from enum value: OssSoExtensionFileSizeInvalid = -244;
|
|
322
|
-
*/
|
|
323
|
-
OssSoExtensionFileSizeInvalid = -244,
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* @generated from enum value: OssSoExtensionTooManyFeatures = -245;
|
|
327
|
-
*/
|
|
328
|
-
OssSoExtensionTooManyFeatures = -245,
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* @generated from enum value: OssSoExtensionValueTooLarge = -246;
|
|
332
|
-
*/
|
|
333
|
-
OssSoExtensionValueTooLarge = -246,
|
|
334
|
-
|
|
335
|
-
/**
|
|
336
|
-
* @generated from enum value: OssSoInvalidExtensionLength = -247;
|
|
337
|
-
*/
|
|
338
|
-
OssSoInvalidExtensionLength = -247,
|
|
339
|
-
|
|
340
|
-
/**
|
|
341
|
-
* @generated from enum value: OssSoInvalidExtensionTag = -248;
|
|
342
|
-
*/
|
|
343
|
-
OssSoInvalidExtensionTag = -248,
|
|
344
|
-
|
|
345
|
-
/**
|
|
346
|
-
* @generated from enum value: OssSoMaxEventEntriesExceeded = -249;
|
|
347
|
-
*/
|
|
348
|
-
OssSoMaxEventEntriesExceeded = -249,
|
|
349
|
-
|
|
350
|
-
/**
|
|
351
|
-
* @generated from enum value: OssSoMaxBlacklistEntriesExceeded = -250;
|
|
352
|
-
*/
|
|
353
|
-
OssSoMaxBlacklistEntriesExceeded = -250,
|
|
354
|
-
|
|
355
|
-
/**
|
|
356
|
-
* @generated from enum value: OssSidIncompatibleMajorVersion = -280;
|
|
357
|
-
*/
|
|
358
|
-
OssSidIncompatibleMajorVersion = -280,
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
* @generated from enum value: OssSidInvalidCredentialType = -281;
|
|
362
|
-
*/
|
|
363
|
-
OssSidInvalidCredentialType = -281,
|
|
364
|
-
|
|
365
|
-
/**
|
|
366
|
-
*
|
|
367
|
-
* Mifare Desfire errors
|
|
368
|
-
*
|
|
369
|
-
*
|
|
370
|
-
* @generated from enum value: MifareDesfireWrongKeyType = -300;
|
|
371
|
-
*/
|
|
372
|
-
MifareDesfireWrongKeyType = -300,
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
* @generated from enum value: MifareDesfireWrongKey = -301;
|
|
376
|
-
*/
|
|
377
|
-
MifareDesfireWrongKey = -301,
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* @generated from enum value: MifareDesfireCmacNotReceived = -302;
|
|
381
|
-
*/
|
|
382
|
-
MifareDesfireCmacNotReceived = -302,
|
|
383
|
-
|
|
384
|
-
/**
|
|
385
|
-
* @generated from enum value: MifareDesfireCmacNotVerified = -303;
|
|
386
|
-
*/
|
|
387
|
-
MifareDesfireCmacNotVerified = -303,
|
|
388
|
-
|
|
389
|
-
/**
|
|
390
|
-
* @generated from enum value: MifareDesfireNoneOrInvalidAid = -304;
|
|
391
|
-
*/
|
|
392
|
-
MifareDesfireNoneOrInvalidAid = -304,
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* @generated from enum value: OssMAReturnCodeStart = -1000;
|
|
396
|
-
*/
|
|
397
|
-
OssMAReturnCodeStart = -1000,
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* @generated from enum value: OssMAReturnCodeEnd = -1100;
|
|
401
|
-
*/
|
|
402
|
-
OssMAReturnCodeEnd = -1100,
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/**
|
|
406
|
-
* @generated from enum BlueTimeUnit
|
|
407
|
-
*/
|
|
408
|
-
export declare enum BlueTimeUnit {
|
|
409
|
-
/**
|
|
410
|
-
* @generated from enum value: Seconds = 1;
|
|
411
|
-
*/
|
|
412
|
-
Seconds = 1,
|
|
413
|
-
|
|
414
|
-
/**
|
|
415
|
-
* @generated from enum value: Minutes = 2;
|
|
416
|
-
*/
|
|
417
|
-
Minutes = 2,
|
|
418
|
-
|
|
419
|
-
/**
|
|
420
|
-
* @generated from enum value: Hours = 3;
|
|
421
|
-
*/
|
|
422
|
-
Hours = 3,
|
|
423
|
-
|
|
424
|
-
/**
|
|
425
|
-
* @generated from enum value: Days = 4;
|
|
426
|
-
*/
|
|
427
|
-
Days = 4,
|
|
428
|
-
|
|
429
|
-
/**
|
|
430
|
-
* @generated from enum value: Months = 5;
|
|
431
|
-
*/
|
|
432
|
-
Months = 5,
|
|
433
|
-
|
|
434
|
-
/**
|
|
435
|
-
* @generated from enum value: Years = 6;
|
|
436
|
-
*/
|
|
437
|
-
Years = 6,
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
/**
|
|
441
|
-
* Those may never be changed
|
|
442
|
-
*
|
|
443
|
-
* @generated from enum BlueWeekday
|
|
444
|
-
*/
|
|
445
|
-
export declare enum BlueWeekday {
|
|
446
|
-
/**
|
|
447
|
-
* @generated from enum value: Monday = 0;
|
|
448
|
-
*/
|
|
449
|
-
Monday = 0,
|
|
450
|
-
|
|
451
|
-
/**
|
|
452
|
-
* @generated from enum value: Tuesday = 1;
|
|
453
|
-
*/
|
|
454
|
-
Tuesday = 1,
|
|
455
|
-
|
|
456
|
-
/**
|
|
457
|
-
* @generated from enum value: Wednesday = 2;
|
|
458
|
-
*/
|
|
459
|
-
Wednesday = 2,
|
|
460
|
-
|
|
461
|
-
/**
|
|
462
|
-
* @generated from enum value: Thursday = 3;
|
|
463
|
-
*/
|
|
464
|
-
Thursday = 3,
|
|
465
|
-
|
|
466
|
-
/**
|
|
467
|
-
* @generated from enum value: Friday = 4;
|
|
468
|
-
*/
|
|
469
|
-
Friday = 4,
|
|
470
|
-
|
|
471
|
-
/**
|
|
472
|
-
* @generated from enum value: Saturday = 5;
|
|
473
|
-
*/
|
|
474
|
-
Saturday = 5,
|
|
475
|
-
|
|
476
|
-
/**
|
|
477
|
-
* @generated from enum value: Sunday = 6;
|
|
478
|
-
*/
|
|
479
|
-
Sunday = 6,
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
/**
|
|
483
|
-
* @generated from enum BlueAccessType
|
|
484
|
-
*/
|
|
485
|
-
export declare enum BlueAccessType {
|
|
486
|
-
/**
|
|
487
|
-
* Access with default unlock time
|
|
488
|
-
*
|
|
489
|
-
* @generated from enum value: DefaultTime = 1;
|
|
490
|
-
*/
|
|
491
|
-
DefaultTime = 1,
|
|
492
|
-
|
|
493
|
-
/**
|
|
494
|
-
* Access with extended unlock time
|
|
495
|
-
*
|
|
496
|
-
* @generated from enum value: ExtendedTime = 2;
|
|
497
|
-
*/
|
|
498
|
-
ExtendedTime = 2,
|
|
499
|
-
|
|
500
|
-
/**
|
|
501
|
-
* Access with custom unlock time
|
|
502
|
-
*
|
|
503
|
-
* @generated from enum value: CustomTime = 3;
|
|
504
|
-
*/
|
|
505
|
-
CustomTime = 3,
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
* Access with toggle function
|
|
509
|
-
*
|
|
510
|
-
* @generated from enum value: Toggle = 4;
|
|
511
|
-
*/
|
|
512
|
-
Toggle = 4,
|
|
513
|
-
|
|
514
|
-
/**
|
|
515
|
-
* Access and close the lock
|
|
516
|
-
*
|
|
517
|
-
* @generated from enum value: Close = 5;
|
|
518
|
-
*/
|
|
519
|
-
Close = 5,
|
|
520
|
-
|
|
521
|
-
/**
|
|
522
|
-
* No access
|
|
523
|
-
*
|
|
524
|
-
* @generated from enum value: NoAccess = 6;
|
|
525
|
-
*/
|
|
526
|
-
NoAccess = 6,
|
|
527
|
-
|
|
528
|
-
/**
|
|
529
|
-
* No access due validity
|
|
530
|
-
*
|
|
531
|
-
* @generated from enum value: NoAccessValidity = 7;
|
|
532
|
-
*/
|
|
533
|
-
NoAccessValidity = 7,
|
|
534
|
-
|
|
535
|
-
/**
|
|
536
|
-
* No access due blacklisted
|
|
537
|
-
*
|
|
538
|
-
* @generated from enum value: NoAccessBlacklisted = 8;
|
|
539
|
-
*/
|
|
540
|
-
NoAccessBlacklisted = 8,
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
/**
|
|
544
|
-
* @generated from enum BlueTransponderType
|
|
545
|
-
*/
|
|
546
|
-
export declare enum BlueTransponderType {
|
|
547
|
-
/**
|
|
548
|
-
* @generated from enum value: UnknownTransponder = 0;
|
|
549
|
-
*/
|
|
550
|
-
UnknownTransponder = 0,
|
|
551
|
-
|
|
552
|
-
/**
|
|
553
|
-
* @generated from enum value: MobileTransponder = 1;
|
|
554
|
-
*/
|
|
555
|
-
MobileTransponder = 1,
|
|
556
|
-
|
|
557
|
-
/**
|
|
558
|
-
* @generated from enum value: MifareDesfire = 2;
|
|
559
|
-
*/
|
|
560
|
-
MifareDesfire = 2,
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
/**
|
|
564
|
-
* @generated from enum BlueHardwareType
|
|
565
|
-
*/
|
|
566
|
-
export declare enum BlueHardwareType {
|
|
567
|
-
/**
|
|
568
|
-
* @generated from enum value: UnknownHardware = 0;
|
|
569
|
-
*/
|
|
570
|
-
UnknownHardware = 0,
|
|
571
|
-
|
|
572
|
-
/**
|
|
573
|
-
* @generated from enum value: TestHardware = 1;
|
|
574
|
-
*/
|
|
575
|
-
TestHardware = 1,
|
|
576
|
-
|
|
577
|
-
/**
|
|
578
|
-
* @generated from enum value: Gateway = 2;
|
|
579
|
-
*/
|
|
580
|
-
Gateway = 2,
|
|
581
|
-
|
|
582
|
-
/**
|
|
583
|
-
* @generated from enum value: CylinderLock = 3;
|
|
584
|
-
*/
|
|
585
|
-
CylinderLock = 3,
|
|
586
|
-
|
|
587
|
-
/**
|
|
588
|
-
* @generated from enum value: WallReader = 4;
|
|
589
|
-
*/
|
|
590
|
-
WallReader = 4,
|
|
591
|
-
|
|
592
|
-
/**
|
|
593
|
-
* @generated from enum value: Kiosk = 5;
|
|
594
|
-
*/
|
|
595
|
-
Kiosk = 5,
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
/**
|
|
599
|
-
* @generated from enum BlueBatteryLevel
|
|
600
|
-
*/
|
|
601
|
-
export declare enum BlueBatteryLevel {
|
|
602
|
-
/**
|
|
603
|
-
* @generated from enum value: UnknownBattery = 0;
|
|
604
|
-
*/
|
|
605
|
-
UnknownBattery = 0,
|
|
606
|
-
|
|
607
|
-
/**
|
|
608
|
-
* @generated from enum value: OnPower = 1;
|
|
609
|
-
*/
|
|
610
|
-
OnPower = 1,
|
|
611
|
-
|
|
612
|
-
/**
|
|
613
|
-
* @generated from enum value: GoodPower = 10;
|
|
614
|
-
*/
|
|
615
|
-
GoodPower = 10,
|
|
616
|
-
|
|
617
|
-
/**
|
|
618
|
-
* @generated from enum value: LowPower = 11;
|
|
619
|
-
*/
|
|
620
|
-
LowPower = 11,
|
|
621
|
-
|
|
622
|
-
/**
|
|
623
|
-
* @generated from enum value: CriticalPower = 12;
|
|
624
|
-
*/
|
|
625
|
-
CriticalPower = 12,
|
|
626
|
-
|
|
627
|
-
/**
|
|
628
|
-
* @generated from enum value: AlmostEmpty = 13;
|
|
629
|
-
*/
|
|
630
|
-
AlmostEmpty = 13,
|
|
631
|
-
|
|
632
|
-
/**
|
|
633
|
-
* 0% (100) - 100% (200)
|
|
634
|
-
*
|
|
635
|
-
* @generated from enum value: FullyDischarged = 100;
|
|
636
|
-
*/
|
|
637
|
-
FullyDischarged = 100,
|
|
638
|
-
|
|
639
|
-
/**
|
|
640
|
-
* @generated from enum value: FullyCharged = 200;
|
|
641
|
-
*/
|
|
642
|
-
FullyCharged = 200,
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
/**
|
|
646
|
-
* Oss So events --
|
|
647
|
-
*
|
|
648
|
-
* @generated from enum BlueEventId
|
|
649
|
-
*/
|
|
650
|
-
export declare enum BlueEventId {
|
|
651
|
-
/**
|
|
652
|
-
* * eventInfo = 0
|
|
653
|
-
*
|
|
654
|
-
* @generated from enum value: BatteryLow = 1;
|
|
655
|
-
*/
|
|
656
|
-
BatteryLow = 1,
|
|
657
|
-
|
|
658
|
-
/**
|
|
659
|
-
* * eventInfo = 0
|
|
660
|
-
*
|
|
661
|
-
* @generated from enum value: BatteryReplaced = 2;
|
|
662
|
-
*/
|
|
663
|
-
BatteryReplaced = 2,
|
|
664
|
-
|
|
665
|
-
/**
|
|
666
|
-
* * eventInfo = 0
|
|
667
|
-
*
|
|
668
|
-
* @generated from enum value: LockJammed = 3;
|
|
669
|
-
*/
|
|
670
|
-
LockJammed = 3,
|
|
671
|
-
|
|
672
|
-
/**
|
|
673
|
-
* * eventInfo = BlueEventInfoSystem
|
|
674
|
-
*
|
|
675
|
-
* @generated from enum value: SystemEvent = 4;
|
|
676
|
-
*/
|
|
677
|
-
SystemEvent = 4,
|
|
678
|
-
|
|
679
|
-
/**
|
|
680
|
-
* * eventInfo = 0
|
|
681
|
-
*
|
|
682
|
-
* @generated from enum value: InternalError = 5;
|
|
683
|
-
*/
|
|
684
|
-
InternalError = 5,
|
|
685
|
-
|
|
686
|
-
/**
|
|
687
|
-
* * eventInfo = 0
|
|
688
|
-
*
|
|
689
|
-
* @generated from enum value: FailedToUnlock = 6;
|
|
690
|
-
*/
|
|
691
|
-
FailedToUnlock = 6,
|
|
692
|
-
|
|
693
|
-
/**
|
|
694
|
-
* * eventInfo = 0
|
|
695
|
-
*
|
|
696
|
-
* @generated from enum value: TamperingDetected = 7;
|
|
697
|
-
*/
|
|
698
|
-
TamperingDetected = 7,
|
|
699
|
-
|
|
700
|
-
/**
|
|
701
|
-
* * eventInfo = 0
|
|
702
|
-
*
|
|
703
|
-
* @generated from enum value: BlacklistedCredentialDetected = 8;
|
|
704
|
-
*/
|
|
705
|
-
BlacklistedCredentialDetected = 8,
|
|
706
|
-
|
|
707
|
-
/**
|
|
708
|
-
* * eventInfo = 0
|
|
709
|
-
*
|
|
710
|
-
* @generated from enum value: BlacklistFull = 9;
|
|
711
|
-
*/
|
|
712
|
-
BlacklistFull = 9,
|
|
713
|
-
|
|
714
|
-
/**
|
|
715
|
-
* * eventInfo = BlueEventInfoAccess
|
|
716
|
-
*
|
|
717
|
-
* @generated from enum value: AccessGranted = 10;
|
|
718
|
-
*/
|
|
719
|
-
AccessGranted = 10,
|
|
720
|
-
|
|
721
|
-
/**
|
|
722
|
-
* * eventInfo = BlueEventInfoAccess
|
|
723
|
-
*
|
|
724
|
-
* @generated from enum value: AccessDenied = 11;
|
|
725
|
-
*/
|
|
726
|
-
AccessDenied = 11,
|
|
727
|
-
|
|
728
|
-
/**
|
|
729
|
-
* * eventInfo = 0
|
|
730
|
-
*
|
|
731
|
-
* @generated from enum value: CRCError = 12;
|
|
732
|
-
*/
|
|
733
|
-
CRCError = 12,
|
|
734
|
-
|
|
735
|
-
/**
|
|
736
|
-
* @generated from enum value: MaxOssSoEventId = 13;
|
|
737
|
-
*/
|
|
738
|
-
MaxOssSoEventId = 13,
|
|
739
|
-
|
|
740
|
-
/**
|
|
741
|
-
* * eventInfo = BlueReturnCode
|
|
742
|
-
*
|
|
743
|
-
* @generated from enum value: TerminalCommand = 14;
|
|
744
|
-
*/
|
|
745
|
-
TerminalCommand = 14,
|
|
746
|
-
|
|
747
|
-
/**
|
|
748
|
-
* * eventInfo = BlueReturnCode
|
|
749
|
-
*
|
|
750
|
-
* @generated from enum value: TerminalOss = 15;
|
|
751
|
-
*/
|
|
752
|
-
TerminalOss = 15,
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
/**
|
|
756
|
-
* Oss So events --
|
|
757
|
-
*
|
|
758
|
-
* @generated from enum BlueEventInfoSystem
|
|
759
|
-
*/
|
|
760
|
-
export declare enum BlueEventInfoSystem {
|
|
761
|
-
/**
|
|
762
|
-
* @generated from enum value: SystemRestart = 1;
|
|
763
|
-
*/
|
|
764
|
-
SystemRestart = 1,
|
|
765
|
-
|
|
766
|
-
/**
|
|
767
|
-
* @generated from enum value: SystemConfigured = 2;
|
|
768
|
-
*/
|
|
769
|
-
SystemConfigured = 2,
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
/**
|
|
773
|
-
* Oss So events --
|
|
774
|
-
*
|
|
775
|
-
* @generated from enum BlueEventInfoAccess
|
|
776
|
-
*/
|
|
777
|
-
export declare enum BlueEventInfoAccess {
|
|
778
|
-
/**
|
|
779
|
-
* @generated from enum value: Granted = 1;
|
|
780
|
-
*/
|
|
781
|
-
Granted = 1,
|
|
782
|
-
|
|
783
|
-
/**
|
|
784
|
-
* @generated from enum value: GrantedDefaultTime = 2;
|
|
785
|
-
*/
|
|
786
|
-
GrantedDefaultTime = 2,
|
|
787
|
-
|
|
788
|
-
/**
|
|
789
|
-
* @generated from enum value: GrantedExtendedTime = 3;
|
|
790
|
-
*/
|
|
791
|
-
GrantedExtendedTime = 3,
|
|
792
|
-
|
|
793
|
-
/**
|
|
794
|
-
* @generated from enum value: GrantedToggleUnlock = 4;
|
|
795
|
-
*/
|
|
796
|
-
GrantedToggleUnlock = 4,
|
|
797
|
-
|
|
798
|
-
/**
|
|
799
|
-
* @generated from enum value: GrantedToggleLock = 5;
|
|
800
|
-
*/
|
|
801
|
-
GrantedToggleLock = 5,
|
|
802
|
-
|
|
803
|
-
/**
|
|
804
|
-
* @generated from enum value: Denied = 128;
|
|
805
|
-
*/
|
|
806
|
-
Denied = 128,
|
|
807
|
-
|
|
808
|
-
/**
|
|
809
|
-
* @generated from enum value: DeniedBlacklisted = 130;
|
|
810
|
-
*/
|
|
811
|
-
DeniedBlacklisted = 130,
|
|
812
|
-
|
|
813
|
-
/**
|
|
814
|
-
* @generated from enum value: DeniedValidity = 131;
|
|
815
|
-
*/
|
|
816
|
-
DeniedValidity = 131,
|
|
817
|
-
|
|
818
|
-
/**
|
|
819
|
-
* @generated from enum value: DeniedDTSchedule = 132;
|
|
820
|
-
*/
|
|
821
|
-
DeniedDTSchedule = 132,
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
/**
|
|
825
|
-
* @generated from enum BlueOssCredentialTypeSource
|
|
826
|
-
*/
|
|
827
|
-
export declare enum BlueOssCredentialTypeSource {
|
|
828
|
-
/**
|
|
829
|
-
* @generated from enum value: Oss = 0;
|
|
830
|
-
*/
|
|
831
|
-
Oss = 0,
|
|
832
|
-
|
|
833
|
-
/**
|
|
834
|
-
* @generated from enum value: Proprietary = 1;
|
|
835
|
-
*/
|
|
836
|
-
Proprietary = 1,
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
/**
|
|
840
|
-
* @generated from enum BlueOssSoCredentialTypeOssCredential
|
|
841
|
-
*/
|
|
842
|
-
export declare enum BlueOssSoCredentialTypeOssCredential {
|
|
843
|
-
/**
|
|
844
|
-
* @generated from enum value: Standard = 0;
|
|
845
|
-
*/
|
|
846
|
-
Standard = 0,
|
|
847
|
-
|
|
848
|
-
/**
|
|
849
|
-
* @generated from enum value: InterventionMedia = 1;
|
|
850
|
-
*/
|
|
851
|
-
InterventionMedia = 1,
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
/**
|
|
855
|
-
* @generated from enum BlueOssSoDoorInfoAccessBy
|
|
856
|
-
*/
|
|
857
|
-
export declare enum BlueOssSoDoorInfoAccessBy {
|
|
858
|
-
/**
|
|
859
|
-
* @generated from enum value: DoorGroupId = 0;
|
|
860
|
-
*/
|
|
861
|
-
DoorGroupId = 0,
|
|
862
|
-
|
|
863
|
-
/**
|
|
864
|
-
* @generated from enum value: DoorId = 1;
|
|
865
|
-
*/
|
|
866
|
-
DoorId = 1,
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
/**
|
|
870
|
-
* @generated from enum BlueOssSoFileId
|
|
871
|
-
*/
|
|
872
|
-
export declare enum BlueOssSoFileId {
|
|
873
|
-
/**
|
|
874
|
-
* @generated from enum value: Info = 0;
|
|
875
|
-
*/
|
|
876
|
-
Info = 0,
|
|
877
|
-
|
|
878
|
-
/**
|
|
879
|
-
* @generated from enum value: Data = 1;
|
|
880
|
-
*/
|
|
881
|
-
Data = 1,
|
|
882
|
-
|
|
883
|
-
/**
|
|
884
|
-
* @generated from enum value: Event = 2;
|
|
885
|
-
*/
|
|
886
|
-
Event = 2,
|
|
887
|
-
|
|
888
|
-
/**
|
|
889
|
-
* @generated from enum value: Blacklist = 3;
|
|
890
|
-
*/
|
|
891
|
-
Blacklist = 3,
|
|
892
|
-
|
|
893
|
-
/**
|
|
894
|
-
* @generated from enum value: CustomerExtensions = 4;
|
|
895
|
-
*/
|
|
896
|
-
CustomerExtensions = 4,
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
/**
|
|
900
|
-
* @generated from message BlueSharedDemoData
|
|
901
|
-
*/
|
|
902
|
-
export declare class BlueSharedDemoData extends Message<BlueSharedDemoData> {
|
|
903
|
-
/**
|
|
904
|
-
* @generated from field: required string deviceId = 1 [default = "wa0y1YwS"];
|
|
905
|
-
*/
|
|
906
|
-
deviceId: string;
|
|
907
|
-
|
|
908
|
-
/**
|
|
909
|
-
* @generated from field: required bytes terminalPrivateKey = 2 [default = "0\201\207\002\001\0000\023\006\007*\206H\316=\002\001\006\010*\206H\316=\003\001\007\004m0k\002\001\001\004 \245\253m\024\0210G\247\255l\020\344M\346<\005\271k\204\265\037\343\024\326\207\\F\236\271\315i+\241D\003B\000\004:f\206u\311))\007\303c\030\227M\331D\034q\371\344E\350t\032?\257k\305\214\234i\023\276D\024\013`EOv/\302\361\230A\230\354n9\033S6\213\220s\352\035\347 \317\241\276-\324\361"];
|
|
910
|
-
*/
|
|
911
|
-
terminalPrivateKey: Uint8Array;
|
|
912
|
-
|
|
913
|
-
/**
|
|
914
|
-
* @generated from field: required bytes terminalPublicKey = 3 [default = "0Y0\023\006\007*\206H\316=\002\001\006\010*\206H\316=\003\001\007\003B\000\004:f\206u\311))\007\303c\030\227M\331D\034q\371\344E\350t\032?\257k\305\214\234i\023\276D\024\013`EOv/\302\361\230A\230\354n9\033S6\213\220s\352\035\347 \317\241\276-\324\361"];
|
|
915
|
-
*/
|
|
916
|
-
terminalPublicKey: Uint8Array;
|
|
917
|
-
|
|
918
|
-
/**
|
|
919
|
-
* --
|
|
920
|
-
*
|
|
921
|
-
* @generated from field: required bytes signaturePrivateKey = 4 [default = "0\201\207\002\001\0000\023\006\007*\206H\316=\002\001\006\010*\206H\316=\003\001\007\004m0k\002\001\001\004 \3576U\311M\200\036\364\222Vu\016p\341Q\016\314\350\264lT^U\035\336\273\374o\\"\250IP\241D\003B\000\004Z\rngE\314\325\301\214\353\330\257\366\352\206\330\303\257C?\267\242\322_!4B\324\315\226\203\264\346}-\334%\353S\371\022v\036@\346\311\231\203\335\220\220\376\360\264%\231\315\026\2569/\317\226C"];
|
|
922
|
-
*/
|
|
923
|
-
signaturePrivateKey: Uint8Array;
|
|
924
|
-
|
|
925
|
-
/**
|
|
926
|
-
* @generated from field: required bytes signaturePublicKey = 5 [default = "0Y0\023\006\007*\206H\316=\002\001\006\010*\206H\316=\003\001\007\003B\000\004Z\rngE\314\325\301\214\353\330\257\366\352\206\330\303\257C?\267\242\322_!4B\324\315\226\203\264\346}-\334%\353S\371\022v\036@\346\311\231\203\335\220\220\376\360\264%\231\315\026\2569/\317\226C"];
|
|
927
|
-
*/
|
|
928
|
-
signaturePublicKey: Uint8Array;
|
|
929
|
-
|
|
930
|
-
constructor(data?: PartialMessage<BlueSharedDemoData>);
|
|
931
|
-
|
|
932
|
-
static readonly runtime: typeof proto2;
|
|
933
|
-
static readonly typeName = "BlueSharedDemoData";
|
|
934
|
-
static readonly fields: FieldList;
|
|
935
|
-
|
|
936
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueSharedDemoData;
|
|
937
|
-
|
|
938
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueSharedDemoData;
|
|
939
|
-
|
|
940
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSharedDemoData;
|
|
941
|
-
|
|
942
|
-
static equals(a: BlueSharedDemoData | PlainMessage<BlueSharedDemoData> | undefined, b: BlueSharedDemoData | PlainMessage<BlueSharedDemoData> | undefined): boolean;
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
/**
|
|
946
|
-
* @generated from message BlueVersionInfo
|
|
947
|
-
*/
|
|
948
|
-
export declare class BlueVersionInfo extends Message<BlueVersionInfo> {
|
|
949
|
-
/**
|
|
950
|
-
* @generated from field: required uint32 buildTime = 1;
|
|
951
|
-
*/
|
|
952
|
-
buildTime: number;
|
|
953
|
-
|
|
954
|
-
/**
|
|
955
|
-
* @generated from field: required uint32 version = 2;
|
|
956
|
-
*/
|
|
957
|
-
version: number;
|
|
958
|
-
|
|
959
|
-
constructor(data?: PartialMessage<BlueVersionInfo>);
|
|
960
|
-
|
|
961
|
-
static readonly runtime: typeof proto2;
|
|
962
|
-
static readonly typeName = "BlueVersionInfo";
|
|
963
|
-
static readonly fields: FieldList;
|
|
964
|
-
|
|
965
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueVersionInfo;
|
|
966
|
-
|
|
967
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueVersionInfo;
|
|
968
|
-
|
|
969
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueVersionInfo;
|
|
970
|
-
|
|
971
|
-
static equals(a: BlueVersionInfo | PlainMessage<BlueVersionInfo> | undefined, b: BlueVersionInfo | PlainMessage<BlueVersionInfo> | undefined): boolean;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
/**
|
|
975
|
-
* @generated from message BlueLocalTimestamp
|
|
976
|
-
*/
|
|
977
|
-
export declare class BlueLocalTimestamp extends Message<BlueLocalTimestamp> {
|
|
978
|
-
/**
|
|
979
|
-
* @generated from field: required uint32 year = 1;
|
|
980
|
-
*/
|
|
981
|
-
year: number;
|
|
982
|
-
|
|
983
|
-
/**
|
|
984
|
-
* @generated from field: required uint32 month = 2;
|
|
985
|
-
*/
|
|
986
|
-
month: number;
|
|
987
|
-
|
|
988
|
-
/**
|
|
989
|
-
* @generated from field: required uint32 date = 3;
|
|
990
|
-
*/
|
|
991
|
-
date: number;
|
|
992
|
-
|
|
993
|
-
/**
|
|
994
|
-
* @generated from field: required uint32 hours = 4;
|
|
995
|
-
*/
|
|
996
|
-
hours: number;
|
|
997
|
-
|
|
998
|
-
/**
|
|
999
|
-
* @generated from field: required uint32 minutes = 5;
|
|
1000
|
-
*/
|
|
1001
|
-
minutes: number;
|
|
1002
|
-
|
|
1003
|
-
/**
|
|
1004
|
-
* @generated from field: required uint32 seconds = 6 [default = 0];
|
|
1005
|
-
*/
|
|
1006
|
-
seconds: number;
|
|
1007
|
-
|
|
1008
|
-
constructor(data?: PartialMessage<BlueLocalTimestamp>);
|
|
1009
|
-
|
|
1010
|
-
static readonly runtime: typeof proto2;
|
|
1011
|
-
static readonly typeName = "BlueLocalTimestamp";
|
|
1012
|
-
static readonly fields: FieldList;
|
|
1013
|
-
|
|
1014
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueLocalTimestamp;
|
|
1015
|
-
|
|
1016
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueLocalTimestamp;
|
|
1017
|
-
|
|
1018
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueLocalTimestamp;
|
|
1019
|
-
|
|
1020
|
-
static equals(a: BlueLocalTimestamp | PlainMessage<BlueLocalTimestamp> | undefined, b: BlueLocalTimestamp | PlainMessage<BlueLocalTimestamp> | undefined): boolean;
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
/**
|
|
1024
|
-
* @generated from message BlueLocalTimeperiod
|
|
1025
|
-
*/
|
|
1026
|
-
export declare class BlueLocalTimeperiod extends Message<BlueLocalTimeperiod> {
|
|
1027
|
-
/**
|
|
1028
|
-
* @generated from field: required uint32 hoursFrom = 1;
|
|
1029
|
-
*/
|
|
1030
|
-
hoursFrom: number;
|
|
1031
|
-
|
|
1032
|
-
/**
|
|
1033
|
-
* @generated from field: required uint32 minutesFrom = 2;
|
|
1034
|
-
*/
|
|
1035
|
-
minutesFrom: number;
|
|
1036
|
-
|
|
1037
|
-
/**
|
|
1038
|
-
* @generated from field: required uint32 hoursTo = 3;
|
|
1039
|
-
*/
|
|
1040
|
-
hoursTo: number;
|
|
1041
|
-
|
|
1042
|
-
/**
|
|
1043
|
-
* @generated from field: required uint32 minutesTo = 4;
|
|
1044
|
-
*/
|
|
1045
|
-
minutesTo: number;
|
|
1046
|
-
|
|
1047
|
-
constructor(data?: PartialMessage<BlueLocalTimeperiod>);
|
|
1048
|
-
|
|
1049
|
-
static readonly runtime: typeof proto2;
|
|
1050
|
-
static readonly typeName = "BlueLocalTimeperiod";
|
|
1051
|
-
static readonly fields: FieldList;
|
|
1052
|
-
|
|
1053
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueLocalTimeperiod;
|
|
1054
|
-
|
|
1055
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueLocalTimeperiod;
|
|
1056
|
-
|
|
1057
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueLocalTimeperiod;
|
|
1058
|
-
|
|
1059
|
-
static equals(a: BlueLocalTimeperiod | PlainMessage<BlueLocalTimeperiod> | undefined, b: BlueLocalTimeperiod | PlainMessage<BlueLocalTimeperiod> | undefined): boolean;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
/**
|
|
1063
|
-
* @generated from message BlueLocalTimeSchedule
|
|
1064
|
-
*/
|
|
1065
|
-
export declare class BlueLocalTimeSchedule extends Message<BlueLocalTimeSchedule> {
|
|
1066
|
-
/**
|
|
1067
|
-
* Day of year is always 1-366, to spawn whole year make 1->366
|
|
1068
|
-
*
|
|
1069
|
-
* @generated from field: required uint32 dayOfYearStart = 1;
|
|
1070
|
-
*/
|
|
1071
|
-
dayOfYearStart: number;
|
|
1072
|
-
|
|
1073
|
-
/**
|
|
1074
|
-
* @generated from field: required uint32 dayOfYearEnd = 2;
|
|
1075
|
-
*/
|
|
1076
|
-
dayOfYearEnd: number;
|
|
1077
|
-
|
|
1078
|
-
/**
|
|
1079
|
-
* See BlueWeekday -> byte 0 = Monday, etc.
|
|
1080
|
-
*
|
|
1081
|
-
* @generated from field: required bytes weekdays = 3;
|
|
1082
|
-
*/
|
|
1083
|
-
weekdays: Uint8Array;
|
|
1084
|
-
|
|
1085
|
-
/**
|
|
1086
|
-
* @generated from field: required BlueLocalTimeperiod timePeriod = 4;
|
|
1087
|
-
*/
|
|
1088
|
-
timePeriod?: BlueLocalTimeperiod;
|
|
1089
|
-
|
|
1090
|
-
constructor(data?: PartialMessage<BlueLocalTimeSchedule>);
|
|
1091
|
-
|
|
1092
|
-
static readonly runtime: typeof proto2;
|
|
1093
|
-
static readonly typeName = "BlueLocalTimeSchedule";
|
|
1094
|
-
static readonly fields: FieldList;
|
|
1095
|
-
|
|
1096
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueLocalTimeSchedule;
|
|
1097
|
-
|
|
1098
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueLocalTimeSchedule;
|
|
1099
|
-
|
|
1100
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueLocalTimeSchedule;
|
|
1101
|
-
|
|
1102
|
-
static equals(a: BlueLocalTimeSchedule | PlainMessage<BlueLocalTimeSchedule> | undefined, b: BlueLocalTimeSchedule | PlainMessage<BlueLocalTimeSchedule> | undefined): boolean;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
/**
|
|
1106
|
-
* @generated from message BlueCredentialId
|
|
1107
|
-
*/
|
|
1108
|
-
export declare class BlueCredentialId extends Message<BlueCredentialId> {
|
|
1109
|
-
/**
|
|
1110
|
-
* @generated from field: required string id = 1;
|
|
1111
|
-
*/
|
|
1112
|
-
id: string;
|
|
1113
|
-
|
|
1114
|
-
constructor(data?: PartialMessage<BlueCredentialId>);
|
|
1115
|
-
|
|
1116
|
-
static readonly runtime: typeof proto2;
|
|
1117
|
-
static readonly typeName = "BlueCredentialId";
|
|
1118
|
-
static readonly fields: FieldList;
|
|
1119
|
-
|
|
1120
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueCredentialId;
|
|
1121
|
-
|
|
1122
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueCredentialId;
|
|
1123
|
-
|
|
1124
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueCredentialId;
|
|
1125
|
-
|
|
1126
|
-
static equals(a: BlueCredentialId | PlainMessage<BlueCredentialId> | undefined, b: BlueCredentialId | PlainMessage<BlueCredentialId> | undefined): boolean;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
/**
|
|
1130
|
-
* @generated from message BlueBlacklistEntry
|
|
1131
|
-
*/
|
|
1132
|
-
export declare class BlueBlacklistEntry extends Message<BlueBlacklistEntry> {
|
|
1133
|
-
/**
|
|
1134
|
-
* @generated from field: required BlueCredentialId credentialId = 1;
|
|
1135
|
-
*/
|
|
1136
|
-
credentialId?: BlueCredentialId;
|
|
1137
|
-
|
|
1138
|
-
/**
|
|
1139
|
-
* @generated from field: required BlueLocalTimestamp expiresAt = 2;
|
|
1140
|
-
*/
|
|
1141
|
-
expiresAt?: BlueLocalTimestamp;
|
|
1142
|
-
|
|
1143
|
-
constructor(data?: PartialMessage<BlueBlacklistEntry>);
|
|
1144
|
-
|
|
1145
|
-
static readonly runtime: typeof proto2;
|
|
1146
|
-
static readonly typeName = "BlueBlacklistEntry";
|
|
1147
|
-
static readonly fields: FieldList;
|
|
1148
|
-
|
|
1149
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueBlacklistEntry;
|
|
1150
|
-
|
|
1151
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueBlacklistEntry;
|
|
1152
|
-
|
|
1153
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueBlacklistEntry;
|
|
1154
|
-
|
|
1155
|
-
static equals(a: BlueBlacklistEntry | PlainMessage<BlueBlacklistEntry> | undefined, b: BlueBlacklistEntry | PlainMessage<BlueBlacklistEntry> | undefined): boolean;
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
/**
|
|
1159
|
-
* @generated from message BlueBleManufacturerInfo
|
|
1160
|
-
*/
|
|
1161
|
-
export declare class BlueBleManufacturerInfo extends Message<BlueBleManufacturerInfo> {
|
|
1162
|
-
/**
|
|
1163
|
-
* @generated from field: required BlueHardwareType hardwareType = 1;
|
|
1164
|
-
*/
|
|
1165
|
-
hardwareType: BlueHardwareType;
|
|
1166
|
-
|
|
1167
|
-
/**
|
|
1168
|
-
* @generated from field: required BlueBatteryLevel batteryLevel = 2;
|
|
1169
|
-
*/
|
|
1170
|
-
batteryLevel: BlueBatteryLevel;
|
|
1171
|
-
|
|
1172
|
-
/**
|
|
1173
|
-
* @generated from field: required uint32 applicationVersion = 3;
|
|
1174
|
-
*/
|
|
1175
|
-
applicationVersion: number;
|
|
1176
|
-
|
|
1177
|
-
/**
|
|
1178
|
-
* @generated from field: required uint32 localMidnightTimeEpoch = 4;
|
|
1179
|
-
*/
|
|
1180
|
-
localMidnightTimeEpoch: number;
|
|
1181
|
-
|
|
1182
|
-
constructor(data?: PartialMessage<BlueBleManufacturerInfo>);
|
|
1183
|
-
|
|
1184
|
-
static readonly runtime: typeof proto2;
|
|
1185
|
-
static readonly typeName = "BlueBleManufacturerInfo";
|
|
1186
|
-
static readonly fields: FieldList;
|
|
1187
|
-
|
|
1188
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueBleManufacturerInfo;
|
|
1189
|
-
|
|
1190
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueBleManufacturerInfo;
|
|
1191
|
-
|
|
1192
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueBleManufacturerInfo;
|
|
1193
|
-
|
|
1194
|
-
static equals(a: BlueBleManufacturerInfo | PlainMessage<BlueBleManufacturerInfo> | undefined, b: BlueBleManufacturerInfo | PlainMessage<BlueBleManufacturerInfo> | undefined): boolean;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
/**
|
|
1198
|
-
* @generated from message BlueBleAdvertisementInfo
|
|
1199
|
-
*/
|
|
1200
|
-
export declare class BlueBleAdvertisementInfo extends Message<BlueBleAdvertisementInfo> {
|
|
1201
|
-
/**
|
|
1202
|
-
* Unique device id becomes the local name
|
|
1203
|
-
*
|
|
1204
|
-
* @generated from field: required string deviceId = 1;
|
|
1205
|
-
*/
|
|
1206
|
-
deviceId: string;
|
|
1207
|
-
|
|
1208
|
-
/**
|
|
1209
|
-
* The advertised tx power level at 1 meter in decibel (-XX - +XX)
|
|
1210
|
-
*
|
|
1211
|
-
* @generated from field: required int32 txPower1Meter = 2;
|
|
1212
|
-
*/
|
|
1213
|
-
txPower1Meter: number;
|
|
1214
|
-
|
|
1215
|
-
/**
|
|
1216
|
-
* If set generates iBeacon format otherwise generates regular ble adv data
|
|
1217
|
-
*
|
|
1218
|
-
* @generated from field: required bool isIBeacon = 3;
|
|
1219
|
-
*/
|
|
1220
|
-
isIBeacon: boolean;
|
|
1221
|
-
|
|
1222
|
-
/**
|
|
1223
|
-
* The manufacturer information
|
|
1224
|
-
*
|
|
1225
|
-
* @generated from field: required BlueBleManufacturerInfo mfInfo = 4;
|
|
1226
|
-
*/
|
|
1227
|
-
mfInfo?: BlueBleManufacturerInfo;
|
|
1228
|
-
|
|
1229
|
-
constructor(data?: PartialMessage<BlueBleAdvertisementInfo>);
|
|
1230
|
-
|
|
1231
|
-
static readonly runtime: typeof proto2;
|
|
1232
|
-
static readonly typeName = "BlueBleAdvertisementInfo";
|
|
1233
|
-
static readonly fields: FieldList;
|
|
1234
|
-
|
|
1235
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueBleAdvertisementInfo;
|
|
1236
|
-
|
|
1237
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueBleAdvertisementInfo;
|
|
1238
|
-
|
|
1239
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueBleAdvertisementInfo;
|
|
1240
|
-
|
|
1241
|
-
static equals(a: BlueBleAdvertisementInfo | PlainMessage<BlueBleAdvertisementInfo> | undefined, b: BlueBleAdvertisementInfo | PlainMessage<BlueBleAdvertisementInfo> | undefined): boolean;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
/**
|
|
1245
|
-
* @generated from message BlueEvent
|
|
1246
|
-
*/
|
|
1247
|
-
export declare class BlueEvent extends Message<BlueEvent> {
|
|
1248
|
-
/**
|
|
1249
|
-
* @generated from field: required uint32 sequenceId = 1;
|
|
1250
|
-
*/
|
|
1251
|
-
sequenceId: number;
|
|
1252
|
-
|
|
1253
|
-
/**
|
|
1254
|
-
* @generated from field: required BlueLocalTimestamp eventTime = 2;
|
|
1255
|
-
*/
|
|
1256
|
-
eventTime?: BlueLocalTimestamp;
|
|
1257
|
-
|
|
1258
|
-
/**
|
|
1259
|
-
* @generated from field: required BlueEventId eventId = 4;
|
|
1260
|
-
*/
|
|
1261
|
-
eventId: BlueEventId;
|
|
1262
|
-
|
|
1263
|
-
/**
|
|
1264
|
-
* @generated from field: required int32 eventInfo = 5;
|
|
1265
|
-
*/
|
|
1266
|
-
eventInfo: number;
|
|
1267
|
-
|
|
1268
|
-
/**
|
|
1269
|
-
* Set if identity related
|
|
1270
|
-
*
|
|
1271
|
-
* @generated from field: optional string identity = 6;
|
|
1272
|
-
*/
|
|
1273
|
-
identity?: string;
|
|
1274
|
-
|
|
1275
|
-
/**
|
|
1276
|
-
* Set if eventId =
|
|
1277
|
-
*
|
|
1278
|
-
* @generated from field: optional string command = 7;
|
|
1279
|
-
*/
|
|
1280
|
-
command?: string;
|
|
1281
|
-
|
|
1282
|
-
constructor(data?: PartialMessage<BlueEvent>);
|
|
1283
|
-
|
|
1284
|
-
static readonly runtime: typeof proto2;
|
|
1285
|
-
static readonly typeName = "BlueEvent";
|
|
1286
|
-
static readonly fields: FieldList;
|
|
1287
|
-
|
|
1288
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueEvent;
|
|
1289
|
-
|
|
1290
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueEvent;
|
|
1291
|
-
|
|
1292
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueEvent;
|
|
1293
|
-
|
|
1294
|
-
static equals(a: BlueEvent | PlainMessage<BlueEvent> | undefined, b: BlueEvent | PlainMessage<BlueEvent> | undefined): boolean;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
/**
|
|
1298
|
-
* @generated from message BlueSPHandshake
|
|
1299
|
-
*/
|
|
1300
|
-
export declare class BlueSPHandshake extends Message<BlueSPHandshake> {
|
|
1301
|
-
/**
|
|
1302
|
-
* @generated from field: required bytes transponderSalt = 1;
|
|
1303
|
-
*/
|
|
1304
|
-
transponderSalt: Uint8Array;
|
|
1305
|
-
|
|
1306
|
-
constructor(data?: PartialMessage<BlueSPHandshake>);
|
|
1307
|
-
|
|
1308
|
-
static readonly runtime: typeof proto2;
|
|
1309
|
-
static readonly typeName = "BlueSPHandshake";
|
|
1310
|
-
static readonly fields: FieldList;
|
|
1311
|
-
|
|
1312
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueSPHandshake;
|
|
1313
|
-
|
|
1314
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueSPHandshake;
|
|
1315
|
-
|
|
1316
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSPHandshake;
|
|
1317
|
-
|
|
1318
|
-
static equals(a: BlueSPHandshake | PlainMessage<BlueSPHandshake> | undefined, b: BlueSPHandshake | PlainMessage<BlueSPHandshake> | undefined): boolean;
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
/**
|
|
1322
|
-
* @generated from message BlueSPHandshakeReply
|
|
1323
|
-
*/
|
|
1324
|
-
export declare class BlueSPHandshakeReply extends Message<BlueSPHandshakeReply> {
|
|
1325
|
-
/**
|
|
1326
|
-
* @generated from field: required bytes terminalSalt = 1;
|
|
1327
|
-
*/
|
|
1328
|
-
terminalSalt: Uint8Array;
|
|
1329
|
-
|
|
1330
|
-
/**
|
|
1331
|
-
* @generated from field: required bytes terminalSignature = 2;
|
|
1332
|
-
*/
|
|
1333
|
-
terminalSignature: Uint8Array;
|
|
1334
|
-
|
|
1335
|
-
constructor(data?: PartialMessage<BlueSPHandshakeReply>);
|
|
1336
|
-
|
|
1337
|
-
static readonly runtime: typeof proto2;
|
|
1338
|
-
static readonly typeName = "BlueSPHandshakeReply";
|
|
1339
|
-
static readonly fields: FieldList;
|
|
1340
|
-
|
|
1341
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueSPHandshakeReply;
|
|
1342
|
-
|
|
1343
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueSPHandshakeReply;
|
|
1344
|
-
|
|
1345
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSPHandshakeReply;
|
|
1346
|
-
|
|
1347
|
-
static equals(a: BlueSPHandshakeReply | PlainMessage<BlueSPHandshakeReply> | undefined, b: BlueSPHandshakeReply | PlainMessage<BlueSPHandshakeReply> | undefined): boolean;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
/**
|
|
1351
|
-
* @generated from message BlueSPDataCommand
|
|
1352
|
-
*/
|
|
1353
|
-
export declare class BlueSPDataCommand extends Message<BlueSPDataCommand> {
|
|
1354
|
-
/**
|
|
1355
|
-
* @generated from field: required BlueCredentialId credentialId = 1;
|
|
1356
|
-
*/
|
|
1357
|
-
credentialId?: BlueCredentialId;
|
|
1358
|
-
|
|
1359
|
-
/**
|
|
1360
|
-
* @generated from field: required BlueLocalTimestamp validityStart = 2;
|
|
1361
|
-
*/
|
|
1362
|
-
validityStart?: BlueLocalTimestamp;
|
|
1363
|
-
|
|
1364
|
-
/**
|
|
1365
|
-
* @generated from field: required BlueLocalTimestamp validityEnd = 3;
|
|
1366
|
-
*/
|
|
1367
|
-
validityEnd?: BlueLocalTimestamp;
|
|
1368
|
-
|
|
1369
|
-
/**
|
|
1370
|
-
* @generated from field: required string command = 4;
|
|
1371
|
-
*/
|
|
1372
|
-
command: string;
|
|
1373
|
-
|
|
1374
|
-
/**
|
|
1375
|
-
* we'll add 256b for add. data
|
|
1376
|
-
*
|
|
1377
|
-
* @generated from field: required bytes data = 5;
|
|
1378
|
-
*/
|
|
1379
|
-
data: Uint8Array;
|
|
1380
|
-
|
|
1381
|
-
constructor(data?: PartialMessage<BlueSPDataCommand>);
|
|
1382
|
-
|
|
1383
|
-
static readonly runtime: typeof proto2;
|
|
1384
|
-
static readonly typeName = "BlueSPDataCommand";
|
|
1385
|
-
static readonly fields: FieldList;
|
|
1386
|
-
|
|
1387
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueSPDataCommand;
|
|
1388
|
-
|
|
1389
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueSPDataCommand;
|
|
1390
|
-
|
|
1391
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSPDataCommand;
|
|
1392
|
-
|
|
1393
|
-
static equals(a: BlueSPDataCommand | PlainMessage<BlueSPDataCommand> | undefined, b: BlueSPDataCommand | PlainMessage<BlueSPDataCommand> | undefined): boolean;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
/**
|
|
1397
|
-
* @generated from message BlueSPData
|
|
1398
|
-
*/
|
|
1399
|
-
export declare class BlueSPData extends Message<BlueSPData> {
|
|
1400
|
-
/**
|
|
1401
|
-
* @generated from field: required bytes signature = 1;
|
|
1402
|
-
*/
|
|
1403
|
-
signature: Uint8Array;
|
|
1404
|
-
|
|
1405
|
-
/**
|
|
1406
|
-
* @generated from oneof BlueSPData.payload
|
|
1407
|
-
*/
|
|
1408
|
-
payload: {
|
|
1409
|
-
/**
|
|
1410
|
-
* @generated from field: BlueSPDataCommand command = 2;
|
|
1411
|
-
*/
|
|
1412
|
-
value: BlueSPDataCommand;
|
|
1413
|
-
case: "command";
|
|
1414
|
-
} | {
|
|
1415
|
-
/**
|
|
1416
|
-
* @generated from field: BlueOssSoMobile ossSo = 3;
|
|
1417
|
-
*/
|
|
1418
|
-
value: BlueOssSoMobile;
|
|
1419
|
-
case: "ossSo";
|
|
1420
|
-
} | {
|
|
1421
|
-
/**
|
|
1422
|
-
* @generated from field: BlueOssSidMobile ossSid = 4;
|
|
1423
|
-
*/
|
|
1424
|
-
value: BlueOssSidMobile;
|
|
1425
|
-
case: "ossSid";
|
|
1426
|
-
} | { case: undefined; value?: undefined };
|
|
1427
|
-
|
|
1428
|
-
constructor(data?: PartialMessage<BlueSPData>);
|
|
1429
|
-
|
|
1430
|
-
static readonly runtime: typeof proto2;
|
|
1431
|
-
static readonly typeName = "BlueSPData";
|
|
1432
|
-
static readonly fields: FieldList;
|
|
1433
|
-
|
|
1434
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueSPData;
|
|
1435
|
-
|
|
1436
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueSPData;
|
|
1437
|
-
|
|
1438
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSPData;
|
|
1439
|
-
|
|
1440
|
-
static equals(a: BlueSPData | PlainMessage<BlueSPData> | undefined, b: BlueSPData | PlainMessage<BlueSPData> | undefined): boolean;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
/**
|
|
1444
|
-
* @generated from message BlueSPResult
|
|
1445
|
-
*/
|
|
1446
|
-
export declare class BlueSPResult extends Message<BlueSPResult> {
|
|
1447
|
-
/**
|
|
1448
|
-
* we'll add 256b for add. data
|
|
1449
|
-
*
|
|
1450
|
-
* @generated from field: required bytes data = 1;
|
|
1451
|
-
*/
|
|
1452
|
-
data: Uint8Array;
|
|
1453
|
-
|
|
1454
|
-
constructor(data?: PartialMessage<BlueSPResult>);
|
|
1455
|
-
|
|
1456
|
-
static readonly runtime: typeof proto2;
|
|
1457
|
-
static readonly typeName = "BlueSPResult";
|
|
1458
|
-
static readonly fields: FieldList;
|
|
1459
|
-
|
|
1460
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueSPResult;
|
|
1461
|
-
|
|
1462
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueSPResult;
|
|
1463
|
-
|
|
1464
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSPResult;
|
|
1465
|
-
|
|
1466
|
-
static equals(a: BlueSPResult | PlainMessage<BlueSPResult> | undefined, b: BlueSPResult | PlainMessage<BlueSPResult> | undefined): boolean;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
/**
|
|
1470
|
-
* @generated from message BlueOssAccessResult
|
|
1471
|
-
*/
|
|
1472
|
-
export declare class BlueOssAccessResult extends Message<BlueOssAccessResult> {
|
|
1473
|
-
/**
|
|
1474
|
-
* If access is granted or not
|
|
1475
|
-
*
|
|
1476
|
-
* @generated from field: required bool accessGranted = 1;
|
|
1477
|
-
*/
|
|
1478
|
-
accessGranted: boolean;
|
|
1479
|
-
|
|
1480
|
-
/**
|
|
1481
|
-
* The final access type
|
|
1482
|
-
*
|
|
1483
|
-
* @generated from field: required BlueAccessType accessType = 2;
|
|
1484
|
-
*/
|
|
1485
|
-
accessType: BlueAccessType;
|
|
1486
|
-
|
|
1487
|
-
/**
|
|
1488
|
-
* If access type is a toggle then this specifies the time it should lock
|
|
1489
|
-
* again
|
|
1490
|
-
*
|
|
1491
|
-
* @generated from field: required BlueLocalTimestamp scheduleEndTime = 3;
|
|
1492
|
-
*/
|
|
1493
|
-
scheduleEndTime?: BlueLocalTimestamp;
|
|
1494
|
-
|
|
1495
|
-
/**
|
|
1496
|
-
* If access denied this marks if it was denied due a schedule missmatch
|
|
1497
|
-
*
|
|
1498
|
-
* @generated from field: required bool scheduleMissmatch = 4;
|
|
1499
|
-
*/
|
|
1500
|
-
scheduleMissmatch: boolean;
|
|
1501
|
-
|
|
1502
|
-
constructor(data?: PartialMessage<BlueOssAccessResult>);
|
|
1503
|
-
|
|
1504
|
-
static readonly runtime: typeof proto2;
|
|
1505
|
-
static readonly typeName = "BlueOssAccessResult";
|
|
1506
|
-
static readonly fields: FieldList;
|
|
1507
|
-
|
|
1508
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssAccessResult;
|
|
1509
|
-
|
|
1510
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssAccessResult;
|
|
1511
|
-
|
|
1512
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssAccessResult;
|
|
1513
|
-
|
|
1514
|
-
static equals(a: BlueOssAccessResult | PlainMessage<BlueOssAccessResult> | undefined, b: BlueOssAccessResult | PlainMessage<BlueOssAccessResult> | undefined): boolean;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
/**
|
|
1518
|
-
* @generated from message BlueOssSidVersion
|
|
1519
|
-
*/
|
|
1520
|
-
export declare class BlueOssSidVersion extends Message<BlueOssSidVersion> {
|
|
1521
|
-
/**
|
|
1522
|
-
* @generated from field: optional uint32 versionMajor = 1 [default = 1];
|
|
1523
|
-
*/
|
|
1524
|
-
versionMajor?: number;
|
|
1525
|
-
|
|
1526
|
-
/**
|
|
1527
|
-
* @generated from field: optional uint32 versionMinor = 2 [default = 0];
|
|
1528
|
-
*/
|
|
1529
|
-
versionMinor?: number;
|
|
1530
|
-
|
|
1531
|
-
constructor(data?: PartialMessage<BlueOssSidVersion>);
|
|
1532
|
-
|
|
1533
|
-
static readonly runtime: typeof proto2;
|
|
1534
|
-
static readonly typeName = "BlueOssSidVersion";
|
|
1535
|
-
static readonly fields: FieldList;
|
|
1536
|
-
|
|
1537
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidVersion;
|
|
1538
|
-
|
|
1539
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidVersion;
|
|
1540
|
-
|
|
1541
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidVersion;
|
|
1542
|
-
|
|
1543
|
-
static equals(a: BlueOssSidVersion | PlainMessage<BlueOssSidVersion> | undefined, b: BlueOssSidVersion | PlainMessage<BlueOssSidVersion> | undefined): boolean;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
/**
|
|
1547
|
-
* @generated from message BlueOssSidCredentialTypeOss
|
|
1548
|
-
*/
|
|
1549
|
-
export declare class BlueOssSidCredentialTypeOss extends Message<BlueOssSidCredentialTypeOss> {
|
|
1550
|
-
/**
|
|
1551
|
-
* @generated from field: optional bool notUsed = 1;
|
|
1552
|
-
*/
|
|
1553
|
-
notUsed?: boolean;
|
|
1554
|
-
|
|
1555
|
-
constructor(data?: PartialMessage<BlueOssSidCredentialTypeOss>);
|
|
1556
|
-
|
|
1557
|
-
static readonly runtime: typeof proto2;
|
|
1558
|
-
static readonly typeName = "BlueOssSidCredentialTypeOss";
|
|
1559
|
-
static readonly fields: FieldList;
|
|
1560
|
-
|
|
1561
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidCredentialTypeOss;
|
|
1562
|
-
|
|
1563
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidCredentialTypeOss;
|
|
1564
|
-
|
|
1565
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidCredentialTypeOss;
|
|
1566
|
-
|
|
1567
|
-
static equals(a: BlueOssSidCredentialTypeOss | PlainMessage<BlueOssSidCredentialTypeOss> | undefined, b: BlueOssSidCredentialTypeOss | PlainMessage<BlueOssSidCredentialTypeOss> | undefined): boolean;
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
/**
|
|
1571
|
-
* @generated from message BlueOssSidCredentialTypeProprietary
|
|
1572
|
-
*/
|
|
1573
|
-
export declare class BlueOssSidCredentialTypeProprietary extends Message<BlueOssSidCredentialTypeProprietary> {
|
|
1574
|
-
/**
|
|
1575
|
-
* @generated from field: required bytes mfgCode = 1;
|
|
1576
|
-
*/
|
|
1577
|
-
mfgCode: Uint8Array;
|
|
1578
|
-
|
|
1579
|
-
constructor(data?: PartialMessage<BlueOssSidCredentialTypeProprietary>);
|
|
1580
|
-
|
|
1581
|
-
static readonly runtime: typeof proto2;
|
|
1582
|
-
static readonly typeName = "BlueOssSidCredentialTypeProprietary";
|
|
1583
|
-
static readonly fields: FieldList;
|
|
1584
|
-
|
|
1585
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidCredentialTypeProprietary;
|
|
1586
|
-
|
|
1587
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidCredentialTypeProprietary;
|
|
1588
|
-
|
|
1589
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidCredentialTypeProprietary;
|
|
1590
|
-
|
|
1591
|
-
static equals(a: BlueOssSidCredentialTypeProprietary | PlainMessage<BlueOssSidCredentialTypeProprietary> | undefined, b: BlueOssSidCredentialTypeProprietary | PlainMessage<BlueOssSidCredentialTypeProprietary> | undefined): boolean;
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
/**
|
|
1595
|
-
* @generated from message BlueOssSidCredentialType
|
|
1596
|
-
*/
|
|
1597
|
-
export declare class BlueOssSidCredentialType extends Message<BlueOssSidCredentialType> {
|
|
1598
|
-
/**
|
|
1599
|
-
* @generated from field: required BlueOssCredentialTypeSource typeSource = 1;
|
|
1600
|
-
*/
|
|
1601
|
-
typeSource: BlueOssCredentialTypeSource;
|
|
1602
|
-
|
|
1603
|
-
/**
|
|
1604
|
-
* @generated from field: optional BlueOssSidCredentialTypeOss oss = 2;
|
|
1605
|
-
*/
|
|
1606
|
-
oss?: BlueOssSidCredentialTypeOss;
|
|
1607
|
-
|
|
1608
|
-
/**
|
|
1609
|
-
* @generated from field: optional BlueOssSidCredentialTypeProprietary proprietary = 3;
|
|
1610
|
-
*/
|
|
1611
|
-
proprietary?: BlueOssSidCredentialTypeProprietary;
|
|
1612
|
-
|
|
1613
|
-
constructor(data?: PartialMessage<BlueOssSidCredentialType>);
|
|
1614
|
-
|
|
1615
|
-
static readonly runtime: typeof proto2;
|
|
1616
|
-
static readonly typeName = "BlueOssSidCredentialType";
|
|
1617
|
-
static readonly fields: FieldList;
|
|
1618
|
-
|
|
1619
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidCredentialType;
|
|
1620
|
-
|
|
1621
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidCredentialType;
|
|
1622
|
-
|
|
1623
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidCredentialType;
|
|
1624
|
-
|
|
1625
|
-
static equals(a: BlueOssSidCredentialType | PlainMessage<BlueOssSidCredentialType> | undefined, b: BlueOssSidCredentialType | PlainMessage<BlueOssSidCredentialType> | undefined): boolean;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
/**
|
|
1629
|
-
* @generated from message BlueOssSidFileInfo
|
|
1630
|
-
*/
|
|
1631
|
-
export declare class BlueOssSidFileInfo extends Message<BlueOssSidFileInfo> {
|
|
1632
|
-
/**
|
|
1633
|
-
* @generated from field: required uint32 versionMajor = 1;
|
|
1634
|
-
*/
|
|
1635
|
-
versionMajor: number;
|
|
1636
|
-
|
|
1637
|
-
/**
|
|
1638
|
-
* @generated from field: required uint32 versionMinor = 2;
|
|
1639
|
-
*/
|
|
1640
|
-
versionMinor: number;
|
|
1641
|
-
|
|
1642
|
-
/**
|
|
1643
|
-
* @generated from field: required BlueOssSidCredentialType credentialType = 3;
|
|
1644
|
-
*/
|
|
1645
|
-
credentialType?: BlueOssSidCredentialType;
|
|
1646
|
-
|
|
1647
|
-
/**
|
|
1648
|
-
* @generated from field: required BlueCredentialId credentialId = 4;
|
|
1649
|
-
*/
|
|
1650
|
-
credentialId?: BlueCredentialId;
|
|
1651
|
-
|
|
1652
|
-
constructor(data?: PartialMessage<BlueOssSidFileInfo>);
|
|
1653
|
-
|
|
1654
|
-
static readonly runtime: typeof proto2;
|
|
1655
|
-
static readonly typeName = "BlueOssSidFileInfo";
|
|
1656
|
-
static readonly fields: FieldList;
|
|
1657
|
-
|
|
1658
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidFileInfo;
|
|
1659
|
-
|
|
1660
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidFileInfo;
|
|
1661
|
-
|
|
1662
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidFileInfo;
|
|
1663
|
-
|
|
1664
|
-
static equals(a: BlueOssSidFileInfo | PlainMessage<BlueOssSidFileInfo> | undefined, b: BlueOssSidFileInfo | PlainMessage<BlueOssSidFileInfo> | undefined): boolean;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
* @generated from message BlueOssSidConfiguration
|
|
1669
|
-
*/
|
|
1670
|
-
export declare class BlueOssSidConfiguration extends Message<BlueOssSidConfiguration> {
|
|
1671
|
-
/**
|
|
1672
|
-
* @generated from field: required BlueOssSidFileInfo info = 1;
|
|
1673
|
-
*/
|
|
1674
|
-
info?: BlueOssSidFileInfo;
|
|
1675
|
-
|
|
1676
|
-
constructor(data?: PartialMessage<BlueOssSidConfiguration>);
|
|
1677
|
-
|
|
1678
|
-
static readonly runtime: typeof proto2;
|
|
1679
|
-
static readonly typeName = "BlueOssSidConfiguration";
|
|
1680
|
-
static readonly fields: FieldList;
|
|
1681
|
-
|
|
1682
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidConfiguration;
|
|
1683
|
-
|
|
1684
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidConfiguration;
|
|
1685
|
-
|
|
1686
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidConfiguration;
|
|
1687
|
-
|
|
1688
|
-
static equals(a: BlueOssSidConfiguration | PlainMessage<BlueOssSidConfiguration> | undefined, b: BlueOssSidConfiguration | PlainMessage<BlueOssSidConfiguration> | undefined): boolean;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
/**
|
|
1692
|
-
* @generated from message BlueOssSidStorageProfile
|
|
1693
|
-
*/
|
|
1694
|
-
export declare class BlueOssSidStorageProfile extends Message<BlueOssSidStorageProfile> {
|
|
1695
|
-
/**
|
|
1696
|
-
* @generated from field: required uint32 dataLength = 1;
|
|
1697
|
-
*/
|
|
1698
|
-
dataLength: number;
|
|
1699
|
-
|
|
1700
|
-
/**
|
|
1701
|
-
* @generated from field: required uint32 fileSize = 2;
|
|
1702
|
-
*/
|
|
1703
|
-
fileSize: number;
|
|
1704
|
-
|
|
1705
|
-
/**
|
|
1706
|
-
* @generated from field: required uint32 infoDataLength = 3;
|
|
1707
|
-
*/
|
|
1708
|
-
infoDataLength: number;
|
|
1709
|
-
|
|
1710
|
-
/**
|
|
1711
|
-
* @generated from field: required uint32 infoFileSize = 4;
|
|
1712
|
-
*/
|
|
1713
|
-
infoFileSize: number;
|
|
1714
|
-
|
|
1715
|
-
constructor(data?: PartialMessage<BlueOssSidStorageProfile>);
|
|
1716
|
-
|
|
1717
|
-
static readonly runtime: typeof proto2;
|
|
1718
|
-
static readonly typeName = "BlueOssSidStorageProfile";
|
|
1719
|
-
static readonly fields: FieldList;
|
|
1720
|
-
|
|
1721
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidStorageProfile;
|
|
1722
|
-
|
|
1723
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidStorageProfile;
|
|
1724
|
-
|
|
1725
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidStorageProfile;
|
|
1726
|
-
|
|
1727
|
-
static equals(a: BlueOssSidStorageProfile | PlainMessage<BlueOssSidStorageProfile> | undefined, b: BlueOssSidStorageProfile | PlainMessage<BlueOssSidStorageProfile> | undefined): boolean;
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
/**
|
|
1731
|
-
* @generated from message BlueOssSidProvisioningConfiguration
|
|
1732
|
-
*/
|
|
1733
|
-
export declare class BlueOssSidProvisioningConfiguration extends Message<BlueOssSidProvisioningConfiguration> {
|
|
1734
|
-
/**
|
|
1735
|
-
* @generated from field: optional bool notUsed = 1;
|
|
1736
|
-
*/
|
|
1737
|
-
notUsed?: boolean;
|
|
1738
|
-
|
|
1739
|
-
constructor(data?: PartialMessage<BlueOssSidProvisioningConfiguration>);
|
|
1740
|
-
|
|
1741
|
-
static readonly runtime: typeof proto2;
|
|
1742
|
-
static readonly typeName = "BlueOssSidProvisioningConfiguration";
|
|
1743
|
-
static readonly fields: FieldList;
|
|
1744
|
-
|
|
1745
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidProvisioningConfiguration;
|
|
1746
|
-
|
|
1747
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidProvisioningConfiguration;
|
|
1748
|
-
|
|
1749
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidProvisioningConfiguration;
|
|
1750
|
-
|
|
1751
|
-
static equals(a: BlueOssSidProvisioningConfiguration | PlainMessage<BlueOssSidProvisioningConfiguration> | undefined, b: BlueOssSidProvisioningConfiguration | PlainMessage<BlueOssSidProvisioningConfiguration> | undefined): boolean;
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
/**
|
|
1755
|
-
* @generated from message BlueOssSidProvisioningData
|
|
1756
|
-
*/
|
|
1757
|
-
export declare class BlueOssSidProvisioningData extends Message<BlueOssSidProvisioningData> {
|
|
1758
|
-
/**
|
|
1759
|
-
* If not set, uses default from storage
|
|
1760
|
-
*
|
|
1761
|
-
* @generated from field: optional BlueOssSidProvisioningConfiguration configuration = 1;
|
|
1762
|
-
*/
|
|
1763
|
-
configuration?: BlueOssSidProvisioningConfiguration;
|
|
1764
|
-
|
|
1765
|
-
/**
|
|
1766
|
-
* @generated from field: required BlueOssSidCredentialType credentialType = 2;
|
|
1767
|
-
*/
|
|
1768
|
-
credentialType?: BlueOssSidCredentialType;
|
|
1769
|
-
|
|
1770
|
-
/**
|
|
1771
|
-
* @generated from field: required BlueCredentialId credentialId = 3;
|
|
1772
|
-
*/
|
|
1773
|
-
credentialId?: BlueCredentialId;
|
|
1774
|
-
|
|
1775
|
-
constructor(data?: PartialMessage<BlueOssSidProvisioningData>);
|
|
1776
|
-
|
|
1777
|
-
static readonly runtime: typeof proto2;
|
|
1778
|
-
static readonly typeName = "BlueOssSidProvisioningData";
|
|
1779
|
-
static readonly fields: FieldList;
|
|
1780
|
-
|
|
1781
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidProvisioningData;
|
|
1782
|
-
|
|
1783
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidProvisioningData;
|
|
1784
|
-
|
|
1785
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidProvisioningData;
|
|
1786
|
-
|
|
1787
|
-
static equals(a: BlueOssSidProvisioningData | PlainMessage<BlueOssSidProvisioningData> | undefined, b: BlueOssSidProvisioningData | PlainMessage<BlueOssSidProvisioningData> | undefined): boolean;
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
/**
|
|
1791
|
-
* @generated from message BlueOssSidMobile
|
|
1792
|
-
*/
|
|
1793
|
-
export declare class BlueOssSidMobile extends Message<BlueOssSidMobile> {
|
|
1794
|
-
/**
|
|
1795
|
-
* @generated from field: required bytes infoFile = 1;
|
|
1796
|
-
*/
|
|
1797
|
-
infoFile: Uint8Array;
|
|
1798
|
-
|
|
1799
|
-
constructor(data?: PartialMessage<BlueOssSidMobile>);
|
|
1800
|
-
|
|
1801
|
-
static readonly runtime: typeof proto2;
|
|
1802
|
-
static readonly typeName = "BlueOssSidMobile";
|
|
1803
|
-
static readonly fields: FieldList;
|
|
1804
|
-
|
|
1805
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidMobile;
|
|
1806
|
-
|
|
1807
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidMobile;
|
|
1808
|
-
|
|
1809
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidMobile;
|
|
1810
|
-
|
|
1811
|
-
static equals(a: BlueOssSidMobile | PlainMessage<BlueOssSidMobile> | undefined, b: BlueOssSidMobile | PlainMessage<BlueOssSidMobile> | undefined): boolean;
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
/**
|
|
1815
|
-
* @generated from message BlueOssSidMobileProvisioningConfiguration
|
|
1816
|
-
*/
|
|
1817
|
-
export declare class BlueOssSidMobileProvisioningConfiguration extends Message<BlueOssSidMobileProvisioningConfiguration> {
|
|
1818
|
-
/**
|
|
1819
|
-
* @generated from field: optional bool notUsed = 1 [default = false];
|
|
1820
|
-
*/
|
|
1821
|
-
notUsed?: boolean;
|
|
1822
|
-
|
|
1823
|
-
constructor(data?: PartialMessage<BlueOssSidMobileProvisioningConfiguration>);
|
|
1824
|
-
|
|
1825
|
-
static readonly runtime: typeof proto2;
|
|
1826
|
-
static readonly typeName = "BlueOssSidMobileProvisioningConfiguration";
|
|
1827
|
-
static readonly fields: FieldList;
|
|
1828
|
-
|
|
1829
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidMobileProvisioningConfiguration;
|
|
1830
|
-
|
|
1831
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidMobileProvisioningConfiguration;
|
|
1832
|
-
|
|
1833
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidMobileProvisioningConfiguration;
|
|
1834
|
-
|
|
1835
|
-
static equals(a: BlueOssSidMobileProvisioningConfiguration | PlainMessage<BlueOssSidMobileProvisioningConfiguration> | undefined, b: BlueOssSidMobileProvisioningConfiguration | PlainMessage<BlueOssSidMobileProvisioningConfiguration> | undefined): boolean;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
/**
|
|
1839
|
-
* Default configuration from spec
|
|
1840
|
-
*
|
|
1841
|
-
* @generated from message BlueOssSidMifareDesfireProvisioningConfiguration
|
|
1842
|
-
*/
|
|
1843
|
-
export declare class BlueOssSidMifareDesfireProvisioningConfiguration extends Message<BlueOssSidMifareDesfireProvisioningConfiguration> {
|
|
1844
|
-
/**
|
|
1845
|
-
* @generated from field: optional bool notUsed = 1 [default = false];
|
|
1846
|
-
*/
|
|
1847
|
-
notUsed?: boolean;
|
|
1848
|
-
|
|
1849
|
-
constructor(data?: PartialMessage<BlueOssSidMifareDesfireProvisioningConfiguration>);
|
|
1850
|
-
|
|
1851
|
-
static readonly runtime: typeof proto2;
|
|
1852
|
-
static readonly typeName = "BlueOssSidMifareDesfireProvisioningConfiguration";
|
|
1853
|
-
static readonly fields: FieldList;
|
|
1854
|
-
|
|
1855
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidMifareDesfireProvisioningConfiguration;
|
|
1856
|
-
|
|
1857
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidMifareDesfireProvisioningConfiguration;
|
|
1858
|
-
|
|
1859
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidMifareDesfireProvisioningConfiguration;
|
|
1860
|
-
|
|
1861
|
-
static equals(a: BlueOssSidMifareDesfireProvisioningConfiguration | PlainMessage<BlueOssSidMifareDesfireProvisioningConfiguration> | undefined, b: BlueOssSidMifareDesfireProvisioningConfiguration | PlainMessage<BlueOssSidMifareDesfireProvisioningConfiguration> | undefined): boolean;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
/**
|
|
1865
|
-
* Demo keys from spec
|
|
1866
|
-
*
|
|
1867
|
-
* @generated from message BlueOssSidMifareDesfireConfiguration
|
|
1868
|
-
*/
|
|
1869
|
-
export declare class BlueOssSidMifareDesfireConfiguration extends Message<BlueOssSidMifareDesfireConfiguration> {
|
|
1870
|
-
/**
|
|
1871
|
-
* The PICC master key, default is oss sid demo key
|
|
1872
|
-
*
|
|
1873
|
-
* @generated from field: required bytes piccMasterKey = 1 [default = "\000\001\002\003\004\005\006\007\010\t\n\013\014\r\016\252"];
|
|
1874
|
-
*/
|
|
1875
|
-
piccMasterKey: Uint8Array;
|
|
1876
|
-
|
|
1877
|
-
/**
|
|
1878
|
-
* The oss application master key, default is oss sid demo key
|
|
1879
|
-
*
|
|
1880
|
-
* @generated from field: required bytes appMasterKey = 2 [default = "\000\021\\"3DUfw\210\231\252\273\314\335\356\377"];
|
|
1881
|
-
*/
|
|
1882
|
-
appMasterKey: Uint8Array;
|
|
1883
|
-
|
|
1884
|
-
/**
|
|
1885
|
-
* The oss project read key, default is oss sid demo key
|
|
1886
|
-
*
|
|
1887
|
-
* @generated from field: required bytes projectKey = 3 [default = "\377\356\335\314\273\252\231\210wfUD3\\"\021\000"];
|
|
1888
|
-
*/
|
|
1889
|
-
projectKey: Uint8Array;
|
|
1890
|
-
|
|
1891
|
-
/**
|
|
1892
|
-
* The oss application id, default is the oss sid default aid
|
|
1893
|
-
*
|
|
1894
|
-
* @generated from field: required uint32 aid = 4 [default = 16076801];
|
|
1895
|
-
*/
|
|
1896
|
-
aid: number;
|
|
1897
|
-
|
|
1898
|
-
constructor(data?: PartialMessage<BlueOssSidMifareDesfireConfiguration>);
|
|
1899
|
-
|
|
1900
|
-
static readonly runtime: typeof proto2;
|
|
1901
|
-
static readonly typeName = "BlueOssSidMifareDesfireConfiguration";
|
|
1902
|
-
static readonly fields: FieldList;
|
|
1903
|
-
|
|
1904
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidMifareDesfireConfiguration;
|
|
1905
|
-
|
|
1906
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidMifareDesfireConfiguration;
|
|
1907
|
-
|
|
1908
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidMifareDesfireConfiguration;
|
|
1909
|
-
|
|
1910
|
-
static equals(a: BlueOssSidMifareDesfireConfiguration | PlainMessage<BlueOssSidMifareDesfireConfiguration> | undefined, b: BlueOssSidMifareDesfireConfiguration | PlainMessage<BlueOssSidMifareDesfireConfiguration> | undefined): boolean;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
/**
|
|
1914
|
-
* @generated from message BlueOssSidSettings
|
|
1915
|
-
*/
|
|
1916
|
-
export declare class BlueOssSidSettings extends Message<BlueOssSidSettings> {
|
|
1917
|
-
/**
|
|
1918
|
-
* @generated from field: optional BlueOssSidMifareDesfireConfiguration mifareDesfireConfig = 1;
|
|
1919
|
-
*/
|
|
1920
|
-
mifareDesfireConfig?: BlueOssSidMifareDesfireConfiguration;
|
|
1921
|
-
|
|
1922
|
-
constructor(data?: PartialMessage<BlueOssSidSettings>);
|
|
1923
|
-
|
|
1924
|
-
static readonly runtime: typeof proto2;
|
|
1925
|
-
static readonly typeName = "BlueOssSidSettings";
|
|
1926
|
-
static readonly fields: FieldList;
|
|
1927
|
-
|
|
1928
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSidSettings;
|
|
1929
|
-
|
|
1930
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSidSettings;
|
|
1931
|
-
|
|
1932
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSidSettings;
|
|
1933
|
-
|
|
1934
|
-
static equals(a: BlueOssSidSettings | PlainMessage<BlueOssSidSettings> | undefined, b: BlueOssSidSettings | PlainMessage<BlueOssSidSettings> | undefined): boolean;
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
/**
|
|
1938
|
-
* @generated from message BlueOssSoVersion
|
|
1939
|
-
*/
|
|
1940
|
-
export declare class BlueOssSoVersion extends Message<BlueOssSoVersion> {
|
|
1941
|
-
/**
|
|
1942
|
-
* @generated from field: optional uint32 versionMajor = 1 [default = 1];
|
|
1943
|
-
*/
|
|
1944
|
-
versionMajor?: number;
|
|
1945
|
-
|
|
1946
|
-
/**
|
|
1947
|
-
* @generated from field: optional uint32 versionMinor = 2 [default = 1];
|
|
1948
|
-
*/
|
|
1949
|
-
versionMinor?: number;
|
|
1950
|
-
|
|
1951
|
-
constructor(data?: PartialMessage<BlueOssSoVersion>);
|
|
1952
|
-
|
|
1953
|
-
static readonly runtime: typeof proto2;
|
|
1954
|
-
static readonly typeName = "BlueOssSoVersion";
|
|
1955
|
-
static readonly fields: FieldList;
|
|
1956
|
-
|
|
1957
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoVersion;
|
|
1958
|
-
|
|
1959
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoVersion;
|
|
1960
|
-
|
|
1961
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoVersion;
|
|
1962
|
-
|
|
1963
|
-
static equals(a: BlueOssSoVersion | PlainMessage<BlueOssSoVersion> | undefined, b: BlueOssSoVersion | PlainMessage<BlueOssSoVersion> | undefined): boolean;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
/**
|
|
1967
|
-
* @generated from message BlueOssSoCredentialTypeOss
|
|
1968
|
-
*/
|
|
1969
|
-
export declare class BlueOssSoCredentialTypeOss extends Message<BlueOssSoCredentialTypeOss> {
|
|
1970
|
-
/**
|
|
1971
|
-
* @generated from field: required BlueOssSoCredentialTypeOssCredential credential = 1;
|
|
1972
|
-
*/
|
|
1973
|
-
credential: BlueOssSoCredentialTypeOssCredential;
|
|
1974
|
-
|
|
1975
|
-
constructor(data?: PartialMessage<BlueOssSoCredentialTypeOss>);
|
|
1976
|
-
|
|
1977
|
-
static readonly runtime: typeof proto2;
|
|
1978
|
-
static readonly typeName = "BlueOssSoCredentialTypeOss";
|
|
1979
|
-
static readonly fields: FieldList;
|
|
1980
|
-
|
|
1981
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoCredentialTypeOss;
|
|
1982
|
-
|
|
1983
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoCredentialTypeOss;
|
|
1984
|
-
|
|
1985
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoCredentialTypeOss;
|
|
1986
|
-
|
|
1987
|
-
static equals(a: BlueOssSoCredentialTypeOss | PlainMessage<BlueOssSoCredentialTypeOss> | undefined, b: BlueOssSoCredentialTypeOss | PlainMessage<BlueOssSoCredentialTypeOss> | undefined): boolean;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
/**
|
|
1991
|
-
* @generated from message BlueOssSoCredentialTypeProprietary
|
|
1992
|
-
*/
|
|
1993
|
-
export declare class BlueOssSoCredentialTypeProprietary extends Message<BlueOssSoCredentialTypeProprietary> {
|
|
1994
|
-
/**
|
|
1995
|
-
* @generated from field: required bytes mfgCode = 1;
|
|
1996
|
-
*/
|
|
1997
|
-
mfgCode: Uint8Array;
|
|
1998
|
-
|
|
1999
|
-
constructor(data?: PartialMessage<BlueOssSoCredentialTypeProprietary>);
|
|
2000
|
-
|
|
2001
|
-
static readonly runtime: typeof proto2;
|
|
2002
|
-
static readonly typeName = "BlueOssSoCredentialTypeProprietary";
|
|
2003
|
-
static readonly fields: FieldList;
|
|
2004
|
-
|
|
2005
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoCredentialTypeProprietary;
|
|
2006
|
-
|
|
2007
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoCredentialTypeProprietary;
|
|
2008
|
-
|
|
2009
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoCredentialTypeProprietary;
|
|
2010
|
-
|
|
2011
|
-
static equals(a: BlueOssSoCredentialTypeProprietary | PlainMessage<BlueOssSoCredentialTypeProprietary> | undefined, b: BlueOssSoCredentialTypeProprietary | PlainMessage<BlueOssSoCredentialTypeProprietary> | undefined): boolean;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
/**
|
|
2015
|
-
* @generated from message BlueOssSoCredentialType
|
|
2016
|
-
*/
|
|
2017
|
-
export declare class BlueOssSoCredentialType extends Message<BlueOssSoCredentialType> {
|
|
2018
|
-
/**
|
|
2019
|
-
* @generated from field: required BlueOssCredentialTypeSource typeSource = 1;
|
|
2020
|
-
*/
|
|
2021
|
-
typeSource: BlueOssCredentialTypeSource;
|
|
2022
|
-
|
|
2023
|
-
/**
|
|
2024
|
-
* @generated from field: optional BlueOssSoCredentialTypeOss oss = 2;
|
|
2025
|
-
*/
|
|
2026
|
-
oss?: BlueOssSoCredentialTypeOss;
|
|
2027
|
-
|
|
2028
|
-
/**
|
|
2029
|
-
* @generated from field: optional BlueOssSoCredentialTypeProprietary proprietary = 3;
|
|
2030
|
-
*/
|
|
2031
|
-
proprietary?: BlueOssSoCredentialTypeProprietary;
|
|
2032
|
-
|
|
2033
|
-
constructor(data?: PartialMessage<BlueOssSoCredentialType>);
|
|
2034
|
-
|
|
2035
|
-
static readonly runtime: typeof proto2;
|
|
2036
|
-
static readonly typeName = "BlueOssSoCredentialType";
|
|
2037
|
-
static readonly fields: FieldList;
|
|
2038
|
-
|
|
2039
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoCredentialType;
|
|
2040
|
-
|
|
2041
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoCredentialType;
|
|
2042
|
-
|
|
2043
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoCredentialType;
|
|
2044
|
-
|
|
2045
|
-
static equals(a: BlueOssSoCredentialType | PlainMessage<BlueOssSoCredentialType> | undefined, b: BlueOssSoCredentialType | PlainMessage<BlueOssSoCredentialType> | undefined): boolean;
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
|
-
/**
|
|
2049
|
-
* @generated from message BlueOssSoDTScheduleDay
|
|
2050
|
-
*/
|
|
2051
|
-
export declare class BlueOssSoDTScheduleDay extends Message<BlueOssSoDTScheduleDay> {
|
|
2052
|
-
/**
|
|
2053
|
-
* 0 = Monday -> 6 = Sunday (Matches BlueWeekday)
|
|
2054
|
-
*
|
|
2055
|
-
* @generated from field: repeated bool weekdays = 1;
|
|
2056
|
-
*/
|
|
2057
|
-
weekdays: boolean[];
|
|
2058
|
-
|
|
2059
|
-
/**
|
|
2060
|
-
* @generated from field: repeated BlueLocalTimeperiod timePeriods = 8;
|
|
2061
|
-
*/
|
|
2062
|
-
timePeriods: BlueLocalTimeperiod[];
|
|
2063
|
-
|
|
2064
|
-
constructor(data?: PartialMessage<BlueOssSoDTScheduleDay>);
|
|
2065
|
-
|
|
2066
|
-
static readonly runtime: typeof proto2;
|
|
2067
|
-
static readonly typeName = "BlueOssSoDTScheduleDay";
|
|
2068
|
-
static readonly fields: FieldList;
|
|
2069
|
-
|
|
2070
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoDTScheduleDay;
|
|
2071
|
-
|
|
2072
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoDTScheduleDay;
|
|
2073
|
-
|
|
2074
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoDTScheduleDay;
|
|
2075
|
-
|
|
2076
|
-
static equals(a: BlueOssSoDTScheduleDay | PlainMessage<BlueOssSoDTScheduleDay> | undefined, b: BlueOssSoDTScheduleDay | PlainMessage<BlueOssSoDTScheduleDay> | undefined): boolean;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
/**
|
|
2080
|
-
* @generated from message BlueOssSoDTSchedule
|
|
2081
|
-
*/
|
|
2082
|
-
export declare class BlueOssSoDTSchedule extends Message<BlueOssSoDTSchedule> {
|
|
2083
|
-
/**
|
|
2084
|
-
* @generated from field: repeated BlueOssSoDTScheduleDay days = 1;
|
|
2085
|
-
*/
|
|
2086
|
-
days: BlueOssSoDTScheduleDay[];
|
|
2087
|
-
|
|
2088
|
-
constructor(data?: PartialMessage<BlueOssSoDTSchedule>);
|
|
2089
|
-
|
|
2090
|
-
static readonly runtime: typeof proto2;
|
|
2091
|
-
static readonly typeName = "BlueOssSoDTSchedule";
|
|
2092
|
-
static readonly fields: FieldList;
|
|
2093
|
-
|
|
2094
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoDTSchedule;
|
|
2095
|
-
|
|
2096
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoDTSchedule;
|
|
2097
|
-
|
|
2098
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoDTSchedule;
|
|
2099
|
-
|
|
2100
|
-
static equals(a: BlueOssSoDTSchedule | PlainMessage<BlueOssSoDTSchedule> | undefined, b: BlueOssSoDTSchedule | PlainMessage<BlueOssSoDTSchedule> | undefined): boolean;
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
/**
|
|
2104
|
-
* @generated from message BlueOssSoDoorInfo
|
|
2105
|
-
*/
|
|
2106
|
-
export declare class BlueOssSoDoorInfo extends Message<BlueOssSoDoorInfo> {
|
|
2107
|
-
/**
|
|
2108
|
-
* @generated from field: required uint32 id = 1;
|
|
2109
|
-
*/
|
|
2110
|
-
id: number;
|
|
2111
|
-
|
|
2112
|
-
/**
|
|
2113
|
-
* @generated from field: required BlueOssSoDoorInfoAccessBy accessBy = 2;
|
|
2114
|
-
*/
|
|
2115
|
-
accessBy: BlueOssSoDoorInfoAccessBy;
|
|
2116
|
-
|
|
2117
|
-
/**
|
|
2118
|
-
* @generated from field: required uint32 dtScheduleNumber = 3;
|
|
2119
|
-
*/
|
|
2120
|
-
dtScheduleNumber: number;
|
|
2121
|
-
|
|
2122
|
-
/**
|
|
2123
|
-
* @generated from field: required BlueAccessType accessType = 4;
|
|
2124
|
-
*/
|
|
2125
|
-
accessType: BlueAccessType;
|
|
2126
|
-
|
|
2127
|
-
constructor(data?: PartialMessage<BlueOssSoDoorInfo>);
|
|
2128
|
-
|
|
2129
|
-
static readonly runtime: typeof proto2;
|
|
2130
|
-
static readonly typeName = "BlueOssSoDoorInfo";
|
|
2131
|
-
static readonly fields: FieldList;
|
|
2132
|
-
|
|
2133
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoDoorInfo;
|
|
2134
|
-
|
|
2135
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoDoorInfo;
|
|
2136
|
-
|
|
2137
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoDoorInfo;
|
|
2138
|
-
|
|
2139
|
-
static equals(a: BlueOssSoDoorInfo | PlainMessage<BlueOssSoDoorInfo> | undefined, b: BlueOssSoDoorInfo | PlainMessage<BlueOssSoDoorInfo> | undefined): boolean;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
/**
|
|
2143
|
-
* @generated from message BlueOssSoEvent
|
|
2144
|
-
*/
|
|
2145
|
-
export declare class BlueOssSoEvent extends Message<BlueOssSoEvent> {
|
|
2146
|
-
/**
|
|
2147
|
-
* @generated from field: required BlueLocalTimestamp eventTime = 1;
|
|
2148
|
-
*/
|
|
2149
|
-
eventTime?: BlueLocalTimestamp;
|
|
2150
|
-
|
|
2151
|
-
/**
|
|
2152
|
-
* @generated from field: required uint32 doorId = 2;
|
|
2153
|
-
*/
|
|
2154
|
-
doorId: number;
|
|
2155
|
-
|
|
2156
|
-
/**
|
|
2157
|
-
* @generated from field: required BlueEventId eventId = 3;
|
|
2158
|
-
*/
|
|
2159
|
-
eventId: BlueEventId;
|
|
2160
|
-
|
|
2161
|
-
/**
|
|
2162
|
-
* If eventId = AccessGranted or AccessDenied -> BlueEventInfoAccess
|
|
2163
|
-
* If eventId = SystemEvent -> BlueEventInfoSystem
|
|
2164
|
-
* Otherwise unused
|
|
2165
|
-
*
|
|
2166
|
-
* @generated from field: required uint32 eventInfo = 4;
|
|
2167
|
-
*/
|
|
2168
|
-
eventInfo: number;
|
|
2169
|
-
|
|
2170
|
-
constructor(data?: PartialMessage<BlueOssSoEvent>);
|
|
2171
|
-
|
|
2172
|
-
static readonly runtime: typeof proto2;
|
|
2173
|
-
static readonly typeName = "BlueOssSoEvent";
|
|
2174
|
-
static readonly fields: FieldList;
|
|
2175
|
-
|
|
2176
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoEvent;
|
|
2177
|
-
|
|
2178
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoEvent;
|
|
2179
|
-
|
|
2180
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoEvent;
|
|
2181
|
-
|
|
2182
|
-
static equals(a: BlueOssSoEvent | PlainMessage<BlueOssSoEvent> | undefined, b: BlueOssSoEvent | PlainMessage<BlueOssSoEvent> | undefined): boolean;
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
/**
|
|
2186
|
-
* @generated from message BlueOssSoExtFeature
|
|
2187
|
-
*/
|
|
2188
|
-
export declare class BlueOssSoExtFeature extends Message<BlueOssSoExtFeature> {
|
|
2189
|
-
/**
|
|
2190
|
-
* @generated from field: required uint32 tag = 1;
|
|
2191
|
-
*/
|
|
2192
|
-
tag: number;
|
|
2193
|
-
|
|
2194
|
-
/**
|
|
2195
|
-
* @generated from field: required bytes value = 2;
|
|
2196
|
-
*/
|
|
2197
|
-
value: Uint8Array;
|
|
2198
|
-
|
|
2199
|
-
constructor(data?: PartialMessage<BlueOssSoExtFeature>);
|
|
2200
|
-
|
|
2201
|
-
static readonly runtime: typeof proto2;
|
|
2202
|
-
static readonly typeName = "BlueOssSoExtFeature";
|
|
2203
|
-
static readonly fields: FieldList;
|
|
2204
|
-
|
|
2205
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoExtFeature;
|
|
2206
|
-
|
|
2207
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoExtFeature;
|
|
2208
|
-
|
|
2209
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoExtFeature;
|
|
2210
|
-
|
|
2211
|
-
static equals(a: BlueOssSoExtFeature | PlainMessage<BlueOssSoExtFeature> | undefined, b: BlueOssSoExtFeature | PlainMessage<BlueOssSoExtFeature> | undefined): boolean;
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
/**
|
|
2215
|
-
* @generated from message BlueOssSoExtFeature_ValidityStart
|
|
2216
|
-
*/
|
|
2217
|
-
export declare class BlueOssSoExtFeature_ValidityStart extends Message<BlueOssSoExtFeature_ValidityStart> {
|
|
2218
|
-
/**
|
|
2219
|
-
* @generated from field: required bool isValid = 1;
|
|
2220
|
-
*/
|
|
2221
|
-
isValid: boolean;
|
|
2222
|
-
|
|
2223
|
-
/**
|
|
2224
|
-
* @generated from field: required BlueLocalTimestamp validityStartTime = 2;
|
|
2225
|
-
*/
|
|
2226
|
-
validityStartTime?: BlueLocalTimestamp;
|
|
2227
|
-
|
|
2228
|
-
constructor(data?: PartialMessage<BlueOssSoExtFeature_ValidityStart>);
|
|
2229
|
-
|
|
2230
|
-
static readonly runtime: typeof proto2;
|
|
2231
|
-
static readonly typeName = "BlueOssSoExtFeature_ValidityStart";
|
|
2232
|
-
static readonly fields: FieldList;
|
|
2233
|
-
|
|
2234
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoExtFeature_ValidityStart;
|
|
2235
|
-
|
|
2236
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoExtFeature_ValidityStart;
|
|
2237
|
-
|
|
2238
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoExtFeature_ValidityStart;
|
|
2239
|
-
|
|
2240
|
-
static equals(a: BlueOssSoExtFeature_ValidityStart | PlainMessage<BlueOssSoExtFeature_ValidityStart> | undefined, b: BlueOssSoExtFeature_ValidityStart | PlainMessage<BlueOssSoExtFeature_ValidityStart> | undefined): boolean;
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
/**
|
|
2244
|
-
* @generated from message BlueOssSoFileInfo
|
|
2245
|
-
*/
|
|
2246
|
-
export declare class BlueOssSoFileInfo extends Message<BlueOssSoFileInfo> {
|
|
2247
|
-
/**
|
|
2248
|
-
* @generated from field: required uint32 versionMajor = 1;
|
|
2249
|
-
*/
|
|
2250
|
-
versionMajor: number;
|
|
2251
|
-
|
|
2252
|
-
/**
|
|
2253
|
-
* @generated from field: required uint32 versionMinor = 2;
|
|
2254
|
-
*/
|
|
2255
|
-
versionMinor: number;
|
|
2256
|
-
|
|
2257
|
-
/**
|
|
2258
|
-
* @generated from field: required BlueOssSoCredentialType credentialType = 3;
|
|
2259
|
-
*/
|
|
2260
|
-
credentialType?: BlueOssSoCredentialType;
|
|
2261
|
-
|
|
2262
|
-
/**
|
|
2263
|
-
* @generated from field: required BlueCredentialId credentialId = 4;
|
|
2264
|
-
*/
|
|
2265
|
-
credentialId?: BlueCredentialId;
|
|
2266
|
-
|
|
2267
|
-
/**
|
|
2268
|
-
* @generated from field: required uint32 maxEventEntries = 5;
|
|
2269
|
-
*/
|
|
2270
|
-
maxEventEntries: number;
|
|
2271
|
-
|
|
2272
|
-
/**
|
|
2273
|
-
* @generated from field: required uint32 maxBlacklistEntries = 6;
|
|
2274
|
-
*/
|
|
2275
|
-
maxBlacklistEntries: number;
|
|
2276
|
-
|
|
2277
|
-
constructor(data?: PartialMessage<BlueOssSoFileInfo>);
|
|
2278
|
-
|
|
2279
|
-
static readonly runtime: typeof proto2;
|
|
2280
|
-
static readonly typeName = "BlueOssSoFileInfo";
|
|
2281
|
-
static readonly fields: FieldList;
|
|
2282
|
-
|
|
2283
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoFileInfo;
|
|
2284
|
-
|
|
2285
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoFileInfo;
|
|
2286
|
-
|
|
2287
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoFileInfo;
|
|
2288
|
-
|
|
2289
|
-
static equals(a: BlueOssSoFileInfo | PlainMessage<BlueOssSoFileInfo> | undefined, b: BlueOssSoFileInfo | PlainMessage<BlueOssSoFileInfo> | undefined): boolean;
|
|
2290
|
-
}
|
|
2291
|
-
|
|
2292
|
-
/**
|
|
2293
|
-
* @generated from message BlueOssSoFileData
|
|
2294
|
-
*/
|
|
2295
|
-
export declare class BlueOssSoFileData extends Message<BlueOssSoFileData> {
|
|
2296
|
-
/**
|
|
2297
|
-
* @generated from field: required BlueLocalTimestamp validity = 1;
|
|
2298
|
-
*/
|
|
2299
|
-
validity?: BlueLocalTimestamp;
|
|
2300
|
-
|
|
2301
|
-
/**
|
|
2302
|
-
* @generated from field: required uint32 siteId = 2;
|
|
2303
|
-
*/
|
|
2304
|
-
siteId: number;
|
|
2305
|
-
|
|
2306
|
-
/**
|
|
2307
|
-
* @generated from field: required uint32 numberOfDayIdsPerDTSchedule = 3;
|
|
2308
|
-
*/
|
|
2309
|
-
numberOfDayIdsPerDTSchedule: number;
|
|
2310
|
-
|
|
2311
|
-
/**
|
|
2312
|
-
* @generated from field: required uint32 numberOfTimePeriodsPerDayId = 4;
|
|
2313
|
-
*/
|
|
2314
|
-
numberOfTimePeriodsPerDayId: number;
|
|
2315
|
-
|
|
2316
|
-
/**
|
|
2317
|
-
* @generated from field: required bool hasExtensions = 5;
|
|
2318
|
-
*/
|
|
2319
|
-
hasExtensions: boolean;
|
|
2320
|
-
|
|
2321
|
-
/**
|
|
2322
|
-
* @generated from field: repeated BlueOssSoDoorInfo doorInfoEntries = 6;
|
|
2323
|
-
*/
|
|
2324
|
-
doorInfoEntries: BlueOssSoDoorInfo[];
|
|
2325
|
-
|
|
2326
|
-
/**
|
|
2327
|
-
* @generated from field: repeated BlueOssSoDTSchedule dtSchedules = 7;
|
|
2328
|
-
*/
|
|
2329
|
-
dtSchedules: BlueOssSoDTSchedule[];
|
|
2330
|
-
|
|
2331
|
-
constructor(data?: PartialMessage<BlueOssSoFileData>);
|
|
2332
|
-
|
|
2333
|
-
static readonly runtime: typeof proto2;
|
|
2334
|
-
static readonly typeName = "BlueOssSoFileData";
|
|
2335
|
-
static readonly fields: FieldList;
|
|
2336
|
-
|
|
2337
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoFileData;
|
|
2338
|
-
|
|
2339
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoFileData;
|
|
2340
|
-
|
|
2341
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoFileData;
|
|
2342
|
-
|
|
2343
|
-
static equals(a: BlueOssSoFileData | PlainMessage<BlueOssSoFileData> | undefined, b: BlueOssSoFileData | PlainMessage<BlueOssSoFileData> | undefined): boolean;
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
|
-
/**
|
|
2347
|
-
* @generated from message BlueOssSoFileEvent
|
|
2348
|
-
*/
|
|
2349
|
-
export declare class BlueOssSoFileEvent extends Message<BlueOssSoFileEvent> {
|
|
2350
|
-
/**
|
|
2351
|
-
* TODO : max_count must always equal MaxOssSoEventId - 1
|
|
2352
|
-
*
|
|
2353
|
-
* @generated from field: required bytes supportedEventIds = 1;
|
|
2354
|
-
*/
|
|
2355
|
-
supportedEventIds: Uint8Array;
|
|
2356
|
-
|
|
2357
|
-
/**
|
|
2358
|
-
* @generated from field: repeated BlueOssSoEvent events = 2;
|
|
2359
|
-
*/
|
|
2360
|
-
events: BlueOssSoEvent[];
|
|
2361
|
-
|
|
2362
|
-
constructor(data?: PartialMessage<BlueOssSoFileEvent>);
|
|
2363
|
-
|
|
2364
|
-
static readonly runtime: typeof proto2;
|
|
2365
|
-
static readonly typeName = "BlueOssSoFileEvent";
|
|
2366
|
-
static readonly fields: FieldList;
|
|
2367
|
-
|
|
2368
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoFileEvent;
|
|
2369
|
-
|
|
2370
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoFileEvent;
|
|
2371
|
-
|
|
2372
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoFileEvent;
|
|
2373
|
-
|
|
2374
|
-
static equals(a: BlueOssSoFileEvent | PlainMessage<BlueOssSoFileEvent> | undefined, b: BlueOssSoFileEvent | PlainMessage<BlueOssSoFileEvent> | undefined): boolean;
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
/**
|
|
2378
|
-
* @generated from message BlueOssSoFileBlacklist
|
|
2379
|
-
*/
|
|
2380
|
-
export declare class BlueOssSoFileBlacklist extends Message<BlueOssSoFileBlacklist> {
|
|
2381
|
-
/**
|
|
2382
|
-
* @generated from field: repeated BlueBlacklistEntry entries = 1;
|
|
2383
|
-
*/
|
|
2384
|
-
entries: BlueBlacklistEntry[];
|
|
2385
|
-
|
|
2386
|
-
constructor(data?: PartialMessage<BlueOssSoFileBlacklist>);
|
|
2387
|
-
|
|
2388
|
-
static readonly runtime: typeof proto2;
|
|
2389
|
-
static readonly typeName = "BlueOssSoFileBlacklist";
|
|
2390
|
-
static readonly fields: FieldList;
|
|
2391
|
-
|
|
2392
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoFileBlacklist;
|
|
2393
|
-
|
|
2394
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoFileBlacklist;
|
|
2395
|
-
|
|
2396
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoFileBlacklist;
|
|
2397
|
-
|
|
2398
|
-
static equals(a: BlueOssSoFileBlacklist | PlainMessage<BlueOssSoFileBlacklist> | undefined, b: BlueOssSoFileBlacklist | PlainMessage<BlueOssSoFileBlacklist> | undefined): boolean;
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
|
-
/**
|
|
2402
|
-
* @generated from message BlueOssSoFileCustomerExtensions
|
|
2403
|
-
*/
|
|
2404
|
-
export declare class BlueOssSoFileCustomerExtensions extends Message<BlueOssSoFileCustomerExtensions> {
|
|
2405
|
-
/**
|
|
2406
|
-
* @generated from field: repeated BlueOssSoExtFeature extFeatures = 1;
|
|
2407
|
-
*/
|
|
2408
|
-
extFeatures: BlueOssSoExtFeature[];
|
|
2409
|
-
|
|
2410
|
-
/**
|
|
2411
|
-
*
|
|
2412
|
-
* -- Known features --
|
|
2413
|
-
*
|
|
2414
|
-
*
|
|
2415
|
-
* @generated from field: optional BlueOssSoExtFeature_ValidityStart validityStart = 2;
|
|
2416
|
-
*/
|
|
2417
|
-
validityStart?: BlueOssSoExtFeature_ValidityStart;
|
|
2418
|
-
|
|
2419
|
-
constructor(data?: PartialMessage<BlueOssSoFileCustomerExtensions>);
|
|
2420
|
-
|
|
2421
|
-
static readonly runtime: typeof proto2;
|
|
2422
|
-
static readonly typeName = "BlueOssSoFileCustomerExtensions";
|
|
2423
|
-
static readonly fields: FieldList;
|
|
2424
|
-
|
|
2425
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoFileCustomerExtensions;
|
|
2426
|
-
|
|
2427
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoFileCustomerExtensions;
|
|
2428
|
-
|
|
2429
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoFileCustomerExtensions;
|
|
2430
|
-
|
|
2431
|
-
static equals(a: BlueOssSoFileCustomerExtensions | PlainMessage<BlueOssSoFileCustomerExtensions> | undefined, b: BlueOssSoFileCustomerExtensions | PlainMessage<BlueOssSoFileCustomerExtensions> | undefined): boolean;
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
/**
|
|
2435
|
-
* @generated from message BlueOssSoConfiguration
|
|
2436
|
-
*/
|
|
2437
|
-
export declare class BlueOssSoConfiguration extends Message<BlueOssSoConfiguration> {
|
|
2438
|
-
/**
|
|
2439
|
-
* @generated from field: optional BlueOssSoFileInfo info = 1;
|
|
2440
|
-
*/
|
|
2441
|
-
info?: BlueOssSoFileInfo;
|
|
2442
|
-
|
|
2443
|
-
/**
|
|
2444
|
-
* @generated from field: optional BlueOssSoFileData data = 2;
|
|
2445
|
-
*/
|
|
2446
|
-
data?: BlueOssSoFileData;
|
|
2447
|
-
|
|
2448
|
-
/**
|
|
2449
|
-
* @generated from field: optional BlueOssSoFileEvent event = 3;
|
|
2450
|
-
*/
|
|
2451
|
-
event?: BlueOssSoFileEvent;
|
|
2452
|
-
|
|
2453
|
-
/**
|
|
2454
|
-
* @generated from field: optional BlueOssSoFileBlacklist blacklist = 4;
|
|
2455
|
-
*/
|
|
2456
|
-
blacklist?: BlueOssSoFileBlacklist;
|
|
2457
|
-
|
|
2458
|
-
/**
|
|
2459
|
-
* @generated from field: optional BlueOssSoFileCustomerExtensions customerExtensions = 5;
|
|
2460
|
-
*/
|
|
2461
|
-
customerExtensions?: BlueOssSoFileCustomerExtensions;
|
|
2462
|
-
|
|
2463
|
-
constructor(data?: PartialMessage<BlueOssSoConfiguration>);
|
|
2464
|
-
|
|
2465
|
-
static readonly runtime: typeof proto2;
|
|
2466
|
-
static readonly typeName = "BlueOssSoConfiguration";
|
|
2467
|
-
static readonly fields: FieldList;
|
|
2468
|
-
|
|
2469
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoConfiguration;
|
|
2470
|
-
|
|
2471
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoConfiguration;
|
|
2472
|
-
|
|
2473
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoConfiguration;
|
|
2474
|
-
|
|
2475
|
-
static equals(a: BlueOssSoConfiguration | PlainMessage<BlueOssSoConfiguration> | undefined, b: BlueOssSoConfiguration | PlainMessage<BlueOssSoConfiguration> | undefined): boolean;
|
|
2476
|
-
}
|
|
2477
|
-
|
|
2478
|
-
/**
|
|
2479
|
-
* @generated from message BlueOssSoStorageProfile
|
|
2480
|
-
*/
|
|
2481
|
-
export declare class BlueOssSoStorageProfile extends Message<BlueOssSoStorageProfile> {
|
|
2482
|
-
/**
|
|
2483
|
-
* @generated from field: required uint32 dataLength = 1;
|
|
2484
|
-
*/
|
|
2485
|
-
dataLength: number;
|
|
2486
|
-
|
|
2487
|
-
/**
|
|
2488
|
-
* @generated from field: required uint32 fileSize = 2;
|
|
2489
|
-
*/
|
|
2490
|
-
fileSize: number;
|
|
2491
|
-
|
|
2492
|
-
/**
|
|
2493
|
-
* @generated from field: required uint32 infoDataLength = 3;
|
|
2494
|
-
*/
|
|
2495
|
-
infoDataLength: number;
|
|
2496
|
-
|
|
2497
|
-
/**
|
|
2498
|
-
* @generated from field: required uint32 infoFileSize = 4;
|
|
2499
|
-
*/
|
|
2500
|
-
infoFileSize: number;
|
|
2501
|
-
|
|
2502
|
-
/**
|
|
2503
|
-
* @generated from field: required uint32 dataDataLength = 5;
|
|
2504
|
-
*/
|
|
2505
|
-
dataDataLength: number;
|
|
2506
|
-
|
|
2507
|
-
/**
|
|
2508
|
-
* @generated from field: required uint32 dataFileSize = 6;
|
|
2509
|
-
*/
|
|
2510
|
-
dataFileSize: number;
|
|
2511
|
-
|
|
2512
|
-
/**
|
|
2513
|
-
* @generated from field: required uint32 eventDataLength = 7;
|
|
2514
|
-
*/
|
|
2515
|
-
eventDataLength: number;
|
|
2516
|
-
|
|
2517
|
-
/**
|
|
2518
|
-
* @generated from field: required uint32 eventFileSize = 8;
|
|
2519
|
-
*/
|
|
2520
|
-
eventFileSize: number;
|
|
2521
|
-
|
|
2522
|
-
/**
|
|
2523
|
-
* @generated from field: required uint32 blacklistDataLength = 9;
|
|
2524
|
-
*/
|
|
2525
|
-
blacklistDataLength: number;
|
|
2526
|
-
|
|
2527
|
-
/**
|
|
2528
|
-
* @generated from field: required uint32 blacklistFileSize = 10;
|
|
2529
|
-
*/
|
|
2530
|
-
blacklistFileSize: number;
|
|
2531
|
-
|
|
2532
|
-
/**
|
|
2533
|
-
* @generated from field: required uint32 customerExtensionsDataLength = 11;
|
|
2534
|
-
*/
|
|
2535
|
-
customerExtensionsDataLength: number;
|
|
2536
|
-
|
|
2537
|
-
/**
|
|
2538
|
-
* @generated from field: required uint32 customerExtensionsFileSize = 12;
|
|
2539
|
-
*/
|
|
2540
|
-
customerExtensionsFileSize: number;
|
|
2541
|
-
|
|
2542
|
-
constructor(data?: PartialMessage<BlueOssSoStorageProfile>);
|
|
2543
|
-
|
|
2544
|
-
static readonly runtime: typeof proto2;
|
|
2545
|
-
static readonly typeName = "BlueOssSoStorageProfile";
|
|
2546
|
-
static readonly fields: FieldList;
|
|
2547
|
-
|
|
2548
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoStorageProfile;
|
|
2549
|
-
|
|
2550
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoStorageProfile;
|
|
2551
|
-
|
|
2552
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoStorageProfile;
|
|
2553
|
-
|
|
2554
|
-
static equals(a: BlueOssSoStorageProfile | PlainMessage<BlueOssSoStorageProfile> | undefined, b: BlueOssSoStorageProfile | PlainMessage<BlueOssSoStorageProfile> | undefined): boolean;
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
/**
|
|
2558
|
-
* @generated from message BlueOssSoProvisioningConfiguration
|
|
2559
|
-
*/
|
|
2560
|
-
export declare class BlueOssSoProvisioningConfiguration extends Message<BlueOssSoProvisioningConfiguration> {
|
|
2561
|
-
/**
|
|
2562
|
-
* @generated from field: required uint32 numberOfDoors = 1;
|
|
2563
|
-
*/
|
|
2564
|
-
numberOfDoors: number;
|
|
2565
|
-
|
|
2566
|
-
/**
|
|
2567
|
-
* @generated from field: required uint32 numberOfDTSchedules = 2;
|
|
2568
|
-
*/
|
|
2569
|
-
numberOfDTSchedules: number;
|
|
2570
|
-
|
|
2571
|
-
/**
|
|
2572
|
-
* @generated from field: required uint32 numberOfDayIdsPerDTSchedule = 3;
|
|
2573
|
-
*/
|
|
2574
|
-
numberOfDayIdsPerDTSchedule: number;
|
|
2575
|
-
|
|
2576
|
-
/**
|
|
2577
|
-
* @generated from field: required uint32 numberOfTimePeriodsPerDayId = 4;
|
|
2578
|
-
*/
|
|
2579
|
-
numberOfTimePeriodsPerDayId: number;
|
|
2580
|
-
|
|
2581
|
-
/**
|
|
2582
|
-
* @generated from field: required uint32 numberOfEvents = 5;
|
|
2583
|
-
*/
|
|
2584
|
-
numberOfEvents: number;
|
|
2585
|
-
|
|
2586
|
-
/**
|
|
2587
|
-
* TODO : max_count must always equal MaxOssSoEventId - 1
|
|
2588
|
-
*
|
|
2589
|
-
* @generated from field: required bytes supportedEventIds = 6;
|
|
2590
|
-
*/
|
|
2591
|
-
supportedEventIds: Uint8Array;
|
|
2592
|
-
|
|
2593
|
-
/**
|
|
2594
|
-
* @generated from field: required uint32 numberOfBlacklistEntries = 7;
|
|
2595
|
-
*/
|
|
2596
|
-
numberOfBlacklistEntries: number;
|
|
2597
|
-
|
|
2598
|
-
/**
|
|
2599
|
-
* @generated from field: required uint32 customerExtensionsSize = 8;
|
|
2600
|
-
*/
|
|
2601
|
-
customerExtensionsSize: number;
|
|
2602
|
-
|
|
2603
|
-
constructor(data?: PartialMessage<BlueOssSoProvisioningConfiguration>);
|
|
2604
|
-
|
|
2605
|
-
static readonly runtime: typeof proto2;
|
|
2606
|
-
static readonly typeName = "BlueOssSoProvisioningConfiguration";
|
|
2607
|
-
static readonly fields: FieldList;
|
|
2608
|
-
|
|
2609
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoProvisioningConfiguration;
|
|
2610
|
-
|
|
2611
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoProvisioningConfiguration;
|
|
2612
|
-
|
|
2613
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoProvisioningConfiguration;
|
|
2614
|
-
|
|
2615
|
-
static equals(a: BlueOssSoProvisioningConfiguration | PlainMessage<BlueOssSoProvisioningConfiguration> | undefined, b: BlueOssSoProvisioningConfiguration | PlainMessage<BlueOssSoProvisioningConfiguration> | undefined): boolean;
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
/**
|
|
2619
|
-
* @generated from message BlueOssSoProvisioningData
|
|
2620
|
-
*/
|
|
2621
|
-
export declare class BlueOssSoProvisioningData extends Message<BlueOssSoProvisioningData> {
|
|
2622
|
-
/**
|
|
2623
|
-
* If not set, uses default from storage
|
|
2624
|
-
*
|
|
2625
|
-
* @generated from field: optional BlueOssSoProvisioningConfiguration configuration = 1;
|
|
2626
|
-
*/
|
|
2627
|
-
configuration?: BlueOssSoProvisioningConfiguration;
|
|
2628
|
-
|
|
2629
|
-
/**
|
|
2630
|
-
* @generated from field: required BlueOssSoCredentialType credentialType = 2;
|
|
2631
|
-
*/
|
|
2632
|
-
credentialType?: BlueOssSoCredentialType;
|
|
2633
|
-
|
|
2634
|
-
/**
|
|
2635
|
-
* @generated from field: required BlueCredentialId credentialId = 3;
|
|
2636
|
-
*/
|
|
2637
|
-
credentialId?: BlueCredentialId;
|
|
2638
|
-
|
|
2639
|
-
/**
|
|
2640
|
-
* @generated from field: required uint32 siteId = 4;
|
|
2641
|
-
*/
|
|
2642
|
-
siteId: number;
|
|
2643
|
-
|
|
2644
|
-
constructor(data?: PartialMessage<BlueOssSoProvisioningData>);
|
|
2645
|
-
|
|
2646
|
-
static readonly runtime: typeof proto2;
|
|
2647
|
-
static readonly typeName = "BlueOssSoProvisioningData";
|
|
2648
|
-
static readonly fields: FieldList;
|
|
2649
|
-
|
|
2650
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoProvisioningData;
|
|
2651
|
-
|
|
2652
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoProvisioningData;
|
|
2653
|
-
|
|
2654
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoProvisioningData;
|
|
2655
|
-
|
|
2656
|
-
static equals(a: BlueOssSoProvisioningData | PlainMessage<BlueOssSoProvisioningData> | undefined, b: BlueOssSoProvisioningData | PlainMessage<BlueOssSoProvisioningData> | undefined): boolean;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
|
-
/**
|
|
2660
|
-
* @generated from message BlueOssSoMobile
|
|
2661
|
-
*/
|
|
2662
|
-
export declare class BlueOssSoMobile extends Message<BlueOssSoMobile> {
|
|
2663
|
-
/**
|
|
2664
|
-
* @generated from field: required bytes infoFile = 1;
|
|
2665
|
-
*/
|
|
2666
|
-
infoFile: Uint8Array;
|
|
2667
|
-
|
|
2668
|
-
/**
|
|
2669
|
-
* 1 door
|
|
2670
|
-
*
|
|
2671
|
-
* @generated from field: required bytes dataFile = 2;
|
|
2672
|
-
*/
|
|
2673
|
-
dataFile: Uint8Array;
|
|
2674
|
-
|
|
2675
|
-
/**
|
|
2676
|
-
* 16 items max
|
|
2677
|
-
*
|
|
2678
|
-
* @generated from field: required bytes blacklistFile = 3;
|
|
2679
|
-
*/
|
|
2680
|
-
blacklistFile: Uint8Array;
|
|
2681
|
-
|
|
2682
|
-
/**
|
|
2683
|
-
* @generated from field: required bytes customerExtensionsFile = 4;
|
|
2684
|
-
*/
|
|
2685
|
-
customerExtensionsFile: Uint8Array;
|
|
2686
|
-
|
|
2687
|
-
constructor(data?: PartialMessage<BlueOssSoMobile>);
|
|
2688
|
-
|
|
2689
|
-
static readonly runtime: typeof proto2;
|
|
2690
|
-
static readonly typeName = "BlueOssSoMobile";
|
|
2691
|
-
static readonly fields: FieldList;
|
|
2692
|
-
|
|
2693
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoMobile;
|
|
2694
|
-
|
|
2695
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoMobile;
|
|
2696
|
-
|
|
2697
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoMobile;
|
|
2698
|
-
|
|
2699
|
-
static equals(a: BlueOssSoMobile | PlainMessage<BlueOssSoMobile> | undefined, b: BlueOssSoMobile | PlainMessage<BlueOssSoMobile> | undefined): boolean;
|
|
2700
|
-
}
|
|
2701
|
-
|
|
2702
|
-
/**
|
|
2703
|
-
* @generated from message BlueOssSoMobileProvisioningConfiguration
|
|
2704
|
-
*/
|
|
2705
|
-
export declare class BlueOssSoMobileProvisioningConfiguration extends Message<BlueOssSoMobileProvisioningConfiguration> {
|
|
2706
|
-
/**
|
|
2707
|
-
* @generated from field: required uint32 numberOfDoors = 1 [default = 1];
|
|
2708
|
-
*/
|
|
2709
|
-
numberOfDoors: number;
|
|
2710
|
-
|
|
2711
|
-
/**
|
|
2712
|
-
* @generated from field: required uint32 numberOfDTSchedules = 2 [default = 1];
|
|
2713
|
-
*/
|
|
2714
|
-
numberOfDTSchedules: number;
|
|
2715
|
-
|
|
2716
|
-
/**
|
|
2717
|
-
* @generated from field: required uint32 numberOfDayIdsPerDTSchedule = 3 [default = 4];
|
|
2718
|
-
*/
|
|
2719
|
-
numberOfDayIdsPerDTSchedule: number;
|
|
2720
|
-
|
|
2721
|
-
/**
|
|
2722
|
-
* @generated from field: required uint32 numberOfTimePeriodsPerDayId = 4 [default = 4];
|
|
2723
|
-
*/
|
|
2724
|
-
numberOfTimePeriodsPerDayId: number;
|
|
2725
|
-
|
|
2726
|
-
/**
|
|
2727
|
-
* @generated from field: required uint32 numberOfEvents = 5 [default = 0];
|
|
2728
|
-
*/
|
|
2729
|
-
numberOfEvents: number;
|
|
2730
|
-
|
|
2731
|
-
/**
|
|
2732
|
-
* TODO : max_count must always equal MaxOssSoEventId - 1
|
|
2733
|
-
*
|
|
2734
|
-
* @generated from field: required bytes supportedEventIds = 6;
|
|
2735
|
-
*/
|
|
2736
|
-
supportedEventIds: Uint8Array;
|
|
2737
|
-
|
|
2738
|
-
/**
|
|
2739
|
-
* @generated from field: required uint32 numberOfBlacklistEntries = 7 [default = 16];
|
|
2740
|
-
*/
|
|
2741
|
-
numberOfBlacklistEntries: number;
|
|
2742
|
-
|
|
2743
|
-
/**
|
|
2744
|
-
* @generated from field: required uint32 customerExtensionsSize = 8 [default = 32];
|
|
2745
|
-
*/
|
|
2746
|
-
customerExtensionsSize: number;
|
|
2747
|
-
|
|
2748
|
-
constructor(data?: PartialMessage<BlueOssSoMobileProvisioningConfiguration>);
|
|
2749
|
-
|
|
2750
|
-
static readonly runtime: typeof proto2;
|
|
2751
|
-
static readonly typeName = "BlueOssSoMobileProvisioningConfiguration";
|
|
2752
|
-
static readonly fields: FieldList;
|
|
2753
|
-
|
|
2754
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoMobileProvisioningConfiguration;
|
|
2755
|
-
|
|
2756
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoMobileProvisioningConfiguration;
|
|
2757
|
-
|
|
2758
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoMobileProvisioningConfiguration;
|
|
2759
|
-
|
|
2760
|
-
static equals(a: BlueOssSoMobileProvisioningConfiguration | PlainMessage<BlueOssSoMobileProvisioningConfiguration> | undefined, b: BlueOssSoMobileProvisioningConfiguration | PlainMessage<BlueOssSoMobileProvisioningConfiguration> | undefined): boolean;
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
/**
|
|
2764
|
-
* Default configuration from spec plus customer extensions spacing
|
|
2765
|
-
*
|
|
2766
|
-
* @generated from message BlueOssSoMifareDesfireProvisioningConfiguration
|
|
2767
|
-
*/
|
|
2768
|
-
export declare class BlueOssSoMifareDesfireProvisioningConfiguration extends Message<BlueOssSoMifareDesfireProvisioningConfiguration> {
|
|
2769
|
-
/**
|
|
2770
|
-
* @generated from field: required uint32 numberOfDoors = 1 [default = 70];
|
|
2771
|
-
*/
|
|
2772
|
-
numberOfDoors: number;
|
|
2773
|
-
|
|
2774
|
-
/**
|
|
2775
|
-
* @generated from field: required uint32 numberOfDTSchedules = 2 [default = 1];
|
|
2776
|
-
*/
|
|
2777
|
-
numberOfDTSchedules: number;
|
|
2778
|
-
|
|
2779
|
-
/**
|
|
2780
|
-
* @generated from field: required uint32 numberOfDayIdsPerDTSchedule = 3 [default = 4];
|
|
2781
|
-
*/
|
|
2782
|
-
numberOfDayIdsPerDTSchedule: number;
|
|
2783
|
-
|
|
2784
|
-
/**
|
|
2785
|
-
* @generated from field: required uint32 numberOfTimePeriodsPerDayId = 4 [default = 2];
|
|
2786
|
-
*/
|
|
2787
|
-
numberOfTimePeriodsPerDayId: number;
|
|
2788
|
-
|
|
2789
|
-
/**
|
|
2790
|
-
* @generated from field: required uint32 numberOfEvents = 5 [default = 16];
|
|
2791
|
-
*/
|
|
2792
|
-
numberOfEvents: number;
|
|
2793
|
-
|
|
2794
|
-
/**
|
|
2795
|
-
* TODO : max_count must always equal MaxOssSoEventId - 1
|
|
2796
|
-
*
|
|
2797
|
-
* @generated from field: required bytes supportedEventIds = 6 [default = "\001\001\001\001\001\001\001\001\001\001\001\001"];
|
|
2798
|
-
*/
|
|
2799
|
-
supportedEventIds: Uint8Array;
|
|
2800
|
-
|
|
2801
|
-
/**
|
|
2802
|
-
* @generated from field: required uint32 numberOfBlacklistEntries = 7 [default = 3];
|
|
2803
|
-
*/
|
|
2804
|
-
numberOfBlacklistEntries: number;
|
|
2805
|
-
|
|
2806
|
-
/**
|
|
2807
|
-
* @generated from field: required uint32 customerExtensionsSize = 8 [default = 16];
|
|
2808
|
-
*/
|
|
2809
|
-
customerExtensionsSize: number;
|
|
2810
|
-
|
|
2811
|
-
constructor(data?: PartialMessage<BlueOssSoMifareDesfireProvisioningConfiguration>);
|
|
2812
|
-
|
|
2813
|
-
static readonly runtime: typeof proto2;
|
|
2814
|
-
static readonly typeName = "BlueOssSoMifareDesfireProvisioningConfiguration";
|
|
2815
|
-
static readonly fields: FieldList;
|
|
2816
|
-
|
|
2817
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoMifareDesfireProvisioningConfiguration;
|
|
2818
|
-
|
|
2819
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoMifareDesfireProvisioningConfiguration;
|
|
2820
|
-
|
|
2821
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoMifareDesfireProvisioningConfiguration;
|
|
2822
|
-
|
|
2823
|
-
static equals(a: BlueOssSoMifareDesfireProvisioningConfiguration | PlainMessage<BlueOssSoMifareDesfireProvisioningConfiguration> | undefined, b: BlueOssSoMifareDesfireProvisioningConfiguration | PlainMessage<BlueOssSoMifareDesfireProvisioningConfiguration> | undefined): boolean;
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
|
-
/**
|
|
2827
|
-
* Demo keys from spec
|
|
2828
|
-
*
|
|
2829
|
-
* @generated from message BlueOssSoMifareDesfireConfiguration
|
|
2830
|
-
*/
|
|
2831
|
-
export declare class BlueOssSoMifareDesfireConfiguration extends Message<BlueOssSoMifareDesfireConfiguration> {
|
|
2832
|
-
/**
|
|
2833
|
-
* The PICC master key, default is oss so demo key
|
|
2834
|
-
*
|
|
2835
|
-
* @generated from field: required bytes piccMasterKey = 1 [default = "\000\001\002\003\004\005\006\007\010\t\n\013\014\r\016\252"];
|
|
2836
|
-
*/
|
|
2837
|
-
piccMasterKey: Uint8Array;
|
|
2838
|
-
|
|
2839
|
-
/**
|
|
2840
|
-
* The oss application master key, default is oss so demo key
|
|
2841
|
-
*
|
|
2842
|
-
* @generated from field: required bytes appMasterKey = 2 [default = "\000\001\002\003\004\005\006\007\010\t\n\013\014\r\016\017"];
|
|
2843
|
-
*/
|
|
2844
|
-
appMasterKey: Uint8Array;
|
|
2845
|
-
|
|
2846
|
-
/**
|
|
2847
|
-
* The oss project read/write key, default is oss so demo key
|
|
2848
|
-
*
|
|
2849
|
-
* @generated from field: required bytes projectKey = 3 [default = "\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"];
|
|
2850
|
-
*/
|
|
2851
|
-
projectKey: Uint8Array;
|
|
2852
|
-
|
|
2853
|
-
/**
|
|
2854
|
-
* The oss application id, default is the oss so default aid
|
|
2855
|
-
*
|
|
2856
|
-
* @generated from field: required uint32 aid = 4 [default = 16076800];
|
|
2857
|
-
*/
|
|
2858
|
-
aid: number;
|
|
2859
|
-
|
|
2860
|
-
constructor(data?: PartialMessage<BlueOssSoMifareDesfireConfiguration>);
|
|
2861
|
-
|
|
2862
|
-
static readonly runtime: typeof proto2;
|
|
2863
|
-
static readonly typeName = "BlueOssSoMifareDesfireConfiguration";
|
|
2864
|
-
static readonly fields: FieldList;
|
|
2865
|
-
|
|
2866
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoMifareDesfireConfiguration;
|
|
2867
|
-
|
|
2868
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoMifareDesfireConfiguration;
|
|
2869
|
-
|
|
2870
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoMifareDesfireConfiguration;
|
|
2871
|
-
|
|
2872
|
-
static equals(a: BlueOssSoMifareDesfireConfiguration | PlainMessage<BlueOssSoMifareDesfireConfiguration> | undefined, b: BlueOssSoMifareDesfireConfiguration | PlainMessage<BlueOssSoMifareDesfireConfiguration> | undefined): boolean;
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
/**
|
|
2876
|
-
* @generated from message BlueOssSoSettings
|
|
2877
|
-
*/
|
|
2878
|
-
export declare class BlueOssSoSettings extends Message<BlueOssSoSettings> {
|
|
2879
|
-
/**
|
|
2880
|
-
* @generated from field: optional BlueOssSoMifareDesfireConfiguration mifareDesfireConfig = 1;
|
|
2881
|
-
*/
|
|
2882
|
-
mifareDesfireConfig?: BlueOssSoMifareDesfireConfiguration;
|
|
2883
|
-
|
|
2884
|
-
constructor(data?: PartialMessage<BlueOssSoSettings>);
|
|
2885
|
-
|
|
2886
|
-
static readonly runtime: typeof proto2;
|
|
2887
|
-
static readonly typeName = "BlueOssSoSettings";
|
|
2888
|
-
static readonly fields: FieldList;
|
|
2889
|
-
|
|
2890
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueOssSoSettings;
|
|
2891
|
-
|
|
2892
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueOssSoSettings;
|
|
2893
|
-
|
|
2894
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueOssSoSettings;
|
|
2895
|
-
|
|
2896
|
-
static equals(a: BlueOssSoSettings | PlainMessage<BlueOssSoSettings> | undefined, b: BlueOssSoSettings | PlainMessage<BlueOssSoSettings> | undefined): boolean;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
/**
|
|
2900
|
-
* @generated from message _BlueTestEncodeDecode
|
|
2901
|
-
*/
|
|
2902
|
-
export declare class _BlueTestEncodeDecode extends Message<_BlueTestEncodeDecode> {
|
|
2903
|
-
/**
|
|
2904
|
-
* @generated from field: required string vendor = 1;
|
|
2905
|
-
*/
|
|
2906
|
-
vendor: string;
|
|
2907
|
-
|
|
2908
|
-
/**
|
|
2909
|
-
* @generated from field: required string hardware_name = 2;
|
|
2910
|
-
*/
|
|
2911
|
-
hardwareName: string;
|
|
2912
|
-
|
|
2913
|
-
/**
|
|
2914
|
-
* @generated from field: required int32 hardware_version = 3;
|
|
2915
|
-
*/
|
|
2916
|
-
hardwareVersion: number;
|
|
2917
|
-
|
|
2918
|
-
/**
|
|
2919
|
-
* @generated from field: required int32 application_version = 4;
|
|
2920
|
-
*/
|
|
2921
|
-
applicationVersion: number;
|
|
2922
|
-
|
|
2923
|
-
constructor(data?: PartialMessage<_BlueTestEncodeDecode>);
|
|
2924
|
-
|
|
2925
|
-
static readonly runtime: typeof proto2;
|
|
2926
|
-
static readonly typeName = "_BlueTestEncodeDecode";
|
|
2927
|
-
static readonly fields: FieldList;
|
|
2928
|
-
|
|
2929
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): _BlueTestEncodeDecode;
|
|
2930
|
-
|
|
2931
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): _BlueTestEncodeDecode;
|
|
2932
|
-
|
|
2933
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): _BlueTestEncodeDecode;
|
|
2934
|
-
|
|
2935
|
-
static equals(a: _BlueTestEncodeDecode | PlainMessage<_BlueTestEncodeDecode> | undefined, b: _BlueTestEncodeDecode | PlainMessage<_BlueTestEncodeDecode> | undefined): boolean;
|
|
2936
|
-
}
|
|
2937
|
-
|