Skip to content

Commit fe6bfd2

Browse files
committed
Regenerated the client
1 parent c69ac28 commit fe6bfd2

File tree

1,184 files changed

+104
-1279035
lines changed

Some content is hidden

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

1,184 files changed

+104
-1279035
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import * as Manticoresearch from "manticoresearch-ts";
6464

6565
## Documentation
6666

67-
Full documentation on the API Endpoints and Models used is available in [docs](https://github.com/manticoresoftware/manticoresearch-typescript/tree/8.0.0/docs) folder as listed below.
67+
Full documentation on the API Endpoints and Models used is available in [docs](https://github.com/manticoresoftware/manticoresearch-typescript/tree/8.1.0/docs) folder as listed below.
6868

6969
Manticore Search server documentation: https://manual.manticoresearch.com.
7070

models/JoinCond.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Do not edit the class manually.
1111
*/
1212

13+
import { FulltextFilter } from '../models/FulltextFilter';
1314
import { HttpFile } from '../http/http';
1415

1516
/**
@@ -24,6 +25,7 @@ export class JoinCond {
2425
* Joined table
2526
*/
2627
'table': string;
28+
'query'?: FulltextFilter;
2729
'type'?: any | null;
2830

2931
static readonly discriminator: string | undefined = undefined;
@@ -43,6 +45,12 @@ export class JoinCond {
4345
"type": "string",
4446
"format": ""
4547
},
48+
{
49+
"name": "query",
50+
"baseName": "query",
51+
"type": "FulltextFilter",
52+
"format": ""
53+
},
4654
{
4755
"name": "type",
4856
"baseName": "type",

node_modules/.bin/_mocha

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/acorn

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/cross-env

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/cross-env-shell

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/flat

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/he

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/js-yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/mocha

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)