@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.
@@ -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
- );