@blueid/access-capacitor 1.9.0 → 1.18.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.
Files changed (56) hide show
  1. package/android/build.gradle +3 -5
  2. package/android/repo/net/blueid/access/5.0/access-5.0-sources.jar +0 -0
  3. package/android/repo/net/blueid/access/5.0/access-5.0-sources.jar.md5 +1 -1
  4. package/android/repo/net/blueid/access/5.0/access-5.0-sources.jar.sha1 +1 -1
  5. package/android/repo/net/blueid/access/5.0/access-5.0-sources.jar.sha256 +1 -1
  6. package/android/repo/net/blueid/access/5.0/access-5.0-sources.jar.sha512 +1 -1
  7. package/android/repo/net/blueid/access/5.0/access-5.0.aar +0 -0
  8. package/android/repo/net/blueid/access/5.0/access-5.0.aar.md5 +1 -1
  9. package/android/repo/net/blueid/access/5.0/access-5.0.aar.sha1 +1 -1
  10. package/android/repo/net/blueid/access/5.0/access-5.0.aar.sha256 +1 -1
  11. package/android/repo/net/blueid/access/5.0/access-5.0.aar.sha512 +1 -1
  12. package/android/repo/net/blueid/access/5.0/access-5.0.module +29 -15
  13. package/android/repo/net/blueid/access/5.0/access-5.0.module.md5 +1 -1
  14. package/android/repo/net/blueid/access/5.0/access-5.0.module.sha1 +1 -1
  15. package/android/repo/net/blueid/access/5.0/access-5.0.module.sha256 +1 -1
  16. package/android/repo/net/blueid/access/5.0/access-5.0.module.sha512 +1 -1
  17. package/android/repo/net/blueid/access/5.0/access-5.0.pom +12 -0
  18. package/android/repo/net/blueid/access/5.0/access-5.0.pom.md5 +1 -1
  19. package/android/repo/net/blueid/access/5.0/access-5.0.pom.sha1 +1 -1
  20. package/android/repo/net/blueid/access/5.0/access-5.0.pom.sha256 +1 -1
  21. package/android/repo/net/blueid/access/5.0/access-5.0.pom.sha512 +1 -1
  22. package/android/repo/net/blueid/access/maven-metadata.xml +1 -1
  23. package/android/repo/net/blueid/access/maven-metadata.xml.md5 +1 -1
  24. package/android/repo/net/blueid/access/maven-metadata.xml.sha1 +1 -1
  25. package/android/repo/net/blueid/access/maven-metadata.xml.sha256 +1 -1
  26. package/android/repo/net/blueid/access/maven-metadata.xml.sha512 +1 -1
  27. package/android/src/main/java/com/blueid/access/plugins/capacitor/BlueIDAccess.java +1 -43
  28. package/android/src/main/java/com/blueid/access/plugins/capacitor/BlueIDAccessPlugin.java +1 -87
  29. package/dist/esm/BlueSystem_pb.d.ts +41 -0
  30. package/dist/esm/BlueSystem_pb.js +32 -0
  31. package/dist/esm/BlueSystem_pb.js.map +1 -1
  32. package/dist/esm/interop.js +0 -3
  33. package/dist/esm/interop.js.map +1 -1
  34. package/dist/plugin.cjs.js +34 -3
  35. package/dist/plugin.cjs.js.map +1 -1
  36. package/dist/plugin.js +34 -3
  37. package/dist/plugin.js.map +1 -1
  38. package/ios/CBlueIDAccess.xcframework/Info.plist +6 -6
  39. package/ios/CBlueIDAccess.xcframework/ios-arm64/Headers/core/BlueCore.h +1 -1
  40. package/ios/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
  41. package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/Headers/core/BlueCore.h +1 -1
  42. package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/libCBlueIDAccess.a +0 -0
  43. package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/Headers/core/BlueCore.h +1 -1
  44. package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
  45. package/ios/Plugin/BlueIDAccessPlugin.swift +1 -1
  46. package/ios/Plugin/BlueIDAccessSDK/BlueAPI.swift +7 -0
  47. package/ios/Plugin/BlueIDAccessSDK/BlueAPIProtocol.swift +22 -0
  48. package/ios/Plugin/BlueIDAccessSDK/BlueCore.pb.swift +9 -1
  49. package/ios/Plugin/BlueIDAccessSDK/BlueDevices.swift +11 -25
  50. package/ios/Plugin/BlueIDAccessSDK/BlueDevicesList.swift +89 -0
  51. package/ios/Plugin/BlueIDAccessSDK/BlueSDK.pb.swift +18 -2
  52. package/ios/Plugin/BlueIDAccessSDK/BlueSPTransponder.swift +1 -3
  53. package/ios/Plugin/BlueIDAccessSDK/BlueSystem.pb.swift +185 -3
  54. package/ios/Plugin/BlueIDAccessSDK/BlueSystem.swift +43 -17
  55. package/package.json +2 -4
  56. package/android/settings.gradle +0 -4
