@lightdash/cli 0.1460.0 → 0.1460.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ type LightdashApiProps = {
4
4
  url: string;
5
5
  body: BodyInit | undefined;
6
6
  };
7
- export declare const lightdashApi: <T extends string | boolean | unknown[] | import("@lightdash/common").ApiQueryResults | import("@lightdash/common").ApiSqlQueryResults | import("@lightdash/common").ApiExploresResults | import("@lightdash/common").Explore | import("@lightdash/common").ApiRefreshResults | import("@lightdash/common").HealthState | import("@lightdash/common").Organization | import("@lightdash/common").LightdashUser | import("@lightdash/common").LoginOptions | import("@lightdash/common").SavedChart | import("@lightdash/common").SavedChart[] | import("@lightdash/common").Space[] | import("@lightdash/common").InviteLink | import("@lightdash/common").OrganizationProject[] | import("@lightdash/common").Project | import("@lightdash/common").SnowflakeCredentials | import("@lightdash/common").RedshiftCredentials | import("@lightdash/common").PostgresCredentials | import("@lightdash/common").BigqueryCredentials | import("@lightdash/common").DatabricksCredentials | import("@lightdash/common").TrinoCredentials | import("@lightdash/common").OrganizationMemberProfile[] | import("@lightdash/common").ProjectCatalog | import("@lightdash/common").TablesConfiguration | import("@lightdash/common").Dashboard | import("@lightdash/common").DashboardBasicDetails[] | import("@lightdash/common").OnboardingStatus | import("@lightdash/common").Dashboard[] | import("@lightdash/common").DeleteOpenIdentity | import("@lightdash/common").ApiFlashResults | Record<import("@lightdash/common").OpenIdIdentityIssuerType, import("@lightdash/common").OpenIdIdentitySummary[]> | import("@lightdash/common").FilterableField[] | import("@lightdash/common").DashboardAvailableFilters | import("@lightdash/common").ApiJobStartedResults | import("@lightdash/common").ApiCreateUserTokenResults | import("@lightdash/common").PersonalAccessToken | import("@lightdash/common").CreatePersonalAccessToken | import("@lightdash/common").ProjectMemberProfile[] | import("@lightdash/common").ProjectGroupAccess | import("@lightdash/common").SearchResults | import("@lightdash/common").Space | import("@lightdash/common").ShareUrl | import("@lightdash/common").SlackSettings | import("@lightdash/common").SlackChannel[] | import("@lightdash/common").UserActivity | (import("@lightdash/common").SchedulerBase & {
7
+ export declare const lightdashApi: <T extends string | boolean | unknown[] | import("@lightdash/common").ApiQueryResults | import("@lightdash/common").ApiSqlQueryResults | import("@lightdash/common").ApiExploresResults | import("@lightdash/common").ApiExploreResults | import("@lightdash/common").ApiRefreshResults | import("@lightdash/common").HealthState | import("@lightdash/common").Organization | import("@lightdash/common").LightdashUser | import("@lightdash/common").LoginOptions | import("@lightdash/common").SavedChart | import("@lightdash/common").SavedChart[] | import("@lightdash/common").Space[] | import("@lightdash/common").InviteLink | import("@lightdash/common").OrganizationProject[] | import("@lightdash/common").Project | import("@lightdash/common").SnowflakeCredentials | import("@lightdash/common").RedshiftCredentials | import("@lightdash/common").PostgresCredentials | import("@lightdash/common").BigqueryCredentials | import("@lightdash/common").DatabricksCredentials | import("@lightdash/common").TrinoCredentials | import("@lightdash/common").OrganizationMemberProfile[] | import("@lightdash/common").ProjectCatalog | import("@lightdash/common").TablesConfiguration | import("@lightdash/common").Dashboard | import("@lightdash/common").DashboardBasicDetails[] | import("@lightdash/common").OnboardingStatus | import("@lightdash/common").Dashboard[] | import("@lightdash/common").DeleteOpenIdentity | import("@lightdash/common").ApiFlashResults | Record<import("@lightdash/common").OpenIdIdentityIssuerType, import("@lightdash/common").OpenIdIdentitySummary[]> | import("@lightdash/common").FilterableField[] | import("@lightdash/common").DashboardAvailableFilters | import("@lightdash/common").ApiJobStartedResults | import("@lightdash/common").ApiCreateUserTokenResults | import("@lightdash/common").PersonalAccessToken | import("@lightdash/common").CreatePersonalAccessToken | import("@lightdash/common").ProjectMemberProfile[] | import("@lightdash/common").ProjectGroupAccess | import("@lightdash/common").SearchResults | import("@lightdash/common").Space | import("@lightdash/common").ShareUrl | import("@lightdash/common").SlackSettings | import("@lightdash/common").SlackChannel[] | import("@lightdash/common").UserActivity | (import("@lightdash/common").SchedulerBase & {
8
8
  savedChartUuid: string;
9
9
  dashboardUuid: null;
10
10
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/cli",
3
- "version": "0.1460.0",
3
+ "version": "0.1460.1",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "lightdash": "dist/index.js"
@@ -30,8 +30,8 @@
30
30
  "parse-node-version": "^2.0.0",
31
31
  "unique-names-generator": "^4.7.1",
32
32
  "uuid": "^11.0.3",
33
- "@lightdash/common": "0.1460.0",
34
- "@lightdash/warehouses": "0.1460.0"
33
+ "@lightdash/common": "0.1460.1",
34
+ "@lightdash/warehouses": "0.1460.1"
35
35
  },
36
36
  "description": "Lightdash CLI tool",
37
37
  "devDependencies": {