@blueid/access-cli 2.9.0 → 2.12.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 +0 -13
- package/lib/proto/BlueSDK_pb.js +0 -1
- package/package.json +1 -1
package/lib/proto/BlueCore_pb.js
CHANGED
|
@@ -207,7 +207,6 @@ export const BlueHardwareType = proto2.makeEnum(
|
|
|
207
207
|
{no: 4, name: "DoorHandleLock"},
|
|
208
208
|
{no: 5, name: "WallReader"},
|
|
209
209
|
{no: 6, name: "Kiosk"},
|
|
210
|
-
{no: 7, name: "CylinderLockCompact"},
|
|
211
210
|
],
|
|
212
211
|
);
|
|
213
212
|
|
|
@@ -338,18 +337,6 @@ export const BlueOssSoFileId = proto2.makeEnum(
|
|
|
338
337
|
],
|
|
339
338
|
);
|
|
340
339
|
|
|
341
|
-
/**
|
|
342
|
-
* @generated from enum BlueOssSoWriteStatus
|
|
343
|
-
*/
|
|
344
|
-
export const BlueOssSoWriteStatus = proto2.makeEnum(
|
|
345
|
-
"BlueOssSoWriteStatus",
|
|
346
|
-
[
|
|
347
|
-
{no: 0, name: "WritableByAnyOrg"},
|
|
348
|
-
{no: 1, name: "WritableBySpecificOrg"},
|
|
349
|
-
{no: 2, name: "NotWritable"},
|
|
350
|
-
],
|
|
351
|
-
);
|
|
352
|
-
|
|
353
340
|
/**
|
|
354
341
|
* @generated from message BlueSharedDemoData
|
|
355
342
|
*/
|
package/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -48,7 +48,6 @@ export const BlueI18n = proto2.makeMessageType(
|
|
|
48
48
|
{ no: 9, name: "nfcInitializingWritingProcess", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Initializing writing process" },
|
|
49
49
|
{ no: 100, name: "nfcTransponderConnected", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder Connected" },
|
|
50
50
|
{ no: 101, name: "nfcTransponderDisconnected", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was disconnected" },
|
|
51
|
-
{ no: 102, name: "nfcTransponderSuccessReadMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was successfully read" },
|
|
52
51
|
{ no: 10, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
|
|
53
52
|
{ no: 11, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
|
|
54
53
|
{ no: 12, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
|