@@ -11,7 +11,7 @@ buildscript {
11
11
  mavenCentral()
12
12
  }
13
13
  dependencies {
14
- classpath 'com.android.tools.build:gradle:8.3.0'
14
+ classpath 'com.android.tools.build:gradle:8.0.2'
15
15
  }
16
16
  }
17
17
 
@@ -21,7 +21,7 @@ android {
21
21
  namespace "com.blueid.access.plugins.capacitor"
22
22
  compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 34
23
23
  defaultConfig {
24
- minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 31
24
+ minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 30
25
25
  targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 34
26
26
  versionCode 1
27
27
  versionName "1.0"
@@ -45,14 +45,12 @@ android {
45
45
  repositories {
46
46
  google()
47
47
  mavenCentral()
48
- maven { url "./repo" }
49
48
  }
50
49
 
51
50
 
52
51
  dependencies {
53
- implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
52
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
54
53
  implementation project(':capacitor-android')
55
- implementation ('net.blueid:access:5.0@aar'){transitive=true}
56
54
  implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
57
55
  testImplementation "junit:junit:$junitVersion"
58
56
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
@@ -1 +1 @@
1
- 18ac210aab39615bf718ca3ec0f887b9
1
+ 4b5b566ab76c364fc8e7c24c410a40f2
@@ -1 +1 @@
1
- 5ddbc9fa3edb060233672058f9ee80005c3ff514
1
+ f7e210c54fe9b23e72d7f3c88f0a8ebfa54a106b
@@ -1 +1 @@
1
- ddd301c194b4976df4366b8ce07b4bc074bcf34e8b5edf2a7b71e46cea6b6abd
1
+ ac3c7a633e9a446177b1100e8fcaf14c94681c0860f7c4cf8da7a031435c23fe
@@ -1 +1 @@
1
- 9a99bf35d80ebd0443e0c41e9a7d4dbc425e522706b3626a7491037837bcc379af4b96f206536013160d59f26d95bea0d3e3c0780e2fcb362a5539d58d76a913
1
+ 0fdaabbae28e381782bce56de50e0869e13d6144397ff03af368de0d85c46efe4f393369c796ee9206a0667a6b1ac1d9eca4ecc60d365810b4d63a8ded6c8155
@@ -1 +1 @@
1
- 1a0ab00667ec0c01cc7afd9289231a74
1
+ edbcee983ca076d05b3abd2da31bf74a
@@ -1 +1 @@
1
- 489dbf98951ea0befe602e0b80d4ac3bc81cb7be
1
+ 3e4877787d664c9f2cdd11ec4107f0c728b71dd1
@@ -1 +1 @@
1
- 3f463d686f3b7b2a58924418ed198926a6f54efbb9cc27d91293596936438ee5
1
+ 50447fd265c245f097093bc8499ba54499b2c423690425c39ad42a4b2bc80b4b
@@ -1 +1 @@
1
- fce25405a2fa3f6d85849e706a0000aef13a7440874267cf1ebcb9a8d279feb15d75c2fc90143464a8f745f590b878738cba3c6e4936eb2b968a3aed02478e2d
1
+ cd7a9541338e24ae60642b7d190acaa96361c3a0e9deb2d4e3ab935a7351d513b2e23c3741e7fb94fc407ac8c2f5d3ba8018ca2020c4740a59d6bdb9aaf4e21c
@@ -34,11 +34,11 @@
34
34
  {
35
35
  "name": "access-5.0.aar",
36
36
  "url": "access-5.0.aar",
37
- "size": 2563011,
38
- "sha512": "fce25405a2fa3f6d85849e706a0000aef13a7440874267cf1ebcb9a8d279feb15d75c2fc90143464a8f745f590b878738cba3c6e4936eb2b968a3aed02478e2d",
39
- "sha256": "3f463d686f3b7b2a58924418ed198926a6f54efbb9cc27d91293596936438ee5",
40
- "sha1": "489dbf98951ea0befe602e0b80d4ac3bc81cb7be",
41
- "md5": "1a0ab00667ec0c01cc7afd9289231a74"
37
+ "size": 2758664,
38
+ "sha512": "cd7a9541338e24ae60642b7d190acaa96361c3a0e9deb2d4e3ab935a7351d513b2e23c3741e7fb94fc407ac8c2f5d3ba8018ca2020c4740a59d6bdb9aaf4e21c",
39
+ "sha256": "50447fd265c245f097093bc8499ba54499b2c423690425c39ad42a4b2bc80b4b",
40
+ "sha1": "3e4877787d664c9f2cdd11ec4107f0c728b71dd1",
41
+ "md5": "edbcee983ca076d05b3abd2da31bf74a"
42
42
  }
43
43
  ]
44
44
  },
@@ -57,6 +57,13 @@
57
57
  "requires": "2.6.1"
58
58
  }
59
59
  },
