semaphor 0.0.85 → 0.0.86

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.
@@ -284,7 +284,6 @@ export declare type TCard = {
284
284
  type: TChartType;
285
285
  sql?: string;
286
286
  python?: string;
287
- data?: any[];
288
287
  cfg?: any;
289
288
  customCfg?: any;
290
289
  preferences?: TCardPreferences;
@@ -433,6 +432,7 @@ declare type TFilter = {
433
432
  uiType?: 'radio' | 'dropdown';
434
433
  sheetId?: string;
435
434
  location?: FilterLocation;
435
+ hide?: boolean;
436
436
  id: string;
437
437
  connectionId: string;
438
438
  title: string;
@@ -276,7 +276,6 @@ export declare type TCard = {
276
276
  type: TChartType;
277
277
  sql?: string;
278
278
  python?: string;
279
- data?: any[];
280
279
  cfg?: any;
281
280
  customCfg?: any;
282
281
  preferences?: TCardPreferences;
@@ -425,6 +424,7 @@ declare type TFilter = {
425
424
  uiType?: 'radio' | 'dropdown';
426
425
  sheetId?: string;
427
426
  location?: FilterLocation;
427
+ hide?: boolean;
428
428
  id: string;
429
429
  connectionId: string;
430
430
  title: string;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.85",
8
+ "version": "0.0.86",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",