Skip to content

Commit b39492e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c2efca8 of spec repo
1 parent bc656b5 commit b39492e

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
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.1.dev11",
7-
"regenerated": "2021-08-04 16:36:32.413300",
8-
"spec_repo_commit": "c6e36ca"
7+
"regenerated": "2021-08-05 07:30:23.894902",
8+
"spec_repo_commit": "c2efca8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-08-04 16:37:10.671538",
13-
"spec_repo_commit": "c6e36ca"
12+
"regenerated": "2021-08-05 07:31:15.451195",
13+
"spec_repo_commit": "c2efca8"
1414
}
1515
}
1616
}

api_docs/v1/SyntheticsDeviceID.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@
2323

2424
* `FIREFOX_MOBILE_SMALL` (value: `"firefox.mobile_small"`)
2525

26+
* `EDGE_LAPTOP_LARGE` (value: `"edge.laptop_large"`)
27+
28+
* `EDGE_TABLET` (value: `"edge.tablet"`)
29+
30+
* `EDGE_MOBILE_SMALL` (value: `"edge.mobile_small"`)
31+
2632

2733

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ public enum SyntheticsDeviceID {
3131

3232
FIREFOX_TABLET("firefox.tablet"),
3333

34-
FIREFOX_MOBILE_SMALL("firefox.mobile_small");
34+
FIREFOX_MOBILE_SMALL("firefox.mobile_small"),
35+
36+
EDGE_LAPTOP_LARGE("edge.laptop_large"),
37+
38+
EDGE_TABLET("edge.tablet"),
39+
40+
EDGE_MOBILE_SMALL("edge.mobile_small");
3541

3642
private String value;
3743

src/main/java/com/datadog/api/v1/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21735,6 +21735,9 @@ components:
2173521735
- firefox.laptop_large
2173621736
- firefox.tablet
2173721737
- firefox.mobile_small
21738+
- edge.laptop_large
21739+
- edge.tablet
21740+
- edge.mobile_small
2173821741
type: string
2173921742
x-enum-varnames:
2174021743
- LAPTOP_LARGE
@@ -21746,6 +21749,9 @@ components:
2174621749
- FIREFOX_LAPTOP_LARGE
2174721750
- FIREFOX_TABLET
2174821751
- FIREFOX_MOBILE_SMALL
21752+
- EDGE_LAPTOP_LARGE
21753+
- EDGE_TABLET
21754+
- EDGE_MOBILE_SMALL
2174921755
SyntheticsErrorCode:
2175021756
description: Error code that can be returned by a Synthetic test.
2175121757
enum:

0 commit comments

Comments
 (0)