60
+ {
61
+ "group": "com.google.android.material",
62
+ "module": "material",
63
+ "version": {
64
+ "requires": "1.11.0"
65
+ }
66
+ },
60
67
  {
61
68
  "group": "androidx.room",
62
69
  "module": "room-ktx",
@@ -64,6 +71,13 @@
64
71
  "requires": "2.6.1"
65
72
  }
66
73
  },
74
+ {
75
+ "group": "androidx.appcompat",
76
+ "module": "appcompat",
77
+ "version": {
78
+ "requires": "1.6.1"
79
+ }
80
+ },
67
81
  {
68
82
  "group": "com.squareup.retrofit2",
69
83
  "module": "retrofit",
@@ -209,11 +223,11 @@
209
223
  {
210
224
  "name": "access-5.0.aar",
211
225
  "url": "access-5.0.aar",
212
- "size": 2563011,
213
- "sha512": "fce25405a2fa3f6d85849e706a0000aef13a7440874267cf1ebcb9a8d279feb15d75c2fc90143464a8f745f590b878738cba3c6e4936eb2b968a3aed02478e2d",
214
- "sha256": "3f463d686f3b7b2a58924418ed198926a6f54efbb9cc27d91293596936438ee5",
215
- "sha1": "489dbf98951ea0befe602e0b80d4ac3bc81cb7be",
216
- "md5": "1a0ab00667ec0c01cc7afd9289231a74"
226
+ "size": 2758664,
227
+ "sha512": "cd7a9541338e24ae60642b7d190acaa96361c3a0e9deb2d4e3ab935a7351d513b2e23c3741e7fb94fc407ac8c2f5d3ba8018ca2020c4740a59d6bdb9aaf4e21c",
228
+ "sha256": "50447fd265c245f097093bc8499ba54499b2c423690425c39ad42a4b2bc80b4b",
229
+ "sha1": "3e4877787d664c9f2cdd11ec4107f0c728b71dd1",
230
+ "md5": "edbcee983ca076d05b3abd2da31bf74a"
217
231
  }
218
232
  ]
219
233
  },
