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

@wix/blog

Package Overview
Dependencies
Maintainers
16
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog - npm Package Compare versions

Comparing version 1.0.132 to 1.0.133

2

build/cjs/src/blog-v3-category.public.d.ts

@@ -8,2 +8,2 @@ import { HttpClient } from '@wix/sdk-types';

export { Field, SortOrder } from './blog-v3-category.universal';
export { Category, CoverMedia, CoverMediaMediaOneOf, SeoSchema, Tag, Settings, InitialCategoriesCopied, CreateCategoryRequest, CreateCategoryResponse, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoryResult, ItemMetadata, ApplicationError, BulkActionMetadata, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoryRequest, GetCategoryResponse, GetCategoryBySlugRequest, GetCategoryBySlugResponse, ListCategoriesRequest, BlogPaging, ListCategoriesResponse, MetaData, QueryCategoriesRequest, Sorting, PlatformQuery, PlatformQueryPagingMethodOneOf, Paging, CursorPaging, QueryCategoriesResponse, PagingMetadataV2, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, GetCategoryOptions, GetCategoryBySlugOptions, ListCategoriesOptions, QueryCategoriesOptions, CategoriesQueryResult, CategoriesQueryBuilder, } from './blog-v3-category.universal';
export { Category, CoverMedia, CoverMediaMediaOneOf, SeoSchema, Tag, Settings, InitialCategoriesCopied, CreateCategoryRequest, CreateCategoryResponse, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoryResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkUpdateCategoriesRequest, BulkUpdateCategoriesResponse, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoryRequest, GetCategoryResponse, GetCategoryBySlugRequest, GetCategoryBySlugResponse, ListCategoriesRequest, BlogPaging, ListCategoriesResponse, MetaData, QueryCategoriesRequest, Sorting, PlatformQuery, PlatformQueryPagingMethodOneOf, Paging, CursorPaging, QueryCategoriesResponse, PagingMetadataV2, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, GetCategoryOptions, GetCategoryBySlugOptions, ListCategoriesOptions, QueryCategoriesOptions, CategoriesQueryResult, CategoriesQueryBuilder, } from './blog-v3-category.universal';

