@frontapp/ui-bridge
Advanced tools
Comparing version 2.0.0-beta8 to 2.0.0-beta9
@@ -245,2 +245,11 @@ import { ApplicationCancelToken } from './asyncTypesV2'; | ||
} | ||
export interface NoConversationPopoverContext extends ApplicationContextBase, Pick<SingleConversationContext, 'fetchDraft'> { | ||
type: 'noConversationPopover'; | ||
draftId?: ApplicationDraftId; | ||
/** | ||
* Closes the popover. | ||
* * @param cancelToken Cancel the request. | ||
*/ | ||
requestClose(cancelToken?: ApplicationCancelToken): Promise<void>; | ||
} | ||
export interface SingleConversationPopoverContext extends Omit<SingleConversationContext, 'type'> { | ||
@@ -260,3 +269,3 @@ type: 'singleConversationPopover'; | ||
export declare type ExistingConversationContext = SingleConversationContext | MultiConversationsContext; | ||
export declare type ConversationContext = NoConversationContext | SingleConversationContext | SingleConversationPopoverContext | MultiConversationsContext; | ||
export declare type ConversationContext = NoConversationContext | NoConversationPopoverContext | SingleConversationContext | SingleConversationPopoverContext | MultiConversationsContext; | ||
export interface MessageContext extends ApplicationContextBase { | ||
@@ -263,0 +272,0 @@ type: 'message'; |
{ | ||
"name": "@frontapp/ui-bridge", | ||
"version": "2.0.0-beta8", | ||
"version": "2.0.0-beta9", | ||
"description": "Helpers and TypeScript definitions for the Front SDK bridge", | ||
@@ -5,0 +5,0 @@ "author": { |
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
46266
1021