@sentio/runtime 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.
@@ -711,7 +711,7 @@ export declare const ExportResult: {
|
|
711
711
|
export type ProcessorDefinition = typeof ProcessorDefinition;
|
712
712
|
export declare const ProcessorDefinition: {
|
713
713
|
readonly name: "Processor";
|
714
|
-
readonly fullName: "
|
714
|
+
readonly fullName: "processor.Processor";
|
715
715
|
readonly methods: {
|
716
716
|
readonly start: {
|
717
717
|
readonly name: "Start";
|
@@ -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:
|
@@ -3897,7 +3897,7 @@ exports.ExportResult = {
|
|
3897
3897
|
};
|
3898
3898
|
exports.ProcessorDefinition = {
|
3899
3899
|
name: "Processor",
|
3900
|
-
fullName: "
|
3900
|
+
fullName: "processor.Processor",
|
3901
3901
|
methods: {
|
3902
3902
|
start: {
|
3903
3903
|
name: "Start",
|