@wix/blog 1.0.319 → 1.0.320

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.319",
3
+ "version": "1.0.320",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "@wix/blog_categories": "1.0.49",
27
27
  "@wix/blog_draft-posts": "1.0.50",
28
28
  "@wix/blog_posts": "1.0.56",
29
- "@wix/blog_tags": "1.0.48"
29
+ "@wix/blog_tags": "1.0.49"
30
30
  },
31
31
  "devDependencies": {
32
32
  "glob": "^10.4.1",
@@ -51,5 +51,5 @@
51
51
  "fqdn": ""
52
52
  }
53
53
  },
54
- "falconPackageHash": "13cbeb5001ef08bf41b29b96965f20f42248011bcabf1f518bd6957a"
54
+ "falconPackageHash": "4cd3db7023b10e329ef3e560258ea49dd3b26d9b58532500a953744d"
55
55
  }
@@ -10080,19 +10080,6 @@ interface GetTagResponse {
10080
10080
  interface GetTagBySlugRequest {
10081
10081
  /** Slug of the tag to retrieve. */
10082
10082
  slug: string;
10083
- /**
10084
- * __Deprecated.__ Use `fieldsets` instead.
10085
- * This parameter will be removed on June 30, 2023.
10086
- *
10087
- * List of tag fields to be included in the response.
10088
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
10089
- * This parameter will be removed on June 30, 2023.
10090
- *
10091
- * List of tag fields to be included in the response.
10092
- * @replacedBy fieldsets
10093
- * @targetRemovalDate 2024-06-30
10094
- */
10095
- fieldsToInclude?: Field[];
10096
10083
  /**
10097
10084
  * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
10098
10085
  * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default
@@ -10578,16 +10565,6 @@ interface GetTagOptions {
10578
10565
  fieldsets?: Field[];
10579
10566
  }
10580
10567
  interface GetTagBySlugOptions {
10581
- /**
10582
- * @internal
10583
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
10584
- * This parameter will be removed on June 30, 2023.
10585
- *
10586
- * List of tag fields to be included in the response.
10587
- * @replacedBy fieldsets
10588
- * @targetRemovalDate 2024-06-30
10589
- */
10590
- fieldsToInclude?: Field[];
10591
10568
  /** List of additional tag fields to be included in the response. By default, any fields not passed are not returned. */
10592
10569
  fieldsets?: Field[];
10593
10570
  /**
@@ -10080,19 +10080,6 @@ interface GetTagResponse {
10080
10080
  interface GetTagBySlugRequest {
10081
10081
  /** Slug of the tag to retrieve. */
10082
10082
  slug: string;
10083
- /**
10084
- * __Deprecated.__ Use `fieldsets` instead.
10085
- * This parameter will be removed on June 30, 2023.
10086
- *
10087
- * List of tag fields to be included in the response.
10088
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
10089
- * This parameter will be removed on June 30, 2023.
10090
- *
10091
- * List of tag fields to be included in the response.
10092
- * @replacedBy fieldsets
10093
- * @targetRemovalDate 2024-06-30
10094
- */
10095
- fieldsToInclude?: Field[];
10096
10083
  /**
10097
10084
  * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
10098
10085
  * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default
@@ -10578,16 +10565,6 @@ interface GetTagOptions {
10578
10565
  fieldsets?: Field[];
10579
10566
  }
10580
10567
  interface GetTagBySlugOptions {
10581
- /**
10582
- * @internal
10583
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
10584
- * This parameter will be removed on June 30, 2023.
10585
- *
10586
- * List of tag fields to be included in the response.
10587
- * @replacedBy fieldsets
10588
- * @targetRemovalDate 2024-06-30
10589
- */
10590
- fieldsToInclude?: Field[];
10591
10568
  /** List of additional tag fields to be included in the response. By default, any fields not passed are not returned. */
10592
10569
  fieldsets?: Field[];
10593
10570
  /**
@@ -11462,19 +11462,6 @@ interface GetTagResponse$1 {
11462
11462
  interface GetTagBySlugRequest$1 {
11463
11463
  /** Slug of the tag to retrieve. */
11464
11464
  slug: string;
11465
- /**
11466
- * __Deprecated.__ Use `fieldsets` instead.
11467
- * This parameter will be removed on June 30, 2023.
11468
- *
11469
- * List of tag fields to be included in the response.
11470
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
11471
- * This parameter will be removed on June 30, 2023.
11472
- *
11473
- * List of tag fields to be included in the response.
11474
- * @replacedBy fieldsets
11475
- * @targetRemovalDate 2024-06-30
11476
- */
11477
- fieldsToInclude?: Field$1[];
11478
11465
  /**
11479
11466
  * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
11480
11467
  * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default
@@ -11856,19 +11843,6 @@ interface GetTagResponse {
11856
11843
  interface GetTagBySlugRequest {
11857
11844
  /** Slug of the tag to retrieve. */
11858
11845
  slug: string;
11859
- /**
11860
- * __Deprecated.__ Use `fieldsets` instead.
11861
- * This parameter will be removed on June 30, 2023.
11862
- *
11863
- * List of tag fields to be included in the response.
11864
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
11865
- * This parameter will be removed on June 30, 2023.
11866
- *
11867
- * List of tag fields to be included in the response.
11868
- * @replacedBy fieldsets
11869
- * @targetRemovalDate 2024-06-30
11870
- */
11871
- fieldsToInclude?: Field[];
11872
11846
  /**
11873
11847
  * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
11874
11848
  * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default