Skip to content

Commit 32f5a25

Browse files
committed
chore: re-generate the api client
This is mainly to establish a baseline before upgrading the generator: this way the changes there will be upgrade related only, not also to the changes on the backend since the last time the client was generated. JIRA: CQ-1614 risk: low
1 parent 25b1d12 commit 32f5a25

File tree

79 files changed

+6048
-559
lines changed

Some content is hidden

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

79 files changed

+6048
-559
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ docs/AlertCondition.md
3434
docs/AlertConditionOperand.md
3535
docs/AlertDescription.md
3636
docs/AlertEvaluationRow.md
37+
docs/AnalyticsCatalogTags.md
3738
docs/AnalyticsModelApi.md
3839
docs/AnomalyDetectionRequest.md
3940
docs/AnomalyDetectionResult.md
@@ -766,8 +767,10 @@ docs/JsonApiVisualizationObjectPostOptionalIdDocument.md
766767
docs/JsonApiVisualizationObjectToManyLinkage.md
767768
docs/JsonApiVisualizationObjectToOneLinkage.md
768769
docs/JsonApiWorkspaceAutomationOut.md
769-
docs/JsonApiWorkspaceAutomationOutAttributes.md
770+
docs/JsonApiWorkspaceAutomationOutIncludes.md
770771
docs/JsonApiWorkspaceAutomationOutList.md
772+
docs/JsonApiWorkspaceAutomationOutRelationships.md
773+
docs/JsonApiWorkspaceAutomationOutRelationshipsWorkspace.md
771774
docs/JsonApiWorkspaceAutomationOutWithLinks.md
772775
docs/JsonApiWorkspaceDataFilterIn.md
773776
docs/JsonApiWorkspaceDataFilterInAttributes.md
@@ -801,7 +804,6 @@ docs/JsonApiWorkspaceInAttributes.md
801804
docs/JsonApiWorkspaceInAttributesDataSource.md
802805
docs/JsonApiWorkspaceInDocument.md
803806
docs/JsonApiWorkspaceInRelationships.md
804-
docs/JsonApiWorkspaceInRelationshipsParent.md
805807
docs/JsonApiWorkspaceLinkage.md
806808
docs/JsonApiWorkspaceOut.md
807809
docs/JsonApiWorkspaceOutDocument.md
@@ -848,6 +850,8 @@ docs/MeasureItem.md
848850
docs/MeasureItemDefinition.md
849851
docs/MeasureResultHeader.md
850852
docs/MeasureValueFilter.md
853+
docs/MemoryItem.md
854+
docs/MemoryItemUseCases.md
851855
docs/MetadataSyncApi.md
852856
docs/Metric.md
853857
docs/MetricRecord.md
@@ -1152,6 +1156,7 @@ gooddata_api_client/model/alert_condition.py
11521156
gooddata_api_client/model/alert_condition_operand.py
11531157
gooddata_api_client/model/alert_description.py
11541158
gooddata_api_client/model/alert_evaluation_row.py
1159+
gooddata_api_client/model/analytics_catalog_tags.py
11551160
gooddata_api_client/model/anomaly_detection_request.py
11561161
gooddata_api_client/model/anomaly_detection_result.py
11571162
gooddata_api_client/model/api_entitlement.py
@@ -1855,8 +1860,10 @@ gooddata_api_client/model/json_api_visualization_object_post_optional_id_documen
18551860
gooddata_api_client/model/json_api_visualization_object_to_many_linkage.py
18561861
gooddata_api_client/model/json_api_visualization_object_to_one_linkage.py
18571862
gooddata_api_client/model/json_api_workspace_automation_out.py
1858-
gooddata_api_client/model/json_api_workspace_automation_out_attributes.py
1863+
gooddata_api_client/model/json_api_workspace_automation_out_includes.py
18591864
gooddata_api_client/model/json_api_workspace_automation_out_list.py
1865+
gooddata_api_client/model/json_api_workspace_automation_out_relationships.py
1866+
gooddata_api_client/model/json_api_workspace_automation_out_relationships_workspace.py
18601867
gooddata_api_client/model/json_api_workspace_automation_out_with_links.py
18611868
gooddata_api_client/model/json_api_workspace_data_filter_in.py
18621869
gooddata_api_client/model/json_api_workspace_data_filter_in_attributes.py
@@ -1890,7 +1897,6 @@ gooddata_api_client/model/json_api_workspace_in_attributes.py
18901897
gooddata_api_client/model/json_api_workspace_in_attributes_data_source.py
18911898
gooddata_api_client/model/json_api_workspace_in_document.py
18921899
gooddata_api_client/model/json_api_workspace_in_relationships.py
1893-
gooddata_api_client/model/json_api_workspace_in_relationships_parent.py
18941900
gooddata_api_client/model/json_api_workspace_linkage.py
18951901
gooddata_api_client/model/json_api_workspace_out.py
18961902
gooddata_api_client/model/json_api_workspace_out_document.py
@@ -1932,6 +1938,8 @@ gooddata_api_client/model/measure_item.py
19321938
gooddata_api_client/model/measure_item_definition.py
19331939
gooddata_api_client/model/measure_result_header.py
19341940
gooddata_api_client/model/measure_value_filter.py
1941+
gooddata_api_client/model/memory_item.py
1942+
gooddata_api_client/model/memory_item_use_cases.py
19351943
gooddata_api_client/model/metric.py
19361944
gooddata_api_client/model/metric_record.py
19371945
gooddata_api_client/model/negative_attribute_filter.py

