@sentio/protos 1.37.5-rc.6 → 1.37.5-rc.8
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.
|
@@ -3765,7 +3765,7 @@ exports.EventTrackingResult = {
|
|
|
3765
3765
|
writer.uint32(18).string(message.distinctEntityId);
|
|
3766
3766
|
}
|
|
3767
3767
|
if (message.attributes !== undefined) {
|
|
3768
|
-
struct_1.Struct.encode(struct_1.Struct.wrap(message.attributes), writer.uint32(
|
|
3768
|
+
struct_1.Struct.encode(struct_1.Struct.wrap(message.attributes), writer.uint32(50).fork()).ldelim();
|
|
3769
3769
|
}
|
|
3770
3770
|
if (message.runtimeInfo !== undefined) {
|
|
3771
3771
|
exports.RuntimeInfo.encode(message.runtimeInfo, writer.uint32(42).fork()).ldelim();
|
|
@@ -3785,7 +3785,7 @@ exports.EventTrackingResult = {
|
|
|
3785
3785
|
case 2:
|
|
3786
3786
|
message.distinctEntityId = reader.string();
|
|
3787
3787
|
break;
|
|
3788
|
-
case
|
|
3788
|
+
case 6:
|
|
3789
3789
|
message.attributes = struct_1.Struct.unwrap(struct_1.Struct.decode(reader, reader.uint32()));
|
|
3790
3790
|
break;
|
|
3791
3791
|
case 5:
|