Skip to content

Commit 8cb9578

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0bdea812 of spec repo (#1059)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent fab745f commit 8cb9578

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.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-07 19:30:26.137328",
8-
"spec_repo_commit": "33b7a42c"
7+
"regenerated": "2022-09-09 15:07:39.432310",
8+
"spec_repo_commit": "0bdea812"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-09-07 19:30:26.150016",
13-
"spec_repo_commit": "33b7a42c"
12+
"regenerated": "2022-09-09 15:07:39.447908",
13+
"spec_repo_commit": "0bdea812"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10858,6 +10858,7 @@ components:
1085810858
- validates
1085910859
- isInMoreThan
1086010860
- isInLessThan
10861+
- doesNotExist
1086110862
example: contains
1086210863
type: string
1086310864
x-enum-varnames:
@@ -10874,6 +10875,7 @@ components:
1087410875
- VALIDATES
1087510876
- IS_IN_MORE_DAYS_THAN
1087610877
- IS_IN_LESS_DAYS_THAN
10878+
- DOES_NOT_EXIST
1087710879
SyntheticsAssertionTarget:
1087810880
description: An assertion which uses a simple target.
1087910881
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)