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

@wix/blog_blog-cache

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog_blog-cache - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

build/cjs/src/blog-v1-blog-cache-blog-cache.types.d.ts

@@ -18,3 +18,3 @@ /** BlogCache is the main entity of BlogCacheService */

*/
updatedDate?: Date;
updatedDate?: Date | null;
}

@@ -634,3 +634,3 @@ export interface SiteSupportedLanguage {

/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
eventTime?: Date;
eventTime?: Date | null;
/**

@@ -666,3 +666,3 @@ * Whether the event was triggered as a result of a privacy regulation application

export interface RestoreInfo {
deletedDate?: Date;
deletedDate?: Date | null;
}

@@ -669,0 +669,0 @@ export interface EntityUpdatedEvent {

@@ -18,3 +18,3 @@ /** BlogCache is the main entity of BlogCacheService */

*/
_updatedDate?: Date;
_updatedDate?: Date | null;
}

@@ -634,3 +634,3 @@ export interface SiteSupportedLanguage {

/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
eventTime?: Date;
eventTime?: Date | null;
/**

@@ -664,3 +664,3 @@ * Whether the event was triggered as a result of a privacy regulation application

export interface RestoreInfo {
deletedDate?: Date;
deletedDate?: Date | null;
}

@@ -667,0 +667,0 @@ export interface EntityUpdatedEvent {

import { getBlogCache as publicGetBlogCache } from './blog-v1-blog-cache-blog-cache.public';
import { createRESTModule } from '@wix/sdk-runtime/rest-modules';
export const getBlogCache = createRESTModule(publicGetBlogCache);
export const getBlogCache = /*#__PURE__*/ createRESTModule(publicGetBlogCache);
export { LocaleStatus, Flag, ResolutionMethod, PlacementType, DayOfWeek, } from './blog-v1-blog-cache-blog-cache.universal';
//# sourceMappingURL=blog-v1-blog-cache-blog-cache.context.js.map

@@ -18,3 +18,3 @@ /** BlogCache is the main entity of BlogCacheService */

*/
updatedDate?: Date;
updatedDate?: Date | null;
}

@@ -634,3 +634,3 @@ export interface SiteSupportedLanguage {

/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
eventTime?: Date;
eventTime?: Date | null;
/**

@@ -666,3 +666,3 @@ * Whether the event was triggered as a result of a privacy regulation application

export interface RestoreInfo {
deletedDate?: Date;
deletedDate?: Date | null;
}

@@ -669,0 +669,0 @@ export interface EntityUpdatedEvent {

@@ -18,3 +18,3 @@ /** BlogCache is the main entity of BlogCacheService */

*/
_updatedDate?: Date;
_updatedDate?: Date | null;
}

@@ -634,3 +634,3 @@ export interface SiteSupportedLanguage {

/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
eventTime?: Date;
eventTime?: Date | null;
/**

@@ -664,3 +664,3 @@ * Whether the event was triggered as a result of a privacy regulation application

export interface RestoreInfo {
deletedDate?: Date;
deletedDate?: Date | null;
}

@@ -667,0 +667,0 @@ export interface EntityUpdatedEvent {

{
"name": "@wix/blog_blog-cache",
"version": "1.0.7",
"version": "1.0.8",
"publishConfig": {

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

},
"falconPackageHash": "a2596bbeec195f9d0c92702b25fa48feb5abee44de05c437e8bc14eb"
"falconPackageHash": "ff15bdb6008694e094946373f02c0f40ae60770055f3ef4081fdbc63"
}

@@ -496,3 +496,3 @@ type HostModule<T, H extends Host> = {

*/
_updatedDate?: Date;
_updatedDate?: Date | null;
}

@@ -1112,3 +1112,3 @@ interface SiteSupportedLanguage {

/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
eventTime?: Date;
eventTime?: Date | null;
/**

@@ -1142,3 +1142,3 @@ * Whether the event was triggered as a result of a privacy regulation application

interface RestoreInfo {
deletedDate?: Date;
deletedDate?: Date | null;
}

@@ -1145,0 +1145,0 @@ interface EntityUpdatedEvent {

@@ -496,3 +496,3 @@ type HostModule<T, H extends Host> = {

*/
_updatedDate?: Date;
_updatedDate?: Date | null;
}

@@ -1112,3 +1112,3 @@ interface SiteSupportedLanguage {

/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
eventTime?: Date;
eventTime?: Date | null;
/**

@@ -1142,3 +1142,3 @@ * Whether the event was triggered as a result of a privacy regulation application

interface RestoreInfo {
deletedDate?: Date;
deletedDate?: Date | null;
}

@@ -1145,0 +1145,0 @@ interface EntityUpdatedEvent {

@@ -18,3 +18,3 @@ /** BlogCache is the main entity of BlogCacheService */

*/
_updatedDate?: Date;
_updatedDate?: Date | null;
}

@@ -634,3 +634,3 @@ interface SiteSupportedLanguage {

/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
eventTime?: Date;
eventTime?: Date | null;
/**

@@ -664,3 +664,3 @@ * Whether the event was triggered as a result of a privacy regulation application

interface RestoreInfo {
deletedDate?: Date;
deletedDate?: Date | null;
}

@@ -667,0 +667,0 @@ interface EntityUpdatedEvent {

@@ -18,3 +18,3 @@ /** BlogCache is the main entity of BlogCacheService */

*/
updatedDate?: Date;
updatedDate?: Date | null;
}

@@ -393,3 +393,3 @@ interface SiteSupportedLanguage$1 {

*/
_updatedDate?: Date;
_updatedDate?: Date | null;
}

@@ -396,0 +396,0 @@ interface SiteSupportedLanguage {

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