@frontapp/plugin-sdk
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -1,2 +0,2 @@ | ||
import { ApplicationCancelTokenSource, ApplicationContext, SingleConversationContext, NoConversationContext, MultiConversationsContext, MessageContext } from '@frontapp/ui-bridge'; | ||
import { ApplicationCancelTokenSource, ApplicationContext, MessageContext, MultiConversationsContext, NoConversationContext, NoConversationPopoverContext, SingleConversationContext, SingleConversationPopoverContext } from '@frontapp/ui-bridge'; | ||
import { Observable } from 'rxjs'; | ||
@@ -6,6 +6,8 @@ declare type InternalContextProperties = 'hostId' | 'entryPointId'; | ||
declare type WebViewSingleConversationContext = Omit<SingleConversationContext, InternalContextProperties>; | ||
declare type WebViewSingleConversationPopoverContext = Omit<SingleConversationPopoverContext, InternalContextProperties>; | ||
declare type WebViewNoConversationContext = Omit<NoConversationContext, InternalContextProperties>; | ||
declare type WebViewNoConversationPopoverContext = Omit<NoConversationPopoverContext, InternalContextProperties>; | ||
declare type WebViewMultipleConversationsContext = Omit<MultiConversationsContext, InternalContextProperties>; | ||
declare type WebViewMessageContext = Omit<MessageContext, InternalContextProperties>; | ||
export declare type WebViewContext = WebViewSingleConversationContext | WebViewNoConversationContext | WebViewMultipleConversationsContext | WebViewMessageContext; | ||
export declare type WebViewContext = WebViewSingleConversationContext | WebViewNoConversationPopoverContext | WebViewSingleConversationPopoverContext | WebViewNoConversationContext | WebViewMultipleConversationsContext | WebViewMessageContext; | ||
export declare type WebViewBaseBridge = { | ||
@@ -12,0 +14,0 @@ buildCancelTokenSource(): ApplicationCancelTokenSource; |
{ | ||
"name": "@frontapp/plugin-sdk", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@frontapp/ui-bridge": "^2.0.0-beta7", | ||
"@frontapp/ui-bridge": "^2.0.0-beta9", | ||
"rxjs": "^6.5.4", | ||
@@ -15,0 +15,0 @@ "cuid": "^2.1.8" |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
273974
1599