react-semaphor 0.1.388 → 0.1.390
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.
|
@@ -1032,6 +1032,10 @@ export declare type SemaphorDataAppCodegenView = {
|
|
|
1032
1032
|
id: string;
|
|
1033
1033
|
title?: string;
|
|
1034
1034
|
purpose?: string;
|
|
1035
|
+
sourcePresentation?: {
|
|
1036
|
+
sourceKeys?: string[];
|
|
1037
|
+
sourceLabels?: string[];
|
|
1038
|
+
};
|
|
1035
1039
|
visual?: string;
|
|
1036
1040
|
visualSpec?: Record<string, unknown>;
|
|
1037
1041
|
queryKind?: string;
|