@lightdash/common 0.2104.7 → 0.2104.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.
- package/dist/cjs/.tsbuildinfo +1 -0
- package/dist/cjs/authorization/index.d.ts +1 -4
- package/dist/cjs/authorization/index.d.ts.map +1 -1
- package/dist/cjs/authorization/index.js +0 -4
- package/dist/cjs/authorization/index.js.map +1 -1
- package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +8 -8
- package/dist/cjs/ee/AiAgent/index.d.ts +2 -2
- package/dist/cjs/ee/AiAgent/schemas/parser.d.ts +24 -24
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +96 -96
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +48 -48
- package/dist/cjs/ee/AiAgent/utils.d.ts +8 -8
- package/dist/cjs/index.d.ts +23 -449
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +21 -55
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/pivot/index.d.ts +1 -0
- package/dist/cjs/pivot/index.d.ts.map +1 -1
- package/dist/cjs/pivot/index.js +1 -0
- package/dist/cjs/pivot/index.js.map +1 -1
- package/dist/cjs/pivot/pivotConfig.d.ts +7 -0
- package/dist/cjs/pivot/pivotConfig.d.ts.map +1 -0
- package/dist/cjs/pivot/pivotConfig.js +32 -0
- package/dist/cjs/pivot/pivotConfig.js.map +1 -0
- package/dist/cjs/types/api.d.ts +447 -0
- package/dist/cjs/types/api.d.ts.map +1 -1
- package/dist/cjs/types/api.js +50 -1
- package/dist/cjs/types/api.js.map +1 -1
- package/dist/cjs/types/auth.d.ts +2 -1
- package/dist/cjs/types/auth.d.ts.map +1 -1
- package/dist/cjs/types/auth.js +4 -4
- package/dist/cjs/types/auth.js.map +1 -1
- package/dist/cjs/types/changeset.d.ts +10 -10
- package/dist/cjs/types/pivot.d.ts +0 -2
- package/dist/cjs/types/pivot.d.ts.map +1 -1
- package/dist/cjs/types/pivot.js +0 -29
- package/dist/cjs/types/pivot.js.map +1 -1
- package/dist/cjs/types/resourceViewItem.d.ts +1 -1
- package/dist/esm/.tsbuildinfo +1 -0
- package/dist/esm/authorization/index.d.ts +1 -4
- package/dist/esm/authorization/index.d.ts.map +1 -1
- package/dist/esm/authorization/index.js +0 -4
- package/dist/esm/authorization/index.js.map +1 -1
- package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +8 -8
- package/dist/esm/ee/AiAgent/index.d.ts +2 -2
- package/dist/esm/ee/AiAgent/schemas/parser.d.ts +24 -24
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +96 -96
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +48 -48
- package/dist/esm/ee/AiAgent/utils.d.ts +8 -8
- package/dist/esm/index.d.ts +23 -449
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +16 -50
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/pivot/index.d.ts +1 -0
- package/dist/esm/pivot/index.d.ts.map +1 -1
- package/dist/esm/pivot/index.js +1 -0
- package/dist/esm/pivot/index.js.map +1 -1
- package/dist/esm/pivot/pivotConfig.d.ts +7 -0
- package/dist/esm/pivot/pivotConfig.d.ts.map +1 -0
- package/dist/esm/pivot/pivotConfig.js +28 -0
- package/dist/esm/pivot/pivotConfig.js.map +1 -0
- package/dist/esm/types/api.d.ts +447 -0
- package/dist/esm/types/api.d.ts.map +1 -1
- package/dist/esm/types/api.js +46 -0
- package/dist/esm/types/api.js.map +1 -1
- package/dist/esm/types/auth.d.ts +2 -1
- package/dist/esm/types/auth.d.ts.map +1 -1
- package/dist/esm/types/auth.js +2 -2
- package/dist/esm/types/auth.js.map +1 -1
- package/dist/esm/types/changeset.d.ts +10 -10
- package/dist/esm/types/pivot.d.ts +0 -2
- package/dist/esm/types/pivot.d.ts.map +1 -1
- package/dist/esm/types/pivot.js +1 -27
- package/dist/esm/types/pivot.js.map +1 -1
- package/dist/esm/types/resourceViewItem.d.ts +1 -1
- package/dist/types/.tsbuildinfo +1 -0
- package/dist/types/authorization/buildAccountHelpers.js +11 -0
- package/dist/types/authorization/buildAccountHelpers.js.map +1 -0
- package/dist/types/authorization/index.d.ts +1 -4
- package/dist/types/authorization/index.d.ts.map +1 -1
- package/dist/types/authorization/index.js +62 -0
- package/dist/types/authorization/index.js.map +1 -0
- package/dist/types/authorization/index.mock.js +42 -0
- package/dist/types/authorization/index.mock.js.map +1 -0
- package/dist/types/authorization/index.test.js +220 -0
- package/dist/types/authorization/index.test.js.map +1 -0
- package/dist/types/authorization/jwtAbility.js +77 -0
- package/dist/types/authorization/jwtAbility.js.map +1 -0
- package/dist/types/authorization/jwtAbility.test.js +416 -0
- package/dist/types/authorization/jwtAbility.test.js.map +1 -0
- package/dist/types/authorization/organizationMemberAbility.js +318 -0
- package/dist/types/authorization/organizationMemberAbility.js.map +1 -0
- package/dist/types/authorization/organizationMemberAbility.mock.js +34 -0
- package/dist/types/authorization/organizationMemberAbility.mock.js.map +1 -0
- package/dist/types/authorization/organizationMemberAbility.test.js +1265 -0
- package/dist/types/authorization/organizationMemberAbility.test.js.map +1 -0
- package/dist/types/authorization/parseAccount.js +28 -0
- package/dist/types/authorization/parseAccount.js.map +1 -0
- package/dist/types/authorization/parseScopes.js +31 -0
- package/dist/types/authorization/parseScopes.js.map +1 -0
- package/dist/types/authorization/parseScopes.test.js +102 -0
- package/dist/types/authorization/parseScopes.test.js.map +1 -0
- package/dist/types/authorization/projectMemberAbility.js +239 -0
- package/dist/types/authorization/projectMemberAbility.js.map +1 -0
- package/dist/types/authorization/projectMemberAbility.mock.js +27 -0
- package/dist/types/authorization/projectMemberAbility.mock.js.map +1 -0
- package/dist/types/authorization/projectMemberAbility.test.js +1031 -0
- package/dist/types/authorization/projectMemberAbility.test.js.map +1 -0
- package/dist/types/authorization/roleToScopeMapping.js +150 -0
- package/dist/types/authorization/roleToScopeMapping.js.map +1 -0
- package/dist/types/authorization/roleToScopeMapping.test.js +561 -0
- package/dist/types/authorization/roleToScopeMapping.test.js.map +1 -0
- package/dist/types/authorization/roleToScopeMapping.testUtils.js +319 -0
- package/dist/types/authorization/roleToScopeMapping.testUtils.js.map +1 -0
- package/dist/types/authorization/roleToScopeParity.test.js +194 -0
- package/dist/types/authorization/roleToScopeParity.test.js.map +1 -0
- package/dist/types/authorization/scopeAbilityBuilder.js +57 -0
- package/dist/types/authorization/scopeAbilityBuilder.js.map +1 -0
- package/dist/types/authorization/scopeAbilityBuilder.test.js +1348 -0
- package/dist/types/authorization/scopeAbilityBuilder.test.js.map +1 -0
- package/dist/types/authorization/scopes.js +613 -0
- package/dist/types/authorization/scopes.js.map +1 -0
- package/dist/types/authorization/serviceAccountAbility.js +303 -0
- package/dist/types/authorization/serviceAccountAbility.js.map +1 -0
- package/dist/types/authorization/types.js +2 -0
- package/dist/types/authorization/types.js.map +1 -0
- package/dist/types/compiler/exploreCompiler.js +462 -0
- package/dist/types/compiler/exploreCompiler.js.map +1 -0
- package/dist/types/compiler/exploreCompiler.mock.js +2016 -0
- package/dist/types/compiler/exploreCompiler.mock.js.map +1 -0
- package/dist/types/compiler/exploreCompiler.test.js +679 -0
- package/dist/types/compiler/exploreCompiler.test.js.map +1 -0
- package/dist/types/compiler/fieldSetExpander.js +119 -0
- package/dist/types/compiler/fieldSetExpander.js.map +1 -0
- package/dist/types/compiler/fieldSetExpander.test.js +184 -0
- package/dist/types/compiler/fieldSetExpander.test.js.map +1 -0
- package/dist/types/compiler/filtersCompiler.js +337 -0
- package/dist/types/compiler/filtersCompiler.js.map +1 -0
- package/dist/types/compiler/filtersCompiler.mock.js +496 -0
- package/dist/types/compiler/filtersCompiler.mock.js.map +1 -0
- package/dist/types/compiler/filtersCompiler.test.js +570 -0
- package/dist/types/compiler/filtersCompiler.test.js.map +1 -0
- package/dist/types/compiler/lightdashProjectConfig.js +37 -0
- package/dist/types/compiler/lightdashProjectConfig.js.map +1 -0
- package/dist/types/compiler/parameters.js +75 -0
- package/dist/types/compiler/parameters.js.map +1 -0
- package/dist/types/compiler/parameters.test.js +216 -0
- package/dist/types/compiler/parameters.test.js.map +1 -0
- package/dist/types/compiler/translator.js +707 -0
- package/dist/types/compiler/translator.js.map +1 -0
- package/dist/types/compiler/translator.mock.js +1901 -0
- package/dist/types/compiler/translator.mock.js.map +1 -0
- package/dist/types/compiler/translator.test.js +323 -0
- package/dist/types/compiler/translator.test.js.map +1 -0
- package/dist/types/constants/pivot.js +7 -0
- package/dist/types/constants/pivot.js.map +1 -0
- package/dist/types/constants/sessionStorageKeys.js +6 -0
- package/dist/types/constants/sessionStorageKeys.js.map +1 -0
- package/dist/types/constants/sqlRunner.js +3 -0
- package/dist/types/constants/sqlRunner.js.map +1 -0
- package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.js +285 -0
- package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.js.map +1 -0
- package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.mock.js +224 -0
- package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.mock.js.map +1 -0
- package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.test.js +129 -0
- package/dist/types/dbt/DbtSchemaEditor/DbtSchemaEditor.test.js.map +1 -0
- package/dist/types/dbt/schemas/lightdashMetadata.json +385 -0
- package/dist/types/dbt/schemas/lightdashV10.json +72 -0
- package/dist/types/dbt/schemas/lightdashV11.json +72 -0
- package/dist/types/dbt/schemas/lightdashV12.json +63 -0
- package/dist/types/dbt/schemas/lightdashV7.json +72 -0
- package/dist/types/dbt/schemas/lightdashV8.json +76 -0
- package/dist/types/dbt/schemas/lightdashV9.json +72 -0
- package/dist/types/dbt/schemas/manifestV10.json +5545 -0
- package/dist/types/dbt/schemas/manifestV11.json +6041 -0
- package/dist/types/dbt/schemas/manifestV12.json +22567 -0
- package/dist/types/dbt/schemas/manifestV7.json +6481 -0
- package/dist/types/dbt/schemas/manifestV8.json +4358 -0
- package/dist/types/dbt/schemas/manifestV9.json +4879 -0
- package/dist/types/dbt/validation.js +67 -0
- package/dist/types/dbt/validation.js.map +1 -0
- package/dist/types/ee/AiAgent/adminTypes.js +2 -0
- package/dist/types/ee/AiAgent/adminTypes.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.js +10 -0
- package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js +60 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js +60 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js +33 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/index.js +2 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/index.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js +43 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js +98 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js +38 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js +65 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js +105 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js +34 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js +66 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js +104 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/types.js +2 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/types.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js +65 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js +5 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js +63 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +8 -8
- package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js +51 -0
- package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/index.js +6 -0
- package/dist/types/ee/AiAgent/chartConfig/web/index.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js +73 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js +91 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js +17 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js +52 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js +96 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js +15 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js +66 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js +24 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js +15 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js +11 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js +15 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/types.js +2 -0
- package/dist/types/ee/AiAgent/chartConfig/web/types.js.map +1 -0
- package/dist/types/ee/AiAgent/constants.js +2 -0
- package/dist/types/ee/AiAgent/constants.js.map +1 -0
- package/dist/types/ee/AiAgent/filterExploreByTags.js +94 -0
- package/dist/types/ee/AiAgent/filterExploreByTags.js.map +1 -0
- package/dist/types/ee/AiAgent/filterExploreByTags.test.js +634 -0
- package/dist/types/ee/AiAgent/filterExploreByTags.test.js.map +1 -0
- package/dist/types/ee/AiAgent/followUpTools.js +33 -0
- package/dist/types/ee/AiAgent/followUpTools.js.map +1 -0
- package/dist/types/ee/AiAgent/index.d.ts +2 -2
- package/dist/types/ee/AiAgent/index.js +43 -0
- package/dist/types/ee/AiAgent/index.js.map +1 -0
- package/dist/types/ee/AiAgent/requestTypes.js +2 -0
- package/dist/types/ee/AiAgent/requestTypes.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/customMetrics.js +50 -0
- package/dist/types/ee/AiAgent/schemas/customMetrics.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/fieldId.js +11 -0
- package/dist/types/ee/AiAgent/schemas/fieldId.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/filters/booleanFilters.js +29 -0
- package/dist/types/ee/AiAgent/schemas/filters/booleanFilters.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/filters/dateFilters.js +84 -0
- package/dist/types/ee/AiAgent/schemas/filters/dateFilters.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/filters/index.js +98 -0
- package/dist/types/ee/AiAgent/schemas/filters/index.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/filters/numberFilters.js +53 -0
- package/dist/types/ee/AiAgent/schemas/filters/numberFilters.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/filters/stringFilters.js +33 -0
- package/dist/types/ee/AiAgent/schemas/filters/stringFilters.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/index.js +9 -0
- package/dist/types/ee/AiAgent/schemas/index.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/outputMetadata.js +5 -0
- package/dist/types/ee/AiAgent/schemas/outputMetadata.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/parser.d.ts +24 -24
- package/dist/types/ee/AiAgent/schemas/parser.js +43 -0
- package/dist/types/ee/AiAgent/schemas/parser.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/sortField.js +14 -0
- package/dist/types/ee/AiAgent/schemas/sortField.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js +28 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentChangeFromPrevious.js +14 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentChangeFromPrevious.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js +14 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfPreviousValue.js +14 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfPreviousValue.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcRankInColumn.js +10 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcRankInColumn.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcRunningTotal.js +10 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcRunningTotal.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +105 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +168 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/toolSchemaBuilder.js +37 -0
- package/dist/types/ee/AiAgent/schemas/toolSchemaBuilder.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/index.js +16 -0
- package/dist/types/ee/AiAgent/schemas/tools/index.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.js +103 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +96 -96
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.js +50 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindChartsArgs.js +34 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindChartsArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindContentArgs.js +33 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindContentArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js +36 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.js +45 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js +34 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolImproveContextArgs.js +60 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolImproveContextArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolProposeChangeArgs.js +157 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolProposeChangeArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js +41 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +48 -48
- package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.js +151 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js +46 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.js +53 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js +58 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js +53 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/visualizationMetadata.js +9 -0
- package/dist/types/ee/AiAgent/schemas/visualizationMetadata.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/visualizations/index.js +58 -0
- package/dist/types/ee/AiAgent/schemas/visualizations/index.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/visualizations/tableViz.js +38 -0
- package/dist/types/ee/AiAgent/schemas/visualizations/tableViz.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/visualizations/timeSeriesViz.js +63 -0
- package/dist/types/ee/AiAgent/schemas/visualizations/timeSeriesViz.js.map +1 -0
- package/dist/types/ee/AiAgent/schemas/visualizations/verticalBarViz.js +68 -0
- package/dist/types/ee/AiAgent/schemas/visualizations/verticalBarViz.js.map +1 -0
- package/dist/types/ee/AiAgent/types.js +12 -0
- package/dist/types/ee/AiAgent/types.js.map +1 -0
- package/dist/types/ee/AiAgent/utils.d.ts +8 -8
- package/dist/types/ee/AiAgent/utils.js +82 -0
- package/dist/types/ee/AiAgent/utils.js.map +1 -0
- package/dist/types/ee/AiAgent/validators.js +10 -0
- package/dist/types/ee/AiAgent/validators.js.map +1 -0
- package/dist/types/ee/commercialFeatureFlags.js +10 -0
- package/dist/types/ee/commercialFeatureFlags.js.map +1 -0
- package/dist/types/ee/embed/index.js +90 -0
- package/dist/types/ee/embed/index.js.map +1 -0
- package/dist/types/ee/index.js +19 -0
- package/dist/types/ee/index.js.map +1 -0
- package/dist/types/ee/scim/errors.js +22 -0
- package/dist/types/ee/scim/errors.js.map +1 -0
- package/dist/types/ee/scim/types.js +2 -0
- package/dist/types/ee/scim/types.js.map +1 -0
- package/dist/types/ee/serviceAccounts/types.js +8 -0
- package/dist/types/ee/serviceAccounts/types.js.map +1 -0
- package/dist/types/index.d.ts +23 -449
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +652 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/index.mock.js +44 -0
- package/dist/types/index.mock.js.map +1 -0
- package/dist/types/index.test.js +123 -0
- package/dist/types/index.test.js.map +1 -0
- package/dist/types/pivot/derivePivotConfigFromChart.js +206 -0
- package/dist/types/pivot/derivePivotConfigFromChart.js.map +1 -0
- package/dist/types/pivot/derivePivotConfigFromChart.mock.js +112 -0
- package/dist/types/pivot/derivePivotConfigFromChart.mock.js.map +1 -0
- package/dist/types/pivot/derivePivotConfigFromChart.test.js +418 -0
- package/dist/types/pivot/derivePivotConfigFromChart.test.js.map +1 -0
- package/dist/types/pivot/index.d.ts +1 -0
- package/dist/types/pivot/index.d.ts.map +1 -1
- package/dist/types/pivot/index.js +5 -0
- package/dist/types/pivot/index.js.map +1 -0
- package/dist/types/pivot/pivotConfig.d.ts +7 -0
- package/dist/types/pivot/pivotConfig.d.ts.map +1 -0
- package/dist/types/pivot/pivotConfig.js +28 -0
- package/dist/types/pivot/pivotConfig.js.map +1 -0
- package/dist/types/pivot/pivotQueryResults.js +1034 -0
- package/dist/types/pivot/pivotQueryResults.js.map +1 -0
- package/dist/types/pivot/pivotQueryResults.mock.js +2412 -0
- package/dist/types/pivot/pivotQueryResults.mock.js.map +1 -0
- package/dist/types/pivot/pivotQueryResults.test.js +1222 -0
- package/dist/types/pivot/pivotQueryResults.test.js.map +1 -0
- package/dist/types/pivot/utils.js +14 -0
- package/dist/types/pivot/utils.js.map +1 -0
- package/dist/types/schemas/json/chart-as-code-1.0.json +436 -0
- package/dist/types/schemas/json/dashboard-as-code-1.0.json +349 -0
- package/dist/types/schemas/json/lightdash-dbt-2.0.json +1417 -0
- package/dist/types/schemas/json/lightdash-project-config-1.0.json +138 -0
- package/dist/types/templating/template.js +30 -0
- package/dist/types/templating/template.js.map +1 -0
- package/dist/types/templating/template.mock.js +45 -0
- package/dist/types/templating/template.mock.js.map +1 -0
- package/dist/types/templating/template.test.js +21 -0
- package/dist/types/templating/template.test.js.map +1 -0
- package/dist/types/types/SshKeyPair.js +2 -0
- package/dist/types/types/SshKeyPair.js.map +1 -0
- package/dist/types/types/account.js +2 -0
- package/dist/types/types/account.js.map +1 -0
- package/dist/types/types/analytics.js +29 -0
- package/dist/types/types/analytics.js.map +1 -0
- package/dist/types/types/any.js +2 -0
- package/dist/types/types/any.js.map +1 -0
- package/dist/types/types/api/comments.js +2 -0
- package/dist/types/types/api/comments.js.map +1 -0
- package/dist/types/types/api/email.js +2 -0
- package/dist/types/types/api/email.js.map +1 -0
- package/dist/types/types/api/errors.js +2 -0
- package/dist/types/types/api/errors.js.map +1 -0
- package/dist/types/types/api/notifications.js +5 -0
- package/dist/types/types/api/notifications.js.map +1 -0
- package/dist/types/types/api/paginatedQuery.js +3 -0
- package/dist/types/types/api/paginatedQuery.js.map +1 -0
- package/dist/types/types/api/parameters.js +2 -0
- package/dist/types/types/api/parameters.js.map +1 -0
- package/dist/types/types/api/share.js +2 -0
- package/dist/types/types/api/share.js.map +1 -0
- package/dist/types/types/api/sort.js +2 -0
- package/dist/types/types/api/sort.js.map +1 -0
- package/dist/types/types/api/spotlight.js +2 -0
- package/dist/types/types/api/spotlight.js.map +1 -0
- package/dist/types/types/api/success.js +2 -0
- package/dist/types/types/api/success.js.map +1 -0
- package/dist/types/types/api/uuid.js +2 -0
- package/dist/types/types/api/uuid.js.map +1 -0
- package/dist/types/types/api.d.ts +447 -0
- package/dist/types/types/api.d.ts.map +1 -1
- package/dist/types/types/api.js +57 -0
- package/dist/types/types/api.js.map +1 -0
- package/dist/types/types/applyDimensionOverrides.test.js +338 -0
- package/dist/types/types/applyDimensionOverrides.test.js.map +1 -0
- package/dist/types/types/auth.d.ts +2 -1
- package/dist/types/types/auth.d.ts.map +1 -1
- package/dist/types/types/auth.js +42 -0
- package/dist/types/types/auth.js.map +1 -0
- package/dist/types/types/bigQuerySSO.js +2 -0
- package/dist/types/types/bigQuerySSO.js.map +1 -0
- package/dist/types/types/catalog.js +50 -0
- package/dist/types/types/catalog.js.map +1 -0
- package/dist/types/types/changeset.d.ts +10 -10
- package/dist/types/types/changeset.js +72 -0
- package/dist/types/types/changeset.js.map +1 -0
- package/dist/types/types/coder.js +2 -0
- package/dist/types/types/coder.js.map +1 -0
- package/dist/types/types/comments.js +2 -0
- package/dist/types/types/comments.js.map +1 -0
- package/dist/types/types/conditionalFormatting.js +25 -0
- package/dist/types/types/conditionalFormatting.js.map +1 -0
- package/dist/types/types/content.js +19 -0
- package/dist/types/types/content.js.map +1 -0
- package/dist/types/types/csv.js +2 -0
- package/dist/types/types/csv.js.map +1 -0
- package/dist/types/types/dashboard.js +46 -0
- package/dist/types/types/dashboard.js.map +1 -0
- package/dist/types/types/dbt.js +262 -0
- package/dist/types/types/dbt.js.map +1 -0
- package/dist/types/types/dbtFromSchema.js +2 -0
- package/dist/types/types/dbtFromSchema.js.map +1 -0
- package/dist/types/types/deepPartial.js +7 -0
- package/dist/types/types/deepPartial.js.map +1 -0
- package/dist/types/types/downloadFile.js +9 -0
- package/dist/types/types/downloadFile.js.map +1 -0
- package/dist/types/types/email.js +2 -0
- package/dist/types/types/email.js.map +1 -0
- package/dist/types/types/errors.js +496 -0
- package/dist/types/types/errors.js.map +1 -0
- package/dist/types/types/explore.js +24 -0
- package/dist/types/types/explore.js.map +1 -0
- package/dist/types/types/featureFlags.js +62 -0
- package/dist/types/types/featureFlags.js.map +1 -0
- package/dist/types/types/field.js +473 -0
- package/dist/types/types/field.js.map +1 -0
- package/dist/types/types/field.test.js +90 -0
- package/dist/types/types/field.test.js.map +1 -0
- package/dist/types/types/fieldMatch.js +2 -0
- package/dist/types/types/fieldMatch.js.map +1 -0
- package/dist/types/types/filter.js +287 -0
- package/dist/types/types/filter.js.map +1 -0
- package/dist/types/types/filter.test.js +372 -0
- package/dist/types/types/filter.test.js.map +1 -0
- package/dist/types/types/filterGrammar.js +358 -0
- package/dist/types/types/filterGrammar.js.map +1 -0
- package/dist/types/types/filterGrammar.test.js +549 -0
- package/dist/types/types/filterGrammar.test.js.map +1 -0
- package/dist/types/types/filterGrammarConversion.js +94 -0
- package/dist/types/types/filterGrammarConversion.js.map +1 -0
- package/dist/types/types/filterGrammarConversion.test.js +260 -0
- package/dist/types/types/filterGrammarConversion.test.js.map +1 -0
- package/dist/types/types/gdrive.js +2 -0
- package/dist/types/types/gdrive.js.map +1 -0
- package/dist/types/types/gitIntegration.js +2 -0
- package/dist/types/types/gitIntegration.js.map +1 -0
- package/dist/types/types/groups.js +4 -0
- package/dist/types/types/groups.js.map +1 -0
- package/dist/types/types/job.js +67 -0
- package/dist/types/types/job.js.map +1 -0
- package/dist/types/types/knex-paginate.js +2 -0
- package/dist/types/types/knex-paginate.js.map +1 -0
- package/dist/types/types/lightdashProjectConfig.js +4 -0
- package/dist/types/types/lightdashProjectConfig.js.map +1 -0
- package/dist/types/types/metricQuery.js +20 -0
- package/dist/types/types/metricQuery.js.map +1 -0
- package/dist/types/types/metricsExplorer.js +12 -0
- package/dist/types/types/metricsExplorer.js.map +1 -0
- package/dist/types/types/notifications.js +2 -0
- package/dist/types/types/notifications.js.map +1 -0
- package/dist/types/types/oauth.js +2 -0
- package/dist/types/types/oauth.js.map +1 -0
- package/dist/types/types/openIdIdentity.js +12 -0
- package/dist/types/types/openIdIdentity.js.map +1 -0
- package/dist/types/types/organization.js +20 -0
- package/dist/types/types/organization.js.map +1 -0
- package/dist/types/types/organizationMemberProfile.js +30 -0
- package/dist/types/types/organizationMemberProfile.js.map +1 -0
- package/dist/types/types/organizationWarehouseCredentials.js +2 -0
- package/dist/types/types/organizationWarehouseCredentials.js.map +1 -0
- package/dist/types/types/paginateResults.js +2 -0
- package/dist/types/types/paginateResults.js.map +1 -0
- package/dist/types/types/parameters.js +2 -0
- package/dist/types/types/parameters.js.map +1 -0
- package/dist/types/types/personalAccessToken.js +2 -0
- package/dist/types/types/personalAccessToken.js.map +1 -0
- package/dist/types/types/pinning.js +5 -0
- package/dist/types/types/pinning.js.map +1 -0
- package/dist/types/types/pivot.d.ts +0 -2
- package/dist/types/types/pivot.d.ts.map +1 -1
- package/dist/types/types/pivot.js +2 -0
- package/dist/types/types/pivot.js.map +1 -0
- package/dist/types/types/projectGroupAccess.js +2 -0
- package/dist/types/types/projectGroupAccess.js.map +1 -0
- package/dist/types/types/projectMemberProfile.js +2 -0
- package/dist/types/types/projectMemberProfile.js.map +1 -0
- package/dist/types/types/projectMemberRole.js +30 -0
- package/dist/types/types/projectMemberRole.js.map +1 -0
- package/dist/types/types/projects.js +149 -0
- package/dist/types/types/projects.js.map +1 -0
- package/dist/types/types/promotion.js +8 -0
- package/dist/types/types/promotion.js.map +1 -0
- package/dist/types/types/queryHistory.js +8 -0
- package/dist/types/types/queryHistory.js.map +1 -0
- package/dist/types/types/rename.js +6 -0
- package/dist/types/types/rename.js.map +1 -0
- package/dist/types/types/resourceViewItem.d.ts +1 -1
- package/dist/types/types/resourceViewItem.js +103 -0
- package/dist/types/types/resourceViewItem.js.map +1 -0
- package/dist/types/types/results.js +51 -0
- package/dist/types/types/results.js.map +1 -0
- package/dist/types/types/roles.js +2 -0
- package/dist/types/types/roles.js.map +1 -0
- package/dist/types/types/savedCharts.js +225 -0
- package/dist/types/types/savedCharts.js.map +1 -0
- package/dist/types/types/scheduler.js +87 -0
- package/dist/types/types/scheduler.js.map +1 -0
- package/dist/types/types/schedulerLog.js +2 -0
- package/dist/types/types/schedulerLog.js.map +1 -0
- package/dist/types/types/schedulerTaskList.js +31 -0
- package/dist/types/types/schedulerTaskList.js.map +1 -0
- package/dist/types/types/scopes.js +14 -0
- package/dist/types/types/scopes.js.map +1 -0
- package/dist/types/types/search.js +53 -0
- package/dist/types/types/search.js.map +1 -0
- package/dist/types/types/share.js +2 -0
- package/dist/types/types/share.js.map +1 -0
- package/dist/types/types/slack.js +2 -0
- package/dist/types/types/slack.js.map +1 -0
- package/dist/types/types/slackSettings.js +2 -0
- package/dist/types/types/slackSettings.js.map +1 -0
- package/dist/types/types/space.js +7 -0
- package/dist/types/types/space.js.map +1 -0
- package/dist/types/types/spotlightTableConfig.js +17 -0
- package/dist/types/types/spotlightTableConfig.js.map +1 -0
- package/dist/types/types/sqlRunner.js +41 -0
- package/dist/types/types/sqlRunner.js.map +1 -0
- package/dist/types/types/table.js +6 -0
- package/dist/types/types/table.js.map +1 -0
- package/dist/types/types/tags.js +2 -0
- package/dist/types/types/tags.js.map +1 -0
- package/dist/types/types/timeFrames.js +42 -0
- package/dist/types/types/timeFrames.js.map +1 -0
- package/dist/types/types/timezone.js +33 -0
- package/dist/types/types/timezone.js.map +1 -0
- package/dist/types/types/user.js +23 -0
- package/dist/types/types/user.js.map +1 -0
- package/dist/types/types/userAttributes.js +2 -0
- package/dist/types/types/userAttributes.js.map +1 -0
- package/dist/types/types/userWarehouseCredentials.js +2 -0
- package/dist/types/types/userWarehouseCredentials.js.map +1 -0
- package/dist/types/types/validation.js +29 -0
- package/dist/types/types/validation.js.map +1 -0
- package/dist/types/types/warehouse.js +6 -0
- package/dist/types/types/warehouse.js.map +1 -0
- package/dist/types/types/yamlSchema.js +2 -0
- package/dist/types/types/yamlSchema.js.map +1 -0
- package/dist/types/utils/accessors.js +27 -0
- package/dist/types/utils/accessors.js.map +1 -0
- package/dist/types/utils/accessors.test.js +45 -0
- package/dist/types/utils/accessors.test.js.map +1 -0
- package/dist/types/utils/additionalMetrics.js +54 -0
- package/dist/types/utils/additionalMetrics.js.map +1 -0
- package/dist/types/utils/api.js +5 -0
- package/dist/types/utils/api.js.map +1 -0
- package/dist/types/utils/assertUnreachable.js +10 -0
- package/dist/types/utils/assertUnreachable.js.map +1 -0
- package/dist/types/utils/booleanConverter.js +27 -0
- package/dist/types/utils/booleanConverter.js.map +1 -0
- package/dist/types/utils/booleanConverter.test.js +59 -0
- package/dist/types/utils/booleanConverter.test.js.map +1 -0
- package/dist/types/utils/catalogMetricsTree.js +2 -0
- package/dist/types/utils/catalogMetricsTree.js.map +1 -0
- package/dist/types/utils/changeset.js +132 -0
- package/dist/types/utils/changeset.js.map +1 -0
- package/dist/types/utils/changeset.mock.js +146 -0
- package/dist/types/utils/changeset.mock.js.map +1 -0
- package/dist/types/utils/changeset.test.js +248 -0
- package/dist/types/utils/changeset.test.js.map +1 -0
- package/dist/types/utils/charts.js +74 -0
- package/dist/types/utils/charts.js.map +1 -0
- package/dist/types/utils/colors.js +15 -0
- package/dist/types/utils/colors.js.map +1 -0
- package/dist/types/utils/colors.test.js +85 -0
- package/dist/types/utils/colors.test.js.map +1 -0
- package/dist/types/utils/conditionalFormatting.js +436 -0
- package/dist/types/utils/conditionalFormatting.js.map +1 -0
- package/dist/types/utils/conditionalFormatting.test.js +105 -0
- package/dist/types/utils/conditionalFormatting.test.js.map +1 -0
- package/dist/types/utils/convertCustomDimensionsToYaml.js +115 -0
- package/dist/types/utils/convertCustomDimensionsToYaml.js.map +1 -0
- package/dist/types/utils/convertCustomMetricsToYaml.js +15 -0
- package/dist/types/utils/convertCustomMetricsToYaml.js.map +1 -0
- package/dist/types/utils/customDimensions.js +27 -0
- package/dist/types/utils/customDimensions.js.map +1 -0
- package/dist/types/utils/dashboard.js +35 -0
- package/dist/types/utils/dashboard.js.map +1 -0
- package/dist/types/utils/dashboard.test.js +36 -0
- package/dist/types/utils/dashboard.test.js.map +1 -0
- package/dist/types/utils/dbt.js +4 -0
- package/dist/types/utils/dbt.js.map +1 -0
- package/dist/types/utils/dbt.test.js +39 -0
- package/dist/types/utils/dbt.test.js.map +1 -0
- package/dist/types/utils/dependencyGraph.js +51 -0
- package/dist/types/utils/dependencyGraph.js.map +1 -0
- package/dist/types/utils/dependencyGraph.test.js +113 -0
- package/dist/types/utils/dependencyGraph.test.js.map +1 -0
- package/dist/types/utils/email.js +76 -0
- package/dist/types/utils/email.js.map +1 -0
- package/dist/types/utils/email.test.js +49 -0
- package/dist/types/utils/email.test.js.map +1 -0
- package/dist/types/utils/fields.js +183 -0
- package/dist/types/utils/fields.js.map +1 -0
- package/dist/types/utils/fields.mock.js +150 -0
- package/dist/types/utils/fields.mock.js.map +1 -0
- package/dist/types/utils/fields.test.js +259 -0
- package/dist/types/utils/fields.test.js.map +1 -0
- package/dist/types/utils/filters.js +763 -0
- package/dist/types/utils/filters.js.map +1 -0
- package/dist/types/utils/filters.mock.js +450 -0
- package/dist/types/utils/filters.mock.js.map +1 -0
- package/dist/types/utils/filters.test.js +360 -0
- package/dist/types/utils/filters.test.js.map +1 -0
- package/dist/types/utils/formatting.js +552 -0
- package/dist/types/utils/formatting.js.map +1 -0
- package/dist/types/utils/formatting.mock.js +28 -0
- package/dist/types/utils/formatting.mock.js.map +1 -0
- package/dist/types/utils/formatting.test.js +1047 -0
- package/dist/types/utils/formatting.test.js.map +1 -0
- package/dist/types/utils/github.js +11 -0
- package/dist/types/utils/github.js.map +1 -0
- package/dist/types/utils/i18n/abstract.js +3 -0
- package/dist/types/utils/i18n/abstract.js.map +1 -0
- package/dist/types/utils/i18n/chartAsCode.js +132 -0
- package/dist/types/utils/i18n/chartAsCode.js.map +1 -0
- package/dist/types/utils/i18n/chartAsCode.test.js +350 -0
- package/dist/types/utils/i18n/chartAsCode.test.js.map +1 -0
- package/dist/types/utils/i18n/dashboardAsCode.js +58 -0
- package/dist/types/utils/i18n/dashboardAsCode.js.map +1 -0
- package/dist/types/utils/i18n/index.js +5 -0
- package/dist/types/utils/i18n/index.js.map +1 -0
- package/dist/types/utils/i18n/merge.js +20 -0
- package/dist/types/utils/i18n/merge.js.map +1 -0
- package/dist/types/utils/i18n/types.js +2 -0
- package/dist/types/utils/i18n/types.js.map +1 -0
- package/dist/types/utils/item.js +154 -0
- package/dist/types/utils/item.js.map +1 -0
- package/dist/types/utils/loadLightdashProjectConfig.js +49 -0
- package/dist/types/utils/loadLightdashProjectConfig.js.map +1 -0
- package/dist/types/utils/loadLightdashProjectConfig.mock.js +127 -0
- package/dist/types/utils/loadLightdashProjectConfig.mock.js.map +1 -0
- package/dist/types/utils/loadLightdashProjectConfig.test.js +137 -0
- package/dist/types/utils/loadLightdashProjectConfig.test.js.map +1 -0
- package/dist/types/utils/metricsExplorer.js +365 -0
- package/dist/types/utils/metricsExplorer.js.map +1 -0
- package/dist/types/utils/oauth.js +242 -0
- package/dist/types/utils/oauth.js.map +1 -0
- package/dist/types/utils/organization.js +23 -0
- package/dist/types/utils/organization.js.map +1 -0
- package/dist/types/utils/projectMemberRole.js +85 -0
- package/dist/types/utils/projectMemberRole.js.map +1 -0
- package/dist/types/utils/projectMemberRole.test.js +36 -0
- package/dist/types/utils/projectMemberRole.test.js.map +1 -0
- package/dist/types/utils/promises.js +5 -0
- package/dist/types/utils/promises.js.map +1 -0
- package/dist/types/utils/sanitizeHtml.js +111 -0
- package/dist/types/utils/sanitizeHtml.js.map +1 -0
- package/dist/types/utils/sanitizeHtml.test.js +101 -0
- package/dist/types/utils/sanitizeHtml.test.js.map +1 -0
- package/dist/types/utils/scheduler.js +85 -0
- package/dist/types/utils/scheduler.js.map +1 -0
- package/dist/types/utils/scheduler.test.js +41 -0
- package/dist/types/utils/scheduler.test.js.map +1 -0
- package/dist/types/utils/searchParams.js +8 -0
- package/dist/types/utils/searchParams.js.map +1 -0
- package/dist/types/utils/sleep.js +6 -0
- package/dist/types/utils/sleep.js.map +1 -0
- package/dist/types/utils/slug.test.js +129 -0
- package/dist/types/utils/slug.test.js.map +1 -0
- package/dist/types/utils/slugs.js +55 -0
- package/dist/types/utils/slugs.js.map +1 -0
- package/dist/types/utils/subtotals.js +4 -0
- package/dist/types/utils/subtotals.js.map +1 -0
- package/dist/types/utils/time.js +25 -0
- package/dist/types/utils/time.js.map +1 -0
- package/dist/types/utils/timeFrames.js +529 -0
- package/dist/types/utils/timeFrames.js.map +1 -0
- package/dist/types/utils/timeFrames.test.js +50 -0
- package/dist/types/utils/timeFrames.test.js.map +1 -0
- package/dist/types/utils/virtualView.js +98 -0
- package/dist/types/utils/virtualView.js.map +1 -0
- package/dist/types/utils/warehouse.js +57 -0
- package/dist/types/utils/warehouse.js.map +1 -0
- package/dist/types/visualizations/CartesianChartDataModel.js +515 -0
- package/dist/types/visualizations/CartesianChartDataModel.js.map +1 -0
- package/dist/types/visualizations/PieChartDataModel.js +258 -0
- package/dist/types/visualizations/PieChartDataModel.js.map +1 -0
- package/dist/types/visualizations/TableDataModel.js +96 -0
- package/dist/types/visualizations/TableDataModel.js.map +1 -0
- package/dist/types/visualizations/chartTransformations.js +107 -0
- package/dist/types/visualizations/chartTransformations.js.map +1 -0
- package/dist/types/visualizations/helpers/getCartesianAxisFormatterConfig.js +142 -0
- package/dist/types/visualizations/helpers/getCartesianAxisFormatterConfig.js.map +1 -0
- package/dist/types/visualizations/types/IResultsRunner.js +2 -0
- package/dist/types/visualizations/types/IResultsRunner.js.map +1 -0
- package/dist/types/visualizations/types/index.js +78 -0
- package/dist/types/visualizations/types/index.js.map +1 -0
- package/package.json +1 -1
- package/dist/tsconfig.types.tsbuildinfo +0 -1
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { NotImplementedError } from './errors';
|
|
2
|
+
import { FilterOperator, UnitOfTime } from './filter';
|
|
3
|
+
import { parseFilters } from './filterGrammar';
|
|
4
|
+
import { convertMetricFilterToDbt } from './filterGrammarConversion';
|
|
5
|
+
describe('convertMetricFilterToDbt', () => {
|
|
6
|
+
it('should return undefined if filters are undefined', () => {
|
|
7
|
+
expect(convertMetricFilterToDbt(undefined)).toBeUndefined();
|
|
8
|
+
});
|
|
9
|
+
it('should return an empty array if filters are an empty array', () => {
|
|
10
|
+
expect(convertMetricFilterToDbt([])).toEqual([]);
|
|
11
|
+
});
|
|
12
|
+
it('should convert EQUALS filter correctly', () => {
|
|
13
|
+
const filters = [
|
|
14
|
+
{
|
|
15
|
+
target: { fieldRef: 'customers.customer_id' },
|
|
16
|
+
id: '1',
|
|
17
|
+
operator: FilterOperator.EQUALS,
|
|
18
|
+
values: ['value1'],
|
|
19
|
+
},
|
|
20
|
+
];
|
|
21
|
+
const expected = [
|
|
22
|
+
{ customer_id: 'value1' },
|
|
23
|
+
];
|
|
24
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
25
|
+
});
|
|
26
|
+
it('should convert EQUALS with multiple values correctly', () => {
|
|
27
|
+
const filters = [
|
|
28
|
+
{
|
|
29
|
+
target: { fieldRef: 'customers.customer_id' },
|
|
30
|
+
id: '1',
|
|
31
|
+
operator: FilterOperator.EQUALS,
|
|
32
|
+
values: ['value1', 'value2'],
|
|
33
|
+
},
|
|
34
|
+
];
|
|
35
|
+
const expected = [
|
|
36
|
+
{ customer_id: ['value1', 'value2'] },
|
|
37
|
+
];
|
|
38
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
39
|
+
});
|
|
40
|
+
it('should convert NOT_EQUALS filter correctly', () => {
|
|
41
|
+
const filters = [
|
|
42
|
+
{
|
|
43
|
+
target: { fieldRef: 'field2' },
|
|
44
|
+
id: '1',
|
|
45
|
+
operator: FilterOperator.NOT_EQUALS,
|
|
46
|
+
values: ['value2'],
|
|
47
|
+
},
|
|
48
|
+
];
|
|
49
|
+
const expected = [
|
|
50
|
+
{ field2: '!value2' },
|
|
51
|
+
];
|
|
52
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
53
|
+
});
|
|
54
|
+
it('should convert NULL filters correctly', () => {
|
|
55
|
+
const filters = [
|
|
56
|
+
{
|
|
57
|
+
target: { fieldRef: 'field1' },
|
|
58
|
+
id: '1',
|
|
59
|
+
operator: FilterOperator.NULL,
|
|
60
|
+
values: [],
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
target: { fieldRef: 'field2' },
|
|
64
|
+
id: '1',
|
|
65
|
+
operator: FilterOperator.NOT_NULL,
|
|
66
|
+
values: [],
|
|
67
|
+
},
|
|
68
|
+
];
|
|
69
|
+
const expected = [
|
|
70
|
+
{ field1: 'null' },
|
|
71
|
+
{ field2: '!null' },
|
|
72
|
+
];
|
|
73
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
74
|
+
});
|
|
75
|
+
it('should convert boolean filters correctly', () => {
|
|
76
|
+
const filters = [
|
|
77
|
+
{
|
|
78
|
+
target: { fieldRef: 'field2' },
|
|
79
|
+
id: '1',
|
|
80
|
+
operator: FilterOperator.EQUALS,
|
|
81
|
+
values: [false],
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
target: { fieldRef: 'field3' },
|
|
85
|
+
id: '1',
|
|
86
|
+
operator: FilterOperator.NOT_EQUALS,
|
|
87
|
+
values: [true],
|
|
88
|
+
},
|
|
89
|
+
];
|
|
90
|
+
const expected = [
|
|
91
|
+
{ field2: 'false' },
|
|
92
|
+
{ field3: '!true' },
|
|
93
|
+
];
|
|
94
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
95
|
+
});
|
|
96
|
+
it('should convert INCLUDE filters correctly', () => {
|
|
97
|
+
const filters = [
|
|
98
|
+
{
|
|
99
|
+
target: { fieldRef: 'field1' },
|
|
100
|
+
id: '1',
|
|
101
|
+
operator: FilterOperator.INCLUDE,
|
|
102
|
+
values: ['katie'],
|
|
103
|
+
},
|
|
104
|
+
];
|
|
105
|
+
const expected = [
|
|
106
|
+
{ field1: '%katie%' },
|
|
107
|
+
];
|
|
108
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
109
|
+
});
|
|
110
|
+
it('should convert STARTS_WITH and ENDS_WITH filters correctly', () => {
|
|
111
|
+
const filters = [
|
|
112
|
+
{
|
|
113
|
+
target: { fieldRef: 'field1' },
|
|
114
|
+
id: '1',
|
|
115
|
+
operator: FilterOperator.STARTS_WITH,
|
|
116
|
+
values: ['katie'],
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
target: { fieldRef: 'field2' },
|
|
120
|
+
id: '2',
|
|
121
|
+
operator: FilterOperator.ENDS_WITH,
|
|
122
|
+
values: ['katie'],
|
|
123
|
+
},
|
|
124
|
+
];
|
|
125
|
+
const expected = [
|
|
126
|
+
{ field1: 'katie%' },
|
|
127
|
+
{ field2: '%katie' },
|
|
128
|
+
];
|
|
129
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
130
|
+
});
|
|
131
|
+
it('should convert GREATER_THAN and GREATER_THAN_OR_EQUAL filters correctly', () => {
|
|
132
|
+
const filters = [
|
|
133
|
+
{
|
|
134
|
+
target: { fieldRef: 'field1' },
|
|
135
|
+
id: '1',
|
|
136
|
+
operator: FilterOperator.GREATER_THAN,
|
|
137
|
+
values: ['4'],
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
target: { fieldRef: 'field2' },
|
|
141
|
+
id: '2',
|
|
142
|
+
operator: FilterOperator.GREATER_THAN_OR_EQUAL,
|
|
143
|
+
values: ['5'],
|
|
144
|
+
},
|
|
145
|
+
];
|
|
146
|
+
const expected = [
|
|
147
|
+
{ field1: '> 4' },
|
|
148
|
+
{ field2: '>= 5' },
|
|
149
|
+
];
|
|
150
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
151
|
+
});
|
|
152
|
+
it('should convert IN_THE_NEXT and IN_THE_PAST filters correctly', () => {
|
|
153
|
+
const filters = [
|
|
154
|
+
{
|
|
155
|
+
target: { fieldRef: 'field1' },
|
|
156
|
+
id: '1',
|
|
157
|
+
operator: FilterOperator.IN_THE_NEXT,
|
|
158
|
+
values: ['14'],
|
|
159
|
+
settings: {
|
|
160
|
+
unitOfTime: UnitOfTime.days,
|
|
161
|
+
completed: false,
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
target: { fieldRef: 'field4' },
|
|
166
|
+
id: '2',
|
|
167
|
+
operator: FilterOperator.IN_THE_PAST,
|
|
168
|
+
values: [14],
|
|
169
|
+
settings: {
|
|
170
|
+
unitOfTime: UnitOfTime.months,
|
|
171
|
+
completed: false,
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
];
|
|
175
|
+
const expected = [
|
|
176
|
+
{ field1: 'inTheNext 14 days' },
|
|
177
|
+
{ field4: 'inThePast 14 months' },
|
|
178
|
+
];
|
|
179
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(expected);
|
|
180
|
+
});
|
|
181
|
+
it('should throw error on convert IN_THE_NEXT and IN_THE_PAST with completed', () => {
|
|
182
|
+
const filters = [
|
|
183
|
+
{
|
|
184
|
+
target: { fieldRef: 'field1' },
|
|
185
|
+
id: '1',
|
|
186
|
+
operator: FilterOperator.IN_THE_NEXT,
|
|
187
|
+
values: ['14'],
|
|
188
|
+
settings: {
|
|
189
|
+
unitOfTime: UnitOfTime.days,
|
|
190
|
+
completed: true,
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
];
|
|
194
|
+
expect(() => convertMetricFilterToDbt(filters)).toThrow(NotImplementedError);
|
|
195
|
+
});
|
|
196
|
+
it('should handle filters with undefined or empty values', () => {
|
|
197
|
+
const filters = [
|
|
198
|
+
{
|
|
199
|
+
target: { fieldRef: 'field3' },
|
|
200
|
+
id: '1',
|
|
201
|
+
operator: FilterOperator.EQUALS,
|
|
202
|
+
values: [],
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
target: { fieldRef: 'field4' },
|
|
206
|
+
id: '2',
|
|
207
|
+
operator: FilterOperator.EQUALS,
|
|
208
|
+
values: [undefined],
|
|
209
|
+
},
|
|
210
|
+
];
|
|
211
|
+
expect(convertMetricFilterToDbt(filters)).toEqual([]);
|
|
212
|
+
});
|
|
213
|
+
it('should throw NotImplementedError for unsupported operators', () => {
|
|
214
|
+
const filters = [
|
|
215
|
+
{
|
|
216
|
+
target: { fieldRef: 'field5' },
|
|
217
|
+
id: '1',
|
|
218
|
+
operator: FilterOperator.IN_BETWEEN,
|
|
219
|
+
values: ['value3', 'value4'],
|
|
220
|
+
},
|
|
221
|
+
];
|
|
222
|
+
expect(() => convertMetricFilterToDbt(filters)).toThrow('No function implemented to convert custom metric filter to dbt: inBetween');
|
|
223
|
+
});
|
|
224
|
+
});
|
|
225
|
+
describe('convert from filterGrammar', () => {
|
|
226
|
+
it('should return undefined if filters are undefined', () => {
|
|
227
|
+
expect(convertMetricFilterToDbt(undefined)).toBeUndefined();
|
|
228
|
+
});
|
|
229
|
+
it('should convert EQUALS filter correctly', () => {
|
|
230
|
+
const rawFilters = [{ name: 'pedram' }];
|
|
231
|
+
const filters = parseFilters(rawFilters);
|
|
232
|
+
expect(filters[0].operator).toEqual('equals');
|
|
233
|
+
expect(filters[0].values).toEqual(['pedram']);
|
|
234
|
+
expect(filters[0].target.fieldRef).toEqual('name');
|
|
235
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(rawFilters);
|
|
236
|
+
});
|
|
237
|
+
it('should convert NOT_EQUALS filter correctly', () => {
|
|
238
|
+
const rawFilters = [{ name: '!pedram' }];
|
|
239
|
+
expect(convertMetricFilterToDbt(parseFilters(rawFilters))).toEqual(rawFilters);
|
|
240
|
+
});
|
|
241
|
+
it('should convert EQUALS with multiple values correctly', () => {
|
|
242
|
+
const rawFilters = [{ customer_id: ['1', '2'] }];
|
|
243
|
+
const filters = parseFilters(rawFilters);
|
|
244
|
+
expect(filters[0].values).toEqual(['1', '2']);
|
|
245
|
+
expect(convertMetricFilterToDbt(filters)).toEqual(rawFilters);
|
|
246
|
+
});
|
|
247
|
+
it('should convert NULL filter correctly', () => {
|
|
248
|
+
const rawFilters = [{ customer_id: 'null' }];
|
|
249
|
+
expect(convertMetricFilterToDbt(parseFilters(rawFilters))).toEqual(rawFilters);
|
|
250
|
+
});
|
|
251
|
+
it('should convert IN_THE_NEXT filter correctly', () => {
|
|
252
|
+
const rawFilters = [{ timestamp: 'inTheNext 14 days' }];
|
|
253
|
+
expect(convertMetricFilterToDbt(parseFilters(rawFilters))).toEqual(rawFilters);
|
|
254
|
+
});
|
|
255
|
+
it('should convert STARTS_WITH filter correctly', () => {
|
|
256
|
+
const rawFilters = [{ name: 'katie%' }];
|
|
257
|
+
expect(convertMetricFilterToDbt(parseFilters(rawFilters))).toEqual(rawFilters);
|
|
258
|
+
});
|
|
259
|
+
});
|
|
260
|
+
//# sourceMappingURL=filterGrammarConversion.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filterGrammarConversion.test.js","sourceRoot":"","sources":["../../../src/types/filterGrammarConversion.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gdrive.js","sourceRoot":"","sources":["../../../src/types/gdrive.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitIntegration.js","sourceRoot":"","sources":["../../../src/types/gitIntegration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groups.js","sourceRoot":"","sources":["../../../src/types/groups.ts"],"names":[],"mappings":"AA8EA,MAAM,UAAU,kBAAkB,CAC9B,CAA2B;IAE3B,OAAO,OAAO,CACV,SAAS,IAAI,CAAC,IAAI,CAAC,CAAC,OAAO,IAAI,aAAa,IAAI,CAAC,IAAI,CAAC,CAAC,WAAW,CACrE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export var JobType;
|
|
2
|
+
(function (JobType) {
|
|
3
|
+
JobType["COMPILE_PROJECT"] = "COMPILE_PROJECT";
|
|
4
|
+
JobType["CREATE_PROJECT"] = "CREATE_PROJECT";
|
|
5
|
+
})(JobType || (JobType = {}));
|
|
6
|
+
export var JobStatusType;
|
|
7
|
+
(function (JobStatusType) {
|
|
8
|
+
JobStatusType["STARTED"] = "STARTED";
|
|
9
|
+
JobStatusType["DONE"] = "DONE";
|
|
10
|
+
JobStatusType["RUNNING"] = "RUNNING";
|
|
11
|
+
JobStatusType["ERROR"] = "ERROR";
|
|
12
|
+
})(JobStatusType || (JobStatusType = {}));
|
|
13
|
+
export var JobStepStatusType;
|
|
14
|
+
(function (JobStepStatusType) {
|
|
15
|
+
JobStepStatusType["DONE"] = "DONE";
|
|
16
|
+
JobStepStatusType["RUNNING"] = "RUNNING";
|
|
17
|
+
JobStepStatusType["ERROR"] = "ERROR";
|
|
18
|
+
JobStepStatusType["PENDING"] = "PENDING";
|
|
19
|
+
JobStepStatusType["SKIPPED"] = "SKIPPED";
|
|
20
|
+
})(JobStepStatusType || (JobStepStatusType = {}));
|
|
21
|
+
export var JobStepType;
|
|
22
|
+
(function (JobStepType) {
|
|
23
|
+
/* CLONING = 'CLONING',
|
|
24
|
+
INSTALLING_DEPENDENCIES = 'INSTALLING_DEPENDENCIES',
|
|
25
|
+
COMPILING_DBT = 'COMPILING_DBT',
|
|
26
|
+
GETTING_SCHEMA = 'GETTING_SCHEMA',
|
|
27
|
+
COMPILING_METRICS = 'COMPILING_METRICS', */
|
|
28
|
+
JobStepType["TESTING_ADAPTOR"] = "TESTING_ADAPTOR";
|
|
29
|
+
JobStepType["COMPILING"] = "COMPILING";
|
|
30
|
+
JobStepType["CREATING_PROJECT"] = "CREATING_PROJECT";
|
|
31
|
+
JobStepType["CACHING"] = "CACHING";
|
|
32
|
+
})(JobStepType || (JobStepType = {}));
|
|
33
|
+
export const JobLabels = {
|
|
34
|
+
/* CLONING: 'Cloning dbt project from Github',
|
|
35
|
+
INSTALLING_DEPENDENCIES: 'Installing dbt project dependencies',
|
|
36
|
+
COMPILING_DBT: 'Compiling dbt project',
|
|
37
|
+
GETTING_SCHEMA: 'Getting latest data warehouse schema',
|
|
38
|
+
COMPILING_METRICS: 'Compiling metrics & dimensions', */
|
|
39
|
+
TESTING_ADAPTOR: 'Testing adaptor',
|
|
40
|
+
COMPILING: 'Compiling',
|
|
41
|
+
CREATING_PROJECT: 'Creating project',
|
|
42
|
+
CACHING: 'Saving cache',
|
|
43
|
+
};
|
|
44
|
+
export function isCompileJob(value) {
|
|
45
|
+
return (typeof value === 'object' &&
|
|
46
|
+
value != null &&
|
|
47
|
+
'jobType' in value &&
|
|
48
|
+
value.jobType === JobType.COMPILE_PROJECT);
|
|
49
|
+
}
|
|
50
|
+
export function isCreateProjectJob(value) {
|
|
51
|
+
return (typeof value === 'object' &&
|
|
52
|
+
value != null &&
|
|
53
|
+
'jobType' in value &&
|
|
54
|
+
value.jobType === JobType.CREATE_PROJECT);
|
|
55
|
+
}
|
|
56
|
+
export function isDbtLog(value) {
|
|
57
|
+
return (typeof value === 'object' &&
|
|
58
|
+
value != null &&
|
|
59
|
+
'info' in value &&
|
|
60
|
+
typeof value.info === 'object' &&
|
|
61
|
+
typeof value.info != null &&
|
|
62
|
+
'level' in value.info &&
|
|
63
|
+
typeof value.info.level === 'string' &&
|
|
64
|
+
'msg' in value.info &&
|
|
65
|
+
typeof value.info.msg === 'string');
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=job.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../src/types/job.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAGX;AAHD,WAAY,OAAO;IACf,8CAAmC,CAAA;IACnC,4CAAiC,CAAA;AACrC,CAAC,EAHW,OAAO,KAAP,OAAO,QAGlB;AAED,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACrB,oCAAmB,CAAA;IACnB,8BAAa,CAAA;IACb,oCAAmB,CAAA;IACnB,gCAAe,CAAA;AACnB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAED,MAAM,CAAN,IAAY,iBAMX;AAND,WAAY,iBAAiB;IACzB,kCAAa,CAAA;IACb,wCAAmB,CAAA;IACnB,oCAAe,CAAA;IACf,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;AACvB,CAAC,EANW,iBAAiB,KAAjB,iBAAiB,QAM5B;AACD,MAAM,CAAN,IAAY,WAUX;AAVD,WAAY,WAAW;IACnB;;;;+CAI2C;IAC3C,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,oDAAqC,CAAA;IACrC,kCAAmB,CAAA;AACvB,CAAC,EAVW,WAAW,KAAX,WAAW,QAUtB;AAED,MAAM,CAAC,MAAM,SAAS,GAAG;IACrB;;;;2DAIuD;IACvD,eAAe,EAAE,iBAAiB;IAClC,SAAS,EAAE,WAAW;IACtB,gBAAgB,EAAE,kBAAkB;IACpC,OAAO,EAAE,cAAc;CAC1B,CAAC;AA4BF,MAAM,UAAU,YAAY,CAAC,KAAc;IACvC,OAAO,CACH,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,IAAI,IAAI;QACb,SAAS,IAAI,KAAK;QAClB,KAAK,CAAC,OAAO,KAAK,OAAO,CAAC,eAAe,CAC5C,CAAC;AACN,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,KAAc;IAC7C,OAAO,CACH,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,IAAI,IAAI;QACb,SAAS,IAAI,KAAK;QAClB,KAAK,CAAC,OAAO,KAAK,OAAO,CAAC,cAAc,CAC3C,CAAC;AACN,CAAC;AA0CD,MAAM,UAAU,QAAQ,CAAC,KAAc;IACnC,OAAO,CACH,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,IAAI,IAAI;QACb,MAAM,IAAI,KAAK;QACf,OAAQ,KAAgB,CAAC,IAAI,KAAK,QAAQ;QAC1C,OAAQ,KAAgB,CAAC,IAAI,IAAI,IAAI;QACrC,OAAO,IAAK,KAAgB,CAAC,IAAI;QACjC,OAAQ,KAAgB,CAAC,IAAI,CAAC,KAAK,KAAK,QAAQ;QAChD,KAAK,IAAK,KAAgB,CAAC,IAAI;QAC/B,OAAQ,KAAgB,CAAC,IAAI,CAAC,GAAG,KAAK,QAAQ,CACjD,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"knex-paginate.js","sourceRoot":"","sources":["../../../src/types/knex-paginate.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lightdashProjectConfig.js","sourceRoot":"","sources":["../../../src/types/lightdashProjectConfig.ts"],"names":[],"mappings":"AAkCA,MAAM,CAAC,MAAM,wBAAwB,GAAoB;IACrD,kBAAkB,EAAE,MAAM;CAC7B,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BinType, friendlyName, isCustomBinDimension, isCustomDimension, isCustomSqlDimension, } from './field';
|
|
2
|
+
export const isAdditionalMetric = (value) => value?.table &&
|
|
3
|
+
value?.name &&
|
|
4
|
+
!value?.fieldType &&
|
|
5
|
+
!isCustomDimension(value);
|
|
6
|
+
export const hasFormatOptions = (value) => !!value.formatOptions;
|
|
7
|
+
export const getCustomMetricDimensionId = (metric) => `${metric.table}_${metric.baseDimensionName}`;
|
|
8
|
+
export const getAdditionalMetricLabel = (item) => `${friendlyName(item.table)} ${item.label}`;
|
|
9
|
+
export const countCustomDimensionsInMetricQuery = (metricQuery) => ({
|
|
10
|
+
numFixedWidthBinCustomDimensions: metricQuery.customDimensions?.filter((dimension) => isCustomBinDimension(dimension) &&
|
|
11
|
+
dimension.binType === BinType.FIXED_NUMBER).length || 0,
|
|
12
|
+
numFixedBinsBinCustomDimensions: metricQuery.customDimensions?.filter((dimension) => isCustomBinDimension(dimension) &&
|
|
13
|
+
dimension.binType === BinType.FIXED_WIDTH).length || 0,
|
|
14
|
+
numCustomRangeBinCustomDimensions: metricQuery.customDimensions?.filter((dimension) => isCustomBinDimension(dimension) &&
|
|
15
|
+
dimension.binType === BinType.CUSTOM_RANGE).length || 0,
|
|
16
|
+
numCustomSqlDimensions: metricQuery.customDimensions?.filter((dimension) => isCustomSqlDimension(dimension)).length || 0,
|
|
17
|
+
});
|
|
18
|
+
export const hasCustomBinDimension = (metricQuery) => metricQuery?.customDimensions &&
|
|
19
|
+
metricQuery.customDimensions.some((dimension) => isCustomBinDimension(dimension));
|
|
20
|
+
//# sourceMappingURL=metricQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metricQuery.js","sourceRoot":"","sources":["../../../src/types/metricQuery.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,OAAO,EACP,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,oBAAoB,GAavB,MAAM,SAAS,CAAC;AAwBjB,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAAc,EAA6B,EAAE,CAC5E,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,IAAI;IACX,CAAC,KAAK,EAAE,SAAS;IACjB,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;AAE9B,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC5B,KAAc,EAC0B,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC;AAErE,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,MAAwB,EAAE,EAAE,CACnE,GAAG,MAAM,CAAC,KAAK,IAAI,MAAM,CAAC,iBAAiB,EAAE,CAAC;AAiClD,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,IAAsB,EAAE,EAAE,CAC/D,GAAG,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;AA+BhD,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAC9C,WAAwB,EAC1B,EAAE,CAAC,CAAC;IACF,gCAAgC,EAC5B,WAAW,CAAC,gBAAgB,EAAE,MAAM,CAChC,CAAC,SAAS,EAAE,EAAE,CACV,oBAAoB,CAAC,SAAS,CAAC;QAC/B,SAAS,CAAC,OAAO,KAAK,OAAO,CAAC,YAAY,CACjD,CAAC,MAAM,IAAI,CAAC;IACjB,+BAA+B,EAC3B,WAAW,CAAC,gBAAgB,EAAE,MAAM,CAChC,CAAC,SAAS,EAAE,EAAE,CACV,oBAAoB,CAAC,SAAS,CAAC;QAC/B,SAAS,CAAC,OAAO,KAAK,OAAO,CAAC,WAAW,CAChD,CAAC,MAAM,IAAI,CAAC;IACjB,iCAAiC,EAC7B,WAAW,CAAC,gBAAgB,EAAE,MAAM,CAChC,CAAC,SAAS,EAAE,EAAE,CACV,oBAAoB,CAAC,SAAS,CAAC;QAC/B,SAAS,CAAC,OAAO,KAAK,OAAO,CAAC,YAAY,CACjD,CAAC,MAAM,IAAI,CAAC;IACjB,sBAAsB,EAClB,WAAW,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC,SAAS,EAAE,EAAE,CAC/C,oBAAoB,CAAC,SAAS,CAAC,CAClC,CAAC,MAAM,IAAI,CAAC;CACpB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,WAAoC,EAAE,EAAE,CAC1E,WAAW,EAAE,gBAAgB;IAC7B,WAAW,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,CAC5C,oBAAoB,CAAC,SAAS,CAAC,CAClC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export var MetricExplorerComparison;
|
|
2
|
+
(function (MetricExplorerComparison) {
|
|
3
|
+
MetricExplorerComparison["NONE"] = "none";
|
|
4
|
+
MetricExplorerComparison["PREVIOUS_PERIOD"] = "previous_period";
|
|
5
|
+
MetricExplorerComparison["DIFFERENT_METRIC"] = "different_metric";
|
|
6
|
+
})(MetricExplorerComparison || (MetricExplorerComparison = {}));
|
|
7
|
+
export var MetricTotalComparisonType;
|
|
8
|
+
(function (MetricTotalComparisonType) {
|
|
9
|
+
MetricTotalComparisonType["NONE"] = "none";
|
|
10
|
+
MetricTotalComparisonType["PREVIOUS_PERIOD"] = "previous_period";
|
|
11
|
+
})(MetricTotalComparisonType || (MetricTotalComparisonType = {}));
|
|
12
|
+
//# sourceMappingURL=metricsExplorer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metricsExplorer.js","sourceRoot":"","sources":["../../../src/types/metricsExplorer.ts"],"names":[],"mappings":"AAGA,MAAM,CAAN,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAChC,yCAAa,CAAA;IACb,+DAAmC,CAAA;IACnC,iEAAqC,CAAA;AACzC,CAAC,EAJW,wBAAwB,KAAxB,wBAAwB,QAInC;AAqDD,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACjC,0CAAa,CAAA;IACb,gEAAmC,CAAA;AACvC,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../../src/types/notifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,IAAI,wBAAwB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauth.js","sourceRoot":"","sources":["../../../src/types/oauth.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export var OpenIdIdentityIssuerType;
|
|
2
|
+
(function (OpenIdIdentityIssuerType) {
|
|
3
|
+
OpenIdIdentityIssuerType["GOOGLE"] = "google";
|
|
4
|
+
OpenIdIdentityIssuerType["OKTA"] = "okta";
|
|
5
|
+
OpenIdIdentityIssuerType["ONELOGIN"] = "oneLogin";
|
|
6
|
+
OpenIdIdentityIssuerType["AZUREAD"] = "azuread";
|
|
7
|
+
OpenIdIdentityIssuerType["GENERIC_OIDC"] = "oidc";
|
|
8
|
+
OpenIdIdentityIssuerType["SNOWFLAKE"] = "snowflake";
|
|
9
|
+
OpenIdIdentityIssuerType["SLACK"] = "slack";
|
|
10
|
+
})(OpenIdIdentityIssuerType || (OpenIdIdentityIssuerType = {}));
|
|
11
|
+
export const isOpenIdIdentityIssuerType = (value) => Object.values(OpenIdIdentityIssuerType).includes(value);
|
|
12
|
+
//# sourceMappingURL=openIdIdentity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"openIdIdentity.js","sourceRoot":"","sources":["../../../src/types/openIdIdentity.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,wBAQX;AARD,WAAY,wBAAwB;IAChC,6CAAiB,CAAA;IACjB,yCAAa,CAAA;IACb,iDAAqB,CAAA;IACrB,+CAAmB,CAAA;IACnB,iDAAqB,CAAA;IACrB,mDAAuB,CAAA;IACvB,2CAAe,CAAA;AACnB,CAAC,EARW,wBAAwB,KAAxB,wBAAwB,QAQnC;AAED,MAAM,CAAC,MAAM,0BAA0B,GAAG,CACtC,KAAa,EACoB,EAAE,CACnC,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC,QAAQ,CAC5C,KAAiC,CACpC,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OrganizationMemberRole } from './organizationMemberProfile';
|
|
2
|
+
import { ProjectMemberRole } from './projectMemberRole';
|
|
3
|
+
export const AllowedEmailDomainsRoles = [
|
|
4
|
+
OrganizationMemberRole.EDITOR,
|
|
5
|
+
OrganizationMemberRole.INTERACTIVE_VIEWER,
|
|
6
|
+
OrganizationMemberRole.VIEWER,
|
|
7
|
+
OrganizationMemberRole.MEMBER,
|
|
8
|
+
];
|
|
9
|
+
export function isAllowedEmailDomainsRole(role) {
|
|
10
|
+
return AllowedEmailDomainsRoles.includes(role);
|
|
11
|
+
}
|
|
12
|
+
export const AllowedEmailDomainProjectRoles = [
|
|
13
|
+
ProjectMemberRole.EDITOR,
|
|
14
|
+
ProjectMemberRole.INTERACTIVE_VIEWER,
|
|
15
|
+
ProjectMemberRole.VIEWER,
|
|
16
|
+
];
|
|
17
|
+
export function isAllowedEmailDomainProjectRole(role) {
|
|
18
|
+
return AllowedEmailDomainProjectRoles.includes(role);
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=organization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organization.js","sourceRoot":"","sources":["../../../src/types/organization.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AA+FxD,MAAM,CAAC,MAAM,wBAAwB,GAAmC;IACpE,sBAAsB,CAAC,MAAM;IAC7B,sBAAsB,CAAC,kBAAkB;IACzC,sBAAsB,CAAC,MAAM;IAC7B,sBAAsB,CAAC,MAAM;CAChC,CAAC;AAEF,MAAM,UAAU,yBAAyB,CACrC,IAA4B;IAE5B,OAAO,wBAAwB,CAAC,QAAQ,CAAC,IAAe,CAAC,CAAC;AAC9D,CAAC;AAOD,MAAM,CAAC,MAAM,8BAA8B,GACvC;IACI,iBAAiB,CAAC,MAAM;IACxB,iBAAiB,CAAC,kBAAkB;IACpC,iBAAiB,CAAC,MAAM;CAC3B,CAAC;AAEN,MAAM,UAAU,+BAA+B,CAC3C,IAAgD;IAEhD,OAAQ,8BAA4C,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;AACxE,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var OrganizationMemberRole;
|
|
2
|
+
(function (OrganizationMemberRole) {
|
|
3
|
+
OrganizationMemberRole["MEMBER"] = "member";
|
|
4
|
+
OrganizationMemberRole["VIEWER"] = "viewer";
|
|
5
|
+
OrganizationMemberRole["INTERACTIVE_VIEWER"] = "interactive_viewer";
|
|
6
|
+
OrganizationMemberRole["EDITOR"] = "editor";
|
|
7
|
+
OrganizationMemberRole["DEVELOPER"] = "developer";
|
|
8
|
+
OrganizationMemberRole["ADMIN"] = "admin";
|
|
9
|
+
})(OrganizationMemberRole || (OrganizationMemberRole = {}));
|
|
10
|
+
export const isOrganizationMemberRole = (x) => Object.values(OrganizationMemberRole).includes(x);
|
|
11
|
+
export const isOrganizationMemberProfileWithGroups = (obj) => 'groups' in obj;
|
|
12
|
+
export const getRoleDescription = (role) => {
|
|
13
|
+
switch (role) {
|
|
14
|
+
case OrganizationMemberRole.MEMBER:
|
|
15
|
+
return 'No access to projects by default. Project level permissions to be set separately';
|
|
16
|
+
case OrganizationMemberRole.VIEWER:
|
|
17
|
+
return 'Has view only access to all projects';
|
|
18
|
+
case OrganizationMemberRole.INTERACTIVE_VIEWER:
|
|
19
|
+
return 'Has view access to all projects and can create new projects but cannot edit existing projects';
|
|
20
|
+
case OrganizationMemberRole.EDITOR:
|
|
21
|
+
return 'Can create, edit and delete projects';
|
|
22
|
+
case OrganizationMemberRole.DEVELOPER:
|
|
23
|
+
return 'Can create, edit and delete projects';
|
|
24
|
+
case OrganizationMemberRole.ADMIN:
|
|
25
|
+
return 'Full access to entire project, manage all projects and user access';
|
|
26
|
+
default:
|
|
27
|
+
return null;
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=organizationMemberProfile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationMemberProfile.js","sourceRoot":"","sources":["../../../src/types/organizationMemberProfile.ts"],"names":[],"mappings":"AAGA,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAC9B,2CAAiB,CAAA;IACjB,2CAAiB,CAAA;IACjB,mEAAyC,CAAA;IACzC,2CAAiB,CAAA;IACjB,iDAAuB,CAAA;IACvB,yCAAe,CAAA;AACnB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAED,MAAM,CAAC,MAAM,wBAAwB,GAAG,CACpC,CAAS,EACkB,EAAE,CAC7B,MAAM,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC,QAAQ,CAAC,CAA2B,CAAC,CAAC;AA2ChF,MAAM,CAAC,MAAM,qCAAqC,GAAG,CACjD,GAAoE,EAC1B,EAAE,CAAC,QAAQ,IAAI,GAAG,CAAC;AAgBjE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,IAA4B,EAAE,EAAE;IAC/D,QAAQ,IAAI,EAAE,CAAC;QACX,KAAK,sBAAsB,CAAC,MAAM;YAC9B,OAAO,kFAAkF,CAAC;QAC9F,KAAK,sBAAsB,CAAC,MAAM;YAC9B,OAAO,sCAAsC,CAAC;QAClD,KAAK,sBAAsB,CAAC,kBAAkB;YAC1C,OAAO,+FAA+F,CAAC;QAC3G,KAAK,sBAAsB,CAAC,MAAM;YAC9B,OAAO,sCAAsC,CAAC;QAClD,KAAK,sBAAsB,CAAC,SAAS;YACjC,OAAO,sCAAsC,CAAC;QAClD,KAAK,sBAAsB,CAAC,KAAK;YAC7B,OAAO,oEAAoE,CAAC;QAChF;YACI,OAAO,IAAI,CAAC;IACpB,CAAC;AACL,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationWarehouseCredentials.js","sourceRoot":"","sources":["../../../src/types/organizationWarehouseCredentials.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paginateResults.js","sourceRoot":"","sources":["../../../src/types/paginateResults.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,yBAAyB,GAAG,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/types/parameters.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalAccessToken.js","sourceRoot":"","sources":["../../../src/types/personalAccessToken.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const isCreateChartPinnedItem = (item) => 'savedChartUuid' in item && !!item.savedChartUuid;
|
|
2
|
+
export const isDeleteChartPinnedItem = (item) => 'savedChartUuid' in item && !!item.savedChartUuid;
|
|
3
|
+
export const isCreateSpacePinnedItem = (item) => 'spaceUuid' in item && !!item.spaceUuid;
|
|
4
|
+
export const isDeleteSpacePinnedItem = (item) => 'spaceUuid' in item && !!item.spaceUuid;
|
|
5
|
+
//# sourceMappingURL=pinning.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pinning.js","sourceRoot":"","sources":["../../../src/types/pinning.ts"],"names":[],"mappings":"AAuEA,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACnC,IAAsB,EACO,EAAE,CAC/B,gBAAgB,IAAI,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AAEtD,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACnC,IAAsB,EACO,EAAE,CAC/B,gBAAgB,IAAI,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AAEtD,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACnC,IAAsB,EACO,EAAE,CAAC,WAAW,IAAI,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;AAE5E,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACnC,IAAsB,EACO,EAAE,CAAC,WAAW,IAAI,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { PivotIndexColum } from '../visualizations/types';
|
|
2
2
|
import { type FieldType } from './field';
|
|
3
3
|
import { type ResultRow, type ResultValue } from './results';
|
|
4
|
-
import { type CreateSavedChartVersion } from './savedCharts';
|
|
5
4
|
import type { GroupByColumn, SortBy, ValuesColumn } from './sqlRunner';
|
|
6
5
|
export type PivotConfig = {
|
|
7
6
|
pivotDimensions: string[];
|
|
@@ -69,6 +68,5 @@ export type PivotData = {
|
|
|
69
68
|
};
|
|
70
69
|
groupedSubtotals?: Record<string, Record<string, number>[]>;
|
|
71
70
|
};
|
|
72
|
-
export declare const getPivotConfig: (savedChart: Pick<CreateSavedChartVersion, "chartConfig" | "pivotConfig" | "tableConfig">) => PivotConfig | undefined;
|
|
73
71
|
export {};
|
|
74
72
|
//# sourceMappingURL=pivot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pivot.d.ts","sourceRoot":"","sources":["../../../src/types/pivot.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"pivot.d.ts","sourceRoot":"","sources":["../../../src/types/pivot.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pivot.js","sourceRoot":"","sources":["../../../src/types/pivot.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectGroupAccess.js","sourceRoot":"","sources":["../../../src/types/projectGroupAccess.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectMemberProfile.js","sourceRoot":"","sources":["../../../src/types/projectMemberProfile.ts"],"names":[],"mappings":""}
|