Socket
Socket
Sign inDemoInstall

@wix/blog

Package Overview
Dependencies
Maintainers
17
Versions
185
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.154 to 1.0.155

29

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

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

* @public
* @documentationMaturity preview
* @requiredField categoryId

@@ -518,3 +517,2 @@ * @param options - Options specifying which fields to return.

* @public
* @documentationMaturity preview
* @requiredField GetCategoryBySlugRequest

@@ -545,3 +543,2 @@ * @requiredField slug

* @public
* @documentationMaturity preview
* @param options - Filter and paging options.

@@ -579,3 +576,2 @@ */

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -619,3 +615,2 @@ */

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -625,3 +620,2 @@ eq: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -631,3 +625,2 @@ ne: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -637,3 +630,2 @@ ge: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -643,3 +635,2 @@ gt: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -649,3 +640,2 @@ le: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -655,3 +645,2 @@ lt: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param string - String to compare against. Case-insensitive.
* @documentationMaturity preview
*/

@@ -661,24 +650,14 @@ startsWith: (propertyName: string, value: string) => CategoriesQueryBuilder;

* @param values - List of values to compare against.
* @documentationMaturity preview
*/
hasSome: (propertyName: string, value: any[]) => CategoriesQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
ascending: (...propertyNames: string[]) => CategoriesQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
descending: (...propertyNames: string[]) => CategoriesQueryBuilder;
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
* @documentationMaturity preview
*/
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
limit: (limit: number) => CategoriesQueryBuilder;
/** @param skip - Number of items to skip in the query results before returning the results.
* @documentationMaturity preview
*/
/** @param skip - Number of items to skip in the query results before returning the results. */
skip: (skip: number) => CategoriesQueryBuilder;
/** @documentationMaturity preview */
find: () => Promise<CategoriesQueryResult>;
}
export {};

@@ -91,3 +91,2 @@ "use strict";

* @public
* @documentationMaturity preview
* @requiredField categoryId

@@ -154,3 +153,2 @@ * @param options - Options specifying which fields to return.

* @public
* @documentationMaturity preview
* @requiredField GetCategoryBySlugRequest

@@ -218,3 +216,2 @@ * @requiredField slug

* @public
* @documentationMaturity preview
* @param options - Filter and paging options.

@@ -286,3 +283,2 @@ */

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -289,0 +285,0 @@ */

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

* @public
* @documentationMaturity preview
* @requiredField GetTagByLabelRequest

@@ -516,3 +515,2 @@ * @requiredField label

* @public
* @documentationMaturity preview
* @requiredField tagId

@@ -542,3 +540,2 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @requiredField slug

@@ -575,3 +572,2 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -615,3 +611,2 @@ */

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -621,3 +616,2 @@ eq: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -627,3 +621,2 @@ ne: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -633,3 +626,2 @@ ge: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -639,3 +631,2 @@ gt: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -645,3 +636,2 @@ le: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -651,3 +641,2 @@ lt: (propertyName: string, value: any) => TagsQueryBuilder;

* @param string - String to compare against. Case-insensitive.
* @documentationMaturity preview
*/

@@ -657,24 +646,14 @@ startsWith: (propertyName: string, value: string) => TagsQueryBuilder;

* @param values - List of values to compare against.
* @documentationMaturity preview
*/
hasSome: (propertyName: string, value: any[]) => TagsQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
ascending: (...propertyNames: string[]) => TagsQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
descending: (...propertyNames: string[]) => TagsQueryBuilder;
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
* @documentationMaturity preview
*/
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
limit: (limit: number) => TagsQueryBuilder;
/** @param skip - Number of items to skip in the query results before returning the results.
* @documentationMaturity preview
*/
/** @param skip - Number of items to skip in the query results before returning the results. */
skip: (skip: number) => TagsQueryBuilder;
/** @documentationMaturity preview */
find: () => Promise<TagsQueryResult>;
}
export {};

@@ -79,3 +79,2 @@ "use strict";

* @public
* @documentationMaturity preview
* @requiredField GetTagByLabelRequest

@@ -142,3 +141,2 @@ * @requiredField label

* @public
* @documentationMaturity preview
* @requiredField tagId

@@ -205,3 +203,2 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @requiredField slug

@@ -275,3 +272,2 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -278,0 +274,0 @@ */

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

* @public
* @documentationMaturity preview
* @requiredField categoryId

@@ -518,3 +517,2 @@ * @param options - Options specifying which fields to return.

