@blueid/access-cli 12.1.0 → 12.2.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.
@@ -6,16 +6,6 @@
6
6
  import { proto2 } from "@bufbuild/protobuf";
7
7
  import { BlueOssSidMobile, BlueOssSoConfiguration, BlueOssSoMobile, BlueReturnCode, BlueSPResult, BlueSPTokenCommand } from "./BlueCore_pb.js";
8
8
 
9
- /**
10
- * @generated from message BlueTransponderId
11
- */
12
- export const BlueTransponderId = proto2.makeMessageType(
13
- "BlueTransponderId",
14
- () => [
15
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16
- ],
17
- );
18
-
19
9
  /**
20
10
  * @generated from message BlueErrorResult
21
11
  */
@@ -69,6 +59,16 @@ export const BlueWebSPStatusMessage = proto2.makeMessageType(
69
59
  ],
70
60
  );
71
61
 
62
+ /**
63
+ * @generated from message BlueTransponderId
64
+ */
65
+ export const BlueTransponderId = proto2.makeMessageType(
66
+ "BlueTransponderId",
67
+ () => [
68
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
69
+ ],
70
+ );
71
+
72
72
  /**
73
73
  * @generated from message BlueSocketConfigurationResponse
74
74
  */
@@ -87,8 +87,11 @@ export const BlueSocketConfigurationResponse = proto2.makeMessageType(
87
87
  export const BlueSocketRequestConfiguration = proto2.makeMessageType(
88
88
  "BlueSocketRequestConfiguration",
89
89
  () => [
90
- { no: 2, name: "transponderId", kind: "message", T: BlueTransponderId },
91
- { no: 4, name: "aid", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
90
+ { no: 1, name: "transponderId", kind: "message", T: BlueTransponderId },
91
+ { no: 2, name: "aid", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
92
+ { no: 3, name: "miniRefreshDays", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
93
+ { no: 4, name: "updateBlackListed", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
94
+ { no: 5, name: "writePendingEvents", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
92
95
  ],
93
96
  );
94
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "12.1.0",
3
+ "version": "12.2.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",