@@ -231,11 +245,11 @@
231
245
  {
232
246
  "name": "access-5.0-sources.jar",
233
247
  "url": "access-5.0-sources.jar",
234
- "size": 888014,
235
- "sha512": "9a99bf35d80ebd0443e0c41e9a7d4dbc425e522706b3626a7491037837bcc379af4b96f206536013160d59f26d95bea0d3e3c0780e2fcb362a5539d58d76a913",
236
- "sha256": "ddd301c194b4976df4366b8ce07b4bc074bcf34e8b5edf2a7b71e46cea6b6abd",
237
- "sha1": "5ddbc9fa3edb060233672058f9ee80005c3ff514",
238
- "md5": "18ac210aab39615bf718ca3ec0f887b9"
248
+ "size": 909298,
249
+ "sha512": "0fdaabbae28e381782bce56de50e0869e13d6144397ff03af368de0d85c46efe4f393369c796ee9206a0667a6b1ac1d9eca4ecc60d365810b4d63a8ded6c8155",
250
+ "sha256": "ac3c7a633e9a446177b1100e8fcaf14c94681c0860f7c4cf8da7a031435c23fe",
251
+ "sha1": "f7e210c54fe9b23e72d7f3c88f0a8ebfa54a106b",
252
+ "md5": "4b5b566ab76c364fc8e7c24c410a40f2"
239
253
  }
240
254
  ]
241
255
  }
@@ -1 +1 @@
1
- 39e8e045dfb99ebf6b6ac9ac0214fe43
1
+ 999f39fedb83ceb690d310dad99e6cbb
@@ -1 +1 @@
1
- 437431cc747f12cc9ab84282a6b26413d1a448ac
1
+ d5c21392c1e9c947d19d2c84809c2b1d9110b82b
@@ -1 +1 @@
1
- 89b8694d76a34c6dd7d3675d67d58bf48f966c55d57c9db4688fd3ffcc43e733
1
+ c0f5695efbbc71887d2fcab844ca968a53acada73b04ea0e3c32cf233913683b
@@ -1 +1 @@
1
- 192bf42cfb2d9b74924c67acd14a55cf6c577058f774a437910b10932dca86028c1fad308c83a81435c75734a1b0b4bbfcd32a8c6efdd580aaed8380d81921e2
1
+ 7bea45c6bd4f5a98ef58ca4916f50158ef082c94098036ebcfcb373342c7e2ca53d27b4f5508caf2b9a1e81475bba6a021ce763af106375937de2ce051746673
@@ -24,12 +24,24 @@
24
24
  <version>2.6.1</version>
25
25
  <scope>runtime</scope>
26
26
  </dependency>
27
+ <dependency>
28
+ <groupId>com.google.android.material</groupId>
29
+ <artifactId>material</artifactId>
30
+ <version>1.11.0</version>
31
+ <scope>runtime</scope>
32
+ </dependency>
27
33
  <dependency>
28
34
  <groupId>androidx.room</groupId>
29
35
  <artifactId>room-ktx</artifactId>
30
36
  <version>2.6.1</version>
31
37
  <scope>runtime</scope>
32
38
  </dependency>
39
+ <dependency>
40
+ <groupId>androidx.appcompat</groupId>
41
+ <artifactId>appcompat</artifactId>
42
+ <version>1.6.1</version>
43
+ <scope>runtime</scope>
44
+ </dependency>
33
45
  <dependency>
34
46
  <groupId>com.squareup.retrofit2</groupId>
35
47
  <artifactId>retrofit</artifactId>
@@ -1 +1 @@
1
- 0036f3c0d826d30dbabe2b982f19a18b
1
+ 26d0c37a2afe7471ed9c163d273a5044
@@ -1 +1 @@
1
- 8ad9fd25e1597eda59eda04233b3be59191b148f
1
+ 1253640f192cb2cbcf4627f23675bd55907a689c
@@ -1 +1 @@
1
- 39883b8df1511353495fc9c828a962d8ff9460200432e1f678c090ebac8d9b8c
1
+ a00b32a36f20cbe58f6e27c593e890f75c9dc1d3f9d8851ebb8d5e1b13917b98
@@ -1 +1 @@
1
- 891b93fa0f6adf22a65fc16a8e74b494bcd1ba43fe10508c5f94b60c8653c4a714fd30c085d66687ef8633822f3076de386bc4c7c4287dd187e12d5e1eae4c67
1
+ 0133f4e1be80d72dd5bf167c7c78bd2324b26eeba79f76f99c21835926c9dbdb69f7205abf1158c3fcc8455b669a585f1d8f53b97d2fb625e418d6b2b3bbb0b1
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>5.0</version>
10
10
  </versions>
