@wix/blog 1.0.146 → 1.0.147

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.
@@ -570,9 +570,10 @@ export interface QueryCategoriesOptions {
570
570
  /** @internal */
571
571
  fieldsToInclude?: Field[] | undefined;
572
572
  /**
573
- * List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
574
- * the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
575
- * only the category’s base fields are returned.
573
+ * List of category fields to be included in the response. By default, any fields not passed are not returned.
574
+ *
575
+ * Supported Values:
576
+ * `"SEO"` and `"URL"`.
576
577
  */
577
578
  fieldsets?: Field[] | undefined;
578
579
  }
@@ -574,9 +574,10 @@ export interface QueryTagsOptions {
574
574
  /** @internal */
575
575
  fieldsToInclude?: Field[] | undefined;
576
576
  /**
577
- * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
578
- * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default
579
- * only the tag's base fields are returned.
577
+ * List of additional tag fields to be included in the response. By default, any fields not passed are not returned.
578
+ *
579
+ * Supported Values:
580
+ * `"URL"`
580
581
  */
581
582
  fieldsets?: Field[] | undefined;
582
583
  }
@@ -570,9 +570,10 @@ export interface QueryCategoriesOptions {
570
570
  /** @internal */
571
571
  fieldsToInclude?: Field[] | undefined;
572
572
  /**
573
- * List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
574
- * the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
575
- * only the category’s base fields are returned.
573
+ * List of category fields to be included in the response. By default, any fields not passed are not returned.
574
+ *
575
+ * Supported Values:
576
+ * `"SEO"` and `"URL"`.
576
577
  */
577
578
  fieldsets?: Field[] | undefined;
578
579
  }
@@ -574,9 +574,10 @@ export interface QueryTagsOptions {
574
574
  /** @internal */
575
575
  fieldsToInclude?: Field[] | undefined;
576
576
  /**
577
- * List of additional tag fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
578
- * the response in addition to the tag's base fields. Base fields don’t include any of the supported fieldset values. By default
579
- * only the tag's base fields are returned.
577
+ * List of additional tag fields to be included in the response. By default, any fields not passed are not returned.
578
+ *
579
+ * Supported Values:
580
+ * `"URL"`
580
581
  */
581
582
  fieldsets?: Field[] | undefined;
582
583
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/blog",
3
- "version": "1.0.146",
3
+ "version": "1.0.147",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "124c725f5103615f4a88c8d065ec00a3f19fdbbc691d16c0e783d052"
36
+ "falconPackageHash": "f9f64cb30302f52817b74a7ad9cbd35cdc91b0514bd89d0471fe3eb2"
37
37
  }