@gooddata/api-client-tiger 10.43.0-alpha.2 → 10.43.0-alpha.3

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.
@@ -10718,7 +10718,7 @@ export declare const AutomationOrganizationViewControllerApiAxiosParamCreator: (
10718
10718
  *
10719
10719
  * @summary Get all Automations across all Workspaces
10720
10720
  * @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
10721
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
10721
+ * @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
10722
10722
  * @param {number} [page] Zero-based page index (0..N)
10723
10723
  * @param {number} [size] The size of the page to be returned
10724
10724
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -10726,7 +10726,7 @@ export declare const AutomationOrganizationViewControllerApiAxiosParamCreator: (
10726
10726
  * @param {*} [options] Override http request option.
10727
10727
  * @throws {RequiredError}
10728
10728
  */
10729
- getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
10729
+ getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
10730
10730
  };
10731
10731
 
10732
10732
  /**
@@ -10753,7 +10753,7 @@ export declare const AutomationOrganizationViewControllerApiFp: (configuration?:
10753
10753
  *
10754
10754
  * @summary Get all Automations across all Workspaces
10755
10755
  * @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
10756
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
10756
+ * @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
10757
10757
  * @param {number} [page] Zero-based page index (0..N)
10758
10758
  * @param {number} [size] The size of the page to be returned
10759
10759
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -10761,7 +10761,7 @@ export declare const AutomationOrganizationViewControllerApiFp: (configuration?:
10761
10761
  * @param {*} [options] Override http request option.
10762
10762
  * @throws {RequiredError}
10763
10763
  */
10764
- getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
10764
+ getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
10765
10765
  };
10766
10766
 
10767
10767
  /**
@@ -10778,10 +10778,10 @@ export declare interface AutomationOrganizationViewControllerApiGetAllAutomation
10778
10778
  readonly filter?: string;
10779
10779
  /**
10780
10780
  * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
10781
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
10781
+ * @type {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
10782
10782
  * @memberof AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomations
10783
10783
  */
10784
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
10784
+ readonly include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
10785
10785
  /**
10786
10786
  * Zero-based page index (0..N)
10787
10787
  * @type {number}
@@ -11416,7 +11416,7 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: MetadataC
11416
11416
  *
11417
11417
  * @summary Get all Automations across all Workspaces
11418
11418
  * @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
11419
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
11419
+ * @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
11420
11420
  * @param {number} [page] Zero-based page index (0..N)
11421
11421
  * @param {number} [size] The size of the page to be returned
11422
11422
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -11424,7 +11424,7 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: MetadataC
11424
11424
  * @param {*} [options] Override http request option.
11425
11425
  * @throws {RequiredError}
11426
11426
  */
11427
- getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
11427
+ getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
11428
11428
  /**
11429
11429
  *
11430
11430
  * @summary Get all Automations
@@ -11862,7 +11862,7 @@ export declare const AutomationsApiFp: (configuration?: MetadataConfiguration) =
11862
11862
  *
11863
11863
  * @summary Get all Automations across all Workspaces
11864
11864
  * @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
11865
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
11865
+ * @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
11866
11866
  * @param {number} [page] Zero-based page index (0..N)
11867
11867
  * @param {number} [size] The size of the page to be returned
11868
11868
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -11870,7 +11870,7 @@ export declare const AutomationsApiFp: (configuration?: MetadataConfiguration) =
11870
11870
  * @param {*} [options] Override http request option.
11871
11871
  * @throws {RequiredError}
11872
11872
  */
11873
- getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
11873
+ getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
11874
11874
  /**
11875
11875
  *
11876
11876
  * @summary Get all Automations
@@ -12025,10 +12025,10 @@ export declare interface AutomationsApiGetAllAutomationsWorkspaceAutomationsRequ
12025
12025
  readonly filter?: string;
12026
12026
  /**
12027
12027
  * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
12028
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
12028
+ * @type {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
12029
12029
  * @memberof AutomationsApiGetAllAutomationsWorkspaceAutomations
12030
12030
  */
12031
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
12031
+ readonly include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
12032
12032
  /**
12033
12033
  * Zero-based page index (0..N)
12034
12034
  * @type {number}
@@ -23824,7 +23824,7 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: MetadataConf
23824
23824
  *
23825
23825
  * @summary Get all Automations across all Workspaces
23826
23826
  * @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
23827
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
23827
+ * @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
23828
23828
  * @param {number} [page] Zero-based page index (0..N)
23829
23829
  * @param {number} [size] The size of the page to be returned
23830
23830
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -23832,7 +23832,7 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: MetadataConf
23832
23832
  * @param {*} [options] Override http request option.
23833
23833
  * @throws {RequiredError}
23834
23834
  */
23835
- getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
23835
+ getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
23836
23836
  /**
23837
23837
  *
23838
23838
  * @param {string} workspaceId
@@ -28997,7 +28997,7 @@ export declare const EntitiesApiFp: (configuration?: MetadataConfiguration) => {
28997
28997
  *
28998
28998
  * @summary Get all Automations across all Workspaces
28999
28999
  * @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
29000
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
29000
+ * @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
29001
29001
  * @param {number} [page] Zero-based page index (0..N)
29002
29002
  * @param {number} [size] The size of the page to be returned
29003
29003
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -29005,7 +29005,7 @@ export declare const EntitiesApiFp: (configuration?: MetadataConfiguration) => {
29005
29005
  * @param {*} [options] Override http request option.
29006
29006
  * @throws {RequiredError}
29007
29007
  */
29008
- getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
29008
+ getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
29009
29009
  /**
29010
29010
  *
29011
29011
  * @param {string} workspaceId
@@ -30671,10 +30671,10 @@ export declare interface EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest
30671
30671
  readonly filter?: string;
30672
30672
  /**
30673
30673
  * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
30674
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
30674
+ * @type {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
30675
30675
  * @memberof EntitiesApiGetAllAutomationsWorkspaceAutomations
30676
30676
  */
30677
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
30677
+ readonly include?: Array<"workspaces" | "notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "workspace" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
30678
30678
  /**
30679
30679
  * Zero-based page index (0..N)
30680
30680
  * @type {number}
@@ -43507,7 +43507,7 @@ export declare interface JsonApiAggregatedFactOut {
43507
43507
  * API identifier of an object
43508
43508
  */
43509
43509
  id: string;
43510
- meta?: JsonApiVisualizationObjectOutMeta;
43510
+ meta?: JsonApiDatasetOutMeta;
43511
43511
  attributes: JsonApiAggregatedFactOutAttributes;
43512
43512
  relationships?: JsonApiAggregatedFactOutRelationships;
43513
43513
  }
