@ikas/storefront-api 6.1.0-beta.89 → 6.1.0-beta.90

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.
@@ -6,6 +6,7 @@ import { SearchInputFilterListInputData } from "./SearchInputFilterListInput";
6
6
  import { SearchInputOrderByInputData } from "./SearchInputOrderByInput";
7
7
  export declare class SearchInputData {
8
8
  barcodeList: string[] | null;
9
+ baseCategoryIdList: string[] | null;
9
10
  brandId: string | null;
10
11
  brandIdList: string[] | null;
11
12
  categoryIdList: string[] | null;
@@ -3494,6 +3494,7 @@ export interface SearchDynamicCurrencySettings {
3494
3494
  }
3495
3495
  export interface SearchInput {
3496
3496
  barcodeList?: string[] | null;
3497
+ baseCategoryIdList?: string[] | null;
3497
3498
  brandId?: string | null;
3498
3499
  brandIdList?: string[] | null;
3499
3500
  categoryIdList?: string[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-api",
3
- "version": "6.1.0-beta.89",
3
+ "version": "6.1.0-beta.90",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "API functions that returns models from the ikas-storefront-models package.",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@rollup/plugin-commonjs": "^22.0.0",
20
- "@ikas/storefront-config": "^6.1.0-beta.89",
21
- "@ikas/storefront-models": "^6.1.0-beta.89",
20
+ "@ikas/storefront-config": "^6.1.0-beta.90",
21
+ "@ikas/storefront-models": "^6.1.0-beta.90",
22
22
  "@rollup/plugin-node-resolve": "^13.3.0",
23
23
  "rollup-plugin-rename-node-modules": "^1.2.0",
24
24
  "prettier": "^2.2.1",
@@ -34,8 +34,8 @@
34
34
  "@ikas/fe-api-client": "^1.0.19"
35
35
  },
36
36
  "peerDependencies": {
37
- "@ikas/storefront-config": "^6.1.0-beta.89",
38
- "@ikas/storefront-models": "^6.1.0-beta.89",
37
+ "@ikas/storefront-config": "^6.1.0-beta.90",
38
+ "@ikas/storefront-models": "^6.1.0-beta.90",
39
39
  "@ikas/fe-api-client": "^1.0.18",
40
40
  "axios": "^0.26.0",
41
41
  "ts-essentials": "^7.0.1"