@wix/categories 1.0.11 → 1.0.12

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.
@@ -5213,11 +5213,11 @@ export interface CategoriesQueryBuilder {
5213
5213
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
5214
5214
  * @documentationMaturity preview
5215
5215
  */
5216
- ascending: (...propertyNames: Array<'_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'slug'>) => CategoriesQueryBuilder;
5216
+ ascending: (...propertyNames: Array<'_id' | '_createdDate' | '_updatedDate' | 'name' | 'slug'>) => CategoriesQueryBuilder;
5217
5217
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
5218
5218
  * @documentationMaturity preview
5219
5219
  */
5220
- descending: (...propertyNames: Array<'_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'slug'>) => CategoriesQueryBuilder;
5220
+ descending: (...propertyNames: Array<'_id' | '_createdDate' | '_updatedDate' | 'name' | 'slug'>) => CategoriesQueryBuilder;
5221
5221
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
5222
5222
  * @documentationMaturity preview
5223
5223
  */
@@ -5213,11 +5213,11 @@ export interface CategoriesQueryBuilder {
5213
5213
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
5214
5214
  * @documentationMaturity preview
5215
5215
  */
5216
- ascending: (...propertyNames: Array<'_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'slug'>) => CategoriesQueryBuilder;
5216
+ ascending: (...propertyNames: Array<'_id' | '_createdDate' | '_updatedDate' | 'name' | 'slug'>) => CategoriesQueryBuilder;
5217
5217
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
5218
5218
  * @documentationMaturity preview
5219
5219
  */
5220
- descending: (...propertyNames: Array<'_id' | '_createdDate' | '_updatedDate' | 'name' | 'description' | 'slug'>) => CategoriesQueryBuilder;
5220
+ descending: (...propertyNames: Array<'_id' | '_createdDate' | '_updatedDate' | 'name' | 'slug'>) => CategoriesQueryBuilder;
5221
5221
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
5222
5222
  * @documentationMaturity preview
5223
5223
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/categories",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "groupId": "com.wixpress.public-sdk-autogen"
35
35
  }
36
36
  },
37
- "falconPackageHash": "dc8ddc299e5e66de63092261103b3f0f4a1e7f1cd3972d17285d1d5a"
37
+ "falconPackageHash": "fefc6055815a0d0dd04ce8a5418560218c4535afdd1fa429a1279fda"
38
38
  }