@gooddata/api-client-tiger 11.26.0 → 11.27.0-alpha.1

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.
@@ -459,7 +459,7 @@ export interface ColumnOverride {
459
459
  'labelTargetColumn'?: string;
460
460
  }
461
461
  export type ColumnOverrideLdmTypeOverrideEnum = 'FACT' | 'LABEL';
462
- export type ColumnOverrideLabelTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'GEO_ICON' | 'IMAGE';
462
+ export type ColumnOverrideLabelTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'GEO_ICON' | 'IMAGE' | 'HYPERLOGLOG';
463
463
  export interface Comparison {
464
464
  'operator': ComparisonOperatorEnum;
465
465
  'left': LocalIdentifier;
@@ -584,6 +584,18 @@ export interface CustomOverride {
584
584
  [key: string]: CustomMetric;
585
585
  };
586
586
  }
587
+ export interface DashboardArbitraryAttributeFilter {
588
+ 'arbitraryAttributeFilter': DashboardArbitraryAttributeFilterArbitraryAttributeFilter;
589
+ }
590
+ export interface DashboardArbitraryAttributeFilterArbitraryAttributeFilter {
591
+ 'displayForm': IdentifierRef;
592
+ 'values': Array<string | null>;
593
+ 'negativeSelection': boolean;
594
+ 'filterElementsBy'?: Array<AttributeFilterParent>;
595
+ 'filterElementsByDate'?: Array<AttributeFilterByDate>;
596
+ 'title'?: string;
597
+ 'localIdentifier'?: string;
598
+ }
587
599
  export interface DashboardAttributeFilter {
588
600
  'attributeFilter': DashboardAttributeFilterAttributeFilter;
589
601
  }
@@ -646,7 +658,20 @@ export type DashboardExportSettingsPageOrientationEnum = 'PORTRAIT' | 'LANDSCAPE
646
658
  /**
647
659
  * @type DashboardFilter
648
660
  */
