@blueid/access-cli 0.88.0 → 0.90.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 +1 -6
- package/package.json +1 -1
package/lib/proto/BlueCore_pb.js
CHANGED
|
@@ -100,6 +100,7 @@ export const BlueReturnCode = proto2.makeEnum(
|
|
|
100
100
|
{no: -413, name: "SdkDecodeBase64Failed"},
|
|
101
101
|
{no: -414, name: "SdkDecodeJsonFailed"},
|
|
102
102
|
{no: -415, name: "SdkFetchDataFailed"},
|
|
103
|
+
{no: -416, name: "SdkTimeout"},
|
|
103
104
|
{no: -1000, name: "OssMAReturnCodeStart"},
|
|
104
105
|
{no: -1100, name: "OssMAReturnCodeEnd"},
|
|
105
106
|
],
|
|
@@ -214,8 +215,6 @@ export const BlueBatteryLevel = proto2.makeEnum(
|
|
|
214
215
|
);
|
|
215
216
|
|
|
216
217
|
/**
|
|
217
|
-
* Oss So events --
|
|
218
|
-
*
|
|
219
218
|
* @generated from enum BlueEventId
|
|
220
219
|
*/
|
|
221
220
|
export const BlueEventId = proto2.makeEnum(
|
|
@@ -240,8 +239,6 @@ export const BlueEventId = proto2.makeEnum(
|
|
|
240
239
|
);
|
|
241
240
|
|
|
242
241
|
/**
|
|
243
|
-
* Oss So events --
|
|
244
|
-
*
|
|
245
242
|
* @generated from enum BlueEventInfoSystem
|
|
246
243
|
*/
|
|
247
244
|
export const BlueEventInfoSystem = proto2.makeEnum(
|
|
@@ -253,8 +250,6 @@ export const BlueEventInfoSystem = proto2.makeEnum(
|
|
|
253
250
|
);
|
|
254
251
|
|
|
255
252
|
/**
|
|
256
|
-
* Oss So events --
|
|
257
|
-
*
|
|
258
253
|
* @generated from enum BlueEventInfoAccess
|
|
259
254
|
*/
|
|
260
255
|
export const BlueEventInfoAccess = proto2.makeEnum(
|