Skip to content

Commit d994992

Browse files
committed
Regenerated clients with OpenAPI spec 0.1.0
1 parent 31ffca5 commit d994992

File tree

492 files changed

+569
-538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

492 files changed

+569
-538
lines changed

src/python/vectorize_client/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
API for Vectorize services (Beta)
99
10-
The version of the OpenAPI document: 0.0.1
10+
The version of the OpenAPI document: 0.1.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
@@ -54,6 +54,7 @@
5454
from vectorize_client.models.add_user_to_source_connector_request_selected_files import AddUserToSourceConnectorRequestSelectedFiles
5555
from vectorize_client.models.add_user_to_source_connector_request_selected_files_any_of import AddUserToSourceConnectorRequestSelectedFilesAnyOf
5656
from vectorize_client.models.add_user_to_source_connector_request_selected_files_any_of_value import AddUserToSourceConnectorRequestSelectedFilesAnyOfValue
57+
from vectorize_client.models.advanced_query import AdvancedQuery
5758
from vectorize_client.models.aws_s3 import AwsS3
5859
from vectorize_client.models.aws_s31 import AwsS31
5960
from vectorize_client.models.azure_blob import AzureBlob

src/python/vectorize_client/api/ai_platform_connectors_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

src/python/vectorize_client/api/destination_connectors_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

src/python/vectorize_client/api/extraction_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

src/python/vectorize_client/api/files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

src/python/vectorize_client/api/pipelines_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

src/python/vectorize_client/api/source_connectors_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

src/python/vectorize_client/api/uploads_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

src/python/vectorize_client/api_client.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -382,10 +382,6 @@ def sanitize_for_serialization(self, obj):
382382
else:
383383
obj_dict = obj.__dict__
384384

385-
if isinstance(obj_dict, list):
386-
# here we handle instances that can either be a list or something else, and only became a real list by calling to_dict()
387-
return self.sanitize_for_serialization(obj_dict)
388-
389385
return {
390386
key: self.sanitize_for_serialization(val)
391387
for key, val in obj_dict.items()

src/python/vectorize_client/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API for Vectorize services (Beta)
77
8-
The version of the OpenAPI document: 0.0.1
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -510,7 +510,7 @@ def to_debug_report(self) -> str:
510510
return "Python SDK Debug Report:\n"\
511511
"OS: {env}\n"\
512512
"Python Version: {pyversion}\n"\
513-
"Version of the API: 0.0.1\n"\
513+
"Version of the API: 0.1.0\n"\
514514
"SDK Package Version: 1.0.0".\
515515
format(env=sys.platform, pyversion=sys.version)
516516

0 commit comments

Comments
 (0)