@wix/auto_sdk_blog_draft-posts 1.0.52 → 1.0.53

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.
@@ -3308,7 +3308,7 @@ declare function onDraftUpdated(handler: (event: DraftUpdatedEnvelope) => void |
3308
3308
  * `categoryIds` that do not exist will not return an error, but they will not be added to the `categoryIds` array.
3309
3309
  * If some of the categories exist, those will be added while those that do not exist will not be added to `categoryIds`.
3310
3310
  * You can check which categories are available with
3311
- * List Categories ([SDK](https://dev.wix.com/docs/sdk/backend-modules/blog/categories/list-categories) | [REST](https://dev.wix.com/docs/rest/business-solutions/blog/category/list-categories)).
3311
+ * [List Categories](https://dev.wix.com/docs/rest/business-solutions/blog/category/list-categories).
3312
3312
  * @param draftPost - Draft post to create.
3313
3313
  * @public
3314
3314
  * @requiredField draftPost
@@ -3627,7 +3627,7 @@ interface UpdateDraftPostOptions {
3627
3627
  }
3628
3628
  /**
3629
3629
  * Moves a draft post to the trash bin.
3630
- * A published post can also be deleted by the `post.id`. See the Posts API ([SDK](https://dev.wix.com/docs/sdk/backend-modules/blog/posts/) | [REST](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/post-object)) for more information about posts.
3630
+ * A published post can also be deleted by the `post.id`. See the [Posts API](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/post-object) for more information about posts.
3631
3631
  *
3632
3632
  * To permanently delete a post bypassing the trash bin, set the `permanent` field value to `true`. The post can't be restored after this.
3633
3633
  * @param draftPostId - Draft post ID.
@@ -3833,7 +3833,7 @@ interface DraftPostsQueryBuilder {
3833
3833
  find: () => Promise<DraftPostsQueryResult>;
3834
3834
  }
3835
3835
  /**
3836
- * Publishes a draft post by ID. This creates a new post ([SDK](https://dev.wix.com/docs/sdk/backend-modules/blog/posts/) | [REST](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/post-object))
3836
+ * Publishes a draft post by ID. This creates a new [post](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/post-object)
3837
3837
  * with the data from the draft post.
3838
3838
  *
3839
3839
  * If the draft post was already published, the published post will be updated with the latest values