Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wix/blog_categories

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog_categories - npm Package Compare versions

Comparing version 1.0.50 to 1.0.51

79

build/cjs/src/blog-v3-category-categories.types.d.ts

@@ -12,3 +12,3 @@ export interface Category {

/**
* Category URL.
* The `url` of the page that lists every post with the specified category.
* @readonly

@@ -22,3 +22,4 @@ */

/**
* Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.
* Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
* Categories are displayed in ascending order. Categories with a position of `-1` appear at the end of the sequence.
*

@@ -36,3 +37,3 @@ * Default: `-1`

language?: string | null;
/** Category slug. For example, `'category-slug'`. */
/** Part of a category's URL that refers to a specific category. For example, the slug of `https:/example.com/blog/category/famous-cats` is `famous-cats`. */
slug?: string;

@@ -136,9 +137,9 @@ /**

export interface CategoryTranslation {
/** Category ID */
/** Category ID. */
id?: string;
/** Label which is presented in the categories menu on site */
/** Label displayed in the categories menu on the site. */
label?: string | null;
/** Language of the category */
/** Language of the category. */
language?: string | null;
/** Url of this category page */
/** URL of this category page. */
url?: PageUrl;

@@ -154,5 +155,7 @@ }

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -183,5 +186,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -234,5 +239,7 @@ fieldsets?: Field[];

/**
* List of category fields to be included in the response if the entities are present.
* Base default fieldset returns all core category properties (all properties that are not a supported fieldset value).
* For example, when `URL` fieldset is selected, returned category will include the set of base properties and the category's preview url.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -255,5 +262,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -282,5 +291,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -297,5 +308,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -317,5 +330,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -370,5 +385,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -375,0 +392,0 @@ fieldsets?: Field[];

@@ -109,9 +109,9 @@ export interface Category {

export interface CategoryTranslation {
/** Category ID */
/** Category ID. */
_id?: string;
/** Label which is presented in the categories menu on site */
/** Label displayed in the categories menu on the site. */
label?: string | null;
/** Language of the category */
/** Language of the category. */
language?: string | null;
/** Url of this category page */
/** URL of this category page. */
url?: string;

@@ -127,5 +127,7 @@ }

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -156,5 +158,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -207,5 +211,7 @@ fieldsets?: Field[];

/**
* List of category fields to be included in the response if the entities are present.
* Base default fieldset returns all core category properties (all properties that are not a supported fieldset value).
* For example, when `URL` fieldset is selected, returned category will include the set of base properties and the category's preview url.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -228,5 +234,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -255,5 +263,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -270,5 +280,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -290,5 +302,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -339,5 +353,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -344,0 +360,0 @@ fieldsets?: Field[];

@@ -12,3 +12,3 @@ export interface Category {

/**
* Category URL.
* The `url` of the page that lists every post with the specified category.
* @readonly

@@ -22,3 +22,4 @@ */

/**
* Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.
* Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
* Categories are displayed in ascending order. Categories with a position of `-1` appear at the end of the sequence.
*

@@ -36,3 +37,3 @@ * Default: `-1`

language?: string | null;
/** Category slug. For example, `'category-slug'`. */
/** Part of a category's URL that refers to a specific category. For example, the slug of `https:/example.com/blog/category/famous-cats` is `famous-cats`. */
slug?: string;

@@ -136,9 +137,9 @@ /**

export interface CategoryTranslation {
/** Category ID */
/** Category ID. */
id?: string;
/** Label which is presented in the categories menu on site */
/** Label displayed in the categories menu on the site. */
label?: string | null;
/** Language of the category */
/** Language of the category. */
language?: string | null;
/** Url of this category page */
/** URL of this category page. */
url?: PageUrl;

@@ -154,5 +155,7 @@ }

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -183,5 +186,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -234,5 +239,7 @@ fieldsets?: Field[];

/**
* List of category fields to be included in the response if the entities are present.
* Base default fieldset returns all core category properties (all properties that are not a supported fieldset value).
* For example, when `URL` fieldset is selected, returned category will include the set of base properties and the category's preview url.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -255,5 +262,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -282,5 +291,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -297,5 +308,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -317,5 +330,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -370,5 +385,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -375,0 +392,0 @@ fieldsets?: Field[];

@@ -109,9 +109,9 @@ export interface Category {

export interface CategoryTranslation {
/** Category ID */
/** Category ID. */
_id?: string;
/** Label which is presented in the categories menu on site */
/** Label displayed in the categories menu on the site. */
label?: string | null;
/** Language of the category */
/** Language of the category. */
language?: string | null;
/** Url of this category page */
/** URL of this category page. */
url?: string;

@@ -127,5 +127,7 @@ }

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -156,5 +158,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -207,5 +211,7 @@ fieldsets?: Field[];

