@gooddata/api-client-tiger 10.40.0-alpha.4 → 10.40.0-alpha.5

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.
@@ -13579,12 +13579,12 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: MetadataC
13579
13579
  * @summary Post Automations
13580
13580
  * @param {string} workspaceId
13581
13581
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
13582
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13582
+ * @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.
13583
13583
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
13584
13584
  * @param {*} [options] Override http request option.
13585
13585
  * @throws {RequiredError}
13586
13586
  */
13587
- createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13587
+ createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13588
13588
  /**
13589
13589
  *
13590
13590
  * @summary Delete an Automation
@@ -13610,7 +13610,7 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: MetadataC
13610
13610
  * @param {string} workspaceId
13611
13611
  * @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
13612
13612
  * @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;).
13613
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13613
+ * @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.
13614
13614
  * @param {number} [page] Zero-based page index (0..N)
13615
13615
  * @param {number} [size] The size of the page to be returned
13616
13616
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -13619,7 +13619,7 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: MetadataC
13619
13619
  * @param {*} [options] Override http request option.
13620
13620
  * @throws {RequiredError}
13621
13621
  */
13622
- getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13622
+ getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13623
13623
  /**
13624
13624
  * Retrieve automations for the specific workspace
13625
13625
  * @summary Get automations
@@ -13635,13 +13635,13 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: MetadataC
13635
13635
  * @param {string} workspaceId
13636
13636
  * @param {string} objectId
13637
13637
  * @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;).
13638
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13638
+ * @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.
13639
13639
  * @param {boolean} [xGDCVALIDATERELATIONS]
13640
13640
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
13641
13641
  * @param {*} [options] Override http request option.
13642
13642
  * @throws {RequiredError}
13643
13643
  */
13644
- getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13644
+ getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13645
13645
  /**
13646
13646
  *
13647
13647
  * @summary Patch an Automation
@@ -13649,11 +13649,11 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: MetadataC
13649
13649
  * @param {string} objectId
13650
13650
  * @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
13651
13651
  * @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;).
13652
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13652
+ * @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.
13653
13653
  * @param {*} [options] Override http request option.
13654
13654
  * @throws {RequiredError}
13655
13655
  */
13656
- patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13656
+ patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13657
13657
  /**
13658
13658
  * Set automations for the specific workspace.
13659
13659
  * @summary Set automations
@@ -13703,11 +13703,11 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: MetadataC
13703
13703
  * @param {string} objectId
13704
13704
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
13705
13705
  * @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;).
13706
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13706
+ * @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.
13707
13707
  * @param {*} [options] Override http request option.
13708
13708
  * @throws {RequiredError}
13709
13709
  */
13710
- updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13710
+ updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
13711
13711
  };
13712
13712
 
13713
13713
  /**
@@ -13730,10 +13730,10 @@ export declare interface AutomationsApiCreateEntityAutomationsRequest {
13730
13730
  readonly jsonApiAutomationInDocument: JsonApiAutomationInDocument;
13731
13731
  /**
13732
13732
  * 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.
13733
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
13733
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
13734
13734
  * @memberof AutomationsApiCreateEntityAutomations
13735
13735
  */
13736
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
13736
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
13737
13737
  /**
13738
13738
  * Include Meta objects.
13739
13739
  * @type {Array<'origin' | 'all' | 'ALL'>}
@@ -13908,12 +13908,12 @@ export declare const AutomationsApiFp: (configuration?: MetadataConfiguration) =
13908
13908
  * @summary Post Automations
13909
13909
  * @param {string} workspaceId
13910
13910
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
13911
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13911
+ * @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.
13912
13912
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
13913
13913
  * @param {*} [options] Override http request option.
13914
13914
  * @throws {RequiredError}
13915
13915
  */
13916
- createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
13916
+ createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
13917
13917
  /**
13918
13918
  *
13919
13919
  * @summary Delete an Automation
@@ -13939,7 +13939,7 @@ export declare const AutomationsApiFp: (configuration?: MetadataConfiguration) =
13939
13939
  * @param {string} workspaceId
13940
13940
  * @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
13941
13941
  * @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;).
13942
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13942
+ * @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.
13943
13943
  * @param {number} [page] Zero-based page index (0..N)
13944
13944
  * @param {number} [size] The size of the page to be returned
13945
13945
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -13948,7 +13948,7 @@ export declare const AutomationsApiFp: (configuration?: MetadataConfiguration) =
13948
13948
  * @param {*} [options] Override http request option.
13949
13949
  * @throws {RequiredError}
13950
13950
  */
13951
- getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
13951
+ getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
13952
13952
  /**
13953
13953
  * Retrieve automations for the specific workspace
13954
13954
  * @summary Get automations
@@ -13964,13 +13964,13 @@ export declare const AutomationsApiFp: (configuration?: MetadataConfiguration) =
13964
13964
  * @param {string} workspaceId
13965
13965
  * @param {string} objectId
13966
13966
  * @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;).
13967
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13967
+ * @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.
13968
13968
  * @param {boolean} [xGDCVALIDATERELATIONS]
13969
13969
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
13970
13970
  * @param {*} [options] Override http request option.
13971
13971
  * @throws {RequiredError}
13972
13972
  */
13973
- getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
13973
+ getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
13974
13974
  /**
13975
13975
  *
13976
13976
  * @summary Patch an Automation
@@ -13978,11 +13978,11 @@ export declare const AutomationsApiFp: (configuration?: MetadataConfiguration) =
13978
13978
  * @param {string} objectId
13979
13979
  * @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
13980
13980
  * @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;).
13981
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
13981
+ * @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.
13982
13982
  * @param {*} [options] Override http request option.
13983
13983
  * @throws {RequiredError}
13984
13984
  */
13985
- patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
13985
+ patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
13986
13986
  /**
13987
13987
  * Set automations for the specific workspace.
13988
13988
  * @summary Set automations
@@ -14032,11 +14032,11 @@ export declare const AutomationsApiFp: (configuration?: MetadataConfiguration) =
14032
14032
  * @param {string} objectId
14033
14033
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
14034
14034
  * @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;).
14035
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
14035
+ * @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.
14036
14036
  * @param {*} [options] Override http request option.
14037
14037
  * @throws {RequiredError}
14038
14038
  */
14039
- updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
14039
+ updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
14040
14040
  };
14041
14041
 
14042
14042
  /**
@@ -14065,10 +14065,10 @@ export declare interface AutomationsApiGetAllEntitiesAutomationsRequest {
14065
14065
  readonly filter?: string;
14066
14066
  /**
14067
14067
  * 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.
14068
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
14068
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
14069
14069
  * @memberof AutomationsApiGetAllEntitiesAutomations
14070
14070
  */
14071
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
14071
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
14072
14072
  /**
14073
14073
  * Zero-based page index (0..N)
14074
14074
  * @type {number}
@@ -14147,10 +14147,10 @@ export declare interface AutomationsApiGetEntityAutomationsRequest {
14147
14147
  readonly filter?: string;
14148
14148
  /**
14149
14149
  * 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.
14150
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
14150
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
14151
14151
  * @memberof AutomationsApiGetEntityAutomations
14152
14152
  */
14153
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
14153
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
14154
14154
  /**
14155
14155
  *
14156
14156
  * @type {boolean}
@@ -14321,10 +14321,10 @@ export declare interface AutomationsApiPatchEntityAutomationsRequest {
14321
14321
  readonly filter?: string;
14322
14322
  /**
14323
14323
  * 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.
14324
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
14324
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
14325
14325
  * @memberof AutomationsApiPatchEntityAutomations
14326
14326
  */
14327
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
14327
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
14328
14328
  }
14329
14329
 
14330
14330
  /**
@@ -14433,10 +14433,10 @@ export declare interface AutomationsApiUpdateEntityAutomationsRequest {
14433
14433
  readonly filter?: string;
14434
14434
  /**
14435
14435
  * 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.
14436
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
14436
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
14437
14437
  * @memberof AutomationsApiUpdateEntityAutomations
14438
14438
  */
14439
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
14439
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
14440
14440
  }
14441
14441
 
14442
14442
  /**
@@ -27878,12 +27878,12 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: MetadataConf
27878
27878
  * @summary Post Automations
27879
27879
  * @param {string} workspaceId
27880
27880
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
27881
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
27881
+ * @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.
27882
27882
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
27883
27883
  * @param {*} [options] Override http request option.
27884
27884
  * @throws {RequiredError}
27885
27885
  */
27886
- createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
27886
+ createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
27887
27887
  /**
27888
27888
  *
27889
27889
  * @summary Post Color Pallettes
@@ -28478,7 +28478,7 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: MetadataConf
28478
28478
  * @param {string} workspaceId
28479
28479
  * @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
28480
28480
  * @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;).
28481
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
28481
+ * @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.
28482
28482
  * @param {number} [page] Zero-based page index (0..N)
28483
28483
  * @param {number} [size] The size of the page to be returned
28484
28484
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -28487,7 +28487,7 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: MetadataConf
28487
28487
  * @param {*} [options] Override http request option.
28488
28488
  * @throws {RequiredError}
28489
28489
  */
28490
- getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
28490
+ getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
28491
28491
  /**
28492
28492
  *
28493
28493
  * @summary Get all Color Pallettes
@@ -29010,13 +29010,13 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: MetadataConf
29010
29010
  * @param {string} workspaceId
29011
29011
  * @param {string} objectId
29012
29012
  * @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;).
29013
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
29013
+ * @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.
29014
29014
  * @param {boolean} [xGDCVALIDATERELATIONS]
29015
29015
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
29016
29016
  * @param {*} [options] Override http request option.
29017
29017
  * @throws {RequiredError}
29018
29018
  */
29019
- getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
29019
+ getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
29020
29020
  /**
29021
29021
  *
29022
29022
  * @summary Get Color Pallette
@@ -29423,11 +29423,11 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: MetadataConf
29423
29423
  * @param {string} objectId
29424
29424
  * @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
29425
29425
  * @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;).
29426
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
29426
+ * @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.
29427
29427
  * @param {*} [options] Override http request option.
29428
29428
  * @throws {RequiredError}
29429
29429
  */
29430
- patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
29430
+ patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
29431
29431
  /**
29432
29432
  *
29433
29433
  * @summary Patch Color Pallette
@@ -29743,11 +29743,11 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: MetadataConf
29743
29743
  * @param {string} objectId
29744
29744
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
29745
29745
  * @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;).
29746
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
29746
+ * @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.
29747
29747
  * @param {*} [options] Override http request option.
29748
29748
  * @throws {RequiredError}
29749
29749
  */
29750
- updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
29750
+ updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
29751
29751
  /**
29752
29752
  *
29753
29753
  * @summary Put Color Pallette
@@ -30149,10 +30149,10 @@ export declare interface EntitiesApiCreateEntityAutomationsRequest {
30149
30149
  readonly jsonApiAutomationInDocument: JsonApiAutomationInDocument;
30150
30150
  /**
30151
30151
  * 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.
30152
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
30152
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
30153
30153
  * @memberof EntitiesApiCreateEntityAutomations
30154
30154
  */
30155
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
30155
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
30156
30156
  /**
30157
30157
  * Include Meta objects.
30158
30158
  * @type {Array<'origin' | 'all' | 'ALL'>}
@@ -33030,12 +33030,12 @@ export declare const EntitiesApiFp: (configuration?: MetadataConfiguration) => {
33030
33030
  * @summary Post Automations
33031
33031
  * @param {string} workspaceId
33032
33032
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
33033
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
33033
+ * @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.
33034
33034
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
33035
33035
  * @param {*} [options] Override http request option.
33036
33036
  * @throws {RequiredError}
33037
33037
  */
33038
- createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
33038
+ createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
33039
33039
  /**
33040
33040
  *
33041
33041
  * @summary Post Color Pallettes
@@ -33630,7 +33630,7 @@ export declare const EntitiesApiFp: (configuration?: MetadataConfiguration) => {
33630
33630
  * @param {string} workspaceId
33631
33631
  * @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
33632
33632
  * @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;).
33633
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
33633
+ * @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.
33634
33634
  * @param {number} [page] Zero-based page index (0..N)
33635
33635
  * @param {number} [size] The size of the page to be returned
33636
33636
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -33639,7 +33639,7 @@ export declare const EntitiesApiFp: (configuration?: MetadataConfiguration) => {
33639
33639
  * @param {*} [options] Override http request option.
33640
33640
  * @throws {RequiredError}
33641
33641
  */
33642
- getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
33642
+ getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
33643
33643
  /**
33644
33644
  *
33645
33645
  * @summary Get all Color Pallettes
@@ -34164,13 +34164,13 @@ export declare const EntitiesApiFp: (configuration?: MetadataConfiguration) => {
34164
34164
  * @param {string} workspaceId
34165
34165
  * @param {string} objectId
34166
34166
  * @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;).
34167
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
34167
+ * @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.
34168
34168
  * @param {boolean} [xGDCVALIDATERELATIONS]
34169
34169
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
34170
34170
  * @param {*} [options] Override http request option.
34171
34171
  * @throws {RequiredError}
34172
34172
  */
34173
- getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
34173
+ getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
34174
34174
  /**
34175
34175
  *
34176
34176
  * @summary Get Color Pallette
@@ -34577,11 +34577,11 @@ export declare const EntitiesApiFp: (configuration?: MetadataConfiguration) => {
34577
34577
  * @param {string} objectId
34578
34578
  * @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
34579
34579
  * @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;).
34580
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
34580
+ * @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.
34581
34581
  * @param {*} [options] Override http request option.
34582
34582
  * @throws {RequiredError}
34583
34583
  */
34584
- patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
34584
+ patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
34585
34585
  /**
34586
34586
  *
34587
34587
  * @summary Patch Color Pallette
@@ -34897,11 +34897,11 @@ export declare const EntitiesApiFp: (configuration?: MetadataConfiguration) => {
34897
34897
  * @param {string} objectId
34898
34898
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
34899
34899
  * @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;).
34900
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
34900
+ * @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.
34901
34901
  * @param {*} [options] Override http request option.
34902
34902
  * @throws {RequiredError}
34903
34903
  */
34904
- updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
34904
+ updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
34905
34905
  /**
34906
34906
  *
34907
34907
  * @summary Put Color Pallette
@@ -35517,10 +35517,10 @@ export declare interface EntitiesApiGetAllEntitiesAutomationsRequest {
35517
35517
  readonly filter?: string;
35518
35518
  /**
35519
35519
  * 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.
35520
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
35520
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
35521
35521
  * @memberof EntitiesApiGetAllEntitiesAutomations
35522
35522
  */
35523
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
35523
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
35524
35524
  /**
35525
35525
  * Zero-based page index (0..N)
35526
35526
  * @type {number}
@@ -37345,10 +37345,10 @@ export declare interface EntitiesApiGetEntityAutomationsRequest {
37345
37345
  readonly filter?: string;
37346
37346
  /**
37347
37347
  * 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.
37348
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
37348
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
37349
37349
  * @memberof EntitiesApiGetEntityAutomations
37350
37350
  */
37351
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
37351
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
37352
37352
  /**
37353
37353
  *
37354
37354
  * @type {boolean}
@@ -40322,10 +40322,10 @@ export declare interface EntitiesApiPatchEntityAutomationsRequest {
40322
40322
  readonly filter?: string;
40323
40323
  /**
40324
40324
  * 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.
40325
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
40325
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
40326
40326
  * @memberof EntitiesApiPatchEntityAutomations
40327
40327
  */
40328
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
40328
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
40329
40329
  }
40330
40330
 
40331
40331
  /**
@@ -41256,10 +41256,10 @@ export declare interface EntitiesApiUpdateEntityAutomationsRequest {
41256
41256
  readonly filter?: string;
41257
41257
  /**
41258
41258
  * 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.
41259
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
41259
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
41260
41260
  * @memberof EntitiesApiUpdateEntityAutomations
41261
41261
  */
41262
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
41262
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
41263
41263
  }
41264
41264
 
41265
41265
  /**
@@ -49788,48 +49788,10 @@ export declare interface JsonApiAnalyticalDashboardIn {
49788
49788
  id: string;
49789
49789
  /**
49790
49790
  *
49791
- * @type {JsonApiAnalyticalDashboardInAttributes}
49791
+ * @type {JsonApiFilterContextOutAttributes}
49792
49792
  * @memberof JsonApiAnalyticalDashboardIn
49793
49793
  */
49794
- attributes: JsonApiAnalyticalDashboardInAttributes;
49795
- }
49796
-
49797
- /**
49798
- *
49799
- * @export
49800
- * @interface JsonApiAnalyticalDashboardInAttributes
49801
- */
49802
- export declare interface JsonApiAnalyticalDashboardInAttributes {
49803
- /**
49804
- *
49805
- * @type {string}
49806
- * @memberof JsonApiAnalyticalDashboardInAttributes
49807
- */
49808
- title?: string;
49809
- /**
49810
- *
49811
- * @type {string}
49812
- * @memberof JsonApiAnalyticalDashboardInAttributes
49813
- */
49814
- description?: string;
49815
- /**
49816
- *
49817
- * @type {Array<string>}
49818
- * @memberof JsonApiAnalyticalDashboardInAttributes
49819
- */
49820
- tags?: Array<string>;
49821
- /**
49822
- *
49823
- * @type {boolean}
49824
- * @memberof JsonApiAnalyticalDashboardInAttributes
49825
- */
49826
- areRelationsValid?: boolean;
49827
- /**
49828
- * Free-form JSON content. Maximum supported length is 250000 characters.
49829
- * @type {object}
49830
- * @memberof JsonApiAnalyticalDashboardInAttributes
49831
- */
49832
- content: object;
49794
+ attributes: JsonApiFilterContextOutAttributes;
49833
49795
  }
49834
49796
 
49835
49797
  /**
@@ -50306,10 +50268,10 @@ export declare interface JsonApiAnalyticalDashboardPostOptionalId {
50306
50268
  id?: string;
50307
50269
  /**
50308
50270
  *
50309
- * @type {JsonApiAnalyticalDashboardInAttributes}
50271
+ * @type {JsonApiFilterContextOutAttributes}
50310
50272
  * @memberof JsonApiAnalyticalDashboardPostOptionalId
50311
50273
  */
50312
- attributes: JsonApiAnalyticalDashboardInAttributes;
50274
+ attributes: JsonApiFilterContextOutAttributes;
50313
50275
  }
50314
50276
 
50315
50277
  /**
@@ -50543,48 +50505,10 @@ export declare interface JsonApiAttributeHierarchyIn {
50543
50505
  id: string;
50544
50506
  /**
50545
50507
  *
50546
- * @type {JsonApiAttributeHierarchyInAttributes}
50508
+ * @type {JsonApiAttributeHierarchyPatchAttributes}
50547
50509
  * @memberof JsonApiAttributeHierarchyIn
50548
50510
  */
50549
- attributes?: JsonApiAttributeHierarchyInAttributes;
50550
- }
50551
-
50552
- /**
50553
- *
50554
- * @export
50555
- * @interface JsonApiAttributeHierarchyInAttributes
50556
- */
50557
- export declare interface JsonApiAttributeHierarchyInAttributes {
50558
- /**
50559
- *
50560
- * @type {string}
50561
- * @memberof JsonApiAttributeHierarchyInAttributes
50562
- */
50563
- title?: string;
50564
- /**
50565
- *
50566
- * @type {string}
50567
- * @memberof JsonApiAttributeHierarchyInAttributes
50568
- */
50569
- description?: string;
50570
- /**
50571
- *
50572
- * @type {Array<string>}
50573
- * @memberof JsonApiAttributeHierarchyInAttributes
50574
- */
50575
- tags?: Array<string>;
50576
- /**
50577
- *
50578
- * @type {boolean}
50579
- * @memberof JsonApiAttributeHierarchyInAttributes
50580
- */
50581
- areRelationsValid?: boolean;
50582
- /**
50583
- * Free-form JSON content. Maximum supported length is 15000 characters.
50584
- * @type {object}
50585
- * @memberof JsonApiAttributeHierarchyInAttributes
50586
- */
50587
- content?: object;
50511
+ attributes?: JsonApiAttributeHierarchyPatchAttributes;
50588
50512
  }
50589
50513
 
50590
50514
  /**
@@ -50887,10 +50811,48 @@ export declare interface JsonApiAttributeHierarchyPatch {
50887
50811
  id: string;
50888
50812
  /**
50889
50813
  *
50890
- * @type {JsonApiAttributeHierarchyInAttributes}
50814
+ * @type {JsonApiAttributeHierarchyPatchAttributes}
50891
50815
  * @memberof JsonApiAttributeHierarchyPatch
50892
50816
  */
50893
- attributes?: JsonApiAttributeHierarchyInAttributes;
50817
+ attributes?: JsonApiAttributeHierarchyPatchAttributes;
50818
+ }
50819
+
50820
+ /**
50821
+ *
50822
+ * @export
50823
+ * @interface JsonApiAttributeHierarchyPatchAttributes
50824
+ */
50825
+ export declare interface JsonApiAttributeHierarchyPatchAttributes {
50826
+ /**
50827
+ *
50828
+ * @type {string}
50829
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
50830
+ */
50831
+ title?: string;
50832
+ /**
50833
+ *
50834
+ * @type {string}
50835
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
50836
+ */
50837
+ description?: string;
50838
+ /**
50839
+ *
50840
+ * @type {Array<string>}
50841
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
50842
+ */
50843
+ tags?: Array<string>;
50844
+ /**
50845
+ *
50846
+ * @type {boolean}
50847
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
50848
+ */
50849
+ areRelationsValid?: boolean;
50850
+ /**
50851
+ * Free-form JSON content. Maximum supported length is 15000 characters.
50852
+ * @type {object}
50853
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
50854
+ */
50855
+ content?: object;
50894
50856
  }
50895
50857
 
50896
50858
  /**
@@ -51300,310 +51262,16 @@ export declare interface JsonApiAutomationIn {
51300
51262
  id: string;
51301
51263
  /**
51302
51264
  *
51303
- * @type {JsonApiAutomationInAttributes}
51265
+ * @type {JsonApiAutomationPatchAttributes}
51304
51266
  * @memberof JsonApiAutomationIn
51305
51267
  */
51306
- attributes?: JsonApiAutomationInAttributes;
51268
+ attributes?: JsonApiAutomationPatchAttributes;
51307
51269
  /**
51308
51270
  *
51309
- * @type {JsonApiAutomationInRelationships}
51271
+ * @type {JsonApiAutomationPatchRelationships}
51310
51272
  * @memberof JsonApiAutomationIn
51311
51273
  */
51312
- relationships?: JsonApiAutomationInRelationships;
51313
- }
51314
-
51315
- /**
51316
- *
51317
- * @export
51318
- * @interface JsonApiAutomationInAttributes
51319
- */
51320
- export declare interface JsonApiAutomationInAttributes {
51321
- /**
51322
- *
51323
- * @type {string}
51324
- * @memberof JsonApiAutomationInAttributes
51325
- */
51326
- title?: string;
51327
- /**
51328
- *
51329
- * @type {string}
51330
- * @memberof JsonApiAutomationInAttributes
51331
- */
51332
- description?: string;
51333
- /**
51334
- *
51335
- * @type {Array<string>}
51336
- * @memberof JsonApiAutomationInAttributes
51337
- */
51338
- tags?: Array<string>;
51339
- /**
51340
- *
51341
- * @type {boolean}
51342
- * @memberof JsonApiAutomationInAttributes
51343
- */
51344
- areRelationsValid?: boolean;
51345
- /**
51346
- * Additional details to be included in the automated message.
51347
- * @type {object}
51348
- * @memberof JsonApiAutomationInAttributes
51349
- */
51350
- details?: object;
51351
- /**
51352
- *
51353
- * @type {JsonApiAutomationInAttributesMetadata}
51354
- * @memberof JsonApiAutomationInAttributes
51355
- */
51356
- metadata?: JsonApiAutomationInAttributesMetadata | null;
51357
- /**
51358
- * Current state of the automation.
51359
- * @type {string}
51360
- * @memberof JsonApiAutomationInAttributes
51361
- */
51362
- state?: JsonApiAutomationInAttributesStateEnum;
51363
- /**
51364
- *
51365
- * @type {JsonApiAutomationInAttributesSchedule}
51366
- * @memberof JsonApiAutomationInAttributes
51367
- */
51368
- schedule?: JsonApiAutomationInAttributesSchedule;
51369
- /**
51370
- *
51371
- * @type {JsonApiAutomationInAttributesAlert}
51372
- * @memberof JsonApiAutomationInAttributes
51373
- */
51374
- alert?: JsonApiAutomationInAttributesAlert;
51375
- /**
51376
- *
51377
- * @type {Array<JsonApiAutomationInAttributesTabularExports>}
51378
- * @memberof JsonApiAutomationInAttributes
51379
- */
51380
- tabularExports?: Array<JsonApiAutomationInAttributesTabularExports>;
51381
- /**
51382
- *
51383
- * @type {Array<JsonApiAutomationInAttributesVisualExports>}
51384
- * @memberof JsonApiAutomationInAttributes
51385
- */
51386
- visualExports?: Array<JsonApiAutomationInAttributesVisualExports>;
51387
- /**
51388
- *
51389
- * @type {Array<JsonApiAutomationInAttributesImageExports>}
51390
- * @memberof JsonApiAutomationInAttributes
51391
- */
51392
- imageExports?: Array<JsonApiAutomationInAttributesImageExports>;
51393
- /**
51394
- *
51395
- * @type {Array<JsonApiAutomationInAttributesRawExports>}
51396
- * @memberof JsonApiAutomationInAttributes
51397
- */
51398
- rawExports?: Array<JsonApiAutomationInAttributesRawExports>;
51399
- /**
51400
- *
51401
- * @type {Array<JsonApiAutomationInAttributesSlidesExports>}
51402
- * @memberof JsonApiAutomationInAttributes
51403
- */
51404
- slidesExports?: Array<JsonApiAutomationInAttributesSlidesExports>;
51405
- /**
51406
- *
51407
- * @type {Array<JsonApiAutomationInAttributesDashboardTabularExports>}
51408
- * @memberof JsonApiAutomationInAttributes
51409
- */
51410
- dashboardTabularExports?: Array<JsonApiAutomationInAttributesDashboardTabularExports>;
51411
- /**
51412
- * External recipients of the automation action results.
51413
- * @type {Array<JsonApiAutomationInAttributesExternalRecipients>}
51414
- * @memberof JsonApiAutomationInAttributes
51415
- */
51416
- externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipients>;
51417
- }
51418
-
51419
- /**
51420
- *
51421
- * @export
51422
- * @interface JsonApiAutomationInAttributesAlert
51423
- */
51424
- export declare interface JsonApiAutomationInAttributesAlert {
51425
- /**
51426
- *
51427
- * @type {AlertAfm}
51428
- * @memberof JsonApiAutomationInAttributesAlert
51429
- */
51430
- execution: AlertAfm;
51431
- /**
51432
- *
51433
- * @type {AlertCondition}
51434
- * @memberof JsonApiAutomationInAttributesAlert
51435
- */
51436
- condition: AlertCondition;
51437
- /**
51438
- * 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.
51439
- * @type {string}
51440
- * @memberof JsonApiAutomationInAttributesAlert
51441
- */
51442
- trigger?: JsonApiAutomationInAttributesAlertTriggerEnum;
51443
- }
51444
-
51445
- export declare const JsonApiAutomationInAttributesAlertTriggerEnum: {
51446
- readonly ALWAYS: "ALWAYS";
51447
- readonly ONCE: "ONCE";
51448
- };
51449
-
51450
- export declare type JsonApiAutomationInAttributesAlertTriggerEnum = (typeof JsonApiAutomationInAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationInAttributesAlertTriggerEnum];
51451
-
51452
- /**
51453
- *
51454
- * @export
51455
- * @interface JsonApiAutomationInAttributesDashboardTabularExports
51456
- */
51457
- export declare interface JsonApiAutomationInAttributesDashboardTabularExports {
51458
- /**
51459
- *
51460
- * @type {DashboardTabularExportRequestV2}
51461
- * @memberof JsonApiAutomationInAttributesDashboardTabularExports
51462
- */
51463
- requestPayload: DashboardTabularExportRequestV2;
51464
- }
51465
-
51466
- /**
51467
- *
51468
- * @export
51469
- * @interface JsonApiAutomationInAttributesExternalRecipients
51470
- */
51471
- export declare interface JsonApiAutomationInAttributesExternalRecipients {
51472
- /**
51473
- * E-mail address to send notifications from.
51474
- * @type {string}
51475
- * @memberof JsonApiAutomationInAttributesExternalRecipients
51476
- */
51477
- email: string;
51478
- }
51479
-
51480
- /**
51481
- *
51482
- * @export
51483
- * @interface JsonApiAutomationInAttributesImageExports
51484
- */
51485
- export declare interface JsonApiAutomationInAttributesImageExports {
51486
- /**
51487
- *
51488
- * @type {ImageExportRequest}
51489
- * @memberof JsonApiAutomationInAttributesImageExports
51490
- */
51491
- requestPayload: ImageExportRequest;
51492
- }
51493
-
51494
- /**
51495
- * Additional information for the automation.
51496
- * @export
51497
- * @interface JsonApiAutomationInAttributesMetadata
51498
- */
51499
- export declare interface JsonApiAutomationInAttributesMetadata {
51500
- /**
51501
- *
51502
- * @type {string}
51503
- * @memberof JsonApiAutomationInAttributesMetadata
51504
- */
51505
- widget?: string;
51506
- /**
51507
- *
51508
- * @type {Array<VisibleFilter>}
51509
- * @memberof JsonApiAutomationInAttributesMetadata
51510
- */
51511
- visibleFilters?: Array<VisibleFilter>;
51512
- }
51513
-
51514
- /**
51515
- *
51516
- * @export
51517
- * @interface JsonApiAutomationInAttributesRawExports
51518
- */
51519
- export declare interface JsonApiAutomationInAttributesRawExports {
51520
- /**
51521
- *
51522
- * @type {RawExportAutomationRequest}
51523
- * @memberof JsonApiAutomationInAttributesRawExports
51524
- */
51525
- requestPayload: RawExportAutomationRequest;
51526
- }
51527
-
51528
- /**
51529
- *
51530
- * @export
51531
- * @interface JsonApiAutomationInAttributesSchedule
51532
- */
51533
- export declare interface JsonApiAutomationInAttributesSchedule {
51534
- /**
51535
- * 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.
51536
- * @type {string}
51537
- * @memberof JsonApiAutomationInAttributesSchedule
51538
- */
51539
- cron: string;
51540
- /**
51541
- * Human-readable description of the cron expression.
51542
- * @type {string}
51543
- * @memberof JsonApiAutomationInAttributesSchedule
51544
- */
51545
- cronDescription?: string;
51546
- /**
51547
- * Timezone in which the schedule is defined.
51548
- * @type {string}
51549
- * @memberof JsonApiAutomationInAttributesSchedule
51550
- */
51551
- timezone: string;
51552
- /**
51553
- * Timestamp of the first scheduled action. If not provided default to the next scheduled time.
51554
- * @type {string}
51555
- * @memberof JsonApiAutomationInAttributesSchedule
51556
- */
51557
- firstRun?: string;
51558
- }
51559
-
51560
- /**
51561
- *
51562
- * @export
51563
- * @interface JsonApiAutomationInAttributesSlidesExports
51564
- */
51565
- export declare interface JsonApiAutomationInAttributesSlidesExports {
51566
- /**
51567
- *
51568
- * @type {SlidesExportRequest}
51569
- * @memberof JsonApiAutomationInAttributesSlidesExports
51570
- */
51571
- requestPayload: SlidesExportRequest;
51572
- }
51573
-
51574
- export declare const JsonApiAutomationInAttributesStateEnum: {
51575
- readonly ACTIVE: "ACTIVE";
51576
- readonly PAUSED: "PAUSED";
51577
- };
51578
-
51579
- export declare type JsonApiAutomationInAttributesStateEnum = (typeof JsonApiAutomationInAttributesStateEnum)[keyof typeof JsonApiAutomationInAttributesStateEnum];
51580
-
51581
- /**
51582
- *
51583
- * @export
51584
- * @interface JsonApiAutomationInAttributesTabularExports
51585
- */
51586
- export declare interface JsonApiAutomationInAttributesTabularExports {
51587
- /**
51588
- *
51589
- * @type {TabularExportRequest}
51590
- * @memberof JsonApiAutomationInAttributesTabularExports
51591
- */
51592
- requestPayload: TabularExportRequest;
51593
- }
51594
-
51595
- /**
51596
- *
51597
- * @export
51598
- * @interface JsonApiAutomationInAttributesVisualExports
51599
- */
51600
- export declare interface JsonApiAutomationInAttributesVisualExports {
51601
- /**
51602
- *
51603
- * @type {VisualExportRequest}
51604
- * @memberof JsonApiAutomationInAttributesVisualExports
51605
- */
51606
- requestPayload: VisualExportRequest;
51274
+ relationships?: JsonApiAutomationPatchRelationships;
51607
51275
  }
