Skip to content

Commit abe4b13

Browse files
committed
Regenerated the client
1 parent 3c8542d commit abe4b13

File tree

188 files changed

+7432
-8138
lines changed

Some content is hidden

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

188 files changed

+7432
-8138
lines changed

.gitignore

Lines changed: 101 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,129 @@
22
logs
33
*.log
44
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
lerna-debug.log*
8+
.pnpm-debug.log*
9+
10+
# Diagnostic reports (https://nodejs.org/api/report.html)
11+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
512

613
# Runtime data
714
pids
815
*.pid
916
*.seed
17+
*.pid.lock
1018

1119
# Directory for instrumented libs generated by jscoverage/JSCover
1220
lib-cov
1321

1422
# Coverage directory used by tools like istanbul
1523
coverage
24+
*.lcov
25+
26+
# nyc test coverage
27+
.nyc_output
1628

17-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
29+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
1830
.grunt
1931

32+
# Bower dependency directory (https://bower.io/)
33+
bower_components
34+
2035
# node-waf configuration
2136
.lock-wscript
2237

23-
# Compiled binary addons (http://nodejs.org/api/addons.html)
38+
# Compiled binary addons (https://nodejs.org/api/addons.html)
2439
build/Release
2540

26-
# Dependency directory
27-
node_modules
41+
# Dependency directories
42+
node_modules/
43+
jspm_packages/
44+
45+
# Snowpack dependency directory (https://snowpack.dev/)
46+
web_modules/
47+
48+
# TypeScript cache
49+
*.tsbuildinfo
2850

2951
# Optional npm cache directory
3052
.npm
3153

54+
# Optional eslint cache
55+
.eslintcache
56+
57+
# Optional stylelint cache
58+
.stylelintcache
59+
60+
# Microbundle cache
61+
.rpt2_cache/
62+
.rts2_cache_cjs/
63+
.rts2_cache_es/
64+
.rts2_cache_umd/
65+
3266
# Optional REPL history
3367
.node_repl_history
68+
69+
# Output of 'npm pack'
70+
*.tgz
71+
72+
# Yarn Integrity file
73+
.yarn-integrity
74+
75+
# dotenv environment variable files
76+
.env
77+
.env.development.local
78+
.env.test.local
79+
.env.production.local
80+
.env.local
81+
82+
# parcel-bundler cache (https://parceljs.org/)
83+
.cache
84+
.parcel-cache
85+
86+
# Next.js build output
87+
.next
88+
out
89+
90+
# Nuxt.js build / generate output
91+
.nuxt
92+
dist
93+
94+
# Gatsby files
95+
.cache/
96+
# Comment in the public line in if your project uses Gatsby and not Next.js
97+
# https://nextjs.org/blog/next-9-1#public-directory-support
98+
# public
99+
100+
# vuepress build output
101+
.vuepress/dist
102+
103+
# vuepress v2.x temp and cache directory
104+
.temp
105+
.cache
106+
107+
# Docusaurus cache and generated files
108+
.docusaurus
109+
110+
# Serverless directories
111+
.serverless/
112+
113+
# FuseBox cache
114+
.fusebox/
115+
116+
# DynamoDB Local files
117+
.dynamodb/
118+
119+
# TernJS port file
120+
.tern-port
121+
122+
# Stores VSCode versions used for testing VSCode extensions
123+
.vscode-test
124+
125+
# yarn v2
126+
.yarn/cache
127+
.yarn/unplugged
128+
.yarn/build-state.yml
129+
.yarn/install-state.gz
130+
.pnp.*

.openapi-generator/FILES

