@blueid/access-cli 12.19.0 → 12.20.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.
@@ -31,6 +31,17 @@ export const BlueRefreshOssSoCredentialStatus = proto2.makeEnum(
31
31
  ],
32
32
  );
33
33
 
34
+ /**
35
+ * @generated from enum BlueHardwareVendor
36
+ */
37
+ export const BlueHardwareVendor = proto2.makeEnum(
38
+ "BlueHardwareVendor",
39
+ [
40
+ {no: 0, name: "uundzlocks"},
41
+ {no: 1, name: "dlogiclock"},
42
+ ],
43
+ );
44
+
34
45
  /**
35
46
  * @generated from message BlueI18n
36
47
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "12.19.0",
3
+ "version": "12.20.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",