/**
* List of category fields to be included in the response if the entities are present.
* Base default fieldset returns all core category properties (all properties that are not a supported fieldset value).
* For example, when `URL` fieldset is selected, returned category will include the set of base properties and the category's preview url.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -228,5 +234,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -255,5 +263,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -270,5 +280,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -290,5 +302,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -339,5 +353,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -344,0 +360,0 @@ fieldsets?: Field[];

{
"name": "@wix/blog_categories",
"version": "1.0.50",
"version": "1.0.51",
"publishConfig": {

@@ -49,3 +49,3 @@ "registry": "https://registry.npmjs.org/",

},
"falconPackageHash": "bf4162380c87fd1daf5e2d7fac2925f37c87d6e04358985c72757b4e"
"falconPackageHash": "a68136a63d66a32efa3d512cd3d91ce0dc88f6c8ea59a54abef14bc6"
}

@@ -587,9 +587,9 @@ type HostModule<T, H extends Host> = {

interface CategoryTranslation {
/** Category ID */
/** Category ID. */
_id?: string;
/** Label which is presented in the categories menu on site */
/** Label displayed in the categories menu on the site. */
label?: string | null;
/** Language of the category */
/** Language of the category. */
language?: string | null;
/** Url of this category page */
/** URL of this category page. */
url?: string;

@@ -605,5 +605,7 @@ }

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -634,5 +636,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -685,5 +689,7 @@ fieldsets?: Field[];

/**
* List of category fields to be included in the response if the entities are present.
* Base default fieldset returns all core category properties (all properties that are not a supported fieldset value).
* For example, when `URL` fieldset is selected, returned category will include the set of base properties and the category's preview url.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -706,5 +712,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -733,5 +741,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -748,5 +758,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -768,5 +780,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -817,5 +831,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -822,0 +838,0 @@ fieldsets?: Field[];

@@ -587,9 +587,9 @@ type HostModule<T, H extends Host> = {

interface CategoryTranslation {
/** Category ID */
/** Category ID. */
_id?: string;
/** Label which is presented in the categories menu on site */
/** Label displayed in the categories menu on the site. */
label?: string | null;
/** Language of the category */
/** Language of the category. */
language?: string | null;
/** Url of this category page */
/** URL of this category page. */
url?: string;

@@ -605,5 +605,7 @@ }

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -634,5 +636,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -685,5 +689,7 @@ fieldsets?: Field[];

/**
* List of category fields to be included in the response if the entities are present.
* Base default fieldset returns all core category properties (all properties that are not a supported fieldset value).
* For example, when `URL` fieldset is selected, returned category will include the set of base properties and the category's preview url.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -706,5 +712,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -733,5 +741,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -748,5 +758,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -768,5 +780,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -817,5 +831,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -822,0 +838,0 @@ fieldsets?: Field[];

@@ -109,9 +109,9 @@ interface Category {

interface CategoryTranslation {
/** Category ID */
/** Category ID. */
_id?: string;
/** Label which is presented in the categories menu on site */
/** Label displayed in the categories menu on the site. */
label?: string | null;
/** Language of the category */
/** Language of the category. */
language?: string | null;
/** Url of this category page */
/** URL of this category page. */
url?: string;

@@ -127,5 +127,7 @@ }

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -156,5 +158,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -207,5 +211,7 @@ fieldsets?: Field[];

/**
* List of category fields to be included in the response if the entities are present.
* Base default fieldset returns all core category properties (all properties that are not a supported fieldset value).
* For example, when `URL` fieldset is selected, returned category will include the set of base properties and the category's preview url.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -228,5 +234,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -255,5 +263,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -270,5 +280,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -290,5 +302,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -339,5 +353,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -344,0 +360,0 @@ fieldsets?: Field[];

@@ -12,3 +12,3 @@ interface Category$1 {

/**
* Category URL.
* The `url` of the page that lists every post with the specified category.
* @readonly

@@ -22,3 +22,4 @@ */

/**
* Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.
* Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
* Categories are displayed in ascending order. Categories with a position of `-1` appear at the end of the sequence.
*

@@ -36,3 +37,3 @@ * Default: `-1`

language?: string | null;
/** Category slug. For example, `'category-slug'`. */
/** Part of a category's URL that refers to a specific category. For example, the slug of `https:/example.com/blog/category/famous-cats` is `famous-cats`. */
slug?: string;

@@ -151,5 +152,7 @@ /**

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -166,5 +169,7 @@ fieldsets?: Field$1[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -186,5 +191,7 @@ fieldsets?: Field$1[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -239,5 +246,7 @@ fieldsets?: Field$1[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -510,5 +519,7 @@ fieldsets?: Field$1[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -525,5 +536,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -545,5 +558,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -594,5 +609,7 @@ fieldsets?: Field[];

/**
* List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in
* the response in addition to the category’s base fields. Base fields don’t include any of the supported fieldset values. By default
* only the category’s base fields are returned.
* List of additional category fields to include in the response. By default
* only the category’s base fields are returned. Base fields are all category fields that don't appear in the fieldset enum.
*
* To retrieve a field, pass the relevant fieldset in the enum in the `fieldsets` array. For example, add the `URL` fieldset to `fieldsets` to
* retrieve the url field in the response in addition to the category’s base fields.
*/

@@ -599,0 +616,0 @@ fieldsets?: Field[];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc