@seekora-ai/admin-api 1.0.28 → 1.0.29

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @seekora-ai/admin-api@1.0.28
1
+ ## @seekora-ai/admin-api@1.0.29
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.0.28 --save
39
+ npm install @seekora-ai/admin-api@1.0.29 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -433,6 +433,12 @@ export interface DataTypesAdminSearchRequest {
433
433
  * @memberof DataTypesAdminSearchRequest
434
434
  */
435
435
  'synonym_sets'?: Array<string>;
436
+ /**
437
+ * If true, returns only display fields instead of full document
438
+ * @type {boolean}
439
+ * @memberof DataTypesAdminSearchRequest
440
+ */
441
+ 'widget_mode'?: boolean;
436
442
  }
437
443
  /**
438
444
  *
@@ -2347,6 +2353,12 @@ export interface DataTypesIndexConfig {
2347
2353
  * @memberof DataTypesIndexConfig
2348
2354
  */
2349
2355
  'highlight_start_tag'?: string;
2356
+ /**
2357
+ *
2358
+ * @type {string}
2359
+ * @memberof DataTypesIndexConfig
2360
+ */
2361
+ 'image_url'?: string;
2350
2362
  /**
2351
2363
  *
2352
2364
  * @type {Array<string>}
@@ -2413,6 +2425,12 @@ export interface DataTypesIndexConfig {
2413
2425
  * @memberof DataTypesIndexConfig
2414
2426
  */
2415
2427
  'preset'?: string;
2428
+ /**
2429
+ *
2430
+ * @type {string}
2431
+ * @memberof DataTypesIndexConfig
2432
+ */
2433
+ 'primary_text'?: string;
2416
2434
  /**
2417
2435
  *
2418
2436
  * @type {boolean}
@@ -2455,6 +2473,12 @@ export interface DataTypesIndexConfig {
2455
2473
  * @memberof DataTypesIndexConfig
2456
2474
  */
2457
2475
  'search_strategy'?: string;
2476
+ /**
2477
+ *
2478
+ * @type {string}
2479
+ * @memberof DataTypesIndexConfig
2480
+ */
2481
+ 'secondary_text'?: string;
2458
2482
  /**
2459
2483
  *
2460
2484
  * @type {boolean}
@@ -2491,6 +2515,12 @@ export interface DataTypesIndexConfig {
2491
2515
  * @memberof DataTypesIndexConfig
2492
2516
  */
2493
2517
  'synonyms'?: Array<DataTypesSynonymEntry>;
2518
+ /**
2519
+ *
2520
+ * @type {string}
2521
+ * @memberof DataTypesIndexConfig
2522
+ */
2523
+ 'tertiary_text'?: string;
2494
2524
  /**
2495
2525
  * Optional: Search-only scoped API key
2496
2526
  * @type {string}
@@ -4507,6 +4537,12 @@ export interface DataTypesPublicSearchRequest {
4507
4537
  * @memberof DataTypesPublicSearchRequest
4508
4538
  */
4509
4539
  'synonym_sets'?: Array<string>;
4540
+ /**
4541
+ * If true, returns only display fields instead of full document
4542
+ * @type {boolean}
4543
+ * @memberof DataTypesPublicSearchRequest
4544
+ */
4545
+ 'widget_mode'?: boolean;
4510
4546
  }
4511
4547
  /**
4512
4548
  *
package/dist/api.d.ts CHANGED
@@ -431,6 +431,12 @@ export interface DataTypesAdminSearchRequest {
431
431
  * @memberof DataTypesAdminSearchRequest
432
432
  */
433
433
  'synonym_sets'?: Array<string>;
434
+ /**
435
+ * If true, returns only display fields instead of full document
436
+ * @type {boolean}
437
+ * @memberof DataTypesAdminSearchRequest
438
+ */
439
+ 'widget_mode'?: boolean;
434
440
  }
435
441
  /**
436
442
  *
@@ -2347,6 +2353,12 @@ export interface DataTypesIndexConfig {
2347
2353
  * @memberof DataTypesIndexConfig
2348
2354
  */
2349
2355
  'highlight_start_tag'?: string;
2356
+ /**
2357
+ *
2358
+ * @type {string}
2359
+ * @memberof DataTypesIndexConfig
2360
+ */
2361
+ 'image_url'?: string;
2350
2362
  /**
2351
2363
  *
2352
2364
  * @type {Array<string>}
@@ -2413,6 +2425,12 @@ export interface DataTypesIndexConfig {
2413
2425
  * @memberof DataTypesIndexConfig
2414
2426
  */
2415
2427
  'preset'?: string;