51608
51276
 
51609
51277
  /**
@@ -51620,94 +51288,6 @@ export declare interface JsonApiAutomationInDocument {
51620
51288
  data: JsonApiAutomationIn;
51621
51289
  }
51622
51290
 
51623
- /**
51624
- *
51625
- * @export
51626
- * @interface JsonApiAutomationInRelationships
51627
- */
51628
- export declare interface JsonApiAutomationInRelationships {
51629
- /**
51630
- *
51631
- * @type {JsonApiAutomationInRelationshipsNotificationChannel}
51632
- * @memberof JsonApiAutomationInRelationships
51633
- */
51634
- notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
51635
- /**
51636
- *
51637
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
51638
- * @memberof JsonApiAutomationInRelationships
51639
- */
51640
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
51641
- /**
51642
- *
51643
- * @type {JsonApiAutomationInRelationshipsExportDefinitions}
51644
- * @memberof JsonApiAutomationInRelationships
51645
- */
51646
- exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
51647
- /**
51648
- *
51649
- * @type {JsonApiAutomationInRelationshipsRecipients}
51650
- * @memberof JsonApiAutomationInRelationships
51651
- */
51652
- recipients?: JsonApiAutomationInRelationshipsRecipients;
51653
- }
51654
-
51655
- /**
51656
- *
51657
- * @export
51658
- * @interface JsonApiAutomationInRelationshipsAnalyticalDashboard
51659
- */
51660
- export declare interface JsonApiAutomationInRelationshipsAnalyticalDashboard {
51661
- /**
51662
- *
51663
- * @type {JsonApiAnalyticalDashboardToOneLinkage}
51664
- * @memberof JsonApiAutomationInRelationshipsAnalyticalDashboard
51665
- */
51666
- data: JsonApiAnalyticalDashboardToOneLinkage | null;
51667
- }
51668
-
51669
- /**
51670
- *
51671
- * @export
51672
- * @interface JsonApiAutomationInRelationshipsExportDefinitions
51673
- */
51674
- export declare interface JsonApiAutomationInRelationshipsExportDefinitions {
51675
- /**
51676
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
51677
- * @type {Array<JsonApiExportDefinitionLinkage>}
51678
- * @memberof JsonApiAutomationInRelationshipsExportDefinitions
51679
- */
51680
- data: Array<JsonApiExportDefinitionLinkage>;
51681
- }
51682
-
51683
- /**
51684
- *
51685
- * @export
51686
- * @interface JsonApiAutomationInRelationshipsNotificationChannel
51687
- */
51688
- export declare interface JsonApiAutomationInRelationshipsNotificationChannel {
51689
- /**
51690
- *
51691
- * @type {JsonApiNotificationChannelToOneLinkage}
51692
- * @memberof JsonApiAutomationInRelationshipsNotificationChannel
51693
- */
51694
- data: JsonApiNotificationChannelToOneLinkage | null;
51695
- }
51696
-
51697
- /**
51698
- *
51699
- * @export
51700
- * @interface JsonApiAutomationInRelationshipsRecipients
51701
- */
51702
- export declare interface JsonApiAutomationInRelationshipsRecipients {
51703
- /**
51704
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
51705
- * @type {Array<JsonApiUserLinkage>}
51706
- * @memberof JsonApiAutomationInRelationshipsRecipients
51707
- */
51708
- data: Array<JsonApiUserLinkage>;
51709
- }
51710
-
51711
51291
  export declare const JsonApiAutomationInTypeEnum: {
51712
51292
  readonly AUTOMATION: "automation";
51713
51293
  };
@@ -51816,10 +51396,10 @@ export declare interface JsonApiAutomationOutAttributes {
51816
51396
  details?: object;
51817
51397
  /**
51818
51398
  *
51819
- * @type {JsonApiAutomationInAttributesMetadata}
51399
+ * @type {JsonApiAutomationPatchAttributesMetadata}
51820
51400
  * @memberof JsonApiAutomationOutAttributes
51821
51401
  */
51822
- metadata?: JsonApiAutomationInAttributesMetadata | null;
51402
+ metadata?: JsonApiAutomationPatchAttributesMetadata | null;
51823
51403
  /**
51824
51404
  * Current state of the automation.
51825
51405
  * @type {string}
@@ -51828,58 +51408,58 @@ export declare interface JsonApiAutomationOutAttributes {
51828
51408
  state?: JsonApiAutomationOutAttributesStateEnum;
51829
51409
  /**
51830
51410
  *
51831
- * @type {JsonApiAutomationInAttributesSchedule}
51411
+ * @type {JsonApiAutomationPatchAttributesSchedule}
51832
51412
  * @memberof JsonApiAutomationOutAttributes
51833
51413
  */
51834
- schedule?: JsonApiAutomationInAttributesSchedule;
51414
+ schedule?: JsonApiAutomationPatchAttributesSchedule;
51835
51415
  /**
51836
51416
  *
51837
- * @type {JsonApiAutomationInAttributesAlert}
51417
+ * @type {JsonApiAutomationPatchAttributesAlert}
51838
51418
  * @memberof JsonApiAutomationOutAttributes
51839
51419
  */
51840
- alert?: JsonApiAutomationInAttributesAlert;
51420
+ alert?: JsonApiAutomationPatchAttributesAlert;
51841
51421
  /**
51842
51422
  *
51843
- * @type {Array<JsonApiAutomationInAttributesTabularExports>}
51423
+ * @type {Array<JsonApiAutomationPatchAttributesTabularExports>}
51844
51424
  * @memberof JsonApiAutomationOutAttributes
51845
51425
  */
51846
- tabularExports?: Array<JsonApiAutomationInAttributesTabularExports>;
51426
+ tabularExports?: Array<JsonApiAutomationPatchAttributesTabularExports>;
51847
51427
  /**
51848
51428
  *
51849
- * @type {Array<JsonApiAutomationInAttributesVisualExports>}
51429
+ * @type {Array<JsonApiAutomationPatchAttributesVisualExports>}
51850
51430
  * @memberof JsonApiAutomationOutAttributes
51851
51431
  */
51852
- visualExports?: Array<JsonApiAutomationInAttributesVisualExports>;
51432
+ visualExports?: Array<JsonApiAutomationPatchAttributesVisualExports>;
51853
51433
  /**
51854
51434
  *
51855
- * @type {Array<JsonApiAutomationInAttributesImageExports>}
51435
+ * @type {Array<JsonApiAutomationPatchAttributesImageExports>}
51856
51436
  * @memberof JsonApiAutomationOutAttributes
51857
51437
  */
51858
- imageExports?: Array<JsonApiAutomationInAttributesImageExports>;
51438
+ imageExports?: Array<JsonApiAutomationPatchAttributesImageExports>;
51859
51439
  /**
51860
51440
  *
51861
- * @type {Array<JsonApiAutomationInAttributesRawExports>}
51441
+ * @type {Array<JsonApiAutomationPatchAttributesRawExports>}
51862
51442
  * @memberof JsonApiAutomationOutAttributes
51863
51443
  */
51864
- rawExports?: Array<JsonApiAutomationInAttributesRawExports>;
51444
+ rawExports?: Array<JsonApiAutomationPatchAttributesRawExports>;
51865
51445
  /**
51866
51446
  *
51867
- * @type {Array<JsonApiAutomationInAttributesSlidesExports>}
51447
+ * @type {Array<JsonApiAutomationPatchAttributesSlidesExports>}
51868
51448
  * @memberof JsonApiAutomationOutAttributes
51869
51449
  */
51870
- slidesExports?: Array<JsonApiAutomationInAttributesSlidesExports>;
51450
+ slidesExports?: Array<JsonApiAutomationPatchAttributesSlidesExports>;
51871
51451
  /**
51872
51452
  *
51873
- * @type {Array<JsonApiAutomationInAttributesDashboardTabularExports>}
51453
+ * @type {Array<JsonApiAutomationPatchAttributesDashboardTabularExports>}
51874
51454
  * @memberof JsonApiAutomationOutAttributes
51875
51455
  */
51876
- dashboardTabularExports?: Array<JsonApiAutomationInAttributesDashboardTabularExports>;
51456
+ dashboardTabularExports?: Array<JsonApiAutomationPatchAttributesDashboardTabularExports>;
51877
51457
  /**
51878
51458
  * External recipients of the automation action results.
51879
- * @type {Array<JsonApiAutomationInAttributesExternalRecipients>}
51459
+ * @type {Array<JsonApiAutomationPatchAttributesExternalRecipients>}
51880
51460
  * @memberof JsonApiAutomationOutAttributes
51881
51461
  */
51882
- externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipients>;
51462
+ externalRecipients?: Array<JsonApiAutomationPatchAttributesExternalRecipients>;
51883
51463
  /**
51884
51464
  *
51885
51465
  * @type {string}
@@ -51973,16 +51553,16 @@ export declare interface JsonApiAutomationOutList {
51973
51553
  export declare interface JsonApiAutomationOutRelationships {
51974
51554
  /**
51975
51555
  *
51976
- * @type {JsonApiAutomationInRelationshipsNotificationChannel}
51556
+ * @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
51977
51557
  * @memberof JsonApiAutomationOutRelationships
51978
51558
  */
51979
- notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
51559
+ notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
51980
51560
  /**
51981
51561
  *
51982
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
51562
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
51983
51563
  * @memberof JsonApiAutomationOutRelationships
51984
51564
  */
51985
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
51565
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
51986
51566
  /**
51987
51567
  *
51988
51568
  * @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
@@ -51997,34 +51577,34 @@ export declare interface JsonApiAutomationOutRelationships {
51997
51577
  modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
51998
51578
  /**
51999
51579
  *
52000
- * @type {JsonApiAutomationInRelationshipsExportDefinitions}
51580
+ * @type {JsonApiAutomationPatchRelationshipsExportDefinitions}
52001
51581
  * @memberof JsonApiAutomationOutRelationships
52002
51582
  */
52003
- exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
51583
+ exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
52004
51584
  /**
52005
51585
  *
52006
- * @type {JsonApiAutomationInRelationshipsRecipients}
51586
+ * @type {JsonApiAutomationPatchRelationshipsRecipients}
52007
51587
  * @memberof JsonApiAutomationOutRelationships
52008
51588
  */
52009
- recipients?: JsonApiAutomationInRelationshipsRecipients;
51589
+ recipients?: JsonApiAutomationPatchRelationshipsRecipients;
52010
51590
  /**
52011
51591
  *
52012
- * @type {JsonApiAutomationOutRelationshipsAutomationResult}
51592
+ * @type {JsonApiAutomationOutRelationshipsAutomationResults}
52013
51593
  * @memberof JsonApiAutomationOutRelationships
52014
51594
  */
52015
- automationResult?: JsonApiAutomationOutRelationshipsAutomationResult;
51595
+ automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
52016
51596
  }
52017
51597
 
52018
51598
  /**
52019
51599
  *
52020
51600
  * @export
52021
- * @interface JsonApiAutomationOutRelationshipsAutomationResult
51601
+ * @interface JsonApiAutomationOutRelationshipsAutomationResults
52022
51602
  */