* @public
* @documentationMaturity preview
* @requiredField GetCategoryBySlugRequest

@@ -545,3 +543,2 @@ * @requiredField slug

* @public
* @documentationMaturity preview
* @param options - Filter and paging options.

@@ -579,3 +576,2 @@ */

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -619,3 +615,2 @@ */

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -625,3 +620,2 @@ eq: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -631,3 +625,2 @@ ne: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -637,3 +630,2 @@ ge: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -643,3 +635,2 @@ gt: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -649,3 +640,2 @@ le: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -655,3 +645,2 @@ lt: (propertyName: string, value: any) => CategoriesQueryBuilder;

* @param string - String to compare against. Case-insensitive.
* @documentationMaturity preview
*/

@@ -661,24 +650,14 @@ startsWith: (propertyName: string, value: string) => CategoriesQueryBuilder;

* @param values - List of values to compare against.
* @documentationMaturity preview
*/
hasSome: (propertyName: string, value: any[]) => CategoriesQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
ascending: (...propertyNames: string[]) => CategoriesQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
descending: (...propertyNames: string[]) => CategoriesQueryBuilder;
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
* @documentationMaturity preview
*/
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
limit: (limit: number) => CategoriesQueryBuilder;
/** @param skip - Number of items to skip in the query results before returning the results.
* @documentationMaturity preview
*/
/** @param skip - Number of items to skip in the query results before returning the results. */
skip: (skip: number) => CategoriesQueryBuilder;
/** @documentationMaturity preview */
find: () => Promise<CategoriesQueryResult>;
}
export {};

@@ -69,3 +69,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

* @public
* @documentationMaturity preview
* @requiredField categoryId

@@ -131,3 +130,2 @@ * @param options - Options specifying which fields to return.

* @public
* @documentationMaturity preview
* @requiredField GetCategoryBySlugRequest

@@ -194,3 +192,2 @@ * @requiredField slug

* @public
* @documentationMaturity preview
* @param options - Filter and paging options.

@@ -261,3 +258,2 @@ */

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -264,0 +260,0 @@ */

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

* @public
* @documentationMaturity preview
* @requiredField GetTagByLabelRequest

@@ -516,3 +515,2 @@ * @requiredField label

* @public
* @documentationMaturity preview
* @requiredField tagId

@@ -542,3 +540,2 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @requiredField slug

@@ -575,3 +572,2 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -615,3 +611,2 @@ */

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -621,3 +616,2 @@ eq: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -627,3 +621,2 @@ ne: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -633,3 +626,2 @@ ge: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -639,3 +631,2 @@ gt: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -645,3 +636,2 @@ le: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -651,3 +641,2 @@ lt: (propertyName: string, value: any) => TagsQueryBuilder;

* @param string - String to compare against. Case-insensitive.
* @documentationMaturity preview
*/

@@ -657,24 +646,14 @@ startsWith: (propertyName: string, value: string) => TagsQueryBuilder;

* @param values - List of values to compare against.
* @documentationMaturity preview
*/
hasSome: (propertyName: string, value: any[]) => TagsQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
ascending: (...propertyNames: string[]) => TagsQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
descending: (...propertyNames: string[]) => TagsQueryBuilder;
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
* @documentationMaturity preview
*/
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
limit: (limit: number) => TagsQueryBuilder;
/** @param skip - Number of items to skip in the query results before returning the results.
* @documentationMaturity preview
*/
/** @param skip - Number of items to skip in the query results before returning the results. */
skip: (skip: number) => TagsQueryBuilder;
/** @documentationMaturity preview */
find: () => Promise<TagsQueryResult>;
}
export {};

@@ -57,3 +57,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

* @public
* @documentationMaturity preview
* @requiredField GetTagByLabelRequest

@@ -119,3 +118,2 @@ * @requiredField label

* @public
* @documentationMaturity preview
* @requiredField tagId

@@ -181,3 +179,2 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @requiredField slug

@@ -250,3 +247,2 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -253,0 +249,0 @@ */

4

package.json
{
"name": "@wix/blog",
"version": "1.0.154",
"version": "1.0.155",
"publishConfig": {

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

},
"falconPackageHash": "40c79466a79d3f95c86d064416912fb5b1298234a1cc6367f8bf3cd0"
"falconPackageHash": "21d1ec31db7ddc08f944092632f84ab0cd9a8a3b98ceafb16b853402"
}

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