@blueid/access-proto 12.17.0 → 12.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 (2) hide show
  1. package/BlueSystem.proto +2 -0
  2. package/package.json +1 -1
package/BlueSystem.proto CHANGED
@@ -213,6 +213,8 @@ message BlueSystemProvisioning {
213
213
  // Public key used for verifying signatures being valid on this device
214
214
  // (default set from BlueSharedDemoKeys)
215
215
  required bytes signaturePublicKey = 5 [ (nanopb).max_size = 100 ];
216
+
217
+ required bool isDev = 6 [default = false]; // This will use to set server url for Nexus for UUZ this will ignore
216
218
  }
217
219
 
218
220
  message BlueSystemStatus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-proto",
3
- "version": "12.17.0",
3
+ "version": "12.18.0",
4
4
  "description": "BlueID Access Proto files",
5
5
  "author": "BlueID GmbH",
6
6
  "main": "cjs/index.js",