Skip to content

Commit a734439

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 837d3682 of spec repo
1 parent ec1b6f3 commit a734439

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-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.6.4",
7-
"regenerated": "2022-09-01 20:59:47.236766",
8-
"spec_repo_commit": "db2c39ca"
7+
"regenerated": "2022-09-02 13:12:46.124213",
8+
"spec_repo_commit": "837d3682"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-09-01 20:59:47.261896",
13-
"spec_repo_commit": "db2c39ca"
12+
"regenerated": "2022-09-02 13:12:46.139330",
13+
"spec_repo_commit": "837d3682"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10855,6 +10855,7 @@ components:
1085510855
- validates
1085610856
- isInMoreThan
1085710857
- isInLessThan
10858+
- doesNotExist
1085810859
example: contains
1085910860
type: string
1086010861
x-enum-varnames:
@@ -10871,6 +10872,7 @@ components:
1087110872
- VALIDATES
1087210873
- IS_IN_MORE_DAYS_THAN
1087310874
- IS_IN_LESS_DAYS_THAN
10875+
- DOES_NOT_EXIST
1087410876
SyntheticsAssertionTarget:
1087510877
description: An assertion which uses a simple target.
1087610878
properties:

lib/datadog_api_client/v1/models/synthetics_assertion_operator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ class SyntheticsAssertionOperator
3434
VALIDATES = "validates".freeze
3535
IS_IN_MORE_DAYS_THAN = "isInMoreThan".freeze
3636
IS_IN_LESS_DAYS_THAN = "isInLessThan".freeze
37+
DOES_NOT_EXIST = "doesNotExist".freeze
3738
end
3839
end

0 commit comments

Comments
 (0)