repzo 1.0.274 → 1.0.275

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.
@@ -2000,6 +2000,7 @@ export declare namespace Service {
2000
2000
  previous_result_activated: boolean;
2001
2001
  presets_activated: boolean;
2002
2002
  apply_preset_to_all_sources: boolean;
2003
+ intersect_in_product_group_level: boolean;
2003
2004
  createdAt?: string;
2004
2005
  updatedAt?: string;
2005
2006
  __v?: number;
@@ -2017,6 +2018,7 @@ export declare namespace Service {
2017
2018
  previous_result_activated: boolean;
2018
2019
  presets_activated: boolean;
2019
2020
  apply_preset_to_all_sources: boolean;
2021
+ intersect_in_product_group_level?: boolean;
2020
2022
  }
2021
2023
  export interface UpdateBody {
2022
2024
  _id?: string;
@@ -2032,6 +2034,7 @@ export declare namespace Service {
2032
2034
  previous_result_activated?: boolean;
2033
2035
  presets_activated?: boolean;
2034
2036
  apply_preset_to_all_sources: boolean;
2037
+ intersect_in_product_group_level?: boolean;
2035
2038
  }
2036
2039
  export namespace Find {
2037
2040
  type Params = DefaultPaginationQueryParams & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.274",
3
+ "version": "1.0.275",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -2433,6 +2433,7 @@ export namespace Service {
2433
2433
  previous_result_activated: boolean;
2434
2434
  presets_activated: boolean;
2435
2435
  apply_preset_to_all_sources: boolean;
2436
+ intersect_in_product_group_level: boolean;
2436
2437
  createdAt?: string;
2437
2438
  updatedAt?: string;
2438
2439
  __v?: number;
@@ -2450,6 +2451,7 @@ export namespace Service {
2450
2451
  previous_result_activated: boolean;
2451
2452
  presets_activated: boolean;
2452
2453
  apply_preset_to_all_sources: boolean;
2454
+ intersect_in_product_group_level?: boolean;
2453
2455
  }
2454
2456
  export interface UpdateBody {
2455
2457
  _id?: string;
@@ -2465,6 +2467,7 @@ export namespace Service {
2465
2467
  previous_result_activated?: boolean;
2466
2468
  presets_activated?: boolean;
2467
2469
  apply_preset_to_all_sources: boolean;
2470
+ intersect_in_product_group_level?: boolean;
2468
2471
  }
2469
2472
  export namespace Find {
2470
2473
  export type Params = DefaultPaginationQueryParams & {