@blueid/access-cli 12.2.0 → 12.4.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.
@@ -1,5 +1,5 @@
1
1
  // @generated by protoc-gen-es v1.4.0 with parameter "target=js+dts"
2
- // @generated from file BlueNexusCore.proto (syntax proto2)
2
+ // @generated from file BlueNetworkCore.proto (syntax proto2)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
5
 
@@ -7,6 +7,19 @@ import { proto2 } from "@bufbuild/protobuf";
7
7
  import { BlueBatteryLevel, BlueBlacklistEntry, BlueEvent, BlueHardwareType, BlueLocalTimeSchedule, BlueLocalTimestamp } from "./BlueCore_pb.js";
8
8
  import { BlueLockConfig, BlueLockStatus } from "./BlueLock_pb.js";
9
9
 
10
+ /**
11
+ * @generated from enum BlueNetworkType
12
+ */
13
+ export const BlueNetworkType = proto2.makeEnum(
14
+ "BlueNetworkType",
15
+ [
16
+ {no: 1, name: "None"},
17
+ {no: 2, name: "Ethernet"},
18
+ {no: 3, name: "Wifi"},
19
+ {no: 4, name: "Gsm"},
20
+ ],
21
+ );
22
+
10
23
  /**
11
24
  * @generated from message BlueBaseConfig
12
25
  */
@@ -92,6 +105,7 @@ export const BlueOssConfig = proto2.makeMessageType(
92
105
  { no: 6, name: "soUpdateFromBlacklist", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
93
106
  { no: 7, name: "soMifareAesKey", kind: "scalar", T: 12 /* ScalarType.BYTES */, default: new Uint8Array([0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F]) },
94
107
  { no: 8, name: "soMifareAid", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16076800 },
108
+ { no: 9, name: "minRefreshDays", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true, default: 5 },
95
109
  ],
96
110
  );
97
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "12.2.0",
3
+ "version": "12.4.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",