@blueid/access-cli 9.10.0 → 9.12.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/BlueCore_pb.js
CHANGED
|
@@ -112,6 +112,9 @@ export const BlueReturnCode = proto2.makeEnum(
|
|
|
112
112
|
{no: -424, name: "SdkDeviceFactoryStateRequired"},
|
|
113
113
|
{no: -425, name: "SdkClaimDeviceFailedAutoUnclaimSuccess"},
|
|
114
114
|
{no: -426, name: "SdkClaimDeviceAndAutoUnclaimFailed"},
|
|
115
|
+
{no: -427, name: "SdkIdentityHasRevoked"},
|
|
116
|
+
{no: -428, name: "SdkIdentityHasDeleted"},
|
|
117
|
+
{no: -429, name: "SdkIdentityHasExpired"},
|
|
115
118
|
{no: -1000, name: "OssMAReturnCodeStart"},
|
|
116
119
|
{no: -1100, name: "OssMAReturnCodeEnd"},
|
|
117
120
|
],
|
package/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -102,6 +102,7 @@ export const BlueI18n = proto2.makeMessageType(
|
|
|
102
102
|
{ no: 57, name: "accessTypeCustomTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Custom" },
|
|
103
103
|
{ no: 58, name: "openViaOssSoSelectAccessTypeTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Select an access type" },
|
|
104
104
|
{ no: 59, name: "openViaOssSoSelectAccessTypeMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "You have multiple access types available." },
|
|
105
|
+
{ no: 60, name: "provisioningDone", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Device %s has been provisioned. Please wait a few seconds for it to be ready for setup. If it doesn’t discover, try removing the batteries and restarting the lock." },
|
|
105
106
|
],
|
|
106
107
|
);
|
|
107
108
|
|