@wix/stores 1.0.12 → 1.0.13

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.
@@ -16,7 +16,7 @@ export interface Collection {
16
16
  * @readonly
17
17
  */
18
18
  numberOfProducts?: number;
19
- /** Collection description. The description length without HTML must not exceed 2000 characters (10K includes HTML) */
19
+ /** Collection description */
20
20
  description?: string | null;
21
21
  /** Collection slug */
22
22
  slug?: string | null;
@@ -22,7 +22,7 @@ export interface Collection {
22
22
  * @readonly
23
23
  */
24
24
  numberOfProducts?: number;
25
- /** Collection description. The description length without HTML must not exceed 2000 characters (10K includes HTML) */
25
+ /** Collection description */
26
26
  description?: string | null;
27
27
  /** Collection slug */
28
28
  slug?: string | null;
@@ -652,7 +652,7 @@ export interface Collection {
652
652
  * @readonly
653
653
  */
654
654
  numberOfProducts?: number;
655
- /** Collection description. The description length without HTML must not exceed 2000 characters (10K includes HTML) */
655
+ /** Collection description */
656
656
  description?: string | null;
657
657
  /** Collection slug */
658
658
  slug?: string | null;
@@ -646,7 +646,7 @@ export interface Collection {
646
646
  * @readonly
647
647
  */
648
648
  numberOfProducts?: number;
649
- /** Collection description. The description length without HTML must not exceed 2000 characters (10K includes HTML) */
649
+ /** Collection description */
650
650
  description?: string | null;
651
651
  /** Collection slug */
652
652
  slug?: string | null;
@@ -16,7 +16,7 @@ export interface Collection {
16
16
  * @readonly
17
17
  */
18
18
  numberOfProducts?: number;
19
- /** Collection description. The description length without HTML must not exceed 2000 characters (10K includes HTML) */
19
+ /** Collection description */
20
20
  description?: string | null;
21
21
  /** Collection slug */
22
22
  slug?: string | null;
@@ -22,7 +22,7 @@ export interface Collection {
22
22
  * @readonly
23
23
  */
24
24
  numberOfProducts?: number;
25
- /** Collection description. The description length without HTML must not exceed 2000 characters (10K includes HTML) */
25
+ /** Collection description */
26
26
  description?: string | null;
27
27
  /** Collection slug */
28
28
  slug?: string | null;
@@ -652,7 +652,7 @@ export interface Collection {
652
652
  * @readonly
653
653
  */
654
654
  numberOfProducts?: number;
655
- /** Collection description. The description length without HTML must not exceed 2000 characters (10K includes HTML) */
655
+ /** Collection description */
656
656
  description?: string | null;
657
657
  /** Collection slug */
658
658
  slug?: string | null;
@@ -646,7 +646,7 @@ export interface Collection {
646
646
  * @readonly
647
647
  */
648
648
  numberOfProducts?: number;
649
- /** Collection description. The description length without HTML must not exceed 2000 characters (10K includes HTML) */
649
+ /** Collection description */
650
650
  description?: string | null;
651
651
  /** Collection slug */
652
652
  slug?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "801525f80a620865aa1c98fc8c5929a8296b4237d94e2d5c8566e816"
36
+ "falconPackageHash": "622b71427ddf10a6ca401a7ff0015d11ac19f91c4883f9a5d0b529ac"
37
37
  }