@wix/auto_sdk_stores_customizations-v-3 1.0.55 → 1.0.57

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.
@@ -601,7 +601,7 @@ interface SetCustomizationChoicesRequest {
601
601
  /**
602
602
  * Choices to set.
603
603
  * @minSize 1
604
- * @maxSize 100
604
+ * @maxSize 200
605
605
  */
606
606
  choices: Choice[];
607
607
  /**
@@ -1334,9 +1334,6 @@ declare function deleteCustomization(customizationId: string): Promise<void & {
1334
1334
  * - `createdDate` is sorted in `DESC` order
1335
1335
  * - `cursorPaging.limit` is `100`
1336
1336
  *
1337
- * For field support for filters and sorting,
1338
- * see [Customizations: Supported Filters and Sorting](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/supported-filters-and-sorting).
1339
- *
1340
1337
  * To learn about working with _Query_ endpoints, see
1341
1338
  * [API Query Language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language),
1342
1339
  * and [Sorting and Paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-sorting-and-paging).