Lines changed: 60 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,42 @@
33
.openapi-generator-ignore
44
.travis.yml
55
README.md
6+
docs/AggComposite.md
7+
docs/AggCompositeSource.md
8+
docs/AggCompositeTerm.md
9+
docs/AggTerms.md
610
docs/Aggregation.md
7-
docs/AggregationSortInnerValue.md
8-
docs/AggregationTerms.md
911
docs/BoolFilter.md
1012
docs/BulkResponse.md
1113
docs/DeleteDocumentRequest.md
1214
docs/DeleteResponse.md
13-
docs/EqualsFilter.md
1415
docs/ErrorResponse.md
15-
docs/Facet.md
16-
docs/FilterBoolean.md
17-
docs/FilterNumber.md
18-
docs/FilterString.md
19-
docs/GeoDistanceFilter.md
20-
docs/GeoDistanceFilterLocationAnchor.md
16+
docs/FulltextFilter.md
17+
docs/GeoDistance.md
18+
docs/GeoDistanceLocationAnchor.md
2119
docs/Highlight.md
22-
docs/HighlightField.md
23-
docs/InFilter.md
20+
docs/HighlightFieldOption.md
2421
docs/IndexApi.md
2522
docs/InsertDocumentRequest.md
26-
docs/KnnQueryByDocId.md
27-
docs/KnnQueryByVector.md
28-
docs/MatchFilter.md
29-
docs/MatchOp.md
30-
docs/MatchOpFilter.md
31-
docs/MatchPhraseFilter.md
32-
docs/NotFilterBoolean.md
33-
docs/NotFilterNumber.md
34-
docs/NotFilterString.md
23+
docs/Join.md
24+
docs/JoinCond.md
25+
docs/JoinOn.md
26+
docs/KnnQuery.md
27+
docs/Match.md
28+
docs/MatchAll.md
3529
docs/PercolateRequest.md
3630
docs/PercolateRequestQuery.md
3731
docs/QueryFilter.md
38-
docs/RangeFilter.md
39-
docs/RangeFilterLte.md
32+
docs/Range.md
33+
docs/ReplaceDocumentRequest.md
34+
docs/ResponseError.md
35+
docs/ResponseErrorDetails.md
4036
docs/SearchApi.md
37+
docs/SearchQuery.md
4138
docs/SearchRequest.md
42-
docs/SearchRequestKnn.md
4339
docs/SearchResponse.md
4440
docs/SearchResponseHits.md
45-
docs/SortMVA.md
46-
docs/SortMultiple.md
47-
docs/SortOrder.md
48-
docs/SourceByRules.md
41+
docs/SourceRules.md
4942
docs/SuccessResponse.md
5043
docs/UpdateDocumentRequest.md
5144
docs/UpdateResponse.md
@@ -58,94 +51,80 @@ src/api/IndexApi.js
5851
src/api/SearchApi.js
5952
src/api/UtilsApi.js
6053
src/index.js
54+
src/model/AggComposite.js
55+
src/model/AggCompositeSource.js
56+
src/model/AggCompositeTerm.js
57+
src/model/AggTerms.js
6158
src/model/Aggregation.js
62-
src/model/AggregationSortInnerValue.js
63-
src/model/AggregationTerms.js
6459
src/model/BoolFilter.js
6560
src/model/BulkResponse.js
6661
src/model/DeleteDocumentRequest.js
6762
src/model/DeleteResponse.js
68-
src/model/EqualsFilter.js
6963
src/model/ErrorResponse.js
70-
src/model/Facet.js
71-
src/model/FilterBoolean.js
72-
src/model/FilterNumber.js
73-
src/model/FilterString.js
74-
src/model/GeoDistanceFilter.js
75-
src/model/GeoDistanceFilterLocationAnchor.js
64+
src/model/FulltextFilter.js
65+
src/model/GeoDistance.js
66+
src/model/GeoDistanceLocationAnchor.js
7667
src/model/Highlight.js
77-
src/model/HighlightField.js
78-
src/model/InFilter.js
68+
src/model/HighlightFieldOption.js
7969
src/model/InsertDocumentRequest.js
80-
src/model/KnnQueryByDocId.js
81-
src/model/KnnQueryByVector.js
82-
src/model/MatchFilter.js
83-
src/model/MatchOp.js
84-
src/model/MatchOpFilter.js
85-
src/model/MatchPhraseFilter.js
86-
src/model/NotFilterBoolean.js
87-
src/model/NotFilterNumber.js
88-
src/model/NotFilterString.js
70+
src/model/Join.js
71+
src/model/JoinCond.js
72+
src/model/JoinOn.js
73+
src/model/KnnQuery.js
74+
src/model/Match.js
75+
src/model/MatchAll.js
8976
src/model/PercolateRequest.js
9077
src/model/PercolateRequestQuery.js
9178
src/model/QueryFilter.js
92-
src/model/RangeFilter.js
93-
src/model/RangeFilterLte.js
79+
src/model/Range.js
80+
src/model/ReplaceDocumentRequest.js
81+
src/model/ResponseError.js
82+
src/model/ResponseErrorDetails.js
83+
src/model/SearchQuery.js
9484
src/model/SearchRequest.js
95-
src/model/SearchRequestKnn.js
9685
src/model/SearchResponse.js
9786
src/model/SearchResponseHits.js
98-
src/model/SortMVA.js
99-
src/model/SortMultiple.js
100-
src/model/SortOrder.js
101-
src/model/SourceByRules.js
87+
src/model/SourceRules.js
10288
src/model/SuccessResponse.js
10389
src/model/UpdateDocumentRequest.js
10490
src/model/UpdateResponse.js
10591
test/api/IndexApi.spec.js
10692
test/api/SearchApi.spec.js
10793
test/api/UtilsApi.spec.js
94+
test/model/AggComposite.spec.js
95+
test/model/AggCompositeSource.spec.js
96+
test/model/AggCompositeTerm.spec.js
97+
test/model/AggTerms.spec.js
10898
test/model/Aggregation.spec.js
109-
test/model/AggregationSortInnerValue.spec.js
110-
test/model/AggregationTerms.spec.js
11199
test/model/BoolFilter.spec.js
112100
test/model/BulkResponse.spec.js
113101
test/model/DeleteDocumentRequest.spec.js
114102
test/model/DeleteResponse.spec.js
115-
test/model/EqualsFilter.spec.js
116103
test/model/ErrorResponse.spec.js
117-
test/model/Facet.spec.js
118-
test/model/FilterBoolean.spec.js
119-
test/model/FilterNumber.spec.js
120-
test/model/FilterString.spec.js
121-
test/model/GeoDistanceFilter.spec.js
122-
test/model/GeoDistanceFilterLocationAnchor.spec.js
104+
test/model/FulltextFilter.spec.js
105+
test/model/GeoDistance.spec.js
106+
test/model/GeoDistanceLocationAnchor.spec.js
123107
test/model/Highlight.spec.js
124-
test/model/HighlightField.spec.js
125-
test/model/InFilter.spec.js
108+
test/model/HighlightFieldOption.spec.js
126109
test/model/InsertDocumentRequest.spec.js
127-
test/model/KnnQueryByDocId.spec.js
128-
test/model/KnnQueryByVector.spec.js
129-
test/model/MatchFilter.spec.js
130-
test/model/MatchOp.spec.js
131-
test/model/MatchOpFilter.spec.js
132-
test/model/MatchPhraseFilter.spec.js
133-
test/model/NotFilterBoolean.spec.js
134-
test/model/NotFilterNumber.spec.js
135-
test/model/NotFilterString.spec.js
110+
test/model/Join.spec.js
111+
test/model/JoinCond.spec.js
112+
test/model/JoinOn.spec.js
113+
test/model/KnnQuery.spec.js
114+
test/model/Match.spec.js
115+
test/model/MatchAll.spec.js
136116
test/model/PercolateRequest.spec.js
137117
test/model/PercolateRequestQuery.spec.js
138118
test/model/QueryFilter.spec.js
139-
test/model/RangeFilter.spec.js
140-
test/model/RangeFilterLte.spec.js
119+
test/model/Range.spec.js
120+
test/model/ReplaceDocumentRequest.spec.js
121+
test/model/ResponseError.spec.js
122+
test/model/ResponseErrorDetails.spec.js
123+
test/model/SearchQuery.spec.js
141124
test/model/SearchRequest.spec.js
142-
test/model/SearchRequestKnn.spec.js
143125
test/model/SearchResponse.spec.js
144126
test/model/SearchResponseHits.spec.js
145-
test/model/SortMVA.spec.js
146-
test/model/SortMultiple.spec.js
147-
test/model/SortOrder.spec.js
148-
test/model/SourceByRules.spec.js
127+
test/model/SourceRules.spec.js
149128
test/model/SuccessResponse.spec.js
150129
test/model/UpdateDocumentRequest.spec.js
151130
test/model/UpdateResponse.spec.js

.openapi-generator/VERSION

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

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
cache: npm
33
node_js:
4-
- "5"
5-
- "5.11"
4+
- "6"
5+
- "6.1"

0 commit comments

Comments
 (0)