@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,591 +0,0 @@
|
|
|
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 type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
7
|
-
import { Message, proto2 } from "@bufbuild/protobuf";
|
|
8
|
-
import type { BlueOssSidMobile, BlueOssSoConfiguration, BlueOssSoMobile, BlueReturnCode, BlueSPResult, BlueSPTokenCommand } from "./BlueCore_pb.js";
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @generated from message BlueErrorResult
|
|
12
|
-
*/
|
|
13
|
-
export declare class BlueErrorResult extends Message<BlueErrorResult> {
|
|
14
|
-
/**
|
|
15
|
-
* @generated from field: required string data = 1;
|
|
16
|
-
*/
|
|
17
|
-
data: string;
|
|
18
|
-
|
|
19
|
-
constructor(data?: PartialMessage<BlueErrorResult>);
|
|
20
|
-
|
|
21
|
-
static readonly runtime: typeof proto2;
|
|
22
|
-
static readonly typeName = "BlueErrorResult";
|
|
23
|
-
static readonly fields: FieldList;
|
|
24
|
-
|
|
25
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueErrorResult;
|
|
26
|
-
|
|
27
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueErrorResult;
|
|
28
|
-
|
|
29
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueErrorResult;
|
|
30
|
-
|
|
31
|
-
static equals(a: BlueErrorResult | PlainMessage<BlueErrorResult> | undefined, b: BlueErrorResult | PlainMessage<BlueErrorResult> | undefined): boolean;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @generated from message BlueWebSPHandshake
|
|
36
|
-
*/
|
|
37
|
-
export declare class BlueWebSPHandshake extends Message<BlueWebSPHandshake> {
|
|
38
|
-
/**
|
|
39
|
-
* @generated from field: required bytes salt = 1;
|
|
40
|
-
*/
|
|
41
|
-
salt: Uint8Array;
|
|
42
|
-
|
|
43
|
-
constructor(data?: PartialMessage<BlueWebSPHandshake>);
|
|
44
|
-
|
|
45
|
-
static readonly runtime: typeof proto2;
|
|
46
|
-
static readonly typeName = "BlueWebSPHandshake";
|
|
47
|
-
static readonly fields: FieldList;
|
|
48
|
-
|
|
49
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPHandshake;
|
|
50
|
-
|
|
51
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPHandshake;
|
|
52
|
-
|
|
53
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPHandshake;
|
|
54
|
-
|
|
55
|
-
static equals(a: BlueWebSPHandshake | PlainMessage<BlueWebSPHandshake> | undefined, b: BlueWebSPHandshake | PlainMessage<BlueWebSPHandshake> | undefined): boolean;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @generated from message BlueWebSPHandshakeReply
|
|
60
|
-
*/
|
|
61
|
-
export declare class BlueWebSPHandshakeReply extends Message<BlueWebSPHandshakeReply> {
|
|
62
|
-
/**
|
|
63
|
-
* @generated from field: required string deviceId = 1;
|
|
64
|
-
*/
|
|
65
|
-
deviceId: string;
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* @generated from field: required bytes signature = 2;
|
|
69
|
-
*/
|
|
70
|
-
signature: Uint8Array;
|
|
71
|
-
|
|
72
|
-
constructor(data?: PartialMessage<BlueWebSPHandshakeReply>);
|
|
73
|
-
|
|
74
|
-
static readonly runtime: typeof proto2;
|
|
75
|
-
static readonly typeName = "BlueWebSPHandshakeReply";
|
|
76
|
-
static readonly fields: FieldList;
|
|
77
|
-
|
|
78
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPHandshakeReply;
|
|
79
|
-
|
|
80
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPHandshakeReply;
|
|
81
|
-
|
|
82
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPHandshakeReply;
|
|
83
|
-
|
|
84
|
-
static equals(a: BlueWebSPHandshakeReply | PlainMessage<BlueWebSPHandshakeReply> | undefined, b: BlueWebSPHandshakeReply | PlainMessage<BlueWebSPHandshakeReply> | undefined): boolean;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* @generated from message BlueWebSPMessage
|
|
89
|
-
*/
|
|
90
|
-
export declare class BlueWebSPMessage extends Message<BlueWebSPMessage> {
|
|
91
|
-
/**
|
|
92
|
-
* @generated from field: required uint32 transactionId = 1;
|
|
93
|
-
*/
|
|
94
|
-
transactionId: number;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @generated from field: required BlueSPResult payload = 2;
|
|
98
|
-
*/
|
|
99
|
-
payload?: BlueSPResult;
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* @generated from field: optional bool isContinued = 3 [default = false];
|
|
103
|
-
*/
|
|
104
|
-
isContinued?: boolean;
|
|
105
|
-
|
|
106
|
-
constructor(data?: PartialMessage<BlueWebSPMessage>);
|
|
107
|
-
|
|
108
|
-
static readonly runtime: typeof proto2;
|
|
109
|
-
static readonly typeName = "BlueWebSPMessage";
|
|
110
|
-
static readonly fields: FieldList;
|
|
111
|
-
|
|
112
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPMessage;
|
|
113
|
-
|
|
114
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPMessage;
|
|
115
|
-
|
|
116
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPMessage;
|
|
117
|
-
|
|
118
|
-
static equals(a: BlueWebSPMessage | PlainMessage<BlueWebSPMessage> | undefined, b: BlueWebSPMessage | PlainMessage<BlueWebSPMessage> | undefined): boolean;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* @generated from message BlueWebSPStatusMessage
|
|
123
|
-
*/
|
|
124
|
-
export declare class BlueWebSPStatusMessage extends Message<BlueWebSPStatusMessage> {
|
|
125
|
-
/**
|
|
126
|
-
* @generated from field: required BlueReturnCode status = 1;
|
|
127
|
-
*/
|
|
128
|
-
status: BlueReturnCode;
|
|
129
|
-
|
|
130
|
-
constructor(data?: PartialMessage<BlueWebSPStatusMessage>);
|
|
131
|
-
|
|
132
|
-
static readonly runtime: typeof proto2;
|
|
133
|
-
static readonly typeName = "BlueWebSPStatusMessage";
|
|
134
|
-
static readonly fields: FieldList;
|
|
135
|
-
|
|
136
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPStatusMessage;
|
|
137
|
-
|
|
138
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPStatusMessage;
|
|
139
|
-
|
|
140
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPStatusMessage;
|
|
141
|
-
|
|
142
|
-
static equals(a: BlueWebSPStatusMessage | PlainMessage<BlueWebSPStatusMessage> | undefined, b: BlueWebSPStatusMessage | PlainMessage<BlueWebSPStatusMessage> | undefined): boolean;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* @generated from message BlueTransponderId
|
|
147
|
-
*/
|
|
148
|
-
export declare class BlueTransponderId extends Message<BlueTransponderId> {
|
|
149
|
-
/**
|
|
150
|
-
* Most NFC UIDs are 4, 7, or 10 bytes (not 15). When converted to hex, each byte becomes 2 hex characters → maximum 20 characters + null = 21 bytes
|
|
151
|
-
*
|
|
152
|
-
* @generated from field: required string id = 1;
|
|
153
|
-
*/
|
|
154
|
-
id: string;
|
|
155
|
-
|
|
156
|
-
constructor(data?: PartialMessage<BlueTransponderId>);
|
|
157
|
-
|
|
158
|
-
static readonly runtime: typeof proto2;
|
|
159
|
-
static readonly typeName = "BlueTransponderId";
|
|
160
|
-
static readonly fields: FieldList;
|
|
161
|
-
|
|
162
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueTransponderId;
|
|
163
|
-
|
|
164
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueTransponderId;
|
|
165
|
-
|
|
166
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueTransponderId;
|
|
167
|
-
|
|
168
|
-
static equals(a: BlueTransponderId | PlainMessage<BlueTransponderId> | undefined, b: BlueTransponderId | PlainMessage<BlueTransponderId> | undefined): boolean;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* @generated from message BlueSocketConfigurationResponse
|
|
173
|
-
*/
|
|
174
|
-
export declare class BlueSocketConfigurationResponse extends Message<BlueSocketConfigurationResponse> {
|
|
175
|
-
/**
|
|
176
|
-
* @generated from field: required BlueTransponderId transponderId = 2;
|
|
177
|
-
*/
|
|
178
|
-
transponderId?: BlueTransponderId;
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* @generated from field: required BlueOssSoConfiguration config = 1;
|
|
182
|
-
*/
|
|
183
|
-
config?: BlueOssSoConfiguration;
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
* @generated from field: optional BlueErrorResult error = 3;
|
|
187
|
-
*/
|
|
188
|
-
error?: BlueErrorResult;
|
|
189
|
-
|
|
190
|
-
constructor(data?: PartialMessage<BlueSocketConfigurationResponse>);
|
|
191
|
-
|
|
192
|
-
static readonly runtime: typeof proto2;
|
|
193
|
-
static readonly typeName = "BlueSocketConfigurationResponse";
|
|
194
|
-
static readonly fields: FieldList;
|
|
195
|
-
|
|
196
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueSocketConfigurationResponse;
|
|
197
|
-
|
|
198
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueSocketConfigurationResponse;
|
|
199
|
-
|
|
200
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSocketConfigurationResponse;
|
|
201
|
-
|
|
202
|
-
static equals(a: BlueSocketConfigurationResponse | PlainMessage<BlueSocketConfigurationResponse> | undefined, b: BlueSocketConfigurationResponse | PlainMessage<BlueSocketConfigurationResponse> | undefined): boolean;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
/**
|
|
206
|
-
* @generated from message BlueSocketRequestConfiguration
|
|
207
|
-
*/
|
|
208
|
-
export declare class BlueSocketRequestConfiguration extends Message<BlueSocketRequestConfiguration> {
|
|
209
|
-
/**
|
|
210
|
-
* @generated from field: required BlueTransponderId transponderId = 1;
|
|
211
|
-
*/
|
|
212
|
-
transponderId?: BlueTransponderId;
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
* @generated from field: required uint32 aid = 2;
|
|
216
|
-
*/
|
|
217
|
-
aid: number;
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* @generated from field: required uint32 miniRefreshDays = 3;
|
|
221
|
-
*/
|
|
222
|
-
miniRefreshDays: number;
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
* @generated from field: required bool updateBlackListed = 4;
|
|
226
|
-
*/
|
|
227
|
-
updateBlackListed: boolean;
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
* @generated from field: required bool writePendingEvents = 5;
|
|
231
|
-
*/
|
|
232
|
-
writePendingEvents: boolean;
|
|
233
|
-
|
|
234
|
-
constructor(data?: PartialMessage<BlueSocketRequestConfiguration>);
|
|
235
|
-
|
|
236
|
-
static readonly runtime: typeof proto2;
|
|
237
|
-
static readonly typeName = "BlueSocketRequestConfiguration";
|
|
238
|
-
static readonly fields: FieldList;
|
|
239
|
-
|
|
240
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueSocketRequestConfiguration;
|
|
241
|
-
|
|
242
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueSocketRequestConfiguration;
|
|
243
|
-
|
|
244
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSocketRequestConfiguration;
|
|
245
|
-
|
|
246
|
-
static equals(a: BlueSocketRequestConfiguration | PlainMessage<BlueSocketRequestConfiguration> | undefined, b: BlueSocketRequestConfiguration | PlainMessage<BlueSocketRequestConfiguration> | undefined): boolean;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/**
|
|
250
|
-
* Message sent by the server to the device
|
|
251
|
-
*
|
|
252
|
-
* @generated from message BlueWebSPServerMessage
|
|
253
|
-
*/
|
|
254
|
-
export declare class BlueWebSPServerMessage extends Message<BlueWebSPServerMessage> {
|
|
255
|
-
/**
|
|
256
|
-
* @generated from oneof BlueWebSPServerMessage.payload
|
|
257
|
-
*/
|
|
258
|
-
payload: {
|
|
259
|
-
/**
|
|
260
|
-
* @generated from field: BlueWebSPHandshake handshake = 2;
|
|
261
|
-
*/
|
|
262
|
-
value: BlueWebSPHandshake;
|
|
263
|
-
case: "handshake";
|
|
264
|
-
} | {
|
|
265
|
-
/**
|
|
266
|
-
* @generated from field: BlueSPTokenCommand command = 3;
|
|
267
|
-
*/
|
|
268
|
-
value: BlueSPTokenCommand;
|
|
269
|
-
case: "command";
|
|
270
|
-
} | {
|
|
271
|
-
/**
|
|
272
|
-
* @generated from field: BlueOssSoMobile ossSo = 4;
|
|
273
|
-
*/
|
|
274
|
-
value: BlueOssSoMobile;
|
|
275
|
-
case: "ossSo";
|
|
276
|
-
} | {
|
|
277
|
-
/**
|
|
278
|
-
* @generated from field: BlueOssSidMobile ossSid = 5;
|
|
279
|
-
*/
|
|
280
|
-
value: BlueOssSidMobile;
|
|
281
|
-
case: "ossSid";
|
|
282
|
-
} | {
|
|
283
|
-
/**
|
|
284
|
-
* @generated from field: BlueSocketConfigurationResponse configResponse = 6;
|
|
285
|
-
*/
|
|
286
|
-
value: BlueSocketConfigurationResponse;
|
|
287
|
-
case: "configResponse";
|
|
288
|
-
} | {
|
|
289
|
-
/**
|
|
290
|
-
* @generated from field: BlueWebSPServerSocketMessage socketMessage = 7;
|
|
291
|
-
*/
|
|
292
|
-
value: BlueWebSPServerSocketMessage;
|
|
293
|
-
case: "socketMessage";
|
|
294
|
-
} | { case: undefined; value?: undefined };
|
|
295
|
-
|
|
296
|
-
constructor(data?: PartialMessage<BlueWebSPServerMessage>);
|
|
297
|
-
|
|
298
|
-
static readonly runtime: typeof proto2;
|
|
299
|
-
static readonly typeName = "BlueWebSPServerMessage";
|
|
300
|
-
static readonly fields: FieldList;
|
|
301
|
-
|
|
302
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPServerMessage;
|
|
303
|
-
|
|
304
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPServerMessage;
|
|
305
|
-
|
|
306
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPServerMessage;
|
|
307
|
-
|
|
308
|
-
static equals(a: BlueWebSPServerMessage | PlainMessage<BlueWebSPServerMessage> | undefined, b: BlueWebSPServerMessage | PlainMessage<BlueWebSPServerMessage> | undefined): boolean;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* @generated from message BlueWebSPClientRequest
|
|
313
|
-
*/
|
|
314
|
-
export declare class BlueWebSPClientRequest extends Message<BlueWebSPClientRequest> {
|
|
315
|
-
/**
|
|
316
|
-
* @generated from oneof BlueWebSPClientRequest.payload
|
|
317
|
-
*/
|
|
318
|
-
payload: {
|
|
319
|
-
/**
|
|
320
|
-
* @generated from field: BlueSocketRequestConfiguration requestConfig = 1;
|
|
321
|
-
*/
|
|
322
|
-
value: BlueSocketRequestConfiguration;
|
|
323
|
-
case: "requestConfig";
|
|
324
|
-
} | { case: undefined; value?: undefined };
|
|
325
|
-
|
|
326
|
-
constructor(data?: PartialMessage<BlueWebSPClientRequest>);
|
|
327
|
-
|
|
328
|
-
static readonly runtime: typeof proto2;
|
|
329
|
-
static readonly typeName = "BlueWebSPClientRequest";
|
|
330
|
-
static readonly fields: FieldList;
|
|
331
|
-
|
|
332
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPClientRequest;
|
|
333
|
-
|
|
334
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPClientRequest;
|
|
335
|
-
|
|
336
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPClientRequest;
|
|
337
|
-
|
|
338
|
-
static equals(a: BlueWebSPClientRequest | PlainMessage<BlueWebSPClientRequest> | undefined, b: BlueWebSPClientRequest | PlainMessage<BlueWebSPClientRequest> | undefined): boolean;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/**
|
|
342
|
-
* @generated from message BlueWebSPClientResponse
|
|
343
|
-
*/
|
|
344
|
-
export declare class BlueWebSPClientResponse extends Message<BlueWebSPClientResponse> {
|
|
345
|
-
/**
|
|
346
|
-
* @generated from oneof BlueWebSPClientResponse.payload
|
|
347
|
-
*/
|
|
348
|
-
payload: {
|
|
349
|
-
/**
|
|
350
|
-
* @generated from field: BlueWebSPMessage message = 1;
|
|
351
|
-
*/
|
|
352
|
-
value: BlueWebSPMessage;
|
|
353
|
-
case: "message";
|
|
354
|
-
} | { case: undefined; value?: undefined };
|
|
355
|
-
|
|
356
|
-
constructor(data?: PartialMessage<BlueWebSPClientResponse>);
|
|
357
|
-
|
|
358
|
-
static readonly runtime: typeof proto2;
|
|
359
|
-
static readonly typeName = "BlueWebSPClientResponse";
|
|
360
|
-
static readonly fields: FieldList;
|
|
361
|
-
|
|
362
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPClientResponse;
|
|
363
|
-
|
|
364
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPClientResponse;
|
|
365
|
-
|
|
366
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPClientResponse;
|
|
367
|
-
|
|
368
|
-
static equals(a: BlueWebSPClientResponse | PlainMessage<BlueWebSPClientResponse> | undefined, b: BlueWebSPClientResponse | PlainMessage<BlueWebSPClientResponse> | undefined): boolean;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* Message sent to the server by the device
|
|
373
|
-
*
|
|
374
|
-
* @generated from message BlueWebSPClientMessage
|
|
375
|
-
*/
|
|
376
|
-
export declare class BlueWebSPClientMessage extends Message<BlueWebSPClientMessage> {
|
|
377
|
-
/**
|
|
378
|
-
* @generated from oneof BlueWebSPClientMessage.payload
|
|
379
|
-
*/
|
|
380
|
-
payload: {
|
|
381
|
-
/**
|
|
382
|
-
* @generated from field: BlueWebSPClientRequest request = 1;
|
|
383
|
-
*/
|
|
384
|
-
value: BlueWebSPClientRequest;
|
|
385
|
-
case: "request";
|
|
386
|
-
} | {
|
|
387
|
-
/**
|
|
388
|
-
* @generated from field: BlueWebSPClientResponse response = 2;
|
|
389
|
-
*/
|
|
390
|
-
value: BlueWebSPClientResponse;
|
|
391
|
-
case: "response";
|
|
392
|
-
} | { case: undefined; value?: undefined };
|
|
393
|
-
|
|
394
|
-
constructor(data?: PartialMessage<BlueWebSPClientMessage>);
|
|
395
|
-
|
|
396
|
-
static readonly runtime: typeof proto2;
|
|
397
|
-
static readonly typeName = "BlueWebSPClientMessage";
|
|
398
|
-
static readonly fields: FieldList;
|
|
399
|
-
|
|
400
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPClientMessage;
|
|
401
|
-
|
|
402
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPClientMessage;
|
|
403
|
-
|
|
404
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPClientMessage;
|
|
405
|
-
|
|
406
|
-
static equals(a: BlueWebSPClientMessage | PlainMessage<BlueWebSPClientMessage> | undefined, b: BlueWebSPClientMessage | PlainMessage<BlueWebSPClientMessage> | undefined): boolean;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* @generated from message BlueWebSPServerSocketMessageSuccess
|
|
411
|
-
*/
|
|
412
|
-
export declare class BlueWebSPServerSocketMessageSuccess extends Message<BlueWebSPServerSocketMessageSuccess> {
|
|
413
|
-
/**
|
|
414
|
-
* @generated from field: required BlueSPResult result = 1;
|
|
415
|
-
*/
|
|
416
|
-
result?: BlueSPResult;
|
|
417
|
-
|
|
418
|
-
constructor(data?: PartialMessage<BlueWebSPServerSocketMessageSuccess>);
|
|
419
|
-
|
|
420
|
-
static readonly runtime: typeof proto2;
|
|
421
|
-
static readonly typeName = "BlueWebSPServerSocketMessageSuccess";
|
|
422
|
-
static readonly fields: FieldList;
|
|
423
|
-
|
|
424
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPServerSocketMessageSuccess;
|
|
425
|
-
|
|
426
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPServerSocketMessageSuccess;
|
|
427
|
-
|
|
428
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPServerSocketMessageSuccess;
|
|
429
|
-
|
|
430
|
-
static equals(a: BlueWebSPServerSocketMessageSuccess | PlainMessage<BlueWebSPServerSocketMessageSuccess> | undefined, b: BlueWebSPServerSocketMessageSuccess | PlainMessage<BlueWebSPServerSocketMessageSuccess> | undefined): boolean;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
/**
|
|
434
|
-
* @generated from message BlueWebSPServerSocketMessageFailed
|
|
435
|
-
*/
|
|
436
|
-
export declare class BlueWebSPServerSocketMessageFailed extends Message<BlueWebSPServerSocketMessageFailed> {
|
|
437
|
-
/**
|
|
438
|
-
* @generated from field: required BlueErrorResult result = 1;
|
|
439
|
-
*/
|
|
440
|
-
result?: BlueErrorResult;
|
|
441
|
-
|
|
442
|
-
constructor(data?: PartialMessage<BlueWebSPServerSocketMessageFailed>);
|
|
443
|
-
|
|
444
|
-
static readonly runtime: typeof proto2;
|
|
445
|
-
static readonly typeName = "BlueWebSPServerSocketMessageFailed";
|
|
446
|
-
static readonly fields: FieldList;
|
|
447
|
-
|
|
448
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPServerSocketMessageFailed;
|
|
449
|
-
|
|
450
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPServerSocketMessageFailed;
|
|
451
|
-
|
|
452
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPServerSocketMessageFailed;
|
|
453
|
-
|
|
454
|
-
static equals(a: BlueWebSPServerSocketMessageFailed | PlainMessage<BlueWebSPServerSocketMessageFailed> | undefined, b: BlueWebSPServerSocketMessageFailed | PlainMessage<BlueWebSPServerSocketMessageFailed> | undefined): boolean;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
/**
|
|
458
|
-
* @generated from message BlueWebSPServerSocketMessageDone
|
|
459
|
-
*/
|
|
460
|
-
export declare class BlueWebSPServerSocketMessageDone extends Message<BlueWebSPServerSocketMessageDone> {
|
|
461
|
-
/**
|
|
462
|
-
* @generated from field: optional BlueSPResult result = 1;
|
|
463
|
-
*/
|
|
464
|
-
result?: BlueSPResult;
|
|
465
|
-
|
|
466
|
-
constructor(data?: PartialMessage<BlueWebSPServerSocketMessageDone>);
|
|
467
|
-
|
|
468
|
-
static readonly runtime: typeof proto2;
|
|
469
|
-
static readonly typeName = "BlueWebSPServerSocketMessageDone";
|
|
470
|
-
static readonly fields: FieldList;
|
|
471
|
-
|
|
472
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPServerSocketMessageDone;
|
|
473
|
-
|
|
474
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPServerSocketMessageDone;
|
|
475
|
-
|
|
476
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPServerSocketMessageDone;
|
|
477
|
-
|
|
478
|
-
static equals(a: BlueWebSPServerSocketMessageDone | PlainMessage<BlueWebSPServerSocketMessageDone> | undefined, b: BlueWebSPServerSocketMessageDone | PlainMessage<BlueWebSPServerSocketMessageDone> | undefined): boolean;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* Message sent by the server to the device as stream like APDUs
|
|
483
|
-
*
|
|
484
|
-
* @generated from message BlueWebSPServerSocketMessage
|
|
485
|
-
*/
|
|
486
|
-
export declare class BlueWebSPServerSocketMessage extends Message<BlueWebSPServerSocketMessage> {
|
|
487
|
-
/**
|
|
488
|
-
* @generated from field: required uint32 transactionId = 1;
|
|
489
|
-
*/
|
|
490
|
-
transactionId: number;
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* @generated from oneof BlueWebSPServerSocketMessage.payload
|
|
494
|
-
*/
|
|
495
|
-
payload: {
|
|
496
|
-
/**
|
|
497
|
-
* @generated from field: BlueWebSPServerSocketMessageSuccess success = 2;
|
|
498
|
-
*/
|
|
499
|
-
value: BlueWebSPServerSocketMessageSuccess;
|
|
500
|
-
case: "success";
|
|
501
|
-
} | {
|
|
502
|
-
/**
|
|
503
|
-
* @generated from field: BlueWebSPServerSocketMessageFailed failed = 3;
|
|
504
|
-
*/
|
|
505
|
-
value: BlueWebSPServerSocketMessageFailed;
|
|
506
|
-
case: "failed";
|
|
507
|
-
} | {
|
|
508
|
-
/**
|
|
509
|
-
* @generated from field: BlueWebSPServerSocketMessageDone done = 4;
|
|
510
|
-
*/
|
|
511
|
-
value: BlueWebSPServerSocketMessageDone;
|
|
512
|
-
case: "done";
|
|
513
|
-
} | { case: undefined; value?: undefined };
|
|
514
|
-
|
|
515
|
-
constructor(data?: PartialMessage<BlueWebSPServerSocketMessage>);
|
|
516
|
-
|
|
517
|
-
static readonly runtime: typeof proto2;
|
|
518
|
-
static readonly typeName = "BlueWebSPServerSocketMessage";
|
|
519
|
-
static readonly fields: FieldList;
|
|
520
|
-
|
|
521
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPServerSocketMessage;
|
|
522
|
-
|
|
523
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPServerSocketMessage;
|
|
524
|
-
|
|
525
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPServerSocketMessage;
|
|
526
|
-
|
|
527
|
-
static equals(a: BlueWebSPServerSocketMessage | PlainMessage<BlueWebSPServerSocketMessage> | undefined, b: BlueWebSPServerSocketMessage | PlainMessage<BlueWebSPServerSocketMessage> | undefined): boolean;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
/**
|
|
531
|
-
* @generated from message BlueWebSPClientSocketMessageSuccess
|
|
532
|
-
*/
|
|
533
|
-
export declare class BlueWebSPClientSocketMessageSuccess extends Message<BlueWebSPClientSocketMessageSuccess> {
|
|
534
|
-
/**
|
|
535
|
-
* @generated from field: required BlueSPResult result = 1;
|
|
536
|
-
*/
|
|
537
|
-
result?: BlueSPResult;
|
|
538
|
-
|
|
539
|
-
constructor(data?: PartialMessage<BlueWebSPClientSocketMessageSuccess>);
|
|
540
|
-
|
|
541
|
-
static readonly runtime: typeof proto2;
|
|
542
|
-
static readonly typeName = "BlueWebSPClientSocketMessageSuccess";
|
|
543
|
-
static readonly fields: FieldList;
|
|
544
|
-
|
|
545
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPClientSocketMessageSuccess;
|
|
546
|
-
|
|
547
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPClientSocketMessageSuccess;
|
|
548
|
-
|
|
549
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPClientSocketMessageSuccess;
|
|
550
|
-
|
|
551
|
-
static equals(a: BlueWebSPClientSocketMessageSuccess | PlainMessage<BlueWebSPClientSocketMessageSuccess> | undefined, b: BlueWebSPClientSocketMessageSuccess | PlainMessage<BlueWebSPClientSocketMessageSuccess> | undefined): boolean;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
/**
|
|
555
|
-
* Message sent to the server by the device as stream like APDUs
|
|
556
|
-
*
|
|
557
|
-
* @generated from message BlueWebSPClientSocketMessage
|
|
558
|
-
*/
|
|
559
|
-
export declare class BlueWebSPClientSocketMessage extends Message<BlueWebSPClientSocketMessage> {
|
|
560
|
-
/**
|
|
561
|
-
* @generated from oneof BlueWebSPClientSocketMessage.payload
|
|
562
|
-
*/
|
|
563
|
-
payload: {
|
|
564
|
-
/**
|
|
565
|
-
* @generated from field: BlueWebSPClientSocketMessageSuccess success = 1;
|
|
566
|
-
*/
|
|
567
|
-
value: BlueWebSPClientSocketMessageSuccess;
|
|
568
|
-
case: "success";
|
|
569
|
-
} | {
|
|
570
|
-
/**
|
|
571
|
-
* @generated from field: BlueReturnCode failed = 2;
|
|
572
|
-
*/
|
|
573
|
-
value: BlueReturnCode;
|
|
574
|
-
case: "failed";
|
|
575
|
-
} | { case: undefined; value?: undefined };
|
|
576
|
-
|
|
577
|
-
constructor(data?: PartialMessage<BlueWebSPClientSocketMessage>);
|
|
578
|
-
|
|
579
|
-
static readonly runtime: typeof proto2;
|
|
580
|
-
static readonly typeName = "BlueWebSPClientSocketMessage";
|
|
581
|
-
static readonly fields: FieldList;
|
|
582
|
-
|
|
583
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPClientSocketMessage;
|
|
584
|
-
|
|
585
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPClientSocketMessage;
|
|
586
|
-
|
|
587
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPClientSocketMessage;
|
|
588
|
-
|
|
589
|
-
static equals(a: BlueWebSPClientSocketMessage | PlainMessage<BlueWebSPClientSocketMessage> | undefined, b: BlueWebSPClientSocketMessage | PlainMessage<BlueWebSPClientSocketMessage> | undefined): boolean;
|
|
590
|
-
}
|
|
591
|
-
|