@blueid/access-react-native 12.8.0 → 12.10.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.10.0/access-12.10.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.aar.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.8.0/access-12.8.0.module → 12.10.0/access-12.10.0.module} +15 -15
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.module.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.8.0/access-12.8.0.pom → 12.10.0/access-12.10.0.pom} +1 -1
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.pom.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.pom.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.pom.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.pom.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.pom.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.pom.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.pom.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.0.pom.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.10.0/access-12.10.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 +89 -4
- package/lib/commonjs/BlueCore_pb.js.map +1 -1
- package/lib/commonjs/BlueSystem_pb.js +1 -25
- package/lib/commonjs/BlueSystem_pb.js.map +1 -1
- package/lib/module/BlueCore_pb.d.js +28 -0
- package/lib/module/BlueCore_pb.d.js.map +1 -1
- package/lib/module/BlueCore_pb.js +88 -3
- package/lib/module/BlueCore_pb.js.map +1 -1
- package/lib/module/BlueSystem_pb.d.js +0 -4
- package/lib/module/BlueSystem_pb.d.js.map +1 -1
- package/lib/module/BlueSystem_pb.js +0 -24
- package/lib/module/BlueSystem_pb.js.map +1 -1
- package/lib/typescript/src/BlueCore_pb.d.ts +28 -0
- package/lib/typescript/src/BlueCore_pb.d.ts.map +1 -1
- package/lib/typescript/src/BlueSystem_pb.d.ts +0 -4
- package/lib/typescript/src/BlueSystem_pb.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/BlueCore_pb.d.ts +178 -6
- package/src/BlueCore_pb.js +67 -1
- package/src/BlueSystem_pb.d.ts +0 -32
- package/src/BlueSystem_pb.js +0 -14
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.aar.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.module.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.8.0/access-12.8.0.pom.sha512 +0 -1
- package/lib/commonjs/BlueNetworkCore_pb.d.js +0 -4
- package/lib/commonjs/BlueNetworkCore_pb.d.js.map +0 -1
- package/lib/commonjs/BlueNetworkCore_pb.js +0 -315
- package/lib/commonjs/BlueNetworkCore_pb.js.map +0 -1
- package/lib/module/BlueNetworkCore_pb.d.js +0 -89
- package/lib/module/BlueNetworkCore_pb.d.js.map +0 -1
- package/lib/module/BlueNetworkCore_pb.js +0 -312
- package/lib/module/BlueNetworkCore_pb.js.map +0 -1
- package/lib/typescript/src/BlueNetworkCore_pb.d.ts +0 -81
- package/lib/typescript/src/BlueNetworkCore_pb.d.ts.map +0 -1
- package/src/BlueNetworkCore_pb.d.ts +0 -591
- package/src/BlueNetworkCore_pb.js +0 -215
|
@@ -1,315 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.BlueWebSPStatusMessage = exports.BlueWebSPServerSocketMessageSuccess = exports.BlueWebSPServerSocketMessageFailed = exports.BlueWebSPServerSocketMessageDone = exports.BlueWebSPServerSocketMessage = exports.BlueWebSPServerMessage = exports.BlueWebSPMessage = exports.BlueWebSPHandshakeReply = exports.BlueWebSPHandshake = exports.BlueWebSPClientSocketMessageSuccess = exports.BlueWebSPClientSocketMessage = exports.BlueWebSPClientResponse = exports.BlueWebSPClientRequest = exports.BlueWebSPClientMessage = exports.BlueTransponderId = exports.BlueSocketRequestConfiguration = exports.BlueSocketConfigurationResponse = exports.BlueErrorResult = void 0;
|
|
7
|
-
var _protobuf = require("@bufbuild/protobuf");
|
|
8
|
-
var _BlueCore_pb = require("./BlueCore_pb.js");
|
|
9
|
-
// @generated by protoc-gen-es v1.4.0 with parameter "target=js+dts"
|
|
10
|
-
// @generated from file BlueNetworkCore.proto (syntax proto2)
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
// @ts-nocheck
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* @generated from message BlueErrorResult
|
|
16
|
-
*/
|
|
17
|
-
const BlueErrorResult = exports.BlueErrorResult = _protobuf.proto2.makeMessageType("BlueErrorResult", () => [{
|
|
18
|
-
no: 1,
|
|
19
|
-
name: "data",
|
|
20
|
-
kind: "scalar",
|
|
21
|
-
T: 9 /* ScalarType.STRING */
|
|
22
|
-
}]);
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @generated from message BlueWebSPHandshake
|
|
26
|
-
*/
|
|
27
|
-
const BlueWebSPHandshake = exports.BlueWebSPHandshake = _protobuf.proto2.makeMessageType("BlueWebSPHandshake", () => [{
|
|
28
|
-
no: 1,
|
|
29
|
-
name: "salt",
|
|
30
|
-
kind: "scalar",
|
|
31
|
-
T: 12 /* ScalarType.BYTES */
|
|
32
|
-
}]);
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @generated from message BlueWebSPHandshakeReply
|
|
36
|
-
*/
|
|
37
|
-
const BlueWebSPHandshakeReply = exports.BlueWebSPHandshakeReply = _protobuf.proto2.makeMessageType("BlueWebSPHandshakeReply", () => [{
|
|
38
|
-
no: 1,
|
|
39
|
-
name: "deviceId",
|
|
40
|
-
kind: "scalar",
|
|
41
|
-
T: 9 /* ScalarType.STRING */
|
|
42
|
-
}, {
|
|
43
|
-
no: 2,
|
|
44
|
-
name: "signature",
|
|
45
|
-
kind: "scalar",
|
|
46
|
-
T: 12 /* ScalarType.BYTES */
|
|
47
|
-
}]);
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* @generated from message BlueWebSPMessage
|
|
51
|
-
*/
|
|
52
|
-
const BlueWebSPMessage = exports.BlueWebSPMessage = _protobuf.proto2.makeMessageType("BlueWebSPMessage", () => [{
|
|
53
|
-
no: 1,
|
|
54
|
-
name: "transactionId",
|
|
55
|
-
kind: "scalar",
|
|
56
|
-
T: 13 /* ScalarType.UINT32 */
|
|
57
|
-
}, {
|
|
58
|
-
no: 2,
|
|
59
|
-
name: "payload",
|
|
60
|
-
kind: "message",
|
|
61
|
-
T: _BlueCore_pb.BlueSPResult
|
|
62
|
-
}, {
|
|
63
|
-
no: 3,
|
|
64
|
-
name: "isContinued",
|
|
65
|
-
kind: "scalar",
|
|
66
|
-
T: 8 /* ScalarType.BOOL */,
|
|
67
|
-
opt: true,
|
|
68
|
-
default: false
|
|
69
|
-
}]);
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* @generated from message BlueWebSPStatusMessage
|
|
73
|
-
*/
|
|
74
|
-
const BlueWebSPStatusMessage = exports.BlueWebSPStatusMessage = _protobuf.proto2.makeMessageType("BlueWebSPStatusMessage", () => [{
|
|
75
|
-
no: 1,
|
|
76
|
-
name: "status",
|
|
77
|
-
kind: "enum",
|
|
78
|
-
T: _protobuf.proto2.getEnumType(_BlueCore_pb.BlueReturnCode)
|
|
79
|
-
}]);
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* @generated from message BlueTransponderId
|
|
83
|
-
*/
|
|
84
|
-
const BlueTransponderId = exports.BlueTransponderId = _protobuf.proto2.makeMessageType("BlueTransponderId", () => [{
|
|
85
|
-
no: 1,
|
|
86
|
-
name: "id",
|
|
87
|
-
kind: "scalar",
|
|
88
|
-
T: 9 /* ScalarType.STRING */
|
|
89
|
-
}]);
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* @generated from message BlueSocketConfigurationResponse
|
|
93
|
-
*/
|
|
94
|
-
const BlueSocketConfigurationResponse = exports.BlueSocketConfigurationResponse = _protobuf.proto2.makeMessageType("BlueSocketConfigurationResponse", () => [{
|
|
95
|
-
no: 2,
|
|
96
|
-
name: "transponderId",
|
|
97
|
-
kind: "message",
|
|
98
|
-
T: BlueTransponderId
|
|
99
|
-
}, {
|
|
100
|
-
no: 1,
|
|
101
|
-
name: "config",
|
|
102
|
-
kind: "message",
|
|
103
|
-
T: _BlueCore_pb.BlueOssSoConfiguration
|
|
104
|
-
}, {
|
|
105
|
-
no: 3,
|
|
106
|
-
name: "error",
|
|
107
|
-
kind: "message",
|
|
108
|
-
T: BlueErrorResult,
|
|
109
|
-
opt: true
|
|
110
|
-
}]);
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* @generated from message BlueSocketRequestConfiguration
|
|
114
|
-
*/
|
|
115
|
-
const BlueSocketRequestConfiguration = exports.BlueSocketRequestConfiguration = _protobuf.proto2.makeMessageType("BlueSocketRequestConfiguration", () => [{
|
|
116
|
-
no: 1,
|
|
117
|
-
name: "transponderId",
|
|
118
|
-
kind: "message",
|
|
119
|
-
T: BlueTransponderId
|
|
120
|
-
}, {
|
|
121
|
-
no: 2,
|
|
122
|
-
name: "aid",
|
|
123
|
-
kind: "scalar",
|
|
124
|
-
T: 13 /* ScalarType.UINT32 */
|
|
125
|
-
}, {
|
|
126
|
-
no: 3,
|
|
127
|
-
name: "miniRefreshDays",
|
|
128
|
-
kind: "scalar",
|
|
129
|
-
T: 13 /* ScalarType.UINT32 */
|
|
130
|
-
}, {
|
|
131
|
-
no: 4,
|
|
132
|
-
name: "updateBlackListed",
|
|
133
|
-
kind: "scalar",
|
|
134
|
-
T: 8 /* ScalarType.BOOL */
|
|
135
|
-
}, {
|
|
136
|
-
no: 5,
|
|
137
|
-
name: "writePendingEvents",
|
|
138
|
-
kind: "scalar",
|
|
139
|
-
T: 8 /* ScalarType.BOOL */
|
|
140
|
-
}]);
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* Message sent by the server to the device
|
|
144
|
-
*
|
|
145
|
-
* @generated from message BlueWebSPServerMessage
|
|
146
|
-
*/
|
|
147
|
-
const BlueWebSPServerMessage = exports.BlueWebSPServerMessage = _protobuf.proto2.makeMessageType("BlueWebSPServerMessage", () => [{
|
|
148
|
-
no: 2,
|
|
149
|
-
name: "handshake",
|
|
150
|
-
kind: "message",
|
|
151
|
-
T: BlueWebSPHandshake,
|
|
152
|
-
oneof: "payload"
|
|
153
|
-
}, {
|
|
154
|
-
no: 3,
|
|
155
|
-
name: "command",
|
|
156
|
-
kind: "message",
|
|
157
|
-
T: _BlueCore_pb.BlueSPTokenCommand,
|
|
158
|
-
oneof: "payload"
|
|
159
|
-
}, {
|
|
160
|
-
no: 4,
|
|
161
|
-
name: "ossSo",
|
|
162
|
-
kind: "message",
|
|
163
|
-
T: _BlueCore_pb.BlueOssSoMobile,
|
|
164
|
-
oneof: "payload"
|
|
165
|
-
}, {
|
|
166
|
-
no: 5,
|
|
167
|
-
name: "ossSid",
|
|
168
|
-
kind: "message",
|
|
169
|
-
T: _BlueCore_pb.BlueOssSidMobile,
|
|
170
|
-
oneof: "payload"
|
|
171
|
-
}, {
|
|
172
|
-
no: 6,
|
|
173
|
-
name: "configResponse",
|
|
174
|
-
kind: "message",
|
|
175
|
-
T: BlueSocketConfigurationResponse,
|
|
176
|
-
oneof: "payload"
|
|
177
|
-
}, {
|
|
178
|
-
no: 7,
|
|
179
|
-
name: "socketMessage",
|
|
180
|
-
kind: "message",
|
|
181
|
-
T: BlueWebSPServerSocketMessage,
|
|
182
|
-
oneof: "payload"
|
|
183
|
-
}]);
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
* @generated from message BlueWebSPClientRequest
|
|
187
|
-
*/
|
|
188
|
-
const BlueWebSPClientRequest = exports.BlueWebSPClientRequest = _protobuf.proto2.makeMessageType("BlueWebSPClientRequest", () => [{
|
|
189
|
-
no: 1,
|
|
190
|
-
name: "requestConfig",
|
|
191
|
-
kind: "message",
|
|
192
|
-
T: BlueSocketRequestConfiguration,
|
|
193
|
-
oneof: "payload"
|
|
194
|
-
}]);
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* @generated from message BlueWebSPClientResponse
|
|
198
|
-
*/
|
|
199
|
-
const BlueWebSPClientResponse = exports.BlueWebSPClientResponse = _protobuf.proto2.makeMessageType("BlueWebSPClientResponse", () => [{
|
|
200
|
-
no: 1,
|
|
201
|
-
name: "message",
|
|
202
|
-
kind: "message",
|
|
203
|
-
T: BlueWebSPMessage,
|
|
204
|
-
oneof: "payload"
|
|
205
|
-
}]);
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* Message sent to the server by the device
|
|
209
|
-
*
|
|
210
|
-
* @generated from message BlueWebSPClientMessage
|
|
211
|
-
*/
|
|
212
|
-
const BlueWebSPClientMessage = exports.BlueWebSPClientMessage = _protobuf.proto2.makeMessageType("BlueWebSPClientMessage", () => [{
|
|
213
|
-
no: 1,
|
|
214
|
-
name: "request",
|
|
215
|
-
kind: "message",
|
|
216
|
-
T: BlueWebSPClientRequest,
|
|
217
|
-
oneof: "payload"
|
|
218
|
-
}, {
|
|
219
|
-
no: 2,
|
|
220
|
-
name: "response",
|
|
221
|
-
kind: "message",
|
|
222
|
-
T: BlueWebSPClientResponse,
|
|
223
|
-
oneof: "payload"
|
|
224
|
-
}]);
|
|
225
|
-
|
|
226
|
-
/**
|
|
227
|
-
* @generated from message BlueWebSPServerSocketMessageSuccess
|
|
228
|
-
*/
|
|
229
|
-
const BlueWebSPServerSocketMessageSuccess = exports.BlueWebSPServerSocketMessageSuccess = _protobuf.proto2.makeMessageType("BlueWebSPServerSocketMessageSuccess", () => [{
|
|
230
|
-
no: 1,
|
|
231
|
-
name: "result",
|
|
232
|
-
kind: "message",
|
|
233
|
-
T: _BlueCore_pb.BlueSPResult
|
|
234
|
-
}]);
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* @generated from message BlueWebSPServerSocketMessageFailed
|
|
238
|
-
*/
|
|
239
|
-
const BlueWebSPServerSocketMessageFailed = exports.BlueWebSPServerSocketMessageFailed = _protobuf.proto2.makeMessageType("BlueWebSPServerSocketMessageFailed", () => [{
|
|
240
|
-
no: 1,
|
|
241
|
-
name: "result",
|
|
242
|
-
kind: "message",
|
|
243
|
-
T: BlueErrorResult
|
|
244
|
-
}]);
|
|
245
|
-
|
|
246
|
-
/**
|
|
247
|
-
* @generated from message BlueWebSPServerSocketMessageDone
|
|
248
|
-
*/
|
|
249
|
-
const BlueWebSPServerSocketMessageDone = exports.BlueWebSPServerSocketMessageDone = _protobuf.proto2.makeMessageType("BlueWebSPServerSocketMessageDone", () => [{
|
|
250
|
-
no: 1,
|
|
251
|
-
name: "result",
|
|
252
|
-
kind: "message",
|
|
253
|
-
T: _BlueCore_pb.BlueSPResult,
|
|
254
|
-
opt: true
|
|
255
|
-
}]);
|
|
256
|
-
|
|
257
|
-
/**
|
|
258
|
-
* Message sent by the server to the device as stream like APDUs
|
|
259
|
-
*
|
|
260
|
-
* @generated from message BlueWebSPServerSocketMessage
|
|
261
|
-
*/
|
|
262
|
-
const BlueWebSPServerSocketMessage = exports.BlueWebSPServerSocketMessage = _protobuf.proto2.makeMessageType("BlueWebSPServerSocketMessage", () => [{
|
|
263
|
-
no: 1,
|
|
264
|
-
name: "transactionId",
|
|
265
|
-
kind: "scalar",
|
|
266
|
-
T: 13 /* ScalarType.UINT32 */
|
|
267
|
-
}, {
|
|
268
|
-
no: 2,
|
|
269
|
-
name: "success",
|
|
270
|
-
kind: "message",
|
|
271
|
-
T: BlueWebSPServerSocketMessageSuccess,
|
|
272
|
-
oneof: "payload"
|
|
273
|
-
}, {
|
|
274
|
-
no: 3,
|
|
275
|
-
name: "failed",
|
|
276
|
-
kind: "message",
|
|
277
|
-
T: BlueWebSPServerSocketMessageFailed,
|
|
278
|
-
oneof: "payload"
|
|
279
|
-
}, {
|
|
280
|
-
no: 4,
|
|
281
|
-
name: "done",
|
|
282
|
-
kind: "message",
|
|
283
|
-
T: BlueWebSPServerSocketMessageDone,
|
|
284
|
-
oneof: "payload"
|
|
285
|
-
}]);
|
|
286
|
-
|
|
287
|
-
/**
|
|
288
|
-
* @generated from message BlueWebSPClientSocketMessageSuccess
|
|
289
|
-
*/
|
|
290
|
-
const BlueWebSPClientSocketMessageSuccess = exports.BlueWebSPClientSocketMessageSuccess = _protobuf.proto2.makeMessageType("BlueWebSPClientSocketMessageSuccess", () => [{
|
|
291
|
-
no: 1,
|
|
292
|
-
name: "result",
|
|
293
|
-
kind: "message",
|
|
294
|
-
T: _BlueCore_pb.BlueSPResult
|
|
295
|
-
}]);
|
|
296
|
-
|
|
297
|
-
/**
|
|
298
|
-
* Message sent to the server by the device as stream like APDUs
|
|
299
|
-
*
|
|
300
|
-
* @generated from message BlueWebSPClientSocketMessage
|
|
301
|
-
*/
|
|
302
|
-
const BlueWebSPClientSocketMessage = exports.BlueWebSPClientSocketMessage = _protobuf.proto2.makeMessageType("BlueWebSPClientSocketMessage", () => [{
|
|
303
|
-
no: 1,
|
|
304
|
-
name: "success",
|
|
305
|
-
kind: "message",
|
|
306
|
-
T: BlueWebSPClientSocketMessageSuccess,
|
|
307
|
-
oneof: "payload"
|
|
308
|
-
}, {
|
|
309
|
-
no: 2,
|
|
310
|
-
name: "failed",
|
|
311
|
-
kind: "enum",
|
|
312
|
-
T: _protobuf.proto2.getEnumType(_BlueCore_pb.BlueReturnCode),
|
|
313
|
-
oneof: "payload"
|
|
314
|
-
}]);
|
|
315
|
-
//# sourceMappingURL=BlueNetworkCore_pb.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_protobuf","require","_BlueCore_pb","BlueErrorResult","exports","proto2","makeMessageType","no","name","kind","T","BlueWebSPHandshake","BlueWebSPHandshakeReply","BlueWebSPMessage","BlueSPResult","opt","default","BlueWebSPStatusMessage","getEnumType","BlueReturnCode","BlueTransponderId","BlueSocketConfigurationResponse","BlueOssSoConfiguration","BlueSocketRequestConfiguration","BlueWebSPServerMessage","oneof","BlueSPTokenCommand","BlueOssSoMobile","BlueOssSidMobile","BlueWebSPServerSocketMessage","BlueWebSPClientRequest","BlueWebSPClientResponse","BlueWebSPClientMessage","BlueWebSPServerSocketMessageSuccess","BlueWebSPServerSocketMessageFailed","BlueWebSPServerSocketMessageDone","BlueWebSPClientSocketMessageSuccess","BlueWebSPClientSocketMessage"],"sourceRoot":"../../src","sources":["BlueNetworkCore_pb.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
// @generated by protoc-gen-es v1.4.0 with parameter "target=js+dts"
|
|
4
|
-
// @generated from file BlueNetworkCore.proto (syntax proto2)
|
|
5
|
-
/* eslint-disable */
|
|
6
|
-
// @ts-nocheck
|
|
7
|
-
|
|
8
|
-
import { Message } from "@bufbuild/protobuf";
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @generated from message BlueErrorResult
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* @generated from message BlueWebSPHandshake
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* @generated from message BlueWebSPHandshakeReply
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @generated from message BlueWebSPMessage
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @generated from message BlueWebSPStatusMessage
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @generated from message BlueTransponderId
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @generated from message BlueSocketConfigurationResponse
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @generated from message BlueSocketRequestConfiguration
|
|
40
|
-
*/
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Message sent by the server to the device
|
|
44
|
-
*
|
|
45
|
-
* @generated from message BlueWebSPServerMessage
|
|
46
|
-
*/
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @generated from message BlueWebSPClientRequest
|
|
50
|
-
*/
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* @generated from message BlueWebSPClientResponse
|
|
54
|
-
*/
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Message sent to the server by the device
|
|
58
|
-
*
|
|
59
|
-
* @generated from message BlueWebSPClientMessage
|
|
60
|
-
*/
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* @generated from message BlueWebSPServerSocketMessageSuccess
|
|
64
|
-
*/
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @generated from message BlueWebSPServerSocketMessageFailed
|
|
68
|
-
*/
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* @generated from message BlueWebSPServerSocketMessageDone
|
|
72
|
-
*/
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Message sent by the server to the device as stream like APDUs
|
|
76
|
-
*
|
|
77
|
-
* @generated from message BlueWebSPServerSocketMessage
|
|
78
|
-
*/
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* @generated from message BlueWebSPClientSocketMessageSuccess
|
|
82
|
-
*/
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Message sent to the server by the device as stream like APDUs
|
|
86
|
-
*
|
|
87
|
-
* @generated from message BlueWebSPClientSocketMessage
|
|
88
|
-
*/
|
|
89
|
-
//# sourceMappingURL=BlueNetworkCore_pb.d.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Message"],"sourceRoot":"../../src","sources":["BlueNetworkCore_pb.d.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAGA,SAASA,OAAO,QAAgB,oBAAoB;;AAGpD;AACA;AACA;;AAsBA;AACA;AACA;;AAsBA;AACA;AACA;;AA2BA;AACA;AACA;;AAgCA;AACA;AACA;;AAsBA;AACA;AACA;;AAwBA;AACA;AACA;;AAgCA;AACA;AACA;;AA0CA;AACA;AACA;AACA;AACA;;AA0DA;AACA;AACA;;AA4BA;AACA;AACA;;AA4BA;AACA;AACA;AACA;AACA;;AAkCA;AACA;AACA;;AAsBA;AACA;AACA;;AAsBA;AACA;AACA;;AAsBA;AACA;AACA;AACA;AACA;;AA6CA;AACA;AACA;;AAsBA;AACA;AACA;AACA;AACA","ignoreList":[]}
|