@seekora-ai/admin-api 1.1.98 → 1.1.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api.ts +16 -16
- package/dist/api.d.ts +16 -16
- package/dist/esm/api.d.ts +16 -16
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.99.tgz +0 -0
- package/seekora-ai-admin-api-1.1.98.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.1.
|
|
1
|
+
## @seekora-ai/admin-api@1.1.99
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @seekora-ai/admin-api@1.1.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.1.99 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -13954,7 +13954,7 @@ export interface DataTypesComponentCheck {
|
|
|
13954
13954
|
*/
|
|
13955
13955
|
export interface DataTypesComponentStatusDetail {
|
|
13956
13956
|
/**
|
|
13957
|
-
*
|
|
13957
|
+
* Search collection exists
|
|
13958
13958
|
* @type {DataTypesComponentCheck}
|
|
13959
13959
|
* @memberof DataTypesComponentStatusDetail
|
|
13960
13960
|
*/
|
|
@@ -17042,7 +17042,7 @@ export interface DataTypesDropdownRecommendationsConfig {
|
|
|
17042
17042
|
*/
|
|
17043
17043
|
'dynamic_tabs_max_count'?: number;
|
|
17044
17044
|
/**
|
|
17045
|
-
* Method: \"groupBy\" (
|
|
17045
|
+
* Method: \"groupBy\" (group results by field), \"facets\" (uses facet discovery), \"manual\" (uses FilteredTabs config only) (default: \"groupBy\")
|
|
17046
17046
|
* @type {string}
|
|
17047
17047
|
* @memberof DataTypesDropdownRecommendationsConfig
|
|
17048
17048
|
*/
|
|
@@ -27724,17 +27724,17 @@ export interface DataTypesQuerySuggestionsConfig {
|
|
|
27724
27724
|
*/
|
|
27725
27725
|
'min_popularity'?: number;
|
|
27726
27726
|
/**
|
|
27727
|
-
* Whether
|
|
27727
|
+
* Whether the search collection is enabled for suggestions
|
|
27728
27728
|
* @type {boolean}
|
|
27729
27729
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
27730
27730
|
*/
|
|
27731
|
-
'
|
|
27731
|
+
'search_index_enabled'?: boolean;
|
|
27732
27732
|
/**
|
|
27733
|
-
* Whether to sync to
|
|
27733
|
+
* Whether to sync enabled suggestions to the search engine
|
|
27734
27734
|
* @type {boolean}
|
|
27735
27735
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
27736
27736
|
*/
|
|
27737
|
-
'
|
|
27737
|
+
'sync_to_index'?: boolean;
|
|
27738
27738
|
/**
|
|
27739
27739
|
* Include auto-generated suggestions
|
|
27740
27740
|
* @type {boolean}
|
|
@@ -38287,6 +38287,12 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
38287
38287
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38288
38288
|
*/
|
|
38289
38289
|
'rules'?: Array<QuerySuggestionsServiceQuerySuggestionRule>;
|
|
38290
|
+
/**
|
|
38291
|
+
* Whether the search collection is enabled for suggestions
|
|
38292
|
+
* @type {boolean}
|
|
38293
|
+
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38294
|
+
*/
|
|
38295
|
+
'search_index_enabled'?: boolean;
|
|
38290
38296
|
/**
|
|
38291
38297
|
* Query Suggestions with categories - enhanced
|
|
38292
38298
|
* @type {number}
|
|
@@ -38306,17 +38312,11 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
38306
38312
|
*/
|
|
38307
38313
|
'stemming_locale'?: string;
|
|
38308
38314
|
/**
|
|
38309
|
-
* Whether to sync enabled suggestions to
|
|
38310
|
-
* @type {boolean}
|
|
38311
|
-
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38312
|
-
*/
|
|
38313
|
-
'sync_to_typesense'?: boolean;
|
|
38314
|
-
/**
|
|
38315
|
-
* Whether to sync to Typesense
|
|
38315
|
+
* Whether to sync enabled suggestions to the search engine
|
|
38316
38316
|
* @type {boolean}
|
|
38317
38317
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38318
38318
|
*/
|
|
38319
|
-
'
|
|
38319
|
+
'sync_to_index'?: boolean;
|
|
38320
38320
|
/**
|
|
38321
38321
|
* Index settings
|
|
38322
38322
|
* @type {number}
|
|
@@ -39340,11 +39340,11 @@ export interface QuerySuggestionsServiceUpdateSuggestionConfigRequest {
|
|
|
39340
39340
|
*/
|
|
39341
39341
|
'stemming_locale'?: string;
|
|
39342
39342
|
/**
|
|
39343
|
-
* Enable/disable syncing suggestions to
|
|
39343
|
+
* Enable/disable syncing suggestions to the search engine
|
|
39344
39344
|
* @type {boolean}
|
|
39345
39345
|
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
39346
39346
|
*/
|
|
39347
|
-
'
|
|
39347
|
+
'sync_to_index'?: boolean;
|
|
39348
39348
|
/**
|
|
39349
39349
|
* Typo tolerance
|
|
39350
39350
|
* @type {number}
|
package/dist/api.d.ts
CHANGED
|
@@ -13983,7 +13983,7 @@ export interface DataTypesComponentCheck {
|
|
|
13983
13983
|
*/
|
|
13984
13984
|
export interface DataTypesComponentStatusDetail {
|
|
13985
13985
|
/**
|
|
13986
|
-
*
|
|
13986
|
+
* Search collection exists
|
|
13987
13987
|
* @type {DataTypesComponentCheck}
|
|
13988
13988
|
* @memberof DataTypesComponentStatusDetail
|
|
13989
13989
|
*/
|
|
@@ -17072,7 +17072,7 @@ export interface DataTypesDropdownRecommendationsConfig {
|
|
|
17072
17072
|
*/
|
|
17073
17073
|
'dynamic_tabs_max_count'?: number;
|
|
17074
17074
|
/**
|
|
17075
|
-
* Method: \"groupBy\" (
|
|
17075
|
+
* Method: \"groupBy\" (group results by field), \"facets\" (uses facet discovery), \"manual\" (uses FilteredTabs config only) (default: \"groupBy\")
|
|
17076
17076
|
* @type {string}
|
|
17077
17077
|
* @memberof DataTypesDropdownRecommendationsConfig
|
|
17078
17078
|
*/
|
|
@@ -27790,17 +27790,17 @@ export interface DataTypesQuerySuggestionsConfig {
|
|
|
27790
27790
|
*/
|
|
27791
27791
|
'min_popularity'?: number;
|
|
27792
27792
|
/**
|
|
27793
|
-
* Whether
|
|
27793
|
+
* Whether the search collection is enabled for suggestions
|
|
27794
27794
|
* @type {boolean}
|
|
27795
27795
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
27796
27796
|
*/
|
|
27797
|
-
'
|
|
27797
|
+
'search_index_enabled'?: boolean;
|
|
27798
27798
|
/**
|
|
27799
|
-
* Whether to sync to
|
|
27799
|
+
* Whether to sync enabled suggestions to the search engine
|
|
27800
27800
|
* @type {boolean}
|
|
27801
27801
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
27802
27802
|
*/
|
|
27803
|
-
'
|
|
27803
|
+
'sync_to_index'?: boolean;
|
|
27804
27804
|
/**
|
|
27805
27805
|
* Include auto-generated suggestions
|
|
27806
27806
|
* @type {boolean}
|
|
@@ -38361,6 +38361,12 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
38361
38361
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38362
38362
|
*/
|
|
38363
38363
|
'rules'?: Array<QuerySuggestionsServiceQuerySuggestionRule>;
|
|
38364
|
+
/**
|
|
38365
|
+
* Whether the search collection is enabled for suggestions
|
|
38366
|
+
* @type {boolean}
|
|
38367
|
+
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38368
|
+
*/
|
|
38369
|
+
'search_index_enabled'?: boolean;
|
|
38364
38370
|
/**
|
|
38365
38371
|
* Query Suggestions with categories - enhanced
|
|
38366
38372
|
* @type {number}
|
|
@@ -38380,17 +38386,11 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
38380
38386
|
*/
|
|
38381
38387
|
'stemming_locale'?: string;
|
|
38382
38388
|
/**
|
|
38383
|
-
* Whether to sync enabled suggestions to
|
|
38384
|
-
* @type {boolean}
|
|
38385
|
-
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38386
|
-
*/
|
|
38387
|
-
'sync_to_typesense'?: boolean;
|
|
38388
|
-
/**
|
|
38389
|
-
* Whether to sync to Typesense
|
|
38389
|
+
* Whether to sync enabled suggestions to the search engine
|
|
38390
38390
|
* @type {boolean}
|
|
38391
38391
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38392
38392
|
*/
|
|
38393
|
-
'
|
|
38393
|
+
'sync_to_index'?: boolean;
|
|
38394
38394
|
/**
|
|
38395
38395
|
* Index settings
|
|
38396
38396
|
* @type {number}
|
|
@@ -39410,11 +39410,11 @@ export interface QuerySuggestionsServiceUpdateSuggestionConfigRequest {
|
|
|
39410
39410
|
*/
|
|
39411
39411
|
'stemming_locale'?: string;
|
|
39412
39412
|
/**
|
|
39413
|
-
* Enable/disable syncing suggestions to
|
|
39413
|
+
* Enable/disable syncing suggestions to the search engine
|
|
39414
39414
|
* @type {boolean}
|
|
39415
39415
|
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
39416
39416
|
*/
|
|
39417
|
-
'
|
|
39417
|
+
'sync_to_index'?: boolean;
|
|
39418
39418
|
/**
|
|
39419
39419
|
* Typo tolerance
|
|
39420
39420
|
* @type {number}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -13983,7 +13983,7 @@ export interface DataTypesComponentCheck {
|
|
|
13983
13983
|
*/
|
|
13984
13984
|
export interface DataTypesComponentStatusDetail {
|
|
13985
13985
|
/**
|
|
13986
|
-
*
|
|
13986
|
+
* Search collection exists
|
|
13987
13987
|
* @type {DataTypesComponentCheck}
|
|
13988
13988
|
* @memberof DataTypesComponentStatusDetail
|
|
13989
13989
|
*/
|
|
@@ -17072,7 +17072,7 @@ export interface DataTypesDropdownRecommendationsConfig {
|
|
|
17072
17072
|
*/
|
|
17073
17073
|
'dynamic_tabs_max_count'?: number;
|
|
17074
17074
|
/**
|
|
17075
|
-
* Method: \"groupBy\" (
|
|
17075
|
+
* Method: \"groupBy\" (group results by field), \"facets\" (uses facet discovery), \"manual\" (uses FilteredTabs config only) (default: \"groupBy\")
|
|
17076
17076
|
* @type {string}
|
|
17077
17077
|
* @memberof DataTypesDropdownRecommendationsConfig
|
|
17078
17078
|
*/
|
|
@@ -27790,17 +27790,17 @@ export interface DataTypesQuerySuggestionsConfig {
|
|
|
27790
27790
|
*/
|
|
27791
27791
|
'min_popularity'?: number;
|
|
27792
27792
|
/**
|
|
27793
|
-
* Whether
|
|
27793
|
+
* Whether the search collection is enabled for suggestions
|
|
27794
27794
|
* @type {boolean}
|
|
27795
27795
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
27796
27796
|
*/
|
|
27797
|
-
'
|
|
27797
|
+
'search_index_enabled'?: boolean;
|
|
27798
27798
|
/**
|
|
27799
|
-
* Whether to sync to
|
|
27799
|
+
* Whether to sync enabled suggestions to the search engine
|
|
27800
27800
|
* @type {boolean}
|
|
27801
27801
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
27802
27802
|
*/
|
|
27803
|
-
'
|
|
27803
|
+
'sync_to_index'?: boolean;
|
|
27804
27804
|
/**
|
|
27805
27805
|
* Include auto-generated suggestions
|
|
27806
27806
|
* @type {boolean}
|
|
@@ -38361,6 +38361,12 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
38361
38361
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38362
38362
|
*/
|
|
38363
38363
|
'rules'?: Array<QuerySuggestionsServiceQuerySuggestionRule>;
|
|
38364
|
+
/**
|
|
38365
|
+
* Whether the search collection is enabled for suggestions
|
|
38366
|
+
* @type {boolean}
|
|
38367
|
+
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38368
|
+
*/
|
|
38369
|
+
'search_index_enabled'?: boolean;
|
|
38364
38370
|
/**
|
|
38365
38371
|
* Query Suggestions with categories - enhanced
|
|
38366
38372
|
* @type {number}
|
|
@@ -38380,17 +38386,11 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
38380
38386
|
*/
|
|
38381
38387
|
'stemming_locale'?: string;
|
|
38382
38388
|
/**
|
|
38383
|
-
* Whether to sync enabled suggestions to
|
|
38384
|
-
* @type {boolean}
|
|
38385
|
-
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38386
|
-
*/
|
|
38387
|
-
'sync_to_typesense'?: boolean;
|
|
38388
|
-
/**
|
|
38389
|
-
* Whether to sync to Typesense
|
|
38389
|
+
* Whether to sync enabled suggestions to the search engine
|
|
38390
38390
|
* @type {boolean}
|
|
38391
38391
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
38392
38392
|
*/
|
|
38393
|
-
'
|
|
38393
|
+
'sync_to_index'?: boolean;
|
|
38394
38394
|
/**
|
|
38395
38395
|
* Index settings
|
|
38396
38396
|
* @type {number}
|
|
@@ -39410,11 +39410,11 @@ export interface QuerySuggestionsServiceUpdateSuggestionConfigRequest {
|
|
|
39410
39410
|
*/
|
|
39411
39411
|
'stemming_locale'?: string;
|
|
39412
39412
|
/**
|
|
39413
|
-
* Enable/disable syncing suggestions to
|
|
39413
|
+
* Enable/disable syncing suggestions to the search engine
|
|
39414
39414
|
* @type {boolean}
|
|
39415
39415
|
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
39416
39416
|
*/
|
|
39417
|
-
'
|
|
39417
|
+
'sync_to_index'?: boolean;
|
|
39418
39418
|
/**
|
|
39419
39419
|
* Typo tolerance
|
|
39420
39420
|
* @type {number}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|