Skip to content

Commit 7fd9c1a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Regenerate client from commit 153fb41 of spec repo (#284)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 03ad187 commit 7fd9c1a

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
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.4.1.dev2",
7-
"regenerated": "2021-02-15 14:57:44.952353",
8-
"spec_repo_commit": "b8bbf4c"
7+
"regenerated": "2021-02-16 12:27:28.198643",
8+
"spec_repo_commit": "153fb41"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-02-15 14:58:29.631099",
13-
"spec_repo_commit": "b8bbf4c"
12+
"regenerated": "2021-02-16 12:28:02.224990",
13+
"spec_repo_commit": "153fb41"
1414
}
1515
}
1616
}

docs/v1/SyntheticsAssertionType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type of the assertion.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | Type of the assertion. | must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", ]
7+
**value** | **str** | Type of the assertion. | must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", "tlsVersion", "minTlsVersion", ]
88

99
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1010

src/datadog_api_client/v1/model/synthetics_assertion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
129129
130130
Keyword Args:
131131
operator (SyntheticsAssertionJSONPathOperator): defaults to nulltype.Null, must be one of ["validatesJSONPath", ] # noqa: E501
132-
type (SyntheticsAssertionType): defaults to nulltype.Null, must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", ] # noqa: E501
132+
type (SyntheticsAssertionType): defaults to nulltype.Null, must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", "tlsVersion", "minTlsVersion", ] # noqa: E501
133133
_check_type (bool): if True, values for parameters in openapi_types
134134
will be type checked and a TypeError will be
135135
raised if the wrong type is input.

src/datadog_api_client/v1/model/synthetics_assertion_type.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class SyntheticsAssertionType(ModelSimple):
5454
"PROPERTY": "property",
5555
"RECORD_EVERY": "recordEvery",
5656
"RECORD_SOME": "recordSome",
57+
"TLS_VERSION": "tlsVersion",
58+
"MIN_TLS_VERSION": "minTlsVersion",
5759
},
5860
}
5961

@@ -103,10 +105,10 @@ def __init__(self, *args, **kwargs):
103105
Note that value can be passed either in args or in kwargs, but not in both.
104106
105107
Args:
106-
args[0] (str): Type of the assertion.., must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", ] # noqa: E501
108+
args[0] (str): Type of the assertion.., must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", "tlsVersion", "minTlsVersion", ] # noqa: E501
107109
108110
Keyword Args:
109-
value (str): Type of the assertion.., must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", ] # noqa: E501
111+
value (str): Type of the assertion.., must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", "tlsVersion", "minTlsVersion", ] # noqa: E501
110112
_check_type (bool): if True, values for parameters in openapi_types
111113
will be type checked and a TypeError will be
112114
raised if the wrong type is input.

src/datadog_api_client/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6257,6 +6257,8 @@ components:
62576257
- property
62586258
- recordEvery
62596259
- recordSome
6260+
- tlsVersion
6261+
- minTlsVersion
62606262
type: string
62616263
x-enum-varnames:
62626264
- BODY
@@ -6267,6 +6269,8 @@ components:
62676269
- PROPERTY
62686270
- RECORD_EVERY
62696271
- RECORD_SOME
6272+
- TLS_VERSION
6273+
- MIN_TLS_VERSION
62706274
SyntheticsBasicAuth:
62716275
description: Object to handle basic authentication when performing the test.
62726276
properties:

0 commit comments

Comments
 (0)