thousandeyes-sdk-instant-tests 2.12.0__py3-none-any.whl → 2.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py +3 -1
- {thousandeyes_sdk_instant_tests-2.12.0.dist-info → thousandeyes_sdk_instant_tests-2.14.0.dist-info}/METADATA +2 -2
- {thousandeyes_sdk_instant_tests-2.12.0.dist-info → thousandeyes_sdk_instant_tests-2.14.0.dist-info}/RECORD +7 -7
- {thousandeyes_sdk_instant_tests-2.12.0.dist-info → thousandeyes_sdk_instant_tests-2.14.0.dist-info}/WHEEL +0 -0
- {thousandeyes_sdk_instant_tests-2.12.0.dist-info → thousandeyes_sdk_instant_tests-2.14.0.dist-info}/licenses/LICENSE +0 -0
- {thousandeyes_sdk_instant_tests-2.12.0.dist-info → thousandeyes_sdk_instant_tests-2.14.0.dist-info}/licenses/NOTICE +0 -0
- {thousandeyes_sdk_instant_tests-2.12.0.dist-info → thousandeyes_sdk_instant_tests-2.14.0.dist-info}/top_level.txt +0 -0
@@ -19,7 +19,7 @@ from typing_extensions import Self
|
|
19
19
|
|
20
20
|
class ApiRequestAssertionOperator(str, Enum):
|
21
21
|
"""
|
22
|
-
If `name = status-code``, accepted values are [is, is-not]. If `name = response-body``, accepted values are [includes, not-includes]`.
|
22
|
+
If `name = status-code``, accepted values are [is, is-not]. If `name = response-body``, accepted values are [includes, not-includes, matches, not-matches]`.
|
23
23
|
"""
|
24
24
|
|
25
25
|
"""
|
@@ -29,6 +29,8 @@ class ApiRequestAssertionOperator(str, Enum):
|
|
29
29
|
IS_MINUS_NOT = 'is-not'
|
30
30
|
INCLUDES = 'includes'
|
31
31
|
NOT_MINUS_INCLUDES = 'not-includes'
|
32
|
+
MATCHES = 'matches'
|
33
|
+
NOT_MINUS_MATCHES = 'not-matches'
|
32
34
|
UNKNOWN = 'unknown'
|
33
35
|
|
34
36
|
@classmethod
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: thousandeyes-sdk-instant-tests
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.14.0
|
4
4
|
Summary: ThousandEyes SDK Instant Tests API
|
5
5
|
Author-email: ThousandEyes API Team <api-team@thousandeyes.com>
|
6
6
|
License: Apache License
|
@@ -208,7 +208,7 @@ The response does not include the immediate test results. Use the Test Results e
|
|
208
208
|
|
209
209
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
210
210
|
|
211
|
-
- API version: 7.0.
|
211
|
+
- API version: 7.0.54
|
212
212
|
- Generator version: 7.6.0
|
213
213
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
214
214
|
|
@@ -36,7 +36,7 @@ thousandeyes_sdk/instant_tests/models/api_properties.py,sha256=PmNGFSLYfhdCeQJqg
|
|
36
36
|
thousandeyes_sdk/instant_tests/models/api_request.py,sha256=no-w8_NkNgsbH0b6H_GQapZ2cihgk7WlZKKe8yEknLE,8293
|
37
37
|
thousandeyes_sdk/instant_tests/models/api_request_assertion.py,sha256=-lRhN1hu5lLcuZjnNGr46U7m9wny2dBslGSE_7i6QhE,3453
|
38
38
|
thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py,sha256=flIh69rdBKq_Q-oy5FcBtko3ska-8PKpSiIPkdbmrn4,1384
|
39
|
-
thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py,sha256=
|
39
|
+
thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py,sha256=1oPqXmMgP7boyc7WhghJywrz5cOGDsGRKNbRFPyVHrM,1449
|
40
40
|
thousandeyes_sdk/instant_tests/models/api_request_auth_type.py,sha256=WhxCgBkZuQ9O13Tf7AfQPGtRAnUqmZz6VIbnlrRhiao,1252
|
41
41
|
thousandeyes_sdk/instant_tests/models/api_request_header.py,sha256=ps6wcky0_vWcYRtMrHxAnAKw-VC56DGE_i_7HqhJhvA,3073
|
42
42
|
thousandeyes_sdk/instant_tests/models/api_request_method.py,sha256=d-SVEaqe34XxKjCfyEtrsnjwkEE3nqqYAlyohZ_NhOk,1213
|
@@ -114,9 +114,9 @@ thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py,sha256=ULr
|
|
114
114
|
thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py,sha256=TQUKHk1y7LgMs5-qILLyxerfVPgzQX0gUkrTl3wE724,20774
|
115
115
|
thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_response.py,sha256=hFu_osGpZMndZydFIf7-Wz9QOmQEFrPePSkjmkg69C4,21813
|
116
116
|
thousandeyes_sdk/instant_tests/models/web_transaction_properties.py,sha256=dQv8ruGWC0tgOOz34nXJ7hfu9BU7xWDZP5v_oqBCicI,16466
|
117
|
-
thousandeyes_sdk_instant_tests-2.
|
118
|
-
thousandeyes_sdk_instant_tests-2.
|
119
|
-
thousandeyes_sdk_instant_tests-2.
|
120
|
-
thousandeyes_sdk_instant_tests-2.
|
121
|
-
thousandeyes_sdk_instant_tests-2.
|
122
|
-
thousandeyes_sdk_instant_tests-2.
|
117
|
+
thousandeyes_sdk_instant_tests-2.14.0.dist-info/licenses/LICENSE,sha256=WYmcYJG1QFgu1hfo7qrEkZ3Jhcz8NUWe6XUraZvlIFs,10172
|
118
|
+
thousandeyes_sdk_instant_tests-2.14.0.dist-info/licenses/NOTICE,sha256=qCuDsmtA-FKfCWNPOdV3w_DnaVlII8Vhjd3GVvf8We0,580
|
119
|
+
thousandeyes_sdk_instant_tests-2.14.0.dist-info/METADATA,sha256=xd47qNI8ZaRuswJoHXGJx-MoA08PAvxIMQjF7pJ0ZGw,35573
|
120
|
+
thousandeyes_sdk_instant_tests-2.14.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
121
|
+
thousandeyes_sdk_instant_tests-2.14.0.dist-info/top_level.txt,sha256=CEgP5tqpXCg6GixDvVc5BPD-Z1KWHY0oO0w3Olr_yss,17
|
122
|
+
thousandeyes_sdk_instant_tests-2.14.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|