@lightdash/cli 0.1465.0 → 0.1466.0

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE CHANGED
@@ -1,6 +1,10 @@
1
- MIT License
1
+ Copyright (c) 2021-present Telescope Technology Limited (trading as “Lightdash”)
2
2
 
3
- Copyright (c) 2021 Telescope Technologies Inc.
3
+ Portions of this software are licensed as follows:
4
+
5
+ * All content that resides under the "packages/backend/src/ee" directory of this repository, if that directory exists, is licensed under the license defined in "packages/backend/src/ee/LICENSE".
6
+ * All third party components incorporated into the Lightdash Software are licensed under the original license provided by the owner of the applicable component.
7
+ * Content outside of the above mentioned directories or restrictions above is available under the "MIT" license as defined below.
4
8
 
5
9
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
10
  of this software and associated documentation files (the "Software"), to deal
@@ -17,14 +17,17 @@ export declare const lightdashApi: <T extends string | boolean | unknown[] | imp
17
17
  selectedTabs?: string[] | undefined;
18
18
  } & {
19
19
  targets: (import("@lightdash/common").SchedulerSlackTarget | import("@lightdash/common").SchedulerEmailTarget)[];
20
- }) | import("@lightdash/common").SchedulerAndTargets[] | import("@lightdash/common").FieldValueSearchResult<unknown> | import("@lightdash/common").ApiDownloadCsv | import("@lightdash/common").AllowedEmailDomains | import("@lightdash/common").UpdateAllowedEmailDomains | import("@lightdash/common").UserAllowedOrganization[] | import("@lightdash/common").EmailStatusExpiring | import("@lightdash/common").ApiScheduledDownloadCsv | import("@lightdash/common").PinnedItems | import("@lightdash/common").ViewStatistics | import("@lightdash/common").SchedulerWithLogs | import("@lightdash/common").ValidationResponse[] | import("@lightdash/common").ChartHistory | import("@lightdash/common").ChartVersion | import("@lightdash/common").GitRepo[] | import("@lightdash/common").PullRequestCreated | import("@lightdash/common").GitIntegrationConfiguration | import("@lightdash/common").UserWarehouseCredentials | {
20
+ }) | import("@lightdash/common").SchedulerAndTargets[] | import("@lightdash/common").FieldValueSearchResult<unknown> | import("@lightdash/common").ApiDownloadCsv | import("@lightdash/common").AllowedEmailDomains | import("@lightdash/common").UpdateAllowedEmailDomains | import("@lightdash/common").UserAllowedOrganization[] | import("@lightdash/common").EmailStatusExpiring | import("@lightdash/common").ApiScheduledDownloadCsv | import("@lightdash/common").PinnedItems | import("@lightdash/common").ViewStatistics | import("@lightdash/common").SchedulerWithLogs | import("@lightdash/common").ValidationResponse[] | import("@lightdash/common").ChartHistory | import("@lightdash/common").ChartVersion | import("@lightdash/common").EmbedUrl | import("@lightdash/common").DecodedEmbed | import("@lightdash/common").GitRepo[] | import("@lightdash/common").PullRequestCreated | import("@lightdash/common").GitIntegrationConfiguration | import("@lightdash/common").UserWarehouseCredentials | {
21
21
  status: import("@lightdash/common").SchedulerJobStatus;
22
22
  details: Record<string, any> | null;
23
23
  } | {
24
24
  jobId: string;
25
25
  } | Pick<import("@lightdash/common").SshKeyPair, "publicKey"> | import("@lightdash/common").MostPopularAndRecentlyUpdated | Record<string, number> | Record<string, import("@lightdash/common").DbtExposure> | {
26
26
  [dashboardTileUuid: string]: import("@lightdash/common").Comment[];
27
- } | import("@lightdash/common").ApiResolveComment | import("@lightdash/common").ApiSuccessEmpty | import("@lightdash/common").ApiCreateProjectResults | import("@lightdash/common").DashboardSummary | import("@lightdash/common").CatalogMetadata | import("@lightdash/common").CatalogAnalytics | import("@lightdash/common").PromotionChanges | import("@lightdash/common").WarehouseTableSchema | import("@lightdash/common").TogglePinnedItemInfo | import("@lightdash/common").KnexPaginatedData<import("@lightdash/common").OrganizationMemberProfile[]> | import("@lightdash/common").SqlChart | {
27
+ } | import("@lightdash/common").ApiResolveComment | import("@lightdash/common").ApiSuccessEmpty | import("@lightdash/common").ApiCreateProjectResults | import("@lightdash/common").DashboardSummary | import("@lightdash/common").CatalogMetadata | import("@lightdash/common").CatalogAnalytics | import("@lightdash/common").AiConversation[] | import("@lightdash/common").AiConversationMessage[] | {
28
+ prompt: import("@lightdash/common").AiWebAppPrompt;
29
+ rows: Record<string, any>[] | undefined;
30
+ } | import("@lightdash/common").PromotionChanges | import("@lightdash/common").WarehouseTableSchema | import("@lightdash/common").TogglePinnedItemInfo | import("@lightdash/common").KnexPaginatedData<import("@lightdash/common").OrganizationMemberProfile[]> | import("@lightdash/common").SqlChart | {
28
31
  savedSqlUuid: string;
29
32
  slug: string;
30
33
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/cli",
3
- "version": "0.1465.0",
3
+ "version": "0.1466.0",
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.1465.0",
34
- "@lightdash/warehouses": "0.1465.0"
33
+ "@lightdash/common": "0.1466.0",
34
+ "@lightdash/warehouses": "0.1466.0"
35
35
  },
36
36
  "description": "Lightdash CLI tool",
37
37
  "devDependencies": {