@blueid/access-react-native 12.14.0 → 12.16.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.
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.aar.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.14.0/access-12.14.0.module → 12.16.0/access-12.16.0.module} +25 -18
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.module.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.14.0/access-12.14.0.pom → 12.16.0/access-12.16.0.pom} +10 -4
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.16.0/access-12.16.0.pom.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/maven-metadata.xml +4 -4
- package/android/sdklib/com/blue-id/access/maven-metadata.xml.md5 +1 -1
- package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha1 +1 -1
- package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha256 +1 -1
- package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha512 +1 -1
- package/lib/commonjs/BlueCore_pb.js +4 -89
- package/lib/commonjs/BlueCore_pb.js.map +1 -1
- package/lib/commonjs/BlueNetworkCore_pb.d.js +4 -0
- package/lib/commonjs/BlueNetworkCore_pb.d.js.map +1 -0
- package/lib/commonjs/BlueNetworkCore_pb.js +315 -0
- package/lib/commonjs/BlueNetworkCore_pb.js.map +1 -0
- package/lib/commonjs/BlueSystem_pb.js +25 -1
- package/lib/commonjs/BlueSystem_pb.js.map +1 -1
- package/lib/module/BlueCore_pb.d.js +0 -28
- package/lib/module/BlueCore_pb.d.js.map +1 -1
- package/lib/module/BlueCore_pb.js +3 -88
- package/lib/module/BlueCore_pb.js.map +1 -1
- package/lib/module/BlueNetworkCore_pb.d.js +89 -0
- package/lib/module/BlueNetworkCore_pb.d.js.map +1 -0
- package/lib/module/BlueNetworkCore_pb.js +312 -0
- package/lib/module/BlueNetworkCore_pb.js.map +1 -0
- package/lib/module/BlueSystem_pb.d.js +4 -0
- package/lib/module/BlueSystem_pb.d.js.map +1 -1
- package/lib/module/BlueSystem_pb.js +24 -0
- package/lib/module/BlueSystem_pb.js.map +1 -1
- package/lib/typescript/src/BlueCore_pb.d.ts +0 -28
- package/lib/typescript/src/BlueCore_pb.d.ts.map +1 -1
- package/lib/typescript/src/BlueNetworkCore_pb.d.ts +81 -0
- package/lib/typescript/src/BlueNetworkCore_pb.d.ts.map +1 -0
- package/lib/typescript/src/BlueSystem_pb.d.ts +4 -0
- package/lib/typescript/src/BlueSystem_pb.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/BlueCore_pb.d.ts +6 -178
- package/src/BlueCore_pb.js +1 -67
- package/src/BlueNetworkCore_pb.d.ts +591 -0
- package/src/BlueNetworkCore_pb.js +215 -0
- package/src/BlueSystem_pb.d.ts +32 -0
- package/src/BlueSystem_pb.js +14 -0
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.aar.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.module.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.14.0/access-12.14.0.pom.sha512 +0 -1
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v1.4.0 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file BlueNetworkCore.proto (syntax proto2)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { proto2 } from "@bufbuild/protobuf";
|
|
7
|
+
import { BlueOssSidMobile, BlueOssSoConfiguration, BlueOssSoMobile, BlueReturnCode, BlueSPResult, BlueSPTokenCommand } from "./BlueCore_pb.js";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from message BlueErrorResult
|
|
11
|
+
*/
|
|
12
|
+
export const BlueErrorResult = proto2.makeMessageType(
|
|
13
|
+
"BlueErrorResult",
|
|
14
|
+
() => [
|
|
15
|
+
{ no: 1, name: "data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
16
|
+
],
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @generated from message BlueWebSPHandshake
|
|
21
|
+
*/
|
|
22
|
+
export const BlueWebSPHandshake = proto2.makeMessageType(
|
|
23
|
+
"BlueWebSPHandshake",
|
|
24
|
+
() => [
|
|
25
|
+
{ no: 1, name: "salt", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
26
|
+
],
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @generated from message BlueWebSPHandshakeReply
|
|
31
|
+
*/
|
|
32
|
+
export const BlueWebSPHandshakeReply = proto2.makeMessageType(
|
|
33
|
+
"BlueWebSPHandshakeReply",
|
|
34
|
+
() => [
|
|
35
|
+
{ no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
36
|
+
{ no: 2, name: "signature", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
37
|
+
],
|
|
38
|
+
);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message BlueWebSPMessage
|
|
42
|
+
*/
|
|
43
|
+
export const BlueWebSPMessage = proto2.makeMessageType(
|
|
44
|
+
"BlueWebSPMessage",
|
|
45
|
+
() => [
|
|
46
|
+
{ no: 1, name: "transactionId", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
47
|
+
{ no: 2, name: "payload", kind: "message", T: BlueSPResult },
|
|
48
|
+
{ no: 3, name: "isContinued", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true, default: false },
|
|
49
|
+
],
|
|
50
|
+
);
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* @generated from message BlueWebSPStatusMessage
|
|
54
|
+
*/
|
|
55
|
+
export const BlueWebSPStatusMessage = proto2.makeMessageType(
|
|
56
|
+
"BlueWebSPStatusMessage",
|
|
57
|
+
() => [
|
|
58
|
+
{ no: 1, name: "status", kind: "enum", T: proto2.getEnumType(BlueReturnCode) },
|
|
59
|
+
],
|
|
60
|
+
);
|
|
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
|
+
/**
|
|
73
|
+
* @generated from message BlueSocketConfigurationResponse
|
|
74
|
+
*/
|
|
75
|
+
export const BlueSocketConfigurationResponse = proto2.makeMessageType(
|
|
76
|
+
"BlueSocketConfigurationResponse",
|
|
77
|
+
() => [
|
|
78
|
+
{ no: 2, name: "transponderId", kind: "message", T: BlueTransponderId },
|
|
79
|
+
{ no: 1, name: "config", kind: "message", T: BlueOssSoConfiguration },
|
|
80
|
+
{ no: 3, name: "error", kind: "message", T: BlueErrorResult, opt: true },
|
|
81
|
+
],
|
|
82
|
+
);
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from message BlueSocketRequestConfiguration
|
|
86
|
+
*/
|
|
87
|
+
export const BlueSocketRequestConfiguration = proto2.makeMessageType(
|
|
88
|
+
"BlueSocketRequestConfiguration",
|
|
89
|
+
() => [
|
|
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 */ },
|
|
95
|
+
],
|
|
96
|
+
);
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Message sent by the server to the device
|
|
100
|
+
*
|
|
101
|
+
* @generated from message BlueWebSPServerMessage
|
|
102
|
+
*/
|
|
103
|
+
export const BlueWebSPServerMessage = proto2.makeMessageType(
|
|
104
|
+
"BlueWebSPServerMessage",
|
|
105
|
+
() => [
|
|
106
|
+
{ no: 2, name: "handshake", kind: "message", T: BlueWebSPHandshake, oneof: "payload" },
|
|
107
|
+
{ no: 3, name: "command", kind: "message", T: BlueSPTokenCommand, oneof: "payload" },
|
|
108
|
+
{ no: 4, name: "ossSo", kind: "message", T: BlueOssSoMobile, oneof: "payload" },
|
|
109
|
+
{ no: 5, name: "ossSid", kind: "message", T: BlueOssSidMobile, oneof: "payload" },
|
|
110
|
+
{ no: 6, name: "configResponse", kind: "message", T: BlueSocketConfigurationResponse, oneof: "payload" },
|
|
111
|
+
{ no: 7, name: "socketMessage", kind: "message", T: BlueWebSPServerSocketMessage, oneof: "payload" },
|
|
112
|
+
],
|
|
113
|
+
);
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* @generated from message BlueWebSPClientRequest
|
|
117
|
+
*/
|
|
118
|
+
export const BlueWebSPClientRequest = proto2.makeMessageType(
|
|
119
|
+
"BlueWebSPClientRequest",
|
|
120
|
+
() => [
|
|
121
|
+
{ no: 1, name: "requestConfig", kind: "message", T: BlueSocketRequestConfiguration, oneof: "payload" },
|
|
122
|
+
],
|
|
123
|
+
);
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* @generated from message BlueWebSPClientResponse
|
|
127
|
+
*/
|
|
128
|
+
export const BlueWebSPClientResponse = proto2.makeMessageType(
|
|
129
|
+
"BlueWebSPClientResponse",
|
|
130
|
+
() => [
|
|
131
|
+
{ no: 1, name: "message", kind: "message", T: BlueWebSPMessage, oneof: "payload" },
|
|
132
|
+
],
|
|
133
|
+
);
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Message sent to the server by the device
|
|
137
|
+
*
|
|
138
|
+
* @generated from message BlueWebSPClientMessage
|
|
139
|
+
*/
|
|
140
|
+
export const BlueWebSPClientMessage = proto2.makeMessageType(
|
|
141
|
+
"BlueWebSPClientMessage",
|
|
142
|
+
() => [
|
|
143
|
+
{ no: 1, name: "request", kind: "message", T: BlueWebSPClientRequest, oneof: "payload" },
|
|
144
|
+
{ no: 2, name: "response", kind: "message", T: BlueWebSPClientResponse, oneof: "payload" },
|
|
145
|
+
],
|
|
146
|
+
);
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* @generated from message BlueWebSPServerSocketMessageSuccess
|
|
150
|
+
*/
|
|
151
|
+
export const BlueWebSPServerSocketMessageSuccess = proto2.makeMessageType(
|
|
152
|
+
"BlueWebSPServerSocketMessageSuccess",
|
|
153
|
+
() => [
|
|
154
|
+
{ no: 1, name: "result", kind: "message", T: BlueSPResult },
|
|
155
|
+
],
|
|
156
|
+
);
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @generated from message BlueWebSPServerSocketMessageFailed
|
|
160
|
+
*/
|
|
161
|
+
export const BlueWebSPServerSocketMessageFailed = proto2.makeMessageType(
|
|
162
|
+
"BlueWebSPServerSocketMessageFailed",
|
|
163
|
+
() => [
|
|
164
|
+
{ no: 1, name: "result", kind: "message", T: BlueErrorResult },
|
|
165
|
+
],
|
|
166
|
+
);
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @generated from message BlueWebSPServerSocketMessageDone
|
|
170
|
+
*/
|
|
171
|
+
export const BlueWebSPServerSocketMessageDone = proto2.makeMessageType(
|
|
172
|
+
"BlueWebSPServerSocketMessageDone",
|
|
173
|
+
() => [
|
|
174
|
+
{ no: 1, name: "result", kind: "message", T: BlueSPResult, opt: true },
|
|
175
|
+
],
|
|
176
|
+
);
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Message sent by the server to the device as stream like APDUs
|
|
180
|
+
*
|
|
181
|
+
* @generated from message BlueWebSPServerSocketMessage
|
|
182
|
+
*/
|
|
183
|
+
export const BlueWebSPServerSocketMessage = proto2.makeMessageType(
|
|
184
|
+
"BlueWebSPServerSocketMessage",
|
|
185
|
+
() => [
|
|
186
|
+
{ no: 1, name: "transactionId", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
187
|
+
{ no: 2, name: "success", kind: "message", T: BlueWebSPServerSocketMessageSuccess, oneof: "payload" },
|
|
188
|
+
{ no: 3, name: "failed", kind: "message", T: BlueWebSPServerSocketMessageFailed, oneof: "payload" },
|
|
189
|
+
{ no: 4, name: "done", kind: "message", T: BlueWebSPServerSocketMessageDone, oneof: "payload" },
|
|
190
|
+
],
|
|
191
|
+
);
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* @generated from message BlueWebSPClientSocketMessageSuccess
|
|
195
|
+
*/
|
|
196
|
+
export const BlueWebSPClientSocketMessageSuccess = proto2.makeMessageType(
|
|
197
|
+
"BlueWebSPClientSocketMessageSuccess",
|
|
198
|
+
() => [
|
|
199
|
+
{ no: 1, name: "result", kind: "message", T: BlueSPResult },
|
|
200
|
+
],
|
|
201
|
+
);
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Message sent to the server by the device as stream like APDUs
|
|
205
|
+
*
|
|
206
|
+
* @generated from message BlueWebSPClientSocketMessage
|
|
207
|
+
*/
|
|
208
|
+
export const BlueWebSPClientSocketMessage = proto2.makeMessageType(
|
|
209
|
+
"BlueWebSPClientSocketMessage",
|
|
210
|
+
() => [
|
|
211
|
+
{ no: 1, name: "success", kind: "message", T: BlueWebSPClientSocketMessageSuccess, oneof: "payload" },
|
|
212
|
+
{ no: 2, name: "failed", kind: "enum", T: proto2.getEnumType(BlueReturnCode), oneof: "payload" },
|
|
213
|
+
],
|
|
214
|
+
);
|
|
215
|
+
|
package/src/BlueSystem_pb.d.ts
CHANGED
|
@@ -8,6 +8,31 @@ import { Message, proto2 } from "@bufbuild/protobuf";
|
|
|
8
8
|
import type { BlueBatteryLevel, BlueBlacklistEntry, BlueEvent, BlueHardwareType, BlueLocalTimeSchedule, BlueLocalTimestamp } from "./BlueCore_pb.js";
|
|
9
9
|
import type { BlueLockConfig, BlueLockStatus } from "./BlueLock_pb.js";
|
|
10
10
|
|
|
11
|
+
/**
|
|
12
|
+
* @generated from enum BlueNetworkType
|
|
13
|
+
*/
|
|
14
|
+
export declare enum BlueNetworkType {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from enum value: None = 1;
|
|
17
|
+
*/
|
|
18
|
+
None = 1,
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @generated from enum value: Ethernet = 2;
|
|
22
|
+
*/
|
|
23
|
+
Ethernet = 2,
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from enum value: Wifi = 3;
|
|
27
|
+
*/
|
|
28
|
+
Wifi = 3,
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @generated from enum value: Gsm = 4;
|
|
32
|
+
*/
|
|
33
|
+
Gsm = 4,
|
|
34
|
+
}
|
|
35
|
+
|
|
11
36
|
/**
|
|
12
37
|
* @generated from message BlueBaseConfig
|
|
13
38
|
*/
|
|
@@ -325,6 +350,13 @@ export declare class BlueOssConfig extends Message<BlueOssConfig> {
|
|
|
325
350
|
*/
|
|
326
351
|
soMifareAid: number;
|
|
327
352
|
|
|
353
|
+
/**
|
|
354
|
+
* The card will request to refresh if the existing days passed. It can become required after stable
|
|
355
|
+
*
|
|
356
|
+
* @generated from field: optional uint32 minRefreshDays = 9 [default = 5];
|
|
357
|
+
*/
|
|
358
|
+
minRefreshDays?: number;
|
|
359
|
+
|
|
328
360
|
constructor(data?: PartialMessage<BlueOssConfig>);
|
|
329
361
|
|
|
330
362
|
static readonly runtime: typeof proto2;
|
package/src/BlueSystem_pb.js
CHANGED
|
@@ -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
|
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5c778b833ea52aff99545bf7d8213a7c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3ce2c36206a7f3b0d4ad44b51607d6af95e2502d
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
acd8ef83935470e9d61f2293af1782fd701d9b626c0ad65bc436270d3344d04c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7ed2a6d4410c05351c8a74927d16c689eef75327b244769f28c1c4f2b3c9cbca94e5731c1966533da753fc78bab1b562a1db1e2b95c24c81e5177dd6b20ff954
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
861490555a0c493e893657ea6f4967ed
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0c78e14faabfc16a295b22f976ec37bec652d4c5
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f504dc091785495ece92bac79bcc5cbbffd0913562bebe7fcffc3d7ccde66c08
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a9ddf21274b4f74afa4befb6e1e8ad287f23235138f82730ecef6589fb36240033989943fc2cc43bba4458506411660f5e937ad199d8bfeff74c3a05e3db0172
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
8852e1138f730c80cce348a4a047e218
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
35aa5b31588361edff3945742bd90c80060c1b4e
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
8df069315b5996d137a983411b7264b07de9580464224f1d1a3fe84bfab336ee
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
04786b2701be82a0c90bae0f0177b02c451f911641e4393ddf06209a97723c536d1a9473c068eb8d9e39056c2522794e82ee3352dd052b20127cbfc6521057bb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
34d50f0854d415b7ce9c504cf87840fa
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
80b3597f111374f1d872ca84c42aa0759194e6cc
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
e1a549d24672f221136b263d3272d3b9f12e3ca3dc6e6411cbae457b30c4aa65
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2a108399d95ff0d1b51e76e068934bce3bfeb04162ffb238fcbea03c8842710c9f41e75cb5b73d809574432231415d66ef31d90e99b157140868524ecbb8d032
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
af87a5bab102ce94335550c49fd42394
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
263c1662598ab9003b8a917d6d2d02ae447464be
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1a6755e52e8baf36fbdde583d4edef57a788b6e4595c20d70f2f74c88b906788
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3169e070635e892194e358ca382dc503b8ca1d9096fae16a8677a3a85617502c1105756064f034b1d24af80ea3c2d62ae16c70521b1661fea42fc2e85660d897
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5e999f89c34187a15776eb8c9c05aa0c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3b7dcd747e444b9b6f6f945252b4994a2dfbf4f7
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ee352dd09e4fecbcca35a8eaebee34fd9ca62a046418f00d93571895a58aa2cf
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
c115fd491b6d282d3033fcea461d482062565bcb77c4fdf66f96294f86411bd0648180b13c571217b290e51f3cfe31617e2257a423ac44a29f546da78bb00f25
|