52023
- export declare interface JsonApiAutomationOutRelationshipsAutomationResult {
51603
+ export declare interface JsonApiAutomationOutRelationshipsAutomationResults {
52024
51604
  /**
52025
51605
  * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
52026
51606
  * @type {Array<JsonApiAutomationResultLinkage>}
52027
- * @memberof JsonApiAutomationOutRelationshipsAutomationResult
51607
+ * @memberof JsonApiAutomationOutRelationshipsAutomationResults
52028
51608
  */
52029
51609
  data: Array<JsonApiAutomationResultLinkage>;
52030
51610
  }
@@ -52105,16 +51685,310 @@ export declare interface JsonApiAutomationPatch {
52105
51685
  id: string;
52106
51686
  /**
52107
51687
  *
52108
- * @type {JsonApiAutomationInAttributes}
51688
+ * @type {JsonApiAutomationPatchAttributes}
52109
51689
  * @memberof JsonApiAutomationPatch
52110
51690
  */
52111
- attributes?: JsonApiAutomationInAttributes;
51691
+ attributes?: JsonApiAutomationPatchAttributes;
52112
51692
  /**
52113
51693
  *
52114
- * @type {JsonApiAutomationInRelationships}
51694
+ * @type {JsonApiAutomationPatchRelationships}
52115
51695
  * @memberof JsonApiAutomationPatch
52116
51696
  */
52117
- relationships?: JsonApiAutomationInRelationships;
51697
+ relationships?: JsonApiAutomationPatchRelationships;
51698
+ }
51699
+
51700
+ /**
51701
+ *
51702
+ * @export
51703
+ * @interface JsonApiAutomationPatchAttributes
51704
+ */
51705
+ export declare interface JsonApiAutomationPatchAttributes {
51706
+ /**
51707
+ *
51708
+ * @type {string}
51709
+ * @memberof JsonApiAutomationPatchAttributes
51710
+ */
51711
+ title?: string;
51712
+ /**
51713
+ *
51714
+ * @type {string}
51715
+ * @memberof JsonApiAutomationPatchAttributes
51716
+ */
51717
+ description?: string;
51718
+ /**
51719
+ *
51720
+ * @type {Array<string>}
51721
+ * @memberof JsonApiAutomationPatchAttributes
51722
+ */
51723
+ tags?: Array<string>;
51724
+ /**
51725
+ *
51726
+ * @type {boolean}
51727
+ * @memberof JsonApiAutomationPatchAttributes
51728
+ */
51729
+ areRelationsValid?: boolean;
51730
+ /**
51731
+ * Additional details to be included in the automated message.
51732
+ * @type {object}
51733
+ * @memberof JsonApiAutomationPatchAttributes
51734
+ */
51735
+ details?: object;
51736
+ /**
51737
+ *
51738
+ * @type {JsonApiAutomationPatchAttributesMetadata}
51739
+ * @memberof JsonApiAutomationPatchAttributes
51740
+ */
51741
+ metadata?: JsonApiAutomationPatchAttributesMetadata | null;
51742
+ /**
51743
+ * Current state of the automation.
51744
+ * @type {string}
51745
+ * @memberof JsonApiAutomationPatchAttributes
51746
+ */
51747
+ state?: JsonApiAutomationPatchAttributesStateEnum;
51748
+ /**
51749
+ *
51750
+ * @type {JsonApiAutomationPatchAttributesSchedule}
51751
+ * @memberof JsonApiAutomationPatchAttributes
51752
+ */
51753
+ schedule?: JsonApiAutomationPatchAttributesSchedule;
51754
+ /**
51755
+ *
51756
+ * @type {JsonApiAutomationPatchAttributesAlert}
51757
+ * @memberof JsonApiAutomationPatchAttributes
51758
+ */
51759
+ alert?: JsonApiAutomationPatchAttributesAlert;
51760
+ /**
51761
+ *
51762
+ * @type {Array<JsonApiAutomationPatchAttributesTabularExports>}
51763
+ * @memberof JsonApiAutomationPatchAttributes
51764
+ */
51765
+ tabularExports?: Array<JsonApiAutomationPatchAttributesTabularExports>;
51766
+ /**
51767
+ *
51768
+ * @type {Array<JsonApiAutomationPatchAttributesVisualExports>}
51769
+ * @memberof JsonApiAutomationPatchAttributes
51770
+ */
51771
+ visualExports?: Array<JsonApiAutomationPatchAttributesVisualExports>;
51772
+ /**
51773
+ *
51774
+ * @type {Array<JsonApiAutomationPatchAttributesImageExports>}
51775
+ * @memberof JsonApiAutomationPatchAttributes
51776
+ */
51777
+ imageExports?: Array<JsonApiAutomationPatchAttributesImageExports>;
51778
+ /**
51779
+ *
51780
+ * @type {Array<JsonApiAutomationPatchAttributesRawExports>}
51781
+ * @memberof JsonApiAutomationPatchAttributes
51782
+ */
51783
+ rawExports?: Array<JsonApiAutomationPatchAttributesRawExports>;
51784
+ /**
51785
+ *
51786
+ * @type {Array<JsonApiAutomationPatchAttributesSlidesExports>}
51787
+ * @memberof JsonApiAutomationPatchAttributes
51788
+ */
51789
+ slidesExports?: Array<JsonApiAutomationPatchAttributesSlidesExports>;
51790
+ /**
51791
+ *
51792
+ * @type {Array<JsonApiAutomationPatchAttributesDashboardTabularExports>}
51793
+ * @memberof JsonApiAutomationPatchAttributes
51794
+ */
51795
+ dashboardTabularExports?: Array<JsonApiAutomationPatchAttributesDashboardTabularExports>;
51796
+ /**
51797
+ * External recipients of the automation action results.
51798
+ * @type {Array<JsonApiAutomationPatchAttributesExternalRecipients>}
51799
+ * @memberof JsonApiAutomationPatchAttributes
51800
+ */
51801
+ externalRecipients?: Array<JsonApiAutomationPatchAttributesExternalRecipients>;
51802
+ }
51803
+
51804
+ /**
51805
+ *
51806
+ * @export
51807
+ * @interface JsonApiAutomationPatchAttributesAlert
51808
+ */
51809
+ export declare interface JsonApiAutomationPatchAttributesAlert {
51810
+ /**
51811
+ *
51812
+ * @type {AlertAfm}
51813
+ * @memberof JsonApiAutomationPatchAttributesAlert
51814
+ */
51815
+ execution: AlertAfm;
51816
+ /**
51817
+ *
51818
+ * @type {AlertCondition}
51819
+ * @memberof JsonApiAutomationPatchAttributesAlert
51820
+ */
51821
+ condition: AlertCondition;
51822
+ /**
51823
+ * 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.
51824
+ * @type {string}
51825
+ * @memberof JsonApiAutomationPatchAttributesAlert
51826
+ */
51827
+ trigger?: JsonApiAutomationPatchAttributesAlertTriggerEnum;
51828
+ }
51829
+
51830
+ export declare const JsonApiAutomationPatchAttributesAlertTriggerEnum: {
51831
+ readonly ALWAYS: "ALWAYS";
51832
+ readonly ONCE: "ONCE";
51833
+ };
51834
+
51835
+ export declare type JsonApiAutomationPatchAttributesAlertTriggerEnum = (typeof JsonApiAutomationPatchAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationPatchAttributesAlertTriggerEnum];
51836
+
51837
+ /**
51838
+ *
51839
+ * @export
51840
+ * @interface JsonApiAutomationPatchAttributesDashboardTabularExports
51841
+ */
51842
+ export declare interface JsonApiAutomationPatchAttributesDashboardTabularExports {
51843
+ /**
51844
+ *
51845
+ * @type {DashboardTabularExportRequestV2}
51846
+ * @memberof JsonApiAutomationPatchAttributesDashboardTabularExports
51847
+ */
51848
+ requestPayload: DashboardTabularExportRequestV2;
51849
+ }
51850
+
51851
+ /**
51852
+ *
51853
+ * @export
51854
+ * @interface JsonApiAutomationPatchAttributesExternalRecipients
51855
+ */
51856
+ export declare interface JsonApiAutomationPatchAttributesExternalRecipients {
51857
+ /**
51858
+ * E-mail address to send notifications from.
51859
+ * @type {string}
51860
+ * @memberof JsonApiAutomationPatchAttributesExternalRecipients
51861
+ */
51862
+ email: string;
51863
+ }
51864
+
51865
+ /**
51866
+ *
51867
+ * @export
51868
+ * @interface JsonApiAutomationPatchAttributesImageExports
51869
+ */
51870
+ export declare interface JsonApiAutomationPatchAttributesImageExports {
51871
+ /**
51872
+ *
51873
+ * @type {ImageExportRequest}
51874
+ * @memberof JsonApiAutomationPatchAttributesImageExports
51875
+ */
51876
+ requestPayload: ImageExportRequest;
51877
+ }
51878
+
51879
+ /**
51880
+ * Additional information for the automation.
51881
+ * @export
51882
+ * @interface JsonApiAutomationPatchAttributesMetadata
51883
+ */
51884
+ export declare interface JsonApiAutomationPatchAttributesMetadata {
51885
+ /**
51886
+ *
51887
+ * @type {string}
51888
+ * @memberof JsonApiAutomationPatchAttributesMetadata
51889
+ */
51890
+ widget?: string;
51891
+ /**
51892
+ *
51893
+ * @type {Array<VisibleFilter>}
51894
+ * @memberof JsonApiAutomationPatchAttributesMetadata
51895
+ */
51896
+ visibleFilters?: Array<VisibleFilter>;
51897
+ }
51898
+
51899
+ /**
51900
+ *
51901
+ * @export
51902
+ * @interface JsonApiAutomationPatchAttributesRawExports
51903
+ */
51904
+ export declare interface JsonApiAutomationPatchAttributesRawExports {
51905
+ /**
51906
+ *
51907
+ * @type {RawExportAutomationRequest}
51908
+ * @memberof JsonApiAutomationPatchAttributesRawExports
51909
+ */
51910
+ requestPayload: RawExportAutomationRequest;
51911
+ }
51912
+
51913
+ /**
51914
+ *
51915
+ * @export
51916
+ * @interface JsonApiAutomationPatchAttributesSchedule
51917
+ */
51918
+ export declare interface JsonApiAutomationPatchAttributesSchedule {
51919
+ /**
51920
+ * 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.
51921
+ * @type {string}
51922
+ * @memberof JsonApiAutomationPatchAttributesSchedule
51923
+ */
51924
+ cron: string;
51925
+ /**
51926
+ * Human-readable description of the cron expression.
51927
+ * @type {string}
51928
+ * @memberof JsonApiAutomationPatchAttributesSchedule
51929
+ */
51930
+ cronDescription?: string;
51931
+ /**
51932
+ * Timezone in which the schedule is defined.
51933
+ * @type {string}
51934
+ * @memberof JsonApiAutomationPatchAttributesSchedule
51935
+ */
51936
+ timezone: string;
51937
+ /**
51938
+ * Timestamp of the first scheduled action. If not provided default to the next scheduled time.
51939
+ * @type {string}
51940
+ * @memberof JsonApiAutomationPatchAttributesSchedule
51941
+ */
51942
+ firstRun?: string;
51943
+ }
51944
+
51945
+ /**
51946
+ *
51947
+ * @export
51948
+ * @interface JsonApiAutomationPatchAttributesSlidesExports
51949
+ */
51950
+ export declare interface JsonApiAutomationPatchAttributesSlidesExports {
51951
+ /**
51952
+ *
51953
+ * @type {SlidesExportRequest}
51954
+ * @memberof JsonApiAutomationPatchAttributesSlidesExports
51955
+ */
51956
+ requestPayload: SlidesExportRequest;
51957
+ }
51958
+
51959
+ export declare const JsonApiAutomationPatchAttributesStateEnum: {
51960
+ readonly ACTIVE: "ACTIVE";
51961
+ readonly PAUSED: "PAUSED";
51962
+ };
51963
+
51964
+ export declare type JsonApiAutomationPatchAttributesStateEnum = (typeof JsonApiAutomationPatchAttributesStateEnum)[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
51965
+
51966
+ /**
51967
+ *
51968
+ * @export
51969
+ * @interface JsonApiAutomationPatchAttributesTabularExports
51970
+ */
51971
+ export declare interface JsonApiAutomationPatchAttributesTabularExports {
51972
+ /**
51973
+ *
51974
+ * @type {TabularExportRequest}
51975
+ * @memberof JsonApiAutomationPatchAttributesTabularExports
51976
+ */
51977
+ requestPayload: TabularExportRequest;
51978
+ }
51979
+
51980
+ /**
51981
+ *
51982
+ * @export
51983
+ * @interface JsonApiAutomationPatchAttributesVisualExports
51984
+ */
51985
+ export declare interface JsonApiAutomationPatchAttributesVisualExports {
51986
+ /**
51987
+ *
51988
+ * @type {VisualExportRequest}
51989
+ * @memberof JsonApiAutomationPatchAttributesVisualExports
51990
+ */
51991
+ requestPayload: VisualExportRequest;
52118
51992
  }
52119
51993
 
52120
51994
  /**
@@ -52131,6 +52005,94 @@ export declare interface JsonApiAutomationPatchDocument {
52131
52005
  data: JsonApiAutomationPatch;
52132
52006
  }
52133
52007
 
52008
+ /**
52009
+ *
52010
+ * @export
52011
+ * @interface JsonApiAutomationPatchRelationships
52012
+ */
52013
+ export declare interface JsonApiAutomationPatchRelationships {
52014
+ /**
52015
+ *
52016
+ * @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
52017
+ * @memberof JsonApiAutomationPatchRelationships
52018
+ */
52019
+ notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
52020
+ /**
52021
+ *
52022
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
52023
+ * @memberof JsonApiAutomationPatchRelationships
52024
+ */
52025
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
52026
+ /**
52027
+ *
52028
+ * @type {JsonApiAutomationPatchRelationshipsExportDefinitions}
52029
+ * @memberof JsonApiAutomationPatchRelationships
52030
+ */
52031
+ exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
52032
+ /**
52033
+ *
52034
+ * @type {JsonApiAutomationPatchRelationshipsRecipients}
52035
+ * @memberof JsonApiAutomationPatchRelationships
52036
+ */
52037
+ recipients?: JsonApiAutomationPatchRelationshipsRecipients;
52038
+ }
52039
+
52040
+ /**
52041
+ *
52042
+ * @export
52043
+ * @interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard
52044
+ */
52045
+ export declare interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard {
52046
+ /**
52047
+ *
52048
+ * @type {JsonApiAnalyticalDashboardToOneLinkage}
52049
+ * @memberof JsonApiAutomationPatchRelationshipsAnalyticalDashboard
52050
+ */
52051
+ data: JsonApiAnalyticalDashboardToOneLinkage | null;
52052
+ }
52053
+
52054
+ /**
52055
+ *
52056
+ * @export
52057
+ * @interface JsonApiAutomationPatchRelationshipsExportDefinitions
52058
+ */
52059
+ export declare interface JsonApiAutomationPatchRelationshipsExportDefinitions {
52060
+ /**
52061
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
52062
+ * @type {Array<JsonApiExportDefinitionLinkage>}
52063
+ * @memberof JsonApiAutomationPatchRelationshipsExportDefinitions
52064
+ */
52065
+ data: Array<JsonApiExportDefinitionLinkage>;
52066
+ }
52067
+
52068
+ /**
52069
+ *
52070
+ * @export
52071
+ * @interface JsonApiAutomationPatchRelationshipsNotificationChannel
52072
+ */
52073
+ export declare interface JsonApiAutomationPatchRelationshipsNotificationChannel {
52074
+ /**
52075
+ *
52076
+ * @type {JsonApiNotificationChannelToOneLinkage}
52077
+ * @memberof JsonApiAutomationPatchRelationshipsNotificationChannel
52078
+ */
52079
+ data: JsonApiNotificationChannelToOneLinkage | null;
52080
+ }
52081
+
52082
+ /**
52083
+ *
52084
+ * @export
52085
+ * @interface JsonApiAutomationPatchRelationshipsRecipients
52086
+ */
52087
+ export declare interface JsonApiAutomationPatchRelationshipsRecipients {
52088
+ /**
52089
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
52090
+ * @type {Array<JsonApiUserLinkage>}
52091
+ * @memberof JsonApiAutomationPatchRelationshipsRecipients
52092
+ */
52093
+ data: Array<JsonApiUserLinkage>;
52094
+ }
52095
+
52134
52096
  export declare const JsonApiAutomationPatchTypeEnum: {
52135
52097
  readonly AUTOMATION: "automation";
52136
52098
  };
@@ -52213,6 +52175,18 @@ export declare interface JsonApiAutomationResultOutAttributes {
52213
52175
  * @memberof JsonApiAutomationResultOutAttributes
52214
52176
  */
52215
52177
  executedAt: string;
52178
+ /**
52179
+ *
52180
+ * @type {string}
52181
+ * @memberof JsonApiAutomationResultOutAttributes
52182
+ */
52183
+ traceId?: string;
52184
+ /**
52185
+ *
52186
+ * @type {string}
52187
+ * @memberof JsonApiAutomationResultOutAttributes
52188
+ */
52189
+ errorMessage?: string;
52216
52190
  }
52217
52191
 
52218
52192
  export declare const JsonApiAutomationResultOutAttributesStatusEnum: {
@@ -52561,30 +52535,10 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
52561
52535
  id: string;
52562
52536
  /**
52563
52537
  *
52564
- * @type {JsonApiCookieSecurityConfigurationInAttributes}
52538
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
52565
52539
  * @memberof JsonApiCookieSecurityConfigurationIn
52566
52540
  */
52567
- attributes?: JsonApiCookieSecurityConfigurationInAttributes;
52568
- }
52569
-
52570
- /**
52571
- *
52572
- * @export
52573
- * @interface JsonApiCookieSecurityConfigurationInAttributes
52574
- */
52575
- export declare interface JsonApiCookieSecurityConfigurationInAttributes {
52576
- /**
52577
- *
52578
- * @type {string}
52579
- * @memberof JsonApiCookieSecurityConfigurationInAttributes
52580
- */
52581
- lastRotation?: string;
52582
- /**
52583
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
52584
- * @type {string}
52585
- * @memberof JsonApiCookieSecurityConfigurationInAttributes
52586
- */
52587
- rotationInterval?: string;
52541
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
52588
52542
  }
52589
52543
 
52590
52544
  /**
@@ -52627,10 +52581,10 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
52627
52581
  id: string;
52628
52582
  /**
52629
52583
  *
52630
- * @type {JsonApiCookieSecurityConfigurationInAttributes}
52584
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
52631
52585
  * @memberof JsonApiCookieSecurityConfigurationOut
52632
52586
  */
52633
- attributes?: JsonApiCookieSecurityConfigurationInAttributes;
52587
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
52634
52588
  }
52635
52589
 
52636
52590
  /**
@@ -52679,10 +52633,30 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
52679
52633
  id: string;
52680
52634
  /**
52681
52635
  *
52682
- * @type {JsonApiCookieSecurityConfigurationInAttributes}
52636
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
52683
52637
  * @memberof JsonApiCookieSecurityConfigurationPatch
52684
52638
  */
52685
- attributes?: JsonApiCookieSecurityConfigurationInAttributes;
52639
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
52640
+ }
52641
+
52642
+ /**
52643
+ *
52644
+ * @export
52645
+ * @interface JsonApiCookieSecurityConfigurationPatchAttributes
52646
+ */
52647
+ export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
52648
+ /**
52649
+ *
52650
+ * @type {string}
52651
+ * @memberof JsonApiCookieSecurityConfigurationPatchAttributes
52652
+ */
52653
+ lastRotation?: string;
52654
+ /**
52655
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
52656
+ * @type {string}
52657
+ * @memberof JsonApiCookieSecurityConfigurationPatchAttributes
52658
+ */
52659
+ rotationInterval?: string;
52686
52660
  }
52687
52661
 
52688
52662
  /**
@@ -52961,30 +52935,10 @@ export declare interface JsonApiCustomApplicationSettingIn {
52961
52935
  id: string;
52962
52936
  /**
52963
52937
  *
52964
- * @type {JsonApiCustomApplicationSettingInAttributes}
52938
+ * @type {JsonApiCustomApplicationSettingOutAttributes}
52965
52939
  * @memberof JsonApiCustomApplicationSettingIn
52966
52940
  */
52967
- attributes: JsonApiCustomApplicationSettingInAttributes;
52968
- }
52969
-
52970
- /**
52971
- *
52972
- * @export
52973
- * @interface JsonApiCustomApplicationSettingInAttributes
52974
- */
52975
- export declare interface JsonApiCustomApplicationSettingInAttributes {
52976
- /**
52977
- *
52978
- * @type {string}
52979
- * @memberof JsonApiCustomApplicationSettingInAttributes
52980
- */
52981
- applicationName: string;
52982
- /**
52983
- * Free-form JSON content. Maximum supported length is 15000 characters.
52984
- * @type {object}
52985
- * @memberof JsonApiCustomApplicationSettingInAttributes
52986
- */
52987
- content: object;
52941
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
52988
52942
  }
