@wix/blog
Advanced tools
Comparing version 1.0.131 to 1.0.132
@@ -321,3 +321,8 @@ export interface Category { | ||
export interface BlogPaging { | ||
/** Number of items to skip in the current sort order. */ | ||
/** | ||
* Number of items to skip in the current sort order. | ||
* | ||
* | ||
* Default: `0` | ||
*/ | ||
offset?: number; | ||
@@ -328,3 +333,3 @@ /** | ||
* | ||
* Default:`50`. | ||
* Default:`50` | ||
*/ | ||
@@ -331,0 +336,0 @@ limit?: number; |
@@ -574,2 +574,6 @@ export declare const __debug: { | ||
startsWith: (propertyName: string, value: string) => CategoriesQueryBuilder; | ||
/** @param propertyName - Property whose value is compared with `values`. | ||
* @param values - List of values to compare against. | ||
*/ | ||
hasSome: (propertyName: string, value: any[]) => CategoriesQueryBuilder; | ||
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */ | ||
@@ -576,0 +580,0 @@ ascending: (...propertyNames: string[]) => CategoriesQueryBuilder; |
@@ -183,2 +183,3 @@ 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. | ||
* If omitted, tags in all languages are returned. | ||
*/ | ||
@@ -185,0 +186,0 @@ language?: string | null; |
@@ -189,2 +189,3 @@ 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. | ||
* If omitted, tags in all languages are returned. | ||
*/ | ||
@@ -440,2 +441,3 @@ language?: string | null; | ||
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. | ||
* If omitted, tags in all languages are returned. | ||
*/ | ||
@@ -567,2 +569,6 @@ language?: string | null; | ||
startsWith: (propertyName: string, value: string) => TagsQueryBuilder; | ||
/** @param propertyName - Property whose value is compared with `values`. | ||
* @param values - List of values to compare against. | ||
*/ | ||
hasSome: (propertyName: string, value: any[]) => TagsQueryBuilder; | ||
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */ | ||
@@ -569,0 +575,0 @@ ascending: (...propertyNames: string[]) => TagsQueryBuilder; |
@@ -321,3 +321,8 @@ export interface Category { | ||
export interface BlogPaging { | ||
/** Number of items to skip in the current sort order. */ | ||
/** | ||
* Number of items to skip in the current sort order. | ||
* | ||
* | ||
* Default: `0` | ||
*/ | ||
offset?: number; | ||
@@ -328,3 +333,3 @@ /** | ||
* | ||
* Default:`50`. | ||
* Default:`50` | ||
*/ | ||
@@ -331,0 +336,0 @@ limit?: number; |
@@ -574,2 +574,6 @@ export declare const __debug: { | ||
startsWith: (propertyName: string, value: string) => CategoriesQueryBuilder; | ||
/** @param propertyName - Property whose value is compared with `values`. | ||
* @param values - List of values to compare against. | ||
*/ | ||
hasSome: (propertyName: string, value: any[]) => CategoriesQueryBuilder; | ||
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */ | ||
@@ -576,0 +580,0 @@ ascending: (...propertyNames: string[]) => CategoriesQueryBuilder; |
@@ -183,2 +183,3 @@ 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. | ||
* If omitted, tags in all languages are returned. | ||
*/ | ||
@@ -185,0 +186,0 @@ language?: string | null; |
@@ -189,2 +189,3 @@ 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. | ||
* If omitted, tags in all languages are returned. | ||
*/ | ||
@@ -440,2 +441,3 @@ language?: string | null; | ||
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. | ||
* If omitted, tags in all languages are returned. | ||
*/ | ||
@@ -567,2 +569,6 @@ language?: string | null; | ||
startsWith: (propertyName: string, value: string) => TagsQueryBuilder; | ||
/** @param propertyName - Property whose value is compared with `values`. | ||
* @param values - List of values to compare against. | ||
*/ | ||
hasSome: (propertyName: string, value: any[]) => TagsQueryBuilder; | ||
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */ | ||
@@ -569,0 +575,0 @@ ascending: (...propertyNames: string[]) => TagsQueryBuilder; |
{ | ||
"name": "@wix/blog", | ||
"version": "1.0.131", | ||
"version": "1.0.132", | ||
"publishConfig": { | ||
@@ -36,3 +36,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "0da17304c5f70291ba493dc7d10e102a68787cbec541bdbed42286aa" | ||
"falconPackageHash": "45a8a6a97a4b00ad2f1b9777c15ba30a9d6c5a3cda56641556a281c9" | ||
} |
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 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
944093
22210