react-semaphor 0.1.417 → 0.1.419
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.
- package/dist/analytics-protocol/index.cjs +1 -1
- package/dist/analytics-protocol/index.js +49 -50
- package/dist/brand-studio/index.cjs +1 -1
- package/dist/brand-studio/index.js +2 -2
- package/dist/chunks/analyze-result-contract-DdhEt99q.js +2004 -0
- package/dist/chunks/analyze-result-contract-DwRzl7yJ.js +1 -0
- package/dist/chunks/{calendar-preferences-dialog-BOfryj8P.js → calendar-preferences-dialog-DIfAbE_y.js} +3 -3
- package/dist/chunks/{calendar-preferences-dialog-Rq9qiG3X.js → calendar-preferences-dialog-f0Z7Kf-U.js} +1 -1
- package/dist/chunks/{dashboard-briefing-launcher-D_P0cNQ_.js → dashboard-briefing-launcher-C3tNkGFG.js} +1 -1
- package/dist/chunks/{dashboard-briefing-launcher-DgvlOcRI.js → dashboard-briefing-launcher-anh-Jy5v.js} +4 -4
- package/dist/chunks/{dashboard-controls-JYTKRokc.js → dashboard-controls-8dCQaPaq.js} +5 -5
- package/dist/chunks/{dashboard-controls-DzVA-wWu.js → dashboard-controls-DQxlOxzy.js} +1 -1
- package/dist/chunks/{dashboard-json-D5TEri2w.js → dashboard-json-B309EInF.js} +1 -1
- package/dist/chunks/{dashboard-json-h6YMk_-l.js → dashboard-json-i7Ae9KGD.js} +3 -3
- package/dist/chunks/{edit-dashboard-visual-kfbu03n9.js → edit-dashboard-visual-4HycwBHR.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-DOtCYmDn.js → edit-dashboard-visual-z3IqzYnj.js} +4 -4
- package/dist/chunks/{index-BgESS5r7.js → index-B6DLEXRX.js} +163 -164
- package/dist/chunks/{index-Beol8cOo.js → index-yxKWKFdr.js} +4 -4
- package/dist/chunks/{switch-C8_t4Pio.js → switch-COWQU8aK.js} +1 -1
- package/dist/chunks/{switch--FHwRAOL.js → switch-D6Ygf3wA.js} +1 -1
- package/dist/chunks/{update-policy-CQLHKQ_h.js → update-policy-BzT2k4n6.js} +161 -142
- package/dist/chunks/update-policy-VloD-0YM.js +3 -0
- package/dist/chunks/{use-create-flow-overlay-state-NEs9ePDy.js → use-create-flow-overlay-state-CX0D-6HM.js} +3 -3
- package/dist/chunks/{use-create-flow-overlay-state-BEPWzqQn.js → use-create-flow-overlay-state-DENfd7sW.js} +1 -1
- package/dist/chunks/validators-BMQo93Y0.js +1 -0
- package/dist/chunks/{validators-UqQI3Cg_.js → validators-Cxr9qbrR.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/dashboard-authoring/index.cjs +3 -3
- package/dist/dashboard-authoring/index.js +28 -29
- package/dist/data-app-builder/index.cjs +1 -1
- package/dist/data-app-builder/index.js +2 -2
- package/dist/data-app-codegen/index.cjs +1 -1
- package/dist/data-app-codegen/index.js +2 -2
- package/dist/data-app-codegen-node/index.cjs +182 -122
- package/dist/data-app-codegen-node/index.js +727 -606
- package/dist/data-app-sdk/index.cjs +2 -2
- package/dist/data-app-sdk/index.js +339 -320
- package/dist/data-app-sdk-adapters/index.cjs +1 -1
- package/dist/data-app-sdk-adapters/index.js +26 -27
- package/dist/data-app-sdk-validation/index.cjs +1 -1
- package/dist/data-app-sdk-validation/index.js +17 -18
- package/dist/index.cjs +1 -1
- package/dist/index.js +7 -7
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/analytics-protocol.d.ts +9 -0
- package/dist/types/dashboard-assistant.d.ts +2 -0
- package/dist/types/data-app-codegen-node.d.ts +2 -1
- package/dist/types/data-app-codegen.d.ts +2 -1
- package/dist/types/data-app-sdk-validation.d.ts +2 -0
- package/dist/types/data-app-sdk.d.ts +9 -0
- package/package.json +1 -1
- package/dist/chunks/analyze-result-contract-B0O3oIYu.js +0 -1870
- package/dist/chunks/analyze-result-contract-CL97m8X8.js +0 -1
- package/dist/chunks/source-identity-BM2FvJDP.js +0 -1
- package/dist/chunks/source-identity-Cv4Nm3TM.js +0 -75
- package/dist/chunks/update-policy-B50M0Jeg.js +0 -3
- package/dist/chunks/validators-JzI7olk4.js +0 -1
|
@@ -788,6 +788,10 @@ export declare type SemaphorDataAppTrace = {
|
|
|
788
788
|
rowCount?: number;
|
|
789
789
|
columnCount?: number;
|
|
790
790
|
cacheStatus?: 'hit' | 'miss' | 'unknown';
|
|
791
|
+
metricCoverage?: {
|
|
792
|
+
populatedMetricKeys?: string[];
|
|
793
|
+
missingMeasures?: string[];
|
|
794
|
+
};
|
|
791
795
|
executionResult?: SemaphorAnalyticsExecutionResult;
|
|
792
796
|
errorMessage?: string;
|
|
793
797
|
};
|
|
@@ -1294,9 +1298,12 @@ export declare function semaphorMetricMeasureBindingKey(field: SemaphorFieldRef)
|
|
|
1294
1298
|
|
|
1295
1299
|
export declare type SemaphorMetricPayload = {
|
|
1296
1300
|
value: number | string | null;
|
|
1301
|
+
primaryValue: number | string | null;
|
|
1297
1302
|
measures?: Record<string, number | string | null>;
|
|
1298
1303
|
measureBindings?: Record<string, string>;
|
|
1304
|
+
missingMeasures?: string[];
|
|
1299
1305
|
comparisonValue?: number | string | null;
|
|
1306
|
+
comparisonKind?: NonNullable<SemaphorMetricIntent['comparison']>['kind'];
|
|
1300
1307
|
delta?: number | null;
|
|
1301
1308
|
deltaPercent?: number | null;
|
|
1302
1309
|
records?: Array<Record<string, unknown>>;
|
|
@@ -1331,6 +1338,8 @@ export declare type SemaphorMetricQuerySpec = SemaphorQuerySourceSpec & Semaphor
|
|
|
1331
1338
|
declare type SemaphorMetricResult = SemaphorAnalyticsResultBase & {
|
|
1332
1339
|
kind: 'metric';
|
|
1333
1340
|
value: number | string | null;
|
|
1341
|
+
primaryValue: number | string | null;
|
|
1342
|
+
missingMeasures?: string[];
|
|
1334
1343
|
comparison?: {
|
|
1335
1344
|
kind: NonNullable<SemaphorMetricIntent['comparison']>['kind'];
|
|
1336
1345
|
value?: number | string | null;
|