52989
52943
 
52990
52944
  /**
@@ -53033,10 +52987,30 @@ export declare interface JsonApiCustomApplicationSettingOut {
53033
52987
  meta?: JsonApiVisualizationObjectOutMeta;
53034
52988
  /**
53035
52989
  *
53036
- * @type {JsonApiCustomApplicationSettingInAttributes}
52990
+ * @type {JsonApiCustomApplicationSettingOutAttributes}
53037
52991
  * @memberof JsonApiCustomApplicationSettingOut
53038
52992
  */
53039
- attributes: JsonApiCustomApplicationSettingInAttributes;
52993
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
52994
+ }
52995
+
52996
+ /**
52997
+ *
52998
+ * @export
52999
+ * @interface JsonApiCustomApplicationSettingOutAttributes
53000
+ */
53001
+ export declare interface JsonApiCustomApplicationSettingOutAttributes {
53002
+ /**
53003
+ *
53004
+ * @type {string}
53005
+ * @memberof JsonApiCustomApplicationSettingOutAttributes
53006
+ */
53007
+ applicationName: string;
53008
+ /**
53009
+ * Free-form JSON content. Maximum supported length is 15000 characters.
53010
+ * @type {object}
53011
+ * @memberof JsonApiCustomApplicationSettingOutAttributes
53012
+ */
53013
+ content: object;
53040
53014
  }
53041
53015
 
53042
53016
  /**
@@ -53117,10 +53091,10 @@ export declare interface JsonApiCustomApplicationSettingOutWithLinks {
53117
53091
  meta?: JsonApiVisualizationObjectOutMeta;
53118
53092
  /**
53119
53093
  *
53120
- * @type {JsonApiCustomApplicationSettingInAttributes}
53094
+ * @type {JsonApiCustomApplicationSettingOutAttributes}
53121
53095
  * @memberof JsonApiCustomApplicationSettingOutWithLinks
53122
53096
  */
53123
- attributes: JsonApiCustomApplicationSettingInAttributes;
53097
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
53124
53098
  /**
53125
53099
  *
53126
53100
  * @type {ObjectLinks}
@@ -53221,10 +53195,10 @@ export declare interface JsonApiCustomApplicationSettingPostOptionalId {
53221
53195
  id?: string;
53222
53196
  /**
53223
53197
  *
53224
- * @type {JsonApiCustomApplicationSettingInAttributes}
53198
+ * @type {JsonApiCustomApplicationSettingOutAttributes}
53225
53199
  * @memberof JsonApiCustomApplicationSettingPostOptionalId
53226
53200
  */
53227
- attributes: JsonApiCustomApplicationSettingInAttributes;
53201
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
53228
53202
  }
53229
53203
 
53230
53204
  /**
@@ -53267,48 +53241,10 @@ export declare interface JsonApiDashboardPluginIn {
53267
53241
  id: string;
53268
53242
  /**
53269
53243
  *
53270
- * @type {JsonApiDashboardPluginInAttributes}
53244
+ * @type {JsonApiDashboardPluginPatchAttributes}
53271
53245
  * @memberof JsonApiDashboardPluginIn
53272
53246
  */
53273
- attributes?: JsonApiDashboardPluginInAttributes;
53274
- }
53275
-
53276
- /**
53277
- *
53278
- * @export
53279
- * @interface JsonApiDashboardPluginInAttributes
53280
- */
53281
- export declare interface JsonApiDashboardPluginInAttributes {
53282
- /**
53283
- *
53284
- * @type {string}
53285
- * @memberof JsonApiDashboardPluginInAttributes
53286
- */
53287
- title?: string;
53288
- /**
53289
- *
53290
- * @type {string}
53291
- * @memberof JsonApiDashboardPluginInAttributes
53292
- */
53293
- description?: string;
53294
- /**
53295
- *
53296
- * @type {Array<string>}
53297
- * @memberof JsonApiDashboardPluginInAttributes
53298
- */
53299
- tags?: Array<string>;
53300
- /**
53301
- *
53302
- * @type {boolean}
53303
- * @memberof JsonApiDashboardPluginInAttributes
53304
- */
53305
- areRelationsValid?: boolean;
53306
- /**
53307
- * Free-form JSON content. Maximum supported length is 250000 characters.
53308
- * @type {object}
53309
- * @memberof JsonApiDashboardPluginInAttributes
53310
- */
53311
- content?: object;
53247
+ attributes?: JsonApiDashboardPluginPatchAttributes;
53312
53248
  }
53313
53249
 
53314
53250
  /**
@@ -53599,10 +53535,48 @@ export declare interface JsonApiDashboardPluginPatch {
53599
53535
  id: string;
53600
53536
  /**
53601
53537
  *
53602
- * @type {JsonApiDashboardPluginInAttributes}
53538
+ * @type {JsonApiDashboardPluginPatchAttributes}
53603
53539
  * @memberof JsonApiDashboardPluginPatch
53604
53540
  */
53605
- attributes?: JsonApiDashboardPluginInAttributes;
53541
+ attributes?: JsonApiDashboardPluginPatchAttributes;
53542
+ }
53543
+
53544
+ /**
53545
+ *
53546
+ * @export
53547
+ * @interface JsonApiDashboardPluginPatchAttributes
53548
+ */
53549
+ export declare interface JsonApiDashboardPluginPatchAttributes {
53550
+ /**
53551
+ *
53552
+ * @type {string}
53553
+ * @memberof JsonApiDashboardPluginPatchAttributes
53554
+ */
53555
+ title?: string;
53556
+ /**
53557
+ *
53558
+ * @type {string}
53559
+ * @memberof JsonApiDashboardPluginPatchAttributes
53560
+ */
53561
+ description?: string;
53562
+ /**
53563
+ *
53564
+ * @type {Array<string>}
53565
+ * @memberof JsonApiDashboardPluginPatchAttributes
53566
+ */
53567
+ tags?: Array<string>;
53568
+ /**
53569
+ *
53570
+ * @type {boolean}
53571
+ * @memberof JsonApiDashboardPluginPatchAttributes
53572
+ */
53573
+ areRelationsValid?: boolean;
53574
+ /**
53575
+ * Free-form JSON content. Maximum supported length is 250000 characters.
53576
+ * @type {object}
53577
+ * @memberof JsonApiDashboardPluginPatchAttributes
53578
+ */
53579
+ content?: object;
53606
53580
  }
53607
53581
 
53608
53582
  /**
@@ -53645,10 +53619,10 @@ export declare interface JsonApiDashboardPluginPostOptionalId {
53645
53619
  id?: string;
53646
53620
  /**
53647
53621
  *
53648
- * @type {JsonApiDashboardPluginInAttributes}
53622
+ * @type {JsonApiDashboardPluginPatchAttributes}
53649
53623
  * @memberof JsonApiDashboardPluginPostOptionalId
53650
53624
  */
53651
- attributes?: JsonApiDashboardPluginInAttributes;
53625
+ attributes?: JsonApiDashboardPluginPatchAttributes;
53652
53626
  }
53653
53627
 
53654
53628
  /**
@@ -55154,54 +55128,16 @@ export declare interface JsonApiExportDefinitionIn {
55154
55128
  id: string;
55155
55129
  /**
55156
55130
  *
55157
- * @type {JsonApiExportDefinitionInAttributes}
55131
+ * @type {JsonApiExportDefinitionPatchAttributes}
55158
55132
  * @memberof JsonApiExportDefinitionIn
55159
55133
  */
55160
- attributes?: JsonApiExportDefinitionInAttributes;
55134
+ attributes?: JsonApiExportDefinitionPatchAttributes;
55161
55135
  /**
55162
55136
  *
55163
- * @type {JsonApiExportDefinitionInRelationships}
55137
+ * @type {JsonApiExportDefinitionPatchRelationships}
55164
55138
  * @memberof JsonApiExportDefinitionIn
55165
55139
  */
55166
- relationships?: JsonApiExportDefinitionInRelationships;
55167
- }
55168
-
55169
- /**
55170
- *
55171
- * @export
55172
- * @interface JsonApiExportDefinitionInAttributes
55173
- */
55174
- export declare interface JsonApiExportDefinitionInAttributes {
55175
- /**
55176
- *
55177
- * @type {string}
55178
- * @memberof JsonApiExportDefinitionInAttributes
55179
- */
55180
- title?: string;
55181
- /**
55182
- *
55183
- * @type {string}
55184
- * @memberof JsonApiExportDefinitionInAttributes
55185
- */
55186
- description?: string;
55187
- /**
55188
- *
55189
- * @type {Array<string>}
55190
- * @memberof JsonApiExportDefinitionInAttributes
55191
- */
55192
- tags?: Array<string>;
55193
- /**
55194
- * JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
55195
- * @type {VisualExportRequest | TabularExportRequest}
55196
- * @memberof JsonApiExportDefinitionInAttributes
55197
- */
55198
- requestPayload?: VisualExportRequest | TabularExportRequest;
55199
- /**
55200
- *
55201
- * @type {boolean}
55202
- * @memberof JsonApiExportDefinitionInAttributes
55203
- */
55204
- areRelationsValid?: boolean;
55140
+ relationships?: JsonApiExportDefinitionPatchRelationships;
55205
55141
  }
55206
55142
 
55207
55143
  /**
@@ -55218,26 +55154,6 @@ export declare interface JsonApiExportDefinitionInDocument {
55218
55154
  data: JsonApiExportDefinitionIn;
55219
55155
  }
55220
55156
 
55221
- /**
55222
- *
55223
- * @export
55224
- * @interface JsonApiExportDefinitionInRelationships
55225
- */
55226
- export declare interface JsonApiExportDefinitionInRelationships {
55227
- /**
55228
- *
55229
- * @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
55230
- * @memberof JsonApiExportDefinitionInRelationships
55231
- */
55232
- visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
55233
- /**
55234
- *
55235
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
55236
- * @memberof JsonApiExportDefinitionInRelationships
55237
- */
55238
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
55239
- }
55240
-
55241
55157
  export declare const JsonApiExportDefinitionInTypeEnum: {
55242
55158
  readonly EXPORT_DEFINITION: "exportDefinition";
55243
55159
  };
@@ -55436,10 +55352,10 @@ export declare interface JsonApiExportDefinitionOutRelationships {
55436
55352
  visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
55437
55353
  /**
55438
55354
  *
55439
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
55355
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
55440
55356
  * @memberof JsonApiExportDefinitionOutRelationships
55441
55357
  */
55442
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
55358
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
55443
55359
  /**
55444
55360
  *
55445
55361
  * @type {JsonApiExportDefinitionOutRelationshipsAutomation}
@@ -55564,16 +55480,54 @@ export declare interface JsonApiExportDefinitionPatch {
55564
55480
  id: string;
55565
55481
  /**
55566
55482
  *
55567
- * @type {JsonApiExportDefinitionInAttributes}
55483
+ * @type {JsonApiExportDefinitionPatchAttributes}
55568
55484
  * @memberof JsonApiExportDefinitionPatch
55569
55485
  */
55570
- attributes?: JsonApiExportDefinitionInAttributes;
55486
+ attributes?: JsonApiExportDefinitionPatchAttributes;
55571
55487
  /**
55572
55488
  *
55573
- * @type {JsonApiExportDefinitionInRelationships}
55489
+ * @type {JsonApiExportDefinitionPatchRelationships}
55574
55490
  * @memberof JsonApiExportDefinitionPatch
55575
55491
  */
55576
- relationships?: JsonApiExportDefinitionInRelationships;
55492
+ relationships?: JsonApiExportDefinitionPatchRelationships;
55493
+ }
55494
+
55495
+ /**
55496
+ *
55497
+ * @export
55498
+ * @interface JsonApiExportDefinitionPatchAttributes
55499
+ */
55500
+ export declare interface JsonApiExportDefinitionPatchAttributes {
55501
+ /**
55502
+ *
55503
+ * @type {string}
55504
+ * @memberof JsonApiExportDefinitionPatchAttributes
55505
+ */
55506
+ title?: string;
55507
+ /**
55508
+ *
55509
+ * @type {string}
55510
+ * @memberof JsonApiExportDefinitionPatchAttributes
55511
+ */
55512
+ description?: string;
55513
+ /**
55514
+ *
55515
+ * @type {Array<string>}
55516
+ * @memberof JsonApiExportDefinitionPatchAttributes
55517
+ */
55518
+ tags?: Array<string>;
55519
+ /**
55520
+ * JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
55521
+ * @type {VisualExportRequest | TabularExportRequest}
55522
+ * @memberof JsonApiExportDefinitionPatchAttributes
55523
+ */
55524
+ requestPayload?: VisualExportRequest | TabularExportRequest;
55525
+ /**
55526
+ *
55527
+ * @type {boolean}
55528
+ * @memberof JsonApiExportDefinitionPatchAttributes
55529
+ */
55530
+ areRelationsValid?: boolean;
55577
55531
  }
55578
55532
 
55579
55533
  /**
@@ -55590,6 +55544,26 @@ export declare interface JsonApiExportDefinitionPatchDocument {
55590
55544
  data: JsonApiExportDefinitionPatch;
55591
55545
  }
55592
55546
 
55547
+ /**
55548
+ *
55549
+ * @export
55550
+ * @interface JsonApiExportDefinitionPatchRelationships
55551
+ */
55552
+ export declare interface JsonApiExportDefinitionPatchRelationships {
55553
+ /**
55554
+ *
55555
+ * @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
55556
+ * @memberof JsonApiExportDefinitionPatchRelationships
55557
+ */
55558
+ visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
55559
+ /**
55560
+ *
55561
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
55562
+ * @memberof JsonApiExportDefinitionPatchRelationships
55563
+ */
55564
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
55565
+ }
55566
+
55593
55567
  export declare const JsonApiExportDefinitionPatchTypeEnum: {
55594
55568
  readonly EXPORT_DEFINITION: "exportDefinition";
55595
55569
  };
@@ -55616,16 +55590,16 @@ export declare interface JsonApiExportDefinitionPostOptionalId {
55616
55590
  id?: string;
55617
55591
  /**
55618
55592
  *
55619
- * @type {JsonApiExportDefinitionInAttributes}
55593
+ * @type {JsonApiExportDefinitionPatchAttributes}
55620
55594
  * @memberof JsonApiExportDefinitionPostOptionalId
55621
55595
  */
55622
- attributes?: JsonApiExportDefinitionInAttributes;
55596
+ attributes?: JsonApiExportDefinitionPatchAttributes;
55623
55597
  /**
55624
55598
  *
55625
- * @type {JsonApiExportDefinitionInRelationships}
55599
+ * @type {JsonApiExportDefinitionPatchRelationships}
55626
55600
  * @memberof JsonApiExportDefinitionPostOptionalId
55627
55601
  */
55628
- relationships?: JsonApiExportDefinitionInRelationships;
55602
+ relationships?: JsonApiExportDefinitionPatchRelationships;
55629
55603
  }
55630
55604
 
55631
55605
  /**
@@ -56301,10 +56275,10 @@ export declare interface JsonApiFilterContextIn {
56301
56275
  id: string;
56302
56276
  /**
56303
56277
  *
56304
- * @type {JsonApiAnalyticalDashboardInAttributes}
56278
+ * @type {JsonApiFilterContextOutAttributes}
56305
56279
  * @memberof JsonApiFilterContextIn
56306
56280
  */
56307
- attributes: JsonApiAnalyticalDashboardInAttributes;
56281
+ attributes: JsonApiFilterContextOutAttributes;
56308
56282
  }
56309
56283
 
56310
56284
  /**
@@ -56379,10 +56353,10 @@ export declare interface JsonApiFilterContextOut {
56379
56353
  meta?: JsonApiVisualizationObjectOutMeta;
56380
56354
  /**
56381
56355
  *
56382
- * @type {JsonApiAnalyticalDashboardInAttributes}
56356
+ * @type {JsonApiFilterContextOutAttributes}
56383
56357
  * @memberof JsonApiFilterContextOut
56384
56358
  */
