@blueid/access-cli 2.12.0 → 2.15.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.
@@ -207,6 +207,7 @@ 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"},
210
211
  ],
211
212
  );
212
213
 
@@ -337,6 +338,18 @@ export const BlueOssSoFileId = proto2.makeEnum(
337
338
  ],
338
339
  );
339
340
 
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
+
340
353
  /**
341
354
  * @generated from message BlueSharedDemoData
342
355
  */
@@ -48,6 +48,7 @@ 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" },
51
52
  { no: 10, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
52
53
  { no: 11, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
53
54
  { no: 12, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
@@ -94,6 +94,16 @@ export const BlueOssConfig = proto2.makeMessageType(
94
94
  ],
95
95
  );
96
96
 
97
+ /**
98
+ * @generated from message BlueSystemAVRUpdate
99
+ */
100
+ export const BlueSystemAVRUpdate = proto2.makeMessageType(
101
+ "BlueSystemAVRUpdate",
102
+ () => [
103
+ { no: 1, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
104
+ ],
105
+ );
106
+
97
107
  /**
98
108
  * @generated from message BlueSystemConfig
99
109
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "2.12.0",
3
+ "version": "2.15.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",