@wix/blog_categories
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -124,2 +124,3 @@ "use strict"; | ||
paths: [ | ||
{ path: 'category.updatedDate' }, | ||
{ path: 'category.coverMedia.image.urlExpirationDate' }, | ||
@@ -158,2 +159,3 @@ { path: 'category.coverMedia.video.thumbnail.urlExpirationDate' }, | ||
paths: [ | ||
{ path: 'category.updatedDate' }, | ||
{ path: 'category.coverMedia.image.urlExpirationDate' }, | ||
@@ -189,2 +191,3 @@ { path: 'category.coverMedia.video.thumbnail.urlExpirationDate' }, | ||
paths: [ | ||
{ path: 'categories.updatedDate' }, | ||
{ path: 'categories.coverMedia.image.urlExpirationDate' }, | ||
@@ -232,2 +235,3 @@ { | ||
paths: [ | ||
{ path: 'categories.updatedDate' }, | ||
{ path: 'categories.coverMedia.image.urlExpirationDate' }, | ||
@@ -234,0 +238,0 @@ { |
@@ -34,2 +34,3 @@ "use strict"; | ||
coverImage: 'wix.common.Image', | ||
updatedDate: 'google.protobuf.Timestamp', | ||
coverMedia: '_coverMedia', | ||
@@ -36,0 +37,0 @@ translations: '_categoryTranslation', |
@@ -70,2 +70,7 @@ export interface Category { | ||
coverImage?: Image; | ||
/** | ||
* Date and time the Category was last updated. | ||
* @readonly | ||
*/ | ||
updatedDate?: Date; | ||
} | ||
@@ -72,0 +77,0 @@ export interface PageUrl { |
@@ -65,2 +65,7 @@ export interface Category { | ||
coverImage?: string; | ||
/** | ||
* Date and time the Category was last updated. | ||
* @readonly | ||
*/ | ||
_updatedDate?: Date; | ||
} | ||
@@ -67,0 +72,0 @@ export interface CoverMedia extends CoverMediaMediaOneOf { |
@@ -121,2 +121,3 @@ import { toURLSearchParams } from '@wix/metro-runtime'; | ||
paths: [ | ||
{ path: 'category.updatedDate' }, | ||
{ path: 'category.coverMedia.image.urlExpirationDate' }, | ||
@@ -154,2 +155,3 @@ { path: 'category.coverMedia.video.thumbnail.urlExpirationDate' }, | ||
paths: [ | ||
{ path: 'category.updatedDate' }, | ||
{ path: 'category.coverMedia.image.urlExpirationDate' }, | ||
@@ -184,2 +186,3 @@ { path: 'category.coverMedia.video.thumbnail.urlExpirationDate' }, | ||
paths: [ | ||
{ path: 'categories.updatedDate' }, | ||
{ path: 'categories.coverMedia.image.urlExpirationDate' }, | ||
@@ -226,2 +229,3 @@ { | ||
paths: [ | ||
{ path: 'categories.updatedDate' }, | ||
{ path: 'categories.coverMedia.image.urlExpirationDate' }, | ||
@@ -228,0 +232,0 @@ { |
@@ -27,2 +27,3 @@ import { EventDefinition } from '@wix/sdk-types'; | ||
coverImage: 'wix.common.Image', | ||
updatedDate: 'google.protobuf.Timestamp', | ||
coverMedia: '_coverMedia', | ||
@@ -29,0 +30,0 @@ translations: '_categoryTranslation', |
@@ -70,2 +70,7 @@ export interface Category { | ||
coverImage?: Image; | ||
/** | ||
* Date and time the Category was last updated. | ||
* @readonly | ||
*/ | ||
updatedDate?: Date; | ||
} | ||
@@ -72,0 +77,0 @@ export interface PageUrl { |
@@ -65,2 +65,7 @@ export interface Category { | ||
coverImage?: string; | ||
/** | ||
* Date and time the Category was last updated. | ||
* @readonly | ||
*/ | ||
_updatedDate?: Date; | ||
} | ||
@@ -67,0 +72,0 @@ export interface CoverMedia extends CoverMediaMediaOneOf { |
{ | ||
"name": "@wix/blog_categories", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "488c7fc4053496298837a333798582134c743e6e4bc87f57320ea72a" | ||
"falconPackageHash": "18e83c8ab1dd373e4b3a7d045d5cb75e64e014ee6b2ba8d29c925535" | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
280463
6122