Skip to content

Commit c0f57d7

Browse files
committed
Generated the release version of the client
1 parent dccbb04 commit c0f57d7

Some content is hidden

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

49 files changed

+51
-67
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020-2023, Manticore Software LTD
3+
Copyright (c) 2020-2025, Manticore Software LTD
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 17 deletions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "manticoresearch-dev",
3-
"version": "7.0.0-dev",
2+
"name": "manticoresearch",
3+
"version": "8.0.0",
44
"description": "Сlient for Manticore Search. ",
55
"license": "MIT",
66
"main": "dist/index.js",

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const JSONBig = _JBI({storeAsString: true});
2020

2121
/**
2222
* @module ApiClient
23-
* @version 7.0.0
23+
* @version 8.0.0
2424
*/
2525

2626
/**
@@ -57,7 +57,7 @@ class ApiClient {
5757
* @default {}
5858
*/
5959
this.defaultHeaders = {
60-
'User-Agent': 'OpenAPI-Generator/7.0.0/Javascript'
60+
'User-Agent': 'OpenAPI-Generator/8.0.0/Javascript'
6161
};
6262

6363
/**

src/api/IndexApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import UpdateResponse from '../model/UpdateResponse';
2626
/**
2727
* Index service.
2828
* @module api/IndexApi
29-
* @version 7.0.0
29+
* @version 8.0.0
3030
*/
3131
export default class IndexApi {
3232

src/api/SearchApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import SearchResponse from '../model/SearchResponse';
2222
/**
2323
* Search service.
2424
* @module api/SearchApi
25-
* @version 7.0.0
25+
* @version 8.0.0
2626
*/
2727
export default class SearchApi {
2828

src/api/UtilsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import SqlResponse from '../model/SqlResponse';
1919
/**
2020
* Utils service.
2121
* @module api/UtilsApi
22-
* @version 7.0.0
22+
* @version 8.0.0
2323
*/
2424
export default class UtilsApi {
2525

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ import UtilsApi from './api/UtilsApi';
8888
* </pre>
8989
* </p>
9090
* @module index
91-
* @version 7.0.0
91+
* @version 8.0.0
9292
*/
9393
export {
9494
/**

src/model/AggComposite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import AggCompositeSource from './AggCompositeSource';
1717
/**
1818
* The AggComposite model module.
1919
* @module model/AggComposite
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class AggComposite {
2323
/**

src/model/AggCompositeSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import AggCompositeTerm from './AggCompositeTerm';
1717
/**
1818
* The AggCompositeSource model module.
1919
* @module model/AggCompositeSource
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class AggCompositeSource {
2323
/**

src/model/AggCompositeTerm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The AggCompositeTerm model module.
1818
* @module model/AggCompositeTerm
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class AggCompositeTerm {
2222
/**

src/model/AggTerms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The AggTerms model module.
1818
* @module model/AggTerms
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class AggTerms {
2222
/**

src/model/Aggregation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import AggTerms from './AggTerms';
1818
/**
1919
* The Aggregation model module.
2020
* @module model/Aggregation
21-
* @version 7.0.0
21+
* @version 8.0.0
2222
*/
2323
class Aggregation {
2424
/**

src/model/AutocompleteRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The AutocompleteRequest model module.
1818
* @module model/AutocompleteRequest
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class AutocompleteRequest {
2222
/**

src/model/BoolFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import QueryFilter from './QueryFilter';
1717
/**
1818
* The BoolFilter model module.
1919
* @module model/BoolFilter
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class BoolFilter {
2323
/**

src/model/BulkResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The BulkResponse model module.
1818
* @module model/BulkResponse
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class BulkResponse {
2222
/**

src/model/DeleteDocumentRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The DeleteDocumentRequest model module.
1818
* @module model/DeleteDocumentRequest
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class DeleteDocumentRequest {
2222
/**

src/model/DeleteResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The DeleteResponse model module.
1818
* @module model/DeleteResponse
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class DeleteResponse {
2222
/**

src/model/ErrorResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ResponseError from './ResponseError';
1717
/**
1818
* The ErrorResponse model module.
1919
* @module model/ErrorResponse
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class ErrorResponse {
2323
/**

src/model/FulltextFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The FulltextFilter model module.
1818
* @module model/FulltextFilter
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class FulltextFilter {
2222
/**

src/model/GeoDistance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import GeoDistanceLocationAnchor from './GeoDistanceLocationAnchor';
1717
/**
1818
* The GeoDistance model module.
1919
* @module model/GeoDistance
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class GeoDistance {
2323
/**

src/model/GeoDistanceLocationAnchor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The GeoDistanceLocationAnchor model module.
1818
* @module model/GeoDistanceLocationAnchor
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class GeoDistanceLocationAnchor {
2222
/**

src/model/Highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import QueryFilter from './QueryFilter';
1818
/**
1919
* The Highlight model module.
2020
* @module model/Highlight
21-
* @version 7.0.0
21+
* @version 8.0.0
2222
*/
2323
class Highlight {
2424
/**

src/model/HighlightFieldOption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The HighlightFieldOption model module.
1818
* @module model/HighlightFieldOption
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class HighlightFieldOption {
2222
/**

src/model/HitsHits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The HitsHits model module.
1818
* @module model/HitsHits
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class HitsHits {
2222
/**

src/model/InsertDocumentRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The InsertDocumentRequest model module.
1818
* @module model/InsertDocumentRequest
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class InsertDocumentRequest {
2222
/**

src/model/Join.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import JoinOn from './JoinOn';
1818
/**
1919
* The Join model module.
2020
* @module model/Join
21-
* @version 7.0.0
21+
* @version 8.0.0
2222
*/
2323
class Join {
2424
/**

src/model/JoinCond.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The JoinCond model module.
1818
* @module model/JoinCond
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class JoinCond {
2222
/**

src/model/JoinOn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import JoinCond from './JoinCond';
1717
/**
1818
* The JoinOn model module.
1919
* @module model/JoinOn
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class JoinOn {
2323
/**

src/model/KnnQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import QueryFilter from './QueryFilter';
1717
/**
1818
* The KnnQuery model module.
1919
* @module model/KnnQuery
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class KnnQuery {
2323
/**

src/model/Match.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The Match model module.
1818
* @module model/Match
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class Match {
2222
/**

src/model/MatchAll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The MatchAll model module.
1818
* @module model/MatchAll
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class MatchAll {
2222
/**

src/model/PercolateRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import PercolateRequestQuery from './PercolateRequestQuery';
1717
/**
1818
* The PercolateRequest model module.
1919
* @module model/PercolateRequest
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class PercolateRequest {
2323
/**

src/model/PercolateRequestQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The PercolateRequestQuery model module.
1818
* @module model/PercolateRequestQuery
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class PercolateRequestQuery {
2222
/**

src/model/QueryFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import GeoDistance from './GeoDistance';
1919
/**
2020
* The QueryFilter model module.
2121
* @module model/QueryFilter
22-
* @version 7.0.0
22+
* @version 8.0.0
2323
*/
2424
class QueryFilter {
2525
/**

src/model/Range.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The Range model module.
1818
* @module model/Range
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class Range {
2222
/**

src/model/ReplaceDocumentRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The ReplaceDocumentRequest model module.
1818
* @module model/ReplaceDocumentRequest
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class ReplaceDocumentRequest {
2222
/**

src/model/ResponseError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ResponseErrorDetails from './ResponseErrorDetails';
1717
/**
1818
* The ResponseError model module.
1919
* @module model/ResponseError
20-
* @version 7.0.0
20+
* @version 8.0.0
2121
*/
2222
class ResponseError {
2323
/**

src/model/ResponseErrorDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The ResponseErrorDetails model module.
1818
* @module model/ResponseErrorDetails
19-
* @version 7.0.0
19+
* @version 8.0.0
2020
*/
2121
class ResponseErrorDetails {
2222
/**

src/model/SearchQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import QueryFilter from './QueryFilter';
2020
/**
2121
* The SearchQuery model module.
2222
* @module model/SearchQuery
23-
* @version 7.0.0
23+
* @version 8.0.0
2424
*/
2525
class SearchQuery {
2626
/**

src/model/SearchRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import SearchQuery from './SearchQuery';
2121
/**
2222
* The SearchRequest model module.
2323
* @module model/SearchRequest
24-
* @version 7.0.0
24+
* @version 8.0.0
2525
*/
2626
class SearchRequest {
2727
/**

0 commit comments

Comments
 (0)