Skip to content

Commit 59477ef

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c18e9b3 of spec repo
1 parent b24de80 commit 59477ef

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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-16 20:46:05.676337",
8-
"spec_repo_commit": "a663b53"
7+
"regenerated": "2020-12-17 14:42:35.747623",
8+
"spec_repo_commit": "c18e9b3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.0",
12-
"regenerated": "2020-12-16 20:46:14.270878",
13-
"spec_repo_commit": "a663b53"
12+
"regenerated": "2020-12-17 14:42:44.066754",
13+
"spec_repo_commit": "c18e9b3"
1414
}
1515
}
1616
}

api_docs/v1/SyntheticsBrowserVariableType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
* `GLOBAL` (value: `"global"`)
1313

14+
* `JAVASCRIPT` (value: `"javascript"`)
15+
1416
* `TEXT` (value: `"text"`)
1517

1618

src/main/java/com/datadog/api/v1/client/model/SyntheticsBrowserVariableType.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public enum SyntheticsBrowserVariableType {
3434

3535
GLOBAL("global"),
3636

37+
JAVASCRIPT("javascript"),
38+
3739
TEXT("text");
3840

3941
private String value;

src/main/java/com/datadog/api/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)