@wix/blog 1.0.320 → 1.0.321

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.320",
3
+ "version": "1.0.321",
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.49"
29
+ "@wix/blog_tags": "1.0.50"
30
30
  },
31
31
  "devDependencies": {
32
32
  "glob": "^10.4.1",
@@ -51,5 +51,5 @@
51
51
  "fqdn": ""
52
52
  }
53
53
  },
54
- "falconPackageHash": "4cd3db7023b10e329ef3e560258ea49dd3b26d9b58532500a953744d"
54
+ "falconPackageHash": "5c1a2a44c3aac8242759c0d538bca4fa5bf8b0a26633e7b799cf3cb3"
55
55
  }
@@ -10053,19 +10053,6 @@ interface GetTagByLabelResponse {
10053
10053
  interface GetTagRequest {
10054
10054
  /** Tag ID. */
10055
10055
  tagId: string;
10056
- /**
10057
- * __Deprecated.__ Use `fieldsets` instead.
10058
- * This parameter will be removed on June 30, 2023.
10059
- *
10060
- * List of tag fields to be included in the response.
10061
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
10062
- * This parameter will be removed on June 30, 2023.
10063
- *
10064
- * List of tag fields to be included in the response.
10065
- * @replacedBy fieldsets
10066
- * @targetRemovalDate 2024-06-30
10067
- */
10068
- fieldsToInclude?: Field[];
10069
10056
  /**
10070
10057
  * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
10071
10058
  * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default
@@ -10551,16 +10538,6 @@ interface GetTagByLabelOptions {
10551
10538
  fieldsets?: Field[];
10552
10539
  }
10553
10540
  interface GetTagOptions {
10554
- /**
10555
- * @internal
10556
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
10557
- * This parameter will be removed on June 30, 2023.
10558
- *
10559
- * List of tag fields to be included in the response.
10560
- * @replacedBy fieldsets
10561
- * @targetRemovalDate 2024-06-30
10562
- */
10563
- fieldsToInclude?: Field[];
10564
10541
  /** List of additional tag fields to be included in the response. By default, any fields not passed are not returned. */
10565
10542
  fieldsets?: Field[];
10566
10543
  }
@@ -10053,19 +10053,6 @@ interface GetTagByLabelResponse {
10053
10053
  interface GetTagRequest {
10054
10054
  /** Tag ID. */
10055
10055
  tagId: string;
10056
- /**
10057
- * __Deprecated.__ Use `fieldsets` instead.
10058
- * This parameter will be removed on June 30, 2023.
10059
- *
10060
- * List of tag fields to be included in the response.
10061
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
10062
- * This parameter will be removed on June 30, 2023.
10063
- *
10064
- * List of tag fields to be included in the response.
10065
- * @replacedBy fieldsets
10066
- * @targetRemovalDate 2024-06-30
10067
- */
10068
- fieldsToInclude?: Field[];
10069
10056
  /**
10070
10057
  * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
10071
10058
  * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default
@@ -10551,16 +10538,6 @@ interface GetTagByLabelOptions {
10551
10538
  fieldsets?: Field[];
10552
10539
  }
10553
10540
  interface GetTagOptions {
10554
- /**
10555
- * @internal
10556
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
10557
- * This parameter will be removed on June 30, 2023.
10558
- *
10559
- * List of tag fields to be included in the response.
10560
- * @replacedBy fieldsets
10561
- * @targetRemovalDate 2024-06-30
10562
- */
10563
- fieldsToInclude?: Field[];
10564
10541
  /** List of additional tag fields to be included in the response. By default, any fields not passed are not returned. */
10565
10542
  fieldsets?: Field[];
10566
10543
  }
@@ -11435,19 +11435,6 @@ interface GetTagByLabelResponse$1 {
11435
11435
  interface GetTagRequest$1 {
11436
11436
  /** Tag ID. */
11437
11437
  tagId: string;
11438
- /**
11439
- * __Deprecated.__ Use `fieldsets` instead.
11440
- * This parameter will be removed on June 30, 2023.
11441
- *
11442
- * List of tag fields to be included in the response.
11443
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
11444
- * This parameter will be removed on June 30, 2023.
11445
- *
11446
- * List of tag fields to be included in the response.
11447
- * @replacedBy fieldsets
11448
- * @targetRemovalDate 2024-06-30
11449
- */
11450
- fieldsToInclude?: Field$1[];
11451
11438
  /**
11452
11439
  * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
11453
11440
  * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default
@@ -11816,19 +11803,6 @@ interface GetTagByLabelResponse {
11816
11803
  interface GetTagRequest {
11817
11804
  /** Tag ID. */
11818
11805
  tagId: string;
11819
- /**
11820
- * __Deprecated.__ Use `fieldsets` instead.
11821
- * This parameter will be removed on June 30, 2023.
11822
- *
11823
- * List of tag fields to be included in the response.
11824
- * @deprecated __Deprecated.__ Use `fieldsets` instead.
11825
- * This parameter will be removed on June 30, 2023.
11826
- *
11827
- * List of tag fields to be included in the response.
11828
- * @replacedBy fieldsets
11829
- * @targetRemovalDate 2024-06-30
11830
- */
11831
- fieldsToInclude?: Field[];
11832
11806
  /**
11833
11807
  * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
11834
11808
  * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default