@blueid/access-cli 1.9.0 → 1.18.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.
@@ -166,6 +166,20 @@ export const BlueSystemProvisioning = proto2.makeMessageType(
166
166
  ],
167
167
  );
168
168
 
169
+ /**
170
+ * @generated from message BlueHardwareInfo
171
+ */
172
+ export const BlueHardwareInfo = proto2.makeMessageType(
173
+ "BlueHardwareInfo",
174
+ () => [
175
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
176
+ { no: 2, name: "vendor", kind: "scalar", T: 9 /* ScalarType.STRING */ },
177
+ { no: 3, name: "vendorName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
178
+ { no: 4, name: "version", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
179
+ { no: 5, name: "type", kind: "enum", T: proto2.getEnumType(BlueHardwareType) },
180
+ ],
181
+ );
182
+
169
183
  /**
170
184
  * @generated from message BlueSystemStatus
171
185
  */
@@ -184,6 +198,8 @@ export const BlueSystemStatus = proto2.makeMessageType(
184
198
  { no: 10, name: "applicationVersionTest", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
185
199
  { no: 11, name: "newFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
186
200
  { no: 12, name: "newTestFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
201
+ { no: 13, name: "newConfigurationAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
202
+ { no: 14, name: "hardwareInfo", kind: "message", T: BlueHardwareInfo, opt: true },
187
203
  ],
188
204
  );
189
205
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "1.9.0",
3
+ "version": "1.18.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",