Skip to content

Commit 01df388

Browse files
committed
Updated the Python client and tests
1 parent 23ec425 commit 01df388

Some content is hidden

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

58 files changed

+201
-23
lines changed

.gitignore

100644100755
File mode changed.

.gitlab-ci.yml

100644100755
File mode changed.

.openapi-generator-ignore

100644100755
File mode changed.

.openapi-generator/FILES

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ docs/ErrorResponse.md
1010
docs/IndexApi.md
1111
docs/InsertDocumentRequest.md
1212
docs/PercolateRequest.md
13+
docs/PercolateRequestQuery.md
1314
docs/SearchApi.md
1415
docs/SearchRequest.md
1516
docs/SearchResponse.md
@@ -36,6 +37,7 @@ manticoresearch/model/delete_response.py
3637
manticoresearch/model/error_response.py
3738
manticoresearch/model/insert_document_request.py
3839
manticoresearch/model/percolate_request.py
40+
manticoresearch/model/percolate_request_query.py
3941
manticoresearch/model/search_request.py
4042
manticoresearch/model/search_response.py
4143
manticoresearch/model/search_response_hits.py
@@ -58,6 +60,7 @@ test/test_error_response.py
5860
test/test_index_api.py
5961
test/test_insert_document_request.py
6062
test/test_percolate_request.py
63+
test/test_percolate_request_query.py
6164
test/test_search_api.py
6265
test/test_search_request.py
6366
test/test_search_response.py

.openapi-generator/VERSION

100644100755
File mode changed.

.travis.yml

100644100755
File mode changed.

README.md

100644100755
Lines changed: 4 additions & 1 deletion

docs/BulkResponse.md

100644100755
File mode changed.

docs/DeleteDocumentRequest.md

100644100755
File mode changed.

docs/DeleteResponse.md

100644100755
File mode changed.

0 commit comments

Comments
 (0)