Skip to content

Commit e014a0c

Browse files
committed
Regenerated the client
1 parent 5d2e016 commit e014a0c

File tree

118 files changed

+572
-256
lines changed

Some content is hidden

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

118 files changed

+572
-256
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ README.md
77
docs/AggComposite.md
88
docs/AggCompositeSource.md
99
docs/AggCompositeTerm.md
10+
docs/AggDateHistogram.md
11+
docs/AggHistogram.md
1012
docs/AggTerms.md
1113
docs/Aggregation.md
1214
docs/AutocompleteRequest.md
@@ -20,6 +22,7 @@ docs/GeoDistance.md
2022
docs/GeoDistanceLocationAnchor.md
2123
docs/Highlight.md
2224
docs/HighlightFieldOption.md
25+
docs/HighlightFields.md
2326
docs/HitsHits.md
2427
docs/IndexApi.md
2528
docs/InsertDocumentRequest.md
@@ -62,6 +65,8 @@ manticoresearch/models/__init__.py
6265
manticoresearch/models/agg_composite.py
6366
manticoresearch/models/agg_composite_source.py
6467
manticoresearch/models/agg_composite_term.py
68+
manticoresearch/models/agg_date_histogram.py
69+
manticoresearch/models/agg_histogram.py
6570
manticoresearch/models/agg_terms.py
6671
manticoresearch/models/aggregation.py
6772
manticoresearch/models/autocomplete_request.py
@@ -75,6 +80,7 @@ manticoresearch/models/geo_distance.py
7580
manticoresearch/models/geo_distance_location_anchor.py
7681
manticoresearch/models/highlight.py
7782
manticoresearch/models/highlight_field_option.py
83+
manticoresearch/models/highlight_fields.py
7884
manticoresearch/models/hits_hits.py
7985
manticoresearch/models/insert_document_request.py
8086
manticoresearch/models/join.py
@@ -111,6 +117,8 @@ test/__init__.py
111117
test/test_agg_composite.py
112118
test/test_agg_composite_source.py
113119
test/test_agg_composite_term.py
120+
test/test_agg_date_histogram.py
121+
test/test_agg_histogram.py
114122
test/test_agg_terms.py
115123
test/test_aggregation.py
116124
test/test_autocomplete_request.py
@@ -124,6 +132,7 @@ test/test_geo_distance.py
124132
test/test_geo_distance_location_anchor.py
125133
test/test_highlight.py
126134
test/test_highlight_field_option.py
135+
test/test_highlight_fields.py
127136
test/test_hits_hits.py
128137
test/test_index_api.py
129138
test/test_insert_document_request.py

.openapi-generator/VERSION

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.0-SNAPSHOT
1+
7.14.0

.project

Lines changed: 0 additions & 11 deletions
This file was deleted.

.travis.yml

100644100755
File mode changed.

README.md

100644100755
Lines changed: 3 additions & 15 deletions

docs/AggComposite.md

100644100755
File mode changed.

docs/AggCompositeSource.md

100644100755
File mode changed.

0 commit comments

Comments
 (0)