@wix/blog 1.0.285 → 1.0.286

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/blog",
3
- "version": "1.0.285",
3
+ "version": "1.0.286",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "@wix/blog_categories": "1.0.38",
24
24
  "@wix/blog_draft-posts": "1.0.38",
25
25
  "@wix/blog_posts": "1.0.45",
26
- "@wix/blog_tags": "1.0.34"
26
+ "@wix/blog_tags": "1.0.35"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "e605c91e1734a0a2e90e757e7cf22836cbd484c6001cfc83a164178a"
51
+ "falconPackageHash": "c3685c9775ed248779cb629c12074a019797a17bc6d825a757cbb45a"
52
52
  }
@@ -9911,6 +9911,8 @@ interface ListTagsResponse {
9911
9911
  interface BulkDeleteTagRequest {
9912
9912
  /** Tag IDs. */
9913
9913
  tagIds?: string[];
9914
+ /** Should delete bypassing the trash-bin. */
9915
+ permanent?: boolean;
9914
9916
  }
9915
9917
  interface BulkDeleteTagResponse {
9916
9918
  }
@@ -9911,6 +9911,8 @@ interface ListTagsResponse {
9911
9911
  interface BulkDeleteTagRequest {
9912
9912
  /** Tag IDs. */
9913
9913
  tagIds?: string[];
9914
+ /** Should delete bypassing the trash-bin. */
9915
+ permanent?: boolean;
9914
9916
  }
9915
9917
  interface BulkDeleteTagResponse {
9916
9918
  }