@hubspot/ui-extensions 0.8.26 → 0.8.27

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -1214,7 +1214,7 @@ export interface BaseContext {
1214
1214
  }
1215
1215
  /** @ignore */
1216
1216
  export interface CrmContext extends BaseContext {
1217
- location: 'crm.record.tab' | 'crm.record.sidebar' | 'crm.preview';
1217
+ location: 'crm.record.tab' | 'crm.record.sidebar' | 'crm.preview' | 'helpdesk.sidebar';
1218
1218
  crm: CrmRecordContext;
1219
1219
  extension?: AppContext;
1220
1220
  }
@@ -1721,6 +1721,7 @@ export interface ExtensionPoints {
1721
1721
  'crm.record.tab': StandardCrmExtensionPoint;
1722
1722
  'crm.preview': StandardCrmExtensionPoint;
1723
1723
  'crm.record.sidebar': CrmSidebarExtensionPoint;
1724
+ 'helpdesk.sidebar': StandardCrmExtensionPoint;
1724
1725
  }
1725
1726
  export interface ExampleCrmComponentProps {
1726
1727
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/ui-extensions",
3
- "version": "0.8.26",
3
+ "version": "0.8.27",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -51,5 +51,5 @@
51
51
  "devDependencies": {
52
52
  "typescript": "5.0.4"
53
53
  },
54
- "gitHead": "2cf3d398c538788c36beb8d0f0c923b42b5d0e67"
54
+ "gitHead": "159fa4d11b8a3c87899b456317134037957036f4"
55
55
  }