@blueid/access-cli 0.92.0 → 0.95.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 +5 -0
- package/lib/proto/BlueSDK_pb.js +24 -9
- package/package.json +1 -1
package/lib/proto/BlueCore_pb.js
CHANGED
|
@@ -101,6 +101,11 @@ export const BlueReturnCode = proto2.makeEnum(
|
|
|
101
101
|
{no: -414, name: "SdkDecodeJsonFailed"},
|
|
102
102
|
{no: -415, name: "SdkFetchDataFailed"},
|
|
103
103
|
{no: -416, name: "SdkTimeout"},
|
|
104
|
+
{no: -417, name: "SdkGetAuthenticationTokenFailed"},
|
|
105
|
+
{no: -418, name: "SdkUpdateDeviceFailed"},
|
|
106
|
+
{no: -419, name: "SdkGetBlacklistEntriesFailed"},
|
|
107
|
+
{no: -420, name: "SdkGetSystemStatusFailed"},
|
|
108
|
+
{no: -421, name: "SdkWaitDeviceToRestartFailed"},
|
|
104
109
|
{no: -1000, name: "OssMAReturnCodeStart"},
|
|
105
110
|
{no: -1100, name: "OssMAReturnCodeEnd"},
|
|
106
111
|
],
|
package/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -45,15 +45,30 @@ export const BlueI18n = proto2.makeMessageType(
|
|
|
45
45
|
{ no: 7, name: "nfcOssSuccessUnprovisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully unprovisioned" },
|
|
46
46
|
{ no: 8, name: "nfcOssSuccessFormatMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was successfully formatted" },
|
|
47
47
|
{ no: 9, name: "nfcInitializingWritingProcess", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Initializing writing process" },
|
|
48
|
-
{ no: 10, name: "
|
|
49
|
-
{ no: 11, name: "
|
|
50
|
-
{ no: 12, name: "
|
|
51
|
-
{ no: 13, name: "
|
|
52
|
-
{ no: 14, name: "
|
|
53
|
-
{ no: 15, name: "
|
|
54
|
-
{ no: 16, name: "
|
|
55
|
-
{ no: 17, name: "
|
|
56
|
-
{ no: 18, name: "
|
|
48
|
+
{ no: 10, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
|
|
49
|
+
{ no: 11, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
|
|
50
|
+
{ no: 12, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
|
|
51
|
+
{ no: 13, name: "openViaOssAccessGrantedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Please proceed." },
|
|
52
|
+
{ no: 14, name: "openViaOssAccessDeniedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Denied" },
|
|
53
|
+
{ no: 15, name: "openViaOssAccessDeniedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are invalid or outdated." },
|
|
54
|
+
{ no: 16, name: "openViaOssAccessDeniedScheduleMismatchMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are not valid at this time and/or day of the week." },
|
|
55
|
+
{ no: 17, name: "openViaOssErrorTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Error" },
|
|
56
|
+
{ no: 18, name: "cmnCancelLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancel" },
|
|
57
|
+
{ no: 19, name: "cmnCloseLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Close" },
|
|
58
|
+
{ no: 20, name: "syncDeviceInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization in Progress" },
|
|
59
|
+
{ no: 21, name: "syncDeviceFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has failed" },
|
|
60
|
+
{ no: 22, name: "syncDeviceCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
61
|
+
{ no: 23, name: "syncDeviceGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
62
|
+
{ no: 24, name: "syncDeviceRetrieveDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve device configuration" },
|
|
63
|
+
{ no: 25, name: "syncDeviceUpdateDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device configuration" },
|
|
64
|
+
{ no: 26, name: "syncDeviceUpdateDeviceTimeTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device time" },
|
|
65
|
+
{ no: 27, name: "syncDeviceWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
66
|
+
{ no: 28, name: "syncDevicePushEventLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push event logs" },
|
|
67
|
+
{ no: 29, name: "syncDevicePushSystemLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system logs" },
|
|
68
|
+
{ no: 30, name: "syncDeviceRetrieveBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve blacklist entries" },
|
|
69
|
+
{ no: 31, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
|
|
70
|
+
{ no: 32, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
|
|
71
|
+
{ no: 33, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
|
|
57
72
|
],
|
|
58
73
|
);
|
|
59
74
|
|