@wix/stores 1.0.182 → 1.0.184

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.182",
3
+ "version": "1.0.184",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,13 +20,13 @@
20
20
  "dependencies": {
21
21
  "@wix/stores_brands-v-3": "1.0.2",
22
22
  "@wix/stores_catalog-provision": "1.0.2",
23
- "@wix/stores_collections": "1.0.26",
23
+ "@wix/stores_collections": "1.0.27",
24
24
  "@wix/stores_customizations-v-3": "1.0.3",
25
25
  "@wix/stores_info-sections-v-3": "1.0.2",
26
26
  "@wix/stores_inventory": "1.0.30",
27
27
  "@wix/stores_inventory-items-v-3": "1.0.4",
28
- "@wix/stores_products": "1.0.36",
29
- "@wix/stores_products-v-3": "1.0.8",
28
+ "@wix/stores_products": "1.0.37",
29
+ "@wix/stores_products-v-3": "1.0.10",
30
30
  "@wix/stores_ribbons-v-3": "1.0.2",
31
31
  "@wix/stores_stores-locations-v-3": "1.0.2",
32
32
  "@wix/stores_subscription-options": "1.0.26",
@@ -54,5 +54,5 @@
54
54
  "fqdn": ""
55
55
  }
56
56
  },
57
- "falconPackageHash": "46771fd1c0bfd8471a39d1a5af170c435dacad3798a6b7ebf4fea254"
57
+ "falconPackageHash": "8c1354bb8b1911b82c3f07f0991466372c0313610a6c7892d99bd9bf"
58
58
  }
@@ -318,6 +318,8 @@ interface Keyword$2 {
318
318
  term?: string;
319
319
  /** Whether the keyword is the main focus keyword. */
320
320
  isMain?: boolean;
321
+ /** Who added the keyword to the settings */
322
+ origin?: string | null;
321
323
  }
322
324
  interface Tag$2 {
323
325
  /**
@@ -1007,6 +1009,8 @@ interface Keyword$1 {
1007
1009
  term?: string;
1008
1010
  /** Whether the keyword is the main focus keyword. */
1009
1011
  isMain?: boolean;
1012
+ /** Who added the keyword to the settings */
1013
+ origin?: string | null;
1010
1014
  }
1011
1015
  interface Tag$1 {
1012
1016
  /**
@@ -10461,6 +10465,8 @@ interface Keyword {
10461
10465
  term?: string;
10462
10466
  /** Whether the keyword is the main focus keyword. */
10463
10467
  isMain?: boolean;
10468
+ /** Who added the keyword to the settings */
10469
+ origin?: string | null;
10464
10470
  }
10465
10471
  interface Tag {
10466
10472
  /**
@@ -10540,6 +10546,12 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
10540
10546
  * @readonly
10541
10547
  */
10542
10548
  inStock?: boolean;
10549
+ /**
10550
+ * Whether at least one variant with this choice is visible.
10551
+ * Default: `false`
10552
+ * @readonly
10553
+ */
10554
+ visible?: boolean;
10543
10555
  }
10544
10556
  /** @oneof */
