@hubspot/ui-extensions 0.8.51 → 0.8.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +1 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1798,6 +1798,7 @@ export interface CrmHostActions {
|
|
|
1798
1798
|
export interface UiePlatformActions {
|
|
1799
1799
|
copyTextToClipboard: Clipboard['writeText'];
|
|
1800
1800
|
closeOverlay: CloseOverlayAction;
|
|
1801
|
+
reloadPage: ReloadPageAction;
|
|
1801
1802
|
}
|
|
1802
1803
|
/** @ignore */
|
|
1803
1804
|
export interface StandardCrmExtensionPoint extends ExtensionPointContract {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.52",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"react-reconciler": "^0.29.0",
|
|
61
61
|
"typescript": "5.0.4"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "49d7e6ce23cf06a54cbe038f11bb1b5e57358254"
|
|
64
64
|
}
|