@blueid/access-cli 11.5.0 → 11.6.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,7 +1024,6 @@ 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 },
1028
1027
  ],
1029
1028
  );
1030
1029
 
@@ -1070,7 +1069,6 @@ export const BlueOssSoMobileProvisioningConfiguration = proto2.makeMessageType(
1070
1069
  { no: 6, name: "supportedEventIds", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
1071
1070
  { no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16 },
1072
1071
  { 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 },
1074
1072
  ],
1075
1073
  );
1076
1074
 
@@ -1090,7 +1088,6 @@ export const BlueOssSoMifareDesfireProvisioningConfiguration = proto2.makeMessag
1090
1088
  { 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]) },
1091
1089
  { no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 3 },
1092
1090
  { 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 },
1094
1091
  ],
1095
1092
  );
1096
1093
 
@@ -190,7 +190,6 @@ 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 },
194
193
  ],
195
194
  );
196
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "11.5.0",
3
+ "version": "11.6.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",