react-semaphor 0.1.336 → 0.1.337
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.
|
@@ -300,6 +300,7 @@ export declare type SemaphorAnalyticsExecutionResult = {
|
|
|
300
300
|
missingFields?: string[];
|
|
301
301
|
warnings?: string[];
|
|
302
302
|
relationshipDiagnostics?: SemaphorRelationshipDiagnostics;
|
|
303
|
+
population?: SemaphorAnalyticsPopulation;
|
|
303
304
|
metadata?: Record<string, unknown>;
|
|
304
305
|
};
|
|
305
306
|
|
|
@@ -341,6 +342,11 @@ export declare type SemaphorAnalyticsObligation = {
|
|
|
341
342
|
|
|
342
343
|
export declare type SemaphorAnalyticsObligationType = 'record_list' | 'count' | 'trend' | 'comparison' | 'driver_analysis' | 'metric_summary' | 'analysis_table' | 'lookup' | 'unknown';
|
|
343
344
|
|
|
345
|
+
export declare type SemaphorAnalyticsPopulation = {
|
|
346
|
+
scope: 'filtered_query';
|
|
347
|
+
metrics: Record<string, number | string | null>;
|
|
348
|
+
};
|
|
349
|
+
|
|
344
350
|
export declare type SemaphorAnalyticsRecoveryPlan = {
|
|
345
351
|
version: SemaphorProtocolVersion;
|
|
346
352
|
kind: 'analytics_recovery_plan';
|