Skip to content

Commit c32ae83

Browse files
committed
Regenerated the client
1 parent 9451e54 commit c32ae83

Some content is hidden

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

53 files changed

+72
-52
lines changed

docs/JoinCond.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**field** | **String** | Field to join on |
88
**table** | **String** | Joined table |
9+
**query** | [**FulltextFilter**](FulltextFilter.md) | | [optional]
910
**type** | **Object** | | [optional]
1011

1112

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manticoresearch-dev",
3-
"version": "8.1.0-dev",
3+
"version": "8.2.0-dev",
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
@@ -18,7 +18,7 @@ import { JSONParse } from 'json-with-bigint';
1818

1919
/**
2020
* @module ApiClient
21-
* @version 8.1.0
21+
* @version 8.2.0
2222
*/
2323

2424
/**
@@ -55,7 +55,7 @@ class ApiClient {
5555
* @default {}
5656
*/
5757
this.defaultHeaders = {
58-
'User-Agent': 'OpenAPI-Generator/8.1.0/Javascript'
58+
'User-Agent': 'OpenAPI-Generator/8.2.0/Javascript'
5959
};
6060

6161
/**

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 8.1.0
29+
* @version 8.2.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 8.1.0
25+
* @version 8.2.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 8.1.0
22+
* @version 8.2.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
@@ -91,7 +91,7 @@ import UtilsApi from './api/UtilsApi';
9191
* </pre>
9292
* </p>
9393
* @module index
94-
* @version 8.1.0
94+
* @version 8.2.0
9595
*/
9696
export {
9797
/**

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 8.1.0
20+
* @version 8.2.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 8.1.0
20+
* @version 8.2.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 8.1.0
19+
* @version 8.2.0
2020
*/
2121
class AggCompositeTerm {
2222
/**

0 commit comments

Comments
 (0)