@wix/blog 1.0.119 → 1.0.120

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.
@@ -37,7 +37,7 @@ export interface Category {
37
37
  * @readonly
38
38
  */
39
39
  oldRank?: number;
40
- /** Reserved for internal use. */
40
+ /** Reserved for internal use. */
41
41
  rank?: number | null;
42
42
  /** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */
43
43
  displayPosition?: number | null;
@@ -2473,12 +2473,12 @@ export interface ListPostsOptions {
2473
2473
  * Sort order.
2474
2474
  *
2475
2475
  * Sort by one of the following:
2476
- * > - `'VIEW_COUNT'` descending view count
2477
- * > - `'LIKE_COUNT'` descending like count
2478
- * > - `'PUBLISHED_DATE_ASC'` ascending published date
2479
- * > - `'PUBLISHED_DATE_DESC'` (default) descending published date
2480
- * > - `'TITLE_ASC'` ascending title
2481
- * > - `'TITLE_DESC'` descending title
2476
+ * - `'VIEW_COUNT'` descending view count
2477
+ * - `'LIKE_COUNT'` descending like count
2478
+ * - `'PUBLISHED_DATE_ASC'` ascending published date
2479
+ * - `'PUBLISHED_DATE_DESC'` (default) descending published date
2480
+ * - `'TITLE_ASC'` ascending title
2481
+ * - `'TITLE_DESC'` descending title
2482
2482
  */
2483
2483
  sort?: GetPostsSort;
2484
2484
  /** Pagination options. */
@@ -37,7 +37,7 @@ export interface Category {
37
37
  * @readonly
38
38
  */
39
39
  oldRank?: number;
40
- /** Reserved for internal use. */
40
+ /** Reserved for internal use. */
41
41
  rank?: number | null;
42
42
  /** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */
43
43
  displayPosition?: number | null;
@@ -2473,12 +2473,12 @@ export interface ListPostsOptions {
2473
2473
  * Sort order.
2474
2474
  *
2475
2475
  * Sort by one of the following:
2476
- * > - `'VIEW_COUNT'` descending view count
2477
- * > - `'LIKE_COUNT'` descending like count
2478
- * > - `'PUBLISHED_DATE_ASC'` ascending published date
2479
- * > - `'PUBLISHED_DATE_DESC'` (default) descending published date
2480
- * > - `'TITLE_ASC'` ascending title
2481
- * > - `'TITLE_DESC'` descending title
2476
+ * - `'VIEW_COUNT'` descending view count
2477
+ * - `'LIKE_COUNT'` descending like count
2478
+ * - `'PUBLISHED_DATE_ASC'` ascending published date
2479
+ * - `'PUBLISHED_DATE_DESC'` (default) descending published date
2480
+ * - `'TITLE_ASC'` ascending title
2481
+ * - `'TITLE_DESC'` descending title
2482
2482
  */
2483
2483
  sort?: GetPostsSort;
2484
2484
  /** Pagination options. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/blog",
3
- "version": "1.0.119",
3
+ "version": "1.0.120",
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": "19f3a03f5850082cc32f789d5848e5f77357be53aa2963c810fa7798"
36
+ "falconPackageHash": "dac4b305f3cddee884c6f3c49e82181d3d82a4e127fb21cb08230cc4"
37
37
  }