Skip to content

Commit 0188c29

Browse files
authored
Merge pull request #1103 from hkad98/jkd/regenerate-client
Regenerate API client
2 parents f369058 + 54a907a commit 0188c29

File tree

252 files changed

+11329
-11837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+11329
-11837
lines changed

gooddata-api-client/.openapi-generator/FILES

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,17 @@ docs/JsonApiAutomationOutDocument.md
407407
docs/JsonApiAutomationOutIncludes.md
408408
docs/JsonApiAutomationOutList.md
409409
docs/JsonApiAutomationOutRelationships.md
410+
docs/JsonApiAutomationOutRelationshipsAutomationResult.md
410411
docs/JsonApiAutomationOutWithLinks.md
411412
docs/JsonApiAutomationPatch.md
412413
docs/JsonApiAutomationPatchDocument.md
414+
docs/JsonApiAutomationResultLinkage.md
415+
docs/JsonApiAutomationResultOut.md
416+
docs/JsonApiAutomationResultOutAttributes.md
417+
docs/JsonApiAutomationResultOutRelationships.md
418+
docs/JsonApiAutomationResultOutRelationshipsAutomation.md
419+
docs/JsonApiAutomationResultOutWithLinks.md
420+
docs/JsonApiAutomationResultToManyLinkage.md
413421
docs/JsonApiAutomationToOneLinkage.md
414422
docs/JsonApiColorPaletteIn.md
415423
docs/JsonApiColorPaletteInAttributes.md
@@ -519,7 +527,6 @@ docs/JsonApiExportDefinitionOutDocument.md
519527
docs/JsonApiExportDefinitionOutIncludes.md
520528
docs/JsonApiExportDefinitionOutList.md
521529
docs/JsonApiExportDefinitionOutRelationships.md
522-
docs/JsonApiExportDefinitionOutRelationshipsAutomation.md
523530
docs/JsonApiExportDefinitionOutWithLinks.md
524531
docs/JsonApiExportDefinitionPatch.md
525532
docs/JsonApiExportDefinitionPatchDocument.md
@@ -902,6 +909,7 @@ docs/RawExportRequest.md
902909
docs/ReferenceIdentifier.md
903910
docs/ReferenceSourceColumn.md
904911
docs/Relative.md
912+
docs/RelativeBoundedDateFilter.md
905913
docs/RelativeDateFilter.md
906914
docs/RelativeDateFilterRelativeDateFilter.md
907915
docs/RelativeWrapper.md
@@ -1478,9 +1486,17 @@ gooddata_api_client/model/json_api_automation_out_document.py
14781486
gooddata_api_client/model/json_api_automation_out_includes.py
14791487
gooddata_api_client/model/json_api_automation_out_list.py
14801488
gooddata_api_client/model/json_api_automation_out_relationships.py
1489+
gooddata_api_client/model/json_api_automation_out_relationships_automation_result.py
14811490
gooddata_api_client/model/json_api_automation_out_with_links.py
14821491
gooddata_api_client/model/json_api_automation_patch.py
14831492
gooddata_api_client/model/json_api_automation_patch_document.py
1493+
gooddata_api_client/model/json_api_automation_result_linkage.py
1494+
gooddata_api_client/model/json_api_automation_result_out.py
1495+
gooddata_api_client/model/json_api_automation_result_out_attributes.py
1496+
gooddata_api_client/model/json_api_automation_result_out_relationships.py
1497+
gooddata_api_client/model/json_api_automation_result_out_relationships_automation.py
1498+
gooddata_api_client/model/json_api_automation_result_out_with_links.py
1499+
gooddata_api_client/model/json_api_automation_result_to_many_linkage.py
14841500
gooddata_api_client/model/json_api_automation_to_one_linkage.py
14851501
gooddata_api_client/model/json_api_color_palette_in.py
14861502
gooddata_api_client/model/json_api_color_palette_in_attributes.py
@@ -1590,7 +1606,6 @@ gooddata_api_client/model/json_api_export_definition_out_document.py
15901606
gooddata_api_client/model/json_api_export_definition_out_includes.py
15911607
gooddata_api_client/model/json_api_export_definition_out_list.py
15921608
gooddata_api_client/model/json_api_export_definition_out_relationships.py
1593-
gooddata_api_client/model/json_api_export_definition_out_relationships_automation.py
15941609
gooddata_api_client/model/json_api_export_definition_out_with_links.py
15951610
gooddata_api_client/model/json_api_export_definition_patch.py
15961611
gooddata_api_client/model/json_api_export_definition_patch_document.py
@@ -1956,6 +1971,7 @@ gooddata_api_client/model/raw_export_request.py
19561971
gooddata_api_client/model/reference_identifier.py
19571972
gooddata_api_client/model/reference_source_column.py
19581973
gooddata_api_client/model/relative.py
1974+
gooddata_api_client/model/relative_bounded_date_filter.py
19591975
gooddata_api_client/model/relative_date_filter.py
19601976
gooddata_api_client/model/relative_date_filter_relative_date_filter.py
19611977
gooddata_api_client/model/relative_wrapper.py

