@opencxh/domain 1.182.0 → 1.184.0

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.
@@ -125,6 +125,13 @@ export interface ToastConfig {
125
125
  * kind (e.g. "contact") via a context provider, so the type stays open.
126
126
  */
127
127
  export type ExtensionContext = "global" | "call" | "interaction" | (string & {});
128
+ /**
129
+ * Slot for an app-owned notice in the navigation column, above the account row.
130
+ *
131
+ * A constant rather than a literal at both ends: a slot name that does not match anything yields an
132
+ * empty list, so a typo reads as "no app has anything to say".
133
+ */
134
+ export declare const NAV_NOTICE_SLOT = "navNotice";
128
135
  export interface ExtensionConfig {
129
136
  id: string;
130
137
  slot: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/domain",
3
- "version": "1.182.0",
3
+ "version": "1.184.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",