Skip to content

Commit 162bd0c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit a60f5da of spec repo (#87)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 2381e4b commit 162bd0c

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
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.2.0",
7-
"regenerated": "2020-09-25 15:17:57.180285",
8-
"spec_repo_commit": "f2bdaa1"
7+
"regenerated": "2020-09-28 09:03:14.649949",
8+
"spec_repo_commit": "a60f5da"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-09-25 15:18:07.390821",
13-
"spec_repo_commit": "f2bdaa1"
12+
"regenerated": "2020-09-28 09:03:25.769965",
13+
"spec_repo_commit": "a60f5da"
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", ]
7+
**value** | **str** | Type of the assertion. | must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", ]
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
@@ -118,7 +118,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
118118
119119
Keyword Args:
120120
operator (SyntheticsAssertionJSONPathOperator): defaults to nulltype.Null, must be one of ["validatesJSONPath", ] # noqa: E501
121-
type (SyntheticsAssertionType): defaults to nulltype.Null, must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", ] # noqa: E501
121+
type (SyntheticsAssertionType): defaults to nulltype.Null, must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", ] # noqa: E501
122122
_check_type (bool): if True, values for parameters in openapi_types
123123
will be type checked and a TypeError will be
124124
raised if the wrong type is input.

src/datadog_api_client/v1/model/synthetics_assertion_type.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class SyntheticsAssertionType(ModelSimple):
5454
'CERTIFICATE': "certificate",
5555
'RESPONSE_TIME': "responseTime",
5656
'PROPERTY': "property",
57+
'RECORD_EVERY': "recordEvery",
58+
'RECORD_SOME': "recordSome",
5759
},
5860
}
5961

@@ -101,7 +103,7 @@ def __init__(self, value, *args, **kwargs):
101103
"""SyntheticsAssertionType - a model defined in OpenAPI
102104
103105
Args:
104-
value (str): Type of the assertion.., must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", ] # noqa: E501
106+
value (str): Type of the assertion.., must be one of ["body", "header", "statusCode", "certificate", "responseTime", "property", "recordEvery", "recordSome", ] # noqa: E501
105107
106108
Keyword Args:
107109
_check_type (bool): if True, values for parameters in openapi_types

src/datadog_api_client/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5616,6 +5616,8 @@ components:
56165616
- certificate
56175617
- responseTime
56185618
- property
5619+
- recordEvery
5620+
- recordSome
56195621
type: string
56205622
x-enum-varnames:
56215623
- BODY
@@ -5624,6 +5626,8 @@ components:
56245626
- CERTIFICATE
56255627
- RESPONSE_TIME
56265628
- PROPERTY
5629+
- RECORD_EVERY
5630+
- RECORD_SOME
56275631
SyntheticsBasicAuth:
56285632
description: Object to handle basic authentication when performing the test.
56295633
properties:

0 commit comments

Comments
 (0)