@blueid/access-cli 0.95.0 → 0.97.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 +12 -11
- package/package.json +1 -1
package/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -58,17 +58,18 @@ export const BlueI18n = proto2.makeMessageType(
|
|
|
58
58
|
{ no: 20, name: "syncDeviceInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization in Progress" },
|
|
59
59
|
{ no: 21, name: "syncDeviceFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has failed" },
|
|
60
60
|
{ no: 22, name: "syncDeviceCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
61
|
-
{ no: 23, name: "
|
|
62
|
-
{ no: 24, name: "
|
|
63
|
-
{ no: 25, name: "
|
|
64
|
-
{ no: 26, name: "
|
|
65
|
-
{ no: 27, name: "
|
|
66
|
-
{ no: 28, name: "
|
|
67
|
-
{ no: 29, name: "
|
|
68
|
-
{ no: 30, name: "
|
|
69
|
-
{ no: 31, name: "
|
|
70
|
-
{ no: 32, name: "
|
|
71
|
-
{ no: 33, name: "
|
|
61
|
+
{ no: 23, name: "syncDeviceCompletedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has been completed" },
|
|
62
|
+
{ no: 24, name: "syncDeviceGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
63
|
+
{ no: 25, name: "syncDeviceRetrieveDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve device configuration" },
|
|
64
|
+
{ no: 26, name: "syncDeviceUpdateDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device configuration" },
|
|
65
|
+
{ no: 27, name: "syncDeviceUpdateDeviceTimeTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device time" },
|
|
66
|
+
{ no: 28, name: "syncDeviceWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
67
|
+
{ no: 29, name: "syncDevicePushEventLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push event logs" },
|
|
68
|
+
{ no: 30, name: "syncDevicePushSystemLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system logs" },
|
|
69
|
+
{ no: 31, name: "syncDeviceRetrieveBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve blacklist entries" },
|
|
70
|
+
{ no: 32, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
|
|
71
|
+
{ no: 33, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
|
|
72
|
+
{ no: 34, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
|
|
72
73
|
],
|
|
73
74
|
);
|
|
74
75
|
|