@blueid/access-proto 12.16.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.
- package/BlueSystem.proto +2 -0
- 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 {
|