Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2022-09-07 19:30:26.137328",
"spec_repo_commit": "33b7a42c"
"regenerated": "2022-09-09 15:07:39.432310",
"spec_repo_commit": "0bdea812"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-09-07 19:30:26.150016",
"spec_repo_commit": "33b7a42c"
"regenerated": "2022-09-09 15:07:39.447908",
"spec_repo_commit": "0bdea812"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10858,6 +10858,7 @@ components:
- validates
- isInMoreThan
- isInLessThan
- doesNotExist
example: contains
type: string
x-enum-varnames:
Expand All @@ -10874,6 +10875,7 @@ components:
- VALIDATES
- IS_IN_MORE_DAYS_THAN
- IS_IN_LESS_DAYS_THAN
- DOES_NOT_EXIST
SyntheticsAssertionTarget:
description: An assertion which uses a simple target.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ class SyntheticsAssertionOperator
VALIDATES = "validates".freeze
IS_IN_MORE_DAYS_THAN = "isInMoreThan".freeze
IS_IN_LESS_DAYS_THAN = "isInLessThan".freeze
DOES_NOT_EXIST = "doesNotExist".freeze
end
end