@@ -43561,7 +43561,7 @@ export declare type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLink
43561
43561
  export declare interface JsonApiAggregatedFactOutList {
43562
43562
  data: Array<JsonApiAggregatedFactOutWithLinks>;
43563
43563
  links?: ListLinks;
43564
- meta?: JsonApiWorkspaceAutomationOutListMeta;
43564
+ meta?: JsonApiColorPaletteOutListMeta;
43565
43565
  /**
43566
43566
  * Included resources
43567
43567
  */
@@ -43569,7 +43569,7 @@ export declare interface JsonApiAggregatedFactOutList {
43569
43569
  }
43570
43570
 
43571
43571
  export declare interface JsonApiAggregatedFactOutRelationships {
43572
- dataset?: JsonApiAttributeOutRelationshipsDataset;
43572
+ dataset?: JsonApiFactOutRelationshipsDataset;
43573
43573
  sourceFact?: JsonApiAggregatedFactOutRelationshipsSourceFact;
43574
43574
  }
43575
43575
 
@@ -43592,7 +43592,7 @@ export declare interface JsonApiAggregatedFactOutWithLinks {
43592
43592
  * API identifier of an object
43593
43593
  */
43594
43594
  id: string;
43595
- meta?: JsonApiVisualizationObjectOutMeta;
43595
+ meta?: JsonApiDatasetOutMeta;
43596
43596
  attributes: JsonApiAggregatedFactOutAttributes;
43597
43597
  relationships?: JsonApiAggregatedFactOutRelationships;
43598
43598
  links?: ObjectLinks;
@@ -43616,18 +43616,7 @@ export declare interface JsonApiAnalyticalDashboardIn {
43616
43616
  * API identifier of an object
43617
43617
  */
43618
43618
  id: string;
43619
- attributes: JsonApiAnalyticalDashboardInAttributes;
43620
- }
43621
-
43622
- export declare interface JsonApiAnalyticalDashboardInAttributes {
43623
- title?: string;
43624
- description?: string;
43625
- tags?: Array<string>;
43626
- areRelationsValid?: boolean;
43627
- /**
43628
- * Free-form JSON content. Maximum supported length is 250000 characters.
43629
- */
43630
- content: object;
43619
+ attributes: JsonApiFilterContextOutAttributes;
43631
43620
  }
43632
43621
 
43633
43622
  export declare interface JsonApiAnalyticalDashboardInDocument {
@@ -43691,7 +43680,7 @@ export declare type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDas
43691
43680
  export declare interface JsonApiAnalyticalDashboardOutList {
43692
43681
  data: Array<JsonApiAnalyticalDashboardOutWithLinks>;
43693
43682
  links?: ListLinks;
43694
- meta?: JsonApiWorkspaceAutomationOutListMeta;
43683
+ meta?: JsonApiColorPaletteOutListMeta;
43695
43684
  /**
43696
43685
  * Included resources
43697
43686
  */
@@ -43703,7 +43692,7 @@ export declare interface JsonApiAnalyticalDashboardOutMeta {
43703
43692
  * List of valid permissions for a logged-in user.
43704
43693
  */
43705
43694
  permissions?: Array<JsonApiAnalyticalDashboardOutMetaPermissionsEnum>;
43706
- origin?: JsonApiVisualizationObjectOutMetaOrigin;
43695
+ origin?: JsonApiDatasetOutMetaOrigin;
43707
43696
  accessInfo?: JsonApiAnalyticalDashboardOutMetaAccessInfo;
43708
43697
  }
43709
43698
 
@@ -43729,7 +43718,7 @@ export declare interface JsonApiAnalyticalDashboardOutRelationships {
43729
43718
  analyticalDashboards?: JsonApiAnalyticalDashboardOutRelationshipsAnalyticalDashboards;
43730
43719
  labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
43731
43720
  metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
43732
- datasets?: JsonApiVisualizationObjectOutRelationshipsDatasets;
43721
+ datasets?: JsonApiDatasetOutRelationshipsReferences;
43733
43722
  filterContexts?: JsonApiAnalyticalDashboardOutRelationshipsFilterContexts;
43734
43723
  dashboardPlugins?: JsonApiAnalyticalDashboardOutRelationshipsDashboardPlugins;
43735
43724
  }
@@ -43837,7 +43826,7 @@ export declare interface JsonApiAnalyticalDashboardPostOptionalId {
43837
43826
  * API identifier of an object
43838
43827
  */
43839
43828
  id?: string;
43840
- attributes: JsonApiAnalyticalDashboardInAttributes;
43829
+ attributes: JsonApiFilterContextOutAttributes;
43841
43830
  }
43842
43831
 
43843
43832
  export declare interface JsonApiAnalyticalDashboardPostOptionalIdDocument {
@@ -43907,7 +43896,7 @@ export declare interface JsonApiApiTokenOutDocument {
43907
43896
  export declare interface JsonApiApiTokenOutList {
43908
43897
  data: Array<JsonApiApiTokenOutWithLinks>;
43909
43898
  links?: ListLinks;
43910
- meta?: JsonApiWorkspaceAutomationOutListMeta;
43899
+ meta?: JsonApiColorPaletteOutListMeta;
43911
43900
  }
43912
43901
 
43913
43902
  export declare const JsonApiApiTokenOutTypeEnum: {
@@ -43997,7 +43986,7 @@ export declare interface JsonApiAttributeHierarchyOut {
43997
43986
  * API identifier of an object
43998
43987
  */
43999
43988
  id: string;
44000
- meta?: JsonApiVisualizationObjectOutMeta;
43989
+ meta?: JsonApiDatasetOutMeta;
44001
43990
  attributes?: JsonApiAttributeHierarchyOutAttributes;
44002
43991
  relationships?: JsonApiAttributeHierarchyOutRelationships;
44003
43992
  }
@@ -44035,7 +44024,7 @@ export declare type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWi
44035
44024
  export declare interface JsonApiAttributeHierarchyOutList {
44036
44025
  data: Array<JsonApiAttributeHierarchyOutWithLinks>;
44037
44026
  links?: ListLinks;
44038
- meta?: JsonApiWorkspaceAutomationOutListMeta;
44027
+ meta?: JsonApiColorPaletteOutListMeta;
44039
44028
  /**
44040
44029
  * Included resources
44041
44030
  */
@@ -44045,7 +44034,7 @@ export declare interface JsonApiAttributeHierarchyOutList {
44045
44034
  export declare interface JsonApiAttributeHierarchyOutRelationships {
44046
44035
  createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
44047
44036
  modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
44048
- attributes?: JsonApiVisualizationObjectOutRelationshipsAttributes;
44037
+ attributes?: JsonApiDatasetOutRelationshipsAttributes;
44049
44038
  }
44050
44039
 
44051
44040
  export declare const JsonApiAttributeHierarchyOutTypeEnum: {
@@ -44063,7 +44052,7 @@ export declare interface JsonApiAttributeHierarchyOutWithLinks {
44063
44052
  * API identifier of an object
44064
44053
  */
44065
44054
  id: string;
44066
- meta?: JsonApiVisualizationObjectOutMeta;
44055
+ meta?: JsonApiDatasetOutMeta;
44067
44056
  attributes?: JsonApiAttributeHierarchyOutAttributes;
44068
44057
  relationships?: JsonApiAttributeHierarchyOutRelationships;
44069
44058
  links?: ObjectLinks;
@@ -44126,7 +44115,7 @@ export declare interface JsonApiAttributeOut {
44126
44115
  * API identifier of an object
44127
44116
  */
44128
44117
  id: string;
44129
- meta?: JsonApiVisualizationObjectOutMeta;
44118
+ meta?: JsonApiDatasetOutMeta;
44130
44119
  attributes?: JsonApiAttributeOutAttributes;
44131
44120
  relationships?: JsonApiAttributeOutRelationships;
44132
44121
  }
@@ -44203,7 +44192,7 @@ export declare type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWi
44203
44192
  export declare interface JsonApiAttributeOutList {
44204
44193
  data: Array<JsonApiAttributeOutWithLinks>;
44205
44194
  links?: ListLinks;
44206
- meta?: JsonApiWorkspaceAutomationOutListMeta;
44195
+ meta?: JsonApiColorPaletteOutListMeta;
44207
44196
  /**
44208
44197
  * Included resources
44209
44198
  */
@@ -44211,7 +44200,7 @@ export declare interface JsonApiAttributeOutList {
44211
44200
  }
44212
44201
 
44213
44202
  export declare interface JsonApiAttributeOutRelationships {
44214
- dataset?: JsonApiAttributeOutRelationshipsDataset;
44203
+ dataset?: JsonApiFactOutRelationshipsDataset;
44215
44204
  defaultView?: JsonApiAttributeOutRelationshipsDefaultView;
44216
44205
  labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
44217
44206
  attributeHierarchies?: JsonApiAttributeOutRelationshipsAttributeHierarchies;
@@ -44224,10 +44213,6 @@ export declare interface JsonApiAttributeOutRelationshipsAttributeHierarchies {
44224
44213
  data: Array<JsonApiAttributeHierarchyLinkage>;
44225
44214
  }
44226
44215
 
44227
- export declare interface JsonApiAttributeOutRelationshipsDataset {
44228
- data: JsonApiDatasetLinkage | null;
44229
- }
44230
-
44231
44216
  export declare interface JsonApiAttributeOutRelationshipsDefaultView {
44232
44217
  data: JsonApiLabelLinkage | null;
44233
44218
  }
@@ -44247,7 +44232,7 @@ export declare interface JsonApiAttributeOutWithLinks {
44247
44232
  * API identifier of an object
44248
44233
  */
44249
44234
  id: string;
44250
- meta?: JsonApiVisualizationObjectOutMeta;
44235
+ meta?: JsonApiDatasetOutMeta;
44251
44236
  attributes?: JsonApiAttributeOutAttributes;
44252
44237
  relationships?: JsonApiAttributeOutRelationships;
44253
44238
  links?: ObjectLinks;
@@ -44284,89 +44269,23 @@ export declare interface JsonApiAutomationInAttributes {
44284
44269
  * Additional details to be included in the automated message.
44285
44270
  */
44286
44271
  details?: object;
44287
- metadata?: JsonApiAutomationInAttributesMetadata | null;
44272
+ metadata?: JsonApiAutomationOutAttributesMetadata | null;
44288
44273
  /**
44289
44274
  * Current state of the automation.
44290
44275
  */
44291
44276
  state?: JsonApiAutomationInAttributesStateEnum;
44292
- schedule?: JsonApiAutomationInAttributesSchedule;
44293
- alert?: JsonApiAutomationInAttributesAlert;
44294
- tabularExports?: Array<JsonApiAutomationInAttributesTabularExportsInner>;
44295
- visualExports?: Array<JsonApiAutomationInAttributesVisualExportsInner>;
44296
- imageExports?: Array<JsonApiAutomationInAttributesImageExportsInner>;
44297
- rawExports?: Array<JsonApiAutomationInAttributesRawExportsInner>;
44298
- slidesExports?: Array<JsonApiAutomationInAttributesSlidesExportsInner>;
44299
- dashboardTabularExports?: Array<JsonApiAutomationInAttributesDashboardTabularExportsInner>;
44277
+ schedule?: JsonApiAutomationOutAttributesSchedule;
44278
+ alert?: JsonApiAutomationOutAttributesAlert;
44279
+ tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
44280
+ visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
44281
+ imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
44282
+ rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
44283
+ slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
44284
+ dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
44300
44285
  /**
44301
44286
  * External recipients of the automation action results.
44302
44287
  */
44303
- externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipientsInner>;
44304
- }
44305
-
44306
- export declare interface JsonApiAutomationInAttributesAlert {
44307
- execution: AlertAfm;
44308
- condition: AlertCondition;
44309
- /**
44310
- * Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met.
44311
- */
44312
- trigger?: JsonApiAutomationInAttributesAlertTriggerEnum;
44313
- }
44314
-
44315
- export declare const JsonApiAutomationInAttributesAlertTriggerEnum: {
44316
- readonly ALWAYS: "ALWAYS";
44317
- readonly ONCE: "ONCE";
44318
- };
44319
-
44320
- export declare type JsonApiAutomationInAttributesAlertTriggerEnum = (typeof JsonApiAutomationInAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationInAttributesAlertTriggerEnum];
44321
-
44322
- export declare interface JsonApiAutomationInAttributesDashboardTabularExportsInner {
44323
- requestPayload: DashboardTabularExportRequestV2;
44324
- }
44325
-
44326
- export declare interface JsonApiAutomationInAttributesExternalRecipientsInner {
44327
- /**
44328
- * E-mail address to send notifications from.
44329
- */
44330
- email: string;
44331
- }
44332
-
44333
- export declare interface JsonApiAutomationInAttributesImageExportsInner {
44334
- requestPayload: ImageExportRequest;
44335
- }
44336
-
44337
- /**
44338
- * Additional information for the automation.
44339
- */
44340
- export declare interface JsonApiAutomationInAttributesMetadata {
44341
- widget?: string;
44342
- visibleFilters?: Array<VisibleFilter>;
44343
- }
44344
-
44345
- export declare interface JsonApiAutomationInAttributesRawExportsInner {
44346
- requestPayload: RawExportAutomationRequest;
44347
- }
44348
-
44349
- export declare interface JsonApiAutomationInAttributesSchedule {
44350
- /**
44351
- * Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays.
44352
- */
44353
- cron: string;
44354
- /**
44355
- * Human-readable description of the cron expression.
44356
- */
44357
- cronDescription?: string;
44358
- /**
44359
- * Timezone in which the schedule is defined.
44360
- */
44361
- timezone: string;
44362
- /**
44363
- * Timestamp of the first scheduled action. If not provided default to the next scheduled time.
44364
- */
44365
- firstRun?: string;
44366
- }
44367
-
44368
- export declare interface JsonApiAutomationInAttributesSlidesExportsInner {
44369
- requestPayload: SlidesExportRequest;
44288
+ externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
44370
44289
  }
44371
44290
 
44372
44291
  export declare const JsonApiAutomationInAttributesStateEnum: {
@@ -44376,45 +44295,15 @@ export declare const JsonApiAutomationInAttributesStateEnum: {
44376
44295
 
44377
44296
  export declare type JsonApiAutomationInAttributesStateEnum = (typeof JsonApiAutomationInAttributesStateEnum)[keyof typeof JsonApiAutomationInAttributesStateEnum];
44378
44297
 
44379
- export declare interface JsonApiAutomationInAttributesTabularExportsInner {
44380
- requestPayload: TabularExportRequest;
44381
- }
44382
-
44383
- export declare interface JsonApiAutomationInAttributesVisualExportsInner {
44384
- requestPayload: VisualExportRequest;
44385
- }
44386
-
44387
44298
  export declare interface JsonApiAutomationInDocument {
44388
44299
  data: JsonApiAutomationIn;
44389
44300
  }
44390
44301
 
44391
44302
  export declare interface JsonApiAutomationInRelationships {
44392
- notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
44393
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
44394
- exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
44395
- recipients?: JsonApiAutomationInRelationshipsRecipients;
44396
- }
44397
-
44398
- export declare interface JsonApiAutomationInRelationshipsAnalyticalDashboard {
44399
- data: JsonApiAnalyticalDashboardLinkage | null;
44400
- }
44401
-
44402
- export declare interface JsonApiAutomationInRelationshipsExportDefinitions {
44403
- /**
44404
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
44405
- */
44406
- data: Array<JsonApiExportDefinitionLinkage>;
44407
- }
44408
-
44409
- export declare interface JsonApiAutomationInRelationshipsNotificationChannel {
44410
- data: JsonApiNotificationChannelLinkage | null;
44411
- }
44412
-
44413
- export declare interface JsonApiAutomationInRelationshipsRecipients {
44414
- /**
44415
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
44416
- */
44417
- data: Array<JsonApiUserLinkage>;
44303
+ notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
44304
+ analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
44305
+ exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
44306
+ recipients?: JsonApiAutomationOutRelationshipsRecipients;
44418
44307
  }
44419
44308
 
44420
44309
  export declare const JsonApiAutomationInTypeEnum: {
@@ -44449,7 +44338,7 @@ export declare interface JsonApiAutomationOut {
44449
44338
  * API identifier of an object
44450
44339
  */
44451
44340
  id: string;
44452
- meta?: JsonApiVisualizationObjectOutMeta;
44341
+ meta?: JsonApiDatasetOutMeta;
44453
44342
  attributes?: JsonApiAutomationOutAttributes;
44454
44343
  relationships?: JsonApiAutomationOutRelationships;
44455
44344
  }
@@ -44463,27 +44352,93 @@ export declare interface JsonApiAutomationOutAttributes {
44463
44352
  * Additional details to be included in the automated message.
44464
44353
  */
44465
44354
  details?: object;
44466
- metadata?: JsonApiAutomationInAttributesMetadata | null;
44355
+ metadata?: JsonApiAutomationOutAttributesMetadata | null;
44467
44356
  /**
44468
44357
  * Current state of the automation.
44469
44358
  */
44470
44359
  state?: JsonApiAutomationOutAttributesStateEnum;
44471
- schedule?: JsonApiAutomationInAttributesSchedule;
44472
- alert?: JsonApiAutomationInAttributesAlert;
44473
- tabularExports?: Array<JsonApiAutomationInAttributesTabularExportsInner>;
44474
- visualExports?: Array<JsonApiAutomationInAttributesVisualExportsInner>;
44475
- imageExports?: Array<JsonApiAutomationInAttributesImageExportsInner>;
44476
- rawExports?: Array<JsonApiAutomationInAttributesRawExportsInner>;
44477
- slidesExports?: Array<JsonApiAutomationInAttributesSlidesExportsInner>;
44478
- dashboardTabularExports?: Array<JsonApiAutomationInAttributesDashboardTabularExportsInner>;
44360
+ schedule?: JsonApiAutomationOutAttributesSchedule;
44361
+ alert?: JsonApiAutomationOutAttributesAlert;
44362
+ tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
44363
+ visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
44364
+ imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
44365
+ rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
44366
+ slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
44367
+ dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
44479
44368
  /**
44480
44369
  * External recipients of the automation action results.
44481
44370
  */
44482
- externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipientsInner>;
44371
+ externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
44483
44372
  createdAt?: string;
44484
44373
  modifiedAt?: string;
44485
44374
  }
44486
44375
 
44376
+ export declare interface JsonApiAutomationOutAttributesAlert {
44377
+ execution: AlertAfm;
44378
+ condition: AlertCondition;
44379
+ /**
44380
+ * Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met.
44381
+ */
44382
+ trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
44383
+ }
44384
+
44385
+ export declare const JsonApiAutomationOutAttributesAlertTriggerEnum: {
44386
+ readonly ALWAYS: "ALWAYS";
44387
+ readonly ONCE: "ONCE";
44388
+ };
44389
+
44390
+ export declare type JsonApiAutomationOutAttributesAlertTriggerEnum = (typeof JsonApiAutomationOutAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationOutAttributesAlertTriggerEnum];
44391
+
44392
+ export declare interface JsonApiAutomationOutAttributesDashboardTabularExportsInner {
44393
+ requestPayload: DashboardTabularExportRequestV2;
44394
+ }
44395
+
44396
+ export declare interface JsonApiAutomationOutAttributesExternalRecipientsInner {
44397
+ /**
44398
+ * E-mail address to send notifications from.
44399
+ */
44400
+ email: string;
44401
+ }
44402
+
44403
+ export declare interface JsonApiAutomationOutAttributesImageExportsInner {
44404
+ requestPayload: ImageExportRequest;
44405
+ }
44406
+
44407
+ /**
44408
+ * Additional information for the automation.
44409
+ */
44410
+ export declare interface JsonApiAutomationOutAttributesMetadata {
44411
+ widget?: string;
44412
+ visibleFilters?: Array<VisibleFilter>;
44413
+ }
44414
+
44415
+ export declare interface JsonApiAutomationOutAttributesRawExportsInner {
44416
+ requestPayload: RawExportAutomationRequest;
44417
+ }
44418
+
44419
+ export declare interface JsonApiAutomationOutAttributesSchedule {
44420
+ /**
44421
+ * Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays.
44422
+ */
44423
+ cron: string;
44424
+ /**
44425
+ * Human-readable description of the cron expression.
44426
+ */
44427
+ cronDescription?: string;
44428
+ /**
44429
+ * Timezone in which the schedule is defined.
44430
+ */
44431
+ timezone: string;
44432
+ /**
44433
+ * Timestamp of the first scheduled action. If not provided default to the next scheduled time.
44434
+ */
44435
+ firstRun?: string;
44436
+ }
44437
+
44438
+ export declare interface JsonApiAutomationOutAttributesSlidesExportsInner {
44439
+ requestPayload: SlidesExportRequest;
44440
+ }
44441
+
44487
44442
  export declare const JsonApiAutomationOutAttributesStateEnum: {
44488
44443
  readonly ACTIVE: "ACTIVE";
44489
44444
  readonly PAUSED: "PAUSED";
@@ -44491,6 +44446,14 @@ export declare const JsonApiAutomationOutAttributesStateEnum: {
44491
44446
 
44492
44447
  export declare type JsonApiAutomationOutAttributesStateEnum = (typeof JsonApiAutomationOutAttributesStateEnum)[keyof typeof JsonApiAutomationOutAttributesStateEnum];
44493
44448
 
44449
+ export declare interface JsonApiAutomationOutAttributesTabularExportsInner {
44450
+ requestPayload: TabularExportRequest;
44451
+ }
44452
+
44453
+ export declare interface JsonApiAutomationOutAttributesVisualExportsInner {
44454
+ requestPayload: VisualExportRequest;
44455
+ }
44456
+
44494
44457
  export declare interface JsonApiAutomationOutDocument {
44495
44458
  data: JsonApiAutomationOut;
44496
44459
  links?: ObjectLinks;
@@ -44511,7 +44474,7 @@ export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOut
44511
44474
  export declare interface JsonApiAutomationOutList {
44512
44475
  data: Array<JsonApiAutomationOutWithLinks>;
44513
44476
  links?: ListLinks;
44514
- meta?: JsonApiWorkspaceAutomationOutListMeta;
44477
+ meta?: JsonApiColorPaletteOutListMeta;
44515
44478
  /**
44516
44479
  * Included resources
44517
44480
  */
@@ -44519,12 +44482,12 @@ export declare interface JsonApiAutomationOutList {
44519
44482
  }
44520
44483
 
44521
44484
  export declare interface JsonApiAutomationOutRelationships {
44522
- notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
44523
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
44485
+ notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
44486
+ analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
44524
44487
  createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
44525
44488
  modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
44526
- exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
44527
- recipients?: JsonApiAutomationInRelationshipsRecipients;
44489
+ exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
44490
+ recipients?: JsonApiAutomationOutRelationshipsRecipients;
44528
44491
  automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
44529
44492
  }
44530
44493
 
@@ -44535,6 +44498,24 @@ export declare interface JsonApiAutomationOutRelationshipsAutomationResults {
44535
44498
  data: Array<JsonApiAutomationResultLinkage>;
44536
44499
  }
44537
44500
 
44501
+ export declare interface JsonApiAutomationOutRelationshipsExportDefinitions {
44502
+ /**
44503
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
44504
+ */
44505
+ data: Array<JsonApiExportDefinitionLinkage>;
44506
+ }
44507
+
44508
+ export declare interface JsonApiAutomationOutRelationshipsNotificationChannel {
44509
+ data: JsonApiNotificationChannelLinkage | null;
44510
+ }
44511
+
44512
+ export declare interface JsonApiAutomationOutRelationshipsRecipients {
44513
+ /**
44514
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
44515
+ */
44516
+ data: Array<JsonApiUserLinkage>;
44517
+ }
44518
+
44538
44519
  export declare const JsonApiAutomationOutTypeEnum: {
44539
44520
  readonly AUTOMATION: "automation";
44540
44521
  };
@@ -44550,7 +44531,7 @@ export declare interface JsonApiAutomationOutWithLinks {
44550
44531
  * API identifier of an object
44551
44532
  */
44552
44533
  id: string;
44553
- meta?: JsonApiVisualizationObjectOutMeta;
44534
+ meta?: JsonApiDatasetOutMeta;
44554
44535
  attributes?: JsonApiAutomationOutAttributes;
44555
44536
  relationships?: JsonApiAutomationOutRelationships;
44556
44537
  links?: ObjectLinks;
@@ -44727,7 +44708,11 @@ export declare interface JsonApiColorPaletteOutDocument {
44727
44708
  export declare interface JsonApiColorPaletteOutList {
44728
44709
  data: Array<JsonApiColorPaletteOutWithLinks>;
44729
44710
  links?: ListLinks;
44730
- meta?: JsonApiWorkspaceAutomationOutListMeta;
44711
+ meta?: JsonApiColorPaletteOutListMeta;
44712
+ }
44713
+
44714
+ export declare interface JsonApiColorPaletteOutListMeta {
44715
+ page?: PageMetadata;
44731
44716
  }
44732
44717
 
44733
44718
  export declare const JsonApiColorPaletteOutTypeEnum: {
@@ -44800,7 +44785,15 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
44800
44785
  * API identifier of an object
44801
44786
  */
44802
44787
  id: string;
44803
- attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
44788
+ attributes?: JsonApiCookieSecurityConfigurationInAttributes;
44789
+ }
44790
+
44791
+ export declare interface JsonApiCookieSecurityConfigurationInAttributes {
44792
+ lastRotation?: string;
44793
+ /**
44794
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
44795
+ */
44796
+ rotationInterval?: string;
44804
44797
  }
44805
44798
 
44806
44799
  export declare interface JsonApiCookieSecurityConfigurationInDocument {
@@ -44825,15 +44818,7 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
44825
44818
  * API identifier of an object
44826
44819
  */
44827
44820
  id: string;
44828
- attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
44829
- }
44830
-
44831
- export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
44832
- lastRotation?: string;
44833
- /**
44834
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
44835
- */
44836
- rotationInterval?: string;
44821
+ attributes?: JsonApiCookieSecurityConfigurationInAttributes;
44837
44822
  }
44838
44823
 
44839
44824
  export declare interface JsonApiCookieSecurityConfigurationOutDocument {
@@ -44859,7 +44844,7 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
44859
44844
  * API identifier of an object
44860
44845
  */
44861
44846
  id: string;
44862
- attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
44847
+ attributes?: JsonApiCookieSecurityConfigurationInAttributes;
44863
44848
  }
44864
44849
 
44865
44850
  export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
@@ -44927,7 +44912,7 @@ export declare interface JsonApiCspDirectiveOutDocument {
44927
44912
  export declare interface JsonApiCspDirectiveOutList {
44928
44913
  data: Array<JsonApiCspDirectiveOutWithLinks>;
44929
44914
  links?: ListLinks;
44930
- meta?: JsonApiWorkspaceAutomationOutListMeta;
44915
+ meta?: JsonApiColorPaletteOutListMeta;
44931
44916
  }
44932
44917
 
44933
44918
  export declare const JsonApiCspDirectiveOutTypeEnum: {
@@ -44996,15 +44981,7 @@ export declare interface JsonApiCustomApplicationSettingIn {
44996
44981
  * API identifier of an object
44997
44982
  */
44998
44983
  id: string;
44999
- attributes: JsonApiCustomApplicationSettingInAttributes;
45000
- }
45001
-
45002
- export declare interface JsonApiCustomApplicationSettingInAttributes {
45003
- applicationName: string;
45004
- /**
45005
- * Free-form JSON content. Maximum supported length is 15000 characters.
45006
- */
45007
- content: object;
44984
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
45008
44985
  }
45009
44986
 
45010
44987
  export declare interface JsonApiCustomApplicationSettingInDocument {
@@ -45029,8 +45006,16 @@ export declare interface JsonApiCustomApplicationSettingOut {
45029
45006
  * API identifier of an object
45030
45007
  */
45031
45008
  id: string;
45032
- meta?: JsonApiVisualizationObjectOutMeta;
45033
- attributes: JsonApiCustomApplicationSettingInAttributes;
45009
+ meta?: JsonApiDatasetOutMeta;
45010
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
45011
+ }
45012
+
45013
+ export declare interface JsonApiCustomApplicationSettingOutAttributes {
45014
+ applicationName: string;
45015
+ /**
45016
+ * Free-form JSON content. Maximum supported length is 15000 characters.
45017
+ */
45018
+ content: object;
45034
45019
  }
45035
45020
 
45036
45021
  export declare interface JsonApiCustomApplicationSettingOutDocument {
@@ -45044,7 +45029,7 @@ export declare interface JsonApiCustomApplicationSettingOutDocument {
45044
45029
  export declare interface JsonApiCustomApplicationSettingOutList {
45045
45030
  data: Array<JsonApiCustomApplicationSettingOutWithLinks>;
45046
45031
  links?: ListLinks;
45047
- meta?: JsonApiWorkspaceAutomationOutListMeta;
45032
+ meta?: JsonApiColorPaletteOutListMeta;
45048
45033
  }
45049
45034
 
45050
45035
  export declare const JsonApiCustomApplicationSettingOutTypeEnum: {
@@ -45062,8 +45047,8 @@ export declare interface JsonApiCustomApplicationSettingOutWithLinks {
45062
45047
  * API identifier of an object
45063
45048
  */
45064
45049
  id: string;
45065
- meta?: JsonApiVisualizationObjectOutMeta;
45066
- attributes: JsonApiCustomApplicationSettingInAttributes;
45050
+ meta?: JsonApiDatasetOutMeta;
45051
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
45067
45052
  links?: ObjectLinks;
45068
45053
  }
45069
45054
 
@@ -45118,7 +45103,7 @@ export declare interface JsonApiCustomApplicationSettingPostOptionalId {
45118
45103
  * API identifier of an object
45119
45104
  */
45120
45105
  id?: string;
45121
- attributes: JsonApiCustomApplicationSettingInAttributes;
45106
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
45122
45107
  }
45123
45108
 
45124
45109
  export declare interface JsonApiCustomApplicationSettingPostOptionalIdDocument {
@@ -45193,7 +45178,7 @@ export declare interface JsonApiDashboardPluginOut {
45193
45178
  * API identifier of an object
45194
45179
  */
45195
45180
  id: string;
45196
- meta?: JsonApiVisualizationObjectOutMeta;
45181
+ meta?: JsonApiDatasetOutMeta;
45197
45182
  attributes?: JsonApiDashboardPluginOutAttributes;
45198
45183
  relationships?: JsonApiDashboardPluginOutRelationships;
45199
45184
  }
@@ -45226,7 +45211,7 @@ export declare interface JsonApiDashboardPluginOutDocument {
45226
45211
  export declare interface JsonApiDashboardPluginOutList {
45227
45212
  data: Array<JsonApiDashboardPluginOutWithLinks>;
45228
45213
  links?: ListLinks;
45229
- meta?: JsonApiWorkspaceAutomationOutListMeta;
45214
+ meta?: JsonApiColorPaletteOutListMeta;
45230
45215
  /**
45231
45216
  * Included resources
45232
45217
  */
@@ -45253,7 +45238,7 @@ export declare interface JsonApiDashboardPluginOutWithLinks {
45253
45238
  * API identifier of an object
45254
45239
  */
45255
45240
  id: string;
45256
- meta?: JsonApiVisualizationObjectOutMeta;
45241
+ meta?: JsonApiDatasetOutMeta;
45257
45242
  attributes?: JsonApiDashboardPluginOutAttributes;
45258
45243
  relationships?: JsonApiDashboardPluginOutRelationships;
45259
45244
  links?: ObjectLinks;
@@ -45341,7 +45326,7 @@ export declare interface JsonApiDatasetOut {
45341
45326
  * API identifier of an object
45342
45327
  */
45343
45328
  id: string;
45344
- meta?: JsonApiVisualizationObjectOutMeta;
45329
+ meta?: JsonApiDatasetOutMeta;
45345
45330
  attributes: JsonApiDatasetOutAttributes;
45346
45331
  relationships?: JsonApiDatasetOutRelationships;
45347
45332
  }
@@ -45467,18 +45452,40 @@ export declare type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLink
45467
45452
  export declare interface JsonApiDatasetOutList {
45468
45453
  data: Array<JsonApiDatasetOutWithLinks>;
45469
45454
  links?: ListLinks;
45470
- meta?: JsonApiWorkspaceAutomationOutListMeta;
45455
+ meta?: JsonApiColorPaletteOutListMeta;
45471
45456
  /**
45472
45457
  * Included resources
45473
45458
  */
45474
45459
  included?: Array<JsonApiDatasetOutIncludes>;
45475
45460
  }
45476
45461
 
45462
+ export declare interface JsonApiDatasetOutMeta {
45463
+ origin?: JsonApiDatasetOutMetaOrigin;
45464
+ }
45465
+
45466
+ export declare interface JsonApiDatasetOutMetaOrigin {
45467
+ /**
45468
+ * defines type of the origin of the entity
45469
+ */
45470
+ originType: JsonApiDatasetOutMetaOriginOriginTypeEnum;
45471
+ /**
45472
+ * defines id of the workspace where the entity comes from
45473
+ */
45474
+ originId: string;
45475
+ }
45476
+
45477
+ export declare const JsonApiDatasetOutMetaOriginOriginTypeEnum: {
45478
+ readonly NATIVE: "NATIVE";
45479
+ readonly PARENT: "PARENT";
45480
+ };
45481
+
45482
+ export declare type JsonApiDatasetOutMetaOriginOriginTypeEnum = (typeof JsonApiDatasetOutMetaOriginOriginTypeEnum)[keyof typeof JsonApiDatasetOutMetaOriginOriginTypeEnum];
45483
+
45477
45484
  export declare interface JsonApiDatasetOutRelationships {
45478
- attributes?: JsonApiVisualizationObjectOutRelationshipsAttributes;
45479
- facts?: JsonApiVisualizationObjectOutRelationshipsFacts;
45485
+ attributes?: JsonApiDatasetOutRelationshipsAttributes;
45486
+ facts?: JsonApiDatasetOutRelationshipsFacts;
45480
45487
  aggregatedFacts?: JsonApiDatasetOutRelationshipsAggregatedFacts;
45481
- references?: JsonApiVisualizationObjectOutRelationshipsDatasets;
45488
+ references?: JsonApiDatasetOutRelationshipsReferences;
45482
45489
  workspaceDataFilters?: JsonApiDatasetOutRelationshipsWorkspaceDataFilters;
45483
45490
  }
45484
45491
 
@@ -45489,6 +45496,27 @@ export declare interface JsonApiDatasetOutRelationshipsAggregatedFacts {
45489
45496
  data: Array<JsonApiAggregatedFactLinkage>;
45490
45497
  }
45491
45498
 
45499
+ export declare interface JsonApiDatasetOutRelationshipsAttributes {
45500
+ /**
45501
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
45502
+ */
45503
+ data: Array<JsonApiAttributeLinkage>;
45504
+ }
45505
+
45506
+ export declare interface JsonApiDatasetOutRelationshipsFacts {
45507
+ /**
45508
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
45509
+ */
45510
+ data: Array<JsonApiFactLinkage>;
45511
+ }
45512
+
45513
+ export declare interface JsonApiDatasetOutRelationshipsReferences {
45514
+ /**
45515
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
45516
+ */
45517
+ data: Array<JsonApiDatasetLinkage>;
45518
+ }
45519
+
45492
45520
  export declare interface JsonApiDatasetOutRelationshipsWorkspaceDataFilters {
45493
45521
  /**
45494
45522
  * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
@@ -45511,7 +45539,7 @@ export declare interface JsonApiDatasetOutWithLinks {
45511
45539
  * API identifier of an object
45512
45540
  */
45513
45541
  id: string;
45514
- meta?: JsonApiVisualizationObjectOutMeta;
45542
+ meta?: JsonApiDatasetOutMeta;
45515
45543
  attributes: JsonApiDatasetOutAttributes;
45516
45544
  relationships?: JsonApiDatasetOutRelationships;
45517
45545
  links?: ObjectLinks;
@@ -45535,7 +45563,7 @@ export declare interface JsonApiDataSourceIdentifierOut {
45535
45563
  * API identifier of an object
45536
45564
  */
45537
45565
  id: string;
45538
- meta?: JsonApiDataSourceOutMeta;
45566
+ meta?: JsonApiDataSourceIdentifierOutMeta;
45539
45567
  attributes: JsonApiDataSourceIdentifierOutAttributes;
45540
45568
  }
45541
45569
 
@@ -45587,9 +45615,23 @@ export declare interface JsonApiDataSourceIdentifierOutDocument {
45587
45615
  export declare interface JsonApiDataSourceIdentifierOutList {
45588
45616
  data: Array<JsonApiDataSourceIdentifierOutWithLinks>;
45589
45617
  links?: ListLinks;
45590
- meta?: JsonApiWorkspaceAutomationOutListMeta;
45618
+ meta?: JsonApiColorPaletteOutListMeta;
45619
+ }
45620
+
45621
+ export declare interface JsonApiDataSourceIdentifierOutMeta {
45622
+ /**
45623
+ * List of valid permissions for a logged-in user.
45624
+ */
45625
+ permissions?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
45591
45626
  }
45592
45627
 
45628
+ export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
45629
+ readonly MANAGE: "MANAGE";
45630
+ readonly USE: "USE";
45631
+ };
45632
+
45633
+ export declare type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = (typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum)[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
45634
+
45593
45635
  export declare const JsonApiDataSourceIdentifierOutTypeEnum: {
45594
45636
  readonly DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier";
45595
45637
  };
@@ -45605,7 +45647,7 @@ export declare interface JsonApiDataSourceIdentifierOutWithLinks {
45605
45647
  * API identifier of an object
45606
45648
  */
45607
45649
  id: string;
45608
- meta?: JsonApiDataSourceOutMeta;
45650
+ meta?: JsonApiDataSourceIdentifierOutMeta;
45609
45651
  attributes: JsonApiDataSourceIdentifierOutAttributes;
45610
45652
  links?: ObjectLinks;
45611
45653
  }
@@ -45679,7 +45721,7 @@ export declare interface JsonApiDataSourceInAttributes {
45679
45721
  /**
45680
45722
  * Additional parameters to be used when connecting to the database providing the data for the data source.
45681
45723
  */
45682
- parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
45724
+ parameters?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
45683
45725
  /**
45684
45726
  * Determines how the results coming from a particular datasource should be cached.
45685
45727
  */
@@ -45746,7 +45788,7 @@ export declare interface JsonApiDataSourceOut {
45746
45788
  * API identifier of an object
45747
45789
  */
45748
45790
  id: string;
45749
- meta?: JsonApiDataSourceOutMeta;
45791
+ meta?: JsonApiDataSourceIdentifierOutMeta;
45750
45792
  attributes: JsonApiDataSourceOutAttributes;
45751
45793
  }
45752
45794
 
@@ -45778,11 +45820,11 @@ export declare interface JsonApiDataSourceOutAttributes {
45778
45820
  /**
45779
45821
  * Additional parameters to be used when connecting to the database providing the data for the data source.
45780
45822
  */
45781
- parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
45823
+ parameters?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
45782
45824
  /**
45783
45825
  * Decoded parameters to be used when connecting to the database providing the data for the data source.
45784
45826
  */
45785
- decodedParameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
45827
+ decodedParameters?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
45786
45828
  /**
45787
45829
  * Determines how the results coming from a particular datasource should be cached.
45788
45830
  */
@@ -45810,6 +45852,11 @@ export declare const JsonApiDataSourceOutAttributesCacheStrategyEnum: {
45810
45852
 
45811
45853
  export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = (typeof JsonApiDataSourceOutAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourceOutAttributesCacheStrategyEnum];
45812
45854
 
45855
+ export declare interface JsonApiDataSourceOutAttributesParametersInner {
45856
+ name: string;
45857
+ value: string;
45858
+ }
45859
+
45813
45860
  export declare const JsonApiDataSourceOutAttributesTypeEnum: {
45814
45861
  readonly POSTGRESQL: "POSTGRESQL";
45815
45862
  readonly REDSHIFT: "REDSHIFT";
@@ -45852,23 +45899,9 @@ export declare interface JsonApiDataSourceOutDocument {
45852
45899
  export declare interface JsonApiDataSourceOutList {
45853
45900
  data: Array<JsonApiDataSourceOutWithLinks>;
45854
45901
  links?: ListLinks;
45855
- meta?: JsonApiWorkspaceAutomationOutListMeta;
45902
+ meta?: JsonApiColorPaletteOutListMeta;
45856
45903
  }
45857
45904
 
45858
- export declare interface JsonApiDataSourceOutMeta {
45859
- /**
45860
- * List of valid permissions for a logged-in user.
45861
- */
45862
- permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
45863
- }
45864
-
45865
- export declare const JsonApiDataSourceOutMetaPermissionsEnum: {
45866
- readonly MANAGE: "MANAGE";
45867
- readonly USE: "USE";
45868
- };
45869
-
45870
- export declare type JsonApiDataSourceOutMetaPermissionsEnum = (typeof JsonApiDataSourceOutMetaPermissionsEnum)[keyof typeof JsonApiDataSourceOutMetaPermissionsEnum];
45871
-
45872
45905
  export declare const JsonApiDataSourceOutTypeEnum: {
45873
45906
  readonly DATA_SOURCE: "dataSource";
45874
45907
  };
@@ -45884,7 +45917,7 @@ export declare interface JsonApiDataSourceOutWithLinks {
45884
45917
  * API identifier of an object
45885
45918
  */
45886
45919
  id: string;
45887
- meta?: JsonApiDataSourceOutMeta;
45920
+ meta?: JsonApiDataSourceIdentifierOutMeta;
45888
45921
  attributes: JsonApiDataSourceOutAttributes;
45889
45922
  links?: ObjectLinks;
45890
45923
  }
@@ -45958,7 +45991,7 @@ export declare interface JsonApiDataSourcePatchAttributes {
45958
45991
  /**
45959
45992
  * Additional parameters to be used when connecting to the database providing the data for the data source.
45960
45993
  */
45961
- parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
45994
+ parameters?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
45962
45995
  /**
45963
45996
  * Determines how the results coming from a particular datasource should be cached.
45964
45997
  */
@@ -45972,11 +46005,6 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
45972
46005
 
45973
46006
  export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = (typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
45974
46007
 
45975
- export declare interface JsonApiDataSourcePatchAttributesParametersInner {
45976
- name: string;
45977
- value: string;
45978
- }
45979
-
45980
46008
  export declare const JsonApiDataSourcePatchAttributesTypeEnum: {
45981
46009
  readonly POSTGRESQL: "POSTGRESQL";
45982
46010
  readonly REDSHIFT: "REDSHIFT";
@@ -46049,7 +46077,7 @@ export declare interface JsonApiEntitlementOutDocument {
46049
46077
  export declare interface JsonApiEntitlementOutList {
46050
46078
  data: Array<JsonApiEntitlementOutWithLinks>;
46051
46079
  links?: ListLinks;
46052
- meta?: JsonApiWorkspaceAutomationOutListMeta;
46080
+ meta?: JsonApiColorPaletteOutListMeta;
46053
46081
  }
46054
46082
 
46055
46083
  export declare const JsonApiEntitlementOutTypeEnum: {
@@ -46107,7 +46135,7 @@ export declare interface JsonApiExportDefinitionInDocument {
46107
46135
 
46108
46136
  export declare interface JsonApiExportDefinitionInRelationships {
46109
46137
  visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
46110
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
46138
+ analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
46111
46139
  }
46112
46140
 
46113
46141
  export declare const JsonApiExportDefinitionInTypeEnum: {
@@ -46142,7 +46170,7 @@ export declare interface JsonApiExportDefinitionOut {
46142
46170
  * API identifier of an object
46143
46171
  */
46144
46172
  id: string;
46145
- meta?: JsonApiVisualizationObjectOutMeta;
46173
+ meta?: JsonApiDatasetOutMeta;
46146
46174
  attributes?: JsonApiExportDefinitionOutAttributes;
46147
46175
  relationships?: JsonApiExportDefinitionOutRelationships;
46148
46176
  }
@@ -46183,7 +46211,7 @@ export declare type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashbo
46183
46211
  export declare interface JsonApiExportDefinitionOutList {
46184
46212
  data: Array<JsonApiExportDefinitionOutWithLinks>;
46185
46213
  links?: ListLinks;
46186
- meta?: JsonApiWorkspaceAutomationOutListMeta;
46214
+ meta?: JsonApiColorPaletteOutListMeta;
46187
46215
  /**
46188
46216
  * Included resources
46189
46217
  */
@@ -46192,12 +46220,16 @@ export declare interface JsonApiExportDefinitionOutList {
46192
46220
 
46193
46221
  export declare interface JsonApiExportDefinitionOutRelationships {
46194
46222
  visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
46195
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
46223
+ analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
46196
46224
  automation?: JsonApiExportDefinitionOutRelationshipsAutomation;
46197
46225
  createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
46198
46226
  modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
46199
46227
  }
46200
46228
 
46229
+ export declare interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
46230
+ data: JsonApiAnalyticalDashboardLinkage | null;
46231
+ }
46232
+
46201
46233
  export declare interface JsonApiExportDefinitionOutRelationshipsAutomation {
46202
46234
  data: JsonApiAutomationLinkage | null;
46203
46235
  }
@@ -46221,7 +46253,7 @@ export declare interface JsonApiExportDefinitionOutWithLinks {
46221
46253
  * API identifier of an object
46222
46254
  */
46223
46255
  id: string;
46224
- meta?: JsonApiVisualizationObjectOutMeta;
46256
+ meta?: JsonApiDatasetOutMeta;
46225
46257
  attributes?: JsonApiExportDefinitionOutAttributes;
46226
46258
  relationships?: JsonApiExportDefinitionOutRelationships;
46227
46259
  links?: ObjectLinks;
@@ -46330,10 +46362,49 @@ export declare interface JsonApiExportTemplateOutAttributes {
46330
46362
  * User-facing name of the Slides template.
46331
46363
  */
46332
46364
  name: string;
46333
- dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
46334
- widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
46365
+ dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
46366
+ widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
46367
+ }
46368
+
46369
+ /**
46370
+ * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
46371
+ */
46372
+ export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
46373
+ /**
46374
+ * Export types this template applies to.
46375
+ */
46376
+ appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
46377
+ coverSlide?: CoverSlideTemplate | null;
46378
+ introSlide?: IntroSlideTemplate | null;
46379
+ sectionSlide?: SectionSlideTemplate | null;
46380
+ contentSlide?: ContentSlideTemplate | null;
46381
+ }
46382
+
46383
+ export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum: {
46384
+ readonly PDF: "PDF";
46385
+ readonly PPTX: "PPTX";
46386
+ };
46387
+
46388
+ export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
46389
+
46390
+ /**
46391
+ * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
46392
+ */
46393
+ export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
46394
+ /**
46395
+ * Export types this template applies to.
46396
+ */
46397
+ appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
46398
+ contentSlide?: ContentSlideTemplate | null;
46335
46399
  }
46336
46400
 
46401
+ export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum: {
46402
+ readonly PDF: "PDF";
46403
+ readonly PPTX: "PPTX";
46404
+ };
46405
+
46406
+ export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
46407
+
46337
46408
  export declare interface JsonApiExportTemplateOutDocument {
46338
46409
  data: JsonApiExportTemplateOut;
46339
46410
  links?: ObjectLinks;
@@ -46345,7 +46416,7 @@ export declare interface JsonApiExportTemplateOutDocument {
46345
46416
  export declare interface JsonApiExportTemplateOutList {
46346
46417
  data: Array<JsonApiExportTemplateOutWithLinks>;
46347
46418
  links?: ListLinks;
46348
- meta?: JsonApiWorkspaceAutomationOutListMeta;
46419
+ meta?: JsonApiColorPaletteOutListMeta;
46349
46420
  }
46350
46421
 
46351
46422
  export declare const JsonApiExportTemplateOutTypeEnum: {
@@ -46393,49 +46464,10 @@ export declare interface JsonApiExportTemplatePatchAttributes {
46393
46464
  * User-facing name of the Slides template.
46394
46465
  */
46395
46466
  name?: string;
46396
- dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
46397
- widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
46398
- }
46399
-
46400
- /**
46401
- * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
46402
- */
46403
- export declare interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
46404
- /**
46405
- * Export types this template applies to.
46406
- */
46407
- appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
46408
- coverSlide?: CoverSlideTemplate | null;
46409
- introSlide?: IntroSlideTemplate | null;
46410
- sectionSlide?: SectionSlideTemplate | null;
46411
- contentSlide?: ContentSlideTemplate | null;
46467
+ dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
46468
+ widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
46412
46469
  }
46413
46470
 
46414
- export declare const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum: {
46415
- readonly PDF: "PDF";
46416
- readonly PPTX: "PPTX";
46417
- };
46418
-
46419
- export declare type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum];
46420
-
46421
- /**
46422
- * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
46423
- */
46424
- export declare interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
46425
- /**
46426
- * Export types this template applies to.
46427
- */
46428
- appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
46429
- contentSlide?: ContentSlideTemplate | null;
46430
- }
46431
-
46432
- export declare const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum: {
46433
- readonly PDF: "PDF";
46434
- readonly PPTX: "PPTX";
46435
- };
46436
-
46437
- export declare type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum];
46438
-
46439
46471
  export declare interface JsonApiExportTemplatePatchDocument {
46440
46472
  data: JsonApiExportTemplatePatch;
46441
46473
  }
@@ -46497,7 +46529,7 @@ export declare interface JsonApiFactOut {
46497
46529
  * API identifier of an object
46498
46530
  */
46499
46531
  id: string;
46500
- meta?: JsonApiVisualizationObjectOutMeta;
46532
+ meta?: JsonApiDatasetOutMeta;
46501
46533
  attributes?: JsonApiFactOutAttributes;
46502
46534
  relationships?: JsonApiFactOutRelationships;
46503
46535
  }
@@ -46538,7 +46570,7 @@ export declare interface JsonApiFactOutDocument {
46538
46570
  export declare interface JsonApiFactOutList {
46539
46571
  data: Array<JsonApiFactOutWithLinks>;
46540
46572
  links?: ListLinks;
46541
- meta?: JsonApiWorkspaceAutomationOutListMeta;
46573
+ meta?: JsonApiColorPaletteOutListMeta;
46542
46574
  /**
46543
46575
  * Included resources
46544
46576
  */
@@ -46546,7 +46578,11 @@ export declare interface JsonApiFactOutList {
46546
46578
  }
46547
46579
 
46548
46580
  export declare interface JsonApiFactOutRelationships {
46549
- dataset?: JsonApiAttributeOutRelationshipsDataset;
46581
+ dataset?: JsonApiFactOutRelationshipsDataset;
46582
+ }
46583
+
46584
+ export declare interface JsonApiFactOutRelationshipsDataset {
46585
+ data: JsonApiDatasetLinkage | null;
46550
46586
  }
46551
46587
 
46552
46588
  export declare const JsonApiFactOutTypeEnum: {
@@ -46564,7 +46600,7 @@ export declare interface JsonApiFactOutWithLinks {
46564
46600
  * API identifier of an object
46565
46601
  */
46566
46602
  id: string;
46567
- meta?: JsonApiVisualizationObjectOutMeta;
46603
+ meta?: JsonApiDatasetOutMeta;
46568
46604
  attributes?: JsonApiFactOutAttributes;
46569
46605
  relationships?: JsonApiFactOutRelationships;
46570
46606
  links?: ObjectLinks;
@@ -46588,7 +46624,7 @@ export declare interface JsonApiFilterContextIn {
46588
46624
  * API identifier of an object
46589
46625
  */
46590
46626
  id: string;
46591
- attributes: JsonApiAnalyticalDashboardInAttributes;
46627
+ attributes: JsonApiFilterContextOutAttributes;
46592
46628
  }
46593
46629
 
46594
46630
  export declare interface JsonApiFilterContextInDocument {
@@ -46627,11 +46663,22 @@ export declare interface JsonApiFilterContextOut {
46627
46663
  * API identifier of an object
46628
46664
  */
46629
46665
  id: string;
46630
- meta?: JsonApiVisualizationObjectOutMeta;
46631
- attributes: JsonApiAnalyticalDashboardInAttributes;
46666
+ meta?: JsonApiDatasetOutMeta;
46667
+ attributes: JsonApiFilterContextOutAttributes;
46632
46668
  relationships?: JsonApiFilterContextOutRelationships;
46633
46669
  }
46634
46670
 
46671
+ export declare interface JsonApiFilterContextOutAttributes {
46672
+ title?: string;
46673
+ description?: string;
46674
+ tags?: Array<string>;
46675
+ areRelationsValid?: boolean;
46676
+ /**
46677
+ * Free-form JSON content. Maximum supported length is 250000 characters.
46678
+ */
46679
+ content: object;
46680
+ }
46681
+
46635
46682
  export declare interface JsonApiFilterContextOutDocument {
46636
46683
  data: JsonApiFilterContextOut;
46637
46684
  links?: ObjectLinks;
@@ -46652,7 +46699,7 @@ export declare type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLin
46652
46699
  export declare interface JsonApiFilterContextOutList {
46653
46700
  data: Array<JsonApiFilterContextOutWithLinks>;
46654
46701
  links?: ListLinks;
46655
- meta?: JsonApiWorkspaceAutomationOutListMeta;
46702
+ meta?: JsonApiColorPaletteOutListMeta;
46656
46703
  /**
46657
46704
  * Included resources
46658
46705
  */
@@ -46660,8 +46707,8 @@ export declare interface JsonApiFilterContextOutList {
46660
46707
  }
46661
46708
 
46662
46709
  export declare interface JsonApiFilterContextOutRelationships {
46663
- attributes?: JsonApiVisualizationObjectOutRelationshipsAttributes;
46664
- datasets?: JsonApiVisualizationObjectOutRelationshipsDatasets;
46710
+ attributes?: JsonApiDatasetOutRelationshipsAttributes;
46711
+ datasets?: JsonApiDatasetOutRelationshipsReferences;
46665
46712
  labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
46666
46713
  }
46667
46714
 
@@ -46680,8 +46727,8 @@ export declare interface JsonApiFilterContextOutWithLinks {
46680
46727
  * API identifier of an object
46681
46728
  */
46682
46729
  id: string;
46683
- meta?: JsonApiVisualizationObjectOutMeta;
46684
- attributes: JsonApiAnalyticalDashboardInAttributes;
46730
+ meta?: JsonApiDatasetOutMeta;
46731
+ attributes: JsonApiFilterContextOutAttributes;
46685
46732
  relationships?: JsonApiFilterContextOutRelationships;
46686
46733
  links?: ObjectLinks;
46687
46734
  }
@@ -46729,7 +46776,7 @@ export declare interface JsonApiFilterContextPostOptionalId {
46729
46776
  * API identifier of an object
46730
46777
  */
46731
46778
  id?: string;
46732
- attributes: JsonApiAnalyticalDashboardInAttributes;
46779
+ attributes: JsonApiFilterContextOutAttributes;
46733
46780
  }
46734
46781
 
46735
46782
  export declare interface JsonApiFilterContextPostOptionalIdDocument {
@@ -46754,34 +46801,14 @@ export declare interface JsonApiFilterViewIn {
46754
46801
  * API identifier of an object
46755
46802
  */
46756
46803
  id: string;
46757
- attributes: JsonApiFilterViewInAttributes;
46758
- relationships?: JsonApiFilterViewInRelationships;
46759
- }
46760
-
46761
- export declare interface JsonApiFilterViewInAttributes {
46762
- title: string;
46763
- description?: string;
46764
- tags?: Array<string>;
46765
- areRelationsValid?: boolean;
46766
- /**
46767
- * Indicator whether the filter view should by applied by default.
46768
- */
46769
- isDefault?: boolean;
46770
- /**
46771
- * The respective filter context.
46772
- */
46773
- content: object;
46804
+ attributes: JsonApiFilterViewOutAttributes;
46805
+ relationships?: JsonApiFilterViewOutRelationships;
46774
46806
  }
46775
46807
 
46776
46808
  export declare interface JsonApiFilterViewInDocument {
46777
46809
  data: JsonApiFilterViewIn;
46778
46810
  }
46779
46811
 
46780
- export declare interface JsonApiFilterViewInRelationships {
46781
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
46782
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
46783
- }
46784
-
46785
46812
  export declare const JsonApiFilterViewInTypeEnum: {
46786
46813
  readonly FILTER_VIEW: "filterView";
46787
46814
  };
@@ -46800,8 +46827,23 @@ export declare interface JsonApiFilterViewOut {
46800
46827
  * API identifier of an object
46801
46828
  */
46802
46829
  id: string;
46803
- attributes: JsonApiFilterViewInAttributes;
46804
- relationships?: JsonApiFilterViewInRelationships;
46830
+ attributes: JsonApiFilterViewOutAttributes;
46831
+ relationships?: JsonApiFilterViewOutRelationships;
46832
+ }
46833
+
46834
+ export declare interface JsonApiFilterViewOutAttributes {
46835
+ title: string;
46836
+ description?: string;
46837
+ tags?: Array<string>;
46838
+ areRelationsValid?: boolean;
46839
+ /**
46840
+ * Indicator whether the filter view should by applied by default.
46841
+ */
46842
+ isDefault?: boolean;
46843
+ /**
46844
+ * The respective filter context.
46845
+ */
46846
+ content: object;
46805
46847
  }
46806
46848
 
46807
46849
  export declare interface JsonApiFilterViewOutDocument {
@@ -46824,13 +46866,22 @@ export declare type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOut
46824
46866
  export declare interface JsonApiFilterViewOutList {
46825
46867
  data: Array<JsonApiFilterViewOutWithLinks>;
46826
46868
  links?: ListLinks;
46827
- meta?: JsonApiWorkspaceAutomationOutListMeta;
46869
+ meta?: JsonApiColorPaletteOutListMeta;
46828
46870
  /**
46829
46871
  * Included resources
46830
46872
  */
46831
46873
  included?: Array<JsonApiFilterViewOutIncludes>;
46832
46874
  }
46833
46875
 
46876
+ export declare interface JsonApiFilterViewOutRelationships {
46877
+ analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
46878
+ user?: JsonApiFilterViewOutRelationshipsUser;
46879
+ }
46880
+
46881
+ export declare interface JsonApiFilterViewOutRelationshipsUser {
46882
+ data: JsonApiUserLinkage | null;
46883
+ }
46884
+
46834
46885
  export declare const JsonApiFilterViewOutTypeEnum: {
46835
46886
  readonly FILTER_VIEW: "filterView";
46836
46887
  };
@@ -46846,8 +46897,8 @@ export declare interface JsonApiFilterViewOutWithLinks {
46846
46897
  * API identifier of an object
46847
46898
  */
46848
46899
  id: string;
46849
- attributes: JsonApiFilterViewInAttributes;
46850
- relationships?: JsonApiFilterViewInRelationships;
46900
+ attributes: JsonApiFilterViewOutAttributes;
46901
+ relationships?: JsonApiFilterViewOutRelationships;
46851
46902
  links?: ObjectLinks;
46852
46903
  }
46853
46904
 
@@ -46870,7 +46921,7 @@ export declare interface JsonApiFilterViewPatch {
46870
46921
  */
46871
46922
  id: string;
46872
46923
  attributes: JsonApiFilterViewPatchAttributes;
46873
- relationships?: JsonApiFilterViewInRelationships;
46924
+ relationships?: JsonApiFilterViewOutRelationships;
46874
46925
  }
46875
46926
 
46876
46927
  export declare interface JsonApiFilterViewPatchAttributes {
@@ -46915,9 +46966,69 @@ export declare interface JsonApiIdentityProviderIn {
46915
46966
  * API identifier of an object
46916
46967
  */
46917
46968
  id: string;
46918
- attributes?: JsonApiIdentityProviderPatchAttributes;
46969
+ attributes?: JsonApiIdentityProviderInAttributes;
46919
46970
  }
46920
46971
 
46972
+ export declare interface JsonApiIdentityProviderInAttributes {
46973
+ /**
46974
+ * List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
46975
+ */
46976
+ identifiers?: Array<string>;
46977
+ /**
46978
+ * Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
46979
+ */
46980
+ customClaimMapping?: {
46981
+ [key: string]: string;
46982
+ };
46983
+ /**
46984
+ * Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
46985
+ */
46986
+ samlMetadata?: string;
46987
+ /**
46988
+ * The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
46989
+ */
46990
+ oauthClientId?: string;
46991
+ /**
46992
+ * The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
46993
+ */
46994
+ oauthClientSecret?: string;
46995
+ /**
46996
+ * The location of your OIDC provider. This field is mandatory for OIDC IdP.
46997
+ */
46998
+ oauthIssuerLocation?: string;
46999
+ /**
47000
+ * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
47001
+ */
47002
+ oauthIssuerId?: string;
47003
+ /**
47004
+ * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
47005
+ */
47006
+ oauthSubjectIdClaim?: string;
47007
+ /**
47008
+ * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
47009
+ */
47010
+ oauthCustomAuthAttributes?: {
47011
+ [key: string]: string;
47012
+ };
47013
+ /**
47014
+ * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
47015
+ */
47016
+ oauthCustomScopes?: Array<string> | null;
47017
+ /**
47018
+ * Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
47019
+ */
47020
+ idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
47021
+ }
47022
+
47023
+ export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
47024
+ readonly MANAGED_IDP: "MANAGED_IDP";
47025
+ readonly FIM_IDP: "FIM_IDP";
47026
+ readonly DEX_IDP: "DEX_IDP";
47027
+ readonly CUSTOM_IDP: "CUSTOM_IDP";
47028
+ };
47029
+
47030
+ export declare type JsonApiIdentityProviderInAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderInAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
47031
+
46921
47032
  export declare interface JsonApiIdentityProviderInDocument {
46922
47033
  data: JsonApiIdentityProviderIn;
46923
47034
  }
@@ -47020,7 +47131,7 @@ export declare interface JsonApiIdentityProviderOutDocument {
47020
47131
  export declare interface JsonApiIdentityProviderOutList {
47021
47132
  data: Array<JsonApiIdentityProviderOutWithLinks>;
47022
47133
  links?: ListLinks;
47023
- meta?: JsonApiWorkspaceAutomationOutListMeta;
47134
+ meta?: JsonApiColorPaletteOutListMeta;
47024
47135
  }
47025
47136
 
47026
47137
  export declare const JsonApiIdentityProviderOutTypeEnum: {
@@ -47060,69 +47171,9 @@ export declare interface JsonApiIdentityProviderPatch {
47060
47171
  * API identifier of an object
47061
47172
  */
47062
47173
  id: string;
47063
- attributes?: JsonApiIdentityProviderPatchAttributes;
47064
- }
47065
-
47066
- export declare interface JsonApiIdentityProviderPatchAttributes {
47067
- /**
47068
- * List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
47069
- */
47070
- identifiers?: Array<string>;
47071
- /**
47072
- * Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
47073
- */
47074
- customClaimMapping?: {
47075
- [key: string]: string;
47076
- };
47077
- /**
47078
- * Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
47079
- */
47080
- samlMetadata?: string;
47081
- /**
47082
- * The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
47083
- */
47084
- oauthClientId?: string;
47085
- /**
47086
- * The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
47087
- */
47088
- oauthClientSecret?: string;
47089
- /**
47090
- * The location of your OIDC provider. This field is mandatory for OIDC IdP.
47091
- */
47092
- oauthIssuerLocation?: string;
47093
- /**
47094
- * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
47095
- */
47096
- oauthIssuerId?: string;
47097
- /**
47098
- * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
47099
- */
47100
- oauthSubjectIdClaim?: string;
47101
- /**
47102
- * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
47103
- */
47104
- oauthCustomAuthAttributes?: {
47105
- [key: string]: string;
47106
- };
47107
- /**
47108
- * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
47109
- */
47110
- oauthCustomScopes?: Array<string> | null;
47111
- /**
47112
- * Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
47113
- */
47114
- idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
47174
+ attributes?: JsonApiIdentityProviderInAttributes;
47115
47175
  }
47116
47176
 
47117
- export declare const JsonApiIdentityProviderPatchAttributesIdpTypeEnum: {
47118
- readonly MANAGED_IDP: "MANAGED_IDP";
47119
- readonly FIM_IDP: "FIM_IDP";
47120
- readonly DEX_IDP: "DEX_IDP";
47121
- readonly CUSTOM_IDP: "CUSTOM_IDP";
47122
- };
47123
-
47124
- export declare type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum];
47125
-
47126
47177
  export declare interface JsonApiIdentityProviderPatchDocument {
47127
47178
  data: JsonApiIdentityProviderPatch;
47128
47179
  }
@@ -47145,7 +47196,7 @@ export declare interface JsonApiJwkIn {
47145
47196
  * API identifier of an object
47146
47197
  */
47147
47198
  id: string;
47148
- attributes?: JsonApiJwkPatchAttributes;
47199
+ attributes?: JsonApiJwkOutAttributes;
47149
47200
  }
47150
47201
 
47151
47202
  export declare interface JsonApiJwkInDocument {
@@ -47170,7 +47221,11 @@ export declare interface JsonApiJwkOut {
47170
47221
  * API identifier of an object
47171
47222
  */
47172
47223
  id: string;
47173
- attributes?: JsonApiJwkPatchAttributes;
47224
+ attributes?: JsonApiJwkOutAttributes;
47225
+ }
47226
+
47227
+ export declare interface JsonApiJwkOutAttributes {
47228
+ content?: RsaSpecification;
47174
47229
  }
47175
47230
 
47176
47231
  export declare interface JsonApiJwkOutDocument {
@@ -47184,7 +47239,7 @@ export declare interface JsonApiJwkOutDocument {
47184
47239
  export declare interface JsonApiJwkOutList {
47185
47240
  data: Array<JsonApiJwkOutWithLinks>;
47186
47241
  links?: ListLinks;
47187
- meta?: JsonApiWorkspaceAutomationOutListMeta;
47242
+ meta?: JsonApiColorPaletteOutListMeta;
47188
47243
  }
47189
47244
 
47190
47245
  export declare const JsonApiJwkOutTypeEnum: {
@@ -47202,7 +47257,7 @@ export declare interface JsonApiJwkOutWithLinks {
47202
47257
  * API identifier of an object
47203
47258
  */
47204
47259
  id: string;
47205
- attributes?: JsonApiJwkPatchAttributes;
47260
+ attributes?: JsonApiJwkOutAttributes;
47206
47261
  links?: ObjectLinks;
47207
47262
  }
47208
47263
 
@@ -47224,11 +47279,7 @@ export declare interface JsonApiJwkPatch {
47224
47279
  * API identifier of an object
47225
47280
  */
47226
47281
  id: string;
47227
- attributes?: JsonApiJwkPatchAttributes;
47228
- }
47229
-
47230
- export declare interface JsonApiJwkPatchAttributes {
47231
- content?: RsaSpecification;
47282
+ attributes?: JsonApiJwkOutAttributes;
47232
47283
  }
47233
47284
 
47234
47285
  export declare interface JsonApiJwkPatchDocument {
@@ -47267,7 +47318,7 @@ export declare interface JsonApiLabelOut {
47267
47318
  * API identifier of an object
47268
47319
  */
47269
47320
  id: string;
47270
- meta?: JsonApiVisualizationObjectOutMeta;
47321
+ meta?: JsonApiDatasetOutMeta;
47271
47322
  attributes?: JsonApiLabelOutAttributes;
47272
47323
  relationships?: JsonApiLabelOutRelationships;
47273
47324
  }
@@ -47321,7 +47372,7 @@ export declare interface JsonApiLabelOutDocument {
47321
47372
  export declare interface JsonApiLabelOutList {
47322
47373
  data: Array<JsonApiLabelOutWithLinks>;
47323
47374
  links?: ListLinks;
47324
- meta?: JsonApiWorkspaceAutomationOutListMeta;
47375
+ meta?: JsonApiColorPaletteOutListMeta;
47325
47376
  /**
47326
47377
  * Included resources
47327
47378
  */
@@ -47351,7 +47402,7 @@ export declare interface JsonApiLabelOutWithLinks {
47351
47402
  * API identifier of an object
47352
47403
  */
47353
47404
  id: string;
47354
- meta?: JsonApiVisualizationObjectOutMeta;
47405
+ meta?: JsonApiDatasetOutMeta;
47355
47406
  attributes?: JsonApiLabelOutAttributes;
47356
47407
  relationships?: JsonApiLabelOutRelationships;
47357
47408
  links?: ObjectLinks;
@@ -47478,7 +47529,7 @@ export declare interface JsonApiLlmEndpointOutDocument {
47478
47529
  export declare interface JsonApiLlmEndpointOutList {
47479
47530
  data: Array<JsonApiLlmEndpointOutWithLinks>;
47480
47531
  links?: ListLinks;
47481
- meta?: JsonApiWorkspaceAutomationOutListMeta;
47532
+ meta?: JsonApiColorPaletteOutListMeta;
47482
47533
  }
47483
47534
 
47484
47535
  export declare const JsonApiLlmEndpointOutTypeEnum: {
@@ -47624,7 +47675,7 @@ export declare interface JsonApiMetricOut {
47624
47675
  * API identifier of an object
47625
47676
  */
47626
47677
  id: string;
47627
- meta?: JsonApiVisualizationObjectOutMeta;
47678
+ meta?: JsonApiDatasetOutMeta;
47628
47679
  attributes: JsonApiMetricOutAttributes;
47629
47680
  relationships?: JsonApiVisualizationObjectOutRelationships;
47630
47681
  }
@@ -47664,7 +47715,7 @@ export declare type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | Js
47664
47715
  export declare interface JsonApiMetricOutList {
47665
47716
  data: Array<JsonApiMetricOutWithLinks>;
47666
47717
  links?: ListLinks;
47667
- meta?: JsonApiWorkspaceAutomationOutListMeta;
47718
+ meta?: JsonApiColorPaletteOutListMeta;
47668
47719
  /**
47669
47720
  * Included resources
47670
47721
  */
@@ -47686,7 +47737,7 @@ export declare interface JsonApiMetricOutWithLinks {
47686
47737
  * API identifier of an object
47687
47738
  */
47688
47739
  id: string;
47689
- meta?: JsonApiVisualizationObjectOutMeta;
47740
+ meta?: JsonApiDatasetOutMeta;
47690
47741
  attributes: JsonApiMetricOutAttributes;
47691
47742
  relationships?: JsonApiVisualizationObjectOutRelationships;
47692
47743
  links?: ObjectLinks;
@@ -47809,7 +47860,7 @@ export declare interface JsonApiNotificationChannelIdentifierOutDocument {
47809
47860
  export declare interface JsonApiNotificationChannelIdentifierOutList {
47810
47861
  data: Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
47811
47862
  links?: ListLinks;
47812
- meta?: JsonApiWorkspaceAutomationOutListMeta;
47863
+ meta?: JsonApiColorPaletteOutListMeta;
47813
47864
  }
47814
47865
 
47815
47866
  export declare const JsonApiNotificationChannelIdentifierOutTypeEnum: {
@@ -47849,7 +47900,7 @@ export declare interface JsonApiNotificationChannelIn {
47849
47900
  * API identifier of an object
47850
47901
  */
47851
47902
  id: string;
47852
- attributes?: JsonApiNotificationChannelPatchAttributes;
47903
+ attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
47853
47904
  }
47854
47905
 
47855
47906
  export declare interface JsonApiNotificationChannelInDocument {
@@ -47967,7 +48018,7 @@ export declare interface JsonApiNotificationChannelOutDocument {
47967
48018
  export declare interface JsonApiNotificationChannelOutList {
47968
48019
  data: Array<JsonApiNotificationChannelOutWithLinks>;
47969
48020
  links?: ListLinks;
47970
- meta?: JsonApiWorkspaceAutomationOutListMeta;
48021
+ meta?: JsonApiColorPaletteOutListMeta;
47971
48022
  }
47972
48023
 
47973
48024
  export declare const JsonApiNotificationChannelOutTypeEnum: {
@@ -48007,10 +48058,35 @@ export declare interface JsonApiNotificationChannelPatch {
48007
48058
  * API identifier of an object
48008
48059
  */
48009
48060
  id: string;
48010
- attributes?: JsonApiNotificationChannelPatchAttributes;
48061
+ attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
48062
+ }
48063
+
48064
+ export declare interface JsonApiNotificationChannelPatchDocument {
48065
+ data: JsonApiNotificationChannelPatch;
48066
+ }
48067
+
48068
+ export declare const JsonApiNotificationChannelPatchTypeEnum: {
48069
+ readonly NOTIFICATION_CHANNEL: "notificationChannel";
48070
+ };
48071
+
48072
+ export declare type JsonApiNotificationChannelPatchTypeEnum = (typeof JsonApiNotificationChannelPatchTypeEnum)[keyof typeof JsonApiNotificationChannelPatchTypeEnum];
48073
+
48074
+ /**
48075
+ * JSON:API representation of notificationChannel entity.
48076
+ */
48077
+ export declare interface JsonApiNotificationChannelPostOptionalId {
48078
+ /**
48079
+ * Object type
48080
+ */
48081
+ type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
48082
+ /**
48083
+ * API identifier of an object
48084
+ */
48085
+ id?: string;
48086
+ attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
48011
48087
  }
48012
48088
 
48013
- export declare interface JsonApiNotificationChannelPatchAttributes {
48089
+ export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
48014
48090
  name?: string | null;
48015
48091
  description?: string | null;
48016
48092
  destination?: JsonApiNotificationChannelOutAttributesDestination;
@@ -48021,7 +48097,7 @@ export declare interface JsonApiNotificationChannelPatchAttributes {
48021
48097
  /**
48022
48098
  * Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
48023
48099
  */
48024
- dashboardLinkVisibility?: JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum;
48100
+ dashboardLinkVisibility?: JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum;
48025
48101
  /**
48026
48102
  * Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
48027
48103
  */
@@ -48029,60 +48105,35 @@ export declare interface JsonApiNotificationChannelPatchAttributes {
48029
48105
  /**
48030
48106
  * Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
48031
48107
  */
48032
- allowedRecipients?: JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum;
48108
+ allowedRecipients?: JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum;
48033
48109
  /**
48034
48110
  * In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
48035
48111
  */
48036
- inPlatformNotification?: JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum;
48112
+ inPlatformNotification?: JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum;
48037
48113
  }
48038
48114
 
48039
- export declare const JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum: {
48115
+ export declare const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum: {
48040
48116
  readonly CREATOR: "CREATOR";
48041
48117
  readonly INTERNAL: "INTERNAL";
48042
48118
  readonly EXTERNAL: "EXTERNAL";
48043
48119
  };
48044
48120
 
48045
- export declare type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum];
48121
+ export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum];
48046
48122
 
48047
- export declare const JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum: {
48123
+ export declare const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum: {
48048
48124
  readonly HIDDEN: "HIDDEN";
48049
48125
  readonly INTERNAL_ONLY: "INTERNAL_ONLY";
48050
48126
  readonly ALL: "ALL";
48051
48127
  };
48052
48128
 
48053
- export declare type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum];
48129
+ export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum];
48054
48130
 
48055
- export declare const JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum: {
48131
+ export declare const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum: {
48056
48132
  readonly DISABLED: "DISABLED";
48057
48133
  readonly ENABLED: "ENABLED";
48058
48134
  };
48059
48135
 
48060
- export declare type JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum];
48061
-
48062
- export declare interface JsonApiNotificationChannelPatchDocument {
48063
- data: JsonApiNotificationChannelPatch;
48064
- }
48065
-
48066
- export declare const JsonApiNotificationChannelPatchTypeEnum: {
48067
- readonly NOTIFICATION_CHANNEL: "notificationChannel";
48068
- };
48069
-
48070
- export declare type JsonApiNotificationChannelPatchTypeEnum = (typeof JsonApiNotificationChannelPatchTypeEnum)[keyof typeof JsonApiNotificationChannelPatchTypeEnum];
48071
-
48072
- /**
48073
- * JSON:API representation of notificationChannel entity.
48074
- */
48075
- export declare interface JsonApiNotificationChannelPostOptionalId {
48076
- /**
48077
- * Object type
48078
- */
48079
- type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
48080
- /**
48081
- * API identifier of an object
48082
- */
48083
- id?: string;
48084
- attributes?: JsonApiNotificationChannelPatchAttributes;
48085
- }
48136
+ export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum];
48086
48137
 
48087
48138
  export declare interface JsonApiNotificationChannelPostOptionalIdDocument {
48088
48139
  data: JsonApiNotificationChannelPostOptionalId;
@@ -48106,14 +48157,58 @@ export declare interface JsonApiOrganizationIn {
48106
48157
  * API identifier of an object
48107
48158
  */
48108
48159
  id: string;
48109
- attributes?: JsonApiOrganizationPatchAttributes;
48110
- relationships?: JsonApiOrganizationPatchRelationships;
48160
+ attributes?: JsonApiOrganizationInAttributes;
48161
+ relationships?: JsonApiOrganizationInRelationships;
48162
+ }
48163
+
48164
+ export declare interface JsonApiOrganizationInAttributes {
48165
+ name?: string | null;
48166
+ hostname?: string;
48167
+ allowedOrigins?: Array<string>;
48168
+ oauthIssuerLocation?: string;
48169
+ oauthClientId?: string;
48170
+ oauthClientSecret?: string;
48171
+ /**
48172
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
48173
+ * @deprecated
48174
+ */
48175
+ earlyAccess?: string | null;
48176
+ /**
48177
+ * The early access feature identifiers. They are used to enable experimental features.
48178
+ */
48179
+ earlyAccessValues?: Array<string> | null;
48180
+ /**
48181
+ * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
48182
+ */
48183
+ oauthIssuerId?: string;
48184
+ /**
48185
+ * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
48186
+ */
48187
+ oauthSubjectIdClaim?: string;
48188
+ /**
48189
+ * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
48190
+ */
48191
+ oauthCustomAuthAttributes?: {
48192
+ [key: string]: string;
48193
+ };
48194
+ /**
48195
+ * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
48196
+ */
48197
+ oauthCustomScopes?: Array<string> | null;
48111
48198
  }
48112
48199
 
48113
48200
  export declare interface JsonApiOrganizationInDocument {
48114
48201
  data: JsonApiOrganizationIn;
48115
48202
  }
48116
48203
 
48204
+ export declare interface JsonApiOrganizationInRelationships {
48205
+ identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
48206
+ }
48207
+
48208
+ export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
48209
+ data: JsonApiIdentityProviderLinkage | null;
48210
+ }
48211
+
48117
48212
  export declare const JsonApiOrganizationInTypeEnum: {
48118
48213
  readonly ORGANIZATION: "organization";
48119
48214
  };
@@ -48214,21 +48309,9 @@ export declare const JsonApiOrganizationOutMetaPermissionsEnum: {
48214
48309
  export declare type JsonApiOrganizationOutMetaPermissionsEnum = (typeof JsonApiOrganizationOutMetaPermissionsEnum)[keyof typeof JsonApiOrganizationOutMetaPermissionsEnum];
48215
48310
 
48216
48311
  export declare interface JsonApiOrganizationOutRelationships {
48217
- bootstrapUser?: JsonApiOrganizationOutRelationshipsBootstrapUser;
48218
- bootstrapUserGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
48219
- identityProvider?: JsonApiOrganizationOutRelationshipsIdentityProvider;
48220
- }
48221
-
48222
- export declare interface JsonApiOrganizationOutRelationshipsBootstrapUser {
48223
- data: JsonApiUserLinkage | null;
48224
- }
48225
-
48226
- export declare interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
48227
- data: JsonApiUserGroupLinkage | null;
48228
- }
48229
-
48230
- export declare interface JsonApiOrganizationOutRelationshipsIdentityProvider {
48231
- data: JsonApiIdentityProviderLinkage | null;
48312
+ bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
48313
+ bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
48314
+ identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
48232
48315
  }
48233
48316
 
48234
48317
  export declare const JsonApiOrganizationOutTypeEnum: {
@@ -48249,54 +48332,14 @@ export declare interface JsonApiOrganizationPatch {
48249
48332
  * API identifier of an object
48250
48333
  */
48251
48334
  id: string;
48252
- attributes?: JsonApiOrganizationPatchAttributes;
48253
- relationships?: JsonApiOrganizationPatchRelationships;
48254
- }
48255
-
48256
- export declare interface JsonApiOrganizationPatchAttributes {
48257
- name?: string | null;
48258
- hostname?: string;
48259
- allowedOrigins?: Array<string>;
48260
- oauthIssuerLocation?: string;
48261
- oauthClientId?: string;
48262
- oauthClientSecret?: string;
48263
- /**
48264
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
48265
- * @deprecated
48266
- */
48267
- earlyAccess?: string | null;
48268
- /**
48269
- * The early access feature identifiers. They are used to enable experimental features.
48270
- */
48271
- earlyAccessValues?: Array<string> | null;
48272
- /**
48273
- * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
48274
- */
48275
- oauthIssuerId?: string;
48276
- /**
48277
- * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
48278
- */
48279
- oauthSubjectIdClaim?: string;
48280
- /**
48281
- * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
48282
- */
48283
- oauthCustomAuthAttributes?: {
48284
- [key: string]: string;
48285
- };
48286
- /**
48287
- * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
48288
- */
48289
- oauthCustomScopes?: Array<string> | null;
48335
+ attributes?: JsonApiOrganizationInAttributes;
48336
+ relationships?: JsonApiOrganizationInRelationships;
48290
48337
  }
48291
48338
 
48292
48339
  export declare interface JsonApiOrganizationPatchDocument {
48293
48340
  data: JsonApiOrganizationPatch;
48294
48341
  }
48295
48342
 
48296
- export declare interface JsonApiOrganizationPatchRelationships {
48297
- identityProvider?: JsonApiOrganizationOutRelationshipsIdentityProvider;
48298
- }
48299
-
48300
48343
  export declare const JsonApiOrganizationPatchTypeEnum: {
48301
48344
  readonly ORGANIZATION: "organization";
48302
48345
  };
@@ -48315,7 +48358,7 @@ export declare interface JsonApiOrganizationSettingIn {
48315
48358
  * API identifier of an object
48316
48359
  */
48317
48360
  id: string;
48318
- attributes?: JsonApiWorkspaceSettingInAttributes;
48361
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
48319
48362
  }
48320
48363
 
48321
48364
  export declare interface JsonApiOrganizationSettingInDocument {
@@ -48340,7 +48383,7 @@ export declare interface JsonApiOrganizationSettingOut {
48340
48383
  * API identifier of an object
48341
48384
  */
48342
48385
  id: string;
48343
- attributes?: JsonApiWorkspaceSettingInAttributes;
48386
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
48344
48387
  }
48345
48388
 
48346
48389
  export declare interface JsonApiOrganizationSettingOutDocument {
@@ -48354,7 +48397,7 @@ export declare interface JsonApiOrganizationSettingOutDocument {
48354
48397
  export declare interface JsonApiOrganizationSettingOutList {
48355
48398
  data: Array<JsonApiOrganizationSettingOutWithLinks>;
48356
48399
  links?: ListLinks;
48357
- meta?: JsonApiWorkspaceAutomationOutListMeta;
48400
+ meta?: JsonApiColorPaletteOutListMeta;
48358
48401
  }
48359
48402
 
48360
48403
  export declare const JsonApiOrganizationSettingOutTypeEnum: {
@@ -48372,7 +48415,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
48372
48415
  * API identifier of an object
48373
48416
  */
48374
48417
  id: string;
48375
- attributes?: JsonApiWorkspaceSettingInAttributes;
48418
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
48376
48419
  links?: ObjectLinks;
48377
48420
  }
48378
48421
 
@@ -48394,7 +48437,7 @@ export declare interface JsonApiOrganizationSettingPatch {
48394
48437
  * API identifier of an object
48395
48438
  */
48396
48439
  id: string;
48397
- attributes?: JsonApiWorkspaceSettingInAttributes;
48440
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
48398
48441
  }
48399
48442
 
48400
48443
  export declare interface JsonApiOrganizationSettingPatchDocument {
@@ -48458,7 +48501,7 @@ export declare interface JsonApiThemeOutDocument {
48458
48501
  export declare interface JsonApiThemeOutList {
48459
48502
  data: Array<JsonApiThemeOutWithLinks>;
48460
48503
  links?: ListLinks;
48461
- meta?: JsonApiWorkspaceAutomationOutListMeta;
48504
+ meta?: JsonApiColorPaletteOutListMeta;
48462
48505
  }
48463
48506
 
48464
48507
  export declare const JsonApiThemeOutTypeEnum: {
@@ -48523,25 +48566,17 @@ export declare interface JsonApiUserDataFilterIn {
48523
48566
  * API identifier of an object
48524
48567
  */
48525
48568
  id: string;
48526
- attributes: JsonApiUserDataFilterInAttributes;
48569
+ attributes: JsonApiUserDataFilterOutAttributes;
48527
48570
  relationships?: JsonApiUserDataFilterInRelationships;
48528
48571
  }
48529
48572
 
48530
- export declare interface JsonApiUserDataFilterInAttributes {
48531
- title?: string;
48532
- description?: string;
48533
- tags?: Array<string>;
48534
- areRelationsValid?: boolean;
48535
- maql: string;
48536
- }
48537
-
48538
48573
  export declare interface JsonApiUserDataFilterInDocument {
48539
48574
  data: JsonApiUserDataFilterIn;
48540
48575
  }
48541
48576
 
48542
48577
  export declare interface JsonApiUserDataFilterInRelationships {
48543
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
48544
- userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
48578
+ user?: JsonApiFilterViewOutRelationshipsUser;
48579
+ userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
48545
48580
  }
48546
48581
 
48547
48582
  export declare const JsonApiUserDataFilterInTypeEnum: {
@@ -48562,11 +48597,19 @@ export declare interface JsonApiUserDataFilterOut {
48562
48597
  * API identifier of an object
48563
48598
  */
48564
48599
  id: string;
48565
- meta?: JsonApiVisualizationObjectOutMeta;
48566
- attributes: JsonApiUserDataFilterInAttributes;
48600
+ meta?: JsonApiDatasetOutMeta;
48601
+ attributes: JsonApiUserDataFilterOutAttributes;
48567
48602
  relationships?: JsonApiUserDataFilterOutRelationships;
48568
48603
  }
48569
48604
 
48605
+ export declare interface JsonApiUserDataFilterOutAttributes {
48606
+ title?: string;
48607
+ description?: string;
48608
+ tags?: Array<string>;
48609
+ areRelationsValid?: boolean;
48610
+ maql: string;
48611
+ }
48612
+
48570
48613
  export declare interface JsonApiUserDataFilterOutDocument {
48571
48614
  data: JsonApiUserDataFilterOut;
48572
48615
  links?: ObjectLinks;
@@ -48587,7 +48630,7 @@ export declare type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLi
48587
48630
  export declare interface JsonApiUserDataFilterOutList {
48588
48631
  data: Array<JsonApiUserDataFilterOutWithLinks>;
48589
48632
  links?: ListLinks;
48590
- meta?: JsonApiWorkspaceAutomationOutListMeta;
48633
+ meta?: JsonApiColorPaletteOutListMeta;
48591
48634
  /**
48592
48635
  * Included resources
48593
48636
  */
@@ -48595,13 +48638,17 @@ export declare interface JsonApiUserDataFilterOutList {
48595
48638
  }
48596
48639
 
48597
48640
  export declare interface JsonApiUserDataFilterOutRelationships {
48598
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
48599
- userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
48600
- facts?: JsonApiVisualizationObjectOutRelationshipsFacts;
48601
- attributes?: JsonApiVisualizationObjectOutRelationshipsAttributes;
48641
+ user?: JsonApiFilterViewOutRelationshipsUser;
48642
+ userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
48643
+ facts?: JsonApiDatasetOutRelationshipsFacts;
48644
+ attributes?: JsonApiDatasetOutRelationshipsAttributes;
48602
48645
  labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
48603
48646
  metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
48604
- datasets?: JsonApiVisualizationObjectOutRelationshipsDatasets;
48647
+ datasets?: JsonApiDatasetOutRelationshipsReferences;
48648
+ }
48649
+
48650
+ export declare interface JsonApiUserDataFilterOutRelationshipsUserGroup {
48651
+ data: JsonApiUserGroupLinkage | null;
48605
48652
  }
48606
48653
 
48607
48654
  export declare const JsonApiUserDataFilterOutTypeEnum: {
@@ -48619,8 +48666,8 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
48619
48666
  * API identifier of an object
48620
48667
  */
48621
48668
  id: string;
48622
- meta?: JsonApiVisualizationObjectOutMeta;
48623
- attributes: JsonApiUserDataFilterInAttributes;
48669
+ meta?: JsonApiDatasetOutMeta;
48670
+ attributes: JsonApiUserDataFilterOutAttributes;
48624
48671
  relationships?: JsonApiUserDataFilterOutRelationships;
48625
48672
  links?: ObjectLinks;
48626
48673
  }
@@ -48677,7 +48724,7 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
48677
48724
  * API identifier of an object
48678
48725
  */
48679
48726
  id?: string;
48680
- attributes: JsonApiUserDataFilterInAttributes;
48727
+ attributes: JsonApiUserDataFilterOutAttributes;
48681
48728
  relationships?: JsonApiUserDataFilterInRelationships;
48682
48729
  }
48683
48730
 
@@ -48766,7 +48813,7 @@ export declare interface JsonApiUserGroupOutDocument {
48766
48813
  export declare interface JsonApiUserGroupOutList {
48767
48814
  data: Array<JsonApiUserGroupOutWithLinks>;
48768
48815
  links?: ListLinks;
48769
- meta?: JsonApiWorkspaceAutomationOutListMeta;
48816
+ meta?: JsonApiColorPaletteOutListMeta;
48770
48817
  /**
48771
48818
  * Included resources
48772
48819
  */
@@ -48875,7 +48922,7 @@ export declare interface JsonApiUserIdentifierOutDocument {
48875
48922
  export declare interface JsonApiUserIdentifierOutList {
48876
48923
  data: Array<JsonApiUserIdentifierOutWithLinks>;
48877
48924
  links?: ListLinks;
48878
- meta?: JsonApiWorkspaceAutomationOutListMeta;
48925
+ meta?: JsonApiColorPaletteOutListMeta;
48879
48926
  }
48880
48927
 
48881
48928
  export declare const JsonApiUserIdentifierOutTypeEnum: {
@@ -48981,7 +49028,7 @@ export declare interface JsonApiUserOutDocument {
48981
49028
  export declare interface JsonApiUserOutList {
48982
49029
  data: Array<JsonApiUserOutWithLinks>;
48983
49030
  links?: ListLinks;
48984
- meta?: JsonApiWorkspaceAutomationOutListMeta;
49031
+ meta?: JsonApiColorPaletteOutListMeta;
48985
49032
  /**
48986
49033
  * Included resources
48987
49034
  */
@@ -49063,7 +49110,7 @@ export declare interface JsonApiUserSettingIn {
49063
49110
  * API identifier of an object
49064
49111
  */
49065
49112
  id: string;
49066
- attributes?: JsonApiWorkspaceSettingInAttributes;
49113
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
49067
49114
  }
49068
49115
 
49069
49116
  export declare interface JsonApiUserSettingInDocument {
@@ -49088,7 +49135,7 @@ export declare interface JsonApiUserSettingOut {
49088
49135
  * API identifier of an object
49089
49136
  */
49090
49137
  id: string;
49091
- attributes?: JsonApiWorkspaceSettingInAttributes;
49138
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
49092
49139
  }
49093
49140
 
49094
49141
  export declare interface JsonApiUserSettingOutDocument {
@@ -49102,7 +49149,7 @@ export declare interface JsonApiUserSettingOutDocument {
49102
49149
  export declare interface JsonApiUserSettingOutList {
49103
49150
  data: Array<JsonApiUserSettingOutWithLinks>;
49104
49151
  links?: ListLinks;
49105
- meta?: JsonApiWorkspaceAutomationOutListMeta;
49152
+ meta?: JsonApiColorPaletteOutListMeta;
49106
49153
  }
49107
49154
 
49108
49155
  export declare const JsonApiUserSettingOutTypeEnum: {
@@ -49120,7 +49167,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
49120
49167
  * API identifier of an object
49121
49168
  */
49122
49169
  id: string;
49123
- attributes?: JsonApiWorkspaceSettingInAttributes;
49170
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
49124
49171
  links?: ObjectLinks;
49125
49172
  }
49126
49173
 
@@ -49142,7 +49189,7 @@ export declare interface JsonApiVisualizationObjectIn {
49142
49189
  * API identifier of an object
49143
49190
  */
49144
49191
  id: string;
49145
- attributes: JsonApiAnalyticalDashboardInAttributes;
49192
+ attributes: JsonApiFilterContextOutAttributes;
49146
49193
  }
49147
49194
 
49148
49195
  export declare interface JsonApiVisualizationObjectInDocument {
@@ -49181,7 +49228,7 @@ export declare interface JsonApiVisualizationObjectOut {
49181
49228
  * API identifier of an object
49182
49229
  */
49183
49230
  id: string;
49184
- meta?: JsonApiVisualizationObjectOutMeta;
49231
+ meta?: JsonApiDatasetOutMeta;
49185
49232
  attributes: JsonApiVisualizationObjectOutAttributes;
49186
49233
  relationships?: JsonApiVisualizationObjectOutRelationships;
49187
49234
  }
@@ -49214,70 +49261,27 @@ export declare interface JsonApiVisualizationObjectOutDocument {
49214
49261
  export declare interface JsonApiVisualizationObjectOutList {
49215
49262
  data: Array<JsonApiVisualizationObjectOutWithLinks>;
49216
49263
  links?: ListLinks;
49217
- meta?: JsonApiWorkspaceAutomationOutListMeta;
49264
+ meta?: JsonApiColorPaletteOutListMeta;
49218
49265
  /**
49219
49266
  * Included resources
49220
49267
  */
49221
49268
  included?: Array<JsonApiMetricOutIncludes>;
49222
49269
  }
49223
49270
 
49224
- export declare interface JsonApiVisualizationObjectOutMeta {
49225
- origin?: JsonApiVisualizationObjectOutMetaOrigin;
49226
- }
49227
-
49228
- export declare interface JsonApiVisualizationObjectOutMetaOrigin {
49229
- /**
49230
- * defines type of the origin of the entity
49231
- */
49232
- originType: JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum;
49233
- /**
49234
- * defines id of the workspace where the entity comes from
49235
- */
49236
- originId: string;
49237
- }
49238
-
49239
- export declare const JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum: {
49240
- readonly NATIVE: "NATIVE";
49241
- readonly PARENT: "PARENT";
49242
- };
49243
-
49244
- export declare type JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = (typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum)[keyof typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum];
49245
-
49246
49271
  export declare interface JsonApiVisualizationObjectOutRelationships {
49247
49272
  createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
49248
49273
  modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
49249
- facts?: JsonApiVisualizationObjectOutRelationshipsFacts;
49250
- attributes?: JsonApiVisualizationObjectOutRelationshipsAttributes;
49274
+ facts?: JsonApiDatasetOutRelationshipsFacts;
49275
+ attributes?: JsonApiDatasetOutRelationshipsAttributes;
49251
49276
  labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
49252
49277
  metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
49253
- datasets?: JsonApiVisualizationObjectOutRelationshipsDatasets;
49254
- }
49255
-
49256
- export declare interface JsonApiVisualizationObjectOutRelationshipsAttributes {
49257
- /**
49258
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
49259
- */
49260
- data: Array<JsonApiAttributeLinkage>;
49278
+ datasets?: JsonApiDatasetOutRelationshipsReferences;
49261
49279
  }
49262
49280
 
49263
49281
  export declare interface JsonApiVisualizationObjectOutRelationshipsCreatedBy {
49264
49282
  data: JsonApiUserIdentifierLinkage | null;
49265
49283
  }
49266
49284
 
49267
- export declare interface JsonApiVisualizationObjectOutRelationshipsDatasets {
49268
- /**
49269
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
49270
- */
49271
- data: Array<JsonApiDatasetLinkage>;
49272
- }
49273
-
49274
- export declare interface JsonApiVisualizationObjectOutRelationshipsFacts {
49275
- /**
49276
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
49277
- */
49278
- data: Array<JsonApiFactLinkage>;
49279
- }
49280
-
49281
49285
  export declare interface JsonApiVisualizationObjectOutRelationshipsLabels {
49282
49286
  /**
49283
49287
  * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
@@ -49307,7 +49311,7 @@ export declare interface JsonApiVisualizationObjectOutWithLinks {
49307
49311
  * API identifier of an object
49308
49312
  */
49309
49313
  id: string;
49310
- meta?: JsonApiVisualizationObjectOutMeta;
49314
+ meta?: JsonApiDatasetOutMeta;
49311
49315
  attributes: JsonApiVisualizationObjectOutAttributes;
49312
49316
  relationships?: JsonApiVisualizationObjectOutRelationships;
49313
49317
  links?: ObjectLinks;
@@ -49356,7 +49360,7 @@ export declare interface JsonApiVisualizationObjectPostOptionalId {
49356
49360
  * API identifier of an object
49357
49361
  */
49358
49362
  id?: string;
49359
- attributes: JsonApiAnalyticalDashboardInAttributes;
49363
+ attributes: JsonApiFilterContextOutAttributes;
49360
49364
  }
49361
49365
 
49362
49366
  export declare interface JsonApiVisualizationObjectPostOptionalIdDocument {
@@ -49381,50 +49385,14 @@ export declare interface JsonApiWorkspaceAutomationOut {
49381
49385
  * API identifier of an object
49382
49386
  */
49383
49387
  id: string;
49384
- attributes: JsonApiWorkspaceAutomationOutAttributes;
49385
- relationships?: JsonApiAutomationOutRelationships;
49386
- }
49387
-
49388
- export declare interface JsonApiWorkspaceAutomationOutAttributes {
49389
- /**
49390
- * ID of the workspace to which the automation belongs.
49391
- */
49392
- workspaceId: string;
49393
- title?: string;
49394
- description?: string;
49395
- tags?: Array<string>;
49396
- areRelationsValid?: boolean;
49397
- /**
49398
- * Additional details to be included in the automated message.
49399
- */
49400
- details?: object;
49401
- metadata?: JsonApiAutomationInAttributesMetadata | null;
49402
- /**
49403
- * Current state of the automation.
49404
- */
49405
- state?: JsonApiWorkspaceAutomationOutAttributesStateEnum;
49406
- schedule?: JsonApiAutomationInAttributesSchedule;
49407
- alert?: JsonApiAutomationInAttributesAlert;
49408
- tabularExports?: Array<JsonApiAutomationInAttributesTabularExportsInner>;
49409
- visualExports?: Array<JsonApiAutomationInAttributesVisualExportsInner>;
49410
- imageExports?: Array<JsonApiAutomationInAttributesImageExportsInner>;
49411
- rawExports?: Array<JsonApiAutomationInAttributesRawExportsInner>;
49412
- slidesExports?: Array<JsonApiAutomationInAttributesSlidesExportsInner>;
49413
- dashboardTabularExports?: Array<JsonApiAutomationInAttributesDashboardTabularExportsInner>;
49414
- /**
49415
- * External recipients of the automation action results.
49416
- */
49417
- externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipientsInner>;
49418
- createdAt?: string;
49419
- modifiedAt?: string;
49388
+ attributes?: JsonApiAutomationOutAttributes;
49389
+ relationships?: JsonApiWorkspaceAutomationOutRelationships;
49420
49390
  }
49421
49391
 
49422
- export declare const JsonApiWorkspaceAutomationOutAttributesStateEnum: {
49423
- readonly ACTIVE: "ACTIVE";
49424
- readonly PAUSED: "PAUSED";
49425
- };
49426
-
49427
- export declare type JsonApiWorkspaceAutomationOutAttributesStateEnum = (typeof JsonApiWorkspaceAutomationOutAttributesStateEnum)[keyof typeof JsonApiWorkspaceAutomationOutAttributesStateEnum];
49392
+ /**
49393
+ * @type JsonApiWorkspaceAutomationOutIncludes
49394
+ */
49395
+ export declare type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLinks | JsonApiAutomationResultOutWithLinks | JsonApiExportDefinitionOutWithLinks | JsonApiNotificationChannelOutWithLinks | JsonApiUserIdentifierOutWithLinks | JsonApiUserOutWithLinks | JsonApiWorkspaceOutWithLinks;
49428
49396
 
49429
49397
  /**
49430
49398
  * A JSON:API document with a list of resources
@@ -49432,15 +49400,22 @@ export declare type JsonApiWorkspaceAutomationOutAttributesStateEnum = (typeof J
49432
49400
  export declare interface JsonApiWorkspaceAutomationOutList {
49433
49401
  data: Array<JsonApiWorkspaceAutomationOutWithLinks>;
49434
49402
  links?: ListLinks;
49435
- meta?: JsonApiWorkspaceAutomationOutListMeta;
49403
+ meta?: JsonApiColorPaletteOutListMeta;
49436
49404
  /**
49437
49405
  * Included resources
49438
49406
  */
49439
- included?: Array<JsonApiAutomationOutIncludes>;
49407
+ included?: Array<JsonApiWorkspaceAutomationOutIncludes>;
49440
49408
  }
49441
49409
 
49442
- export declare interface JsonApiWorkspaceAutomationOutListMeta {
49443
- page?: PageMetadata;
49410
+ export declare interface JsonApiWorkspaceAutomationOutRelationships {
49411
+ workspace?: JsonApiWorkspaceOutRelationshipsParent;
49412
+ notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
49413
+ analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
49414
+ createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
49415
+ modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
49416
+ exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
49417
+ recipients?: JsonApiAutomationOutRelationshipsRecipients;
49418
+ automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
49444
49419
  }
49445
49420
 
49446
49421
  export declare const JsonApiWorkspaceAutomationOutTypeEnum: {
@@ -49458,8 +49433,8 @@ export declare interface JsonApiWorkspaceAutomationOutWithLinks {
49458
49433
  * API identifier of an object
49459
49434
  */
49460
49435
  id: string;
49461
- attributes: JsonApiWorkspaceAutomationOutAttributes;
49462
- relationships?: JsonApiAutomationOutRelationships;
49436
+ attributes?: JsonApiAutomationOutAttributes;
49437
+ relationships?: JsonApiWorkspaceAutomationOutRelationships;
49463
49438
  links?: ObjectLinks;
49464
49439
  }
49465
49440
 
@@ -49521,7 +49496,7 @@ export declare interface JsonApiWorkspaceDataFilterOut {
49521
49496
  * API identifier of an object
49522
49497
  */
49523
49498
  id: string;
49524
- meta?: JsonApiVisualizationObjectOutMeta;
49499
+ meta?: JsonApiDatasetOutMeta;
49525
49500
  attributes?: JsonApiWorkspaceDataFilterOutAttributes;
49526
49501
  relationships?: JsonApiWorkspaceDataFilterOutRelationships;
49527
49502
  }
@@ -49547,7 +49522,7 @@ export declare interface JsonApiWorkspaceDataFilterOutDocument {
49547
49522
  export declare interface JsonApiWorkspaceDataFilterOutList {
49548
49523
  data: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
49549
49524
  links?: ListLinks;
49550
- meta?: JsonApiWorkspaceAutomationOutListMeta;
49525
+ meta?: JsonApiColorPaletteOutListMeta;
49551
49526
  /**
49552
49527
  * Included resources
49553
49528
  */
@@ -49580,7 +49555,7 @@ export declare interface JsonApiWorkspaceDataFilterOutWithLinks {
49580
49555
  * API identifier of an object
49581
49556
  */
49582
49557
  id: string;
49583
- meta?: JsonApiVisualizationObjectOutMeta;
49558
+ meta?: JsonApiDatasetOutMeta;
49584
49559
  attributes?: JsonApiWorkspaceDataFilterOutAttributes;
49585
49560
  relationships?: JsonApiWorkspaceDataFilterOutRelationships;
49586
49561
  links?: ObjectLinks;
@@ -49630,28 +49605,14 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
49630
49605
  * API identifier of an object
49631
49606
  */
49632
49607
  id: string;
49633
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
49634
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
49635
- }
49636
-
49637
- export declare interface JsonApiWorkspaceDataFilterSettingInAttributes {
49638
- title?: string;
49639
- description?: string;
49640
- filterValues?: Array<string>;
49608
+ attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
49609
+ relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
49641
49610
  }
49642
49611
 
49643
49612
  export declare interface JsonApiWorkspaceDataFilterSettingInDocument {
49644
49613
  data: JsonApiWorkspaceDataFilterSettingIn;
49645
49614
  }
49646
49615
 
49647
- export declare interface JsonApiWorkspaceDataFilterSettingInRelationships {
49648
- workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
49649
- }
49650
-
49651
- export declare interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
49652
- data: JsonApiWorkspaceDataFilterLinkage | null;
49653
- }
49654
-
49655
49616
  export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
49656
49617
  readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
49657
49618
  };
@@ -49684,9 +49645,15 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
49684
49645
  * API identifier of an object
49685
49646
  */
49686
49647
  id: string;
49687
- meta?: JsonApiVisualizationObjectOutMeta;
49688
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
49689
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
49648
+ meta?: JsonApiDatasetOutMeta;
49649
+ attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
49650
+ relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
49651
+ }
49652
+
49653
+ export declare interface JsonApiWorkspaceDataFilterSettingOutAttributes {
49654
+ title?: string;
49655
+ description?: string;
49656
+ filterValues?: Array<string>;
49690
49657
  }
49691
49658
 
49692
49659
  export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
@@ -49704,13 +49671,21 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
49704
49671
  export declare interface JsonApiWorkspaceDataFilterSettingOutList {
49705
49672
  data: Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
49706
49673
  links?: ListLinks;
49707
- meta?: JsonApiWorkspaceAutomationOutListMeta;
49674
+ meta?: JsonApiColorPaletteOutListMeta;
49708
49675
  /**
49709
49676
  * Included resources
49710
49677
  */
49711
49678
  included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
49712
49679
  }
49713
49680
 
49681
+ export declare interface JsonApiWorkspaceDataFilterSettingOutRelationships {
49682
+ workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
49683
+ }
49684
+
49685
+ export declare interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
49686
+ data: JsonApiWorkspaceDataFilterLinkage | null;
49687
+ }
49688
+
49714
49689
  export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
49715
49690
  readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
49716
49691
  };
@@ -49726,9 +49701,9 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
49726
49701
  * API identifier of an object
49727
49702
  */
49728
49703
  id: string;
49729
- meta?: JsonApiVisualizationObjectOutMeta;
49730
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
49731
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
49704
+ meta?: JsonApiDatasetOutMeta;
49705
+ attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
49706
+ relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
49732
49707
  links?: ObjectLinks;
49733
49708
  }
49734
49709
 
@@ -49750,8 +49725,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
49750
49725
  * API identifier of an object
49751
49726
  */
49752
49727
  id: string;
49753
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
49754
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
49728
+ attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
49729
+ relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
49755
49730
  }
49756
49731
 
49757
49732
  export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
@@ -49776,8 +49751,8 @@ export declare interface JsonApiWorkspaceIn {
49776
49751
  * API identifier of an object
49777
49752
  */
49778
49753
  id: string;
49779
- attributes?: JsonApiWorkspacePatchAttributes;
49780
- relationships?: JsonApiWorkspacePatchRelationships;
49754
+ attributes?: JsonApiWorkspaceOutAttributes;
49755
+ relationships?: JsonApiWorkspaceOutRelationships;
49781
49756
  }
49782
49757
 
49783
49758
  export declare interface JsonApiWorkspaceInDocument {
@@ -49817,8 +49792,42 @@ export declare interface JsonApiWorkspaceOut {
49817
49792
  */
49818
49793
  id: string;
49819
49794
  meta?: JsonApiWorkspaceOutMeta;
49820
- attributes?: JsonApiWorkspacePatchAttributes;
49821
- relationships?: JsonApiWorkspacePatchRelationships;
49795
+ attributes?: JsonApiWorkspaceOutAttributes;
49796
+ relationships?: JsonApiWorkspaceOutRelationships;
49797
+ }
49798
+
49799
+ export declare interface JsonApiWorkspaceOutAttributes {
49800
+ name?: string | null;
49801
+ /**
49802
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
49803
+ * @deprecated
49804
+ */
49805
+ earlyAccess?: string | null;
49806
+ /**
49807
+ * The early access feature identifiers. They are used to enable experimental features.
49808
+ */
49809
+ earlyAccessValues?: Array<string> | null;
49810
+ description?: string | null;
49811
+ /**
49812
+ * Custom prefix of entity identifiers in workspace
49813
+ */
49814
+ prefix?: string | null;
49815
+ cacheExtraLimit?: number;
49816
+ dataSource?: JsonApiWorkspaceOutAttributesDataSource;
49817
+ }
49818
+
49819
+ /**
49820
+ * The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
49821
+ */
49822
+ export declare interface JsonApiWorkspaceOutAttributesDataSource {
49823
+ /**
49824
+ * The ID of the used data source.
49825
+ */
49826
+ id: string;
49827
+ /**
49828
+ * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
49829
+ */
49830
+ schemaPath?: Array<string>;
49822
49831
  }
49823
49832
 
49824
49833
  export declare interface JsonApiWorkspaceOutDocument {
@@ -49836,7 +49845,7 @@ export declare interface JsonApiWorkspaceOutDocument {
49836
49845
  export declare interface JsonApiWorkspaceOutList {
49837
49846
  data: Array<JsonApiWorkspaceOutWithLinks>;
49838
49847
  links?: ListLinks;
49839
- meta?: JsonApiWorkspaceAutomationOutListMeta;
49848
+ meta?: JsonApiColorPaletteOutListMeta;
49840
49849
  /**
49841
49850
  * Included resources
49842
49851
  */
@@ -49896,6 +49905,14 @@ export declare const JsonApiWorkspaceOutMetaPermissionsEnum: {
49896
49905
 
49897
49906
  export declare type JsonApiWorkspaceOutMetaPermissionsEnum = (typeof JsonApiWorkspaceOutMetaPermissionsEnum)[keyof typeof JsonApiWorkspaceOutMetaPermissionsEnum];
49898
49907
 
49908
+ export declare interface JsonApiWorkspaceOutRelationships {
49909
+ parent?: JsonApiWorkspaceOutRelationshipsParent;
49910
+ }
49911
+
49912
+ export declare interface JsonApiWorkspaceOutRelationshipsParent {
49913
+ data: JsonApiWorkspaceLinkage | null;
49914
+ }
49915
+
49899
49916
  export declare const JsonApiWorkspaceOutTypeEnum: {
49900
49917
  readonly WORKSPACE: "workspace";
49901
49918
  };
@@ -49912,8 +49929,8 @@ export declare interface JsonApiWorkspaceOutWithLinks {
49912
49929
  */
49913
49930
  id: string;
49914
49931
  meta?: JsonApiWorkspaceOutMeta;
49915
- attributes?: JsonApiWorkspacePatchAttributes;
49916
- relationships?: JsonApiWorkspacePatchRelationships;
49932
+ attributes?: JsonApiWorkspaceOutAttributes;
49933
+ relationships?: JsonApiWorkspaceOutRelationships;
49917
49934
  links?: ObjectLinks;
49918
49935
  }
49919
49936
 
@@ -49935,86 +49952,70 @@ export declare interface JsonApiWorkspacePatch {
49935
49952
  * API identifier of an object
49936
49953
  */
49937
49954
  id: string;
49938
- attributes?: JsonApiWorkspacePatchAttributes;
49939
- relationships?: JsonApiWorkspacePatchRelationships;
49955
+ attributes?: JsonApiWorkspaceOutAttributes;
49956
+ relationships?: JsonApiWorkspaceOutRelationships;
49940
49957
  }
49941
49958
 
49942
- export declare interface JsonApiWorkspacePatchAttributes {
49943
- name?: string | null;
49944
- /**
49945
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
49946
- * @deprecated
49947
- */
49948
- earlyAccess?: string | null;
49949
- /**
49950
- * The early access feature identifiers. They are used to enable experimental features.
49951
- */
49952
- earlyAccessValues?: Array<string> | null;
49953
- description?: string | null;
49954
- /**
49955
- * Custom prefix of entity identifiers in workspace
49956
- */
49957
- prefix?: string | null;
49958
- cacheExtraLimit?: number;
49959
- dataSource?: JsonApiWorkspacePatchAttributesDataSource;
49959
+ export declare interface JsonApiWorkspacePatchDocument {
49960
+ data: JsonApiWorkspacePatch;
49960
49961
  }
49961
49962
 
49963
+ export declare const JsonApiWorkspacePatchTypeEnum: {
49964
+ readonly WORKSPACE: "workspace";
49965
+ };
49966
+
49967
+ export declare type JsonApiWorkspacePatchTypeEnum = (typeof JsonApiWorkspacePatchTypeEnum)[keyof typeof JsonApiWorkspacePatchTypeEnum];
49968
+
49962
49969
  /**
49963
- * The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
49970
+ * JSON:API representation of workspaceSetting entity.
49964
49971
  */
49965
- export declare interface JsonApiWorkspacePatchAttributesDataSource {
49972
+ export declare interface JsonApiWorkspaceSettingIn {
49966
49973
  /**
49967
- * The ID of the used data source.
49974
+ * Object type
49968
49975
  */
49969
- id: string;
49976
+ type: JsonApiWorkspaceSettingInTypeEnum;
49970
49977
  /**
49971
- * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
49978
+ * API identifier of an object
49972
49979
  */
49973
- schemaPath?: Array<string>;
49974
- }
49975
-
49976
- export declare interface JsonApiWorkspacePatchDocument {
49977
- data: JsonApiWorkspacePatch;
49978
- }
49979
-
49980
- export declare interface JsonApiWorkspacePatchRelationships {
49981
- parent?: JsonApiWorkspacePatchRelationshipsParent;
49980
+ id: string;
49981
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
49982
49982
  }
49983
49983
 
49984
- export declare interface JsonApiWorkspacePatchRelationshipsParent {
49985
- data: JsonApiWorkspaceLinkage | null;
49984
+ export declare interface JsonApiWorkspaceSettingInDocument {
49985
+ data: JsonApiWorkspaceSettingIn;
49986
49986
  }
49987
49987
 
49988
- export declare const JsonApiWorkspacePatchTypeEnum: {
49989
- readonly WORKSPACE: "workspace";
49988
+ export declare const JsonApiWorkspaceSettingInTypeEnum: {
49989
+ readonly WORKSPACE_SETTING: "workspaceSetting";
49990
49990
  };
49991
49991
 
49992
- export declare type JsonApiWorkspacePatchTypeEnum = (typeof JsonApiWorkspacePatchTypeEnum)[keyof typeof JsonApiWorkspacePatchTypeEnum];
49992
+ export declare type JsonApiWorkspaceSettingInTypeEnum = (typeof JsonApiWorkspaceSettingInTypeEnum)[keyof typeof JsonApiWorkspaceSettingInTypeEnum];
49993
49993
 
49994
49994
  /**
49995
49995
  * JSON:API representation of workspaceSetting entity.
49996
49996
  */
49997
- export declare interface JsonApiWorkspaceSettingIn {
49997
+ export declare interface JsonApiWorkspaceSettingOut {
49998
49998
  /**
49999
49999
  * Object type
50000
50000
  */
50001
- type: JsonApiWorkspaceSettingInTypeEnum;
50001
+ type: JsonApiWorkspaceSettingOutTypeEnum;
50002
50002
  /**
50003
50003
  * API identifier of an object
50004
50004
  */
50005
50005
  id: string;
50006
- attributes?: JsonApiWorkspaceSettingInAttributes;
50006
+ meta?: JsonApiDatasetOutMeta;
50007
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
50007
50008
  }
50008
50009
 
50009
- export declare interface JsonApiWorkspaceSettingInAttributes {
50010
+ export declare interface JsonApiWorkspaceSettingOutAttributes {
50010
50011
  /**
50011
50012
  * Free-form JSON content. Maximum supported length is 15000 characters.
50012
50013
  */
50013
50014
  content?: object;
50014
- type?: JsonApiWorkspaceSettingInAttributesTypeEnum;
50015
+ type?: JsonApiWorkspaceSettingOutAttributesTypeEnum;
50015
50016
  }
50016
50017
 
50017
- export declare const JsonApiWorkspaceSettingInAttributesTypeEnum: {
50018
+ export declare const JsonApiWorkspaceSettingOutAttributesTypeEnum: {
50018
50019
  readonly TIMEZONE: "TIMEZONE";
50019
50020
  readonly ACTIVE_THEME: "ACTIVE_THEME";
50020
50021
  readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
@@ -50045,33 +50046,7 @@ export declare const JsonApiWorkspaceSettingInAttributesTypeEnum: {
50045
50046
  readonly ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS";
50046
50047
  };
50047
50048
 
50048
- export declare type JsonApiWorkspaceSettingInAttributesTypeEnum = (typeof JsonApiWorkspaceSettingInAttributesTypeEnum)[keyof typeof JsonApiWorkspaceSettingInAttributesTypeEnum];
50049
-
50050
- export declare interface JsonApiWorkspaceSettingInDocument {
50051
- data: JsonApiWorkspaceSettingIn;
50052
- }
50053
-
50054
- export declare const JsonApiWorkspaceSettingInTypeEnum: {
50055
- readonly WORKSPACE_SETTING: "workspaceSetting";
50056
- };
50057
-
50058
- export declare type JsonApiWorkspaceSettingInTypeEnum = (typeof JsonApiWorkspaceSettingInTypeEnum)[keyof typeof JsonApiWorkspaceSettingInTypeEnum];
50059
-
50060
- /**
50061
- * JSON:API representation of workspaceSetting entity.
50062
- */
50063
- export declare interface JsonApiWorkspaceSettingOut {
50064
- /**
50065
- * Object type
50066
- */
50067
- type: JsonApiWorkspaceSettingOutTypeEnum;
50068
- /**
50069
- * API identifier of an object
50070
- */
50071
- id: string;
50072
- meta?: JsonApiVisualizationObjectOutMeta;
50073
- attributes?: JsonApiWorkspaceSettingInAttributes;
50074
- }
50049
+ export declare type JsonApiWorkspaceSettingOutAttributesTypeEnum = (typeof JsonApiWorkspaceSettingOutAttributesTypeEnum)[keyof typeof JsonApiWorkspaceSettingOutAttributesTypeEnum];
50075
50050
 
50076
50051
  export declare interface JsonApiWorkspaceSettingOutDocument {
50077
50052
  data: JsonApiWorkspaceSettingOut;
@@ -50084,7 +50059,7 @@ export declare interface JsonApiWorkspaceSettingOutDocument {
50084
50059
  export declare interface JsonApiWorkspaceSettingOutList {
50085
50060
  data: Array<JsonApiWorkspaceSettingOutWithLinks>;
50086
50061
  links?: ListLinks;
50087
- meta?: JsonApiWorkspaceAutomationOutListMeta;
50062
+ meta?: JsonApiColorPaletteOutListMeta;
50088
50063
  }
50089
50064
 
50090
50065
  export declare const JsonApiWorkspaceSettingOutTypeEnum: {
@@ -50102,8 +50077,8 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
50102
50077
  * API identifier of an object
50103
50078
  */
50104
50079
  id: string;
50105
- meta?: JsonApiVisualizationObjectOutMeta;
50106
- attributes?: JsonApiWorkspaceSettingInAttributes;
50080
+ meta?: JsonApiDatasetOutMeta;
50081
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
50107
50082
  links?: ObjectLinks;
50108
50083
  }
50109
50084
 
@@ -50125,7 +50100,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
50125
50100
  * API identifier of an object
50126
50101
  */
50127
50102
  id: string;
50128
- attributes?: JsonApiWorkspaceSettingInAttributes;
50103
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
50129
50104
  }
50130
50105
 
50131
50106
  export declare interface JsonApiWorkspaceSettingPatchDocument {
@@ -50150,7 +50125,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
50150
50125
  * API identifier of an object
50151
50126
  */
50152
50127
  id?: string;
50153
- attributes?: JsonApiWorkspaceSettingInAttributes;
50128
+ attributes?: JsonApiWorkspaceSettingOutAttributes;
50154
50129
  }
50155
50130
 
50156
50131
  export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
@@ -67565,26 +67540,58 @@ export declare interface Settings {
67565
67540
  mergeHeaders?: boolean;
67566
67541
  /**
67567
67542
  * Print applied filters on top of the document. (PDF/HTML when visualizationObject is given)
67543
+ * @deprecated
67568
67544
  */
67569
67545
  showFilters?: boolean;
67570
67546
  /**
67571
67547
  * Page size and orientation. (PDF)
67548
+ * @deprecated
67572
67549
  */
67573
67550
  pdfPageSize?: string;
67574
67551
  /**
67575
67552
  * Custom CSS styles for the table. (PDF, HTML)
67553
+ * @deprecated
67576
67554
  */
67577
67555
  pdfTableStyle?: Array<PdfTableStyle>;
67578
67556
  /**
67579
67557
  * Top left header content. (PDF)
67558
+ * @deprecated
67580
67559
  */
67581
67560
  pdfTopLeftContent?: string;
67582
67561
  /**
67583
67562
  * Top right header content. (PDF)
67563
+ * @deprecated
67584
67564
  */
67585
67565
  pdfTopRightContent?: string;
67566
+ /**
67567
+ * Set page size. (PDF)
67568
+ */
67569
+ pageSize?: SettingsPageSizeEnum;
67570
+ /**
67571
+ * Set page orientation. (PDF)
67572
+ */
67573
+ pageOrientation?: SettingsPageOrientationEnum;
67574
+ /**
67575
+ * Show info page with export information.
67576
+ */
67577
+ showInfoPage?: boolean;
67586
67578
  }
67587
67579
 
67580
+ export declare const SettingsPageOrientationEnum: {
67581
+ readonly PORTRAIT: "PORTRAIT";
67582
+ readonly LANDSCAPE: "LANDSCAPE";
67583
+ };
67584
+
67585
+ export declare type SettingsPageOrientationEnum = (typeof SettingsPageOrientationEnum)[keyof typeof SettingsPageOrientationEnum];
67586
+
67587
+ export declare const SettingsPageSizeEnum: {
67588
+ readonly A3: "A3";
67589
+ readonly A4: "A4";
67590
+ readonly LETTER: "LETTER";
67591
+ };
67592
+
67593
+ export declare type SettingsPageSizeEnum = (typeof SettingsPageSizeEnum)[keyof typeof SettingsPageSizeEnum];
67594
+
67588
67595
  /**
67589
67596
  * Metric defined by referencing a MAQL metric or an LDM fact object with aggregation.
67590
67597
  */