@blueid/access-cli 0.91.0 → 0.92.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 +13 -0
- package/package.json +1 -1
package/lib/proto/BlueCore_pb.js
CHANGED
|
@@ -514,6 +514,17 @@ export const BlueOssAccessResult = proto2.makeMessageType(
|
|
|
514
514
|
],
|
|
515
515
|
);
|
|
516
516
|
|
|
517
|
+
/**
|
|
518
|
+
* @generated from message BlueOssAccessEventsResult
|
|
519
|
+
*/
|
|
520
|
+
export const BlueOssAccessEventsResult = proto2.makeMessageType(
|
|
521
|
+
"BlueOssAccessEventsResult",
|
|
522
|
+
() => [
|
|
523
|
+
{ no: 1, name: "accessResult", kind: "message", T: BlueOssAccessResult },
|
|
524
|
+
{ no: 2, name: "events", kind: "message", T: BlueEvent, repeated: true },
|
|
525
|
+
],
|
|
526
|
+
);
|
|
527
|
+
|
|
517
528
|
/**
|
|
518
529
|
* @generated from message BlueOssSidVersion
|
|
519
530
|
*/
|
|
@@ -922,6 +933,8 @@ export const BlueOssSoMobile = proto2.makeMessageType(
|
|
|
922
933
|
{ no: 2, name: "dataFile", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
923
934
|
{ no: 3, name: "blacklistFile", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
924
935
|
{ no: 4, name: "customerExtensionsFile", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
936
|
+
{ no: 5, name: "requestedEventCount", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true, default: 0 },
|
|
937
|
+
{ no: 6, name: "supportedEventIds", kind: "scalar", T: 12 /* ScalarType.BYTES */, opt: true },
|
|
925
938
|
],
|
|
926
939
|
);
|
|
927
940
|
|