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
/**

0 commit comments

Comments
 (0)