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
20 changes: 18 additions & 2 deletions gooddata-api-client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,17 @@ docs/JsonApiAutomationOutDocument.md
docs/JsonApiAutomationOutIncludes.md
docs/JsonApiAutomationOutList.md
docs/JsonApiAutomationOutRelationships.md
docs/JsonApiAutomationOutRelationshipsAutomationResult.md
docs/JsonApiAutomationOutWithLinks.md
docs/JsonApiAutomationPatch.md
docs/JsonApiAutomationPatchDocument.md
docs/JsonApiAutomationResultLinkage.md
docs/JsonApiAutomationResultOut.md
docs/JsonApiAutomationResultOutAttributes.md
docs/JsonApiAutomationResultOutRelationships.md
docs/JsonApiAutomationResultOutRelationshipsAutomation.md
docs/JsonApiAutomationResultOutWithLinks.md
docs/JsonApiAutomationResultToManyLinkage.md
docs/JsonApiAutomationToOneLinkage.md
docs/JsonApiColorPaletteIn.md
docs/JsonApiColorPaletteInAttributes.md
Expand Down Expand Up @@ -519,7 +527,6 @@ docs/JsonApiExportDefinitionOutDocument.md
docs/JsonApiExportDefinitionOutIncludes.md
docs/JsonApiExportDefinitionOutList.md
docs/JsonApiExportDefinitionOutRelationships.md
docs/JsonApiExportDefinitionOutRelationshipsAutomation.md
docs/JsonApiExportDefinitionOutWithLinks.md
docs/JsonApiExportDefinitionPatch.md
docs/JsonApiExportDefinitionPatchDocument.md
Expand Down Expand Up @@ -902,6 +909,7 @@ docs/RawExportRequest.md
docs/ReferenceIdentifier.md
docs/ReferenceSourceColumn.md
docs/Relative.md
docs/RelativeBoundedDateFilter.md
docs/RelativeDateFilter.md
docs/RelativeDateFilterRelativeDateFilter.md
docs/RelativeWrapper.md
Expand Down Expand Up @@ -1478,9 +1486,17 @@ gooddata_api_client/model/json_api_automation_out_document.py
gooddata_api_client/model/json_api_automation_out_includes.py
gooddata_api_client/model/json_api_automation_out_list.py
gooddata_api_client/model/json_api_automation_out_relationships.py
gooddata_api_client/model/json_api_automation_out_relationships_automation_result.py
gooddata_api_client/model/json_api_automation_out_with_links.py
gooddata_api_client/model/json_api_automation_patch.py
gooddata_api_client/model/json_api_automation_patch_document.py
gooddata_api_client/model/json_api_automation_result_linkage.py
gooddata_api_client/model/json_api_automation_result_out.py
gooddata_api_client/model/json_api_automation_result_out_attributes.py
gooddata_api_client/model/json_api_automation_result_out_relationships.py
gooddata_api_client/model/json_api_automation_result_out_relationships_automation.py
gooddata_api_client/model/json_api_automation_result_out_with_links.py
gooddata_api_client/model/json_api_automation_result_to_many_linkage.py
gooddata_api_client/model/json_api_automation_to_one_linkage.py
gooddata_api_client/model/json_api_color_palette_in.py
gooddata_api_client/model/json_api_color_palette_in_attributes.py
Expand Down Expand Up @@ -1590,7 +1606,6 @@ gooddata_api_client/model/json_api_export_definition_out_document.py
gooddata_api_client/model/json_api_export_definition_out_includes.py
gooddata_api_client/model/json_api_export_definition_out_list.py
gooddata_api_client/model/json_api_export_definition_out_relationships.py
gooddata_api_client/model/json_api_export_definition_out_relationships_automation.py
gooddata_api_client/model/json_api_export_definition_out_with_links.py
gooddata_api_client/model/json_api_export_definition_patch.py
gooddata_api_client/model/json_api_export_definition_patch_document.py
Expand Down Expand Up @@ -1956,6 +1971,7 @@ gooddata_api_client/model/raw_export_request.py
gooddata_api_client/model/reference_identifier.py
gooddata_api_client/model/reference_source_column.py
gooddata_api_client/model/relative.py
gooddata_api_client/model/relative_bounded_date_filter.py
gooddata_api_client/model/relative_date_filter.py
gooddata_api_client/model/relative_date_filter_relative_date_filter.py
gooddata_api_client/model/relative_wrapper.py
Expand Down
11 changes: 10 additions & 1 deletion gooddata-api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Class | Method | HTTP request | Description
*CSPDirectivesApi* | [**get_entity_csp_directives**](docs/CSPDirectivesApi.md#get_entity_csp_directives) | **GET** /api/v1/entities/cspDirectives/{id} | Get CSP Directives
*CSPDirectivesApi* | [**patch_entity_csp_directives**](docs/CSPDirectivesApi.md#patch_entity_csp_directives) | **PATCH** /api/v1/entities/cspDirectives/{id} | Patch CSP Directives
*CSPDirectivesApi* | [**update_entity_csp_directives**](docs/CSPDirectivesApi.md#update_entity_csp_directives) | **PUT** /api/v1/entities/cspDirectives/{id} | Put CSP Directives
*ComputationApi* | [**column_statistics**](docs/ComputationApi.md#column_statistics) | **POST** /api/v1/actions/dataSources/{dataSourceId}/computeColumnStatistics | (EXPERIMENTAL) Compute column statistics
*ComputationApi* | [**compute_label_elements_post**](docs/ComputationApi.md#compute_label_elements_post) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/collectLabelElements | Listing of label values. The resulting data are limited by the static platform limit to the maximum of 10000 rows.
*ComputationApi* | [**compute_report**](docs/ComputationApi.md#compute_report) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute | Executes analytical request and returns link to the result
*ComputationApi* | [**compute_valid_descendants**](docs/ComputationApi.md#compute_valid_descendants) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/computeValidDescendants | (BETA) Valid descendants
Expand Down Expand Up @@ -1309,9 +1310,17 @@ Class | Method | HTTP request | Description
- [JsonApiAutomationOutIncludes](docs/JsonApiAutomationOutIncludes.md)
- [JsonApiAutomationOutList](docs/JsonApiAutomationOutList.md)
- [JsonApiAutomationOutRelationships](docs/JsonApiAutomationOutRelationships.md)
- [JsonApiAutomationOutRelationshipsAutomationResult](docs/JsonApiAutomationOutRelationshipsAutomationResult.md)
- [JsonApiAutomationOutWithLinks](docs/JsonApiAutomationOutWithLinks.md)
- [JsonApiAutomationPatch](docs/JsonApiAutomationPatch.md)
- [JsonApiAutomationPatchDocument](docs/JsonApiAutomationPatchDocument.md)
- [JsonApiAutomationResultLinkage](docs/JsonApiAutomationResultLinkage.md)
- [JsonApiAutomationResultOut](docs/JsonApiAutomationResultOut.md)
- [JsonApiAutomationResultOutAttributes](docs/JsonApiAutomationResultOutAttributes.md)
- [JsonApiAutomationResultOutRelationships](docs/JsonApiAutomationResultOutRelationships.md)
- [JsonApiAutomationResultOutRelationshipsAutomation](docs/JsonApiAutomationResultOutRelationshipsAutomation.md)
- [JsonApiAutomationResultOutWithLinks](docs/JsonApiAutomationResultOutWithLinks.md)
- [JsonApiAutomationResultToManyLinkage](docs/JsonApiAutomationResultToManyLinkage.md)
- [JsonApiAutomationToOneLinkage](docs/JsonApiAutomationToOneLinkage.md)
- [JsonApiColorPaletteIn](docs/JsonApiColorPaletteIn.md)
- [JsonApiColorPaletteInAttributes](docs/JsonApiColorPaletteInAttributes.md)
Expand Down Expand Up @@ -1421,7 +1430,6 @@ Class | Method | HTTP request | Description
- [JsonApiExportDefinitionOutIncludes](docs/JsonApiExportDefinitionOutIncludes.md)
- [JsonApiExportDefinitionOutList](docs/JsonApiExportDefinitionOutList.md)
- [JsonApiExportDefinitionOutRelationships](docs/JsonApiExportDefinitionOutRelationships.md)
- [JsonApiExportDefinitionOutRelationshipsAutomation](docs/JsonApiExportDefinitionOutRelationshipsAutomation.md)
- [JsonApiExportDefinitionOutWithLinks](docs/JsonApiExportDefinitionOutWithLinks.md)
- [JsonApiExportDefinitionPatch](docs/JsonApiExportDefinitionPatch.md)
- [JsonApiExportDefinitionPatchDocument](docs/JsonApiExportDefinitionPatchDocument.md)
Expand Down Expand Up @@ -1787,6 +1795,7 @@ Class | Method | HTTP request | Description
- [ReferenceIdentifier](docs/ReferenceIdentifier.md)
- [ReferenceSourceColumn](docs/ReferenceSourceColumn.md)
- [Relative](docs/Relative.md)
- [RelativeBoundedDateFilter](docs/RelativeBoundedDateFilter.md)
- [RelativeDateFilter](docs/RelativeDateFilter.md)
- [RelativeDateFilterRelativeDateFilter](docs/RelativeDateFilterRelativeDateFilter.md)
- [RelativeWrapper](docs/RelativeWrapper.md)
Expand Down
1 change: 1 addition & 0 deletions gooddata-api-client/docs/ActionsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ with gooddata_api_client.ApiClient() as api_client:
chat_history_request = ChatHistoryRequest(
chat_history_interaction_id="chat_history_interaction_id_example",
reset=True,
response_state="SUCCESSFUL",
saved_visualization=SavedVisualization(
created_visualization_id="created_visualization_id_example",
saved_visualization_id="saved_visualization_id_example",
Expand Down
10 changes: 5 additions & 5 deletions gooddata-api-client/docs/AutomationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ with gooddata_api_client.ApiClient() as api_client:
),
) # JsonApiAutomationInDocument |
include = [
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
] # [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=origin,all",
Expand Down Expand Up @@ -459,7 +459,7 @@ with gooddata_api_client.ApiClient() as api_client:
origin = "ALL" # str | (optional) if omitted the server will use the default value of "ALL"
filter = "filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321" # str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
include = [
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
] # [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)
page = 0 # int | Zero-based page index (0..N) (optional) if omitted the server will use the default value of 0
size = 20 # int | The size of the page to be returned (optional) if omitted the server will use the default value of 20
Expand Down Expand Up @@ -635,7 +635,7 @@ with gooddata_api_client.ApiClient() as api_client:
object_id = "objectId_example" # str |
filter = "filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321" # str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
include = [
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
] # [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)
x_gdc_validate_relations = False # bool | (optional) if omitted the server will use the default value of False
meta_include = [
Expand Down Expand Up @@ -976,7 +976,7 @@ with gooddata_api_client.ApiClient() as api_client:
) # JsonApiAutomationPatchDocument |
filter = "filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321" # str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
include = [
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
] # [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)

# example passing only required values which don't have defaults set
Expand Down Expand Up @@ -2187,7 +2187,7 @@ with gooddata_api_client.ApiClient() as api_client:
) # JsonApiAutomationInDocument |
filter = "filter=title==someString;description==someString;notificationChannel.id==321;analyticalDashboard.id==321" # str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
include = [
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
] # [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)

# example passing only required values which don't have defaults set
Expand Down
1 change: 0 additions & 1 deletion gooddata-api-client/docs/BoundedFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Bounding filter for this relative date filter. This can be used to limit the ran
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**granularity** | **str** | Date granularity specifying particular date attribute in given dimension. |
**dataset** | [**AfmObjectIdentifierDataset**](AfmObjectIdentifierDataset.md) | | [optional]
**_from** | **int, none_type** | Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for '2 days/weeks, ... ago'). If null, then start of the range is unbounded. | [optional]
**to** | **int, none_type** | End of the filtering interval. Specified by number of periods (with respect to given granularity). Value 'O' is representing current time-interval (current day, week, ...). If null, then end of the range is unbounded. | [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
1 change: 1 addition & 0 deletions gooddata-api-client/docs/ChatHistoryRequest.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** | **str** | Return chat history records only after this interaction ID. If empty, complete chat history is returned. | [optional]
**reset** | **bool** | User feedback. | [optional]
**response_state** | **str** | Response state indicating the outcome of the AI interaction. | [optional]
**saved_visualization** | [**SavedVisualization**](SavedVisualization.md) | | [optional]
**thread_id_suffix** | **str** | Chat History thread suffix appended to ID generated by backend. Enables more chat windows. | [optional]
**user_feedback** | **str** | User feedback. | [optional]
Expand Down
Loading
Loading