@blueid/access-proto 12.26.0 → 12.27.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/BlueCore.proto +39 -10
- package/BlueSDK.proto +0 -7
- package/BlueSystem.proto +1 -15
- package/cjs/BlueCore_pb.d.ts +178 -1
- package/cjs/BlueCore_pb.js +69 -0
- package/cjs/BlueSDK_pb.d.ts +0 -26
- package/cjs/BlueSDK_pb.js +1 -10
- package/cjs/BlueSystem_pb.d.ts +0 -39
- package/cjs/BlueSystem_pb.js +2 -14
- package/cjs/index.d.ts +0 -1
- package/cjs/index.js +0 -1
- package/es/BlueCore_pb.d.ts +178 -1
- package/es/BlueCore_pb.js +67 -0
- package/es/BlueSDK_pb.d.ts +0 -26
- package/es/BlueSDK_pb.js +0 -12
- package/es/BlueSystem_pb.d.ts +0 -39
- package/es/BlueSystem_pb.js +0 -15
- package/es/index.d.ts +0 -1
- package/es/index.js +0 -1
- package/nanopb/BlueCore.pb.c +20 -2
- package/nanopb/BlueCore.pb.h +125 -4
- package/nanopb/BlueSDK.pb.c +0 -1
- package/nanopb/BlueSDK.pb.h +3 -16
- package/nanopb/BlueSystem.pb.c +0 -1
- package/nanopb/BlueSystem.pb.h +12 -57
- package/package.json +1 -1
- package/swift/BlueCore.pb.swift +487 -1
- package/swift/BlueSDK.pb.swift +1 -36
- package/swift/BlueSystem.pb.swift +2 -50
- package/BlueNetworkCore.proto +0 -122
- package/cjs/BlueNetworkCore_pb.d.ts +0 -591
- package/cjs/BlueNetworkCore_pb.js +0 -234
- package/es/BlueNetworkCore_pb.d.ts +0 -591
- package/es/BlueNetworkCore_pb.js +0 -215
- package/nanopb/BlueNetworkCore.pb.c +0 -63
- package/nanopb/BlueNetworkCore.pb.h +0 -409
- package/swift/BlueNetworkCore.pb.swift +0 -1700
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var BlueNetworkCore_pb_exports = {};
|
|
19
|
-
__export(BlueNetworkCore_pb_exports, {
|
|
20
|
-
BlueErrorResult: () => BlueErrorResult,
|
|
21
|
-
BlueSocketConfigurationResponse: () => BlueSocketConfigurationResponse,
|
|
22
|
-
BlueSocketRequestConfiguration: () => BlueSocketRequestConfiguration,
|
|
23
|
-
BlueTransponderId: () => BlueTransponderId,
|
|
24
|
-
BlueWebSPClientMessage: () => BlueWebSPClientMessage,
|
|
25
|
-
BlueWebSPClientRequest: () => BlueWebSPClientRequest,
|
|
26
|
-
BlueWebSPClientResponse: () => BlueWebSPClientResponse,
|
|
27
|
-
BlueWebSPClientSocketMessage: () => BlueWebSPClientSocketMessage,
|
|
28
|
-
BlueWebSPClientSocketMessageSuccess: () => BlueWebSPClientSocketMessageSuccess,
|
|
29
|
-
BlueWebSPHandshake: () => BlueWebSPHandshake,
|
|
30
|
-
BlueWebSPHandshakeReply: () => BlueWebSPHandshakeReply,
|
|
31
|
-
BlueWebSPMessage: () => BlueWebSPMessage,
|
|
32
|
-
BlueWebSPServerMessage: () => BlueWebSPServerMessage,
|
|
33
|
-
BlueWebSPServerSocketMessage: () => BlueWebSPServerSocketMessage,
|
|
34
|
-
BlueWebSPServerSocketMessageDone: () => BlueWebSPServerSocketMessageDone,
|
|
35
|
-
BlueWebSPServerSocketMessageFailed: () => BlueWebSPServerSocketMessageFailed,
|
|
36
|
-
BlueWebSPServerSocketMessageSuccess: () => BlueWebSPServerSocketMessageSuccess,
|
|
37
|
-
BlueWebSPStatusMessage: () => BlueWebSPStatusMessage
|
|
38
|
-
});
|
|
39
|
-
module.exports = __toCommonJS(BlueNetworkCore_pb_exports);
|
|
40
|
-
var import_protobuf = require("@bufbuild/protobuf");
|
|
41
|
-
var import_BlueCore_pb = require("./BlueCore_pb.js");
|
|
42
|
-
const BlueErrorResult = import_protobuf.proto2.makeMessageType(
|
|
43
|
-
"BlueErrorResult",
|
|
44
|
-
() => [
|
|
45
|
-
{
|
|
46
|
-
no: 1,
|
|
47
|
-
name: "data",
|
|
48
|
-
kind: "scalar",
|
|
49
|
-
T: 9
|
|
50
|
-
/* ScalarType.STRING */
|
|
51
|
-
}
|
|
52
|
-
]
|
|
53
|
-
);
|
|
54
|
-
const BlueWebSPHandshake = import_protobuf.proto2.makeMessageType(
|
|
55
|
-
"BlueWebSPHandshake",
|
|
56
|
-
() => [
|
|
57
|
-
{
|
|
58
|
-
no: 1,
|
|
59
|
-
name: "salt",
|
|
60
|
-
kind: "scalar",
|
|
61
|
-
T: 12
|
|
62
|
-
/* ScalarType.BYTES */
|
|
63
|
-
}
|
|
64
|
-
]
|
|
65
|
-
);
|
|
66
|
-
const BlueWebSPHandshakeReply = import_protobuf.proto2.makeMessageType(
|
|
67
|
-
"BlueWebSPHandshakeReply",
|
|
68
|
-
() => [
|
|
69
|
-
{
|
|
70
|
-
no: 1,
|
|
71
|
-
name: "deviceId",
|
|
72
|
-
kind: "scalar",
|
|
73
|
-
T: 9
|
|
74
|
-
/* ScalarType.STRING */
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
no: 2,
|
|
78
|
-
name: "signature",
|
|
79
|
-
kind: "scalar",
|
|
80
|
-
T: 12
|
|
81
|
-
/* ScalarType.BYTES */
|
|
82
|
-
}
|
|
83
|
-
]
|
|
84
|
-
);
|
|
85
|
-
const BlueWebSPMessage = import_protobuf.proto2.makeMessageType(
|
|
86
|
-
"BlueWebSPMessage",
|
|
87
|
-
() => [
|
|
88
|
-
{
|
|
89
|
-
no: 1,
|
|
90
|
-
name: "transactionId",
|
|
91
|
-
kind: "scalar",
|
|
92
|
-
T: 13
|
|
93
|
-
/* ScalarType.UINT32 */
|
|
94
|
-
},
|
|
95
|
-
{ no: 2, name: "payload", kind: "message", T: import_BlueCore_pb.BlueSPResult },
|
|
96
|
-
{ no: 3, name: "isContinued", kind: "scalar", T: 8, opt: true, default: false }
|
|
97
|
-
]
|
|
98
|
-
);
|
|
99
|
-
const BlueWebSPStatusMessage = import_protobuf.proto2.makeMessageType(
|
|
100
|
-
"BlueWebSPStatusMessage",
|
|
101
|
-
() => [
|
|
102
|
-
{ no: 1, name: "status", kind: "enum", T: import_protobuf.proto2.getEnumType(import_BlueCore_pb.BlueReturnCode) }
|
|
103
|
-
]
|
|
104
|
-
);
|
|
105
|
-
const BlueTransponderId = import_protobuf.proto2.makeMessageType(
|
|
106
|
-
"BlueTransponderId",
|
|
107
|
-
() => [
|
|
108
|
-
{
|
|
109
|
-
no: 1,
|
|
110
|
-
name: "id",
|
|
111
|
-
kind: "scalar",
|
|
112
|
-
T: 9
|
|
113
|
-
/* ScalarType.STRING */
|
|
114
|
-
}
|
|
115
|
-
]
|
|
116
|
-
);
|
|
117
|
-
const BlueSocketConfigurationResponse = import_protobuf.proto2.makeMessageType(
|
|
118
|
-
"BlueSocketConfigurationResponse",
|
|
119
|
-
() => [
|
|
120
|
-
{ no: 2, name: "transponderId", kind: "message", T: BlueTransponderId },
|
|
121
|
-
{ no: 1, name: "config", kind: "message", T: import_BlueCore_pb.BlueOssSoConfiguration },
|
|
122
|
-
{ no: 3, name: "error", kind: "message", T: BlueErrorResult, opt: true }
|
|
123
|
-
]
|
|
124
|
-
);
|
|
125
|
-
const BlueSocketRequestConfiguration = import_protobuf.proto2.makeMessageType(
|
|
126
|
-
"BlueSocketRequestConfiguration",
|
|
127
|
-
() => [
|
|
128
|
-
{ no: 1, name: "transponderId", kind: "message", T: BlueTransponderId },
|
|
129
|
-
{
|
|
130
|
-
no: 2,
|
|
131
|
-
name: "aid",
|
|
132
|
-
kind: "scalar",
|
|
133
|
-
T: 13
|
|
134
|
-
/* ScalarType.UINT32 */
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
no: 3,
|
|
138
|
-
name: "miniRefreshDays",
|
|
139
|
-
kind: "scalar",
|
|
140
|
-
T: 13
|
|
141
|
-
/* ScalarType.UINT32 */
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
no: 4,
|
|
145
|
-
name: "updateBlackListed",
|
|
146
|
-
kind: "scalar",
|
|
147
|
-
T: 8
|
|
148
|
-
/* ScalarType.BOOL */
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
no: 5,
|
|
152
|
-
name: "writePendingEvents",
|
|
153
|
-
kind: "scalar",
|
|
154
|
-
T: 8
|
|
155
|
-
/* ScalarType.BOOL */
|
|
156
|
-
}
|
|
157
|
-
]
|
|
158
|
-
);
|
|
159
|
-
const BlueWebSPServerMessage = import_protobuf.proto2.makeMessageType(
|
|
160
|
-
"BlueWebSPServerMessage",
|
|
161
|
-
() => [
|
|
162
|
-
{ no: 2, name: "handshake", kind: "message", T: BlueWebSPHandshake, oneof: "payload" },
|
|
163
|
-
{ no: 3, name: "command", kind: "message", T: import_BlueCore_pb.BlueSPTokenCommand, oneof: "payload" },
|
|
164
|
-
{ no: 4, name: "ossSo", kind: "message", T: import_BlueCore_pb.BlueOssSoMobile, oneof: "payload" },
|
|
165
|
-
{ no: 5, name: "ossSid", kind: "message", T: import_BlueCore_pb.BlueOssSidMobile, oneof: "payload" },
|
|
166
|
-
{ no: 6, name: "configResponse", kind: "message", T: BlueSocketConfigurationResponse, oneof: "payload" },
|
|
167
|
-
{ no: 7, name: "socketMessage", kind: "message", T: BlueWebSPServerSocketMessage, oneof: "payload" }
|
|
168
|
-
]
|
|
169
|
-
);
|
|
170
|
-
const BlueWebSPClientRequest = import_protobuf.proto2.makeMessageType(
|
|
171
|
-
"BlueWebSPClientRequest",
|
|
172
|
-
() => [
|
|
173
|
-
{ no: 1, name: "requestConfig", kind: "message", T: BlueSocketRequestConfiguration, oneof: "payload" }
|
|
174
|
-
]
|
|
175
|
-
);
|
|
176
|
-
const BlueWebSPClientResponse = import_protobuf.proto2.makeMessageType(
|
|
177
|
-
"BlueWebSPClientResponse",
|
|
178
|
-
() => [
|
|
179
|
-
{ no: 1, name: "message", kind: "message", T: BlueWebSPMessage, oneof: "payload" }
|
|
180
|
-
]
|
|
181
|
-
);
|
|
182
|
-
const BlueWebSPClientMessage = import_protobuf.proto2.makeMessageType(
|
|
183
|
-
"BlueWebSPClientMessage",
|
|
184
|
-
() => [
|
|
185
|
-
{ no: 1, name: "request", kind: "message", T: BlueWebSPClientRequest, oneof: "payload" },
|
|
186
|
-
{ no: 2, name: "response", kind: "message", T: BlueWebSPClientResponse, oneof: "payload" }
|
|
187
|
-
]
|
|
188
|
-
);
|
|
189
|
-
const BlueWebSPServerSocketMessageSuccess = import_protobuf.proto2.makeMessageType(
|
|
190
|
-
"BlueWebSPServerSocketMessageSuccess",
|
|
191
|
-
() => [
|
|
192
|
-
{ no: 1, name: "result", kind: "message", T: import_BlueCore_pb.BlueSPResult }
|
|
193
|
-
]
|
|
194
|
-
);
|
|
195
|
-
const BlueWebSPServerSocketMessageFailed = import_protobuf.proto2.makeMessageType(
|
|
196
|
-
"BlueWebSPServerSocketMessageFailed",
|
|
197
|
-
() => [
|
|
198
|
-
{ no: 1, name: "result", kind: "message", T: BlueErrorResult }
|
|
199
|
-
]
|
|
200
|
-
);
|
|
201
|
-
const BlueWebSPServerSocketMessageDone = import_protobuf.proto2.makeMessageType(
|
|
202
|
-
"BlueWebSPServerSocketMessageDone",
|
|
203
|
-
() => [
|
|
204
|
-
{ no: 1, name: "result", kind: "message", T: import_BlueCore_pb.BlueSPResult, opt: true }
|
|
205
|
-
]
|
|
206
|
-
);
|
|
207
|
-
const BlueWebSPServerSocketMessage = import_protobuf.proto2.makeMessageType(
|
|
208
|
-
"BlueWebSPServerSocketMessage",
|
|
209
|
-
() => [
|
|
210
|
-
{
|
|
211
|
-
no: 1,
|
|
212
|
-
name: "transactionId",
|
|
213
|
-
kind: "scalar",
|
|
214
|
-
T: 13
|
|
215
|
-
/* ScalarType.UINT32 */
|
|
216
|
-
},
|
|
217
|
-
{ no: 2, name: "success", kind: "message", T: BlueWebSPServerSocketMessageSuccess, oneof: "payload" },
|
|
218
|
-
{ no: 3, name: "failed", kind: "message", T: BlueWebSPServerSocketMessageFailed, oneof: "payload" },
|
|
219
|
-
{ no: 4, name: "done", kind: "message", T: BlueWebSPServerSocketMessageDone, oneof: "payload" }
|
|
220
|
-
]
|
|
221
|
-
);
|
|
222
|
-
const BlueWebSPClientSocketMessageSuccess = import_protobuf.proto2.makeMessageType(
|
|
223
|
-
"BlueWebSPClientSocketMessageSuccess",
|
|
224
|
-
() => [
|
|
225
|
-
{ no: 1, name: "result", kind: "message", T: import_BlueCore_pb.BlueSPResult }
|
|
226
|
-
]
|
|
227
|
-
);
|
|
228
|
-
const BlueWebSPClientSocketMessage = import_protobuf.proto2.makeMessageType(
|
|
229
|
-
"BlueWebSPClientSocketMessage",
|
|
230
|
-
() => [
|
|
231
|
-
{ no: 1, name: "success", kind: "message", T: BlueWebSPClientSocketMessageSuccess, oneof: "payload" },
|
|
232
|
-
{ no: 2, name: "failed", kind: "enum", T: import_protobuf.proto2.getEnumType(import_BlueCore_pb.BlueReturnCode), oneof: "payload" }
|
|
233
|
-
]
|
|
234
|
-
);
|