@seekora-ai/admin-api 1.1.64 → 1.1.66
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 +312 -0
- package/dist/api.d.ts +312 -0
- package/dist/esm/api.d.ts +312 -0
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.66.tgz +0 -0
- package/seekora-ai-admin-api-1.1.64.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.66
|
|
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.66 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -6248,30 +6248,96 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6248
6248
|
* @memberof DataTypesAdminSearchRequest
|
|
6249
6249
|
*/
|
|
6250
6250
|
'anon_id'?: string;
|
|
6251
|
+
/**
|
|
6252
|
+
*
|
|
6253
|
+
* @type {boolean}
|
|
6254
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6255
|
+
*/
|
|
6256
|
+
'apply_rules'?: boolean;
|
|
6257
|
+
/**
|
|
6258
|
+
*
|
|
6259
|
+
* @type {boolean}
|
|
6260
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6261
|
+
*/
|
|
6262
|
+
'cache_results'?: boolean;
|
|
6263
|
+
/**
|
|
6264
|
+
*
|
|
6265
|
+
* @type {boolean}
|
|
6266
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6267
|
+
*/
|
|
6268
|
+
'exact_match_boost'?: boolean;
|
|
6251
6269
|
/**
|
|
6252
6270
|
*
|
|
6253
6271
|
* @type {string}
|
|
6254
6272
|
* @memberof DataTypesAdminSearchRequest
|
|
6255
6273
|
*/
|
|
6256
6274
|
'facet_by'?: string;
|
|
6275
|
+
/**
|
|
6276
|
+
*
|
|
6277
|
+
* @type {string}
|
|
6278
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6279
|
+
*/
|
|
6280
|
+
'facet_search_text'?: string;
|
|
6281
|
+
/**
|
|
6282
|
+
*
|
|
6283
|
+
* @type {Array<number>}
|
|
6284
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6285
|
+
*/
|
|
6286
|
+
'field_weights'?: Array<number>;
|
|
6257
6287
|
/**
|
|
6258
6288
|
*
|
|
6259
6289
|
* @type {string}
|
|
6260
6290
|
* @memberof DataTypesAdminSearchRequest
|
|
6261
6291
|
*/
|
|
6262
6292
|
'filter'?: string;
|
|
6293
|
+
/**
|
|
6294
|
+
*
|
|
6295
|
+
* @type {Array<string>}
|
|
6296
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6297
|
+
*/
|
|
6298
|
+
'full_snippet_fields'?: Array<string>;
|
|
6299
|
+
/**
|
|
6300
|
+
*
|
|
6301
|
+
* @type {string}
|
|
6302
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6303
|
+
*/
|
|
6304
|
+
'group_field'?: string;
|
|
6305
|
+
/**
|
|
6306
|
+
*
|
|
6307
|
+
* @type {number}
|
|
6308
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6309
|
+
*/
|
|
6310
|
+
'group_size'?: number;
|
|
6311
|
+
/**
|
|
6312
|
+
*
|
|
6313
|
+
* @type {boolean}
|
|
6314
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6315
|
+
*/
|
|
6316
|
+
'include_snippets'?: boolean;
|
|
6263
6317
|
/**
|
|
6264
6318
|
*
|
|
6265
6319
|
* @type {boolean}
|
|
6266
6320
|
* @memberof DataTypesAdminSearchRequest
|
|
6267
6321
|
*/
|
|
6268
6322
|
'include_suggestions'?: boolean;
|
|
6323
|
+
/**
|
|
6324
|
+
*
|
|
6325
|
+
* @type {string}
|
|
6326
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6327
|
+
*/
|
|
6328
|
+
'infix_mode'?: string;
|
|
6269
6329
|
/**
|
|
6270
6330
|
*
|
|
6271
6331
|
* @type {number}
|
|
6272
6332
|
* @memberof DataTypesAdminSearchRequest
|
|
6273
6333
|
*/
|
|
6274
6334
|
'max_facet_values'?: number;
|
|
6335
|
+
/**
|
|
6336
|
+
*
|
|
6337
|
+
* @type {Array<string>}
|
|
6338
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6339
|
+
*/
|
|
6340
|
+
'omit_fields'?: Array<string>;
|
|
6275
6341
|
/**
|
|
6276
6342
|
*
|
|
6277
6343
|
* @type {DataTypesIndexConfig}
|
|
@@ -6290,18 +6356,84 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6290
6356
|
* @memberof DataTypesAdminSearchRequest
|
|
6291
6357
|
*/
|
|
6292
6358
|
'per_page'?: number;
|
|
6359
|
+
/**
|
|
6360
|
+
*
|
|
6361
|
+
* @type {string}
|
|
6362
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6363
|
+
*/
|
|
6364
|
+
'prefix_mode'?: string;
|
|
6365
|
+
/**
|
|
6366
|
+
*
|
|
6367
|
+
* @type {string}
|
|
6368
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6369
|
+
*/
|
|
6370
|
+
'preset_name'?: string;
|
|
6293
6371
|
/**
|
|
6294
6372
|
*
|
|
6295
6373
|
* @type {string}
|
|
6296
6374
|
* @memberof DataTypesAdminSearchRequest
|
|
6297
6375
|
*/
|
|
6298
6376
|
'q': string;
|
|
6377
|
+
/**
|
|
6378
|
+
*
|
|
6379
|
+
* @type {boolean}
|
|
6380
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6381
|
+
*/
|
|
6382
|
+
'require_all_terms'?: boolean;
|
|
6383
|
+
/**
|
|
6384
|
+
*
|
|
6385
|
+
* @type {Array<string>}
|
|
6386
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6387
|
+
*/
|
|
6388
|
+
'return_fields'?: Array<string>;
|
|
6389
|
+
/**
|
|
6390
|
+
* Advanced query controls (public-friendly field names)
|
|
6391
|
+
* @type {Array<string>}
|
|
6392
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6393
|
+
*/
|
|
6394
|
+
'search_fields'?: Array<string>;
|
|
6395
|
+
/**
|
|
6396
|
+
*
|
|
6397
|
+
* @type {number}
|
|
6398
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6399
|
+
*/
|
|
6400
|
+
'search_timeout_ms'?: number;
|
|
6299
6401
|
/**
|
|
6300
6402
|
* Session ID for session-based personalization
|
|
6301
6403
|
* @type {string}
|
|
6302
6404
|
* @memberof DataTypesAdminSearchRequest
|
|
6303
6405
|
*/
|
|
6304
6406
|
'session_id'?: string;
|
|
6407
|
+
/**
|
|
6408
|
+
*
|
|
6409
|
+
* @type {Array<string>}
|
|
6410
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6411
|
+
*/
|
|
6412
|
+
'snippet_fields'?: Array<string>;
|
|
6413
|
+
/**
|
|
6414
|
+
*
|
|
6415
|
+
* @type {number}
|
|
6416
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6417
|
+
*/
|
|
6418
|
+
'snippet_min_len'?: number;
|
|
6419
|
+
/**
|
|
6420
|
+
*
|
|
6421
|
+
* @type {string}
|
|
6422
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6423
|
+
*/
|
|
6424
|
+
'snippet_prefix'?: string;
|
|
6425
|
+
/**
|
|
6426
|
+
*
|
|
6427
|
+
* @type {string}
|
|
6428
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6429
|
+
*/
|
|
6430
|
+
'snippet_suffix'?: string;
|
|
6431
|
+
/**
|
|
6432
|
+
*
|
|
6433
|
+
* @type {number}
|
|
6434
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6435
|
+
*/
|
|
6436
|
+
'snippet_token_limit'?: number;
|
|
6305
6437
|
/**
|
|
6306
6438
|
*
|
|
6307
6439
|
* @type {string}
|
|
@@ -6326,6 +6458,24 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6326
6458
|
* @memberof DataTypesAdminSearchRequest
|
|
6327
6459
|
*/
|
|
6328
6460
|
'synonym_sets'?: Array<string>;
|
|
6461
|
+
/**
|
|
6462
|
+
*
|
|
6463
|
+
* @type {number}
|
|
6464
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6465
|
+
*/
|
|
6466
|
+
'typo_max'?: number;
|
|
6467
|
+
/**
|
|
6468
|
+
*
|
|
6469
|
+
* @type {number}
|
|
6470
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6471
|
+
*/
|
|
6472
|
+
'typo_min_len_1'?: number;
|
|
6473
|
+
/**
|
|
6474
|
+
*
|
|
6475
|
+
* @type {number}
|
|
6476
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6477
|
+
*/
|
|
6478
|
+
'typo_min_len_2'?: number;
|
|
6329
6479
|
/**
|
|
6330
6480
|
* Personalization fields (optional, backward compatible)
|
|
6331
6481
|
* @type {string}
|
|
@@ -8822,6 +8972,12 @@ export interface DataTypesCreditPlan {
|
|
|
8822
8972
|
* @memberof DataTypesCreditPlan
|
|
8823
8973
|
*/
|
|
8824
8974
|
'is_active'?: boolean;
|
|
8975
|
+
/**
|
|
8976
|
+
*
|
|
8977
|
+
* @type {boolean}
|
|
8978
|
+
* @memberof DataTypesCreditPlan
|
|
8979
|
+
*/
|
|
8980
|
+
'is_recommended'?: boolean;
|
|
8825
8981
|
/**
|
|
8826
8982
|
*
|
|
8827
8983
|
* @type {boolean}
|
|
@@ -8901,6 +9057,12 @@ export interface DataTypesCreditPlanDetails {
|
|
|
8901
9057
|
* @memberof DataTypesCreditPlanDetails
|
|
8902
9058
|
*/
|
|
8903
9059
|
'is_active'?: boolean;
|
|
9060
|
+
/**
|
|
9061
|
+
*
|
|
9062
|
+
* @type {boolean}
|
|
9063
|
+
* @memberof DataTypesCreditPlanDetails
|
|
9064
|
+
*/
|
|
9065
|
+
'is_recommended'?: boolean;
|
|
8904
9066
|
/**
|
|
8905
9067
|
*
|
|
8906
9068
|
* @type {number}
|
|
@@ -17710,30 +17872,96 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17710
17872
|
* @memberof DataTypesPublicSearchRequest
|
|
17711
17873
|
*/
|
|
17712
17874
|
'anon_id'?: string;
|
|
17875
|
+
/**
|
|
17876
|
+
*
|
|
17877
|
+
* @type {boolean}
|
|
17878
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17879
|
+
*/
|
|
17880
|
+
'apply_rules'?: boolean;
|
|
17881
|
+
/**
|
|
17882
|
+
*
|
|
17883
|
+
* @type {boolean}
|
|
17884
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17885
|
+
*/
|
|
17886
|
+
'cache_results'?: boolean;
|
|
17887
|
+
/**
|
|
17888
|
+
*
|
|
17889
|
+
* @type {boolean}
|
|
17890
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17891
|
+
*/
|
|
17892
|
+
'exact_match_boost'?: boolean;
|
|
17713
17893
|
/**
|
|
17714
17894
|
*
|
|
17715
17895
|
* @type {string}
|
|
17716
17896
|
* @memberof DataTypesPublicSearchRequest
|
|
17717
17897
|
*/
|
|
17718
17898
|
'facet_by'?: string;
|
|
17899
|
+
/**
|
|
17900
|
+
*
|
|
17901
|
+
* @type {string}
|
|
17902
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17903
|
+
*/
|
|
17904
|
+
'facet_search_text'?: string;
|
|
17905
|
+
/**
|
|
17906
|
+
*
|
|
17907
|
+
* @type {Array<number>}
|
|
17908
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17909
|
+
*/
|
|
17910
|
+
'field_weights'?: Array<number>;
|
|
17719
17911
|
/**
|
|
17720
17912
|
*
|
|
17721
17913
|
* @type {string}
|
|
17722
17914
|
* @memberof DataTypesPublicSearchRequest
|
|
17723
17915
|
*/
|
|
17724
17916
|
'filter'?: string;
|
|
17917
|
+
/**
|
|
17918
|
+
*
|
|
17919
|
+
* @type {Array<string>}
|
|
17920
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17921
|
+
*/
|
|
17922
|
+
'full_snippet_fields'?: Array<string>;
|
|
17923
|
+
/**
|
|
17924
|
+
*
|
|
17925
|
+
* @type {string}
|
|
17926
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17927
|
+
*/
|
|
17928
|
+
'group_field'?: string;
|
|
17929
|
+
/**
|
|
17930
|
+
*
|
|
17931
|
+
* @type {number}
|
|
17932
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17933
|
+
*/
|
|
17934
|
+
'group_size'?: number;
|
|
17935
|
+
/**
|
|
17936
|
+
*
|
|
17937
|
+
* @type {boolean}
|
|
17938
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17939
|
+
*/
|
|
17940
|
+
'include_snippets'?: boolean;
|
|
17725
17941
|
/**
|
|
17726
17942
|
*
|
|
17727
17943
|
* @type {boolean}
|
|
17728
17944
|
* @memberof DataTypesPublicSearchRequest
|
|
17729
17945
|
*/
|
|
17730
17946
|
'include_suggestions'?: boolean;
|
|
17947
|
+
/**
|
|
17948
|
+
*
|
|
17949
|
+
* @type {string}
|
|
17950
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17951
|
+
*/
|
|
17952
|
+
'infix_mode'?: string;
|
|
17731
17953
|
/**
|
|
17732
17954
|
*
|
|
17733
17955
|
* @type {number}
|
|
17734
17956
|
* @memberof DataTypesPublicSearchRequest
|
|
17735
17957
|
*/
|
|
17736
17958
|
'max_facet_values'?: number;
|
|
17959
|
+
/**
|
|
17960
|
+
*
|
|
17961
|
+
* @type {Array<string>}
|
|
17962
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17963
|
+
*/
|
|
17964
|
+
'omit_fields'?: Array<string>;
|
|
17737
17965
|
/**
|
|
17738
17966
|
*
|
|
17739
17967
|
* @type {number}
|
|
@@ -17746,18 +17974,84 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17746
17974
|
* @memberof DataTypesPublicSearchRequest
|
|
17747
17975
|
*/
|
|
17748
17976
|
'per_page'?: number;
|
|
17977
|
+
/**
|
|
17978
|
+
*
|
|
17979
|
+
* @type {string}
|
|
17980
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17981
|
+
*/
|
|
17982
|
+
'prefix_mode'?: string;
|
|
17983
|
+
/**
|
|
17984
|
+
*
|
|
17985
|
+
* @type {string}
|
|
17986
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17987
|
+
*/
|
|
17988
|
+
'preset_name'?: string;
|
|
17749
17989
|
/**
|
|
17750
17990
|
*
|
|
17751
17991
|
* @type {string}
|
|
17752
17992
|
* @memberof DataTypesPublicSearchRequest
|
|
17753
17993
|
*/
|
|
17754
17994
|
'q': string;
|
|
17995
|
+
/**
|
|
17996
|
+
*
|
|
17997
|
+
* @type {boolean}
|
|
17998
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17999
|
+
*/
|
|
18000
|
+
'require_all_terms'?: boolean;
|
|
18001
|
+
/**
|
|
18002
|
+
*
|
|
18003
|
+
* @type {Array<string>}
|
|
18004
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18005
|
+
*/
|
|
18006
|
+
'return_fields'?: Array<string>;
|
|
18007
|
+
/**
|
|
18008
|
+
* Advanced query controls (public-friendly field names)
|
|
18009
|
+
* @type {Array<string>}
|
|
18010
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18011
|
+
*/
|
|
18012
|
+
'search_fields'?: Array<string>;
|
|
18013
|
+
/**
|
|
18014
|
+
*
|
|
18015
|
+
* @type {number}
|
|
18016
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18017
|
+
*/
|
|
18018
|
+
'search_timeout_ms'?: number;
|
|
17755
18019
|
/**
|
|
17756
18020
|
* Session ID for session-based personalization
|
|
17757
18021
|
* @type {string}
|
|
17758
18022
|
* @memberof DataTypesPublicSearchRequest
|
|
17759
18023
|
*/
|
|
17760
18024
|
'session_id'?: string;
|
|
18025
|
+
/**
|
|
18026
|
+
*
|
|
18027
|
+
* @type {Array<string>}
|
|
18028
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18029
|
+
*/
|
|
18030
|
+
'snippet_fields'?: Array<string>;
|
|
18031
|
+
/**
|
|
18032
|
+
*
|
|
18033
|
+
* @type {number}
|
|
18034
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18035
|
+
*/
|
|
18036
|
+
'snippet_min_len'?: number;
|
|
18037
|
+
/**
|
|
18038
|
+
*
|
|
18039
|
+
* @type {string}
|
|
18040
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18041
|
+
*/
|
|
18042
|
+
'snippet_prefix'?: string;
|
|
18043
|
+
/**
|
|
18044
|
+
*
|
|
18045
|
+
* @type {string}
|
|
18046
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18047
|
+
*/
|
|
18048
|
+
'snippet_suffix'?: string;
|
|
18049
|
+
/**
|
|
18050
|
+
*
|
|
18051
|
+
* @type {number}
|
|
18052
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18053
|
+
*/
|
|
18054
|
+
'snippet_token_limit'?: number;
|
|
17761
18055
|
/**
|
|
17762
18056
|
*
|
|
17763
18057
|
* @type {string}
|
|
@@ -17782,6 +18076,24 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17782
18076
|
* @memberof DataTypesPublicSearchRequest
|
|
17783
18077
|
*/
|
|
17784
18078
|
'synonym_sets'?: Array<string>;
|
|
18079
|
+
/**
|
|
18080
|
+
*
|
|
18081
|
+
* @type {number}
|
|
18082
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18083
|
+
*/
|
|
18084
|
+
'typo_max'?: number;
|
|
18085
|
+
/**
|
|
18086
|
+
*
|
|
18087
|
+
* @type {number}
|
|
18088
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18089
|
+
*/
|
|
18090
|
+
'typo_min_len_1'?: number;
|
|
18091
|
+
/**
|
|
18092
|
+
*
|
|
18093
|
+
* @type {number}
|
|
18094
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18095
|
+
*/
|
|
18096
|
+
'typo_min_len_2'?: number;
|
|
17785
18097
|
/**
|
|
17786
18098
|
* Personalization fields (optional, backward compatible)
|
|
17787
18099
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -6262,30 +6262,96 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6262
6262
|
* @memberof DataTypesAdminSearchRequest
|
|
6263
6263
|
*/
|
|
6264
6264
|
'anon_id'?: string;
|
|
6265
|
+
/**
|
|
6266
|
+
*
|
|
6267
|
+
* @type {boolean}
|
|
6268
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6269
|
+
*/
|
|
6270
|
+
'apply_rules'?: boolean;
|
|
6271
|
+
/**
|
|
6272
|
+
*
|
|
6273
|
+
* @type {boolean}
|
|
6274
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6275
|
+
*/
|
|
6276
|
+
'cache_results'?: boolean;
|
|
6277
|
+
/**
|
|
6278
|
+
*
|
|
6279
|
+
* @type {boolean}
|
|
6280
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6281
|
+
*/
|
|
6282
|
+
'exact_match_boost'?: boolean;
|
|
6265
6283
|
/**
|
|
6266
6284
|
*
|
|
6267
6285
|
* @type {string}
|
|
6268
6286
|
* @memberof DataTypesAdminSearchRequest
|
|
6269
6287
|
*/
|
|
6270
6288
|
'facet_by'?: string;
|
|
6289
|
+
/**
|
|
6290
|
+
*
|
|
6291
|
+
* @type {string}
|
|
6292
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6293
|
+
*/
|
|
6294
|
+
'facet_search_text'?: string;
|
|
6295
|
+
/**
|
|
6296
|
+
*
|
|
6297
|
+
* @type {Array<number>}
|
|
6298
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6299
|
+
*/
|
|
6300
|
+
'field_weights'?: Array<number>;
|
|
6271
6301
|
/**
|
|
6272
6302
|
*
|
|
6273
6303
|
* @type {string}
|
|
6274
6304
|
* @memberof DataTypesAdminSearchRequest
|
|
6275
6305
|
*/
|
|
6276
6306
|
'filter'?: string;
|
|
6307
|
+
/**
|
|
6308
|
+
*
|
|
6309
|
+
* @type {Array<string>}
|
|
6310
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6311
|
+
*/
|
|
6312
|
+
'full_snippet_fields'?: Array<string>;
|
|
6313
|
+
/**
|
|
6314
|
+
*
|
|
6315
|
+
* @type {string}
|
|
6316
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6317
|
+
*/
|
|
6318
|
+
'group_field'?: string;
|
|
6319
|
+
/**
|
|
6320
|
+
*
|
|
6321
|
+
* @type {number}
|
|
6322
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6323
|
+
*/
|
|
6324
|
+
'group_size'?: number;
|
|
6325
|
+
/**
|
|
6326
|
+
*
|
|
6327
|
+
* @type {boolean}
|
|
6328
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6329
|
+
*/
|
|
6330
|
+
'include_snippets'?: boolean;
|
|
6277
6331
|
/**
|
|
6278
6332
|
*
|
|
6279
6333
|
* @type {boolean}
|
|
6280
6334
|
* @memberof DataTypesAdminSearchRequest
|
|
6281
6335
|
*/
|
|
6282
6336
|
'include_suggestions'?: boolean;
|
|
6337
|
+
/**
|
|
6338
|
+
*
|
|
6339
|
+
* @type {string}
|
|
6340
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6341
|
+
*/
|
|
6342
|
+
'infix_mode'?: string;
|
|
6283
6343
|
/**
|
|
6284
6344
|
*
|
|
6285
6345
|
* @type {number}
|
|
6286
6346
|
* @memberof DataTypesAdminSearchRequest
|
|
6287
6347
|
*/
|
|
6288
6348
|
'max_facet_values'?: number;
|
|
6349
|
+
/**
|
|
6350
|
+
*
|
|
6351
|
+
* @type {Array<string>}
|
|
6352
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6353
|
+
*/
|
|
6354
|
+
'omit_fields'?: Array<string>;
|
|
6289
6355
|
/**
|
|
6290
6356
|
*
|
|
6291
6357
|
* @type {DataTypesIndexConfig}
|
|
@@ -6304,18 +6370,84 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6304
6370
|
* @memberof DataTypesAdminSearchRequest
|
|
6305
6371
|
*/
|
|
6306
6372
|
'per_page'?: number;
|
|
6373
|
+
/**
|
|
6374
|
+
*
|
|
6375
|
+
* @type {string}
|
|
6376
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6377
|
+
*/
|
|
6378
|
+
'prefix_mode'?: string;
|
|
6379
|
+
/**
|
|
6380
|
+
*
|
|
6381
|
+
* @type {string}
|
|
6382
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6383
|
+
*/
|
|
6384
|
+
'preset_name'?: string;
|
|
6307
6385
|
/**
|
|
6308
6386
|
*
|
|
6309
6387
|
* @type {string}
|
|
6310
6388
|
* @memberof DataTypesAdminSearchRequest
|
|
6311
6389
|
*/
|
|
6312
6390
|
'q': string;
|
|
6391
|
+
/**
|
|
6392
|
+
*
|
|
6393
|
+
* @type {boolean}
|
|
6394
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6395
|
+
*/
|
|
6396
|
+
'require_all_terms'?: boolean;
|
|
6397
|
+
/**
|
|
6398
|
+
*
|
|
6399
|
+
* @type {Array<string>}
|
|
6400
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6401
|
+
*/
|
|
6402
|
+
'return_fields'?: Array<string>;
|
|
6403
|
+
/**
|
|
6404
|
+
* Advanced query controls (public-friendly field names)
|
|
6405
|
+
* @type {Array<string>}
|
|
6406
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6407
|
+
*/
|
|
6408
|
+
'search_fields'?: Array<string>;
|
|
6409
|
+
/**
|
|
6410
|
+
*
|
|
6411
|
+
* @type {number}
|
|
6412
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6413
|
+
*/
|
|
6414
|
+
'search_timeout_ms'?: number;
|
|
6313
6415
|
/**
|
|
6314
6416
|
* Session ID for session-based personalization
|
|
6315
6417
|
* @type {string}
|
|
6316
6418
|
* @memberof DataTypesAdminSearchRequest
|
|
6317
6419
|
*/
|
|
6318
6420
|
'session_id'?: string;
|
|
6421
|
+
/**
|
|
6422
|
+
*
|
|
6423
|
+
* @type {Array<string>}
|
|
6424
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6425
|
+
*/
|
|
6426
|
+
'snippet_fields'?: Array<string>;
|
|
6427
|
+
/**
|
|
6428
|
+
*
|
|
6429
|
+
* @type {number}
|
|
6430
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6431
|
+
*/
|
|
6432
|
+
'snippet_min_len'?: number;
|
|
6433
|
+
/**
|
|
6434
|
+
*
|
|
6435
|
+
* @type {string}
|
|
6436
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6437
|
+
*/
|
|
6438
|
+
'snippet_prefix'?: string;
|
|
6439
|
+
/**
|
|
6440
|
+
*
|
|
6441
|
+
* @type {string}
|
|
6442
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6443
|
+
*/
|
|
6444
|
+
'snippet_suffix'?: string;
|
|
6445
|
+
/**
|
|
6446
|
+
*
|
|
6447
|
+
* @type {number}
|
|
6448
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6449
|
+
*/
|
|
6450
|
+
'snippet_token_limit'?: number;
|
|
6319
6451
|
/**
|
|
6320
6452
|
*
|
|
6321
6453
|
* @type {string}
|
|
@@ -6340,6 +6472,24 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6340
6472
|
* @memberof DataTypesAdminSearchRequest
|
|
6341
6473
|
*/
|
|
6342
6474
|
'synonym_sets'?: Array<string>;
|
|
6475
|
+
/**
|
|
6476
|
+
*
|
|
6477
|
+
* @type {number}
|
|
6478
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6479
|
+
*/
|
|
6480
|
+
'typo_max'?: number;
|
|
6481
|
+
/**
|
|
6482
|
+
*
|
|
6483
|
+
* @type {number}
|
|
6484
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6485
|
+
*/
|
|
6486
|
+
'typo_min_len_1'?: number;
|
|
6487
|
+
/**
|
|
6488
|
+
*
|
|
6489
|
+
* @type {number}
|
|
6490
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6491
|
+
*/
|
|
6492
|
+
'typo_min_len_2'?: number;
|
|
6343
6493
|
/**
|
|
6344
6494
|
* Personalization fields (optional, backward compatible)
|
|
6345
6495
|
* @type {string}
|
|
@@ -8835,6 +8985,12 @@ export interface DataTypesCreditPlan {
|
|
|
8835
8985
|
* @memberof DataTypesCreditPlan
|
|
8836
8986
|
*/
|
|
8837
8987
|
'is_active'?: boolean;
|
|
8988
|
+
/**
|
|
8989
|
+
*
|
|
8990
|
+
* @type {boolean}
|
|
8991
|
+
* @memberof DataTypesCreditPlan
|
|
8992
|
+
*/
|
|
8993
|
+
'is_recommended'?: boolean;
|
|
8838
8994
|
/**
|
|
8839
8995
|
*
|
|
8840
8996
|
* @type {boolean}
|
|
@@ -8914,6 +9070,12 @@ export interface DataTypesCreditPlanDetails {
|
|
|
8914
9070
|
* @memberof DataTypesCreditPlanDetails
|
|
8915
9071
|
*/
|
|
8916
9072
|
'is_active'?: boolean;
|
|
9073
|
+
/**
|
|
9074
|
+
*
|
|
9075
|
+
* @type {boolean}
|
|
9076
|
+
* @memberof DataTypesCreditPlanDetails
|
|
9077
|
+
*/
|
|
9078
|
+
'is_recommended'?: boolean;
|
|
8917
9079
|
/**
|
|
8918
9080
|
*
|
|
8919
9081
|
* @type {number}
|
|
@@ -17783,30 +17945,96 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17783
17945
|
* @memberof DataTypesPublicSearchRequest
|
|
17784
17946
|
*/
|
|
17785
17947
|
'anon_id'?: string;
|
|
17948
|
+
/**
|
|
17949
|
+
*
|
|
17950
|
+
* @type {boolean}
|
|
17951
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17952
|
+
*/
|
|
17953
|
+
'apply_rules'?: boolean;
|
|
17954
|
+
/**
|
|
17955
|
+
*
|
|
17956
|
+
* @type {boolean}
|
|
17957
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17958
|
+
*/
|
|
17959
|
+
'cache_results'?: boolean;
|
|
17960
|
+
/**
|
|
17961
|
+
*
|
|
17962
|
+
* @type {boolean}
|
|
17963
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17964
|
+
*/
|
|
17965
|
+
'exact_match_boost'?: boolean;
|
|
17786
17966
|
/**
|
|
17787
17967
|
*
|
|
17788
17968
|
* @type {string}
|
|
17789
17969
|
* @memberof DataTypesPublicSearchRequest
|
|
17790
17970
|
*/
|
|
17791
17971
|
'facet_by'?: string;
|
|
17972
|
+
/**
|
|
17973
|
+
*
|
|
17974
|
+
* @type {string}
|
|
17975
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17976
|
+
*/
|
|
17977
|
+
'facet_search_text'?: string;
|
|
17978
|
+
/**
|
|
17979
|
+
*
|
|
17980
|
+
* @type {Array<number>}
|
|
17981
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17982
|
+
*/
|
|
17983
|
+
'field_weights'?: Array<number>;
|
|
17792
17984
|
/**
|
|
17793
17985
|
*
|
|
17794
17986
|
* @type {string}
|
|
17795
17987
|
* @memberof DataTypesPublicSearchRequest
|
|
17796
17988
|
*/
|
|
17797
17989
|
'filter'?: string;
|
|
17990
|
+
/**
|
|
17991
|
+
*
|
|
17992
|
+
* @type {Array<string>}
|
|
17993
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17994
|
+
*/
|
|
17995
|
+
'full_snippet_fields'?: Array<string>;
|
|
17996
|
+
/**
|
|
17997
|
+
*
|
|
17998
|
+
* @type {string}
|
|
17999
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18000
|
+
*/
|
|
18001
|
+
'group_field'?: string;
|
|
18002
|
+
/**
|
|
18003
|
+
*
|
|
18004
|
+
* @type {number}
|
|
18005
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18006
|
+
*/
|
|
18007
|
+
'group_size'?: number;
|
|
18008
|
+
/**
|
|
18009
|
+
*
|
|
18010
|
+
* @type {boolean}
|
|
18011
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18012
|
+
*/
|
|
18013
|
+
'include_snippets'?: boolean;
|
|
17798
18014
|
/**
|
|
17799
18015
|
*
|
|
17800
18016
|
* @type {boolean}
|
|
17801
18017
|
* @memberof DataTypesPublicSearchRequest
|
|
17802
18018
|
*/
|
|
17803
18019
|
'include_suggestions'?: boolean;
|
|
18020
|
+
/**
|
|
18021
|
+
*
|
|
18022
|
+
* @type {string}
|
|
18023
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18024
|
+
*/
|
|
18025
|
+
'infix_mode'?: string;
|
|
17804
18026
|
/**
|
|
17805
18027
|
*
|
|
17806
18028
|
* @type {number}
|
|
17807
18029
|
* @memberof DataTypesPublicSearchRequest
|
|
17808
18030
|
*/
|
|
17809
18031
|
'max_facet_values'?: number;
|
|
18032
|
+
/**
|
|
18033
|
+
*
|
|
18034
|
+
* @type {Array<string>}
|
|
18035
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18036
|
+
*/
|
|
18037
|
+
'omit_fields'?: Array<string>;
|
|
17810
18038
|
/**
|
|
17811
18039
|
*
|
|
17812
18040
|
* @type {number}
|
|
@@ -17819,18 +18047,84 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17819
18047
|
* @memberof DataTypesPublicSearchRequest
|
|
17820
18048
|
*/
|
|
17821
18049
|
'per_page'?: number;
|
|
18050
|
+
/**
|
|
18051
|
+
*
|
|
18052
|
+
* @type {string}
|
|
18053
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18054
|
+
*/
|
|
18055
|
+
'prefix_mode'?: string;
|
|
18056
|
+
/**
|
|
18057
|
+
*
|
|
18058
|
+
* @type {string}
|
|
18059
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18060
|
+
*/
|
|
18061
|
+
'preset_name'?: string;
|
|
17822
18062
|
/**
|
|
17823
18063
|
*
|
|
17824
18064
|
* @type {string}
|
|
17825
18065
|
* @memberof DataTypesPublicSearchRequest
|
|
17826
18066
|
*/
|
|
17827
18067
|
'q': string;
|
|
18068
|
+
/**
|
|
18069
|
+
*
|
|
18070
|
+
* @type {boolean}
|
|
18071
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18072
|
+
*/
|
|
18073
|
+
'require_all_terms'?: boolean;
|
|
18074
|
+
/**
|
|
18075
|
+
*
|
|
18076
|
+
* @type {Array<string>}
|
|
18077
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18078
|
+
*/
|
|
18079
|
+
'return_fields'?: Array<string>;
|
|
18080
|
+
/**
|
|
18081
|
+
* Advanced query controls (public-friendly field names)
|
|
18082
|
+
* @type {Array<string>}
|
|
18083
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18084
|
+
*/
|
|
18085
|
+
'search_fields'?: Array<string>;
|
|
18086
|
+
/**
|
|
18087
|
+
*
|
|
18088
|
+
* @type {number}
|
|
18089
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18090
|
+
*/
|
|
18091
|
+
'search_timeout_ms'?: number;
|
|
17828
18092
|
/**
|
|
17829
18093
|
* Session ID for session-based personalization
|
|
17830
18094
|
* @type {string}
|
|
17831
18095
|
* @memberof DataTypesPublicSearchRequest
|
|
17832
18096
|
*/
|
|
17833
18097
|
'session_id'?: string;
|
|
18098
|
+
/**
|
|
18099
|
+
*
|
|
18100
|
+
* @type {Array<string>}
|
|
18101
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18102
|
+
*/
|
|
18103
|
+
'snippet_fields'?: Array<string>;
|
|
18104
|
+
/**
|
|
18105
|
+
*
|
|
18106
|
+
* @type {number}
|
|
18107
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18108
|
+
*/
|
|
18109
|
+
'snippet_min_len'?: number;
|
|
18110
|
+
/**
|
|
18111
|
+
*
|
|
18112
|
+
* @type {string}
|
|
18113
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18114
|
+
*/
|
|
18115
|
+
'snippet_prefix'?: string;
|
|
18116
|
+
/**
|
|
18117
|
+
*
|
|
18118
|
+
* @type {string}
|
|
18119
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18120
|
+
*/
|
|
18121
|
+
'snippet_suffix'?: string;
|
|
18122
|
+
/**
|
|
18123
|
+
*
|
|
18124
|
+
* @type {number}
|
|
18125
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18126
|
+
*/
|
|
18127
|
+
'snippet_token_limit'?: number;
|
|
17834
18128
|
/**
|
|
17835
18129
|
*
|
|
17836
18130
|
* @type {string}
|
|
@@ -17855,6 +18149,24 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17855
18149
|
* @memberof DataTypesPublicSearchRequest
|
|
17856
18150
|
*/
|
|
17857
18151
|
'synonym_sets'?: Array<string>;
|
|
18152
|
+
/**
|
|
18153
|
+
*
|
|
18154
|
+
* @type {number}
|
|
18155
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18156
|
+
*/
|
|
18157
|
+
'typo_max'?: number;
|
|
18158
|
+
/**
|
|
18159
|
+
*
|
|
18160
|
+
* @type {number}
|
|
18161
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18162
|
+
*/
|
|
18163
|
+
'typo_min_len_1'?: number;
|
|
18164
|
+
/**
|
|
18165
|
+
*
|
|
18166
|
+
* @type {number}
|
|
18167
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18168
|
+
*/
|
|
18169
|
+
'typo_min_len_2'?: number;
|
|
17858
18170
|
/**
|
|
17859
18171
|
* Personalization fields (optional, backward compatible)
|
|
17860
18172
|
* @type {string}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -6262,30 +6262,96 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6262
6262
|
* @memberof DataTypesAdminSearchRequest
|
|
6263
6263
|
*/
|
|
6264
6264
|
'anon_id'?: string;
|
|
6265
|
+
/**
|
|
6266
|
+
*
|
|
6267
|
+
* @type {boolean}
|
|
6268
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6269
|
+
*/
|
|
6270
|
+
'apply_rules'?: boolean;
|
|
6271
|
+
/**
|
|
6272
|
+
*
|
|
6273
|
+
* @type {boolean}
|
|
6274
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6275
|
+
*/
|
|
6276
|
+
'cache_results'?: boolean;
|
|
6277
|
+
/**
|
|
6278
|
+
*
|
|
6279
|
+
* @type {boolean}
|
|
6280
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6281
|
+
*/
|
|
6282
|
+
'exact_match_boost'?: boolean;
|
|
6265
6283
|
/**
|
|
6266
6284
|
*
|
|
6267
6285
|
* @type {string}
|
|
6268
6286
|
* @memberof DataTypesAdminSearchRequest
|
|
6269
6287
|
*/
|
|
6270
6288
|
'facet_by'?: string;
|
|
6289
|
+
/**
|
|
6290
|
+
*
|
|
6291
|
+
* @type {string}
|
|
6292
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6293
|
+
*/
|
|
6294
|
+
'facet_search_text'?: string;
|
|
6295
|
+
/**
|
|
6296
|
+
*
|
|
6297
|
+
* @type {Array<number>}
|
|
6298
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6299
|
+
*/
|
|
6300
|
+
'field_weights'?: Array<number>;
|
|
6271
6301
|
/**
|
|
6272
6302
|
*
|
|
6273
6303
|
* @type {string}
|
|
6274
6304
|
* @memberof DataTypesAdminSearchRequest
|
|
6275
6305
|
*/
|
|
6276
6306
|
'filter'?: string;
|
|
6307
|
+
/**
|
|
6308
|
+
*
|
|
6309
|
+
* @type {Array<string>}
|
|
6310
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6311
|
+
*/
|
|
6312
|
+
'full_snippet_fields'?: Array<string>;
|
|
6313
|
+
/**
|
|
6314
|
+
*
|
|
6315
|
+
* @type {string}
|
|
6316
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6317
|
+
*/
|
|
6318
|
+
'group_field'?: string;
|
|
6319
|
+
/**
|
|
6320
|
+
*
|
|
6321
|
+
* @type {number}
|
|
6322
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6323
|
+
*/
|
|
6324
|
+
'group_size'?: number;
|
|
6325
|
+
/**
|
|
6326
|
+
*
|
|
6327
|
+
* @type {boolean}
|
|
6328
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6329
|
+
*/
|
|
6330
|
+
'include_snippets'?: boolean;
|
|
6277
6331
|
/**
|
|
6278
6332
|
*
|
|
6279
6333
|
* @type {boolean}
|
|
6280
6334
|
* @memberof DataTypesAdminSearchRequest
|
|
6281
6335
|
*/
|
|
6282
6336
|
'include_suggestions'?: boolean;
|
|
6337
|
+
/**
|
|
6338
|
+
*
|
|
6339
|
+
* @type {string}
|
|
6340
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6341
|
+
*/
|
|
6342
|
+
'infix_mode'?: string;
|
|
6283
6343
|
/**
|
|
6284
6344
|
*
|
|
6285
6345
|
* @type {number}
|
|
6286
6346
|
* @memberof DataTypesAdminSearchRequest
|
|
6287
6347
|
*/
|
|
6288
6348
|
'max_facet_values'?: number;
|
|
6349
|
+
/**
|
|
6350
|
+
*
|
|
6351
|
+
* @type {Array<string>}
|
|
6352
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6353
|
+
*/
|
|
6354
|
+
'omit_fields'?: Array<string>;
|
|
6289
6355
|
/**
|
|
6290
6356
|
*
|
|
6291
6357
|
* @type {DataTypesIndexConfig}
|
|
@@ -6304,18 +6370,84 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6304
6370
|
* @memberof DataTypesAdminSearchRequest
|
|
6305
6371
|
*/
|
|
6306
6372
|
'per_page'?: number;
|
|
6373
|
+
/**
|
|
6374
|
+
*
|
|
6375
|
+
* @type {string}
|
|
6376
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6377
|
+
*/
|
|
6378
|
+
'prefix_mode'?: string;
|
|
6379
|
+
/**
|
|
6380
|
+
*
|
|
6381
|
+
* @type {string}
|
|
6382
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6383
|
+
*/
|
|
6384
|
+
'preset_name'?: string;
|
|
6307
6385
|
/**
|
|
6308
6386
|
*
|
|
6309
6387
|
* @type {string}
|
|
6310
6388
|
* @memberof DataTypesAdminSearchRequest
|
|
6311
6389
|
*/
|
|
6312
6390
|
'q': string;
|
|
6391
|
+
/**
|
|
6392
|
+
*
|
|
6393
|
+
* @type {boolean}
|
|
6394
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6395
|
+
*/
|
|
6396
|
+
'require_all_terms'?: boolean;
|
|
6397
|
+
/**
|
|
6398
|
+
*
|
|
6399
|
+
* @type {Array<string>}
|
|
6400
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6401
|
+
*/
|
|
6402
|
+
'return_fields'?: Array<string>;
|
|
6403
|
+
/**
|
|
6404
|
+
* Advanced query controls (public-friendly field names)
|
|
6405
|
+
* @type {Array<string>}
|
|
6406
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6407
|
+
*/
|
|
6408
|
+
'search_fields'?: Array<string>;
|
|
6409
|
+
/**
|
|
6410
|
+
*
|
|
6411
|
+
* @type {number}
|
|
6412
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6413
|
+
*/
|
|
6414
|
+
'search_timeout_ms'?: number;
|
|
6313
6415
|
/**
|
|
6314
6416
|
* Session ID for session-based personalization
|
|
6315
6417
|
* @type {string}
|
|
6316
6418
|
* @memberof DataTypesAdminSearchRequest
|
|
6317
6419
|
*/
|
|
6318
6420
|
'session_id'?: string;
|
|
6421
|
+
/**
|
|
6422
|
+
*
|
|
6423
|
+
* @type {Array<string>}
|
|
6424
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6425
|
+
*/
|
|
6426
|
+
'snippet_fields'?: Array<string>;
|
|
6427
|
+
/**
|
|
6428
|
+
*
|
|
6429
|
+
* @type {number}
|
|
6430
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6431
|
+
*/
|
|
6432
|
+
'snippet_min_len'?: number;
|
|
6433
|
+
/**
|
|
6434
|
+
*
|
|
6435
|
+
* @type {string}
|
|
6436
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6437
|
+
*/
|
|
6438
|
+
'snippet_prefix'?: string;
|
|
6439
|
+
/**
|
|
6440
|
+
*
|
|
6441
|
+
* @type {string}
|
|
6442
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6443
|
+
*/
|
|
6444
|
+
'snippet_suffix'?: string;
|
|
6445
|
+
/**
|
|
6446
|
+
*
|
|
6447
|
+
* @type {number}
|
|
6448
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6449
|
+
*/
|
|
6450
|
+
'snippet_token_limit'?: number;
|
|
6319
6451
|
/**
|
|
6320
6452
|
*
|
|
6321
6453
|
* @type {string}
|
|
@@ -6340,6 +6472,24 @@ export interface DataTypesAdminSearchRequest {
|
|
|
6340
6472
|
* @memberof DataTypesAdminSearchRequest
|
|
6341
6473
|
*/
|
|
6342
6474
|
'synonym_sets'?: Array<string>;
|
|
6475
|
+
/**
|
|
6476
|
+
*
|
|
6477
|
+
* @type {number}
|
|
6478
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6479
|
+
*/
|
|
6480
|
+
'typo_max'?: number;
|
|
6481
|
+
/**
|
|
6482
|
+
*
|
|
6483
|
+
* @type {number}
|
|
6484
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6485
|
+
*/
|
|
6486
|
+
'typo_min_len_1'?: number;
|
|
6487
|
+
/**
|
|
6488
|
+
*
|
|
6489
|
+
* @type {number}
|
|
6490
|
+
* @memberof DataTypesAdminSearchRequest
|
|
6491
|
+
*/
|
|
6492
|
+
'typo_min_len_2'?: number;
|
|
6343
6493
|
/**
|
|
6344
6494
|
* Personalization fields (optional, backward compatible)
|
|
6345
6495
|
* @type {string}
|
|
@@ -8835,6 +8985,12 @@ export interface DataTypesCreditPlan {
|
|
|
8835
8985
|
* @memberof DataTypesCreditPlan
|
|
8836
8986
|
*/
|
|
8837
8987
|
'is_active'?: boolean;
|
|
8988
|
+
/**
|
|
8989
|
+
*
|
|
8990
|
+
* @type {boolean}
|
|
8991
|
+
* @memberof DataTypesCreditPlan
|
|
8992
|
+
*/
|
|
8993
|
+
'is_recommended'?: boolean;
|
|
8838
8994
|
/**
|
|
8839
8995
|
*
|
|
8840
8996
|
* @type {boolean}
|
|
@@ -8914,6 +9070,12 @@ export interface DataTypesCreditPlanDetails {
|
|
|
8914
9070
|
* @memberof DataTypesCreditPlanDetails
|
|
8915
9071
|
*/
|
|
8916
9072
|
'is_active'?: boolean;
|
|
9073
|
+
/**
|
|
9074
|
+
*
|
|
9075
|
+
* @type {boolean}
|
|
9076
|
+
* @memberof DataTypesCreditPlanDetails
|
|
9077
|
+
*/
|
|
9078
|
+
'is_recommended'?: boolean;
|
|
8917
9079
|
/**
|
|
8918
9080
|
*
|
|
8919
9081
|
* @type {number}
|
|
@@ -17783,30 +17945,96 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17783
17945
|
* @memberof DataTypesPublicSearchRequest
|
|
17784
17946
|
*/
|
|
17785
17947
|
'anon_id'?: string;
|
|
17948
|
+
/**
|
|
17949
|
+
*
|
|
17950
|
+
* @type {boolean}
|
|
17951
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17952
|
+
*/
|
|
17953
|
+
'apply_rules'?: boolean;
|
|
17954
|
+
/**
|
|
17955
|
+
*
|
|
17956
|
+
* @type {boolean}
|
|
17957
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17958
|
+
*/
|
|
17959
|
+
'cache_results'?: boolean;
|
|
17960
|
+
/**
|
|
17961
|
+
*
|
|
17962
|
+
* @type {boolean}
|
|
17963
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17964
|
+
*/
|
|
17965
|
+
'exact_match_boost'?: boolean;
|
|
17786
17966
|
/**
|
|
17787
17967
|
*
|
|
17788
17968
|
* @type {string}
|
|
17789
17969
|
* @memberof DataTypesPublicSearchRequest
|
|
17790
17970
|
*/
|
|
17791
17971
|
'facet_by'?: string;
|
|
17972
|
+
/**
|
|
17973
|
+
*
|
|
17974
|
+
* @type {string}
|
|
17975
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17976
|
+
*/
|
|
17977
|
+
'facet_search_text'?: string;
|
|
17978
|
+
/**
|
|
17979
|
+
*
|
|
17980
|
+
* @type {Array<number>}
|
|
17981
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17982
|
+
*/
|
|
17983
|
+
'field_weights'?: Array<number>;
|
|
17792
17984
|
/**
|
|
17793
17985
|
*
|
|
17794
17986
|
* @type {string}
|
|
17795
17987
|
* @memberof DataTypesPublicSearchRequest
|
|
17796
17988
|
*/
|
|
17797
17989
|
'filter'?: string;
|
|
17990
|
+
/**
|
|
17991
|
+
*
|
|
17992
|
+
* @type {Array<string>}
|
|
17993
|
+
* @memberof DataTypesPublicSearchRequest
|
|
17994
|
+
*/
|
|
17995
|
+
'full_snippet_fields'?: Array<string>;
|
|
17996
|
+
/**
|
|
17997
|
+
*
|
|
17998
|
+
* @type {string}
|
|
17999
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18000
|
+
*/
|
|
18001
|
+
'group_field'?: string;
|
|
18002
|
+
/**
|
|
18003
|
+
*
|
|
18004
|
+
* @type {number}
|
|
18005
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18006
|
+
*/
|
|
18007
|
+
'group_size'?: number;
|
|
18008
|
+
/**
|
|
18009
|
+
*
|
|
18010
|
+
* @type {boolean}
|
|
18011
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18012
|
+
*/
|
|
18013
|
+
'include_snippets'?: boolean;
|
|
17798
18014
|
/**
|
|
17799
18015
|
*
|
|
17800
18016
|
* @type {boolean}
|
|
17801
18017
|
* @memberof DataTypesPublicSearchRequest
|
|
17802
18018
|
*/
|
|
17803
18019
|
'include_suggestions'?: boolean;
|
|
18020
|
+
/**
|
|
18021
|
+
*
|
|
18022
|
+
* @type {string}
|
|
18023
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18024
|
+
*/
|
|
18025
|
+
'infix_mode'?: string;
|
|
17804
18026
|
/**
|
|
17805
18027
|
*
|
|
17806
18028
|
* @type {number}
|
|
17807
18029
|
* @memberof DataTypesPublicSearchRequest
|
|
17808
18030
|
*/
|
|
17809
18031
|
'max_facet_values'?: number;
|
|
18032
|
+
/**
|
|
18033
|
+
*
|
|
18034
|
+
* @type {Array<string>}
|
|
18035
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18036
|
+
*/
|
|
18037
|
+
'omit_fields'?: Array<string>;
|
|
17810
18038
|
/**
|
|
17811
18039
|
*
|
|
17812
18040
|
* @type {number}
|
|
@@ -17819,18 +18047,84 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17819
18047
|
* @memberof DataTypesPublicSearchRequest
|
|
17820
18048
|
*/
|
|
17821
18049
|
'per_page'?: number;
|
|
18050
|
+
/**
|
|
18051
|
+
*
|
|
18052
|
+
* @type {string}
|
|
18053
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18054
|
+
*/
|
|
18055
|
+
'prefix_mode'?: string;
|
|
18056
|
+
/**
|
|
18057
|
+
*
|
|
18058
|
+
* @type {string}
|
|
18059
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18060
|
+
*/
|
|
18061
|
+
'preset_name'?: string;
|
|
17822
18062
|
/**
|
|
17823
18063
|
*
|
|
17824
18064
|
* @type {string}
|
|
17825
18065
|
* @memberof DataTypesPublicSearchRequest
|
|
17826
18066
|
*/
|
|
17827
18067
|
'q': string;
|
|
18068
|
+
/**
|
|
18069
|
+
*
|
|
18070
|
+
* @type {boolean}
|
|
18071
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18072
|
+
*/
|
|
18073
|
+
'require_all_terms'?: boolean;
|
|
18074
|
+
/**
|
|
18075
|
+
*
|
|
18076
|
+
* @type {Array<string>}
|
|
18077
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18078
|
+
*/
|
|
18079
|
+
'return_fields'?: Array<string>;
|
|
18080
|
+
/**
|
|
18081
|
+
* Advanced query controls (public-friendly field names)
|
|
18082
|
+
* @type {Array<string>}
|
|
18083
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18084
|
+
*/
|
|
18085
|
+
'search_fields'?: Array<string>;
|
|
18086
|
+
/**
|
|
18087
|
+
*
|
|
18088
|
+
* @type {number}
|
|
18089
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18090
|
+
*/
|
|
18091
|
+
'search_timeout_ms'?: number;
|
|
17828
18092
|
/**
|
|
17829
18093
|
* Session ID for session-based personalization
|
|
17830
18094
|
* @type {string}
|
|
17831
18095
|
* @memberof DataTypesPublicSearchRequest
|
|
17832
18096
|
*/
|
|
17833
18097
|
'session_id'?: string;
|
|
18098
|
+
/**
|
|
18099
|
+
*
|
|
18100
|
+
* @type {Array<string>}
|
|
18101
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18102
|
+
*/
|
|
18103
|
+
'snippet_fields'?: Array<string>;
|
|
18104
|
+
/**
|
|
18105
|
+
*
|
|
18106
|
+
* @type {number}
|
|
18107
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18108
|
+
*/
|
|
18109
|
+
'snippet_min_len'?: number;
|
|
18110
|
+
/**
|
|
18111
|
+
*
|
|
18112
|
+
* @type {string}
|
|
18113
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18114
|
+
*/
|
|
18115
|
+
'snippet_prefix'?: string;
|
|
18116
|
+
/**
|
|
18117
|
+
*
|
|
18118
|
+
* @type {string}
|
|
18119
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18120
|
+
*/
|
|
18121
|
+
'snippet_suffix'?: string;
|
|
18122
|
+
/**
|
|
18123
|
+
*
|
|
18124
|
+
* @type {number}
|
|
18125
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18126
|
+
*/
|
|
18127
|
+
'snippet_token_limit'?: number;
|
|
17834
18128
|
/**
|
|
17835
18129
|
*
|
|
17836
18130
|
* @type {string}
|
|
@@ -17855,6 +18149,24 @@ export interface DataTypesPublicSearchRequest {
|
|
|
17855
18149
|
* @memberof DataTypesPublicSearchRequest
|
|
17856
18150
|
*/
|
|
17857
18151
|
'synonym_sets'?: Array<string>;
|
|
18152
|
+
/**
|
|
18153
|
+
*
|
|
18154
|
+
* @type {number}
|
|
18155
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18156
|
+
*/
|
|
18157
|
+
'typo_max'?: number;
|
|
18158
|
+
/**
|
|
18159
|
+
*
|
|
18160
|
+
* @type {number}
|
|
18161
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18162
|
+
*/
|
|
18163
|
+
'typo_min_len_1'?: number;
|
|
18164
|
+
/**
|
|
18165
|
+
*
|
|
18166
|
+
* @type {number}
|
|
18167
|
+
* @memberof DataTypesPublicSearchRequest
|
|
18168
|
+
*/
|
|
18169
|
+
'typo_min_len_2'?: number;
|
|
17858
18170
|
/**
|
|
17859
18171
|
* Personalization fields (optional, backward compatible)
|
|
17860
18172
|
* @type {string}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|