@wix/blog 1.0.198 → 1.0.199

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.
@@ -40,7 +40,7 @@ export interface DraftPost {
40
40
  tagIds?: string[];
41
41
  /** IDs of posts related to this draft post. */
42
42
  relatedPostIds?: string[];
43
- /** [Pricing plan IDs](https://www.wix.com/velo/reference/wix-pricing-plans-v2/introduction). Only relevant if a post is assigned to a specific pricing plan. */
43
+ /** Pricing plan IDs. Only relevant if a post is assigned to a specific pricing plan. */
44
44
  pricingPlanIds?: string[];
45
45
  /**
46
46
  * ID of the draft post's translations.
@@ -7286,7 +7286,7 @@ export interface UpdateDraftPost {
7286
7286
  tagIds?: string[];
7287
7287
  /** IDs of posts related to this draft post. */
7288
7288
  relatedPostIds?: string[];
7289
- /** [Pricing plan IDs](https://www.wix.com/velo/reference/wix-pricing-plans-v2/introduction). Only relevant if a post is assigned to a specific pricing plan. */
7289
+ /** Pricing plan IDs. Only relevant if a post is assigned to a specific pricing plan. */
7290
7290
  pricingPlanIds?: string[];
7291
7291
  /**
7292
7292
  * ID of the draft post's translations.
@@ -7489,7 +7489,7 @@ export interface ListDraftPostsOptions {
7489
7489
  * @requiredField draftPostId
7490
7490
  * @permissionScope Manage Blog
7491
7491
  * @applicableIdentity APP
7492
- * @returns [Pricing plan IDs](https://www.wix.com/velo/reference/wix-pricing-plans-v2/introduction). Only relevant if a post is assigned to a specific pricing plan.
7492
+ * @returns Pricing plan IDs. Only relevant if a post is assigned to a specific pricing plan.
7493
7493
  */
7494
7494
  export declare function getDeletedDraftPost(draftPostId: string): Promise<GetDeletedDraftPostResponse & GetDeletedDraftPostResponseNonNullableFields>;
7495
7495
  /**
@@ -1125,7 +1125,7 @@ exports.listDraftPosts = listDraftPosts;
1125
1125
  * @requiredField draftPostId
1126
1126
  * @permissionScope Manage Blog
1127
1127
  * @applicableIdentity APP
1128
- * @returns [Pricing plan IDs](https://www.wix.com/velo/reference/wix-pricing-plans-v2/introduction). Only relevant if a post is assigned to a specific pricing plan.
1128
+ * @returns Pricing plan IDs. Only relevant if a post is assigned to a specific pricing plan.
1129
1129
  */
1130
1130
  function getDeletedDraftPost(draftPostId) {
1131
1131
  var _a, _b, _c;
@@ -40,7 +40,7 @@ export interface DraftPost {
40
40
  tagIds?: string[];
41
41
  /** IDs of posts related to this draft post. */
42
42
  relatedPostIds?: string[];
43
- /** [Pricing plan IDs](https://www.wix.com/velo/reference/wix-pricing-plans-v2/introduction). Only relevant if a post is assigned to a specific pricing plan. */
43
+ /** Pricing plan IDs. Only relevant if a post is assigned to a specific pricing plan. */
44
44
  pricingPlanIds?: string[];
45
45
  /**
46
46
  * ID of the draft post's translations.
@@ -7286,7 +7286,7 @@ export interface UpdateDraftPost {
7286
7286
  tagIds?: string[];
7287
7287
  /** IDs of posts related to this draft post. */
7288
7288
  relatedPostIds?: string[];
7289
- /** [Pricing plan IDs](https://www.wix.com/velo/reference/wix-pricing-plans-v2/introduction). Only relevant if a post is assigned to a specific pricing plan. */
7289
+ /** Pricing plan IDs. Only relevant if a post is assigned to a specific pricing plan. */
7290
7290
  pricingPlanIds?: string[];
7291
7291
  /**
7292
7292
  * ID of the draft post's translations.
@@ -7489,7 +7489,7 @@ export interface ListDraftPostsOptions {
7489
7489
  * @requiredField draftPostId
7490
7490
  * @permissionScope Manage Blog
7491
7491
  * @applicableIdentity APP
7492
- * @returns [Pricing plan IDs](https://www.wix.com/velo/reference/wix-pricing-plans-v2/introduction). Only relevant if a post is assigned to a specific pricing plan.
7492
+ * @returns Pricing plan IDs. Only relevant if a post is assigned to a specific pricing plan.
7493
7493
  */
7494
7494
  export declare function getDeletedDraftPost(draftPostId: string): Promise<GetDeletedDraftPostResponse & GetDeletedDraftPostResponseNonNullableFields>;
7495
7495
  /**
@@ -1095,7 +1095,7 @@ export function listDraftPosts(options) {
1095
1095
  * @requiredField draftPostId
1096
1096
  * @permissionScope Manage Blog
1097
1097
  * @applicableIdentity APP
1098
- * @returns [Pricing plan IDs](https://www.wix.com/velo/reference/wix-pricing-plans-v2/introduction). Only relevant if a post is assigned to a specific pricing plan.
1098
+ * @returns Pricing plan IDs. Only relevant if a post is assigned to a specific pricing plan.
1099
1099
  */
1100
1100
  export function getDeletedDraftPost(draftPostId) {
1101
1101
  var _a, _b, _c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/blog",
3
- "version": "1.0.198",
3
+ "version": "1.0.199",
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": "b16310c610fb17873c00148972b7f62df9c77f8bd41d744a797239c7"
37
+ "falconPackageHash": "fa8ac5a8dafe7886003fdd799579836abfce1c27e20d66c08f3f3053"
38
38
  }