56385
- attributes: JsonApiAnalyticalDashboardInAttributes;
56359
+ attributes: JsonApiFilterContextOutAttributes;
56386
56360
  /**
56387
56361
  *
56388
56362
  * @type {JsonApiFilterContextOutRelationships}
@@ -56391,6 +56365,44 @@ export declare interface JsonApiFilterContextOut {
56391
56365
  relationships?: JsonApiFilterContextOutRelationships;
56392
56366
  }
56393
56367
 
56368
+ /**
56369
+ *
56370
+ * @export
56371
+ * @interface JsonApiFilterContextOutAttributes
56372
+ */
56373
+ export declare interface JsonApiFilterContextOutAttributes {
56374
+ /**
56375
+ *
56376
+ * @type {string}
56377
+ * @memberof JsonApiFilterContextOutAttributes
56378
+ */
56379
+ title?: string;
56380
+ /**
56381
+ *
56382
+ * @type {string}
56383
+ * @memberof JsonApiFilterContextOutAttributes
56384
+ */
56385
+ description?: string;
56386
+ /**
56387
+ *
56388
+ * @type {Array<string>}
56389
+ * @memberof JsonApiFilterContextOutAttributes
56390
+ */
56391
+ tags?: Array<string>;
56392
+ /**
56393
+ *
56394
+ * @type {boolean}
56395
+ * @memberof JsonApiFilterContextOutAttributes
56396
+ */
56397
+ areRelationsValid?: boolean;
56398
+ /**
56399
+ * Free-form JSON content. Maximum supported length is 250000 characters.
56400
+ * @type {object}
56401
+ * @memberof JsonApiFilterContextOutAttributes
56402
+ */
56403
+ content: object;
56404
+ }
56405
+
56394
56406
  /**
56395
56407
  *
56396
56408
  * @export
@@ -56513,10 +56525,10 @@ export declare interface JsonApiFilterContextOutWithLinks {
56513
56525
  meta?: JsonApiVisualizationObjectOutMeta;
56514
56526
  /**
56515
56527
  *
56516
- * @type {JsonApiAnalyticalDashboardInAttributes}
56528
+ * @type {JsonApiFilterContextOutAttributes}
56517
56529
  * @memberof JsonApiFilterContextOutWithLinks
56518
56530
  */
56519
- attributes: JsonApiAnalyticalDashboardInAttributes;
56531
+ attributes: JsonApiFilterContextOutAttributes;
56520
56532
  /**
56521
56533
  *
56522
56534
  * @type {JsonApiFilterContextOutRelationships}
@@ -56603,10 +56615,10 @@ export declare interface JsonApiFilterContextPostOptionalId {
56603
56615
  id?: string;
56604
56616
  /**
56605
56617
  *
56606
- * @type {JsonApiAnalyticalDashboardInAttributes}
56618
+ * @type {JsonApiFilterContextOutAttributes}
56607
56619
  * @memberof JsonApiFilterContextPostOptionalId
56608
56620
  */
56609
- attributes: JsonApiAnalyticalDashboardInAttributes;
56621
+ attributes: JsonApiFilterContextOutAttributes;
56610
56622
  }
56611
56623
 
56612
56624
  /**
@@ -56649,60 +56661,16 @@ export declare interface JsonApiFilterViewIn {
56649
56661
  id: string;
56650
56662
  /**
56651
56663
  *
56652
- * @type {JsonApiFilterViewInAttributes}
56664
+ * @type {JsonApiFilterViewOutAttributes}
56653
56665
  * @memberof JsonApiFilterViewIn
56654
56666
  */
56655
- attributes: JsonApiFilterViewInAttributes;
56667
+ attributes: JsonApiFilterViewOutAttributes;
56656
56668
  /**
56657
56669
  *
56658
- * @type {JsonApiFilterViewInRelationships}
56670
+ * @type {JsonApiFilterViewPatchRelationships}
56659
56671
  * @memberof JsonApiFilterViewIn
56660
56672
  */
56661
- relationships?: JsonApiFilterViewInRelationships;
56662
- }
56663
-
56664
- /**
56665
- *
56666
- * @export
56667
- * @interface JsonApiFilterViewInAttributes
56668
- */
56669
- export declare interface JsonApiFilterViewInAttributes {
56670
- /**
56671
- *
56672
- * @type {string}
56673
- * @memberof JsonApiFilterViewInAttributes
56674
- */
56675
- title: string;
56676
- /**
56677
- *
56678
- * @type {string}
56679
- * @memberof JsonApiFilterViewInAttributes
56680
- */
56681
- description?: string;
56682
- /**
56683
- *
56684
- * @type {Array<string>}
56685
- * @memberof JsonApiFilterViewInAttributes
56686
- */
56687
- tags?: Array<string>;
56688
- /**
56689
- *
56690
- * @type {boolean}
56691
- * @memberof JsonApiFilterViewInAttributes
56692
- */
56693
- areRelationsValid?: boolean;
56694
- /**
56695
- * Indicator whether the filter view should by applied by default.
56696
- * @type {boolean}
56697
- * @memberof JsonApiFilterViewInAttributes
56698
- */
56699
- isDefault?: boolean;
56700
- /**
56701
- * The respective filter context.
56702
- * @type {object}
56703
- * @memberof JsonApiFilterViewInAttributes
56704
- */
56705
- content: object;
56673
+ relationships?: JsonApiFilterViewPatchRelationships;
56706
56674
  }
56707
56675
 
56708
56676
  /**
@@ -56719,40 +56687,6 @@ export declare interface JsonApiFilterViewInDocument {
56719
56687
  data: JsonApiFilterViewIn;
56720
56688
  }
56721
56689
 
56722
- /**
56723
- *
56724
- * @export
56725
- * @interface JsonApiFilterViewInRelationships
56726
- */
56727
- export declare interface JsonApiFilterViewInRelationships {
56728
- /**
56729
- *
56730
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
56731
- * @memberof JsonApiFilterViewInRelationships
56732
- */
56733
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
56734
- /**
56735
- *
56736
- * @type {JsonApiFilterViewInRelationshipsUser}
56737
- * @memberof JsonApiFilterViewInRelationships
56738
- */
56739
- user?: JsonApiFilterViewInRelationshipsUser;
56740
- }
56741
-
56742
- /**
56743
- *
56744
- * @export
56745
- * @interface JsonApiFilterViewInRelationshipsUser
56746
- */
56747
- export declare interface JsonApiFilterViewInRelationshipsUser {
56748
- /**
56749
- *
56750
- * @type {JsonApiUserToOneLinkage}
56751
- * @memberof JsonApiFilterViewInRelationshipsUser
56752
- */
56753
- data: JsonApiUserToOneLinkage | null;
56754
- }
56755
-
56756
56690
  export declare const JsonApiFilterViewInTypeEnum: {
56757
56691
  readonly FILTER_VIEW: "filterView";
56758
56692
  };
@@ -56779,16 +56713,60 @@ export declare interface JsonApiFilterViewOut {
56779
56713
  id: string;
56780
56714
  /**
56781
56715
  *
56782
- * @type {JsonApiFilterViewInAttributes}
56716
+ * @type {JsonApiFilterViewOutAttributes}
56783
56717
  * @memberof JsonApiFilterViewOut
56784
56718
  */
56785
- attributes: JsonApiFilterViewInAttributes;
56719
+ attributes: JsonApiFilterViewOutAttributes;
56786
56720
  /**
56787
56721
  *
56788
- * @type {JsonApiFilterViewInRelationships}
56722
+ * @type {JsonApiFilterViewPatchRelationships}
56789
56723
  * @memberof JsonApiFilterViewOut
56790
56724
  */
56791
- relationships?: JsonApiFilterViewInRelationships;
56725
+ relationships?: JsonApiFilterViewPatchRelationships;
56726
+ }
56727
+
56728
+ /**
56729
+ *
56730
+ * @export
56731
+ * @interface JsonApiFilterViewOutAttributes
56732
+ */
56733
+ export declare interface JsonApiFilterViewOutAttributes {
56734
+ /**
56735
+ *
56736
+ * @type {string}
56737
+ * @memberof JsonApiFilterViewOutAttributes
56738
+ */
56739
+ title: string;
56740
+ /**
56741
+ *
56742
+ * @type {string}
56743
+ * @memberof JsonApiFilterViewOutAttributes
56744
+ */
56745
+ description?: string;
56746
+ /**
56747
+ *
56748
+ * @type {Array<string>}
56749
+ * @memberof JsonApiFilterViewOutAttributes
56750
+ */
56751
+ tags?: Array<string>;
56752
+ /**
56753
+ *
56754
+ * @type {boolean}
56755
+ * @memberof JsonApiFilterViewOutAttributes
56756
+ */
56757
+ areRelationsValid?: boolean;
56758
+ /**
56759
+ * Indicator whether the filter view should by applied by default.
56760
+ * @type {boolean}
56761
+ * @memberof JsonApiFilterViewOutAttributes
56762
+ */
56763
+ isDefault?: boolean;
56764
+ /**
56765
+ * The respective filter context.
56766
+ * @type {object}
56767
+ * @memberof JsonApiFilterViewOutAttributes
56768
+ */
56769
+ content: object;
56792
56770
  }
56793
56771
 
56794
56772
  /**
@@ -56881,16 +56859,16 @@ export declare interface JsonApiFilterViewOutWithLinks {
56881
56859
  id: string;
56882
56860
  /**
56883
56861
  *
56884
- * @type {JsonApiFilterViewInAttributes}
56862
+ * @type {JsonApiFilterViewOutAttributes}
56885
56863
  * @memberof JsonApiFilterViewOutWithLinks
56886
56864
  */
56887
- attributes: JsonApiFilterViewInAttributes;
56865
+ attributes: JsonApiFilterViewOutAttributes;
56888
56866
  /**
56889
56867
  *
56890
- * @type {JsonApiFilterViewInRelationships}
56868
+ * @type {JsonApiFilterViewPatchRelationships}
56891
56869
  * @memberof JsonApiFilterViewOutWithLinks
56892
56870
  */
56893
- relationships?: JsonApiFilterViewInRelationships;
56871
+ relationships?: JsonApiFilterViewPatchRelationships;
56894
56872
  /**
56895
56873
  *
56896
56874
  * @type {ObjectLinks}
@@ -56931,10 +56909,10 @@ export declare interface JsonApiFilterViewPatch {
56931
56909
  attributes: JsonApiFilterViewPatchAttributes;
56932
56910
  /**
56933
56911
  *
56934
- * @type {JsonApiFilterViewInRelationships}
56912
+ * @type {JsonApiFilterViewPatchRelationships}
56935
56913
  * @memberof JsonApiFilterViewPatch
56936
56914
  */
56937
- relationships?: JsonApiFilterViewInRelationships;
56915
+ relationships?: JsonApiFilterViewPatchRelationships;
56938
56916
  }
56939
56917
 
56940
56918
  /**
@@ -56995,6 +56973,40 @@ export declare interface JsonApiFilterViewPatchDocument {
56995
56973
  data: JsonApiFilterViewPatch;
56996
56974
  }
56997
56975
 
56976
+ /**
56977
+ *
56978
+ * @export
56979
+ * @interface JsonApiFilterViewPatchRelationships
56980
+ */
56981
+ export declare interface JsonApiFilterViewPatchRelationships {
56982
+ /**
56983
+ *
56984
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
56985
+ * @memberof JsonApiFilterViewPatchRelationships
56986
+ */
56987
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
56988
+ /**
56989
+ *
56990
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
56991
+ * @memberof JsonApiFilterViewPatchRelationships
56992
+ */
56993
+ user?: JsonApiFilterViewPatchRelationshipsUser;
56994
+ }
56995
+
56996
+ /**
56997
+ *
56998
+ * @export
56999
+ * @interface JsonApiFilterViewPatchRelationshipsUser
57000
+ */
57001
+ export declare interface JsonApiFilterViewPatchRelationshipsUser {
57002
+ /**
57003
+ *
57004
+ * @type {JsonApiUserToOneLinkage}
57005
+ * @memberof JsonApiFilterViewPatchRelationshipsUser
57006
+ */
57007
+ data: JsonApiUserToOneLinkage | null;
57008
+ }
57009
+
56998
57010
  export declare const JsonApiFilterViewPatchTypeEnum: {
56999
57011
  readonly FILTER_VIEW: "filterView";
57000
57012
  };
@@ -59391,99 +59403,16 @@ export declare interface JsonApiOrganizationIn {
59391
59403
  id: string;
59392
59404
  /**
59393
59405
  *
59394
- * @type {JsonApiOrganizationInAttributes}
59406
+ * @type {JsonApiOrganizationPatchAttributes}
59395
59407
  * @memberof JsonApiOrganizationIn
59396
59408
  */
59397
- attributes?: JsonApiOrganizationInAttributes;
59409
+ attributes?: JsonApiOrganizationPatchAttributes;
59398
59410
  /**
59399
59411
  *
59400
- * @type {JsonApiOrganizationInRelationships}
59412
+ * @type {JsonApiOrganizationPatchRelationships}
59401
59413
  * @memberof JsonApiOrganizationIn
59402
59414
  */
59403
- relationships?: JsonApiOrganizationInRelationships;
59404
- }
59405
-
59406
- /**
59407
- *
59408
- * @export
59409
- * @interface JsonApiOrganizationInAttributes
59410
- */
59411
- export declare interface JsonApiOrganizationInAttributes {
59412
- /**
59413
- *
59414
- * @type {string}
59415
- * @memberof JsonApiOrganizationInAttributes
59416
- */
59417
- name?: string | null;
59418
- /**
59419
- *
59420
- * @type {string}
59421
- * @memberof JsonApiOrganizationInAttributes
59422
- */
59423
- hostname?: string;
59424
- /**
59425
- *
59426
- * @type {Array<string>}
59427
- * @memberof JsonApiOrganizationInAttributes
59428
- */
59429
- allowedOrigins?: Array<string>;
59430
- /**
59431
- *
59432
- * @type {string}
59433
- * @memberof JsonApiOrganizationInAttributes
59434
- */
59435
- oauthIssuerLocation?: string;
59436
- /**
59437
- *
59438
- * @type {string}
59439
- * @memberof JsonApiOrganizationInAttributes
59440
- */
59441
- oauthClientId?: string;
59442
- /**
59443
- *
59444
- * @type {string}
59445
- * @memberof JsonApiOrganizationInAttributes
59446
- */
59447
- oauthClientSecret?: string;
59448
- /**
59449
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
59450
- * @type {string}
59451
- * @memberof JsonApiOrganizationInAttributes
59452
- * @deprecated
59453
- */
59454
- earlyAccess?: string | null;
59455
- /**
59456
- * The early access feature identifiers. They are used to enable experimental features.
59457
- * @type {Array<string>}
59458
- * @memberof JsonApiOrganizationInAttributes
59459
- */
59460
- earlyAccessValues?: Array<string> | null;
59461
- /**
59462
- * 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.
59463
- * @type {string}
59464
- * @memberof JsonApiOrganizationInAttributes
59465
- */
59466
- oauthIssuerId?: string;
59467
- /**
59468
- * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
59469
- * @type {string}
59470
- * @memberof JsonApiOrganizationInAttributes
59471
- */
59472
- oauthSubjectIdClaim?: string;
59473
- /**
59474
- * 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.
59475
- * @type {{ [key: string]: string; }}
59476
- * @memberof JsonApiOrganizationInAttributes
59477
- */
59478
- oauthCustomAuthAttributes?: {
59479
- [key: string]: string;
59480
- };
59481
- /**
59482
- * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
59483
- * @type {Array<string>}
59484
- * @memberof JsonApiOrganizationInAttributes
59485
- */
59486
- oauthCustomScopes?: Array<string> | null;
59415
+ relationships?: JsonApiOrganizationPatchRelationships;
59487
59416
  }
59488
59417
 
59489
59418
  /**
@@ -59500,34 +59429,6 @@ export declare interface JsonApiOrganizationInDocument {
59500
59429
  data: JsonApiOrganizationIn;
59501
59430
  }
59502
59431
 
59503
- /**
59504
- *
59505
- * @export
59506
- * @interface JsonApiOrganizationInRelationships
59507
- */
59508
- export declare interface JsonApiOrganizationInRelationships {
59509
- /**
59510
- *
59511
- * @type {JsonApiOrganizationInRelationshipsIdentityProvider}
59512
- * @memberof JsonApiOrganizationInRelationships
59513
- */
59514
- identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
59515
- }
59516
-
59517
- /**
59518
- *
59519
- * @export
59520
- * @interface JsonApiOrganizationInRelationshipsIdentityProvider
59521
- */
59522
- export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
59523
- /**
59524
- *
59525
- * @type {JsonApiIdentityProviderToOneLinkage}
59526
- * @memberof JsonApiOrganizationInRelationshipsIdentityProvider
59527
- */
59528
- data: JsonApiIdentityProviderToOneLinkage | null;
59529
- }
59530
-
59531
59432
  export declare const JsonApiOrganizationInTypeEnum: {
59532
59433
  readonly ORGANIZATION: "organization";
59533
59434
  };
