wordlift-client 1.135.0__py3-none-any.whl → 1.136.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.
- wordlift_client/__init__.py +16 -2
- wordlift_client/api/__init__.py +1 -0
- wordlift_client/api/audit_api.py +3 -3
- wordlift_client/api/default_api.py +1767 -39
- wordlift_client/api_client.py +1 -1
- wordlift_client/configuration.py +1 -1
- wordlift_client/models/__init__.py +14 -1
- wordlift_client/models/http_validation_error1.py +96 -0
- wordlift_client/models/monitor_result_item.py +117 -0
- wordlift_client/models/monitor_state.py +39 -0
- wordlift_client/models/monitor_summary_item.py +105 -0
- wordlift_client/models/neighbors.py +101 -0
- wordlift_client/models/page_info.py +95 -0
- wordlift_client/models/resource_request.py +92 -0
- wordlift_client/models/resource_type.py +40 -0
- wordlift_client/models/url_list_item.py +132 -0
- wordlift_client/models/url_list_response.py +104 -0
- wordlift_client/models/url_results_response.py +121 -0
- wordlift_client/models/url_summary_response.py +136 -0
- wordlift_client/models/validation_error1.py +22 -9
- wordlift_client/models/validation_error2.py +96 -0
- wordlift_client/models/validation_error2_detail_inner.py +92 -0
- {wordlift_client-1.135.0.dist-info → wordlift_client-1.136.0.dist-info}/METADATA +1 -1
- {wordlift_client-1.135.0.dist-info → wordlift_client-1.136.0.dist-info}/RECORD +27 -13
- {wordlift_client-1.135.0.dist-info → wordlift_client-1.136.0.dist-info}/LICENSE +0 -0
- {wordlift_client-1.135.0.dist-info → wordlift_client-1.136.0.dist-info}/WHEEL +0 -0
- {wordlift_client-1.135.0.dist-info → wordlift_client-1.136.0.dist-info}/top_level.txt +0 -0
wordlift_client/__init__.py
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "1.
|
|
18
|
+
__version__ = "1.136.0"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from wordlift_client.api.account_api import AccountApi
|
|
@@ -87,6 +87,7 @@ from wordlift_client.api.web_asyncs_metadata_api import WebAsyncsMetadataApi
|
|
|
87
87
|
from wordlift_client.api.web_asyncs_responses_api import WebAsyncsResponsesApi
|
|
88
88
|
from wordlift_client.api.web_pages_imports_api import WebPagesImportsApi
|
|
89
89
|
from wordlift_client.api.web_pages_api import WebPagesApi
|
|
90
|
+
from wordlift_client.api.default_api import DefaultApi
|
|
90
91
|
|
|
91
92
|
# import ApiClient
|
|
92
93
|
from wordlift_client.api_response import ApiResponse
|
|
@@ -178,6 +179,7 @@ from wordlift_client.models.generate_sitemap200_response import GenerateSitemap2
|
|
|
178
179
|
from wordlift_client.models.generate_sitemap_request import GenerateSitemapRequest
|
|
179
180
|
from wordlift_client.models.graphql_request import GraphqlRequest
|
|
180
181
|
from wordlift_client.models.http_validation_error import HTTPValidationError
|
|
182
|
+
from wordlift_client.models.http_validation_error1 import HTTPValidationError1
|
|
181
183
|
from wordlift_client.models.html import Html
|
|
182
184
|
from wordlift_client.models.html_semantics import HtmlSemantics
|
|
183
185
|
from wordlift_client.models.image import Image
|
|
@@ -206,6 +208,10 @@ from wordlift_client.models.merchant_sync import MerchantSync
|
|
|
206
208
|
from wordlift_client.models.merchant_view import MerchantView
|
|
207
209
|
from wordlift_client.models.model import Model
|
|
208
210
|
from wordlift_client.models.model_field import ModelField
|
|
211
|
+
from wordlift_client.models.monitor_result_item import MonitorResultItem
|
|
212
|
+
from wordlift_client.models.monitor_state import MonitorState
|
|
213
|
+
from wordlift_client.models.monitor_summary_item import MonitorSummaryItem
|
|
214
|
+
from wordlift_client.models.neighbors import Neighbors
|
|
209
215
|
from wordlift_client.models.network_account_info import NetworkAccountInfo
|
|
210
216
|
from wordlift_client.models.node_request import NodeRequest
|
|
211
217
|
from wordlift_client.models.node_request_metadata_value import NodeRequestMetadataValue
|
|
@@ -215,6 +221,7 @@ from wordlift_client.models.page_active_account import PageActiveAccount
|
|
|
215
221
|
from wordlift_client.models.page_add_on_configuration import PageAddOnConfiguration
|
|
216
222
|
from wordlift_client.models.page_content_generation import PageContentGeneration
|
|
217
223
|
from wordlift_client.models.page_field import PageField
|
|
224
|
+
from wordlift_client.models.page_info import PageInfo
|
|
218
225
|
from wordlift_client.models.page_merchant_entry import PageMerchantEntry
|
|
219
226
|
from wordlift_client.models.page_merchant_sync import PageMerchantSync
|
|
220
227
|
from wordlift_client.models.page_merchant_view import PageMerchantView
|
|
@@ -249,6 +256,8 @@ from wordlift_client.models.request import Request
|
|
|
249
256
|
from wordlift_client.models.request1 import Request1
|
|
250
257
|
from wordlift_client.models.request2 import Request2
|
|
251
258
|
from wordlift_client.models.request3 import Request3
|
|
259
|
+
from wordlift_client.models.resource_request import ResourceRequest
|
|
260
|
+
from wordlift_client.models.resource_type import ResourceType
|
|
252
261
|
from wordlift_client.models.response import Response
|
|
253
262
|
from wordlift_client.models.response1 import Response1
|
|
254
263
|
from wordlift_client.models.response2 import Response2
|
|
@@ -272,9 +281,14 @@ from wordlift_client.models.update_question_and_answer_request import UpdateQues
|
|
|
272
281
|
from wordlift_client.models.update_record_request import UpdateRecordRequest
|
|
273
282
|
from wordlift_client.models.update_records_request import UpdateRecordsRequest
|
|
274
283
|
from wordlift_client.models.update_site_url_request import UpdateSiteUrlRequest
|
|
284
|
+
from wordlift_client.models.url_list_item import UrlListItem
|
|
285
|
+
from wordlift_client.models.url_list_response import UrlListResponse
|
|
286
|
+
from wordlift_client.models.url_results_response import UrlResultsResponse
|
|
287
|
+
from wordlift_client.models.url_summary_response import UrlSummaryResponse
|
|
275
288
|
from wordlift_client.models.validation_error import ValidationError
|
|
276
289
|
from wordlift_client.models.validation_error1 import ValidationError1
|
|
277
|
-
from wordlift_client.models.
|
|
290
|
+
from wordlift_client.models.validation_error2 import ValidationError2
|
|
291
|
+
from wordlift_client.models.validation_error2_detail_inner import ValidationError2DetailInner
|
|
278
292
|
from wordlift_client.models.validation_fix import ValidationFix
|
|
279
293
|
from wordlift_client.models.validation_result import ValidationResult
|
|
280
294
|
from wordlift_client.models.validation_type_enum import ValidationTypeEnum
|
wordlift_client/api/__init__.py
CHANGED
|
@@ -70,4 +70,5 @@ from wordlift_client.api.web_asyncs_metadata_api import WebAsyncsMetadataApi
|
|
|
70
70
|
from wordlift_client.api.web_asyncs_responses_api import WebAsyncsResponsesApi
|
|
71
71
|
from wordlift_client.api.web_pages_imports_api import WebPagesImportsApi
|
|
72
72
|
from wordlift_client.api.web_pages_api import WebPagesApi
|
|
73
|
+
from wordlift_client.api.default_api import DefaultApi
|
|
73
74
|
|
wordlift_client/api/audit_api.py
CHANGED
|
@@ -97,7 +97,7 @@ class AuditApi:
|
|
|
97
97
|
'401': "ErrorResponse",
|
|
98
98
|
'403': "ErrorResponse",
|
|
99
99
|
'404': "ErrorResponse",
|
|
100
|
-
'422': "
|
|
100
|
+
'422': "ValidationError2",
|
|
101
101
|
'500': "ErrorResponse",
|
|
102
102
|
}
|
|
103
103
|
response_data = await self.api_client.call_api(
|
|
@@ -170,7 +170,7 @@ class AuditApi:
|
|
|
170
170
|
'401': "ErrorResponse",
|
|
171
171
|
'403': "ErrorResponse",
|
|
172
172
|
'404': "ErrorResponse",
|
|
173
|
-
'422': "
|
|
173
|
+
'422': "ValidationError2",
|
|
174
174
|
'500': "ErrorResponse",
|
|
175
175
|
}
|
|
176
176
|
response_data = await self.api_client.call_api(
|
|
@@ -243,7 +243,7 @@ class AuditApi:
|
|
|
243
243
|
'401': "ErrorResponse",
|
|
244
244
|
'403': "ErrorResponse",
|
|
245
245
|
'404': "ErrorResponse",
|
|
246
|
-
'422': "
|
|
246
|
+
'422': "ValidationError2",
|
|
247
247
|
'500': "ErrorResponse",
|
|
248
248
|
}
|
|
249
249
|
response_data = await self.api_client.call_api(
|