10545
10557
  interface ConnectedOptionChoiceValueOneOf {
@@ -14695,6 +14707,7 @@ interface ConnectedOptionChoiceNonNullableFields {
14695
14707
  choiceType: ChoiceType;
14696
14708
  key: string;
14697
14709
  inStock: boolean;
14710
+ visible: boolean;
14698
14711
  }
14699
14712
  interface ChoicesSettingsNonNullableFields {
14700
14713
  choices: ConnectedOptionChoiceNonNullableFields[];
@@ -318,6 +318,8 @@ interface Keyword$2 {
318
318
  term?: string;
319
319
  /** Whether the keyword is the main focus keyword. */
320
320
  isMain?: boolean;
321
+ /** Who added the keyword to the settings */
322
+ origin?: string | null;
321
323
  }
322
324
  interface Tag$2 {
323
325
  /**
@@ -1007,6 +1009,8 @@ interface Keyword$1 {
1007
1009
  term?: string;
1008
1010
  /** Whether the keyword is the main focus keyword. */
1009
1011
  isMain?: boolean;
1012
+ /** Who added the keyword to the settings */
1013
+ origin?: string | null;
1010
1014
  }
1011
1015
  interface Tag$1 {
1012
1016
  /**
@@ -10461,6 +10465,8 @@ interface Keyword {
10461
10465
  term?: string;
10462
10466
  /** Whether the keyword is the main focus keyword. */
10463
10467
  isMain?: boolean;
10468
+ /** Who added the keyword to the settings */
10469
+ origin?: string | null;
10464
10470
  }
10465
10471
  interface Tag {
10466
10472
  /**
@@ -10540,6 +10546,12 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
10540
10546
  * @readonly
10541
10547
  */
10542
10548
  inStock?: boolean;
10549
+ /**
10550
+ * Whether at least one variant with this choice is visible.
10551
+ * Default: `false`
10552
+ * @readonly
10553
+ */
10554
+ visible?: boolean;
10543
10555
  }
10544
10556
  /** @oneof */
10545
10557
  interface ConnectedOptionChoiceValueOneOf {
@@ -14695,6 +14707,7 @@ interface ConnectedOptionChoiceNonNullableFields {
14695
14707
  choiceType: ChoiceType;
14696
14708
  key: string;
14697
14709
  inStock: boolean;
14710
+ visible: boolean;
14698
14711
  }
14699
14712
  interface ChoicesSettingsNonNullableFields {
14700
14713
  choices: ConnectedOptionChoiceNonNullableFields[];
@@ -1025,6 +1025,8 @@ interface Keyword$3 {
1025
1025
  term?: string;
1026
1026
  /** Whether the keyword is the main focus keyword. */
1027
1027
  isMain?: boolean;
1028
+ /** Who added the keyword to the settings */
1029
+ origin?: string | null;
1028
1030
  }
1029
1031
  interface Tag$3 {
1030
1032
  /**
@@ -2426,6 +2428,8 @@ interface Keyword$2 {
2426
2428
  term?: string;
2427
2429
  /** Whether the keyword is the main focus keyword. */
2428
2430
  isMain?: boolean;
2431
+ /** Who added the keyword to the settings */
2432
+ origin?: string | null;
2429
2433
  }
2430
2434
  interface Tag$2 {
2431
2435
  /**
@@ -12730,6 +12734,8 @@ interface Keyword$1 {
12730
12734
  term?: string;
12731
12735
  /** Whether the keyword is the main focus keyword. */
12732
12736
  isMain?: boolean;
12737
+ /** Who added the keyword to the settings */
12738
+ origin?: string | null;
12733
12739
  }
12734
12740
  interface Tag$1 {
12735
12741
  /**
@@ -12809,6 +12815,12 @@ interface ConnectedOptionChoice$1 extends ConnectedOptionChoiceValueOneOf$1 {
12809
12815
  * @readonly
12810
12816
  */
12811
12817
  inStock?: boolean;
12818
+ /**
12819
+ * Whether at least one variant with this choice is visible.
12820
+ * Default: `false`
12821
+ * @readonly
12822
+ */
12823
+ visible?: boolean;
12812
12824
  }
12813
12825
  /** @oneof */
12814
12826
  interface ConnectedOptionChoiceValueOneOf$1 {
@@ -15387,6 +15399,7 @@ interface ConnectedOptionChoiceNonNullableFields$1 {
15387
15399
  choiceType: ChoiceType$1;
15388
15400
  key: string;
15389
15401
  inStock: boolean;
15402
+ visible: boolean;
15390
15403
  }
15391
15404
  interface ChoicesSettingsNonNullableFields$1 {
15392
15405
  choices: ConnectedOptionChoiceNonNullableFields$1[];
@@ -17260,6 +17273,8 @@ interface Keyword {
17260
17273
  term?: string;
17261
17274
  /** Whether the keyword is the main focus keyword. */
17262
17275
  isMain?: boolean;
17276
+ /** Who added the keyword to the settings */
17277
+ origin?: string | null;
17263
17278
  }
17264
17279
  interface Tag {
17265
17280
  /**
@@ -17339,6 +17354,12 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
17339
17354
  * @readonly
17340
17355
  */
17341
17356
  inStock?: boolean;
17357
+ /**
17358
+ * Whether at least one variant with this choice is visible.
17359
+ * Default: `false`
17360
+ * @readonly
17361
+ */
17362
+ visible?: boolean;
17342
17363
  }
17343
17364
  /** @oneof */
17344
17365
  interface ConnectedOptionChoiceValueOneOf {
@@ -19895,6 +19916,7 @@ interface ConnectedOptionChoiceNonNullableFields {
19895
19916
  choiceType: ChoiceType;
19896
19917
  key: string;
19897
19918
  inStock: boolean;
19919
+ visible: boolean;
19898
19920
  }
19899
19921
  interface ChoicesSettingsNonNullableFields {
19900
19922
  choices: ConnectedOptionChoiceNonNullableFields[];