@blueid/access-cli 12.18.0 → 12.20.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/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -31,6 +31,17 @@ export const BlueRefreshOssSoCredentialStatus = proto2.makeEnum(
|
|
|
31
31
|
],
|
|
32
32
|
);
|
|
33
33
|
|
|
34
|
+
/**
|
|
35
|
+
* @generated from enum BlueHardwareVendor
|
|
36
|
+
*/
|
|
37
|
+
export const BlueHardwareVendor = proto2.makeEnum(
|
|
38
|
+
"BlueHardwareVendor",
|
|
39
|
+
[
|
|
40
|
+
{no: 0, name: "uundzlocks"},
|
|
41
|
+
{no: 1, name: "dlogiclock"},
|
|
42
|
+
],
|
|
43
|
+
);
|
|
44
|
+
|
|
34
45
|
/**
|
|
35
46
|
* @generated from message BlueI18n
|
|
36
47
|
*/
|
|
@@ -191,6 +191,7 @@ export const BlueSystemProvisioning = proto2.makeMessageType(
|
|
|
191
191
|
{ no: 3, name: "serialNumber", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "00000000000000000000" },
|
|
192
192
|
{ no: 4, name: "terminalPrivateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
193
193
|
{ no: 5, name: "signaturePublicKey", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
194
|
+
{ no: 6, name: "isDev", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true, default: false },
|
|
194
195
|
],
|
|
195
196
|
);
|
|
196
197
|
|