@frontapp/ui-bridge
Advanced tools
Comparing version 2.0.0-beta11 to 2.0.0-beta12
@@ -373,2 +373,7 @@ import { ApplicationCancelToken } from './asyncTypesV2'; | ||
close(cancelToken?: ApplicationCancelToken): Promise<void>; | ||
/** | ||
* Close the draft and the composer plugin. | ||
* @param cancelToken Cancel the request. | ||
*/ | ||
closeDraft(cancelToken?: ApplicationCancelToken): Promise<void>; | ||
} | ||
@@ -375,0 +380,0 @@ export type ApplicationContext = ConversationContext | MessageContext | MessageComposerContext; |
{ | ||
"name": "@frontapp/ui-bridge", | ||
"version": "2.0.0-beta11", | ||
"version": "2.0.0-beta12", | ||
"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
51967
1148