@blueid/access-cli 0.98.0 → 0.100.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/lib/proto/BlueCore_pb.js +14 -2
- package/package.json +1 -1
package/lib/proto/BlueCore_pb.js
CHANGED
|
@@ -154,6 +154,7 @@ export const BlueCredentialType = proto2.makeEnum(
|
|
|
154
154
|
{no: 2, name: "Maintenance"},
|
|
155
155
|
{no: 3, name: "Master"},
|
|
156
156
|
{no: 4, name: "NfcWriter"},
|
|
157
|
+
{no: 5, name: "Emergency"},
|
|
157
158
|
],
|
|
158
159
|
);
|
|
159
160
|
|
|
@@ -294,6 +295,16 @@ export const BlueOssSoCredentialTypeOssCredential = proto2.makeEnum(
|
|
|
294
295
|
],
|
|
295
296
|
);
|
|
296
297
|
|
|
298
|
+
/**
|
|
299
|
+
* @generated from enum BlueOssSoDoorGroupId
|
|
300
|
+
*/
|
|
301
|
+
export const BlueOssSoDoorGroupId = proto2.makeEnum(
|
|
302
|
+
"BlueOssSoDoorGroupId",
|
|
303
|
+
[
|
|
304
|
+
{no: 0, name: "MasterGroupId"},
|
|
305
|
+
],
|
|
306
|
+
);
|
|
307
|
+
|
|
297
308
|
/**
|
|
298
309
|
* @generated from enum BlueOssSoDoorInfoAccessBy
|
|
299
310
|
*/
|
|
@@ -514,8 +525,9 @@ export const BlueOssAccessResult = proto2.makeMessageType(
|
|
|
514
525
|
() => [
|
|
515
526
|
{ no: 1, name: "accessGranted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
516
527
|
{ no: 2, name: "accessType", kind: "enum", T: proto2.getEnumType(BlueAccessType) },
|
|
517
|
-
{ no: 3, name: "
|
|
518
|
-
{ no: 4, name: "
|
|
528
|
+
{ no: 3, name: "accessInfo", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
529
|
+
{ no: 4, name: "scheduleEndTime", kind: "message", T: BlueLocalTimestamp },
|
|
530
|
+
{ no: 5, name: "scheduleMissmatch", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
519
531
|
],
|
|
520
532
|
);
|
|
521
533
|
|