@hubspot/ui-extensions 0.9.7 → 0.9.8
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 +3 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -2539,6 +2539,8 @@ interface Team {
|
|
|
2539
2539
|
teammates: number[];
|
|
2540
2540
|
}
|
|
2541
2541
|
/** @ignore */
|
|
2542
|
+
export type Permission = 'integrations-management-write';
|
|
2543
|
+
/** @ignore */
|
|
2542
2544
|
export interface UserContext {
|
|
2543
2545
|
id: number;
|
|
2544
2546
|
emails: string[];
|
|
@@ -2549,6 +2551,7 @@ export interface UserContext {
|
|
|
2549
2551
|
roles: string[];
|
|
2550
2552
|
teams: Team[];
|
|
2551
2553
|
locale?: string;
|
|
2554
|
+
permissions: Permission[];
|
|
2552
2555
|
}
|
|
2553
2556
|
/** @ignore */
|
|
2554
2557
|
export interface PortalContext {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"ts-jest": "^29.1.1",
|
|
67
67
|
"typescript": "5.0.4"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "68d176099343d6d202421ec241c131f1d07562a8"
|
|
70
70
|
}
|