11
- <lastUpdated>20240402213843</lastUpdated>
11
+ <lastUpdated>20240408201106</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- 01b5bfc1bac6e8a861cacdb03d00fd45
1
+ fea20cb8b72b0378c243a5a9c0fd454a
@@ -1 +1 @@
1
- 839977e11b6f8cb24ead1b2fa014fe1c08bb3773
1
+ 82cb355b18e8f1dddc59c5816acf3a66bd7fc316
@@ -1 +1 @@
1
- 474b0aee3c623b3c393e35ad9c8a8a8bd6155414ce2e29c58bf06b930e50725c
1
+ 92b220235d1e6ba2b23ab3adb78c685fd26a390231ff13f7fd7f039a137ac022
@@ -1 +1 @@
1
- 0c858c1a5849523a1a79a818e973d1c06cc00345f5b2c74baab0fab722fb33055d3f42507ef6a4d39965f2e53628c5ad3e07ab29c8e2a36eaf1e955947c82d58
1
+ a115da1464fabf791c63c790eb4655569322fcf5a4e3e67e3527c160d72fc51dbeba70d59b7d9028fa79150e524c84951aad1f84c6ff85fd14b2426208c35070
@@ -1,53 +1,11 @@
1
1
  package com.blueid.access.plugins.capacitor;
2
2
 
3
- import android.app.Application;
4
- import android.content.Context;
5
3
  import android.util.Log;
6
- import android.widget.Toast;
7
-
8
- import com.getcapacitor.App;
9
-
10
- import java.util.Map;
11
-
12
- import blueid.access.sdk.BluePlugin;
13
- import blueid.access.sdk.Sdk;
14
- import kotlin.jvm.functions.Function1;
15
-
16
4
 
17
5
  public class BlueIDAccess {
18
6
 
19
- Sdk sdk;
20
-
21
- private static BlueIDAccess instance = null;
22
- private static BluePlugin plugin = null;
23
- private final Application application;
24
-
25
- private BlueIDAccess(Application application) {
26
- this.application = application;
27
- Log.i("Capacitor:", "BlueIDAccess Loaded "+application.getPackageName());
28
- sdk = Sdk.INSTANCE;
29
- sdk.init(application);
30
- plugin = new BluePlugin();
31
- }
32
-
33
- public static BlueIDAccess getInstance(Application context) {
34
-
35
- if (instance == null) {
36
-
37
- instance = new BlueIDAccess(context);
38
- }
39
-
40
- return instance;
41
- }
42
-
43
7
  public String echo(String value) {
44
- Toast.makeText(application, "Echo "+value, Toast.LENGTH_SHORT).show();
8
+ Log.i("Echo", value);
45
9
  return value;
46
10
  }
47
-
48
- public void runCommand(String command, Object arg0, Object arg1, Object arg2, Function1<Map<String, ? extends Object>, Void> resolve,
49
- Function1<Map<String, ? extends Object>, Void> reject) {
50
-
51
- plugin.runCommand(command, arg0, arg1, arg2, resolve, reject);
52
- }
53
11
  }
@@ -1,40 +1,15 @@
1
1
  package com.blueid.access.plugins.capacitor;
2
2
 
3
- import android.app.Application;
4
- import android.content.Context;
5
- import android.util.Log;
6
-
7
3
  import com.getcapacitor.JSObject;
8
4
  import com.getcapacitor.Plugin;
9
5
  import com.getcapacitor.PluginCall;
10
6
  import com.getcapacitor.PluginMethod;
11
7
  import com.getcapacitor.annotation.CapacitorPlugin;
12
8
 
