@vizzly/api-client 0.0.57 → 0.0.58

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.
@@ -8,6 +8,11 @@ export type DashboardFromAPI = {
8
8
  parent_dashboard_id: string | null;
9
9
  updated_at: string;
10
10
  webhook_id: string | null;
11
+ latest_dashboard_snapshot_id: null | string;
12
+ recent_snapshots: null | Array<{
13
+ id: string;
14
+ inserted_at: string;
15
+ }>;
11
16
  };
12
17
  export type Dashboard = DashboardFromAPI & {
13
18
  /**
package/dist/types.d.ts CHANGED
@@ -518,6 +518,7 @@ export declare namespace DataOptimiser {
518
518
  plannedOutcome: any;
519
519
  };
520
520
  }> = {
521
+ consolidatedStatus: ActionResultStatus;
521
522
  dataConnections: {
522
523
  dataTeamSnowflake: boolean | null;
523
524
  gtiCommonSnowflake: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",