@blueid/access-cli 1.36.0 → 1.38.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
|
@@ -533,7 +533,7 @@ export const BlueOssAccessResult = proto2.makeMessageType(
|
|
|
533
533
|
{ no: 3, name: "accessInfo", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
534
534
|
{ no: 4, name: "scheduleEndTime", kind: "message", T: BlueLocalTimestamp },
|
|
535
535
|
{ no: 5, name: "scheduleMissmatch", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
536
|
-
{ no: 6, name: "accessOpenTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 0 },
|
|
536
|
+
{ no: 6, name: "accessOpenTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true, default: 0 },
|
|
537
537
|
],
|
|
538
538
|
);
|
|
539
539
|
|
package/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -89,6 +89,13 @@ export const BlueI18n = proto2.makeMessageType(
|
|
|
89
89
|
{ no: 50, name: "dfuInitializationLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "DFU initialization" },
|
|
90
90
|
{ no: 51, name: "dfuUpdateFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update firmware" },
|
|
91
91
|
{ no: 52, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
92
|
+
{ no: 53, name: "accessTypeDefaultTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Default" },
|
|
93
|
+
{ no: 54, name: "accessTypeExtendedTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Extended" },
|
|
94
|
+
{ no: 55, name: "accessTypeToggle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Toggle" },
|
|
95
|
+
{ no: 56, name: "accessTypeClose", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Close" },
|
|
96
|
+
{ no: 57, name: "accessTypeCustomTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Custom" },
|
|
97
|
+
{ no: 58, name: "openViaOssSoSelectAccessTypeTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Select an access type" },
|
|
98
|
+
{ no: 59, name: "openViaOssSoSelectAccessTypeMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "You have multiple access types available." },
|
|
92
99
|
],
|
|
93
100
|
);
|
|
94
101
|
|