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.4.1.dev2",
"regenerated": "2021-02-15 14:47:34.009618",
"spec_repo_commit": "b8bbf4c"
"regenerated": "2021-02-16 12:26:42.732352",
"spec_repo_commit": "153fb41"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-15 14:47:46.409268",
"spec_repo_commit": "b8bbf4c"
"regenerated": "2021-02-16 12:26:56.219844",
"spec_repo_commit": "153fb41"
}
}
}
4 changes: 4 additions & 0 deletions data/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6257,6 +6257,8 @@ components:
- property
- recordEvery
- recordSome
- tlsVersion
- minTlsVersion
type: string
x-enum-varnames:
- BODY
Expand All @@ -6267,6 +6269,8 @@ components:
- PROPERTY
- RECORD_EVERY
- RECORD_SOME
- TLS_VERSION
- MIN_TLS_VERSION
SyntheticsBasicAuth:
description: Object to handle basic authentication when performing the test.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class SyntheticsAssertionType
PROPERTY = "property".freeze
RECORD_EVERY = "recordEvery".freeze
RECORD_SOME = "recordSome".freeze
TLS_VERSION = "tlsVersion".freeze
MIN_TLS_VERSION = "minTlsVersion".freeze

# Builds the enum from string
# @param [String] The enum value in the form of the string
Expand Down