@blueid/access-cli 11.1.0 → 11.3.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.
@@ -1024,6 +1024,7 @@ export const BlueOssSoProvisioningConfiguration = proto2.makeMessageType(
1024
1024
  { no: 6, name: "supportedEventIds", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
1025
1025
  { no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
1026
1026
  { no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
1027
+ { no: 9, name: "has_data", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
1027
1028
  ],
1028
1029
  );
1029
1030
 
@@ -1069,6 +1070,7 @@ export const BlueOssSoMobileProvisioningConfiguration = proto2.makeMessageType(
1069
1070
  { no: 6, name: "supportedEventIds", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
1070
1071
  { no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16 },
1071
1072
  { no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 32 },
1073
+ { no: 9, name: "has_data", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
1072
1074
  ],
1073
1075
  );
1074
1076
 
@@ -1088,6 +1090,7 @@ export const BlueOssSoMifareDesfireProvisioningConfiguration = proto2.makeMessag
1088
1090
  { no: 6, name: "supportedEventIds", kind: "scalar", T: 12 /* ScalarType.BYTES */, default: new Uint8Array([0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01]) },
1089
1091
  { no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 3 },
1090
1092
  { no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16 },
1093
+ { no: 9, name: "has_data", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
1091
1094
  ],
1092
1095
  );
1093
1096
 
@@ -190,6 +190,7 @@ export const BlueAccessDevice = proto2.makeMessageType(
190
190
  { no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
191
191
  { no: 2, name: "objectName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
192
192
  { no: 3, name: "objectId", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
193
+ { no: 4, name: "deviceStatus", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
193
194
  ],
194
195
  );
195
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "11.1.0",
3
+ "version": "11.3.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",