Skip to content

Commit dedccfd

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit c18e9b3 of spec repo (#197)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent df5c59b commit dedccfd

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.0",
7-
"regenerated": "2020-12-17 09:25:49.061070",
8-
"spec_repo_commit": "3a1a95f"
7+
"regenerated": "2020-12-17 14:42:11.691627",
8+
"spec_repo_commit": "c18e9b3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.0",
12-
"regenerated": "2020-12-17 09:25:59.607276",
13-
"spec_repo_commit": "3a1a95f"
12+
"regenerated": "2020-12-17 14:42:22.183975",
13+
"spec_repo_commit": "c18e9b3"
1414
}
1515
}
1616
}

docs/v1/SyntheticsBrowserVariableType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type of browser test variable.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | Type of browser test variable. | must be one of ["element", "email", "global", "text", ]
7+
**value** | **str** | Type of browser test variable. | must be one of ["element", "email", "global", "javascript", "text", ]
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/synthetics_browser_variable_type.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class SyntheticsBrowserVariableType(ModelSimple):
4949
'ELEMENT': "element",
5050
'EMAIL': "email",
5151
'GLOBAL': "global",
52+
'JAVASCRIPT': "javascript",
5253
'TEXT': "text",
5354
},
5455
}
@@ -99,10 +100,10 @@ def __init__(self, *args, **kwargs):
99100
Note that value can be passed either in args or in kwargs, but not in both.
100101
101102
Args:
102-
args[0] (str): Type of browser test variable.., must be one of ["element", "email", "global", "text", ] # noqa: E501
103+
args[0] (str): Type of browser test variable.., must be one of ["element", "email", "global", "javascript", "text", ] # noqa: E501
103104
104105
Keyword Args:
105-
value (str): Type of browser test variable.., must be one of ["element", "email", "global", "text", ] # noqa: E501
106+
value (str): Type of browser test variable.., must be one of ["element", "email", "global", "javascript", "text", ] # noqa: E501
106107
_check_type (bool): if True, values for parameters in openapi_types
107108
will be type checked and a TypeError will be
108109
raised if the wrong type is input.

src/datadog_api_client/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6015,12 +6015,14 @@ components:
60156015
- element
60166016
- email
60176017
- global
6018+
- javascript
60186019
- text
60196020
type: string
60206021
x-enum-varnames:
60216022
- ELEMENT
60226023
- EMAIL
60236024
- GLOBAL
6025+
- JAVASCRIPT
60246026
- TEXT
60256027
SyntheticsCITest:
60266028
description: Test configuration for Synthetics CI

0 commit comments

Comments
 (0)