Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gooddata-api-client/docs/ChatHistoryInteraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions gooddata-api-client/docs/ChatResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
9 changes: 6 additions & 3 deletions gooddata-api-client/docs/EntitiesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 2 additions & 0 deletions gooddata-api-client/docs/LayoutApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
],
Expand Down Expand Up @@ -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",
),
],
Expand Down
2 changes: 0 additions & 2 deletions gooddata-api-client/docs/MeasureGroupHeaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 4 additions & 0 deletions gooddata-api-client/docs/NotificationChannelsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
),
],
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
],
Expand Down
9 changes: 6 additions & 3 deletions gooddata-api-client/docs/OrganizationModelControllerApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions gooddata-api-client/docs/ResultDimensionHeader.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions gooddata-api-client/docs/WorkspacesEntityAPIsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions gooddata-api-client/gooddata_api_client/api/entities_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2133,8 +2133,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"ALL": "all",
Expand Down Expand Up @@ -7341,8 +7341,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"PAGE": "page",
Expand Down Expand Up @@ -10453,8 +10453,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"ALL": "all",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"ALL": "all",
Expand Down Expand Up @@ -2664,8 +2664,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"PAGE": "page",
Expand Down Expand Up @@ -3681,8 +3681,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"ALL": "all",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"ALL": "all",
Expand Down Expand Up @@ -225,8 +225,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"PAGE": "page",
Expand Down Expand Up @@ -329,8 +329,8 @@ def __init__(self, api_client=None):
},
('meta_include',): {

"CONFIG": "config",
"PERMISSIONS": "permissions",
"CONFIG": "config",
"HIERARCHY": "hierarchy",
"DATAMODELDATASETS": "dataModelDatasets",
"ALL": "all",
Expand Down
Loading
Loading