@@ -48,3 +48,6 @@ export interface Category {

displayPosition?: number | null;
/** ID of the category's translations. All translations of a single category share the same `translationId`. */
/**
* ID of the category's translations. All translations of a single category share the same `translationId`.
* @readonly
*/
translationId?: string | null;

@@ -245,2 +248,22 @@ /**

}
export interface BulkUpdateCategoriesRequest {
/** Categories to update. */
categories?: Category[];
/** Whether to return the full created category entities in the response. */
returnFullEntity?: boolean;
/**
* 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.
*/
fieldsets?: Field[];
/** Field mask of fields to update. */
fieldMask?: string[];
}
export interface BulkUpdateCategoriesResponse {
/** Categories updated by bulk action. */
results?: BulkCategoryResult[];
/** Bulk action metadata. */
bulkActionMetadata?: BulkActionMetadata;
}
export interface UpdateCategoryRequest {

@@ -247,0 +270,0 @@ /** Category info. */

@@ -44,3 +44,6 @@ export declare const __debug: {

displayPosition?: number | null;
/** ID of the category's translations when [Wix Multilingual](https://wix.wixanswers.com/app/kb/article/36837a9d-5d22-4fa1-9a80-1b99b7f82b5e/en) is installed on a site. All translations of a single category will share the same `translationId`. */
/**
* ID of the category's translations when [Wix Multilingual](https://wix.wixanswers.com/app/kb/article/36837a9d-5d22-4fa1-9a80-1b99b7f82b5e/en) is installed on a site. All translations of a single category will share the same `translationId`.
* @readonly
*/
translationId?: string | null;

@@ -198,2 +201,22 @@ /**

}
export interface BulkUpdateCategoriesRequest {
/** Categories to update. */
categories?: Category[];
/** Whether to return the full created category entities in the response. */
returnFullEntity?: boolean;
/**
* 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.
*/
fieldsets?: Field[];
/** Field mask of fields to update. */
fieldMask?: string[];
}
export interface BulkUpdateCategoriesResponse {
/** Categories updated by bulk action. */
results?: BulkCategoryResult[];
/** Bulk action metadata. */
bulkActionMetadata?: BulkActionMetadata;
}
export interface UpdateCategoryRequest {

@@ -200,0 +223,0 @@ /** Category info. */

@@ -56,3 +56,2 @@ export interface Tag {

* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* @readonly
*/

@@ -59,0 +58,0 @@ language?: string | null;

@@ -68,3 +68,2 @@ export declare const __debug: {

* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* @readonly
*/

@@ -71,0 +70,0 @@ language?: string | null;

@@ -8,2 +8,2 @@ import { HttpClient } from '@wix/sdk-types';

export { Field, SortOrder } from './blog-v3-category.universal';
export { Category, CoverMedia, CoverMediaMediaOneOf, SeoSchema, Tag, Settings, InitialCategoriesCopied, CreateCategoryRequest, CreateCategoryResponse, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoryResult, ItemMetadata, ApplicationError, BulkActionMetadata, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoryRequest, GetCategoryResponse, GetCategoryBySlugRequest, GetCategoryBySlugResponse, ListCategoriesRequest, BlogPaging, ListCategoriesResponse, MetaData, QueryCategoriesRequest, Sorting, PlatformQuery, PlatformQueryPagingMethodOneOf, Paging, CursorPaging, QueryCategoriesResponse, PagingMetadataV2, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, GetCategoryOptions, GetCategoryBySlugOptions, ListCategoriesOptions, QueryCategoriesOptions, CategoriesQueryResult, CategoriesQueryBuilder, } from './blog-v3-category.universal';
export { Category, CoverMedia, CoverMediaMediaOneOf, SeoSchema, Tag, Settings, InitialCategoriesCopied, CreateCategoryRequest, CreateCategoryResponse, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoryResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkUpdateCategoriesRequest, BulkUpdateCategoriesResponse, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoryRequest, GetCategoryResponse, GetCategoryBySlugRequest, GetCategoryBySlugResponse, ListCategoriesRequest, BlogPaging, ListCategoriesResponse, MetaData, QueryCategoriesRequest, Sorting, PlatformQuery, PlatformQueryPagingMethodOneOf, Paging, CursorPaging, QueryCategoriesResponse, PagingMetadataV2, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, GetCategoryOptions, GetCategoryBySlugOptions, ListCategoriesOptions, QueryCategoriesOptions, CategoriesQueryResult, CategoriesQueryBuilder, } from './blog-v3-category.universal';

@@ -48,3 +48,6 @@ export interface Category {

displayPosition?: number | null;
/** ID of the category's translations. All translations of a single category share the same `translationId`. */
/**
* ID of the category's translations. All translations of a single category share the same `translationId`.
* @readonly
*/
translationId?: string | null;

@@ -245,2 +248,22 @@ /**

}
export interface BulkUpdateCategoriesRequest {
/** Categories to update. */
categories?: Category[];
/** Whether to return the full created category entities in the response. */
returnFullEntity?: boolean;
/**
* 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.
*/
fieldsets?: Field[];
/** Field mask of fields to update. */
fieldMask?: string[];
}
export interface BulkUpdateCategoriesResponse {
/** Categories updated by bulk action. */
results?: BulkCategoryResult[];
/** Bulk action metadata. */
bulkActionMetadata?: BulkActionMetadata;
}
export interface UpdateCategoryRequest {

@@ -247,0 +270,0 @@ /** Category info. */

@@ -44,3 +44,6 @@ export declare const __debug: {

displayPosition?: number | null;
/** ID of the category's translations when [Wix Multilingual](https://wix.wixanswers.com/app/kb/article/36837a9d-5d22-4fa1-9a80-1b99b7f82b5e/en) is installed on a site. All translations of a single category will share the same `translationId`. */
/**
* ID of the category's translations when [Wix Multilingual](https://wix.wixanswers.com/app/kb/article/36837a9d-5d22-4fa1-9a80-1b99b7f82b5e/en) is installed on a site. All translations of a single category will share the same `translationId`.
* @readonly
*/
translationId?: string | null;

@@ -198,2 +201,22 @@ /**

}
export interface BulkUpdateCategoriesRequest {
/** Categories to update. */
categories?: Category[];
/** Whether to return the full created category entities in the response. */
returnFullEntity?: boolean;
/**
* 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.
*/
fieldsets?: Field[];
/** Field mask of fields to update. */
fieldMask?: string[];
}
export interface BulkUpdateCategoriesResponse {
/** Categories updated by bulk action. */
results?: BulkCategoryResult[];
/** Bulk action metadata. */
bulkActionMetadata?: BulkActionMetadata;
}
export interface UpdateCategoryRequest {

@@ -200,0 +223,0 @@ /** Category info. */

@@ -56,3 +56,2 @@ export interface Tag {

* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* @readonly
*/

@@ -59,0 +58,0 @@ language?: string | null;

@@ -68,3 +68,2 @@ export declare const __debug: {

* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* @readonly
*/

@@ -71,0 +70,0 @@ language?: string | null;

{
"name": "@wix/blog",
"version": "1.0.132",
"version": "1.0.133",
"publishConfig": {

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

},
"falconPackageHash": "45a8a6a97a4b00ad2f1b9777c15ba30a9d6c5a3cda56641556a281c9"
"falconPackageHash": "bb4b277358df93784fe09c9ca61fdd71e8ae75380ff21aa1e2226c91"
}

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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