Skip to content

Commit 3d4cd5a

Browse files
authored
Merge pull request #1031 from fiedlr/afi-new-cancel-endpoint
fix(gooddata-sdk): cancel_executions input
2 parents 471e741 + 726abe3 commit 3d4cd5a

30 files changed

+475
-110
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ docs/NotificationChannelDestination.md
791791
docs/NotificationChannelsApi.md
792792
docs/NotificationContent.md
793793
docs/NotificationData.md
794+
docs/NotificationFilter.md
794795
docs/Notifications.md
795796
docs/NotificationsMeta.md
796797
docs/NotificationsMetaTotal.md
@@ -1787,6 +1788,7 @@ gooddata_api_client/model/notification.py
17871788
gooddata_api_client/model/notification_channel_destination.py
17881789
gooddata_api_client/model/notification_content.py
17891790
gooddata_api_client/model/notification_data.py
1791+
gooddata_api_client/model/notification_filter.py
17901792
gooddata_api_client/model/notifications.py
17911793
gooddata_api_client/model/notifications_meta.py
17921794
gooddata_api_client/model/notifications_meta_total.py

gooddata-api-client/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,7 @@ Class | Method | HTTP request | Description
16571657
- [NotificationChannelDestination](docs/NotificationChannelDestination.md)
16581658
- [NotificationContent](docs/NotificationContent.md)
16591659
- [NotificationData](docs/NotificationData.md)
1660+
- [NotificationFilter](docs/NotificationFilter.md)
16601661
- [Notifications](docs/Notifications.md)
16611662
- [NotificationsMeta](docs/NotificationsMeta.md)
16621663
- [NotificationsMetaTotal](docs/NotificationsMetaTotal.md)

gooddata-api-client/docs/ActionsApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,9 +734,9 @@ with gooddata_api_client.ApiClient() as api_client:
734734
api_instance = actions_api.ActionsApi(api_client)
735735
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
736736
afm_cancel_tokens = AfmCancelTokens(
737-
token_ids=[
738-
"token_ids_example",
739-
],
737+
result_id_to_cancel_token_pairs={
738+
"key": "key_example",
739+
},
740740
) # AfmCancelTokens |
741741

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

gooddata-api-client/docs/AfmCancelTokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Any information related to cancellation.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**token_ids** | **[str]** | Token ids to be used in the cancellation. |
8+
**result_id_to_cancel_token_pairs** | **{str: (str,)}** | resultId to cancel token pairs |
99
**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]
1010

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

gooddata-api-client/docs/AlertDescription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Name | Type | Description | Notes
99
**attribute** | **str** | | [optional]
1010
**current_values** | [**[AlertEvaluationRow]**](AlertEvaluationRow.md) | | [optional]
1111
**error_message** | **str** | | [optional]
12-
**filter_count** | **int** | | [optional]
1312
**formatted_threshold** | **str** | | [optional]
1413
**lower_threshold** | **float** | | [optional]
1514
**remaining_alert_evaluation_count** | **int** | | [optional]
1615
**status** | **str** | | [optional]
1716
**threshold** | **float** | | [optional]
1817
**total_value_count** | **int** | | [optional]
1918
**trace_id** | **str** | | [optional]
19+
**triggered_at** | **datetime** | | [optional]
2020
**triggered_count** | **int** | | [optional]
2121
**upper_threshold** | **float** | | [optional]
2222
**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/AutomationSchedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**cron** | **str** | Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays. |
8+
**timezone** | **str** | Timezone in which the schedule is defined. |
89
**cron_description** | **str** | Human-readable description of the cron expression. | [optional] [readonly]
910
**first_run** | **datetime** | Timestamp of the first scheduled action. If not provided default to the next scheduled time. | [optional]
10-
**timezone** | **str** | Timezone in which the schedule is defined. | [optional]
1111
**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]
1212

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

gooddata-api-client/docs/ExportResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**error_message** | **str** | | [optional]
1111
**file_uri** | **str** | | [optional]
1212
**trace_id** | **str** | | [optional]
13+
**triggered_at** | **datetime** | | [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)

gooddata-api-client/docs/JsonApiAutomationInAttributesSchedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**cron** | **str** | Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays. |
8+
**timezone** | **str** | Timezone in which the schedule is defined. |
89
**cron_description** | **str** | Human-readable description of the cron expression. | [optional] [readonly]
910
**first_run** | **datetime** | Timestamp of the first scheduled action. If not provided default to the next scheduled time. | [optional]
10-
**timezone** | **str** | Timezone in which the schedule is defined. | [optional]
1111
**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]
1212

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

gooddata-api-client/docs/WebhookMessageData.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**automation** | [**WebhookAutomationInfo**](WebhookAutomationInfo.md) | |
88
**alert** | [**AlertDescription**](AlertDescription.md) | | [optional]
99
**details** | **{str: (str,)}** | | [optional]
10+
**filters** | [**[NotificationFilter]**](NotificationFilter.md) | | [optional]
1011
**recipients** | [**[WebhookRecipient]**](WebhookRecipient.md) | | [optional]
1112
**remaining_action_count** | **int** | | [optional]
1213
**tabular_exports** | [**[ExportResult]**](ExportResult.md) | | [optional]

0 commit comments

Comments
 (0)