2428
+ /**
2429
+ *
2430
+ * @type {string}
2431
+ * @memberof DataTypesIndexConfig
2432
+ */
2433
+ 'primary_text'?: string;
2416
2434
  /**
2417
2435
  *
2418
2436
  * @type {boolean}
@@ -2455,6 +2473,12 @@ export interface DataTypesIndexConfig {
2455
2473
  * @memberof DataTypesIndexConfig
2456
2474
  */
2457
2475
  'search_strategy'?: string;
2476
+ /**
2477
+ *
2478
+ * @type {string}
2479
+ * @memberof DataTypesIndexConfig
2480
+ */
2481
+ 'secondary_text'?: string;
2458
2482
  /**
2459
2483
  *
2460
2484
  * @type {boolean}
@@ -2491,6 +2515,12 @@ export interface DataTypesIndexConfig {
2491
2515
  * @memberof DataTypesIndexConfig
2492
2516
  */
2493
2517
  'synonyms'?: Array<DataTypesSynonymEntry>;
2518
+ /**
2519
+ *
2520
+ * @type {string}
2521
+ * @memberof DataTypesIndexConfig
2522
+ */
2523
+ 'tertiary_text'?: string;
2494
2524
  /**
2495
2525
  * Optional: Search-only scoped API key
2496
2526
  * @type {string}
@@ -4517,6 +4547,12 @@ export interface DataTypesPublicSearchRequest {
4517
4547
  * @memberof DataTypesPublicSearchRequest
4518
4548
  */
4519
4549
  'synonym_sets'?: Array<string>;
4550
+ /**
4551
+ * If true, returns only display fields instead of full document
4552
+ * @type {boolean}
4553
+ * @memberof DataTypesPublicSearchRequest
4554
+ */
4555
+ 'widget_mode'?: boolean;
4520
4556
  }
4521
4557
  /**
4522
4558
  *
package/dist/esm/api.d.ts CHANGED
@@ -431,6 +431,12 @@ export interface DataTypesAdminSearchRequest {
431
431
  * @memberof DataTypesAdminSearchRequest
432
432
  */
433
433
  'synonym_sets'?: Array<string>;
434
+ /**
435
+ * If true, returns only display fields instead of full document
436
+ * @type {boolean}
437
+ * @memberof DataTypesAdminSearchRequest
438
+ */
439
+ 'widget_mode'?: boolean;
434
440
  }
435
441
  /**
436
442
  *
@@ -2347,6 +2353,12 @@ export interface DataTypesIndexConfig {
2347
2353
  * @memberof DataTypesIndexConfig
2348
2354
  */
2349
2355
  'highlight_start_tag'?: string;
2356
+ /**
2357
+ *
2358
+ * @type {string}
2359
+ * @memberof DataTypesIndexConfig
2360
+ */
2361
+ 'image_url'?: string;
2350
2362
  /**
2351
2363
  *
2352
2364
  * @type {Array<string>}
@@ -2413,6 +2425,12 @@ export interface DataTypesIndexConfig {
2413
2425
  * @memberof DataTypesIndexConfig
2414
2426
  */
2415
2427
  'preset'?: string;
2428
+ /**
2429
+ *
2430
+ * @type {string}
2431
+ * @memberof DataTypesIndexConfig
2432
+ */
2433
+ 'primary_text'?: string;
2416
2434
  /**
2417
2435
  *
2418
2436
  * @type {boolean}
@@ -2455,6 +2473,12 @@ export interface DataTypesIndexConfig {
2455
2473
  * @memberof DataTypesIndexConfig
2456
2474
  */
2457
2475
  'search_strategy'?: string;
2476
+ /**
2477
+ *
2478
+ * @type {string}
2479
+ * @memberof DataTypesIndexConfig
2480
+ */
2481
+ 'secondary_text'?: string;
2458
2482
  /**
2459
2483
  *
2460
2484
  * @type {boolean}
@@ -2491,6 +2515,12 @@ export interface DataTypesIndexConfig {
2491
2515
  * @memberof DataTypesIndexConfig
2492
2516
  */
2493
2517
  'synonyms'?: Array<DataTypesSynonymEntry>;
2518
+ /**
2519
+ *
2520
+ * @type {string}
2521
+ * @memberof DataTypesIndexConfig
2522
+ */
2523
+ 'tertiary_text'?: string;
2494
2524
  /**
2495
2525
  * Optional: Search-only scoped API key
2496
2526
  * @type {string}
@@ -4517,6 +4547,12 @@ export interface DataTypesPublicSearchRequest {
4517
4547
  * @memberof DataTypesPublicSearchRequest
4518
4548
  */
4519
4549
  'synonym_sets'?: Array<string>;
4550
+ /**
4551
+ * If true, returns only display fields instead of full document
4552
+ * @type {boolean}
4553
+ * @memberof DataTypesPublicSearchRequest
4554
+ */
4555
+ 'widget_mode'?: boolean;
4520
4556
  }
4521
4557
  /**
4522
4558
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file