@vizzly/services 0.14.4-dev-de517f23613470b51d1d0fe6e7276512ed255828 → 0.14.4-dev-76dbbd1144648be33e412a895df6104b025a277c

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.
@@ -11,7 +11,7 @@ import { DataSet } from '../DataSet/types';
11
11
  export declare type getNumberFormatter = (formatterId: string | undefined | null) => (number: number) => string;
12
12
  export declare type FormatType = string | null;
13
13
  export declare type ApproxAxisLabelCount = 'auto' | number;
14
- export declare type ComponentType = 'areaChart' | 'barChart' | 'basicTable' | 'bubbleChart' | 'bubbleChartV2' | 'comboChart' | 'custom' | 'dataTable' | 'funnelChart' | 'horizontalBarChart' | 'lineChart' | 'areaChartV2' | 'lineChartV2' | 'barChartV2' | 'comboChartV2' | 'mercatorMap' | 'pieChart' | 'sunburstChart' | 'progress' | 'richText' | 'scatterChart' | 'singleStat' | 'waterfallChart' | 'radarChart';
14
+ export declare type ComponentType = 'areaChart' | 'areaChartV2' | 'barChart' | 'barChartV2' | 'basicTable' | 'bubbleChart' | 'bubbleChartV2' | 'comboChart' | 'comboChartV2' | 'custom' | 'dataTable' | 'funnelChart' | 'horizontalBarChart' | 'lineChart' | 'lineChartV2' | 'mercatorMap' | 'pieChart' | 'progress' | 'radarChart' | 'richText' | 'scatterChart' | 'singleStat' | 'sunburstChart' | 'waterfallChart';
15
15
  export declare const componentTypes: string[];
16
16
  export declare namespace Component {
17
17
  export type LineCurve = 'natural' | 'straight' | 'step' | 'stepBefore' | 'stepAfter' | 'dotted';
package/package.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "fix-type-alias": "tsc-alias -p tsconfig.json",
27
27
  "prepare": "yarn build"
28
28
  },
29
- "version": "0.14.4-dev-de517f23613470b51d1d0fe6e7276512ed255828",
29
+ "version": "0.14.4-dev-76dbbd1144648be33e412a895df6104b025a277c",
30
30
  "dependencies": {
31
31
  "@vizzly/api-client": "0.0.57",
32
32
  "@vizzly/joi": "^17.11.0",