@@ -59743,22 +59644,22 @@ export declare type JsonApiOrganizationOutMetaPermissionsEnum = (typeof JsonApiO
59743
59644
  export declare interface JsonApiOrganizationOutRelationships {
59744
59645
  /**
59745
59646
  *
59746
- * @type {JsonApiFilterViewInRelationshipsUser}
59647
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
59747
59648
  * @memberof JsonApiOrganizationOutRelationships
59748
59649
  */
59749
- bootstrapUser?: JsonApiFilterViewInRelationshipsUser;
59650
+ bootstrapUser?: JsonApiFilterViewPatchRelationshipsUser;
59750
59651
  /**
59751
59652
  *
59752
- * @type {JsonApiUserDataFilterInRelationshipsUserGroup}
59653
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
59753
59654
  * @memberof JsonApiOrganizationOutRelationships
59754
59655
  */
59755
- bootstrapUserGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
59656
+ bootstrapUserGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
59756
59657
  /**
59757
59658
  *
59758
- * @type {JsonApiOrganizationInRelationshipsIdentityProvider}
59659
+ * @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
59759
59660
  * @memberof JsonApiOrganizationOutRelationships
59760
59661
  */
59761
- identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
59662
+ identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
59762
59663
  }
59763
59664
 
59764
59665
  export declare const JsonApiOrganizationOutTypeEnum: {
@@ -59787,16 +59688,99 @@ export declare interface JsonApiOrganizationPatch {
59787
59688
  id: string;
59788
59689
  /**
59789
59690
  *
59790
- * @type {JsonApiOrganizationInAttributes}
59691
+ * @type {JsonApiOrganizationPatchAttributes}
59791
59692
  * @memberof JsonApiOrganizationPatch
59792
59693
  */
59793
- attributes?: JsonApiOrganizationInAttributes;
59694
+ attributes?: JsonApiOrganizationPatchAttributes;
59794
59695
  /**
59795
59696
  *
59796
- * @type {JsonApiOrganizationInRelationships}
59697
+ * @type {JsonApiOrganizationPatchRelationships}
59797
59698
  * @memberof JsonApiOrganizationPatch
59798
59699
  */
59799
- relationships?: JsonApiOrganizationInRelationships;
59700
+ relationships?: JsonApiOrganizationPatchRelationships;
59701
+ }
59702
+
59703
+ /**
59704
+ *
59705
+ * @export
59706
+ * @interface JsonApiOrganizationPatchAttributes
59707
+ */
59708
+ export declare interface JsonApiOrganizationPatchAttributes {
59709
+ /**
59710
+ *
59711
+ * @type {string}
59712
+ * @memberof JsonApiOrganizationPatchAttributes
59713
+ */
59714
+ name?: string | null;
59715
+ /**
59716
+ *
59717
+ * @type {string}
59718
+ * @memberof JsonApiOrganizationPatchAttributes
59719
+ */
59720
+ hostname?: string;
59721
+ /**
59722
+ *
59723
+ * @type {Array<string>}
59724
+ * @memberof JsonApiOrganizationPatchAttributes
59725
+ */
59726
+ allowedOrigins?: Array<string>;
59727
+ /**
59728
+ *
59729
+ * @type {string}
59730
+ * @memberof JsonApiOrganizationPatchAttributes
59731
+ */
59732
+ oauthIssuerLocation?: string;
59733
+ /**
59734
+ *
59735
+ * @type {string}
59736
+ * @memberof JsonApiOrganizationPatchAttributes
59737
+ */
59738
+ oauthClientId?: string;
59739
+ /**
59740
+ *
59741
+ * @type {string}
59742
+ * @memberof JsonApiOrganizationPatchAttributes
59743
+ */
59744
+ oauthClientSecret?: string;
59745
+ /**
59746
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
59747
+ * @type {string}
59748
+ * @memberof JsonApiOrganizationPatchAttributes
59749
+ * @deprecated
59750
+ */
59751
+ earlyAccess?: string | null;
59752
+ /**
59753
+ * The early access feature identifiers. They are used to enable experimental features.
59754
+ * @type {Array<string>}
59755
+ * @memberof JsonApiOrganizationPatchAttributes
59756
+ */
59757
+ earlyAccessValues?: Array<string> | null;
59758
+ /**
59759
+ * 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.
59760
+ * @type {string}
59761
+ * @memberof JsonApiOrganizationPatchAttributes
59762
+ */
59763
+ oauthIssuerId?: string;
59764
+ /**
59765
+ * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
59766
+ * @type {string}
59767
+ * @memberof JsonApiOrganizationPatchAttributes
59768
+ */
59769
+ oauthSubjectIdClaim?: string;
59770
+ /**
59771
+ * 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.
59772
+ * @type {{ [key: string]: string; }}
59773
+ * @memberof JsonApiOrganizationPatchAttributes
59774
+ */
59775
+ oauthCustomAuthAttributes?: {
59776
+ [key: string]: string;
59777
+ };
59778
+ /**
59779
+ * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
59780
+ * @type {Array<string>}
59781
+ * @memberof JsonApiOrganizationPatchAttributes
59782
+ */
59783
+ oauthCustomScopes?: Array<string> | null;
59800
59784
  }
59801
59785
 
59802
59786
  /**
@@ -59813,6 +59797,34 @@ export declare interface JsonApiOrganizationPatchDocument {
59813
59797
  data: JsonApiOrganizationPatch;
59814
59798
  }
59815
59799
 
59800
+ /**
59801
+ *
59802
+ * @export
59803
+ * @interface JsonApiOrganizationPatchRelationships
59804
+ */
59805
+ export declare interface JsonApiOrganizationPatchRelationships {
59806
+ /**
59807
+ *
59808
+ * @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
59809
+ * @memberof JsonApiOrganizationPatchRelationships
59810
+ */
59811
+ identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
59812
+ }
59813
+
59814
+ /**
59815
+ *
59816
+ * @export
59817
+ * @interface JsonApiOrganizationPatchRelationshipsIdentityProvider
59818
+ */
59819
+ export declare interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
59820
+ /**
59821
+ *
59822
+ * @type {JsonApiIdentityProviderToOneLinkage}
59823
+ * @memberof JsonApiOrganizationPatchRelationshipsIdentityProvider
59824
+ */
59825
+ data: JsonApiIdentityProviderToOneLinkage | null;
59826
+ }
59827
+
59816
59828
  export declare const JsonApiOrganizationPatchTypeEnum: {
59817
59829
  readonly ORGANIZATION: "organization";
59818
59830
  };
@@ -60255,54 +60267,16 @@ export declare interface JsonApiUserDataFilterIn {
60255
60267
  id: string;
60256
60268
  /**
60257
60269
  *
60258
- * @type {JsonApiUserDataFilterInAttributes}
60270
+ * @type {JsonApiUserDataFilterOutAttributes}
60259
60271
  * @memberof JsonApiUserDataFilterIn
60260
60272
  */
60261
- attributes: JsonApiUserDataFilterInAttributes;
60273
+ attributes: JsonApiUserDataFilterOutAttributes;
60262
60274
  /**
60263
60275
  *
60264
- * @type {JsonApiUserDataFilterInRelationships}
60276
+ * @type {JsonApiUserDataFilterPatchRelationships}
60265
60277
  * @memberof JsonApiUserDataFilterIn
60266
60278
  */
60267
- relationships?: JsonApiUserDataFilterInRelationships;
60268
- }
60269
-
60270
- /**
60271
- *
60272
- * @export
60273
- * @interface JsonApiUserDataFilterInAttributes
60274
- */
60275
- export declare interface JsonApiUserDataFilterInAttributes {
60276
- /**
60277
- *
60278
- * @type {string}
60279
- * @memberof JsonApiUserDataFilterInAttributes
60280
- */
60281
- title?: string;
60282
- /**
60283
- *
60284
- * @type {string}
60285
- * @memberof JsonApiUserDataFilterInAttributes
60286
- */
60287
- description?: string;
60288
- /**
60289
- *
60290
- * @type {Array<string>}
60291
- * @memberof JsonApiUserDataFilterInAttributes
60292
- */
60293
- tags?: Array<string>;
60294
- /**
60295
- *
60296
- * @type {boolean}
60297
- * @memberof JsonApiUserDataFilterInAttributes
60298
- */
60299
- areRelationsValid?: boolean;
60300
- /**
60301
- *
60302
- * @type {string}
60303
- * @memberof JsonApiUserDataFilterInAttributes
60304
- */
60305
- maql: string;
60279
+ relationships?: JsonApiUserDataFilterPatchRelationships;
60306
60280
  }
60307
60281
 
60308
60282
  /**
@@ -60319,40 +60293,6 @@ export declare interface JsonApiUserDataFilterInDocument {
60319
60293
  data: JsonApiUserDataFilterIn;
60320
60294
  }
60321
60295
 
60322
- /**
60323
- *
60324
- * @export
60325
- * @interface JsonApiUserDataFilterInRelationships
60326
- */
60327
- export declare interface JsonApiUserDataFilterInRelationships {
60328
- /**
60329
- *
60330
- * @type {JsonApiFilterViewInRelationshipsUser}
60331
- * @memberof JsonApiUserDataFilterInRelationships
60332
- */
60333
- user?: JsonApiFilterViewInRelationshipsUser;
60334
- /**
60335
- *
60336
- * @type {JsonApiUserDataFilterInRelationshipsUserGroup}
60337
- * @memberof JsonApiUserDataFilterInRelationships
60338
- */
60339
- userGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
60340
- }
60341
-
60342
- /**
60343
- *
60344
- * @export
60345
- * @interface JsonApiUserDataFilterInRelationshipsUserGroup
60346
- */
60347
- export declare interface JsonApiUserDataFilterInRelationshipsUserGroup {
60348
- /**
60349
- *
60350
- * @type {JsonApiUserGroupToOneLinkage}
60351
- * @memberof JsonApiUserDataFilterInRelationshipsUserGroup
60352
- */
60353
- data: JsonApiUserGroupToOneLinkage | null;
60354
- }
60355
-
60356
60296
  export declare const JsonApiUserDataFilterInTypeEnum: {
60357
60297
  readonly USER_DATA_FILTER: "userDataFilter";
60358
60298
  };
@@ -60385,10 +60325,10 @@ export declare interface JsonApiUserDataFilterOut {
60385
60325
  meta?: JsonApiVisualizationObjectOutMeta;
60386
60326
  /**
60387
60327
  *
60388
- * @type {JsonApiUserDataFilterInAttributes}
60328
+ * @type {JsonApiUserDataFilterOutAttributes}
60389
60329
  * @memberof JsonApiUserDataFilterOut
60390
60330
  */
60391
- attributes: JsonApiUserDataFilterInAttributes;
60331
+ attributes: JsonApiUserDataFilterOutAttributes;
60392
60332
  /**
60393
60333
  *
60394
60334
  * @type {JsonApiUserDataFilterOutRelationships}
@@ -60397,6 +60337,44 @@ export declare interface JsonApiUserDataFilterOut {
60397
60337
  relationships?: JsonApiUserDataFilterOutRelationships;
60398
60338
  }
60399
60339
 
60340
+ /**
60341
+ *
60342
+ * @export
60343
+ * @interface JsonApiUserDataFilterOutAttributes
60344
+ */
60345
+ export declare interface JsonApiUserDataFilterOutAttributes {
60346
+ /**
60347
+ *
60348
+ * @type {string}
60349
+ * @memberof JsonApiUserDataFilterOutAttributes
60350
+ */
60351
+ title?: string;
60352
+ /**
60353
+ *
60354
+ * @type {string}
60355
+ * @memberof JsonApiUserDataFilterOutAttributes
60356
+ */
60357
+ description?: string;
60358
+ /**
60359
+ *
60360
+ * @type {Array<string>}
60361
+ * @memberof JsonApiUserDataFilterOutAttributes
60362
+ */
60363
+ tags?: Array<string>;
60364
+ /**
60365
+ *
60366
+ * @type {boolean}
60367
+ * @memberof JsonApiUserDataFilterOutAttributes
60368
+ */
60369
+ areRelationsValid?: boolean;
60370
+ /**
60371
+ *
60372
+ * @type {string}
60373
+ * @memberof JsonApiUserDataFilterOutAttributes
60374
+ */
60375
+ maql: string;
60376
+ }
60377
+
60400
60378
  /**
60401
60379
  *
60402
60380
  * @export
@@ -60469,16 +60447,16 @@ export declare interface JsonApiUserDataFilterOutList {
60469
60447
  export declare interface JsonApiUserDataFilterOutRelationships {
60470
60448
  /**
60471
60449
  *
60472
- * @type {JsonApiFilterViewInRelationshipsUser}
60450
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
60473
60451
  * @memberof JsonApiUserDataFilterOutRelationships
60474
60452
  */
60475
- user?: JsonApiFilterViewInRelationshipsUser;
60453
+ user?: JsonApiFilterViewPatchRelationshipsUser;
60476
60454
  /**
60477
60455
  *
60478
- * @type {JsonApiUserDataFilterInRelationshipsUserGroup}
60456
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
60479
60457
  * @memberof JsonApiUserDataFilterOutRelationships
60480
60458
  */
60481
- userGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
60459
+ userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
60482
60460
  /**
60483
60461
  *
60484
60462
  * @type {JsonApiVisualizationObjectOutRelationshipsFacts}
@@ -60543,10 +60521,10 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
60543
60521
  meta?: JsonApiVisualizationObjectOutMeta;
60544
60522
  /**
60545
60523
  *
60546
- * @type {JsonApiUserDataFilterInAttributes}
60524
+ * @type {JsonApiUserDataFilterOutAttributes}
60547
60525
  * @memberof JsonApiUserDataFilterOutWithLinks
60548
60526
  */
60549
- attributes: JsonApiUserDataFilterInAttributes;
60527
+ attributes: JsonApiUserDataFilterOutAttributes;
60550
60528
  /**
60551
60529
  *
60552
60530
  * @type {JsonApiUserDataFilterOutRelationships}
@@ -60593,10 +60571,10 @@ export declare interface JsonApiUserDataFilterPatch {
60593
60571
  attributes: JsonApiUserDataFilterPatchAttributes;
60594
60572
  /**
60595
60573
  *
60596
- * @type {JsonApiUserDataFilterInRelationships}
60574
+ * @type {JsonApiUserDataFilterPatchRelationships}
60597
60575
  * @memberof JsonApiUserDataFilterPatch
60598
60576
  */
60599
- relationships?: JsonApiUserDataFilterInRelationships;
60577
+ relationships?: JsonApiUserDataFilterPatchRelationships;
60600
60578
  }
60601
60579
 
60602
60580
  /**
@@ -60651,6 +60629,40 @@ export declare interface JsonApiUserDataFilterPatchDocument {
60651
60629
  data: JsonApiUserDataFilterPatch;
60652
60630
  }
60653
60631
 
60632
+ /**
60633
+ *
60634
+ * @export
60635
+ * @interface JsonApiUserDataFilterPatchRelationships
60636
+ */
60637
+ export declare interface JsonApiUserDataFilterPatchRelationships {
60638
+ /**
60639
+ *
60640
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
60641
+ * @memberof JsonApiUserDataFilterPatchRelationships
60642
+ */
60643
+ user?: JsonApiFilterViewPatchRelationshipsUser;
60644
+ /**
60645
+ *
60646
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
60647
+ * @memberof JsonApiUserDataFilterPatchRelationships
60648
+ */
60649
+ userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
60650
+ }
60651
+
60652
+ /**
60653
+ *
60654
+ * @export
60655
+ * @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
60656
+ */
60657
+ export declare interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
60658
+ /**
60659
+ *
60660
+ * @type {JsonApiUserGroupToOneLinkage}
60661
+ * @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
60662
+ */
60663
+ data: JsonApiUserGroupToOneLinkage | null;
60664
+ }
60665
+
60654
60666
  export declare const JsonApiUserDataFilterPatchTypeEnum: {
60655
60667
  readonly USER_DATA_FILTER: "userDataFilter";
60656
60668
  };
@@ -60677,16 +60689,16 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
60677
60689
  id?: string;