gooddata-api-client/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Class | Method | HTTP request | Description
125125
*CSPDirectivesApi* | [**get_entity_csp_directives**](docs/CSPDirectivesApi.md#get_entity_csp_directives) | **GET** /api/v1/entities/cspDirectives/{id} | Get CSP Directives
126126
*CSPDirectivesApi* | [**patch_entity_csp_directives**](docs/CSPDirectivesApi.md#patch_entity_csp_directives) | **PATCH** /api/v1/entities/cspDirectives/{id} | Patch CSP Directives
127127
*CSPDirectivesApi* | [**update_entity_csp_directives**](docs/CSPDirectivesApi.md#update_entity_csp_directives) | **PUT** /api/v1/entities/cspDirectives/{id} | Put CSP Directives
128+
*ComputationApi* | [**column_statistics**](docs/ComputationApi.md#column_statistics) | **POST** /api/v1/actions/dataSources/{dataSourceId}/computeColumnStatistics | (EXPERIMENTAL) Compute column statistics
128129
*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.
129130
*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
130131
*ComputationApi* | [**compute_valid_descendants**](docs/ComputationApi.md#compute_valid_descendants) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/computeValidDescendants | (BETA) Valid descendants
@@ -1309,9 +1310,17 @@ Class | Method | HTTP request | Description
13091310
- [JsonApiAutomationOutIncludes](docs/JsonApiAutomationOutIncludes.md)
13101311
- [JsonApiAutomationOutList](docs/JsonApiAutomationOutList.md)
13111312
- [JsonApiAutomationOutRelationships](docs/JsonApiAutomationOutRelationships.md)
1313+
- [JsonApiAutomationOutRelationshipsAutomationResult](docs/JsonApiAutomationOutRelationshipsAutomationResult.md)
13121314
- [JsonApiAutomationOutWithLinks](docs/JsonApiAutomationOutWithLinks.md)
13131315
- [JsonApiAutomationPatch](docs/JsonApiAutomationPatch.md)
13141316
- [JsonApiAutomationPatchDocument](docs/JsonApiAutomationPatchDocument.md)
1317+
- [JsonApiAutomationResultLinkage](docs/JsonApiAutomationResultLinkage.md)
1318+
- [JsonApiAutomationResultOut](docs/JsonApiAutomationResultOut.md)
1319+
- [JsonApiAutomationResultOutAttributes](docs/JsonApiAutomationResultOutAttributes.md)
1320+
- [JsonApiAutomationResultOutRelationships](docs/JsonApiAutomationResultOutRelationships.md)
1321+
- [JsonApiAutomationResultOutRelationshipsAutomation](docs/JsonApiAutomationResultOutRelationshipsAutomation.md)
1322+
- [JsonApiAutomationResultOutWithLinks](docs/JsonApiAutomationResultOutWithLinks.md)
1323+
- [JsonApiAutomationResultToManyLinkage](docs/JsonApiAutomationResultToManyLinkage.md)
13151324
- [JsonApiAutomationToOneLinkage](docs/JsonApiAutomationToOneLinkage.md)
13161325
- [JsonApiColorPaletteIn](docs/JsonApiColorPaletteIn.md)
13171326
- [JsonApiColorPaletteInAttributes](docs/JsonApiColorPaletteInAttributes.md)
@@ -1421,7 +1430,6 @@ Class | Method | HTTP request | Description
14211430
- [JsonApiExportDefinitionOutIncludes](docs/JsonApiExportDefinitionOutIncludes.md)
14221431
- [JsonApiExportDefinitionOutList](docs/JsonApiExportDefinitionOutList.md)
14231432
- [JsonApiExportDefinitionOutRelationships](docs/JsonApiExportDefinitionOutRelationships.md)
1424-
- [JsonApiExportDefinitionOutRelationshipsAutomation](docs/JsonApiExportDefinitionOutRelationshipsAutomation.md)
14251433
- [JsonApiExportDefinitionOutWithLinks](docs/JsonApiExportDefinitionOutWithLinks.md)
14261434
- [JsonApiExportDefinitionPatch](docs/JsonApiExportDefinitionPatch.md)
14271435
- [JsonApiExportDefinitionPatchDocument](docs/JsonApiExportDefinitionPatchDocument.md)
@@ -1787,6 +1795,7 @@ Class | Method | HTTP request | Description
17871795
- [ReferenceIdentifier](docs/ReferenceIdentifier.md)
17881796
- [ReferenceSourceColumn](docs/ReferenceSourceColumn.md)
17891797
- [Relative](docs/Relative.md)
1798+
- [RelativeBoundedDateFilter](docs/RelativeBoundedDateFilter.md)
17901799
- [RelativeDateFilter](docs/RelativeDateFilter.md)
17911800
- [RelativeDateFilterRelativeDateFilter](docs/RelativeDateFilterRelativeDateFilter.md)
17921801
- [RelativeWrapper](docs/RelativeWrapper.md)

gooddata-api-client/docs/ActionsApi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ with gooddata_api_client.ApiClient() as api_client:
208208
chat_history_request = ChatHistoryRequest(
209209
chat_history_interaction_id="chat_history_interaction_id_example",
210210
reset=True,
211+
response_state="SUCCESSFUL",
211212
saved_visualization=SavedVisualization(
212213
created_visualization_id="created_visualization_id_example",
213214
saved_visualization_id="saved_visualization_id_example",

gooddata-api-client/docs/AutomationsApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ with gooddata_api_client.ApiClient() as api_client:
299299
),
300300
) # JsonApiAutomationInDocument |
301301
include = [
302-
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
302+
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
303303
] # [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)
304304
meta_include = [
305305
"metaInclude=origin,all",
@@ -459,7 +459,7 @@ with gooddata_api_client.ApiClient() as api_client:
459459
origin = "ALL" # str | (optional) if omitted the server will use the default value of "ALL"
460460
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)
461461
include = [
462-
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
462+
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
463463
] # [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)
464464
page = 0 # int | Zero-based page index (0..N) (optional) if omitted the server will use the default value of 0
465465
size = 20 # int | The size of the page to be returned (optional) if omitted the server will use the default value of 20
@@ -635,7 +635,7 @@ with gooddata_api_client.ApiClient() as api_client:
635635
object_id = "objectId_example" # str |
636636
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)
637637
include = [
638-
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
638+
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
639639
] # [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)
640640
x_gdc_validate_relations = False # bool | (optional) if omitted the server will use the default value of False
641641
meta_include = [
@@ -976,7 +976,7 @@ with gooddata_api_client.ApiClient() as api_client:
976976
) # JsonApiAutomationPatchDocument |
977977
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)
978978
include = [
979-
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
979+
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
980980
] # [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)
981981

982982
# example passing only required values which don't have defaults set
@@ -2187,7 +2187,7 @@ with gooddata_api_client.ApiClient() as api_client:
21872187
) # JsonApiAutomationInDocument |
21882188
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)
21892189
include = [
2190-
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients",
2190+
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResult",
21912191
] # [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)
21922192

21932193
# example passing only required values which don't have defaults set

gooddata-api-client/docs/BoundedFilter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Bounding filter for this relative date filter. This can be used to limit the ran
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**granularity** | **str** | Date granularity specifying particular date attribute in given dimension. |
9-
**dataset** | [**AfmObjectIdentifierDataset**](AfmObjectIdentifierDataset.md) | | [optional]
109
**_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]
1110
**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]
1211
**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]

gooddata-api-client/docs/ChatHistoryRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**chat_history_interaction_id** | **str** | Return chat history records only after this interaction ID. If empty, complete chat history is returned. | [optional]
88
**reset** | **bool** | User feedback. | [optional]
9+
**response_state** | **str** | Response state indicating the outcome of the AI interaction. | [optional]
910
**saved_visualization** | [**SavedVisualization**](SavedVisualization.md) | | [optional]
1011
**thread_id_suffix** | **str** | Chat History thread suffix appended to ID generated by backend. Enables more chat windows. | [optional]
1112
**user_feedback** | **str** | User feedback. | [optional]

0 commit comments

Comments
 (0)