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