@blueid/access-cli 12.1.0 → 12.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.
|
@@ -1,21 +1,11 @@
|
|
|
1
1
|
// @generated by protoc-gen-es v1.4.0 with parameter "target=js+dts"
|
|
2
|
-
// @generated from file
|
|
2
|
+
// @generated from file BlueNetworkCore.proto (syntax proto2)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
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:
|
|
91
|
-
{ no:
|
|
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
|
|
|
@@ -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
|
|