gooddata-api-client/README.md

Lines changed: 20 additions & 2 deletions
Large diffs are not rendered by default.

gooddata-api-client/docs/ActionsApi.md

Lines changed: 530 additions & 3 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AnalyticsCatalogTags
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**tags** | **[str]** | |
8+
**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]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

gooddata-api-client/docs/AutomationOrganizationViewControllerApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ configuration = gooddata_api_client.Configuration(
3232
with gooddata_api_client.ApiClient() as api_client:
3333
# Create an instance of the API class
3434
api_instance = automation_organization_view_controller_api.AutomationOrganizationViewControllerApi(api_client)
35-
filter = "filter=workspaceId==someString;title==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)
35+
filter = "filter=title==someString;description==someString;workspace.id==321;notificationChannel.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)
3636
include = [
37-
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResults",
37+
"include=workspace,notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResults",
3838
] # [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)
3939
page = 0 # int | Zero-based page index (0..N) (optional) if omitted the server will use the default value of 0
4040
size = 20 # int | The size of the page to be returned (optional) if omitted the server will use the default value of 20

gooddata-api-client/docs/AutomationsApi.md

Lines changed: 88 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Method | HTTP request | Description
2222
[**unpause_workspace_automations**](AutomationsApi.md#unpause_workspace_automations) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/unpause | Unpause selected automations in the workspace
2323
[**unsubscribe_all_automations**](AutomationsApi.md#unsubscribe_all_automations) | **DELETE** /api/v1/actions/organization/automations/unsubscribe | Unsubscribe from all automations in all workspaces
2424
[**unsubscribe_automation**](AutomationsApi.md#unsubscribe_automation) | **DELETE** /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/unsubscribe | Unsubscribe from an automation
25+
[**unsubscribe_organization_automations**](AutomationsApi.md#unsubscribe_organization_automations) | **POST** /api/v1/actions/organization/automations/unsubscribe | Unsubscribe from selected automations across all workspaces
2526
[**unsubscribe_selected_workspace_automations**](AutomationsApi.md#unsubscribe_selected_workspace_automations) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe | Unsubscribe from selected automations in the workspace
2627
[**unsubscribe_workspace_automations**](AutomationsApi.md#unsubscribe_workspace_automations) | **DELETE** /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe | Unsubscribe from all automations in the workspace
2728
[**update_entity_automations**](AutomationsApi.md#update_entity_automations) | **PUT** /api/v1/entities/workspaces/{workspaceId}/automations/{objectId} | Put an Automation
@@ -103,6 +104,8 @@ with gooddata_api_client.ApiClient() as api_client:
103104
settings=DashboardExportSettings(
104105
export_info=True,
105106
merge_headers=True,
107+
page_orientation="PORTRAIT",
108+
page_size="A4",
106109
),
107110
widget_ids=[
108111
"widget_ids_example",
@@ -112,6 +115,7 @@ with gooddata_api_client.ApiClient() as api_client:
112115
],
113116
description="description_example",
114117
details={},
118+
evaluation_mode="SHARED",
115119
external_recipients=[
116120
JsonApiAutomationInAttributesExternalRecipientsInner(
117121
email="email_example",
@@ -258,7 +262,6 @@ with gooddata_api_client.ApiClient() as api_client:
258262
pdf_top_left_content="Good",
259263
pdf_top_right_content="Morning",
260264
show_filters=False,
261-
show_info_page=False,
262265
),
263266
visualization_object="f7c359bc-c230-4487-b15b-ad9685bcb537",
264267
visualization_object_custom_filters=[
@@ -609,9 +612,9 @@ configuration = gooddata_api_client.Configuration(
609612
with gooddata_api_client.ApiClient() as api_client:
610613
# Create an instance of the API class
611614
api_instance = automations_api.AutomationsApi(api_client)
612-
filter = "filter=workspaceId==someString;title==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)
615+
filter = "filter=title==someString;description==someString;workspace.id==321;notificationChannel.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)
613616
include = [
614-
"include=notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResults",
617+
"include=workspace,notificationChannel,analyticalDashboard,createdBy,modifiedBy,exportDefinitions,recipients,automationResults",
615618
] # [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)
616619
page = 0 # int | Zero-based page index (0..N) (optional) if omitted the server will use the default value of 0
617620
size = 20 # int | The size of the page to be returned (optional) if omitted the server will use the default value of 20
@@ -1007,6 +1010,8 @@ with gooddata_api_client.ApiClient() as api_client:
10071010
settings=DashboardExportSettings(
10081011
export_info=True,
10091012
merge_headers=True,
1013+
page_orientation="PORTRAIT",
1014+
page_size="A4",
10101015
),
10111016
widget_ids=[
10121017
"widget_ids_example",
@@ -1016,6 +1021,7 @@ with gooddata_api_client.ApiClient() as api_client:
10161021
],
10171022
description="description_example",
10181023
details={},
1024+
evaluation_mode="SHARED",
10191025
external_recipients=[
10201026
JsonApiAutomationInAttributesExternalRecipientsInner(
10211027
email="email_example",
@@ -1162,7 +1168,6 @@ with gooddata_api_client.ApiClient() as api_client:
11621168
pdf_top_left_content="Good",
11631169
pdf_top_right_content="Morning",
11641170
show_filters=False,
1165-
show_info_page=False,
11661171
),
11671172
visualization_object="f7c359bc-c230-4487-b15b-ad9685bcb537",
11681173
visualization_object_custom_filters=[
@@ -1496,6 +1501,8 @@ with gooddata_api_client.ApiClient() as api_client:
14961501
settings=DashboardExportSettings(
14971502
export_info=True,
14981503
merge_headers=True,
1504+
page_orientation="PORTRAIT",
1505+
page_size="A4",
14991506
),
15001507
widget_ids=[
15011508
"widget_ids_example",
@@ -1507,6 +1514,7 @@ with gooddata_api_client.ApiClient() as api_client:
15071514
details={
15081515
"key": "key_example",
15091516
},
1517+
evaluation_mode="PER_RECIPIENT",
15101518
export_definitions=[
15111519
DeclarativeExportDefinitionIdentifier(
15121520
id="export123",
@@ -1675,7 +1683,6 @@ with gooddata_api_client.ApiClient() as api_client:
16751683
pdf_top_left_content="Good",
16761684
pdf_top_right_content="Morning",
16771685
show_filters=False,
1678-
show_info_page=False,
16791686
),
16801687
visualization_object="f7c359bc-c230-4487-b15b-ad9685bcb537",
16811688
visualization_object_custom_filters=[
@@ -1817,6 +1824,8 @@ with gooddata_api_client.ApiClient() as api_client:
18171824
settings=DashboardExportSettings(
18181825
export_info=True,
18191826
merge_headers=True,
1827+
page_orientation="PORTRAIT",
1828+
page_size="A4",
18201829
),
18211830
widget_ids=[
18221831
"widget_ids_example",
@@ -1978,7 +1987,6 @@ with gooddata_api_client.ApiClient() as api_client:
19781987
pdf_top_left_content="Good",
19791988
pdf_top_right_content="Morning",
19801989
show_filters=False,
1981-
show_info_page=False,
19821990
),
19831991
visualization_object="f7c359bc-c230-4487-b15b-ad9685bcb537",
19841992
visualization_object_custom_filters=[
@@ -2365,6 +2373,77 @@ No authorization required
23652373
- **Accept**: Not defined
23662374

23672375

2376+
### HTTP response details
2377+
2378+
| Status code | Description | Response headers |
2379+
|-------------|-------------|------------------|
2380+
**204** | No Content | - |
2381+
2382+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
2383+
2384+
# **unsubscribe_organization_automations**
2385+
> unsubscribe_organization_automations(organization_automation_management_bulk_request)
2386+
2387+
Unsubscribe from selected automations across all workspaces
2388+
2389+
### Example
2390+
2391+
2392+
```python
2393+
import time
2394+
import gooddata_api_client
2395+
from gooddata_api_client.api import automations_api
2396+
from gooddata_api_client.model.organization_automation_management_bulk_request import OrganizationAutomationManagementBulkRequest
2397+
from pprint import pprint
2398+
# Defining the host is optional and defaults to http://localhost
2399+
# See configuration.py for a list of all supported configuration parameters.
2400+
configuration = gooddata_api_client.Configuration(
2401+
host = "http://localhost"
2402+
)
2403+
2404+
2405+
# Enter a context with an instance of the API client
2406+
with gooddata_api_client.ApiClient() as api_client:
2407+
# Create an instance of the API class
2408+
api_instance = automations_api.AutomationsApi(api_client)
2409+
organization_automation_management_bulk_request = OrganizationAutomationManagementBulkRequest(
2410+
automations=[
2411+
OrganizationAutomationIdentifier(
2412+
id="id_example",
2413+
workspace_id="workspace_id_example",
2414+
),
2415+
],
2416+
) # OrganizationAutomationManagementBulkRequest |
2417+
2418+
# example passing only required values which don't have defaults set
2419+
try:
2420+
# Unsubscribe from selected automations across all workspaces
2421+
api_instance.unsubscribe_organization_automations(organization_automation_management_bulk_request)
2422+
except gooddata_api_client.ApiException as e:
2423+
print("Exception when calling AutomationsApi->unsubscribe_organization_automations: %s\n" % e)
2424+
```
2425+
2426+
2427+
### Parameters
2428+
2429+
Name | Type | Description | Notes
2430+
------------- | ------------- | ------------- | -------------
2431+
**organization_automation_management_bulk_request** | [**OrganizationAutomationManagementBulkRequest**](OrganizationAutomationManagementBulkRequest.md)| |
2432+
2433+
### Return type
2434+
2435+
void (empty response body)
2436+
2437+
### Authorization
2438+
2439+
No authorization required
2440+
2441+
### HTTP request headers
2442+
2443+
- **Content-Type**: application/json
2444+
- **Accept**: Not defined
2445+
2446+
23682447
### HTTP response details
23692448

23702449
| Status code | Description | Response headers |
@@ -2585,6 +2664,8 @@ with gooddata_api_client.ApiClient() as api_client:
25852664
settings=DashboardExportSettings(
25862665
export_info=True,
25872666
merge_headers=True,
2667+
page_orientation="PORTRAIT",
2668+
page_size="A4",
25882669
),
25892670
widget_ids=[
25902671
"widget_ids_example",
@@ -2594,6 +2675,7 @@ with gooddata_api_client.ApiClient() as api_client:
25942675
],
25952676
description="description_example",
25962677
details={},
2678+
evaluation_mode="SHARED",
25972679
external_recipients=[
25982680
JsonApiAutomationInAttributesExternalRecipientsInner(
25992681
email="email_example",
@@ -2740,7 +2822,6 @@ with gooddata_api_client.ApiClient() as api_client:
27402822
pdf_top_left_content="Good",
27412823
pdf_top_right_content="Morning",
27422824
show_filters=False,
2743-
show_info_page=False,
27442825
),
27452826
visualization_object="f7c359bc-c230-4487-b15b-ad9685bcb537",
27462827
visualization_object_custom_filters=[

gooddata-api-client/docs/CreatedVisualizationFiltersInner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**_from** | **int** | | [optional]
1111
**to** | **int** | | [optional]
1212
**granularity** | **str** | | [optional]
13+
**ranking_filter** | [**RankingFilterRankingFilter**](RankingFilterRankingFilter.md) | | [optional]
1314
**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]
1415

1516
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

0 commit comments

Comments
 (0)