13
- import org.json.JSONException;
14
- import org.json.JSONObject;
15
-
16
- import java.util.Map;
17
-
18
- import blueid.access.sdk.core.BlueError;
19
- import blueid.access.sdk.pb.BlueCore;
20
- import kotlin.jvm.functions.Function1;
21
-
22
9
  @CapacitorPlugin(name = "BlueIDAccess")
23
10
  public class BlueIDAccessPlugin extends Plugin {
24
11
 
25
- private BlueIDAccess implementation;
26
-
27
- @Override
28
- public void load() {
29
- super.load();
30
-
31
- Application appInstance = (Application) getContext().getApplicationContext();
32
- implementation = BlueIDAccess.getInstance(appInstance);
33
-
34
- Log.i("Capacitor:", "BlueIDAccessPlugin Loaded "+appInstance.getPackageName());
35
- }
36
-
37
-
12
+ private BlueIDAccess implementation = new BlueIDAccess();
38
13
 
39
14
  @PluginMethod
40
15
  public void echo(PluginCall call) {
@@ -44,65 +19,4 @@ public class BlueIDAccessPlugin extends Plugin {
44
19
  ret.put("value", implementation.echo(value));
45
20
  call.resolve(ret);
46
21
  }
47
-
48
- @PluginMethod
49
- public void runCommand(PluginCall call) {
50
-
51
- String command = call.getString("command");
52
-
53
- if (command == null || command.isEmpty()) {
54
- call.reject("Missing or invalid command");
55
- return;
56
- }
57
-
58
- Object arg0 = null, arg1 = null, arg2 = null;
59
-
60
- try {
61
- arg0 = call.getData().get("arg0");
62
- arg1 = call.getData().get("arg1");
63
- arg2 = call.getData().get("arg2");
64
- } catch (JSONException e) {
65
- call.reject(e.getMessage());
66
- }
67
-
68
-
69
- Log.i("AndroidCapacitor:", "data: "+call.getData());
70
-
71
- if (arg0 != null && arg0.toString().equals("null")){ // this is so important don't remove this
72
- arg0 = null;
73
- }
74
- if (arg1 != null && arg1.toString().equals("null")){ // this is so important don't remove this
75
- arg1 = null;
76
- }
77
- if (arg2 != null && arg2.toString().equals("null")){ // this is so important don't remove this
78
- arg2 = null;
79
- }
80
-
81
-
82
- implementation.runCommand(command, arg0, arg1, arg2, stringObjectMap -> {
83
-
84
- if (stringObjectMap != null) {
85
- JSONObject result = new JSONObject(stringObjectMap);
86
-
87
- try {
88
- call.resolve(JSObject.fromJSONObject(result));
89
- } catch (JSONException e) {
90
- throw new RuntimeException(e);
91
- }
92
- }else{
93
- call.resolve();
94
- }
95
- return null;
96
- }, stringObjectMap -> {
97
-
98
- Object value = stringObjectMap.get("message");
99
- String errorMsg = value instanceof String ? (String) value : "Unknown_error";
100
-
101
- Object error = stringObjectMap.get("error");
102
-
103
- int errorValue = (int) (error instanceof Integer ? error : -1);
104
- call.reject(errorMsg, String.valueOf(errorValue));
105
- return null;
106
- });
107
- }
108
22
  }
@@ -450,6 +450,39 @@ export declare class BlueSystemProvisioning extends Message<BlueSystemProvisioni
450
450
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueSystemProvisioning;
451
451
  static equals(a: BlueSystemProvisioning | PlainMessage<BlueSystemProvisioning> | undefined, b: BlueSystemProvisioning | PlainMessage<BlueSystemProvisioning> | undefined): boolean;
452
452
  }
