Skip to content

Commit b9c24e6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit a60f5da of spec repo (#453)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent cc841b7 commit b9c24e6

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-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.2.0",
7-
"regenerated": "2020-09-25 15:17:52.529636",
8-
"spec_repo_commit": "f2bdaa1"
7+
"regenerated": "2020-09-28 09:03:03.521405",
8+
"spec_repo_commit": "a60f5da"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-09-25 15:17:59.266058",
13-
"spec_repo_commit": "f2bdaa1"
12+
"regenerated": "2020-09-28 09:03:09.721817",
13+
"spec_repo_commit": "a60f5da"
1414
}
1515
}
1616
}

api_docs/v1/SyntheticsAssertionType.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717

1818
* `PROPERTY` (value: `"property"`)
1919

20+
* `RECORD_EVERY` (value: `"recordEvery"`)
21+
22+
* `RECORD_SOME` (value: `"recordSome"`)
23+
2024

2125

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ public enum SyntheticsAssertionType {
3838

3939
RESPONSE_TIME("responseTime"),
4040

41-
PROPERTY("property");
41+
PROPERTY("property"),
42+
43+
RECORD_EVERY("recordEvery"),
44+
45+
RECORD_SOME("recordSome");
4246

4347
private String value;
4448

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5616,6 +5616,8 @@ components:
56165616
- certificate
56175617
- responseTime
56185618
- property
5619+
- recordEvery
5620+
- recordSome
56195621
type: string
56205622
x-enum-varnames:
56215623
- BODY
@@ -5624,6 +5626,8 @@ components:
56245626
- CERTIFICATE
56255627
- RESPONSE_TIME
56265628
- PROPERTY
5629+
- RECORD_EVERY
5630+
- RECORD_SOME
56275631
SyntheticsBasicAuth:
56285632
description: Object to handle basic authentication when performing the test.
56295633
properties:

0 commit comments

Comments
 (0)