@prestashopcorp/billing-cdc
Advanced tools
Comparing version 0.0.52-prestabulle1 to 0.0.53-prestabulle1
@@ -34,3 +34,3 @@ import { IAddress } from '../Address'; | ||
} | ||
export declare const isContextAuthenticationAccessToken: (value: IContextAuthenticationAccessToken) => value is IContextAuthenticationAccessToken; | ||
export declare const isContextAuthenticationAccessToken: (value: IContextAuthentication | unknown) => value is IContextAuthenticationAccessToken; | ||
export interface IContextAuthenticationRefreshToken extends IContextAuthentication { | ||
@@ -40,3 +40,3 @@ accessToken?: never; | ||
} | ||
export declare const isContextAuthenticationRefreshToken: (value: IContextAuthenticationRefreshToken) => value is IContextAuthenticationRefreshToken; | ||
export declare const isContextAuthenticationRefreshToken: (value: IContextAuthentication | unknown) => value is IContextAuthenticationRefreshToken; | ||
export interface IContextBase<T extends IContextAuthentication> { | ||
@@ -43,0 +43,0 @@ contextType: ContextType; |
{ | ||
"name": "@prestashopcorp/billing-cdc", | ||
"version": "0.0.52-prestabulle1", | ||
"version": "0.0.53-prestabulle1", | ||
"description": "Cross domain component for the billing UI app", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.umd.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1982245