453
+ /**
454
+ * @generated from message BlueHardwareInfo
455
+ */
456
+ export declare class BlueHardwareInfo extends Message<BlueHardwareInfo> {
457
+ /**
458
+ * @generated from field: required string name = 1;
459
+ */
460
+ name?: string;
461
+ /**
462
+ * @generated from field: required string vendor = 2;
463
+ */
464
+ vendor?: string;
465
+ /**
466
+ * @generated from field: required string vendorName = 3;
467
+ */
468
+ vendorName?: string;
469
+ /**
470
+ * @generated from field: required uint32 version = 4;
471
+ */
472
+ version?: number;
473
+ /**
474
+ * @generated from field: required BlueHardwareType type = 5;
475
+ */
476
+ type?: BlueHardwareType;
477
+ constructor(data?: PartialMessage<BlueHardwareInfo>);
478
+ static readonly runtime: typeof proto2;
479
+ static readonly typeName = "BlueHardwareInfo";
480
+ static readonly fields: FieldList;
481
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueHardwareInfo;
482
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueHardwareInfo;
483
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueHardwareInfo;
484
+ static equals(a: BlueHardwareInfo | PlainMessage<BlueHardwareInfo> | undefined, b: BlueHardwareInfo | PlainMessage<BlueHardwareInfo> | undefined): boolean;
485
+ }
453
486
  /**
454
487
  * @generated from message BlueSystemStatus
455
488
  */
@@ -504,6 +537,14 @@ export declare class BlueSystemStatus extends Message<BlueSystemStatus> {
504
537
  * @generated from field: optional bool newTestFirmwareVersionAvailable = 12;
505
538
  */
506
539
  newTestFirmwareVersionAvailable?: boolean;
540
+ /**
541
+ * @generated from field: optional bool newConfigurationAvailable = 13;
542
+ */
543
+ newConfigurationAvailable?: boolean;
544
+ /**
545
+ * @generated from field: optional BlueHardwareInfo hardwareInfo = 14;
546
+ */
547
+ hardwareInfo?: BlueHardwareInfo;
507
548
  constructor(data?: PartialMessage<BlueSystemStatus>);
508
549
  static readonly runtime: typeof proto2;
509
550
  static readonly typeName = "BlueSystemStatus";
@@ -372,6 +372,36 @@ BlueSystemProvisioning.fields = proto2.util.newFieldList(() => [
372
372
  { no: 4, name: "terminalPrivateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
373
373
  { no: 5, name: "signaturePublicKey", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
374
374
  ]);
375
+ /**
376
+ * @generated from message BlueHardwareInfo
377
+ */
378
+ export class BlueHardwareInfo extends Message {
379
+ constructor(data) {
380
+ super();
381
+ proto2.util.initPartial(data, this);
382
+ }
383
+ static fromBinary(bytes, options) {
384
+ return new BlueHardwareInfo().fromBinary(bytes, options);
385
+ }
386
+ static fromJson(jsonValue, options) {
387
+ return new BlueHardwareInfo().fromJson(jsonValue, options);
388
+ }
389
+ static fromJsonString(jsonString, options) {
390
+ return new BlueHardwareInfo().fromJsonString(jsonString, options);
391
+ }
392
+ static equals(a, b) {
393
+ return proto2.util.equals(BlueHardwareInfo, a, b);
394
+ }
395
+ }
396
+ BlueHardwareInfo.runtime = proto2;
397
+ BlueHardwareInfo.typeName = "BlueHardwareInfo";
398
+ BlueHardwareInfo.fields = proto2.util.newFieldList(() => [
399
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
400
+ { no: 2, name: "vendor", kind: "scalar", T: 9 /* ScalarType.STRING */ },
401
+ { no: 3, name: "vendorName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
402
+ { no: 4, name: "version", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
403
+ { no: 5, name: "type", kind: "enum", T: proto2.getEnumType(BlueHardwareType) },
404
+ ]);
375
405
  /**
376
406
  * @generated from message BlueSystemStatus
377
407
  */
@@ -408,6 +438,8 @@ BlueSystemStatus.fields = proto2.util.newFieldList(() => [
408
438
  { no: 10, name: "applicationVersionTest", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
409
439
  { no: 11, name: "newFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
410
440
  { no: 12, name: "newTestFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
441
+ { no: 13, name: "newConfigurationAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
442
+ { no: 14, name: "hardwareInfo", kind: "message", T: BlueHardwareInfo, opt: true },
411
443
  ]);
412
444
  /**
413
445
  * @generated from message BlueSystemLogQuery