Skip to content

Commit 0db6094

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-specnmuesch
authored
Regenerate client from commit c9877a2 of spec repo (#141)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: Nicholas Muesch <[email protected]>
1 parent dbc6ae4 commit 0db6094

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

.apigentools-info

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"info_version": "2",
44
"spec_versions": {
55
"v1": {
6-
"apigentools_version": "1.2.0",
7-
"regenerated": "2020-10-29 21:52:05.320026",
8-
"spec_repo_commit": "d882020"
6+
"apigentools_version": "1.3.0",
7+
"regenerated": "2020-11-05 16:01:01.489440",
8+
"spec_repo_commit": "c9877a2"
99
},
1010
"v2": {
11-
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-29 21:52:16.620530",
13-
"spec_repo_commit": "d882020"
11+
"apigentools_version": "1.3.0",
12+
"regenerated": "2020-11-05 16:01:13.142309",
13+
"spec_repo_commit": "c9877a2"
1414
}
1515
}
1616
}

docs/v1/WidgetPalette.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Color palette to apply.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | Color palette to apply. | must be one of ["blue", "custom_bg", "custom_image", "custom_text", "gray_on_white", "grey", "green", "orange", "red", "red_on_white", "white_on_gray", "white_on_green", "green_on_white", "white_on_red", "white_on_yellow", "yellow_on_white", ]
7+
**value** | **str** | Color palette to apply. | must be one of ["blue", "custom_bg", "custom_image", "custom_text", "gray_on_white", "grey", "green", "orange", "red", "red_on_white", "white_on_gray", "white_on_green", "green_on_white", "white_on_red", "white_on_yellow", "yellow_on_white", "black_on_light_yellow", "black_on_light_green", "black_on_light_red", ]
88

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

src/datadog_api_client/v1/model/widget_palette.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ class WidgetPalette(ModelSimple):
6464
'WHITE_ON_RED': "white_on_red",
6565
'WHITE_ON_YELLOW': "white_on_yellow",
6666
'YELLOW_ON_WHITE': "yellow_on_white",
67+
'BLACK_ON_LIGHT_YELLOW': "black_on_light_yellow",
68+
'BLACK_ON_LIGHT_GREEN': "black_on_light_green",
69+
'BLACK_ON_LIGHT_RED': "black_on_light_red",
6770
},
6871
}
6972

@@ -113,10 +116,10 @@ def __init__(self, *args, **kwargs):
113116
Note that value can be passed either in args or in kwargs, but not in both.
114117
115118
Args:
116-
args[0] (str): Color palette to apply.., must be one of ["blue", "custom_bg", "custom_image", "custom_text", "gray_on_white", "grey", "green", "orange", "red", "red_on_white", "white_on_gray", "white_on_green", "green_on_white", "white_on_red", "white_on_yellow", "yellow_on_white", ] # noqa: E501
119+
args[0] (str): Color palette to apply.., must be one of ["blue", "custom_bg", "custom_image", "custom_text", "gray_on_white", "grey", "green", "orange", "red", "red_on_white", "white_on_gray", "white_on_green", "green_on_white", "white_on_red", "white_on_yellow", "yellow_on_white", "black_on_light_yellow", "black_on_light_green", "black_on_light_red", ] # noqa: E501
117120
118121
Keyword Args:
119-
value (str): Color palette to apply.., must be one of ["blue", "custom_bg", "custom_image", "custom_text", "gray_on_white", "grey", "green", "orange", "red", "red_on_white", "white_on_gray", "white_on_green", "green_on_white", "white_on_red", "white_on_yellow", "yellow_on_white", ] # noqa: E501
122+
value (str): Color palette to apply.., must be one of ["blue", "custom_bg", "custom_image", "custom_text", "gray_on_white", "grey", "green", "orange", "red", "red_on_white", "white_on_gray", "white_on_green", "green_on_white", "white_on_red", "white_on_yellow", "yellow_on_white", "black_on_light_yellow", "black_on_light_green", "black_on_light_red", ] # noqa: E501
120123
_check_type (bool): if True, values for parameters in openapi_types
121124
will be type checked and a TypeError will be
122125
raised if the wrong type is input.

src/datadog_api_client/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8957,6 +8957,9 @@ components:
89578957
- white_on_red
89588958
- white_on_yellow
89598959
- yellow_on_white
8960+
- black_on_light_yellow
8961+
- black_on_light_green
8962+
- black_on_light_red
89608963
type: string
89618964
x-enum-varnames:
89628965
- BLUE

0 commit comments

Comments
 (0)