60678
60690
  /**
60679
60691
  *
60680
- * @type {JsonApiUserDataFilterInAttributes}
60692
+ * @type {JsonApiUserDataFilterOutAttributes}
60681
60693
  * @memberof JsonApiUserDataFilterPostOptionalId
60682
60694
  */
60683
- attributes: JsonApiUserDataFilterInAttributes;
60695
+ attributes: JsonApiUserDataFilterOutAttributes;
60684
60696
  /**
60685
60697
  *
60686
- * @type {JsonApiUserDataFilterInRelationships}
60698
+ * @type {JsonApiUserDataFilterPatchRelationships}
60687
60699
  * @memberof JsonApiUserDataFilterPostOptionalId
60688
60700
  */
60689
- relationships?: JsonApiUserDataFilterInRelationships;
60701
+ relationships?: JsonApiUserDataFilterPatchRelationships;
60690
60702
  }
60691
60703
 
60692
60704
  /**
@@ -61759,10 +61771,10 @@ export declare interface JsonApiVisualizationObjectIn {
61759
61771
  id: string;
61760
61772
  /**
61761
61773
  *
61762
- * @type {JsonApiAnalyticalDashboardInAttributes}
61774
+ * @type {JsonApiFilterContextOutAttributes}
61763
61775
  * @memberof JsonApiVisualizationObjectIn
61764
61776
  */
61765
- attributes: JsonApiAnalyticalDashboardInAttributes;
61777
+ attributes: JsonApiFilterContextOutAttributes;
61766
61778
  }
61767
61779
 
61768
61780
  /**
@@ -62254,10 +62266,10 @@ export declare interface JsonApiVisualizationObjectPostOptionalId {
62254
62266
  id?: string;
62255
62267
  /**
62256
62268
  *
62257
- * @type {JsonApiAnalyticalDashboardInAttributes}
62269
+ * @type {JsonApiFilterContextOutAttributes}
62258
62270
  * @memberof JsonApiVisualizationObjectPostOptionalId
62259
62271
  */
62260
- attributes: JsonApiAnalyticalDashboardInAttributes;
62272
+ attributes: JsonApiFilterContextOutAttributes;
62261
62273
  }
62262
62274
 
62263
62275
  /**
@@ -62643,42 +62655,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
62643
62655
  id: string;
62644
62656
  /**
62645
62657
  *
62646
- * @type {JsonApiWorkspaceDataFilterSettingInAttributes}
62658
+ * @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
62647
62659
  * @memberof JsonApiWorkspaceDataFilterSettingIn
62648
62660
  */
62649
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
62661
+ attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
62650
62662
  /**
62651
62663
  *
62652
- * @type {JsonApiWorkspaceDataFilterSettingInRelationships}
62664
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
62653
62665
  * @memberof JsonApiWorkspaceDataFilterSettingIn
62654
62666
  */
62655
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
62656
- }
62657
-
62658
- /**
62659
- *
62660
- * @export
62661
- * @interface JsonApiWorkspaceDataFilterSettingInAttributes
62662
- */
62663
- export declare interface JsonApiWorkspaceDataFilterSettingInAttributes {
62664
- /**
62665
- *
62666
- * @type {string}
62667
- * @memberof JsonApiWorkspaceDataFilterSettingInAttributes
62668
- */
62669
- title?: string;
62670
- /**
62671
- *
62672
- * @type {string}
62673
- * @memberof JsonApiWorkspaceDataFilterSettingInAttributes
62674
- */
62675
- description?: string;
62676
- /**
62677
- *
62678
- * @type {Array<string>}
62679
- * @memberof JsonApiWorkspaceDataFilterSettingInAttributes
62680
- */
62681
- filterValues?: Array<string>;
62667
+ relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
62682
62668
  }
62683
62669
 
62684
62670
  /**
@@ -62695,34 +62681,6 @@ export declare interface JsonApiWorkspaceDataFilterSettingInDocument {
62695
62681
  data: JsonApiWorkspaceDataFilterSettingIn;
62696
62682
  }
62697
62683
 
62698
- /**
62699
- *
62700
- * @export
62701
- * @interface JsonApiWorkspaceDataFilterSettingInRelationships
62702
- */
62703
- export declare interface JsonApiWorkspaceDataFilterSettingInRelationships {
62704
- /**
62705
- *
62706
- * @type {JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter}
62707
- * @memberof JsonApiWorkspaceDataFilterSettingInRelationships
62708
- */
62709
- workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
62710
- }
62711
-
62712
- /**
62713
- *
62714
- * @export
62715
- * @interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter
62716
- */
62717
- export declare interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
62718
- /**
62719
- *
62720
- * @type {JsonApiWorkspaceDataFilterToOneLinkage}
62721
- * @memberof JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter
62722
- */
62723
- data: JsonApiWorkspaceDataFilterToOneLinkage | null;
62724
- }
62725
-
62726
62684
  export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
62727
62685
  readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
62728
62686
  };
@@ -62781,16 +62739,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
62781
62739
  meta?: JsonApiVisualizationObjectOutMeta;
62782
62740
  /**
62783
62741
  *
62784
- * @type {JsonApiWorkspaceDataFilterSettingInAttributes}
62742
+ * @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
62785
62743
  * @memberof JsonApiWorkspaceDataFilterSettingOut
62786
62744
  */
62787
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
62745
+ attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
62788
62746
  /**
62789
62747
  *
62790
- * @type {JsonApiWorkspaceDataFilterSettingInRelationships}
62748
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
62791
62749
  * @memberof JsonApiWorkspaceDataFilterSettingOut
62792
62750
  */
62793
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
62751
+ relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
62794
62752
  }
62795
62753
 
62796
62754
  /**
@@ -62883,16 +62841,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
62883
62841
  meta?: JsonApiVisualizationObjectOutMeta;
62884
62842
  /**
62885
62843
  *
62886
- * @type {JsonApiWorkspaceDataFilterSettingInAttributes}
62844
+ * @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
62887
62845
  * @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
62888
62846
  */
62889
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
62847
+ attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
62890
62848
  /**
62891
62849
  *
62892
- * @type {JsonApiWorkspaceDataFilterSettingInRelationships}
62850
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
62893
62851
  * @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
62894
62852
  */
62895
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
62853
+ relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
62896
62854
  /**
62897
62855
  *
62898
62856
  * @type {ObjectLinks}
@@ -62927,16 +62885,42 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
62927
62885
  id: string;
62928
62886
  /**
62929
62887
  *
62930
- * @type {JsonApiWorkspaceDataFilterSettingInAttributes}
62888
+ * @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
62931
62889
  * @memberof JsonApiWorkspaceDataFilterSettingPatch
62932
62890
  */
62933
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
62891
+ attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
62934
62892
  /**
62935
62893
  *
62936
- * @type {JsonApiWorkspaceDataFilterSettingInRelationships}
62894
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
62937
62895
  * @memberof JsonApiWorkspaceDataFilterSettingPatch
62938
62896
  */
62939
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
62897
+ relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
62898
+ }
62899
+
62900
+ /**
62901
+ *
62902
+ * @export
62903
+ * @interface JsonApiWorkspaceDataFilterSettingPatchAttributes
62904
+ */
62905
+ export declare interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
62906
+ /**
62907
+ *
62908
+ * @type {string}
62909
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
62910
+ */
62911
+ title?: string;
62912
+ /**
62913
+ *
62914
+ * @type {string}
62915
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
62916
+ */
62917
+ description?: string;
62918
+ /**
62919
+ *
62920
+ * @type {Array<string>}
62921
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
62922
+ */
62923
+ filterValues?: Array<string>;
62940
62924
  }
62941
62925
 
62942
62926
  /**
@@ -62953,6 +62937,34 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
62953
62937
  data: JsonApiWorkspaceDataFilterSettingPatch;
62954
62938
  }
62955
62939
 
62940
+ /**
62941
+ *
62942
+ * @export
62943
+ * @interface JsonApiWorkspaceDataFilterSettingPatchRelationships
62944
+ */
62945
+ export declare interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
62946
+ /**
62947
+ *
62948
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter}
62949
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchRelationships
62950
+ */
62951
+ workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
62952
+ }
62953
+
62954
+ /**
62955
+ *
62956
+ * @export
62957
+ * @interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
62958
+ */
62959
+ export declare interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
62960
+ /**
62961
+ *
62962
+ * @type {JsonApiWorkspaceDataFilterToOneLinkage}
62963
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
62964
+ */
62965
+ data: JsonApiWorkspaceDataFilterToOneLinkage | null;
62966
+ }
62967
+
62956
62968
  export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
62957
62969
  readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
62958
62970
  };
@@ -90499,12 +90511,12 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
90499
90511
  * @summary Post Automations
90500
90512
  * @param {string} workspaceId
90501
90513
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
90502
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
90514
+ * @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.
90503
90515
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
90504
90516
  * @param {*} [options] Override http request option.
90505
90517
  * @throws {RequiredError}
90506
90518
  */
90507
- createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
90519
+ createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
90508
90520
  /**
90509
90521
  *
90510
90522
  * @summary Post Custom Application Settings
@@ -90832,7 +90844,7 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
90832
90844
  * @param {string} workspaceId
90833
90845
  * @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
90834
90846
  * @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;).
90835
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
90847
+ * @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.
90836
90848
  * @param {number} [page] Zero-based page index (0..N)
90837
90849
  * @param {number} [size] The size of the page to be returned
90838
90850
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -90841,7 +90853,7 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
90841
90853
  * @param {*} [options] Override http request option.
90842
90854
  * @throws {RequiredError}
90843
90855
  */
90844
- getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
90856
+ getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
90845
90857
  /**
90846
90858
  *
90847
90859
  * @summary Get all Custom Application Settings
@@ -91121,13 +91133,13 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
91121
91133
  * @param {string} workspaceId
91122
91134
  * @param {string} objectId
91123
91135
  * @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;).
91124
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
91136
+ * @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.
91125
91137
  * @param {boolean} [xGDCVALIDATERELATIONS]
91126
91138
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
91127
91139
  * @param {*} [options] Override http request option.
91128
91140
  * @throws {RequiredError}
91129
91141
  */
91130
- getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
91142
+ getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
91131
91143
  /**
91132
91144
  *
91133
91145
  * @summary Get a Custom Application Setting
@@ -91338,11 +91350,11 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
91338
91350
  * @param {string} objectId
91339
91351
  * @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
91340
91352
  * @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;).
91341
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
91353
+ * @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.
91342
91354
  * @param {*} [options] Override http request option.
91343
91355
  * @throws {RequiredError}
91344
91356
  */
91345
- patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
91357
+ patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
91346
91358
  /**
91347
91359
  *
91348
91360
  * @summary Patch a Custom Application Setting
@@ -91504,11 +91516,11 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
91504
91516
  * @param {string} objectId
91505
91517
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
91506
91518
  * @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;).
91507
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
91519
+ * @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.
91508
91520
  * @param {*} [options] Override http request option.
91509
91521
  * @throws {RequiredError}
91510
91522
  */
91511
- updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
91523
+ updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<MetadataRequestArgs>;
91512
91524
  /**
91513
91525
  *
91514
91526
  * @summary Put a Custom Application Setting
@@ -91725,10 +91737,10 @@ export declare interface WorkspaceObjectControllerApiCreateEntityAutomationsRequ
91725
91737
  readonly jsonApiAutomationInDocument: JsonApiAutomationInDocument;
91726
91738
  /**
91727
91739
  * 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.
91728
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
91740
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
91729
91741
  * @memberof WorkspaceObjectControllerApiCreateEntityAutomations
91730
91742
  */
91731
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
91743
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
91732
91744
  /**
91733
91745
  * Include Meta objects.
91734
91746
  * @type {Array<'origin' | 'all' | 'ALL'>}
@@ -93224,12 +93236,12 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: MetadataCo
93224
93236
  * @summary Post Automations
93225
93237
  * @param {string} workspaceId
93226
93238
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
93227
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
93239
+ * @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.
93228
93240
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
93229
93241
  * @param {*} [options] Override http request option.
93230
93242
  * @throws {RequiredError}
93231
93243
  */
93232
- createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
93244
+ createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
93233
93245
  /**
93234
93246
  *
93235
93247
  * @summary Post Custom Application Settings
@@ -93557,7 +93569,7 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: MetadataCo
93557
93569
  * @param {string} workspaceId
93558
93570
  * @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
93559
93571
  * @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;).
93560
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
93572
+ * @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.
93561
93573
  * @param {number} [page] Zero-based page index (0..N)
93562
93574
  * @param {number} [size] The size of the page to be returned
93563
93575
  * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
@@ -93566,7 +93578,7 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: MetadataCo
93566
93578
  * @param {*} [options] Override http request option.
93567
93579
  * @throws {RequiredError}
93568
93580
  */
93569
- getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
93581
+ getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
93570
93582
  /**
93571
93583
  *
93572
93584
  * @summary Get all Custom Application Settings
@@ -93846,13 +93858,13 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: MetadataCo
93846
93858
  * @param {string} workspaceId
93847
93859
  * @param {string} objectId
93848
93860
  * @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;).
93849
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
93861
+ * @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.
93850
93862
  * @param {boolean} [xGDCVALIDATERELATIONS]
93851
93863
  * @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
93852
93864
  * @param {*} [options] Override http request option.
93853
93865
  * @throws {RequiredError}
93854
93866
  */
93855
- getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
93867
+ getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
93856
93868
  /**
93857
93869
  *
93858
93870
  * @summary Get a Custom Application Setting
@@ -94063,11 +94075,11 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: MetadataCo
94063
94075
  * @param {string} objectId
94064
94076
  * @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
94065
94077
  * @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;).
94066
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
94078
+ * @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.
94067
94079
  * @param {*} [options] Override http request option.
94068
94080
  * @throws {RequiredError}
94069
94081
  */
94070
- patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
94082
+ patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
94071
94083
  /**
94072
94084
  *
94073
94085
  * @summary Patch a Custom Application Setting
@@ -94229,11 +94241,11 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: MetadataCo
94229
94241
  * @param {string} objectId
94230
94242
  * @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
94231
94243
  * @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;).
94232
- * @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | '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.
94244
+ * @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.
94233
94245
  * @param {*} [options] Override http request option.
94234
94246
  * @throws {RequiredError}
94235
94247
  */
94236
- updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
94248
+ updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
94237
94249
  /**
94238
94250
  *
94239
94251
  * @summary Put a Custom Application Setting
@@ -94640,10 +94652,10 @@ export declare interface WorkspaceObjectControllerApiGetAllEntitiesAutomationsRe
94640
94652
  readonly filter?: string;
94641
94653
  /**
94642
94654
  * 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.
94643
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
94655
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
94644
94656
  * @memberof WorkspaceObjectControllerApiGetAllEntitiesAutomations
94645
94657
  */
94646
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
94658
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
94647
94659
  /**
94648
94660
  * Zero-based page index (0..N)
94649
94661
  * @type {number}
@@ -95734,10 +95746,10 @@ export declare interface WorkspaceObjectControllerApiGetEntityAutomationsRequest
95734
95746
  readonly filter?: string;
95735
95747
  /**
95736
95748
  * 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.
95737
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
95749
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
95738
95750
  * @memberof WorkspaceObjectControllerApiGetEntityAutomations
95739
95751
  */
95740
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
95752
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
95741
95753
  /**
95742
95754
  *
95743
95755
  * @type {boolean}
@@ -97310,10 +97322,10 @@ export declare interface WorkspaceObjectControllerApiPatchEntityAutomationsReque
97310
97322
  readonly filter?: string;
97311
97323
  /**
97312
97324
  * 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.
97313
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
97325
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
97314
97326
  * @memberof WorkspaceObjectControllerApiPatchEntityAutomations
97315
97327
  */
97316
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
97328
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
97317
97329
  }
97318
97330
 
97319
97331
  /**
@@ -97830,10 +97842,10 @@ export declare interface WorkspaceObjectControllerApiUpdateEntityAutomationsRequ
97830
97842
  readonly filter?: string;
97831
97843
  /**
97832
97844
  * 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.
97833
- * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'automationResult' | 'ALL'>}
97845
+ * @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
97834
97846
  * @memberof WorkspaceObjectControllerApiUpdateEntityAutomations
97835
97847
  */
97836
- readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "automationResult" | "ALL">;
97848
+ readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
97837
97849
  }
97838
97850
 
97839
97851
  /**