@sentio/runtime 1.37.5-rc.7 → 1.37.5
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";
|