649
- export type DashboardFilter = DashboardAttributeFilter | DashboardDateFilter;
661
+ export type DashboardFilter = DashboardArbitraryAttributeFilter | DashboardAttributeFilter | DashboardDateFilter | DashboardMatchAttributeFilter;
662
+ export interface DashboardMatchAttributeFilter {
663
+ 'matchAttributeFilter': DashboardMatchAttributeFilterMatchAttributeFilter;
664
+ }
665
+ export interface DashboardMatchAttributeFilterMatchAttributeFilter {
666
+ 'displayForm': IdentifierRef;
667
+ 'operator': DashboardMatchAttributeFilterMatchAttributeFilterOperatorEnum;
668
+ 'literal': string;
669
+ 'negativeSelection': boolean;
670
+ 'caseSensitive': boolean;
671
+ 'title'?: string;
672
+ 'localIdentifier'?: string;
673
+ }
674
+ export type DashboardMatchAttributeFilterMatchAttributeFilterOperatorEnum = 'contains' | 'startsWith' | 'endsWith';
650
675
  export interface DashboardPermissions {
651
676
  /**
652
677
  * List of rules
@@ -1719,7 +1744,7 @@ export interface DeclarativeLabel {
1719
1744
  'nullValue'?: string;
1720
1745
  }
1721
1746
  export type DeclarativeLabelSourceColumnDataTypeEnum = 'INT' | 'STRING' | 'DATE' | 'NUMERIC' | 'TIMESTAMP' | 'TIMESTAMP_TZ' | 'BOOLEAN';
1722
- export type DeclarativeLabelValueTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'GEO_ICON' | 'IMAGE';
1747
+ export type DeclarativeLabelValueTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'GEO_ICON' | 'IMAGE' | 'HYPERLOGLOG';
1723
1748
  /**
1724
1749
  * A label translation.
1725
1750
  */
@@ -2099,7 +2124,7 @@ export interface DeclarativeSetting {
2099
2124
  */
2100
2125
  'type'?: DeclarativeSettingTypeEnum;
2101
2126
  }
2102
- export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
2127
+ export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
2103
2128
  export interface DeclarativeSingleWorkspacePermission {
2104
2129
  /**
2105
2130
  * Permission name.
@@ -4521,7 +4546,7 @@ export interface JsonApiDataSourceInAttributes {
4521
4546
  /**
4522
4547
  * Additional parameters to be used when connecting to the database providing the data for the data source.
4523
4548
  */
4524
- 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
4549
+ 'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
4525
4550
  /**
4526
4551
  * Determines how the results coming from a particular datasource should be cached.
4527
4552
  */
@@ -4533,6 +4558,10 @@ export interface JsonApiDataSourceInAttributes {
4533
4558
  }
4534
4559
  export type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
4535
4560
  export type JsonApiDataSourceInAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
4561
+ export interface JsonApiDataSourceInAttributesParametersInner {
4562
+ 'name': string;
4563
+ 'value': string;
4564
+ }
4536
4565
  export interface JsonApiDataSourceInDocument {
4537
4566
  'data': JsonApiDataSourceIn;
4538
4567
  }
@@ -4580,11 +4609,11 @@ export interface JsonApiDataSourceOutAttributes {
4580
4609
  /**
4581
4610
  * Additional parameters to be used when connecting to the database providing the data for the data source.
4582
4611
  */
4583
- 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
4612
+ 'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
4584
4613
  /**
4585
4614
  * Decoded parameters to be used when connecting to the database providing the data for the data source.
4586
4615
  */
4587
- 'decodedParameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
4616
+ 'decodedParameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
4588
4617
  /**
4589
4618
  * Determines how the results coming from a particular datasource should be cached.
4590
4619
  */
@@ -4601,10 +4630,6 @@ export interface JsonApiDataSourceOutAttributes {
4601
4630
  export type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
4602
4631
  export type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
4603
4632
  export type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'ACCESS_TOKEN';
4604
- export interface JsonApiDataSourceOutAttributesParametersInner {
4605
- 'name': string;
4606
- 'value': string;
4607
- }
4608
4633
  export interface JsonApiDataSourceOutDocument {
4609
4634
  'data': JsonApiDataSourceOut;
4610
4635
  'links'?: ObjectLinks;
@@ -4701,7 +4726,7 @@ export interface JsonApiDataSourcePatchAttributes {
4701
4726
  /**
4702
4727
  * Additional parameters to be used when connecting to the database providing the data for the data source.
4703
4728
  */
4704
- 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
4729
+ 'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
4705
4730
  /**
4706
4731
  * Determines how the results coming from a particular datasource should be cached.
4707
4732
  */
@@ -6208,7 +6233,7 @@ export interface JsonApiLabelOutAttributes {
6208
6233
  'nullValue'?: string;
6209
6234
  }
6210
6235
  export type JsonApiLabelOutAttributesSourceColumnDataTypeEnum = 'INT' | 'STRING' | 'DATE' | 'NUMERIC' | 'TIMESTAMP' | 'TIMESTAMP_TZ' | 'BOOLEAN';
6211
- export type JsonApiLabelOutAttributesValueTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'GEO_ICON' | 'IMAGE';
6236
+ export type JsonApiLabelOutAttributesValueTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' | 'GEO_LONGITUDE' | 'GEO_LATITUDE' | 'GEO_AREA' | 'GEO_ICON' | 'IMAGE' | 'HYPERLOGLOG';
6212
6237
  /**
6213
6238
  * Configuration specific to geo area labels.
6214
6239
  */
@@ -7854,7 +7879,7 @@ export interface JsonApiUserSettingInAttributes {
7854
7879
  'content'?: object;
7855
7880
  'type'?: JsonApiUserSettingInAttributesTypeEnum;
7856
7881
  }
7857
- export type JsonApiUserSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
7882
+ export type JsonApiUserSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
7858
7883
  export interface JsonApiUserSettingInDocument {
7859
7884
  'data': JsonApiUserSettingIn;
7860
7885
  }
@@ -9352,7 +9377,7 @@ export interface ResolvedSetting {
9352
9377
  */
9353
9378
  'type'?: ResolvedSettingTypeEnum;
9354
9379
  }
9355
- export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
9380
+ export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
9356
9381
  export interface RsaSpecification {
9357
9382
  'kty': RsaSpecificationKtyEnum;
9358
9383
  'alg': RsaSpecificationAlgEnum;
@@ -11186,12 +11211,11 @@ export declare function APITokensApiAxiosParamCreator_CreateEntityApiTokens(user
11186
11211
  * @summary Delete an API Token for a user
11187
11212
  * @param {string} userId
11188
11213
  * @param {string} id
11189
- * @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;).
11190
11214
  * @param {*} [options] Override http request option.
11191
11215
  * @param {Configuration} [configuration] Optional configuration.
11192
11216
  * @throws {RequiredError}
11193
11217
  */
11194
- export declare function APITokensApiAxiosParamCreator_DeleteEntityApiTokens(userId: string, id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
11218
+ export declare function APITokensApiAxiosParamCreator_DeleteEntityApiTokens(userId: string, id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
11195
11219
  /**
11196
11220
  *
11197
11221
  * @summary List all api tokens for a user
@@ -11341,12 +11365,6 @@ export interface APITokensApiDeleteEntityApiTokensRequest {
11341
11365
  * @memberof APITokensApiDeleteEntityApiTokens
11342
11366
  */
11343
11367
  readonly id: string;
11344
- /**
11345
- * 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;).
11346
- * @type {string}
11347
- * @memberof APITokensApiDeleteEntityApiTokens
11348
- */
11349
- readonly filter?: string;
11350
11368
  }
11351
11369
  /**
11352
11370
  * Request parameters for getAllEntitiesApiTokens operation in APITokensApi.
@@ -13839,12 +13857,11 @@ export declare function AnalyticalDashboardControllerApiAxiosParamCreator_Create
13839
13857
  * @summary Delete a Dashboard
13840
13858
  * @param {string} workspaceId
13841
13859
  * @param {string} objectId
13842
- * @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;).
13843
13860
  * @param {*} [options] Override http request option.
13844
13861
  * @param {Configuration} [configuration] Optional configuration.
13845
13862
  * @throws {RequiredError}
13846
13863
  */
13847
- export declare function AnalyticalDashboardControllerApiAxiosParamCreator_DeleteEntityAnalyticalDashboards(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
13864
+ export declare function AnalyticalDashboardControllerApiAxiosParamCreator_DeleteEntityAnalyticalDashboards(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
13848
13865
  /**
13849
13866
  *
13850
13867
  * @summary Get all Dashboards
@@ -14110,12 +14127,6 @@ export interface AnalyticalDashboardControllerApiDeleteEntityAnalyticalDashboard
14110
14127
  * @memberof AnalyticalDashboardControllerApiDeleteEntityAnalyticalDashboards
14111
14128
  */
14112
14129
  readonly objectId: string;
14113
- /**
14114
- * 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;).
14115
- * @type {string}
14116
- * @memberof AnalyticalDashboardControllerApiDeleteEntityAnalyticalDashboards
14117
- */
14118
- readonly filter?: string;
14119
14130
  }
14120
14131
  /**
14121
14132
  * Request parameters for getAllEntitiesAnalyticalDashboards operation in AnalyticalDashboardControllerApi.
@@ -14543,12 +14554,11 @@ export declare function ApiTokenControllerApiAxiosParamCreator_CreateEntityApiTo
14543
14554
  * @summary Delete an API Token for a user
14544
14555
  * @param {string} userId
14545
14556
  * @param {string} id
14546
- * @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;).
14547
14557
  * @param {*} [options] Override http request option.
14548
14558
  * @param {Configuration} [configuration] Optional configuration.
14549
14559
  * @throws {RequiredError}
14550
14560
  */
14551
- export declare function ApiTokenControllerApiAxiosParamCreator_DeleteEntityApiTokens(userId: string, id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
14561
+ export declare function ApiTokenControllerApiAxiosParamCreator_DeleteEntityApiTokens(userId: string, id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
14552
14562
  /**
14553
14563
  *
14554
14564
  * @summary List all api tokens for a user
@@ -14698,12 +14708,6 @@ export interface ApiTokenControllerApiDeleteEntityApiTokensRequest {
14698
14708
  * @memberof ApiTokenControllerApiDeleteEntityApiTokens
14699
14709
  */
14700
14710
  readonly id: string;
14701
- /**
14702
- * 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;).
14703
- * @type {string}
14704
- * @memberof ApiTokenControllerApiDeleteEntityApiTokens
14705
- */
14706
- readonly filter?: string;
14707
14711
  }
14708
14712
  /**
14709
14713
  * Request parameters for getAllEntitiesApiTokens operation in ApiTokenControllerApi.
@@ -15960,12 +15964,11 @@ export declare function AttributeHierarchiesApiAxiosParamCreator_CreateEntityAtt
15960
15964
  * @summary Delete an Attribute Hierarchy
15961
15965
  * @param {string} workspaceId
15962
15966
  * @param {string} objectId
15963
- * @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;).
15964
15967
  * @param {*} [options] Override http request option.
15965
15968
  * @param {Configuration} [configuration] Optional configuration.
15966
15969
  * @throws {RequiredError}
15967
15970
  */
15968
- export declare function AttributeHierarchiesApiAxiosParamCreator_DeleteEntityAttributeHierarchies(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
15971
+ export declare function AttributeHierarchiesApiAxiosParamCreator_DeleteEntityAttributeHierarchies(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
15969
15972
  /**
15970
15973
  *
15971
15974
  * @summary Get all Attribute Hierarchies
@@ -16231,12 +16234,6 @@ export interface AttributeHierarchiesApiDeleteEntityAttributeHierarchiesRequest
16231
16234
  * @memberof AttributeHierarchiesApiDeleteEntityAttributeHierarchies
16232
16235
  */
16233
16236
  readonly objectId: string;
16234
- /**
16235
- * 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;).
16236
- * @type {string}
16237
- * @memberof AttributeHierarchiesApiDeleteEntityAttributeHierarchies
16238
- */
16239
- readonly filter?: string;
16240
16237
  }
16241
16238
  /**
16242
16239
  * Request parameters for getAllEntitiesAttributeHierarchies operation in AttributeHierarchiesApi.
@@ -16535,12 +16532,11 @@ export declare function AttributeHierarchyControllerApiAxiosParamCreator_CreateE
16535
16532
  * @summary Delete an Attribute Hierarchy
16536
16533
  * @param {string} workspaceId
16537
16534
  * @param {string} objectId
16538
- * @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;).
16539
16535
  * @param {*} [options] Override http request option.
16540
16536
  * @param {Configuration} [configuration] Optional configuration.
16541
16537
  * @throws {RequiredError}
16542
16538
  */
16543
- export declare function AttributeHierarchyControllerApiAxiosParamCreator_DeleteEntityAttributeHierarchies(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
16539
+ export declare function AttributeHierarchyControllerApiAxiosParamCreator_DeleteEntityAttributeHierarchies(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
16544
16540
  /**
16545
16541
  *
16546
16542
  * @summary Get all Attribute Hierarchies
@@ -16806,12 +16802,6 @@ export interface AttributeHierarchyControllerApiDeleteEntityAttributeHierarchies
16806
16802
  * @memberof AttributeHierarchyControllerApiDeleteEntityAttributeHierarchies
16807
16803
  */
16808
16804
  readonly objectId: string;
16809
- /**
16810
- * 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;).
16811
- * @type {string}
16812
- * @memberof AttributeHierarchyControllerApiDeleteEntityAttributeHierarchies
16813
- */
16814
- readonly filter?: string;
16815
16805
  }
16816
16806
  /**
16817
16807
  * Request parameters for getAllEntitiesAttributeHierarchies operation in AttributeHierarchyControllerApi.
@@ -17469,12 +17459,11 @@ export declare function AutomationControllerApiAxiosParamCreator_CreateEntityAut
17469
17459
  * @summary Delete an Automation
17470
17460
  * @param {string} workspaceId
17471
17461
  * @param {string} objectId
17472
- * @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;).
17473
17462
  * @param {*} [options] Override http request option.
17474
17463
  * @param {Configuration} [configuration] Optional configuration.
17475
17464
  * @throws {RequiredError}
17476
17465
  */
17477
- export declare function AutomationControllerApiAxiosParamCreator_DeleteEntityAutomations(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
17466
+ export declare function AutomationControllerApiAxiosParamCreator_DeleteEntityAutomations(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
17478
17467
  /**
17479
17468
  *
17480
17469
  * @summary Get all Automations
@@ -17740,12 +17729,6 @@ export interface AutomationControllerApiDeleteEntityAutomationsRequest {
17740
17729
  * @memberof AutomationControllerApiDeleteEntityAutomations
17741
17730
  */
17742
17731
  readonly objectId: string;
17743
- /**
17744
- * 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;).
17745
- * @type {string}
17746
- * @memberof AutomationControllerApiDeleteEntityAutomations
17747
- */
17748
- readonly filter?: string;
17749
17732
  }
17750
17733
  /**
17751
17734
  * Request parameters for getAllEntitiesAutomations operation in AutomationControllerApi.
@@ -18145,12 +18128,11 @@ export declare function AutomationsApiAxiosParamCreator_CreateEntityAutomations(
18145
18128
  * @summary Delete an Automation
18146
18129
  * @param {string} workspaceId
18147
18130
  * @param {string} objectId
18148
- * @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;).
18149
18131
  * @param {*} [options] Override http request option.
18150
18132
  * @param {Configuration} [configuration] Optional configuration.
18151
18133
  * @throws {RequiredError}
18152
18134
  */
18153
- export declare function AutomationsApiAxiosParamCreator_DeleteEntityAutomations(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
18135
+ export declare function AutomationsApiAxiosParamCreator_DeleteEntityAutomations(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
18154
18136
  /**
18155
18137
  *
18156
18138
  * @summary Delete selected automations across all workspaces
@@ -18863,12 +18845,6 @@ export interface AutomationsApiDeleteEntityAutomationsRequest {
18863
18845
  * @memberof AutomationsApiDeleteEntityAutomations
18864
18846
  */
18865
18847
  readonly objectId: string;
18866
- /**
18867
- * 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;).
18868
- * @type {string}
18869
- * @memberof AutomationsApiDeleteEntityAutomations
18870
- */
18871
- readonly filter?: string;
18872
18848
  }
18873
18849
  /**
18874
18850
  * Request parameters for deleteOrganizationAutomations operation in AutomationsApi.
@@ -20497,12 +20473,11 @@ export declare function CustomApplicationSettingControllerApiAxiosParamCreator_C
20497
20473
  * @summary Delete a Custom Application Setting
20498
20474
  * @param {string} workspaceId
20499
20475
  * @param {string} objectId
20500
- * @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;).
20501
20476
  * @param {*} [options] Override http request option.
20502
20477
  * @param {Configuration} [configuration] Optional configuration.
20503
20478
  * @throws {RequiredError}
20504
20479
  */
20505
- export declare function CustomApplicationSettingControllerApiAxiosParamCreator_DeleteEntityCustomApplicationSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
20480
+ export declare function CustomApplicationSettingControllerApiAxiosParamCreator_DeleteEntityCustomApplicationSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
20506
20481
  /**
20507
20482
  *
20508
20483
  * @summary Get all Custom Application Settings
@@ -20758,12 +20733,6 @@ export interface CustomApplicationSettingControllerApiDeleteEntityCustomApplicat
20758
20733
  * @memberof CustomApplicationSettingControllerApiDeleteEntityCustomApplicationSettings
20759
20734
  */
20760
20735
  readonly objectId: string;
20761
- /**
20762
- * 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;).
20763
- * @type {string}
20764
- * @memberof CustomApplicationSettingControllerApiDeleteEntityCustomApplicationSettings
20765
- */
20766
- readonly filter?: string;
20767
20736
  }
20768
20737
  /**
20769
20738
  * Request parameters for getAllEntitiesCustomApplicationSettings operation in CustomApplicationSettingControllerApi.
@@ -21034,12 +21003,11 @@ export declare function CustomGeoCollectionControllerApiAxiosParamCreator_Create
21034
21003
  *
21035
21004
  * @summary Delete Custom Geo Collection
21036
21005
  * @param {string} id
21037
- * @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;).
21038
21006
  * @param {*} [options] Override http request option.
21039
21007
  * @param {Configuration} [configuration] Optional configuration.
21040
21008
  * @throws {RequiredError}
21041
21009
  */
21042
- export declare function CustomGeoCollectionControllerApiAxiosParamCreator_DeleteEntityCustomGeoCollections(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
21010
+ export declare function CustomGeoCollectionControllerApiAxiosParamCreator_DeleteEntityCustomGeoCollections(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
21043
21011
  /**
21044
21012
  *
21045
21013
  * @summary Get all Custom Geo Collections
@@ -21237,12 +21205,6 @@ export interface CustomGeoCollectionControllerApiDeleteEntityCustomGeoCollection
21237
21205
  * @memberof CustomGeoCollectionControllerApiDeleteEntityCustomGeoCollections
21238
21206
  */
21239
21207
  readonly id: string;
21240
- /**
21241
- * 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;).
21242
- * @type {string}
21243
- * @memberof CustomGeoCollectionControllerApiDeleteEntityCustomGeoCollections
21244
- */
21245
- readonly filter?: string;
21246
21208
  }
21247
21209
  /**
21248
21210
  * Request parameters for getAllEntitiesCustomGeoCollections operation in CustomGeoCollectionControllerApi.
@@ -21429,12 +21391,11 @@ export declare function DashboardPluginControllerApiAxiosParamCreator_CreateEnti
21429
21391
  * @summary Delete a Plugin
21430
21392
  * @param {string} workspaceId
21431
21393
  * @param {string} objectId
21432
- * @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;).
21433
21394
  * @param {*} [options] Override http request option.
21434
21395
  * @param {Configuration} [configuration] Optional configuration.
21435
21396
  * @throws {RequiredError}
21436
21397
  */
21437
- export declare function DashboardPluginControllerApiAxiosParamCreator_DeleteEntityDashboardPlugins(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
21398
+ export declare function DashboardPluginControllerApiAxiosParamCreator_DeleteEntityDashboardPlugins(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
21438
21399
  /**
21439
21400
  *
21440
21401
  * @summary Get all Plugins
@@ -21700,12 +21661,6 @@ export interface DashboardPluginControllerApiDeleteEntityDashboardPluginsRequest
21700
21661
  * @memberof DashboardPluginControllerApiDeleteEntityDashboardPlugins
21701
21662
  */
21702
21663
  readonly objectId: string;
21703
- /**
21704
- * 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;).
21705
- * @type {string}
21706
- * @memberof DashboardPluginControllerApiDeleteEntityDashboardPlugins
21707
- */
21708
- readonly filter?: string;
21709
21664
  }
21710
21665
  /**
21711
21666
  * Request parameters for getAllEntitiesDashboardPlugins operation in DashboardPluginControllerApi.
@@ -22004,12 +21959,11 @@ export declare function DashboardsApiAxiosParamCreator_CreateEntityAnalyticalDas
22004
21959
  * @summary Delete a Dashboard
22005
21960
  * @param {string} workspaceId
22006
21961
  * @param {string} objectId
22007
- * @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;).
22008
21962
  * @param {*} [options] Override http request option.
22009
21963
  * @param {Configuration} [configuration] Optional configuration.
22010
21964
  * @throws {RequiredError}
22011
21965
  */
22012
- export declare function DashboardsApiAxiosParamCreator_DeleteEntityAnalyticalDashboards(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
21966
+ export declare function DashboardsApiAxiosParamCreator_DeleteEntityAnalyticalDashboards(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
22013
21967
  /**
22014
21968
  *
22015
21969
  * @summary Get all Dashboards
@@ -22275,12 +22229,6 @@ export interface DashboardsApiDeleteEntityAnalyticalDashboardsRequest {
22275
22229
  * @memberof DashboardsApiDeleteEntityAnalyticalDashboards
22276
22230
  */
22277
22231
  readonly objectId: string;
22278
- /**
22279
- * 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;).
22280
- * @type {string}
22281
- * @memberof DashboardsApiDeleteEntityAnalyticalDashboards
22282
- */
22283
- readonly filter?: string;
22284
22232
  }
22285
22233
  /**
22286
22234
  * Request parameters for getAllEntitiesAnalyticalDashboards operation in DashboardsApi.
@@ -22603,34 +22551,31 @@ export declare function DataFiltersApiAxiosParamCreator_CreateEntityWorkspaceDat
22603
22551
  * @summary Delete a User Data Filter
22604
22552
  * @param {string} workspaceId
22605
22553
  * @param {string} objectId
22606
- * @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;).
22607
22554
  * @param {*} [options] Override http request option.
22608
22555
  * @param {Configuration} [configuration] Optional configuration.
22609
22556
  * @throws {RequiredError}
22610
22557
  */
22611
- export declare function DataFiltersApiAxiosParamCreator_DeleteEntityUserDataFilters(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
22558
+ export declare function DataFiltersApiAxiosParamCreator_DeleteEntityUserDataFilters(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
22612
22559
  /**
22613
22560
  *
22614
22561
  * @summary Delete a Settings for Workspace Data Filter
22615
22562
  * @param {string} workspaceId
22616
22563
  * @param {string} objectId
22617
- * @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;).
22618
22564
  * @param {*} [options] Override http request option.
22619
22565
  * @param {Configuration} [configuration] Optional configuration.
22620
22566
  * @throws {RequiredError}
22621
22567
  */
22622
- export declare function DataFiltersApiAxiosParamCreator_DeleteEntityWorkspaceDataFilterSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
22568
+ export declare function DataFiltersApiAxiosParamCreator_DeleteEntityWorkspaceDataFilterSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
22623
22569
  /**
22624
22570
  *
22625
22571
  * @summary Delete a Workspace Data Filter
22626
22572
  * @param {string} workspaceId
22627
22573
  * @param {string} objectId
22628
- * @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;).
22629
22574
  * @param {*} [options] Override http request option.
22630
22575
  * @param {Configuration} [configuration] Optional configuration.
22631
22576
  * @throws {RequiredError}
22632
22577
  */
22633
- export declare function DataFiltersApiAxiosParamCreator_DeleteEntityWorkspaceDataFilters(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
22578
+ export declare function DataFiltersApiAxiosParamCreator_DeleteEntityWorkspaceDataFilters(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
22634
22579
  /**
22635
22580
  *
22636
22581
  * @summary Get all User Data Filters
@@ -23431,12 +23376,6 @@ export interface DataFiltersApiDeleteEntityUserDataFiltersRequest {
23431
23376
  * @memberof DataFiltersApiDeleteEntityUserDataFilters
23432
23377
  */
23433
23378
  readonly objectId: string;
23434
- /**
23435
- * 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;).
23436
- * @type {string}
23437
- * @memberof DataFiltersApiDeleteEntityUserDataFilters
23438
- */
23439
- readonly filter?: string;
23440
23379
  }
23441
23380
  /**
23442
23381
  * Request parameters for deleteEntityWorkspaceDataFilterSettings operation in DataFiltersApi.
@@ -23456,12 +23395,6 @@ export interface DataFiltersApiDeleteEntityWorkspaceDataFilterSettingsRequest {
23456
23395
  * @memberof DataFiltersApiDeleteEntityWorkspaceDataFilterSettings
23457
23396
  */
23458
23397
  readonly objectId: string;
23459
- /**
23460
- * 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;).
23461
- * @type {string}
23462
- * @memberof DataFiltersApiDeleteEntityWorkspaceDataFilterSettings
23463
- */
23464
- readonly filter?: string;
23465
23398
  }
23466
23399
  /**
23467
23400
  * Request parameters for deleteEntityWorkspaceDataFilters operation in DataFiltersApi.
@@ -23481,12 +23414,6 @@ export interface DataFiltersApiDeleteEntityWorkspaceDataFiltersRequest {
23481
23414
  * @memberof DataFiltersApiDeleteEntityWorkspaceDataFilters
23482
23415
  */
23483
23416
  readonly objectId: string;
23484
- /**
23485
- * 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;).
23486
- * @type {string}
23487
- * @memberof DataFiltersApiDeleteEntityWorkspaceDataFilters
23488
- */
23489
- readonly filter?: string;
23490
23417
  }
23491
23418
  /**
23492
23419
  * Request parameters for getAllEntitiesUserDataFilters operation in DataFiltersApi.
@@ -24356,12 +24283,11 @@ export declare function DataSourceControllerApiAxiosParamCreator_CreateEntityDat
24356
24283
  * Data Source - represents data source for the workspace
24357
24284
  * @summary Delete Data Source entity
24358
24285
  * @param {string} id
24359
- * @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;).
24360
24286
  * @param {*} [options] Override http request option.
24361
24287
  * @param {Configuration} [configuration] Optional configuration.
24362
24288
  * @throws {RequiredError}
24363
24289
  */
24364
- export declare function DataSourceControllerApiAxiosParamCreator_DeleteEntityDataSources(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
24290
+ export declare function DataSourceControllerApiAxiosParamCreator_DeleteEntityDataSources(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
24365
24291
  /**
24366
24292
  * Data Source - represents data source for the workspace
24367
24293
  * @summary Get Data Source entities
@@ -24566,12 +24492,6 @@ export interface DataSourceControllerApiDeleteEntityDataSourcesRequest {
24566
24492
  * @memberof DataSourceControllerApiDeleteEntityDataSources
24567
24493
  */
24568
24494
  readonly id: string;
24569
- /**
24570
- * 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;).
24571
- * @type {string}
24572
- * @memberof DataSourceControllerApiDeleteEntityDataSources
24573
- */
24574
- readonly filter?: string;
24575
24495
  }
24576
24496
  /**
24577
24497
  * Request parameters for getAllEntitiesDataSources operation in DataSourceControllerApi.
@@ -24861,12 +24781,11 @@ export declare function DataSourceEntityAPIsApiAxiosParamCreator_CreateEntityDat
24861
24781
  * Data Source - represents data source for the workspace
24862
24782
  * @summary Delete Data Source entity
24863
24783
  * @param {string} id
24864
- * @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;).
24865
24784
  * @param {*} [options] Override http request option.
24866
24785
  * @param {Configuration} [configuration] Optional configuration.
24867
24786
  * @throws {RequiredError}
24868
24787
  */
24869
- export declare function DataSourceEntityAPIsApiAxiosParamCreator_DeleteEntityDataSources(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
24788
+ export declare function DataSourceEntityAPIsApiAxiosParamCreator_DeleteEntityDataSources(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
24870
24789
  /**
24871
24790
  *
24872
24791
  * @summary Get all Data Source Identifiers
@@ -25135,12 +25054,6 @@ export interface DataSourceEntityAPIsApiDeleteEntityDataSourcesRequest {
25135
25054
  * @memberof DataSourceEntityAPIsApiDeleteEntityDataSources
25136
25055
  */
25137
25056
  readonly id: string;
25138
- /**
25139
- * 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;).
25140
- * @type {string}
25141
- * @memberof DataSourceEntityAPIsApiDeleteEntityDataSources
25142
- */
25143
- readonly filter?: string;
25144
25057
  }
25145
25058
  /**
25146
25059
  * Request parameters for getAllEntitiesDataSourceIdentifiers operation in DataSourceEntityAPIsApi.
@@ -26590,45 +26503,41 @@ export declare function EntitiesApiAxiosParamCreator_CreateEntityWorkspaces(json
26590
26503
  * @summary Delete a Dashboard
26591
26504
  * @param {string} workspaceId
26592
26505
  * @param {string} objectId
26593
- * @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;).
26594
26506
  * @param {*} [options] Override http request option.
26595
26507
  * @param {Configuration} [configuration] Optional configuration.
26596
26508
  * @throws {RequiredError}
26597
26509
  */
26598
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityAnalyticalDashboards(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26510
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityAnalyticalDashboards(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26599
26511
  /**
26600
26512
  *
26601
26513
  * @summary Delete an API Token for a user
26602
26514
  * @param {string} userId
26603
26515
  * @param {string} id
26604
- * @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;).
26605
26516
  * @param {*} [options] Override http request option.
26606
26517
  * @param {Configuration} [configuration] Optional configuration.
26607
26518
  * @throws {RequiredError}
26608
26519
  */
26609
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityApiTokens(userId: string, id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26520
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityApiTokens(userId: string, id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26610
26521
  /**
26611
26522
  *
26612
26523
  * @summary Delete an Attribute Hierarchy
26613
26524
  * @param {string} workspaceId
26614
26525
  * @param {string} objectId
26615
- * @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;).
26616
26526
  * @param {*} [options] Override http request option.
26617
26527
  * @param {Configuration} [configuration] Optional configuration.
26618
26528
  * @throws {RequiredError}
26619
26529
  */
26620
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityAttributeHierarchies(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26530
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityAttributeHierarchies(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26621
26531
  /**
26622
26532
  *
26623
26533
  * @summary Delete an Automation
26624
26534
  * @param {string} workspaceId
26625
26535
  * @param {string} objectId
26626
- * @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;).
26627
26536
  * @param {*} [options] Override http request option.
26628
26537
  * @param {Configuration} [configuration] Optional configuration.
26629
26538
  * @throws {RequiredError}
26630
26539
  */
26631
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityAutomations(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26540
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityAutomations(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26632
26541
  /**
26633
26542
  *
26634
26543
  * @summary Delete a Color Pallette
@@ -26654,54 +26563,49 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityCspDirectives(i
26654
26563
  * @summary Delete a Custom Application Setting
26655
26564
  * @param {string} workspaceId
26656
26565
  * @param {string} objectId
26657
- * @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;).
26658
26566
  * @param {*} [options] Override http request option.
26659
26567
  * @param {Configuration} [configuration] Optional configuration.
26660
26568
  * @throws {RequiredError}
26661
26569
  */
26662
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityCustomApplicationSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26570
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityCustomApplicationSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26663
26571
  /**
26664
26572
  *
26665
26573
  * @summary Delete Custom Geo Collection
26666
26574
  * @param {string} id
26667
- * @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;).
26668
26575
  * @param {*} [options] Override http request option.
26669
26576
  * @param {Configuration} [configuration] Optional configuration.
26670
26577
  * @throws {RequiredError}
26671
26578
  */
26672
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityCustomGeoCollections(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26579
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityCustomGeoCollections(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26673
26580
  /**
26674
26581
  *
26675
26582
  * @summary Delete a Plugin
26676
26583
  * @param {string} workspaceId
26677
26584
  * @param {string} objectId
26678
- * @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;).
26679
26585
  * @param {*} [options] Override http request option.
26680
26586
  * @param {Configuration} [configuration] Optional configuration.
26681
26587
  * @throws {RequiredError}
26682
26588
  */
26683
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityDashboardPlugins(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26589
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityDashboardPlugins(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26684
26590
  /**
26685
26591
  * Data Source - represents data source for the workspace
26686
26592
  * @summary Delete Data Source entity
26687
26593
  * @param {string} id
26688
- * @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;).
26689
26594
  * @param {*} [options] Override http request option.
26690
26595
  * @param {Configuration} [configuration] Optional configuration.
26691
26596
  * @throws {RequiredError}
26692
26597
  */
26693
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityDataSources(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26598
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityDataSources(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26694
26599
  /**
26695
26600
  *
26696
26601
  * @summary Delete an Export Definition
26697
26602
  * @param {string} workspaceId
26698
26603
  * @param {string} objectId
26699
- * @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;).
26700
26604
  * @param {*} [options] Override http request option.
26701
26605
  * @param {Configuration} [configuration] Optional configuration.
26702
26606
  * @throws {RequiredError}
26703
26607
  */
26704
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityExportDefinitions(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26608
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityExportDefinitions(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26705
26609
  /**
26706
26610
  *
26707
26611
  * @summary Delete Export Template entity
@@ -26717,23 +26621,21 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityExportTemplates
26717
26621
  * @summary Delete a Filter Context
26718
26622
  * @param {string} workspaceId
26719
26623
  * @param {string} objectId
26720
- * @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;).
26721
26624
  * @param {*} [options] Override http request option.
26722
26625
  * @param {Configuration} [configuration] Optional configuration.
26723
26626
  * @throws {RequiredError}
26724
26627
  */
26725
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityFilterContexts(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26628
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityFilterContexts(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26726
26629
  /**
26727
26630
  *
26728
26631
  * @summary Delete Filter view
26729
26632
  * @param {string} workspaceId
26730
26633
  * @param {string} objectId
26731
- * @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;).
26732
26634
  * @param {*} [options] Override http request option.
26733
26635
  * @param {Configuration} [configuration] Optional configuration.
26734
26636
  * @throws {RequiredError}
26735
26637
  */
26736
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityFilterViews(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26638
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityFilterViews(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26737
26639
  /**
26738
26640
  *
26739
26641
  * @summary Delete Identity Provider
@@ -26748,12 +26650,11 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityIdentityProvide
26748
26650
  * Deletes JSON web key - used to verify JSON web tokens (Jwts)
26749
26651
  * @summary Delete Jwk
26750
26652
  * @param {string} id
26751
- * @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;).
26752
26653
  * @param {*} [options] Override http request option.
26753
26654
  * @param {Configuration} [configuration] Optional configuration.
26754
26655
  * @throws {RequiredError}
26755
26656
  */
26756
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityJwks(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26657
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityJwks(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26757
26658
  /**
26758
26659
  *
26759
26660
  * @param {string} workspaceId
@@ -26799,12 +26700,11 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityMemoryItems(wor
26799
26700
  * @summary Delete a Metric
26800
26701
  * @param {string} workspaceId
26801
26702
  * @param {string} objectId
26802
- * @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;).
26803
26703
  * @param {*} [options] Override http request option.
26804
26704
  * @param {Configuration} [configuration] Optional configuration.
26805
26705
  * @throws {RequiredError}
26806
26706
  */
26807
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityMetrics(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26707
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityMetrics(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26808
26708
  /**
26809
26709
  *
26810
26710
  * @summary Delete Notification Channel entity
@@ -26840,12 +26740,11 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityThemes(id: stri
26840
26740
  * @summary Delete a User Data Filter
26841
26741
  * @param {string} workspaceId
26842
26742
  * @param {string} objectId
26843
- * @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;).
26844
26743
  * @param {*} [options] Override http request option.
26845
26744
  * @param {Configuration} [configuration] Optional configuration.
26846
26745
  * @throws {RequiredError}
26847
26746
  */
26848
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityUserDataFilters(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26747
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityUserDataFilters(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26849
26748
  /**
26850
26749
  * User Group - creates tree-like structure for categorizing users
26851
26750
  * @summary Delete UserGroup entity
@@ -26861,12 +26760,11 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityUserGroups(id:
26861
26760
  * @summary Delete a setting for a user
26862
26761
  * @param {string} userId
26863
26762
  * @param {string} id
26864
- * @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;).
26865
26763
  * @param {*} [options] Override http request option.
26866
26764
  * @param {Configuration} [configuration] Optional configuration.
26867
26765
  * @throws {RequiredError}
26868
26766
  */
26869
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityUserSettings(userId: string, id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26767
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityUserSettings(userId: string, id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26870
26768
  /**
26871
26769
  * User - represents entity interacting with platform
26872
26770
  * @summary Delete User entity
@@ -26882,45 +26780,41 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityUsers(id: strin
26882
26780
  * @summary Delete a Visualization Object
26883
26781
  * @param {string} workspaceId
26884
26782
  * @param {string} objectId
26885
- * @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;).
26886
26783
  * @param {*} [options] Override http request option.
26887
26784
  * @param {Configuration} [configuration] Optional configuration.
26888
26785
  * @throws {RequiredError}
26889
26786
  */
26890
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityVisualizationObjects(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26787
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityVisualizationObjects(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26891
26788
  /**
26892
26789
  *
26893
26790
  * @summary Delete a Settings for Workspace Data Filter
26894
26791
  * @param {string} workspaceId
26895
26792
  * @param {string} objectId
26896
- * @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;).
26897
26793
  * @param {*} [options] Override http request option.
26898
26794
  * @param {Configuration} [configuration] Optional configuration.
26899
26795
  * @throws {RequiredError}
26900
26796
  */
26901
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityWorkspaceDataFilterSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26797
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityWorkspaceDataFilterSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26902
26798
  /**
26903
26799
  *
26904
26800
  * @summary Delete a Workspace Data Filter
26905
26801
  * @param {string} workspaceId
26906
26802
  * @param {string} objectId
26907
- * @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;).
26908
26803
  * @param {*} [options] Override http request option.
26909
26804
  * @param {Configuration} [configuration] Optional configuration.
26910
26805
  * @throws {RequiredError}
26911
26806
  */
26912
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityWorkspaceDataFilters(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26807
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityWorkspaceDataFilters(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26913
26808
  /**
26914
26809
  *
26915
26810
  * @summary Delete a Setting for Workspace
26916
26811
  * @param {string} workspaceId
26917
26812
  * @param {string} objectId
26918
- * @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;).
26919
26813
  * @param {*} [options] Override http request option.
26920
26814
  * @param {Configuration} [configuration] Optional configuration.
26921
26815
  * @throws {RequiredError}
26922
26816
  */
26923
- export declare function EntitiesApiAxiosParamCreator_DeleteEntityWorkspaceSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26817
+ export declare function EntitiesApiAxiosParamCreator_DeleteEntityWorkspaceSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
26924
26818
  /**
26925
26819
  * Space of the shared interest
26926
26820
  * @summary Delete Workspace entity
@@ -34964,12 +34858,6 @@ export interface EntitiesApiDeleteEntityAnalyticalDashboardsRequest {
34964
34858
  * @memberof EntitiesApiDeleteEntityAnalyticalDashboards
34965
34859
  */
34966
34860
  readonly objectId: string;
34967
- /**
34968
- * 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;).
34969
- * @type {string}
34970
- * @memberof EntitiesApiDeleteEntityAnalyticalDashboards
34971
- */
34972
- readonly filter?: string;
34973
34861
  }
34974
34862
  /**
34975
34863
  * Request parameters for deleteEntityApiTokens operation in EntitiesApi.
@@ -34989,12 +34877,6 @@ export interface EntitiesApiDeleteEntityApiTokensRequest {
34989
34877
  * @memberof EntitiesApiDeleteEntityApiTokens
34990
34878
  */
34991
34879
  readonly id: string;
34992
- /**
34993
- * 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;).
34994
- * @type {string}
34995
- * @memberof EntitiesApiDeleteEntityApiTokens
34996
- */
34997
- readonly filter?: string;
34998
34880
  }
34999
34881
  /**
35000
34882
  * Request parameters for deleteEntityAttributeHierarchies operation in EntitiesApi.
@@ -35014,12 +34896,6 @@ export interface EntitiesApiDeleteEntityAttributeHierarchiesRequest {
35014
34896
  * @memberof EntitiesApiDeleteEntityAttributeHierarchies
35015
34897
  */
35016
34898
  readonly objectId: string;
35017
- /**
35018
- * 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;).
35019
- * @type {string}
35020
- * @memberof EntitiesApiDeleteEntityAttributeHierarchies
35021
- */
35022
- readonly filter?: string;
35023
34899
  }
35024
34900
  /**
35025
34901
  * Request parameters for deleteEntityAutomations operation in EntitiesApi.
@@ -35039,12 +34915,6 @@ export interface EntitiesApiDeleteEntityAutomationsRequest {
35039
34915
  * @memberof EntitiesApiDeleteEntityAutomations
35040
34916
  */
35041
34917
  readonly objectId: string;
35042
- /**
35043
- * 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;).
35044
- * @type {string}
35045
- * @memberof EntitiesApiDeleteEntityAutomations
35046
- */
35047
- readonly filter?: string;
35048
34918
  }
35049
34919
  /**
35050
34920
  * Request parameters for deleteEntityColorPalettes operation in EntitiesApi.
@@ -35102,12 +34972,6 @@ export interface EntitiesApiDeleteEntityCustomApplicationSettingsRequest {
35102
34972
  * @memberof EntitiesApiDeleteEntityCustomApplicationSettings
35103
34973
  */
35104
34974
  readonly objectId: string;
35105
- /**
35106
- * 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;).
35107
- * @type {string}
35108
- * @memberof EntitiesApiDeleteEntityCustomApplicationSettings
35109
- */
35110
- readonly filter?: string;
35111
34975
  }
35112
34976
  /**
35113
34977
  * Request parameters for deleteEntityCustomGeoCollections operation in EntitiesApi.
@@ -35121,12 +34985,6 @@ export interface EntitiesApiDeleteEntityCustomGeoCollectionsRequest {
35121
34985
  * @memberof EntitiesApiDeleteEntityCustomGeoCollections
35122
34986
  */
35123
34987
  readonly id: string;
35124
- /**
35125
- * 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;).
35126
- * @type {string}
35127
- * @memberof EntitiesApiDeleteEntityCustomGeoCollections
35128
- */
35129
- readonly filter?: string;
35130
34988
  }
35131
34989
  /**
35132
34990
  * Request parameters for deleteEntityDashboardPlugins operation in EntitiesApi.
@@ -35146,12 +35004,6 @@ export interface EntitiesApiDeleteEntityDashboardPluginsRequest {
35146
35004
  * @memberof EntitiesApiDeleteEntityDashboardPlugins
35147
35005
  */
35148
35006
  readonly objectId: string;
35149
- /**
35150
- * 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;).
35151
- * @type {string}
35152
- * @memberof EntitiesApiDeleteEntityDashboardPlugins
35153
- */
35154
- readonly filter?: string;
35155
35007
  }
35156
35008
  /**
35157
35009
  * Request parameters for deleteEntityDataSources operation in EntitiesApi.
@@ -35165,12 +35017,6 @@ export interface EntitiesApiDeleteEntityDataSourcesRequest {
35165
35017
  * @memberof EntitiesApiDeleteEntityDataSources
35166
35018
  */
35167
35019
  readonly id: string;
35168
- /**
35169
- * 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;).
35170
- * @type {string}
35171
- * @memberof EntitiesApiDeleteEntityDataSources
35172
- */
35173
- readonly filter?: string;
35174
35020
  }
35175
35021
  /**
35176
35022
  * Request parameters for deleteEntityExportDefinitions operation in EntitiesApi.
@@ -35190,12 +35036,6 @@ export interface EntitiesApiDeleteEntityExportDefinitionsRequest {
35190
35036
  * @memberof EntitiesApiDeleteEntityExportDefinitions
35191
35037
  */
35192
35038
  readonly objectId: string;
35193
- /**
35194
- * 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;).
35195
- * @type {string}
35196
- * @memberof EntitiesApiDeleteEntityExportDefinitions
35197
- */
35198
- readonly filter?: string;
35199
35039
  }
35200
35040
  /**
35201
35041
  * Request parameters for deleteEntityExportTemplates operation in EntitiesApi.
@@ -35234,12 +35074,6 @@ export interface EntitiesApiDeleteEntityFilterContextsRequest {
35234
35074
  * @memberof EntitiesApiDeleteEntityFilterContexts
35235
35075
  */
35236
35076
  readonly objectId: string;
35237
- /**
35238
- * 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;).
35239
- * @type {string}
35240
- * @memberof EntitiesApiDeleteEntityFilterContexts
35241
- */
35242
- readonly filter?: string;
35243
35077
  }
35244
35078
  /**
35245
35079
  * Request parameters for deleteEntityFilterViews operation in EntitiesApi.
@@ -35259,12 +35093,6 @@ export interface EntitiesApiDeleteEntityFilterViewsRequest {
35259
35093
  * @memberof EntitiesApiDeleteEntityFilterViews
35260
35094
  */
35261
35095
  readonly objectId: string;
35262
- /**
35263
- * 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;).
35264
- * @type {string}
35265
- * @memberof EntitiesApiDeleteEntityFilterViews
35266
- */
35267
- readonly filter?: string;
35268
35096
  }
35269
35097
  /**
35270
35098
  * Request parameters for deleteEntityIdentityProviders operation in EntitiesApi.
@@ -35297,12 +35125,6 @@ export interface EntitiesApiDeleteEntityJwksRequest {
35297
35125
  * @memberof EntitiesApiDeleteEntityJwks
35298
35126
  */
35299
35127
  readonly id: string;
35300
- /**
35301
- * 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;).
35302
- * @type {string}
35303
- * @memberof EntitiesApiDeleteEntityJwks
35304
- */
35305
- readonly filter?: string;
35306
35128
  }
35307
35129
  /**
35308
35130
  * Request parameters for deleteEntityKnowledgeRecommendations operation in EntitiesApi.
@@ -35410,12 +35232,6 @@ export interface EntitiesApiDeleteEntityMetricsRequest {
35410
35232
  * @memberof EntitiesApiDeleteEntityMetrics
35411
35233
  */
35412
35234
  readonly objectId: string;
35413
- /**
35414
- * 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;).
35415
- * @type {string}
35416
- * @memberof EntitiesApiDeleteEntityMetrics
35417
- */
35418
- readonly filter?: string;
35419
35235
  }
35420
35236
  /**
35421
35237
  * Request parameters for deleteEntityNotificationChannels operation in EntitiesApi.
@@ -35492,12 +35308,6 @@ export interface EntitiesApiDeleteEntityUserDataFiltersRequest {
35492
35308
  * @memberof EntitiesApiDeleteEntityUserDataFilters
35493
35309
  */
35494
35310
  readonly objectId: string;
35495
- /**
35496
- * 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;).
35497
- * @type {string}
35498
- * @memberof EntitiesApiDeleteEntityUserDataFilters
35499
- */
35500
- readonly filter?: string;
35501
35311
  }
35502
35312
  /**
35503
35313
  * Request parameters for deleteEntityUserGroups operation in EntitiesApi.
@@ -35536,12 +35346,6 @@ export interface EntitiesApiDeleteEntityUserSettingsRequest {
35536
35346
  * @memberof EntitiesApiDeleteEntityUserSettings
35537
35347
  */
35538
35348
  readonly id: string;
35539
- /**
35540
- * 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;).
35541
- * @type {string}
35542
- * @memberof EntitiesApiDeleteEntityUserSettings
35543
- */
35544
- readonly filter?: string;
35545
35349
  }
35546
35350
  /**
35547
35351
  * Request parameters for deleteEntityUsers operation in EntitiesApi.
@@ -35580,12 +35384,6 @@ export interface EntitiesApiDeleteEntityVisualizationObjectsRequest {
35580
35384
  * @memberof EntitiesApiDeleteEntityVisualizationObjects
35581
35385
  */
35582
35386
  readonly objectId: string;
35583
- /**
35584
- * 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;).
35585
- * @type {string}
35586
- * @memberof EntitiesApiDeleteEntityVisualizationObjects
35587
- */
35588
- readonly filter?: string;
35589
35387
  }
35590
35388
  /**
35591
35389
  * Request parameters for deleteEntityWorkspaceDataFilterSettings operation in EntitiesApi.
@@ -35605,12 +35403,6 @@ export interface EntitiesApiDeleteEntityWorkspaceDataFilterSettingsRequest {
35605
35403
  * @memberof EntitiesApiDeleteEntityWorkspaceDataFilterSettings
35606
35404
  */
35607
35405
  readonly objectId: string;
35608
- /**
35609
- * 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;).
35610
- * @type {string}
35611
- * @memberof EntitiesApiDeleteEntityWorkspaceDataFilterSettings
35612
- */
35613
- readonly filter?: string;
35614
35406
  }
35615
35407
  /**
35616
35408
  * Request parameters for deleteEntityWorkspaceDataFilters operation in EntitiesApi.
@@ -35630,12 +35422,6 @@ export interface EntitiesApiDeleteEntityWorkspaceDataFiltersRequest {
35630
35422
  * @memberof EntitiesApiDeleteEntityWorkspaceDataFilters
35631
35423
  */
35632
35424
  readonly objectId: string;
35633
- /**
35634
- * 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;).
35635
- * @type {string}
35636
- * @memberof EntitiesApiDeleteEntityWorkspaceDataFilters
35637
- */
35638
- readonly filter?: string;
35639
35425
  }
35640
35426
  /**
35641
35427
  * Request parameters for deleteEntityWorkspaceSettings operation in EntitiesApi.
@@ -35655,12 +35441,6 @@ export interface EntitiesApiDeleteEntityWorkspaceSettingsRequest {
35655
35441
  * @memberof EntitiesApiDeleteEntityWorkspaceSettings
35656
35442
  */
35657
35443
  readonly objectId: string;
35658
- /**
35659
- * 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;).
35660
- * @type {string}
35661
- * @memberof EntitiesApiDeleteEntityWorkspaceSettings
35662
- */
35663
- readonly filter?: string;
35664
35444
  }
35665
35445
  /**
35666
35446
  * Request parameters for deleteEntityWorkspaces operation in EntitiesApi.
@@ -44607,12 +44387,11 @@ export declare function ExportDefinitionControllerApiAxiosParamCreator_CreateEnt
44607
44387
  * @summary Delete an Export Definition
44608
44388
  * @param {string} workspaceId
44609
44389
  * @param {string} objectId
44610
- * @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;).
44611
44390
  * @param {*} [options] Override http request option.
44612
44391
  * @param {Configuration} [configuration] Optional configuration.
44613
44392
  * @throws {RequiredError}
44614
44393
  */
44615
- export declare function ExportDefinitionControllerApiAxiosParamCreator_DeleteEntityExportDefinitions(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
44394
+ export declare function ExportDefinitionControllerApiAxiosParamCreator_DeleteEntityExportDefinitions(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
44616
44395
  /**
44617
44396
  *
44618
44397
  * @summary Get all Export Definitions
@@ -44878,12 +44657,6 @@ export interface ExportDefinitionControllerApiDeleteEntityExportDefinitionsReque
44878
44657
  * @memberof ExportDefinitionControllerApiDeleteEntityExportDefinitions
44879
44658
  */
44880
44659
  readonly objectId: string;
44881
- /**
44882
- * 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;).
44883
- * @type {string}
44884
- * @memberof ExportDefinitionControllerApiDeleteEntityExportDefinitions
44885
- */
44886
- readonly filter?: string;
44887
44660
  }
44888
44661
  /**
44889
44662
  * Request parameters for getAllEntitiesExportDefinitions operation in ExportDefinitionControllerApi.
@@ -45182,12 +44955,11 @@ export declare function ExportDefinitionsApiAxiosParamCreator_CreateEntityExport
45182
44955
  * @summary Delete an Export Definition
45183
44956
  * @param {string} workspaceId
45184
44957
  * @param {string} objectId
45185
- * @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;).
45186
44958
  * @param {*} [options] Override http request option.
45187
44959
  * @param {Configuration} [configuration] Optional configuration.
45188
44960
  * @throws {RequiredError}
45189
44961
  */
45190
- export declare function ExportDefinitionsApiAxiosParamCreator_DeleteEntityExportDefinitions(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
44962
+ export declare function ExportDefinitionsApiAxiosParamCreator_DeleteEntityExportDefinitions(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
45191
44963
  /**
45192
44964
  *
45193
44965
  * @summary Get all Export Definitions
@@ -45453,12 +45225,6 @@ export interface ExportDefinitionsApiDeleteEntityExportDefinitionsRequest {
45453
45225
  * @memberof ExportDefinitionsApiDeleteEntityExportDefinitions
45454
45226
  */
45455
45227
  readonly objectId: string;
45456
- /**
45457
- * 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;).
45458
- * @type {string}
45459
- * @memberof ExportDefinitionsApiDeleteEntityExportDefinitions
45460
- */
45461
- readonly filter?: string;
45462
45228
  }
45463
45229
  /**
45464
45230
  * Request parameters for getAllEntitiesExportDefinitions operation in ExportDefinitionsApi.
@@ -47123,12 +46889,11 @@ export declare function FilterContextApiAxiosParamCreator_CreateEntityFilterCont
47123
46889
  * @summary Delete a Filter Context
47124
46890
  * @param {string} workspaceId
47125
46891
  * @param {string} objectId
47126
- * @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;).
47127
46892
  * @param {*} [options] Override http request option.
47128
46893
  * @param {Configuration} [configuration] Optional configuration.
47129
46894
  * @throws {RequiredError}
47130
46895
  */
47131
- export declare function FilterContextApiAxiosParamCreator_DeleteEntityFilterContexts(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
46896
+ export declare function FilterContextApiAxiosParamCreator_DeleteEntityFilterContexts(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
47132
46897
  /**
47133
46898
  *
47134
46899
  * @summary Get all Filter Context
@@ -47394,12 +47159,6 @@ export interface FilterContextApiDeleteEntityFilterContextsRequest {
47394
47159
  * @memberof FilterContextApiDeleteEntityFilterContexts
47395
47160
  */
47396
47161
  readonly objectId: string;
47397
- /**
47398
- * 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;).
47399
- * @type {string}
47400
- * @memberof FilterContextApiDeleteEntityFilterContexts
47401
- */
47402
- readonly filter?: string;
47403
47162
  }
47404
47163
  /**
47405
47164
  * Request parameters for getAllEntitiesFilterContexts operation in FilterContextApi.
@@ -47698,12 +47457,11 @@ export declare function FilterContextControllerApiAxiosParamCreator_CreateEntity
47698
47457
  * @summary Delete a Filter Context
47699
47458
  * @param {string} workspaceId
47700
47459
  * @param {string} objectId
47701
- * @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;).
47702
47460
  * @param {*} [options] Override http request option.
47703
47461
  * @param {Configuration} [configuration] Optional configuration.
47704
47462
  * @throws {RequiredError}
47705
47463
  */
47706
- export declare function FilterContextControllerApiAxiosParamCreator_DeleteEntityFilterContexts(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
47464
+ export declare function FilterContextControllerApiAxiosParamCreator_DeleteEntityFilterContexts(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
47707
47465
  /**
47708
47466
  *
47709
47467
  * @summary Get all Filter Context
@@ -47969,12 +47727,6 @@ export interface FilterContextControllerApiDeleteEntityFilterContextsRequest {
47969
47727
  * @memberof FilterContextControllerApiDeleteEntityFilterContexts
47970
47728
  */
47971
47729
  readonly objectId: string;
47972
- /**
47973
- * 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;).
47974
- * @type {string}
47975
- * @memberof FilterContextControllerApiDeleteEntityFilterContexts
47976
- */
47977
- readonly filter?: string;
47978
47730
  }
47979
47731
  /**
47980
47732
  * Request parameters for getAllEntitiesFilterContexts operation in FilterContextControllerApi.
@@ -48272,12 +48024,11 @@ export declare function FilterViewControllerApiAxiosParamCreator_CreateEntityFil
48272
48024
  * @summary Delete Filter view
48273
48025
  * @param {string} workspaceId
48274
48026
  * @param {string} objectId
48275
- * @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;).
48276
48027
  * @param {*} [options] Override http request option.
48277
48028
  * @param {Configuration} [configuration] Optional configuration.
48278
48029
  * @throws {RequiredError}
48279
48030
  */
48280
- export declare function FilterViewControllerApiAxiosParamCreator_DeleteEntityFilterViews(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
48031
+ export declare function FilterViewControllerApiAxiosParamCreator_DeleteEntityFilterViews(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
48281
48032
  /**
48282
48033
  *
48283
48034
  * @summary Get all Filter views
@@ -48536,12 +48287,6 @@ export interface FilterViewControllerApiDeleteEntityFilterViewsRequest {
48536
48287
  * @memberof FilterViewControllerApiDeleteEntityFilterViews
48537
48288
  */
48538
48289
  readonly objectId: string;
48539
- /**
48540
- * 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;).
48541
- * @type {string}
48542
- * @memberof FilterViewControllerApiDeleteEntityFilterViews
48543
- */
48544
- readonly filter?: string;
48545
48290
  }
48546
48291
  /**
48547
48292
  * Request parameters for getAllEntitiesFilterViews operation in FilterViewControllerApi.
@@ -48833,12 +48578,11 @@ export declare function FilterViewsApiAxiosParamCreator_CreateEntityFilterViews(
48833
48578
  * @summary Delete Filter view
48834
48579
  * @param {string} workspaceId
48835
48580
  * @param {string} objectId
48836
- * @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;).
48837
48581
  * @param {*} [options] Override http request option.
48838
48582
  * @param {Configuration} [configuration] Optional configuration.
48839
48583
  * @throws {RequiredError}
48840
48584
  */
48841
- export declare function FilterViewsApiAxiosParamCreator_DeleteEntityFilterViews(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
48585
+ export declare function FilterViewsApiAxiosParamCreator_DeleteEntityFilterViews(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
48842
48586
  /**
48843
48587
  *
48844
48588
  * @summary Get all Filter views
@@ -49157,12 +48901,6 @@ export interface FilterViewsApiDeleteEntityFilterViewsRequest {
49157
48901
  * @memberof FilterViewsApiDeleteEntityFilterViews
49158
48902
  */
49159
48903
  readonly objectId: string;
49160
- /**
49161
- * 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;).
49162
- * @type {string}
49163
- * @memberof FilterViewsApiDeleteEntityFilterViews
49164
- */
49165
- readonly filter?: string;
49166
48904
  }
49167
48905
  /**
49168
48906
  * Request parameters for getAllEntitiesFilterViews operation in FilterViewsApi.
@@ -49580,12 +49318,11 @@ export declare function GeographicDataApiAxiosParamCreator_CreateEntityCustomGeo
49580
49318
  *
49581
49319
  * @summary Delete Custom Geo Collection
49582
49320
  * @param {string} id
49583
- * @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;).
49584
49321
  * @param {*} [options] Override http request option.
49585
49322
  * @param {Configuration} [configuration] Optional configuration.
49586
49323
  * @throws {RequiredError}
49587
49324
  */
49588
- export declare function GeographicDataApiAxiosParamCreator_DeleteEntityCustomGeoCollections(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
49325
+ export declare function GeographicDataApiAxiosParamCreator_DeleteEntityCustomGeoCollections(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
49589
49326
  /**
49590
49327
  *
49591
49328
  * @summary Get all Custom Geo Collections
@@ -49783,12 +49520,6 @@ export interface GeographicDataApiDeleteEntityCustomGeoCollectionsRequest {
49783
49520
  * @memberof GeographicDataApiDeleteEntityCustomGeoCollections
49784
49521
  */
49785
49522
  readonly id: string;
49786
- /**
49787
- * 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;).
49788
- * @type {string}
49789
- * @memberof GeographicDataApiDeleteEntityCustomGeoCollections
49790
- */
49791
- readonly filter?: string;
49792
49523
  }
49793
49524
  /**
49794
49525
  * Request parameters for getAllEntitiesCustomGeoCollections operation in GeographicDataApi.
@@ -50739,12 +50470,11 @@ export declare function JWKSApiAxiosParamCreator_CreateEntityJwks(jsonApiJwkInDo
50739
50470
  * Deletes JSON web key - used to verify JSON web tokens (Jwts)
50740
50471
  * @summary Delete Jwk
50741
50472
  * @param {string} id
50742
- * @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;).
50743
50473
  * @param {*} [options] Override http request option.
50744
50474
  * @param {Configuration} [configuration] Optional configuration.
50745
50475
  * @throws {RequiredError}
50746
50476
  */
50747
- export declare function JWKSApiAxiosParamCreator_DeleteEntityJwks(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
50477
+ export declare function JWKSApiAxiosParamCreator_DeleteEntityJwks(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
50748
50478
  /**
50749
50479
  * Returns all JSON web keys - used to verify JSON web tokens (Jwts)
50750
50480
  * @summary Get all Jwks
@@ -50942,12 +50672,6 @@ export interface JWKSApiDeleteEntityJwksRequest {
50942
50672
  * @memberof JWKSApiDeleteEntityJwks
50943
50673
  */
50944
50674
  readonly id: string;
50945
- /**
50946
- * 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;).
50947
- * @type {string}
50948
- * @memberof JWKSApiDeleteEntityJwks
50949
- */
50950
- readonly filter?: string;
50951
50675
  }
50952
50676
  /**
50953
50677
  * Request parameters for getAllEntitiesJwks operation in JWKSApi.
@@ -51130,12 +50854,11 @@ export declare function JwkControllerApiAxiosParamCreator_CreateEntityJwks(jsonA
51130
50854
  * Deletes JSON web key - used to verify JSON web tokens (Jwts)
51131
50855
  * @summary Delete Jwk
51132
50856
  * @param {string} id
51133
- * @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;).
51134
50857
  * @param {*} [options] Override http request option.
51135
50858
  * @param {Configuration} [configuration] Optional configuration.
51136
50859
  * @throws {RequiredError}
51137
50860
  */
51138
- export declare function JwkControllerApiAxiosParamCreator_DeleteEntityJwks(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
50861
+ export declare function JwkControllerApiAxiosParamCreator_DeleteEntityJwks(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
51139
50862
  /**
51140
50863
  * Returns all JSON web keys - used to verify JSON web tokens (Jwts)
51141
50864
  * @summary Get all Jwks
@@ -51333,12 +51056,6 @@ export interface JwkControllerApiDeleteEntityJwksRequest {
51333
51056
  * @memberof JwkControllerApiDeleteEntityJwks
51334
51057
  */
51335
51058
  readonly id: string;
51336
- /**
51337
- * 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;).
51338
- * @type {string}
51339
- * @memberof JwkControllerApiDeleteEntityJwks
51340
- */
51341
- readonly filter?: string;
51342
51059
  }
51343
51060
  /**
51344
51061
  * Request parameters for getAllEntitiesJwks operation in JwkControllerApi.
@@ -55693,12 +55410,11 @@ export declare function MetricControllerApiAxiosParamCreator_CreateEntityMetrics
55693
55410
  * @summary Delete a Metric
55694
55411
  * @param {string} workspaceId
55695
55412
  * @param {string} objectId
55696
- * @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;).
55697
55413
  * @param {*} [options] Override http request option.
55698
55414
  * @param {Configuration} [configuration] Optional configuration.
55699
55415
  * @throws {RequiredError}
55700
55416
  */
55701
- export declare function MetricControllerApiAxiosParamCreator_DeleteEntityMetrics(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
55417
+ export declare function MetricControllerApiAxiosParamCreator_DeleteEntityMetrics(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
55702
55418
  /**
55703
55419
  *
55704
55420
  * @summary Get all Metrics
@@ -55964,12 +55680,6 @@ export interface MetricControllerApiDeleteEntityMetricsRequest {
55964
55680
  * @memberof MetricControllerApiDeleteEntityMetrics
55965
55681
  */
55966
55682
  readonly objectId: string;
55967
- /**
55968
- * 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;).
55969
- * @type {string}
55970
- * @memberof MetricControllerApiDeleteEntityMetrics
55971
- */
55972
- readonly filter?: string;
55973
55683
  }
55974
55684
  /**
55975
55685
  * Request parameters for getAllEntitiesMetrics operation in MetricControllerApi.
@@ -56268,12 +55978,11 @@ export declare function MetricsApiAxiosParamCreator_CreateEntityMetrics(workspac
56268
55978
  * @summary Delete a Metric
56269
55979
  * @param {string} workspaceId
56270
55980
  * @param {string} objectId
56271
- * @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;).
56272
55981
  * @param {*} [options] Override http request option.
56273
55982
  * @param {Configuration} [configuration] Optional configuration.
56274
55983
  * @throws {RequiredError}
56275
55984
  */
56276
- export declare function MetricsApiAxiosParamCreator_DeleteEntityMetrics(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
55985
+ export declare function MetricsApiAxiosParamCreator_DeleteEntityMetrics(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
56277
55986
  /**
56278
55987
  *
56279
55988
  * @summary Get all Metrics
@@ -56539,12 +56248,6 @@ export interface MetricsApiDeleteEntityMetricsRequest {
56539
56248
  * @memberof MetricsApiDeleteEntityMetrics
56540
56249
  */
56541
56250
  readonly objectId: string;
56542
- /**
56543
- * 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;).
56544
- * @type {string}
56545
- * @memberof MetricsApiDeleteEntityMetrics
56546
- */
56547
- readonly filter?: string;
56548
56251
  }
56549
56252
  /**
56550
56253
  * Request parameters for getAllEntitiesMetrics operation in MetricsApi.
@@ -64719,12 +64422,11 @@ export declare function PluginsApiAxiosParamCreator_CreateEntityDashboardPlugins
64719
64422
  * @summary Delete a Plugin
64720
64423
  * @param {string} workspaceId
64721
64424
  * @param {string} objectId
64722
- * @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;).
64723
64425
  * @param {*} [options] Override http request option.
64724
64426
  * @param {Configuration} [configuration] Optional configuration.
64725
64427
  * @throws {RequiredError}
64726
64428
  */
64727
- export declare function PluginsApiAxiosParamCreator_DeleteEntityDashboardPlugins(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
64429
+ export declare function PluginsApiAxiosParamCreator_DeleteEntityDashboardPlugins(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
64728
64430
  /**
64729
64431
  *
64730
64432
  * @summary Get all Plugins
@@ -64990,12 +64692,6 @@ export interface PluginsApiDeleteEntityDashboardPluginsRequest {
64990
64692
  * @memberof PluginsApiDeleteEntityDashboardPlugins
64991
64693
  */
64992
64694
  readonly objectId: string;
64993
- /**
64994
- * 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;).
64995
- * @type {string}
64996
- * @memberof PluginsApiDeleteEntityDashboardPlugins
64997
- */
64998
- readonly filter?: string;
64999
64695
  }
65000
64696
  /**
65001
64697
  * Request parameters for getAllEntitiesDashboardPlugins operation in PluginsApi.
@@ -65758,12 +65454,11 @@ export declare function UserDataFilterControllerApiAxiosParamCreator_CreateEntit
65758
65454
  * @summary Delete a User Data Filter
65759
65455
  * @param {string} workspaceId
65760
65456
  * @param {string} objectId
65761
- * @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;).
65762
65457
  * @param {*} [options] Override http request option.
65763
65458
  * @param {Configuration} [configuration] Optional configuration.
65764
65459
  * @throws {RequiredError}
65765
65460
  */
65766
- export declare function UserDataFilterControllerApiAxiosParamCreator_DeleteEntityUserDataFilters(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
65461
+ export declare function UserDataFilterControllerApiAxiosParamCreator_DeleteEntityUserDataFilters(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
65767
65462
  /**
65768
65463
  *
65769
65464
  * @summary Get all User Data Filters
@@ -66029,12 +65724,6 @@ export interface UserDataFilterControllerApiDeleteEntityUserDataFiltersRequest {
66029
65724
  * @memberof UserDataFilterControllerApiDeleteEntityUserDataFilters
66030
65725
  */
66031
65726
  readonly objectId: string;
66032
- /**
66033
- * 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;).
66034
- * @type {string}
66035
- * @memberof UserDataFilterControllerApiDeleteEntityUserDataFilters
66036
- */
66037
- readonly filter?: string;
66038
65727
  }
66039
65728
  /**
66040
65729
  * Request parameters for getAllEntitiesUserDataFilters operation in UserDataFilterControllerApi.
@@ -68024,12 +67713,11 @@ export declare function UserSettingControllerApiAxiosParamCreator_CreateEntityUs
68024
67713
  * @summary Delete a setting for a user
68025
67714
  * @param {string} userId
68026
67715
  * @param {string} id
68027
- * @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;).
68028
67716
  * @param {*} [options] Override http request option.
68029
67717
  * @param {Configuration} [configuration] Optional configuration.
68030
67718
  * @throws {RequiredError}
68031
67719
  */
68032
- export declare function UserSettingControllerApiAxiosParamCreator_DeleteEntityUserSettings(userId: string, id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
67720
+ export declare function UserSettingControllerApiAxiosParamCreator_DeleteEntityUserSettings(userId: string, id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
68033
67721
  /**
68034
67722
  *
68035
67723
  * @summary List all settings for a user
@@ -68211,12 +67899,6 @@ export interface UserSettingControllerApiDeleteEntityUserSettingsRequest {
68211
67899
  * @memberof UserSettingControllerApiDeleteEntityUserSettings
68212
67900
  */
68213
67901
  readonly id: string;
68214
- /**
68215
- * 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;).
68216
- * @type {string}
68217
- * @memberof UserSettingControllerApiDeleteEntityUserSettings
68218
- */
68219
- readonly filter?: string;
68220
67902
  }
68221
67903
  /**
68222
67904
  * Request parameters for getAllEntitiesUserSettings operation in UserSettingControllerApi.
@@ -68385,12 +68067,11 @@ export declare function UserSettingsApiAxiosParamCreator_CreateEntityUserSetting
68385
68067
  * @summary Delete a setting for a user
68386
68068
  * @param {string} userId
68387
68069
  * @param {string} id
68388
- * @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;).
68389
68070
  * @param {*} [options] Override http request option.
68390
68071
  * @param {Configuration} [configuration] Optional configuration.
68391
68072
  * @throws {RequiredError}
68392
68073
  */
68393
- export declare function UserSettingsApiAxiosParamCreator_DeleteEntityUserSettings(userId: string, id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
68074
+ export declare function UserSettingsApiAxiosParamCreator_DeleteEntityUserSettings(userId: string, id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
68394
68075
  /**
68395
68076
  *
68396
68077
  * @summary List all settings for a user
@@ -68572,12 +68253,6 @@ export interface UserSettingsApiDeleteEntityUserSettingsRequest {
68572
68253
  * @memberof UserSettingsApiDeleteEntityUserSettings
68573
68254
  */
68574
68255
  readonly id: string;
68575
- /**
68576
- * 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;).
68577
- * @type {string}
68578
- * @memberof UserSettingsApiDeleteEntityUserSettings
68579
- */
68580
- readonly filter?: string;
68581
68256
  }
68582
68257
  /**
68583
68258
  * Request parameters for getAllEntitiesUserSettings operation in UserSettingsApi.
@@ -69274,12 +68949,11 @@ export declare function VisualizationObjectApiAxiosParamCreator_CreateEntityVisu
69274
68949
  * @summary Delete a Visualization Object
69275
68950
  * @param {string} workspaceId
69276
68951
  * @param {string} objectId
69277
- * @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;).
69278
68952
  * @param {*} [options] Override http request option.
69279
68953
  * @param {Configuration} [configuration] Optional configuration.
69280
68954
  * @throws {RequiredError}
69281
68955
  */
69282
- export declare function VisualizationObjectApiAxiosParamCreator_DeleteEntityVisualizationObjects(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
68956
+ export declare function VisualizationObjectApiAxiosParamCreator_DeleteEntityVisualizationObjects(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
69283
68957
  /**
69284
68958
  *
69285
68959
  * @summary Get all Visualization Objects
@@ -69545,12 +69219,6 @@ export interface VisualizationObjectApiDeleteEntityVisualizationObjectsRequest {
69545
69219
  * @memberof VisualizationObjectApiDeleteEntityVisualizationObjects
69546
69220
  */
69547
69221
  readonly objectId: string;
69548
- /**
69549
- * 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;).
69550
- * @type {string}
69551
- * @memberof VisualizationObjectApiDeleteEntityVisualizationObjects
69552
- */
69553
- readonly filter?: string;
69554
69222
  }
69555
69223
  /**
69556
69224
  * Request parameters for getAllEntitiesVisualizationObjects operation in VisualizationObjectApi.
@@ -69849,12 +69517,11 @@ export declare function VisualizationObjectControllerApiAxiosParamCreator_Create
69849
69517
  * @summary Delete a Visualization Object
69850
69518
  * @param {string} workspaceId
69851
69519
  * @param {string} objectId
69852
- * @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;).
69853
69520
  * @param {*} [options] Override http request option.
69854
69521
  * @param {Configuration} [configuration] Optional configuration.
69855
69522
  * @throws {RequiredError}
69856
69523
  */
69857
- export declare function VisualizationObjectControllerApiAxiosParamCreator_DeleteEntityVisualizationObjects(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
69524
+ export declare function VisualizationObjectControllerApiAxiosParamCreator_DeleteEntityVisualizationObjects(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
69858
69525
  /**
69859
69526
  *
69860
69527
  * @summary Get all Visualization Objects
@@ -70120,12 +69787,6 @@ export interface VisualizationObjectControllerApiDeleteEntityVisualizationObject
70120
69787
  * @memberof VisualizationObjectControllerApiDeleteEntityVisualizationObjects
70121
69788
  */
70122
69789
  readonly objectId: string;
70123
- /**
70124
- * 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;).
70125
- * @type {string}
70126
- * @memberof VisualizationObjectControllerApiDeleteEntityVisualizationObjects
70127
- */
70128
- readonly filter?: string;
70129
69790
  }
70130
69791
  /**
70131
69792
  * Request parameters for getAllEntitiesVisualizationObjects operation in VisualizationObjectControllerApi.
@@ -70424,12 +70085,11 @@ export declare function WorkspaceDataFilterControllerApiAxiosParamCreator_Create
70424
70085
  * @summary Delete a Workspace Data Filter
70425
70086
  * @param {string} workspaceId
70426
70087
  * @param {string} objectId
70427
- * @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;).
70428
70088
  * @param {*} [options] Override http request option.
70429
70089
  * @param {Configuration} [configuration] Optional configuration.
70430
70090
  * @throws {RequiredError}
70431
70091
  */
70432
- export declare function WorkspaceDataFilterControllerApiAxiosParamCreator_DeleteEntityWorkspaceDataFilters(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
70092
+ export declare function WorkspaceDataFilterControllerApiAxiosParamCreator_DeleteEntityWorkspaceDataFilters(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
70433
70093
  /**
70434
70094
  *
70435
70095
  * @summary Get all Workspace Data Filters
@@ -70695,12 +70355,6 @@ export interface WorkspaceDataFilterControllerApiDeleteEntityWorkspaceDataFilter
70695
70355
  * @memberof WorkspaceDataFilterControllerApiDeleteEntityWorkspaceDataFilters
70696
70356
  */
70697
70357
  readonly objectId: string;
70698
- /**
70699
- * 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;).
70700
- * @type {string}
70701
- * @memberof WorkspaceDataFilterControllerApiDeleteEntityWorkspaceDataFilters
70702
- */
70703
- readonly filter?: string;
70704
70358
  }
70705
70359
  /**
70706
70360
  * Request parameters for getAllEntitiesWorkspaceDataFilters operation in WorkspaceDataFilterControllerApi.
@@ -70999,12 +70653,11 @@ export declare function WorkspaceDataFilterSettingControllerApiAxiosParamCreator
70999
70653
  * @summary Delete a Settings for Workspace Data Filter
71000
70654
  * @param {string} workspaceId
71001
70655
  * @param {string} objectId
71002
- * @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;).
71003
70656
  * @param {*} [options] Override http request option.
71004
70657
  * @param {Configuration} [configuration] Optional configuration.
71005
70658
  * @throws {RequiredError}
71006
70659
  */
71007
- export declare function WorkspaceDataFilterSettingControllerApiAxiosParamCreator_DeleteEntityWorkspaceDataFilterSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
70660
+ export declare function WorkspaceDataFilterSettingControllerApiAxiosParamCreator_DeleteEntityWorkspaceDataFilterSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
71008
70661
  /**
71009
70662
  *
71010
70663
  * @summary Get all Settings for Workspace Data Filters
@@ -71270,12 +70923,6 @@ export interface WorkspaceDataFilterSettingControllerApiDeleteEntityWorkspaceDat
71270
70923
  * @memberof WorkspaceDataFilterSettingControllerApiDeleteEntityWorkspaceDataFilterSettings
71271
70924
  */
71272
70925
  readonly objectId: string;
71273
- /**
71274
- * 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;).
71275
- * @type {string}
71276
- * @memberof WorkspaceDataFilterSettingControllerApiDeleteEntityWorkspaceDataFilterSettings
71277
- */
71278
- readonly filter?: string;
71279
70926
  }
71280
70927
  /**
71281
70928
  * Request parameters for getAllEntitiesWorkspaceDataFilterSettings operation in WorkspaceDataFilterSettingControllerApi.
@@ -72989,12 +72636,11 @@ export declare function WorkspaceSettingControllerApiAxiosParamCreator_CreateEnt
72989
72636
  * @summary Delete a Setting for Workspace
72990
72637
  * @param {string} workspaceId
72991
72638
  * @param {string} objectId
72992
- * @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;).
72993
72639
  * @param {*} [options] Override http request option.
72994
72640
  * @param {Configuration} [configuration] Optional configuration.
72995
72641
  * @throws {RequiredError}
72996
72642
  */
72997
- export declare function WorkspaceSettingControllerApiAxiosParamCreator_DeleteEntityWorkspaceSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
72643
+ export declare function WorkspaceSettingControllerApiAxiosParamCreator_DeleteEntityWorkspaceSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
72998
72644
  /**
72999
72645
  *
73000
72646
  * @summary Get all Setting for Workspaces
@@ -73250,12 +72896,6 @@ export interface WorkspaceSettingControllerApiDeleteEntityWorkspaceSettingsReque
73250
72896
  * @memberof WorkspaceSettingControllerApiDeleteEntityWorkspaceSettings
73251
72897
  */
73252
72898
  readonly objectId: string;
73253
- /**
73254
- * 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;).
73255
- * @type {string}
73256
- * @memberof WorkspaceSettingControllerApiDeleteEntityWorkspaceSettings
73257
- */
73258
- readonly filter?: string;
73259
72899
  }
73260
72900
  /**
73261
72901
  * Request parameters for getAllEntitiesWorkspaceSettings operation in WorkspaceSettingControllerApi.
@@ -74213,23 +73853,21 @@ export declare function WorkspacesSettingsApiAxiosParamCreator_CreateEntityWorks
74213
73853
  * @summary Delete a Custom Application Setting
74214
73854
  * @param {string} workspaceId
74215
73855
  * @param {string} objectId
74216
- * @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;).
74217
73856
  * @param {*} [options] Override http request option.
74218
73857
  * @param {Configuration} [configuration] Optional configuration.
74219
73858
  * @throws {RequiredError}
74220
73859
  */
74221
- export declare function WorkspacesSettingsApiAxiosParamCreator_DeleteEntityCustomApplicationSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
73860
+ export declare function WorkspacesSettingsApiAxiosParamCreator_DeleteEntityCustomApplicationSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
74222
73861
  /**
74223
73862
  *
74224
73863
  * @summary Delete a Setting for Workspace
74225
73864
  * @param {string} workspaceId
74226
73865
  * @param {string} objectId
74227
- * @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;).
74228
73866
  * @param {*} [options] Override http request option.
74229
73867
  * @param {Configuration} [configuration] Optional configuration.
74230
73868
  * @throws {RequiredError}
74231
73869
  */
74232
- export declare function WorkspacesSettingsApiAxiosParamCreator_DeleteEntityWorkspaceSettings(workspaceId: string, objectId: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
73870
+ export declare function WorkspacesSettingsApiAxiosParamCreator_DeleteEntityWorkspaceSettings(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
74233
73871
  /**
74234
73872
  *
74235
73873
  * @summary Get all Custom Application Settings
@@ -74776,12 +74414,6 @@ export interface WorkspacesSettingsApiDeleteEntityCustomApplicationSettingsReque
74776
74414
  * @memberof WorkspacesSettingsApiDeleteEntityCustomApplicationSettings
74777
74415
  */
74778
74416
  readonly objectId: string;
74779
- /**
74780
- * 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;).
74781
- * @type {string}
74782
- * @memberof WorkspacesSettingsApiDeleteEntityCustomApplicationSettings
74783
- */
74784
- readonly filter?: string;
74785
74417
  }
74786
74418
  /**
74787
74419
  * Request parameters for deleteEntityWorkspaceSettings operation in WorkspacesSettingsApi.
@@ -74801,12 +74433,6 @@ export interface WorkspacesSettingsApiDeleteEntityWorkspaceSettingsRequest {
74801
74433
  * @memberof WorkspacesSettingsApiDeleteEntityWorkspaceSettings
74802
74434
  */
74803
74435
  readonly objectId: string;
74804
- /**
74805
- * 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;).
74806
- * @type {string}
74807
- * @memberof WorkspacesSettingsApiDeleteEntityWorkspaceSettings
74808
- */
74809
- readonly filter?: string;
74810
74436
  }
74811
74437
  /**
74812
74438
  * Request parameters for getAllEntitiesCustomApplicationSettings operation in WorkspacesSettingsApi.