From 9950a70cf5f40f525c7165aaeb0c866610064e53 Mon Sep 17 00:00:00 2001 From: Christopher Bonilla Date: Wed, 4 Dec 2024 14:29:03 +0100 Subject: [PATCH] chore: regenerate API client JIRA: TRIVIAL risk: low --- .../docs/ChatHistoryInteraction.md | 1 + gooddata-api-client/docs/ChatResult.md | 1 + .../docs/DeclarativeNotificationChannel.md | 1 + gooddata-api-client/docs/EntitiesApi.md | 9 +- .../JsonApiNotificationChannelInAttributes.md | 1 + gooddata-api-client/docs/LayoutApi.md | 2 + .../docs/MeasureGroupHeaders.md | 2 - .../docs/NotificationChannelsApi.md | 4 + .../docs/OrganizationDeclarativeAPIsApi.md | 1 + .../docs/OrganizationModelControllerApi.md | 9 +- .../docs/ResultDimensionHeader.md | 2 - .../docs/WorkspacesEntityAPIsApi.md | 6 +- .../gooddata_api_client/api/entities_api.py | 6 +- .../api/organization_model_controller_api.py | 6 +- .../api/workspaces_entity_apis_api.py | 6 +- .../model/chat_history_interaction.py | 4 + .../gooddata_api_client/model/chat_result.py | 4 + .../model/declarative_data_source.py | 1 - .../model/declarative_notification_channel.py | 8 ++ .../model/dependent_entities_node.py | 4 +- .../model/entity_identifier.py | 4 +- ...i_data_source_identifier_out_attributes.py | 1 - .../json_api_data_source_in_attributes.py | 1 - .../json_api_data_source_out_attributes.py | 1 - .../json_api_data_source_patch_attributes.py | 1 - ..._api_notification_channel_in_attributes.py | 8 ++ .../model/measure_group_headers.py | 8 -- .../model/result_dimension_header.py | 8 -- .../model/test_definition_request.py | 1 - schemas/gooddata-afm-client.json | 14 +-- schemas/gooddata-api-client.json | 85 ++++++++++++++----- schemas/gooddata-metadata-client.json | 70 +++++++++++---- schemas/gooddata-scan-client.json | 1 - 33 files changed, 191 insertions(+), 90 deletions(-) diff --git a/gooddata-api-client/docs/ChatHistoryInteraction.md b/gooddata-api-client/docs/ChatHistoryInteraction.md index 361ad2856..eb0462375 100644 --- a/gooddata-api-client/docs/ChatHistoryInteraction.md +++ b/gooddata-api-client/docs/ChatHistoryInteraction.md @@ -10,6 +10,7 @@ Name | Type | Description | Notes **question** | **str** | User question | **routing** | [**RouteResult**](RouteResult.md) | | **created_visualizations** | [**CreatedVisualizations**](CreatedVisualizations.md) | | [optional] +**error_response** | **str** | Error response in anything fails. | [optional] **found_objects** | [**FoundObjects**](FoundObjects.md) | | [optional] **text_response** | **str** | Text response for general questions. | [optional] **thread_id_suffix** | **str** | Chat History thread suffix appended to ID generated by backend. Enables more chat windows. | [optional] diff --git a/gooddata-api-client/docs/ChatResult.md b/gooddata-api-client/docs/ChatResult.md index f999cf58d..42fde3d63 100644 --- a/gooddata-api-client/docs/ChatResult.md +++ b/gooddata-api-client/docs/ChatResult.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **chat_history_interaction_id** | **int** | Chat History interaction ID. Unique ID for each interaction. | [optional] **created_visualizations** | [**CreatedVisualizations**](CreatedVisualizations.md) | | [optional] +**error_response** | **str** | Error response in anything fails. | [optional] **found_objects** | [**FoundObjects**](FoundObjects.md) | | [optional] **routing** | [**RouteResult**](RouteResult.md) | | [optional] **text_response** | **str** | Text response for general questions. | [optional] diff --git a/gooddata-api-client/docs/DeclarativeNotificationChannel.md b/gooddata-api-client/docs/DeclarativeNotificationChannel.md index ebac66343..be1c4ea7e 100644 --- a/gooddata-api-client/docs/DeclarativeNotificationChannel.md +++ b/gooddata-api-client/docs/DeclarativeNotificationChannel.md @@ -11,6 +11,7 @@ Name | Type | Description | Notes **description** | **str** | Description of a notification channel. | [optional] **destination** | [**DeclarativeNotificationChannelDestination**](DeclarativeNotificationChannelDestination.md) | | [optional] **destination_type** | **str, none_type** | | [optional] [readonly] +**in_platform_notification** | **str** | In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications | [optional] if omitted the server will use the default value of "DISABLED" **name** | **str** | Name of a notification channel. | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] diff --git a/gooddata-api-client/docs/EntitiesApi.md b/gooddata-api-client/docs/EntitiesApi.md index 2d5226828..f56b09df9 100644 --- a/gooddata-api-client/docs/EntitiesApi.md +++ b/gooddata-api-client/docs/EntitiesApi.md @@ -1815,6 +1815,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", @@ -2850,7 +2851,7 @@ with gooddata_api_client.ApiClient() as api_client: "include=parent", ] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set @@ -8035,7 +8036,7 @@ with gooddata_api_client.ApiClient() as api_client: "sort_example", ] # [str] | Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,page,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,page,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set @@ -11221,7 +11222,7 @@ with gooddata_api_client.ApiClient() as api_client: "include=parent", ] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set @@ -13048,6 +13049,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", @@ -15918,6 +15920,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", diff --git a/gooddata-api-client/docs/JsonApiNotificationChannelInAttributes.md b/gooddata-api-client/docs/JsonApiNotificationChannelInAttributes.md index 06e8e126f..e358ec723 100644 --- a/gooddata-api-client/docs/JsonApiNotificationChannelInAttributes.md +++ b/gooddata-api-client/docs/JsonApiNotificationChannelInAttributes.md @@ -9,6 +9,7 @@ Name | Type | Description | Notes **description** | **str, none_type** | | [optional] **destination** | [**JsonApiNotificationChannelInAttributesDestination**](JsonApiNotificationChannelInAttributesDestination.md) | | [optional] **destination_type** | **str, none_type** | | [optional] +**in_platform_notification** | **str** | In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications | [optional] **name** | **str, none_type** | | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] diff --git a/gooddata-api-client/docs/LayoutApi.md b/gooddata-api-client/docs/LayoutApi.md index 025d91095..22c46ed5e 100644 --- a/gooddata-api-client/docs/LayoutApi.md +++ b/gooddata-api-client/docs/LayoutApi.md @@ -3060,6 +3060,7 @@ with gooddata_api_client.ApiClient() as api_client: description="This is a channel", destination=DeclarativeNotificationChannelDestination(None), id="notification-channel-1", + in_platform_notification="DISABLED", name="channel", ), ], @@ -3195,6 +3196,7 @@ with gooddata_api_client.ApiClient() as api_client: description="This is a channel", destination=DeclarativeNotificationChannelDestination(None), id="notification-channel-1", + in_platform_notification="DISABLED", name="channel", ), ], diff --git a/gooddata-api-client/docs/MeasureGroupHeaders.md b/gooddata-api-client/docs/MeasureGroupHeaders.md index 188eb7e02..38d97fdcf 100644 --- a/gooddata-api-client/docs/MeasureGroupHeaders.md +++ b/gooddata-api-client/docs/MeasureGroupHeaders.md @@ -4,8 +4,6 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**first** | [**MeasureHeaderOut**](MeasureHeaderOut.md) | | [optional] -**last** | [**MeasureHeaderOut**](MeasureHeaderOut.md) | | [optional] **measure_group_headers** | [**[MeasureHeaderOut]**](MeasureHeaderOut.md) | | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] diff --git a/gooddata-api-client/docs/NotificationChannelsApi.md b/gooddata-api-client/docs/NotificationChannelsApi.md index 9a4d73aa1..32636a20f 100644 --- a/gooddata-api-client/docs/NotificationChannelsApi.md +++ b/gooddata-api-client/docs/NotificationChannelsApi.md @@ -48,6 +48,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", @@ -418,6 +419,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", @@ -510,6 +512,7 @@ with gooddata_api_client.ApiClient() as api_client: description="This is a channel", destination=DeclarativeNotificationChannelDestination(None), id="notification-channel-1", + in_platform_notification="DISABLED", name="channel", ), ], @@ -587,6 +590,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", diff --git a/gooddata-api-client/docs/OrganizationDeclarativeAPIsApi.md b/gooddata-api-client/docs/OrganizationDeclarativeAPIsApi.md index bd6118807..c85ba5cea 100644 --- a/gooddata-api-client/docs/OrganizationDeclarativeAPIsApi.md +++ b/gooddata-api-client/docs/OrganizationDeclarativeAPIsApi.md @@ -171,6 +171,7 @@ with gooddata_api_client.ApiClient() as api_client: description="This is a channel", destination=DeclarativeNotificationChannelDestination(None), id="notification-channel-1", + in_platform_notification="DISABLED", name="channel", ), ], diff --git a/gooddata-api-client/docs/OrganizationModelControllerApi.md b/gooddata-api-client/docs/OrganizationModelControllerApi.md index d8383c46d..49e59e460 100644 --- a/gooddata-api-client/docs/OrganizationModelControllerApi.md +++ b/gooddata-api-client/docs/OrganizationModelControllerApi.md @@ -615,6 +615,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", @@ -1070,7 +1071,7 @@ with gooddata_api_client.ApiClient() as api_client: "include=parent", ] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set @@ -3159,7 +3160,7 @@ with gooddata_api_client.ApiClient() as api_client: "sort_example", ] # [str] | Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,page,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,page,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set @@ -4333,7 +4334,7 @@ with gooddata_api_client.ApiClient() as api_client: "include=parent", ] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set @@ -4983,6 +4984,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", @@ -6133,6 +6135,7 @@ with gooddata_api_client.ApiClient() as api_client: description="description_example", destination=JsonApiNotificationChannelInAttributesDestination(None), destination_type="WEBHOOK", + in_platform_notification="DISABLED", name="name_example", ), id="id1", diff --git a/gooddata-api-client/docs/ResultDimensionHeader.md b/gooddata-api-client/docs/ResultDimensionHeader.md index c02a3c696..ecd3d21f1 100644 --- a/gooddata-api-client/docs/ResultDimensionHeader.md +++ b/gooddata-api-client/docs/ResultDimensionHeader.md @@ -4,8 +4,6 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**first** | [**MeasureHeaderOut**](MeasureHeaderOut.md) | | [optional] -**last** | [**MeasureHeaderOut**](MeasureHeaderOut.md) | | [optional] **measure_group_headers** | [**[MeasureHeaderOut]**](MeasureHeaderOut.md) | | [optional] **attribute_header** | [**AttributeHeaderOutAttributeHeader**](AttributeHeaderOutAttributeHeader.md) | | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] diff --git a/gooddata-api-client/docs/WorkspacesEntityAPIsApi.md b/gooddata-api-client/docs/WorkspacesEntityAPIsApi.md index 93b96df01..c6505b0be 100644 --- a/gooddata-api-client/docs/WorkspacesEntityAPIsApi.md +++ b/gooddata-api-client/docs/WorkspacesEntityAPIsApi.md @@ -71,7 +71,7 @@ with gooddata_api_client.ApiClient() as api_client: "include=parent", ] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set @@ -235,7 +235,7 @@ with gooddata_api_client.ApiClient() as api_client: "sort_example", ] # [str] | Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,page,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,page,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set @@ -315,7 +315,7 @@ with gooddata_api_client.ApiClient() as api_client: "include=parent", ] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional) meta_include = [ - "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", ] # [str] | Include Meta objects. (optional) # example passing only required values which don't have defaults set diff --git a/gooddata-api-client/gooddata_api_client/api/entities_api.py b/gooddata-api-client/gooddata_api_client/api/entities_api.py index 63deec780..a46c47fb1 100644 --- a/gooddata-api-client/gooddata_api_client/api/entities_api.py +++ b/gooddata-api-client/gooddata_api_client/api/entities_api.py @@ -2133,8 +2133,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "ALL": "all", @@ -7341,8 +7341,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "PAGE": "page", @@ -10453,8 +10453,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "ALL": "all", diff --git a/gooddata-api-client/gooddata_api_client/api/organization_model_controller_api.py b/gooddata-api-client/gooddata_api_client/api/organization_model_controller_api.py index 85b17f82e..03fd7d455 100644 --- a/gooddata-api-client/gooddata_api_client/api/organization_model_controller_api.py +++ b/gooddata-api-client/gooddata_api_client/api/organization_model_controller_api.py @@ -725,8 +725,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "ALL": "all", @@ -2664,8 +2664,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "PAGE": "page", @@ -3681,8 +3681,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "ALL": "all", diff --git a/gooddata-api-client/gooddata_api_client/api/workspaces_entity_apis_api.py b/gooddata-api-client/gooddata_api_client/api/workspaces_entity_apis_api.py index e01eea084..2cabe4422 100644 --- a/gooddata-api-client/gooddata_api_client/api/workspaces_entity_apis_api.py +++ b/gooddata-api-client/gooddata_api_client/api/workspaces_entity_apis_api.py @@ -82,8 +82,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "ALL": "all", @@ -225,8 +225,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "PAGE": "page", @@ -329,8 +329,8 @@ def __init__(self, api_client=None): }, ('meta_include',): { - "CONFIG": "config", "PERMISSIONS": "permissions", + "CONFIG": "config", "HIERARCHY": "hierarchy", "DATAMODELDATASETS": "dataModelDatasets", "ALL": "all", diff --git a/gooddata-api-client/gooddata_api_client/model/chat_history_interaction.py b/gooddata-api-client/gooddata_api_client/model/chat_history_interaction.py index 59ddc293d..195daeff7 100644 --- a/gooddata-api-client/gooddata_api_client/model/chat_history_interaction.py +++ b/gooddata-api-client/gooddata_api_client/model/chat_history_interaction.py @@ -105,6 +105,7 @@ def openapi_types(): 'question': (str,), # noqa: E501 'routing': (RouteResult,), # noqa: E501 'created_visualizations': (CreatedVisualizations,), # noqa: E501 + 'error_response': (str,), # noqa: E501 'found_objects': (FoundObjects,), # noqa: E501 'text_response': (str,), # noqa: E501 'thread_id_suffix': (str,), # noqa: E501 @@ -122,6 +123,7 @@ def discriminator(): 'question': 'question', # noqa: E501 'routing': 'routing', # noqa: E501 'created_visualizations': 'createdVisualizations', # noqa: E501 + 'error_response': 'errorResponse', # noqa: E501 'found_objects': 'foundObjects', # noqa: E501 'text_response': 'textResponse', # noqa: E501 'thread_id_suffix': 'threadIdSuffix', # noqa: E501 @@ -176,6 +178,7 @@ def _from_openapi_data(cls, chat_history_interaction_id, interaction_finished, q through its discriminator because we passed in _visited_composed_classes = (Animal,) created_visualizations (CreatedVisualizations): [optional] # noqa: E501 + error_response (str): Error response in anything fails.. [optional] # noqa: E501 found_objects (FoundObjects): [optional] # noqa: E501 text_response (str): Text response for general questions.. [optional] # noqa: E501 thread_id_suffix (str): Chat History thread suffix appended to ID generated by backend. Enables more chat windows.. [optional] # noqa: E501 @@ -276,6 +279,7 @@ def __init__(self, chat_history_interaction_id, interaction_finished, question, through its discriminator because we passed in _visited_composed_classes = (Animal,) created_visualizations (CreatedVisualizations): [optional] # noqa: E501 + error_response (str): Error response in anything fails.. [optional] # noqa: E501 found_objects (FoundObjects): [optional] # noqa: E501 text_response (str): Text response for general questions.. [optional] # noqa: E501 thread_id_suffix (str): Chat History thread suffix appended to ID generated by backend. Enables more chat windows.. [optional] # noqa: E501 diff --git a/gooddata-api-client/gooddata_api_client/model/chat_result.py b/gooddata-api-client/gooddata_api_client/model/chat_result.py index 1758ea463..8f25e33ec 100644 --- a/gooddata-api-client/gooddata_api_client/model/chat_result.py +++ b/gooddata-api-client/gooddata_api_client/model/chat_result.py @@ -94,6 +94,7 @@ def openapi_types(): return { 'chat_history_interaction_id': (int,), # noqa: E501 'created_visualizations': (CreatedVisualizations,), # noqa: E501 + 'error_response': (str,), # noqa: E501 'found_objects': (FoundObjects,), # noqa: E501 'routing': (RouteResult,), # noqa: E501 'text_response': (str,), # noqa: E501 @@ -108,6 +109,7 @@ def discriminator(): attribute_map = { 'chat_history_interaction_id': 'chatHistoryInteractionId', # noqa: E501 'created_visualizations': 'createdVisualizations', # noqa: E501 + 'error_response': 'errorResponse', # noqa: E501 'found_objects': 'foundObjects', # noqa: E501 'routing': 'routing', # noqa: E501 'text_response': 'textResponse', # noqa: E501 @@ -157,6 +159,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) chat_history_interaction_id (int): Chat History interaction ID. Unique ID for each interaction.. [optional] # noqa: E501 created_visualizations (CreatedVisualizations): [optional] # noqa: E501 + error_response (str): Error response in anything fails.. [optional] # noqa: E501 found_objects (FoundObjects): [optional] # noqa: E501 routing (RouteResult): [optional] # noqa: E501 text_response (str): Text response for general questions.. [optional] # noqa: E501 @@ -248,6 +251,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) chat_history_interaction_id (int): Chat History interaction ID. Unique ID for each interaction.. [optional] # noqa: E501 created_visualizations (CreatedVisualizations): [optional] # noqa: E501 + error_response (str): Error response in anything fails.. [optional] # noqa: E501 found_objects (FoundObjects): [optional] # noqa: E501 routing (RouteResult): [optional] # noqa: E501 text_response (str): Text response for general questions.. [optional] # noqa: E501 diff --git a/gooddata-api-client/gooddata_api_client/model/declarative_data_source.py b/gooddata-api-client/gooddata_api_client/model/declarative_data_source.py index 7d89263d8..57cb82efc 100644 --- a/gooddata-api-client/gooddata_api_client/model/declarative_data_source.py +++ b/gooddata-api-client/gooddata_api_client/model/declarative_data_source.py @@ -85,7 +85,6 @@ class DeclarativeDataSource(ModelNormal): 'PINOT': "PINOT", 'SINGLESTORE': "SINGLESTORE", 'MOTHERDUCK': "MOTHERDUCK", - 'FLIGHTRPC': "FLIGHTRPC", 'FLEXCONNECT': "FLEXCONNECT", }, ('cache_strategy',): { diff --git a/gooddata-api-client/gooddata_api_client/model/declarative_notification_channel.py b/gooddata-api-client/gooddata_api_client/model/declarative_notification_channel.py index 9d611ff7c..602858ded 100644 --- a/gooddata-api-client/gooddata_api_client/model/declarative_notification_channel.py +++ b/gooddata-api-client/gooddata_api_client/model/declarative_notification_channel.py @@ -71,6 +71,10 @@ class DeclarativeNotificationChannel(ModelNormal): 'DEFAULT_SMTP': "DEFAULT_SMTP", 'IN_PLATFORM': "IN_PLATFORM", }, + ('in_platform_notification',): { + 'DISABLED': "DISABLED", + 'ENABLED': "ENABLED", + }, } validations = { @@ -116,6 +120,7 @@ def openapi_types(): 'description': (str,), # noqa: E501 'destination': (DeclarativeNotificationChannelDestination,), # noqa: E501 'destination_type': (str, none_type,), # noqa: E501 + 'in_platform_notification': (str,), # noqa: E501 'name': (str,), # noqa: E501 } @@ -131,6 +136,7 @@ def discriminator(): 'description': 'description', # noqa: E501 'destination': 'destination', # noqa: E501 'destination_type': 'destinationType', # noqa: E501 + 'in_platform_notification': 'inPlatformNotification', # noqa: E501 'name': 'name', # noqa: E501 } @@ -184,6 +190,7 @@ def _from_openapi_data(cls, id, *args, **kwargs): # noqa: E501 description (str): Description of a notification channel.. [optional] # noqa: E501 destination (DeclarativeNotificationChannelDestination): [optional] # noqa: E501 destination_type (str, none_type): [optional] # noqa: E501 + in_platform_notification (str): In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications . [optional] if omitted the server will use the default value of "DISABLED" # noqa: E501 name (str): Name of a notification channel.. [optional] # noqa: E501 """ @@ -279,6 +286,7 @@ def __init__(self, id, *args, **kwargs): # noqa: E501 description (str): Description of a notification channel.. [optional] # noqa: E501 destination (DeclarativeNotificationChannelDestination): [optional] # noqa: E501 destination_type (str, none_type): [optional] # noqa: E501 + in_platform_notification (str): In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications . [optional] if omitted the server will use the default value of "DISABLED" # noqa: E501 name (str): Name of a notification channel.. [optional] # noqa: E501 """ diff --git a/gooddata-api-client/gooddata_api_client/model/dependent_entities_node.py b/gooddata-api-client/gooddata_api_client/model/dependent_entities_node.py index 66968b154..90eee8acd 100644 --- a/gooddata-api-client/gooddata_api_client/model/dependent_entities_node.py +++ b/gooddata-api-client/gooddata_api_client/model/dependent_entities_node.py @@ -59,15 +59,17 @@ class DependentEntitiesNode(ModelNormal): ('type',): { 'ANALYTICALDASHBOARD': "analyticalDashboard", 'ATTRIBUTE': "attribute", + 'ATTRIBUTEHIERARCHY': "attributeHierarchy", 'DASHBOARDPLUGIN': "dashboardPlugin", 'DATASET': "dataset", 'FACT': "fact", 'LABEL': "label", 'METRIC': "metric", 'USERDATAFILTER': "userDataFilter", - 'PROMPT': "prompt", + 'AUTOMATION': "automation", 'VISUALIZATIONOBJECT': "visualizationObject", 'FILTERCONTEXT': "filterContext", + 'FILTERVIEW': "filterView", }, } diff --git a/gooddata-api-client/gooddata_api_client/model/entity_identifier.py b/gooddata-api-client/gooddata_api_client/model/entity_identifier.py index 7814010b1..521b945db 100644 --- a/gooddata-api-client/gooddata_api_client/model/entity_identifier.py +++ b/gooddata-api-client/gooddata_api_client/model/entity_identifier.py @@ -59,15 +59,17 @@ class EntityIdentifier(ModelNormal): ('type',): { 'ANALYTICALDASHBOARD': "analyticalDashboard", 'ATTRIBUTE': "attribute", + 'ATTRIBUTEHIERARCHY': "attributeHierarchy", 'DASHBOARDPLUGIN': "dashboardPlugin", 'DATASET': "dataset", 'FACT': "fact", 'LABEL': "label", 'METRIC': "metric", 'USERDATAFILTER': "userDataFilter", - 'PROMPT': "prompt", + 'AUTOMATION': "automation", 'VISUALIZATIONOBJECT': "visualizationObject", 'FILTERCONTEXT': "filterContext", + 'FILTERVIEW': "filterView", }, } diff --git a/gooddata-api-client/gooddata_api_client/model/json_api_data_source_identifier_out_attributes.py b/gooddata-api-client/gooddata_api_client/model/json_api_data_source_identifier_out_attributes.py index a3d45e650..cbc85f21b 100644 --- a/gooddata-api-client/gooddata_api_client/model/json_api_data_source_identifier_out_attributes.py +++ b/gooddata-api-client/gooddata_api_client/model/json_api_data_source_identifier_out_attributes.py @@ -79,7 +79,6 @@ class JsonApiDataSourceIdentifierOutAttributes(ModelNormal): 'PINOT': "PINOT", 'SINGLESTORE': "SINGLESTORE", 'MOTHERDUCK': "MOTHERDUCK", - 'FLIGHTRPC': "FLIGHTRPC", 'FLEXCONNECT': "FLEXCONNECT", }, } diff --git a/gooddata-api-client/gooddata_api_client/model/json_api_data_source_in_attributes.py b/gooddata-api-client/gooddata_api_client/model/json_api_data_source_in_attributes.py index 46cdb0633..6494b21f1 100644 --- a/gooddata-api-client/gooddata_api_client/model/json_api_data_source_in_attributes.py +++ b/gooddata-api-client/gooddata_api_client/model/json_api_data_source_in_attributes.py @@ -83,7 +83,6 @@ class JsonApiDataSourceInAttributes(ModelNormal): 'PINOT': "PINOT", 'SINGLESTORE': "SINGLESTORE", 'MOTHERDUCK': "MOTHERDUCK", - 'FLIGHTRPC': "FLIGHTRPC", 'FLEXCONNECT': "FLEXCONNECT", }, ('cache_strategy',): { diff --git a/gooddata-api-client/gooddata_api_client/model/json_api_data_source_out_attributes.py b/gooddata-api-client/gooddata_api_client/model/json_api_data_source_out_attributes.py index f99499c94..add764129 100644 --- a/gooddata-api-client/gooddata_api_client/model/json_api_data_source_out_attributes.py +++ b/gooddata-api-client/gooddata_api_client/model/json_api_data_source_out_attributes.py @@ -83,7 +83,6 @@ class JsonApiDataSourceOutAttributes(ModelNormal): 'PINOT': "PINOT", 'SINGLESTORE': "SINGLESTORE", 'MOTHERDUCK': "MOTHERDUCK", - 'FLIGHTRPC': "FLIGHTRPC", 'FLEXCONNECT': "FLEXCONNECT", }, ('authentication_type',): { diff --git a/gooddata-api-client/gooddata_api_client/model/json_api_data_source_patch_attributes.py b/gooddata-api-client/gooddata_api_client/model/json_api_data_source_patch_attributes.py index 0ca7e6934..e02fb4232 100644 --- a/gooddata-api-client/gooddata_api_client/model/json_api_data_source_patch_attributes.py +++ b/gooddata-api-client/gooddata_api_client/model/json_api_data_source_patch_attributes.py @@ -88,7 +88,6 @@ class JsonApiDataSourcePatchAttributes(ModelNormal): 'PINOT': "PINOT", 'SINGLESTORE': "SINGLESTORE", 'MOTHERDUCK': "MOTHERDUCK", - 'FLIGHTRPC': "FLIGHTRPC", 'FLEXCONNECT': "FLEXCONNECT", }, } diff --git a/gooddata-api-client/gooddata_api_client/model/json_api_notification_channel_in_attributes.py b/gooddata-api-client/gooddata_api_client/model/json_api_notification_channel_in_attributes.py index 7cad5507a..7eaa03346 100644 --- a/gooddata-api-client/gooddata_api_client/model/json_api_notification_channel_in_attributes.py +++ b/gooddata-api-client/gooddata_api_client/model/json_api_notification_channel_in_attributes.py @@ -71,6 +71,10 @@ class JsonApiNotificationChannelInAttributes(ModelNormal): 'DEFAULT_SMTP': "DEFAULT_SMTP", 'IN_PLATFORM': "IN_PLATFORM", }, + ('in_platform_notification',): { + 'DISABLED': "DISABLED", + 'ENABLED': "ENABLED", + }, } validations = { @@ -110,6 +114,7 @@ def openapi_types(): 'description': (str, none_type,), # noqa: E501 'destination': (JsonApiNotificationChannelInAttributesDestination,), # noqa: E501 'destination_type': (str, none_type,), # noqa: E501 + 'in_platform_notification': (str,), # noqa: E501 'name': (str, none_type,), # noqa: E501 } @@ -124,6 +129,7 @@ def discriminator(): 'description': 'description', # noqa: E501 'destination': 'destination', # noqa: E501 'destination_type': 'destinationType', # noqa: E501 + 'in_platform_notification': 'inPlatformNotification', # noqa: E501 'name': 'name', # noqa: E501 } @@ -173,6 +179,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 description (str, none_type): [optional] # noqa: E501 destination (JsonApiNotificationChannelInAttributesDestination): [optional] # noqa: E501 destination_type (str, none_type): [optional] # noqa: E501 + in_platform_notification (str): In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications . [optional] # noqa: E501 name (str, none_type): [optional] # noqa: E501 """ @@ -264,6 +271,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 description (str, none_type): [optional] # noqa: E501 destination (JsonApiNotificationChannelInAttributesDestination): [optional] # noqa: E501 destination_type (str, none_type): [optional] # noqa: E501 + in_platform_notification (str): In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications . [optional] # noqa: E501 name (str, none_type): [optional] # noqa: E501 """ diff --git a/gooddata-api-client/gooddata_api_client/model/measure_group_headers.py b/gooddata-api-client/gooddata_api_client/model/measure_group_headers.py index e0339d886..079c111de 100644 --- a/gooddata-api-client/gooddata_api_client/model/measure_group_headers.py +++ b/gooddata-api-client/gooddata_api_client/model/measure_group_headers.py @@ -88,8 +88,6 @@ def openapi_types(): """ lazy_import() return { - 'first': (MeasureHeaderOut,), # noqa: E501 - 'last': (MeasureHeaderOut,), # noqa: E501 'measure_group_headers': ([MeasureHeaderOut],), # noqa: E501 } @@ -99,8 +97,6 @@ def discriminator(): attribute_map = { - 'first': 'first', # noqa: E501 - 'last': 'last', # noqa: E501 'measure_group_headers': 'measureGroupHeaders', # noqa: E501 } @@ -145,8 +141,6 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - first (MeasureHeaderOut): [optional] # noqa: E501 - last (MeasureHeaderOut): [optional] # noqa: E501 measure_group_headers ([MeasureHeaderOut]): [optional] # noqa: E501 """ @@ -233,8 +227,6 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - first (MeasureHeaderOut): [optional] # noqa: E501 - last (MeasureHeaderOut): [optional] # noqa: E501 measure_group_headers ([MeasureHeaderOut]): [optional] # noqa: E501 """ diff --git a/gooddata-api-client/gooddata_api_client/model/result_dimension_header.py b/gooddata-api-client/gooddata_api_client/model/result_dimension_header.py index 975d1bc1f..287d6c72d 100644 --- a/gooddata-api-client/gooddata_api_client/model/result_dimension_header.py +++ b/gooddata-api-client/gooddata_api_client/model/result_dimension_header.py @@ -94,8 +94,6 @@ def openapi_types(): """ lazy_import() return { - 'first': (MeasureHeaderOut,), # noqa: E501 - 'last': (MeasureHeaderOut,), # noqa: E501 'measure_group_headers': ([MeasureHeaderOut],), # noqa: E501 'attribute_header': (AttributeHeaderOutAttributeHeader,), # noqa: E501 } @@ -106,8 +104,6 @@ def discriminator(): attribute_map = { - 'first': 'first', # noqa: E501 - 'last': 'last', # noqa: E501 'measure_group_headers': 'measureGroupHeaders', # noqa: E501 'attribute_header': 'attributeHeader', # noqa: E501 } @@ -151,8 +147,6 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - first (MeasureHeaderOut): [optional] # noqa: E501 - last (MeasureHeaderOut): [optional] # noqa: E501 measure_group_headers ([MeasureHeaderOut]): [optional] # noqa: E501 attribute_header (AttributeHeaderOutAttributeHeader): [optional] # noqa: E501 """ @@ -258,8 +252,6 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - first (MeasureHeaderOut): [optional] # noqa: E501 - last (MeasureHeaderOut): [optional] # noqa: E501 measure_group_headers ([MeasureHeaderOut]): [optional] # noqa: E501 attribute_header (AttributeHeaderOutAttributeHeader): [optional] # noqa: E501 """ diff --git a/gooddata-api-client/gooddata_api_client/model/test_definition_request.py b/gooddata-api-client/gooddata_api_client/model/test_definition_request.py index de6aac705..35bd82310 100644 --- a/gooddata-api-client/gooddata_api_client/model/test_definition_request.py +++ b/gooddata-api-client/gooddata_api_client/model/test_definition_request.py @@ -83,7 +83,6 @@ class TestDefinitionRequest(ModelNormal): 'PINOT': "PINOT", 'SINGLESTORE': "SINGLESTORE", 'MOTHERDUCK': "MOTHERDUCK", - 'FLIGHTRPC': "FLIGHTRPC", 'FLEXCONNECT': "FLEXCONNECT", }, } diff --git a/schemas/gooddata-afm-client.json b/schemas/gooddata-afm-client.json index 3567904ab..cac954117 100644 --- a/schemas/gooddata-afm-client.json +++ b/schemas/gooddata-afm-client.json @@ -720,6 +720,10 @@ "createdVisualizations": { "$ref": "#/components/schemas/CreatedVisualizations" }, + "errorResponse": { + "description": "Error response in anything fails.", + "type": "string" + }, "foundObjects": { "$ref": "#/components/schemas/FoundObjects" }, @@ -874,6 +878,10 @@ "createdVisualizations": { "$ref": "#/components/schemas/CreatedVisualizations" }, + "errorResponse": { + "description": "Error response in anything fails.", + "type": "string" + }, "foundObjects": { "$ref": "#/components/schemas/FoundObjects" }, @@ -2082,12 +2090,6 @@ }, "MeasureGroupHeaders": { "properties": { - "first": { - "$ref": "#/components/schemas/MeasureHeaderOut" - }, - "last": { - "$ref": "#/components/schemas/MeasureHeaderOut" - }, "measureGroupHeaders": { "items": { "$ref": "#/components/schemas/MeasureHeaderOut" diff --git a/schemas/gooddata-api-client.json b/schemas/gooddata-api-client.json index dbb45e1d4..e55ef1658 100644 --- a/schemas/gooddata-api-client.json +++ b/schemas/gooddata-api-client.json @@ -1046,6 +1046,10 @@ "createdVisualizations": { "$ref": "#/components/schemas/CreatedVisualizations" }, + "errorResponse": { + "description": "Error response in anything fails.", + "type": "string" + }, "foundObjects": { "$ref": "#/components/schemas/FoundObjects" }, @@ -1200,6 +1204,10 @@ "createdVisualizations": { "$ref": "#/components/schemas/CreatedVisualizations" }, + "errorResponse": { + "description": "Error response in anything fails.", + "type": "string" + }, "foundObjects": { "$ref": "#/components/schemas/FoundObjects" }, @@ -2863,7 +2871,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "example": "POSTGRESQL", @@ -3711,6 +3718,15 @@ "pattern": "^(?!\\.)[.A-Za-z0-9_-]{1,255}$", "type": "string" }, + "inPlatformNotification": { + "default": "DISABLED", + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "description": "Name of a notification channel.", "example": "channel", @@ -5089,15 +5105,17 @@ "enum": [ "analyticalDashboard", "attribute", + "attributeHierarchy", "dashboardPlugin", "dataset", "fact", "label", "metric", "userDataFilter", - "prompt", + "automation", "visualizationObject", - "filterContext" + "filterContext", + "filterView" ], "example": "metric", "type": "string" @@ -5472,15 +5490,17 @@ "enum": [ "analyticalDashboard", "attribute", + "attributeHierarchy", "dashboardPlugin", "dataset", "fact", "label", "metric", "userDataFilter", - "prompt", + "automation", "visualizationObject", - "filterContext" + "filterContext", + "filterView" ], "example": "metric", "type": "string" @@ -9752,7 +9772,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "type": "string" @@ -9959,7 +9978,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "type": "string" @@ -10123,7 +10141,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "type": "string" @@ -10342,7 +10359,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "type": "string" @@ -14001,6 +14017,14 @@ "nullable": true, "type": "string" }, + "inPlatformNotification": { + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "maxLength": 255, "nullable": true, @@ -14109,6 +14133,14 @@ "nullable": true, "type": "string" }, + "inPlatformNotification": { + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "maxLength": 255, "nullable": true, @@ -14238,6 +14270,14 @@ "nullable": true, "type": "string" }, + "inPlatformNotification": { + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "maxLength": 255, "nullable": true, @@ -14327,6 +14367,14 @@ "nullable": true, "type": "string" }, + "inPlatformNotification": { + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "maxLength": 255, "nullable": true, @@ -18797,12 +18845,6 @@ }, "MeasureGroupHeaders": { "properties": { - "first": { - "$ref": "#/components/schemas/MeasureHeaderOut" - }, - "last": { - "$ref": "#/components/schemas/MeasureHeaderOut" - }, "measureGroupHeaders": { "items": { "$ref": "#/components/schemas/MeasureHeaderOut" @@ -20861,7 +20903,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "example": "POSTGRESQL", @@ -29980,7 +30021,7 @@ }, { "description": "Include Meta objects.", - "example": "metaInclude=config,permissions,hierarchy,dataModelDatasets,page,all", + "example": "metaInclude=permissions,config,hierarchy,dataModelDatasets,page,all", "explode": false, "in": "query", "name": "metaInclude", @@ -29989,8 +30030,8 @@ "description": "Included meta objects", "items": { "enum": [ - "config", "permissions", + "config", "hierarchy", "dataModelDatasets", "page", @@ -30056,7 +30097,7 @@ }, { "description": "Include Meta objects.", - "example": "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "example": "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", "explode": false, "in": "query", "name": "metaInclude", @@ -30065,8 +30106,8 @@ "description": "Included meta objects", "items": { "enum": [ - "config", "permissions", + "config", "hierarchy", "dataModelDatasets", "all", @@ -30190,7 +30231,7 @@ }, { "description": "Include Meta objects.", - "example": "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "example": "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", "explode": false, "in": "query", "name": "metaInclude", @@ -30199,8 +30240,8 @@ "description": "Included meta objects", "items": { "enum": [ - "config", "permissions", + "config", "hierarchy", "dataModelDatasets", "all", diff --git a/schemas/gooddata-metadata-client.json b/schemas/gooddata-metadata-client.json index 95b241a66..f98508824 100644 --- a/schemas/gooddata-metadata-client.json +++ b/schemas/gooddata-metadata-client.json @@ -1840,7 +1840,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "example": "POSTGRESQL", @@ -2688,6 +2687,15 @@ "pattern": "^(?!\\.)[.A-Za-z0-9_-]{1,255}$", "type": "string" }, + "inPlatformNotification": { + "default": "DISABLED", + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "description": "Name of a notification channel.", "example": "channel", @@ -4050,15 +4058,17 @@ "enum": [ "analyticalDashboard", "attribute", + "attributeHierarchy", "dashboardPlugin", "dataset", "fact", "label", "metric", "userDataFilter", - "prompt", + "automation", "visualizationObject", - "filterContext" + "filterContext", + "filterView" ], "example": "metric", "type": "string" @@ -4148,15 +4158,17 @@ "enum": [ "analyticalDashboard", "attribute", + "attributeHierarchy", "dashboardPlugin", "dataset", "fact", "label", "metric", "userDataFilter", - "prompt", + "automation", "visualizationObject", - "filterContext" + "filterContext", + "filterView" ], "example": "metric", "type": "string" @@ -8005,7 +8017,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "type": "string" @@ -8212,7 +8223,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "type": "string" @@ -8376,7 +8386,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "type": "string" @@ -8595,7 +8604,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "type": "string" @@ -12254,6 +12262,14 @@ "nullable": true, "type": "string" }, + "inPlatformNotification": { + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "maxLength": 255, "nullable": true, @@ -12362,6 +12378,14 @@ "nullable": true, "type": "string" }, + "inPlatformNotification": { + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "maxLength": 255, "nullable": true, @@ -12491,6 +12515,14 @@ "nullable": true, "type": "string" }, + "inPlatformNotification": { + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "maxLength": 255, "nullable": true, @@ -12580,6 +12612,14 @@ "nullable": true, "type": "string" }, + "inPlatformNotification": { + "description": "In-platform notifications configuration. No effect if the destination type is IN_PLATFORM.\nDISABLED - in-platform notifications are not sent\nENABLED - in-platform notifications are sent in addition to the regular notifications\n", + "enum": [ + "DISABLED", + "ENABLED" + ], + "type": "string" + }, "name": { "maxLength": 255, "nullable": true, @@ -25151,7 +25191,7 @@ }, { "description": "Include Meta objects.", - "example": "metaInclude=config,permissions,hierarchy,dataModelDatasets,page,all", + "example": "metaInclude=permissions,config,hierarchy,dataModelDatasets,page,all", "explode": false, "in": "query", "name": "metaInclude", @@ -25160,8 +25200,8 @@ "description": "Included meta objects", "items": { "enum": [ - "config", "permissions", + "config", "hierarchy", "dataModelDatasets", "page", @@ -25227,7 +25267,7 @@ }, { "description": "Include Meta objects.", - "example": "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "example": "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", "explode": false, "in": "query", "name": "metaInclude", @@ -25236,8 +25276,8 @@ "description": "Included meta objects", "items": { "enum": [ - "config", "permissions", + "config", "hierarchy", "dataModelDatasets", "all", @@ -25361,7 +25401,7 @@ }, { "description": "Include Meta objects.", - "example": "metaInclude=config,permissions,hierarchy,dataModelDatasets,all", + "example": "metaInclude=permissions,config,hierarchy,dataModelDatasets,all", "explode": false, "in": "query", "name": "metaInclude", @@ -25370,8 +25410,8 @@ "description": "Included meta objects", "items": { "enum": [ - "config", "permissions", + "config", "hierarchy", "dataModelDatasets", "all", diff --git a/schemas/gooddata-scan-client.json b/schemas/gooddata-scan-client.json index 30fc1e8a2..f4f536469 100644 --- a/schemas/gooddata-scan-client.json +++ b/schemas/gooddata-scan-client.json @@ -628,7 +628,6 @@ "PINOT", "SINGLESTORE", "MOTHERDUCK", - "FLIGHTRPC", "FLEXCONNECT" ], "example": "POSTGRESQL",