Skip to content

Commit e28846e

Browse files
committed
Regenerated client
1 parent c32ae83 commit e28846e

File tree

153 files changed

+434
-264
lines changed

Some content is hidden

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

153 files changed

+434
-264
lines changed

.babelrc

100755100644
File mode changed.

.gitignore

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,6 @@ dist
127127
.yarn/unplugged
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130-
.pnp.*
130+
.pnp.*
131+
132+
.project

.openapi-generator-ignore

100755100644
File mode changed.

.openapi-generator/FILES

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ docs/InsertDocumentRequest.md
2828
docs/Join.md
2929
docs/JoinCond.md
3030
docs/JoinOn.md
31+
docs/Knn.md
3132
docs/KnnQuery.md
3233
docs/Match.md
3334
docs/MatchAll.md
@@ -82,6 +83,7 @@ src/model/InsertDocumentRequest.js
8283
src/model/Join.js
8384
src/model/JoinCond.js
8485
src/model/JoinOn.js
86+
src/model/Knn.js
8587
src/model/KnnQuery.js
8688
src/model/Match.js
8789
src/model/MatchAll.js
@@ -129,6 +131,7 @@ test/model/InsertDocumentRequest.spec.js
129131
test/model/Join.spec.js
130132
test/model/JoinCond.spec.js
131133
test/model/JoinOn.spec.js
134+
test/model/Knn.spec.js
132135
test/model/KnnQuery.spec.js
133136
test/model/Match.spec.js
134137
test/model/MatchAll.spec.js

.openapi-generator/VERSION

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

.travis.yml

100755100644
File mode changed.

README.md

100755100644
Lines changed: 2 additions & 1 deletion

docs/AggComposite.md

100755100644
File mode changed.

docs/AggCompositeSource.md

100755100644
File mode changed.

docs/AggCompositeTerm.md

100755100644
File mode changed.

0 commit comments

Comments
 (0)