@blueid/access-capacitor 12.25.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/android/build.gradle +0 -2
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.25.0/access-12.25.0.module → 12.27.0/access-12.27.0.module} +23 -23
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.25.0/access-12.25.0.pom → 12.27.0/access-12.27.0.pom} +8 -8
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.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/android/src/main/java/com/blueid/access/plugins/capacitor/BlueIDAccess.java +1 -14
- package/android/src/main/java/com/blueid/access/plugins/capacitor/BlueIDAccessPlugin.java +2 -6
- package/dist/docs.json +0 -7
- package/dist/esm/BlueCore_pb.d.ts +138 -1
- package/dist/esm/BlueCore_pb.js +167 -0
- package/dist/esm/BlueCore_pb.js.map +1 -1
- package/dist/esm/BlueSDK_pb.d.ts +0 -23
- package/dist/esm/BlueSDK_pb.js +0 -24
- package/dist/esm/BlueSDK_pb.js.map +1 -1
- package/dist/esm/BlueSystem_pb.d.ts +0 -33
- package/dist/esm/BlueSystem_pb.js +0 -31
- package/dist/esm/BlueSystem_pb.js.map +1 -1
- package/dist/esm/interop.d.ts +1 -2
- package/dist/esm/interop.js +1 -2
- package/dist/esm/interop.js.map +1 -1
- package/dist/plugin.cjs.js +180 -59
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +180 -59
- package/dist/plugin.js.map +1 -1
- package/ios/Plugin/BlueIDAccessPlugin.swift +3 -11
- package/package.json +1 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.sha512 +0 -1
- package/dist/esm/BlueNetworkCore_pb.d.ts +0 -467
- package/dist/esm/BlueNetworkCore_pb.js +0 -526
- package/dist/esm/BlueNetworkCore_pb.js.map +0 -1
package/android/build.gradle
CHANGED
|
@@ -90,8 +90,6 @@ dependencies {
|
|
|
90
90
|
implementation('com.blue-id:access:[5.0.0,100.0.0)') { // include any latest version between 5.0.0 and 100.00
|
|
91
91
|
transitive = true
|
|
92
92
|
}
|
|
93
|
-
implementation ("io.sentry:sentry-android:8.17.0")
|
|
94
|
-
|
|
95
93
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
96
94
|
testImplementation "junit:junit:$junitVersion"
|
|
97
95
|
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6bb6a1d26d42b56c37267fc328cae999
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a9bf7b15d7e6bef6725610e6c4cad48496bfe4ef
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
98eb1da8618e32110e64e2e7374af7c1564788ad1aad8184293f55d744fca56d
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0a787791f88f0e70d70f9bb45c9300060ecfe3deafcc34a3faee66751a138b0f2a54c4736353c99aa6ceec598480f10aa23e60ae9d5f86ec91653031f452f9f6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
144cb6910e52ff709fa788f687c05de7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7e57fab4b2d6cc9e02b8871f6a2e1ff79c865b46
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e5128f2c3eb557de11eda17668a71a4dc6f508acb9c7510a3fab0e903e6fd85b
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
76c5efc0e3c14dfb40b5f260b1c1364bbce8a67bb8b773b3665e69ba84875744c50efc117732b283ce0301f4f0a720c5d6e73d6883ae551c192e797d2ddc9632
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"component": {
|
|
4
4
|
"group": "com.blue-id",
|
|
5
5
|
"module": "access",
|
|
6
|
-
"version": "12.
|
|
6
|
+
"version": "12.27.0",
|
|
7
7
|
"attributes": {
|
|
8
8
|
"org.gradle.status": "release"
|
|
9
9
|
}
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
],
|
|
41
41
|
"files": [
|
|
42
42
|
{
|
|
43
|
-
"name": "access-12.
|
|
44
|
-
"url": "access-12.
|
|
45
|
-
"size":
|
|
46
|
-
"sha512": "
|
|
47
|
-
"sha256": "
|
|
48
|
-
"sha1": "
|
|
49
|
-
"md5": "
|
|
43
|
+
"name": "access-12.27.0.aar",
|
|
44
|
+
"url": "access-12.27.0.aar",
|
|
45
|
+
"size": 3269175,
|
|
46
|
+
"sha512": "76c5efc0e3c14dfb40b5f260b1c1364bbce8a67bb8b773b3665e69ba84875744c50efc117732b283ce0301f4f0a720c5d6e73d6883ae551c192e797d2ddc9632",
|
|
47
|
+
"sha256": "e5128f2c3eb557de11eda17668a71a4dc6f508acb9c7510a3fab0e903e6fd85b",
|
|
48
|
+
"sha1": "7e57fab4b2d6cc9e02b8871f6a2e1ff79c865b46",
|
|
49
|
+
"md5": "144cb6910e52ff709fa788f687c05de7"
|
|
50
50
|
}
|
|
51
51
|
]
|
|
52
52
|
},
|
|
@@ -241,14 +241,7 @@
|
|
|
241
241
|
"group": "com.google.guava",
|
|
242
242
|
"module": "guava",
|
|
243
243
|
"version": {
|
|
244
|
-
"requires": "33.
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"group": "com.google.j2objc",
|
|
249
|
-
"module": "j2objc-annotations",
|
|
250
|
-
"version": {
|
|
251
|
-
"requires": "3.1"
|
|
244
|
+
"requires": "33.2.1-android"
|
|
252
245
|
}
|
|
253
246
|
},
|
|
254
247
|
{
|
|
@@ -300,6 +293,13 @@
|
|
|
300
293
|
"requires": "2.8.7"
|
|
301
294
|
}
|
|
302
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"group": "io.sentry",
|
|
298
|
+
"module": "sentry-android",
|
|
299
|
+
"version": {
|
|
300
|
+
"requires": "8.17.0"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
303
|
{
|
|
304
304
|
"group": "androidx.work",
|
|
305
305
|
"module": "work-runtime",
|
|
@@ -359,13 +359,13 @@
|
|
|
359
359
|
],
|
|
360
360
|
"files": [
|
|
361
361
|
{
|
|
362
|
-
"name": "access-12.
|
|
363
|
-
"url": "access-12.
|
|
364
|
-
"size":
|
|
365
|
-
"sha512": "
|
|
366
|
-
"sha256": "
|
|
367
|
-
"sha1": "
|
|
368
|
-
"md5": "
|
|
362
|
+
"name": "access-12.27.0.aar",
|
|
363
|
+
"url": "access-12.27.0.aar",
|
|
364
|
+
"size": 3269175,
|
|
365
|
+
"sha512": "76c5efc0e3c14dfb40b5f260b1c1364bbce8a67bb8b773b3665e69ba84875744c50efc117732b283ce0301f4f0a720c5d6e73d6883ae551c192e797d2ddc9632",
|
|
366
|
+
"sha256": "e5128f2c3eb557de11eda17668a71a4dc6f508acb9c7510a3fab0e903e6fd85b",
|
|
367
|
+
"sha1": "7e57fab4b2d6cc9e02b8871f6a2e1ff79c865b46",
|
|
368
|
+
"md5": "144cb6910e52ff709fa788f687c05de7"
|
|
369
369
|
}
|
|
370
370
|
]
|
|
371
371
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f55788cffcb46872b28bc698ba779eaf
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d80ab1d6fd971a283245b40ae59e2b5ea25ffa0f
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5da51cde897ffbb31bb03797dcd63e7521510bbc1e49071b07a824c09ddcf38e
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
29500e9622e2ef614972545eb0f129f0927476b09e4c804cf721ad5f589455d627a39448853f8d5857da85b92f3d6b09224275288631f629a04ad9026fca5236
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c76440959d6747c7c693a6d036e2b216
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
254fc85314c891f8aa44ef63372214ba25aa3528
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dd820658bc8cfdee83427cf787921318da39585fdc0cc5999c0a0dd44cf0d976
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2666dc7abf285d63e12d49b89555421f72e970833f69e8a6a23307eb93aaa768208a93ee3f02c9b7ed58af6b3e4f8a206d09167ff953f2b8aee772941d7a4cd6
|
package/android/sdklib/com/blue-id/access/{12.25.0/access-12.25.0.pom → 12.27.0/access-12.27.0.pom}
RENAMED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<modelVersion>4.0.0</modelVersion>
|
|
10
10
|
<groupId>com.blue-id</groupId>
|
|
11
11
|
<artifactId>access</artifactId>
|
|
12
|
-
<version>12.
|
|
12
|
+
<version>12.27.0</version>
|
|
13
13
|
<packaging>aar</packaging>
|
|
14
14
|
<name>BlueID Access SDK</name>
|
|
15
15
|
<description>Access SDK to communicate with BlueID Access Devices</description>
|
|
@@ -205,13 +205,7 @@
|
|
|
205
205
|
<dependency>
|
|
206
206
|
<groupId>com.google.guava</groupId>
|
|
207
207
|
<artifactId>guava</artifactId>
|
|
208
|
-
<version>33.
|
|
209
|
-
<scope>runtime</scope>
|
|
210
|
-
</dependency>
|
|
211
|
-
<dependency>
|
|
212
|
-
<groupId>com.google.j2objc</groupId>
|
|
213
|
-
<artifactId>j2objc-annotations</artifactId>
|
|
214
|
-
<version>3.1</version>
|
|
208
|
+
<version>33.2.1-android</version>
|
|
215
209
|
<scope>runtime</scope>
|
|
216
210
|
</dependency>
|
|
217
211
|
<dependency>
|
|
@@ -256,6 +250,12 @@
|
|
|
256
250
|
<version>2.8.7</version>
|
|
257
251
|
<scope>runtime</scope>
|
|
258
252
|
</dependency>
|
|
253
|
+
<dependency>
|
|
254
|
+
<groupId>io.sentry</groupId>
|
|
255
|
+
<artifactId>sentry-android</artifactId>
|
|
256
|
+
<version>8.17.0</version>
|
|
257
|
+
<scope>runtime</scope>
|
|
258
|
+
</dependency>
|
|
259
259
|
<dependency>
|
|
260
260
|
<groupId>androidx.work</groupId>
|
|
261
261
|
<artifactId>work-runtime</artifactId>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26a119bff23c4abd66a49ecbeeb0ff2e
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b5416863bd39f287a415d7b6f82e5afece6072e1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
648de9c533b29d15f8b134cee65f7f70b5df77f1788a4034659f53bbbe078a4a
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d2943a2e7368980fa6c5431bc516a2b298dad3792db7282848541d44d8e8c0386ea5b163a0b40088212c33c89ccd71cdab1397b72d82f2fb85fc01bfe193c843
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
caae3204cfb03459a0d0e8a4687599d2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
95d5546d3b066ab5143ae00f1bc046ba7315eb64
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e380449d1046484080e0f1a9d253f888100032f77d1973d234cd573f6e2961f3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
15845120ac5d8846136062b3e4ebc4c9736151fde0a808fcce844d4ffc640071e32afebab997cb717d02d16aeb5c6fb5bc8fb6f8c267ab8e796b6578f94d54c7
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
<groupId>com.blue-id</groupId>
|
|
4
4
|
<artifactId>access</artifactId>
|
|
5
5
|
<versioning>
|
|
6
|
-
<latest>12.
|
|
7
|
-
<release>12.
|
|
6
|
+
<latest>12.27.0</latest>
|
|
7
|
+
<release>12.27.0</release>
|
|
8
8
|
<versions>
|
|
9
|
-
<version>12.
|
|
9
|
+
<version>12.27.0</version>
|
|
10
10
|
</versions>
|
|
11
|
-
<lastUpdated>
|
|
11
|
+
<lastUpdated>20260325101952</lastUpdated>
|
|
12
12
|
</versioning>
|
|
13
13
|
</metadata>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
bddaa87ce2037ee9491c3cd70e8c4c05
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e46d5d77ba7b47008797509cd97a72ac01a24acb
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
06cacf9f04dfc6b83718b595229f19af72546a0e13df79ace403975a29d21054
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e78585279364e2c9369edf9e81205d74aea5bfc1451c47938a58c10f4c715188fe12a2c9627c526abf4e51046814204941d6986f66cd0aecaebc4ba354c5c2c3
|
|
@@ -59,22 +59,9 @@ public class BlueIDAccess {
|
|
|
59
59
|
return value;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
public void runCommand(String command, Object arg0, Object arg1, Object arg2,
|
|
62
|
+
public void runCommand(String command, Object arg0, Object arg1, Object arg2, Function1<Map<String, ? extends Object>, Void> resolve,
|
|
63
63
|
Function1<Map<String, ? extends Object>, Void> reject) {
|
|
64
64
|
|
|
65
|
-
if (arg3 != null) {
|
|
66
|
-
try {
|
|
67
|
-
for (var method : plugin.getClass().getMethods()) {
|
|
68
|
-
if (method.getName().equals("runCommand") && method.getParameterTypes().length == 7) {
|
|
69
|
-
method.invoke(plugin, command, arg0, arg1, arg2, arg3, resolve, reject);
|
|
70
|
-
return;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
} catch (Throwable error) {
|
|
74
|
-
Log.w("Capacitor:", "Falling back to 3-arg runCommand due to reflection error", error);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
65
|
plugin.runCommand(command, arg0, arg1, arg2, resolve, reject);
|
|
79
66
|
}
|
|
80
67
|
|
|
@@ -64,13 +64,12 @@ public class BlueIDAccessPlugin extends Plugin implements BluePluginDelegate {
|
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
Object arg0 = null, arg1 = null, arg2 = null
|
|
67
|
+
Object arg0 = null, arg1 = null, arg2 = null;
|
|
68
68
|
|
|
69
69
|
try {
|
|
70
70
|
arg0 = call.getData().get("arg0");
|
|
71
71
|
arg1 = call.getData().get("arg1");
|
|
72
72
|
arg2 = call.getData().get("arg2");
|
|
73
|
-
arg3 = call.getData().get("arg3");
|
|
74
73
|
} catch (JSONException e) {
|
|
75
74
|
call.reject(e.getMessage());
|
|
76
75
|
}
|
|
@@ -87,12 +86,9 @@ public class BlueIDAccessPlugin extends Plugin implements BluePluginDelegate {
|
|
|
87
86
|
if (arg2 != null && arg2.toString().equals("null")){ // this is so important don't remove this
|
|
88
87
|
arg2 = null;
|
|
89
88
|
}
|
|
90
|
-
if (arg3 != null && arg3.toString().equals("null")){ // this is so important don't remove this
|
|
91
|
-
arg3 = null;
|
|
92
|
-
}
|
|
93
89
|
|
|
94
90
|
|
|
95
|
-
implementation.runCommand(command, arg0, arg1, arg2,
|
|
91
|
+
implementation.runCommand(command, arg0, arg1, arg2, stringObjectMap -> {
|
|
96
92
|
|
|
97
93
|
if (stringObjectMap != null) {
|
|
98
94
|
JSONObject result = new JSONObject(stringObjectMap);
|
package/dist/docs.json
CHANGED
|
@@ -1330,7 +1330,7 @@ export declare class BlueSPTokenCommand extends Message<BlueSPTokenCommand> {
|
|
|
1330
1330
|
*/
|
|
1331
1331
|
command?: string;
|
|
1332
1332
|
/**
|
|
1333
|
-
* we'll add 256b for add. data
|
|
1333
|
+
* we'll add 256b for add. data
|
|
1334
1334
|
*
|
|
1335
1335
|
* @generated from field: required bytes data = 5;
|
|
1336
1336
|
*/
|
|
@@ -1405,6 +1405,143 @@ export declare class BlueSPResult extends Message<BlueSPResult> {
|
|
|
1405
1405
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSPResult;
|
|
1406
1406
|
static equals(a: BlueSPResult | PlainMessage<BlueSPResult> | undefined, b: BlueSPResult | PlainMessage<BlueSPResult> | undefined): boolean;
|
|
1407
1407
|
}
|
|
1408
|
+
/**
|
|
1409
|
+
* @generated from message BlueWebSPHandshake
|
|
1410
|
+
*/
|
|
1411
|
+
export declare class BlueWebSPHandshake extends Message<BlueWebSPHandshake> {
|
|
1412
|
+
/**
|
|
1413
|
+
* @generated from field: required bytes salt = 1;
|
|
1414
|
+
*/
|
|
1415
|
+
salt?: Uint8Array;
|
|
1416
|
+
constructor(data?: PartialMessage<BlueWebSPHandshake>);
|
|
1417
|
+
static readonly runtime: typeof proto2;
|
|
1418
|
+
static readonly typeName = "BlueWebSPHandshake";
|
|
1419
|
+
static readonly fields: FieldList;
|
|
1420
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPHandshake;
|
|
1421
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPHandshake;
|
|
1422
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPHandshake;
|
|
1423
|
+
static equals(a: BlueWebSPHandshake | PlainMessage<BlueWebSPHandshake> | undefined, b: BlueWebSPHandshake | PlainMessage<BlueWebSPHandshake> | undefined): boolean;
|
|
1424
|
+
}
|
|
1425
|
+
/**
|
|
1426
|
+
* @generated from message BlueWebSPHandshakeReply
|
|
1427
|
+
*/
|
|
1428
|
+
export declare class BlueWebSPHandshakeReply extends Message<BlueWebSPHandshakeReply> {
|
|
1429
|
+
/**
|
|
1430
|
+
* @generated from field: required string deviceId = 1;
|
|
1431
|
+
*/
|
|
1432
|
+
deviceId?: string;
|
|
1433
|
+
/**
|
|
1434
|
+
* @generated from field: required bytes signature = 2;
|
|
1435
|
+
*/
|
|
1436
|
+
signature?: Uint8Array;
|
|
1437
|
+
constructor(data?: PartialMessage<BlueWebSPHandshakeReply>);
|
|
1438
|
+
static readonly runtime: typeof proto2;
|
|
1439
|
+
static readonly typeName = "BlueWebSPHandshakeReply";
|
|
1440
|
+
static readonly fields: FieldList;
|
|
1441
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPHandshakeReply;
|
|
1442
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPHandshakeReply;
|
|
1443
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPHandshakeReply;
|
|
1444
|
+
static equals(a: BlueWebSPHandshakeReply | PlainMessage<BlueWebSPHandshakeReply> | undefined, b: BlueWebSPHandshakeReply | PlainMessage<BlueWebSPHandshakeReply> | undefined): boolean;
|
|
1445
|
+
}
|
|
1446
|
+
/**
|
|
1447
|
+
* @generated from message BlueWebSPMessage
|
|
1448
|
+
*/
|
|
1449
|
+
export declare class BlueWebSPMessage extends Message<BlueWebSPMessage> {
|
|
1450
|
+
/**
|
|
1451
|
+
* @generated from field: required uint32 transactionId = 1;
|
|
1452
|
+
*/
|
|
1453
|
+
transactionId?: number;
|
|
1454
|
+
/**
|
|
1455
|
+
* @generated from field: required BlueSPResult payload = 2;
|
|
1456
|
+
*/
|
|
1457
|
+
payload?: BlueSPResult;
|
|
1458
|
+
constructor(data?: PartialMessage<BlueWebSPMessage>);
|
|
1459
|
+
static readonly runtime: typeof proto2;
|
|
1460
|
+
static readonly typeName = "BlueWebSPMessage";
|
|
1461
|
+
static readonly fields: FieldList;
|
|
1462
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPMessage;
|
|
1463
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPMessage;
|
|
1464
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPMessage;
|
|
1465
|
+
static equals(a: BlueWebSPMessage | PlainMessage<BlueWebSPMessage> | undefined, b: BlueWebSPMessage | PlainMessage<BlueWebSPMessage> | undefined): boolean;
|
|
1466
|
+
}
|
|
1467
|
+
/**
|
|
1468
|
+
* Message sent by the server to the device
|
|
1469
|
+
*
|
|
1470
|
+
* @generated from message BlueWebSPServerMessage
|
|
1471
|
+
*/
|
|
1472
|
+
export declare class BlueWebSPServerMessage extends Message<BlueWebSPServerMessage> {
|
|
1473
|
+
/**
|
|
1474
|
+
* @generated from oneof BlueWebSPServerMessage.payload
|
|
1475
|
+
*/
|
|
1476
|
+
payload: {
|
|
1477
|
+
/**
|
|
1478
|
+
* @generated from field: BlueWebSPHandshake handshake = 2;
|
|
1479
|
+
*/
|
|
1480
|
+
value: BlueWebSPHandshake;
|
|
1481
|
+
case: "handshake";
|
|
1482
|
+
} | {
|
|
1483
|
+
/**
|
|
1484
|
+
* @generated from field: BlueSPTokenCommand command = 3;
|
|
1485
|
+
*/
|
|
1486
|
+
value: BlueSPTokenCommand;
|
|
1487
|
+
case: "command";
|
|
1488
|
+
} | {
|
|
1489
|
+
/**
|
|
1490
|
+
* @generated from field: BlueOssSoMobile ossSo = 4;
|
|
1491
|
+
*/
|
|
1492
|
+
value: BlueOssSoMobile;
|
|
1493
|
+
case: "ossSo";
|
|
1494
|
+
} | {
|
|
1495
|
+
/**
|
|
1496
|
+
* @generated from field: BlueOssSidMobile ossSid = 5;
|
|
1497
|
+
*/
|
|
1498
|
+
value: BlueOssSidMobile;
|
|
1499
|
+
case: "ossSid";
|
|
1500
|
+
} | {
|
|
1501
|
+
case: undefined;
|
|
1502
|
+
value?: undefined;
|
|
1503
|
+
};
|
|
1504
|
+
constructor(data?: PartialMessage<BlueWebSPServerMessage>);
|
|
1505
|
+
static readonly runtime: typeof proto2;
|
|
1506
|
+
static readonly typeName = "BlueWebSPServerMessage";
|
|
1507
|
+
static readonly fields: FieldList;
|
|
1508
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPServerMessage;
|
|
1509
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPServerMessage;
|
|
1510
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPServerMessage;
|
|
1511
|
+
static equals(a: BlueWebSPServerMessage | PlainMessage<BlueWebSPServerMessage> | undefined, b: BlueWebSPServerMessage | PlainMessage<BlueWebSPServerMessage> | undefined): boolean;
|
|
1512
|
+
}
|
|
1513
|
+
/**
|
|
1514
|
+
* TODO: payload
|
|
1515
|
+
*
|
|
1516
|
+
* @generated from message BlueWebSPClientMessage
|
|
1517
|
+
*/
|
|
1518
|
+
export declare class BlueWebSPClientMessage extends Message<BlueWebSPClientMessage> {
|
|
1519
|
+
constructor(data?: PartialMessage<BlueWebSPClientMessage>);
|
|
1520
|
+
static readonly runtime: typeof proto2;
|
|
1521
|
+
static readonly typeName = "BlueWebSPClientMessage";
|
|
1522
|
+
static readonly fields: FieldList;
|
|
1523
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPClientMessage;
|
|
1524
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPClientMessage;
|
|
1525
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPClientMessage;
|
|
1526
|
+
static equals(a: BlueWebSPClientMessage | PlainMessage<BlueWebSPClientMessage> | undefined, b: BlueWebSPClientMessage | PlainMessage<BlueWebSPClientMessage> | undefined): boolean;
|
|
1527
|
+
}
|
|
1528
|
+
/**
|
|
1529
|
+
* @generated from message BlueWebSPStatusMessage
|
|
1530
|
+
*/
|
|
1531
|
+
export declare class BlueWebSPStatusMessage extends Message<BlueWebSPStatusMessage> {
|
|
1532
|
+
/**
|
|
1533
|
+
* @generated from field: required BlueReturnCode status = 1;
|
|
1534
|
+
*/
|
|
1535
|
+
status?: BlueReturnCode;
|
|
1536
|
+
constructor(data?: PartialMessage<BlueWebSPStatusMessage>);
|
|
1537
|
+
static readonly runtime: typeof proto2;
|
|
1538
|
+
static readonly typeName = "BlueWebSPStatusMessage";
|
|
1539
|
+
static readonly fields: FieldList;
|
|
1540
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPStatusMessage;
|
|
1541
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPStatusMessage;
|
|
1542
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPStatusMessage;
|
|
1543
|
+
static equals(a: BlueWebSPStatusMessage | PlainMessage<BlueWebSPStatusMessage> | undefined, b: BlueWebSPStatusMessage | PlainMessage<BlueWebSPStatusMessage> | undefined): boolean;
|
|
1544
|
+
}
|
|
1408
1545
|
/**
|
|
1409
1546
|
* @generated from message BlueOssAccessResult
|
|
1410
1547
|
*/
|