@wix/blog
Advanced tools
Comparing version 1.0.215 to 1.0.216
@@ -348,2 +348,7 @@ export interface Category { | ||
fieldsets?: Field[]; | ||
/** | ||
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. | ||
* Language of the category to retrieve. | ||
*/ | ||
language?: string | null; | ||
} | ||
@@ -350,0 +355,0 @@ export interface GetCategoryBySlugResponse { |
@@ -301,2 +301,7 @@ export declare const __debug: { | ||
fieldsets?: Field[]; | ||
/** | ||
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. | ||
* Language of the category to retrieve. | ||
*/ | ||
language?: string | null; | ||
} | ||
@@ -699,2 +704,7 @@ export interface GetCategoryBySlugResponse { | ||
fieldsets?: Field[]; | ||
/** | ||
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. | ||
* Language of the category to retrieve. | ||
*/ | ||
language?: string | null; | ||
} | ||
@@ -701,0 +711,0 @@ /** |
@@ -176,2 +176,3 @@ "use strict"; | ||
fieldsets: '$[1].fieldsets', | ||
language: '$[1].language', | ||
}; | ||
@@ -178,0 +179,0 @@ const responseTransformation = '$'; |
@@ -982,3 +982,2 @@ "use strict"; | ||
(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result); | ||
return fromJSON(result.data); | ||
} | ||
@@ -1039,3 +1038,2 @@ catch (err) { | ||
(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result); | ||
return fromJSON(result.data); | ||
} | ||
@@ -1042,0 +1040,0 @@ catch (err) { |
@@ -348,2 +348,7 @@ export interface Category { | ||
fieldsets?: Field[]; | ||
/** | ||
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. | ||
* Language of the category to retrieve. | ||
*/ | ||
language?: string | null; | ||
} | ||
@@ -350,0 +355,0 @@ export interface GetCategoryBySlugResponse { |
@@ -301,2 +301,7 @@ export declare const __debug: { | ||
fieldsets?: Field[]; | ||
/** | ||
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. | ||
* Language of the category to retrieve. | ||
*/ | ||
language?: string | null; | ||
} | ||
@@ -699,2 +704,7 @@ export interface GetCategoryBySlugResponse { | ||
fieldsets?: Field[]; | ||
/** | ||
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. | ||
* Language of the category to retrieve. | ||
*/ | ||
language?: string | null; | ||
} | ||
@@ -701,0 +711,0 @@ /** |
@@ -153,2 +153,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
fieldsets: '$[1].fieldsets', | ||
language: '$[1].language', | ||
}; | ||
@@ -155,0 +156,0 @@ const responseTransformation = '$'; |
@@ -955,3 +955,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result); | ||
return fromJSON(result.data); | ||
} | ||
@@ -1011,3 +1010,2 @@ catch (err) { | ||
(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result); | ||
return fromJSON(result.data); | ||
} | ||
@@ -1014,0 +1012,0 @@ catch (err) { |
{ | ||
"name": "@wix/blog", | ||
"version": "1.0.215", | ||
"version": "1.0.216", | ||
"publishConfig": { | ||
@@ -32,3 +32,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "55601ecbfcccc52735d400bf3aa4485235dd032f076c3f988d2f384b" | ||
"falconPackageHash": "c15345421c7935c128fc91429fea191ebb10f678439f17e3570e6451" | ||
} |
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 not supported yet
3093261
77318