@blueid/access-cli 2.15.0 → 2.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.
@@ -104,6 +104,18 @@ export const BlueSystemAVRUpdate = proto2.makeMessageType(
104
104
  ],
105
105
  );
106
106
 
107
+ /**
108
+ * @generated from message BlueSystemAVRInfo
109
+ */
110
+ export const BlueSystemAVRInfo = proto2.makeMessageType(
111
+ "BlueSystemAVRInfo",
112
+ () => [
113
+ { no: 1, name: "vermaj", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
114
+ { no: 2, name: "vermin", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
115
+ { no: 3, name: "buildnr", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
116
+ ],
117
+ );
118
+
107
119
  /**
108
120
  * @generated from message BlueSystemConfig
109
121
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "2.15.0",
3
+ "version": "2.19.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",