@wix/auto_sdk_stores_read-only-variants-v-3 1.0.4 → 1.0.5

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.
@@ -708,7 +708,7 @@ export declare enum SortOrder {
708
708
  export interface CursorPaging {
709
709
  /**
710
710
  * Maximum number of items to return in the results.
711
- * @max 100
711
+ * @max 1000
712
712
  */
713
713
  limit?: number | null;
714
714
  /**
@@ -656,7 +656,7 @@ export declare enum SortOrder {
656
656
  export interface CursorPaging {
657
657
  /**
658
658
  * Maximum number of items to return in the results.
659
- * @max 100
659
+ * @max 1000
660
660
  */
661
661
  limit?: number | null;
662
662
  /**
@@ -708,7 +708,7 @@ export declare enum SortOrder {
708
708
  export interface CursorPaging {
709
709
  /**
710
710
  * Maximum number of items to return in the results.
711
- * @max 100
711
+ * @max 1000
712
712
  */
713
713
  limit?: number | null;
714
714
  /**
@@ -656,7 +656,7 @@ export declare enum SortOrder {
656
656
  export interface CursorPaging {
657
657
  /**
658
658
  * Maximum number of items to return in the results.
659
- * @max 100
659
+ * @max 1000
660
660
  */
661
661
  limit?: number | null;
662
662
  /**
@@ -708,7 +708,7 @@ export declare enum SortOrder {
708
708
  export interface CursorPaging {
709
709
  /**
710
710
  * Maximum number of items to return in the results.
711
- * @max 100
711
+ * @max 1000
712
712
  */
713
713
  limit?: number | null;
714
714
  /**
@@ -657,7 +657,7 @@ export declare enum SortOrder {
657
657
  export interface CursorPaging {
658
658
  /**
659
659
  * Maximum number of items to return in the results.
660
- * @max 100
660
+ * @max 1000
661
661
  */
662
662
  limit?: number | null;
663
663
  /**
@@ -708,7 +708,7 @@ export declare enum SortOrder {
708
708
  export interface CursorPaging {
709
709
  /**
710
710
  * Maximum number of items to return in the results.
711
- * @max 100
711
+ * @max 1000
712
712
  */
713
713
  limit?: number | null;
714
714
  /**
@@ -657,7 +657,7 @@ export declare enum SortOrder {
657
657
  export interface CursorPaging {
658
658
  /**
659
659
  * Maximum number of items to return in the results.
660
- * @max 100
660
+ * @max 1000
661
661
  */
662
662
  limit?: number | null;
663
663
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_stores_read-only-variants-v-3",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.stores.catalog.v3.read_only_variant"
49
49
  }
50
50
  },
51
- "falconPackageHash": "993fdb8698db7f60b7f91a56c36a13d19f2cca5671eda658e180d193"
51
+ "falconPackageHash": "11563d99d5184f2f52c2788dadf38699d78ad96f473517a434ee36dd"
52
52
  }