@@ -50,7 +50,7 @@ const result = ActionNavItem.parse(data);
5050| Property | Type | Required | Description |
5151| :--- | :--- | :--- | :--- |
5252| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
53- | ** label** | ` string \| Object ` | ✅ | Display proper label |
53+ | ** label** | ` string ` | ✅ | Display proper label |
5454| ** icon** | ` string ` | optional | Icon name |
5555| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
5656| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -69,9 +69,9 @@ const result = ActionNavItem.parse(data);
6969| Property | Type | Required | Description |
7070| :--- | :--- | :--- | :--- |
7171| ** name** | ` string ` | ✅ | App unique machine name (lowercase snake_case) |
72- | ** label** | ` string \| Object ` | ✅ | App display label |
72+ | ** label** | ` string ` | ✅ | App display label |
7373| ** version** | ` string ` | optional | App version |
74- | ** description** | ` string \| Object ` | optional | App description |
74+ | ** description** | ` string ` | optional | App description |
7575| ** icon** | ` string ` | optional | App icon used in the App Launcher |
7676| ** branding** | ` Object ` | optional | App-specific branding |
7777| ** active** | ` boolean ` | ✅ | Whether the app is enabled |
@@ -110,7 +110,7 @@ const result = ActionNavItem.parse(data);
110110| Property | Type | Required | Description |
111111| :--- | :--- | :--- | :--- |
112112| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
113- | ** label** | ` string \| Object ` | ✅ | Display proper label |
113+ | ** label** | ` string ` | ✅ | Display proper label |
114114| ** icon** | ` string ` | optional | Icon name |
115115| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
116116| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -129,7 +129,7 @@ const result = ActionNavItem.parse(data);
129129| Property | Type | Required | Description |
130130| :--- | :--- | :--- | :--- |
131131| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
132- | ** label** | ` string \| Object ` | ✅ | Display proper label |
132+ | ** label** | ` string ` | ✅ | Display proper label |
133133| ** icon** | ` string ` | optional | Icon name |
134134| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
135135| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -148,10 +148,10 @@ const result = ActionNavItem.parse(data);
148148| Property | Type | Required | Description |
149149| :--- | :--- | :--- | :--- |
150150| ** id** | ` string ` | ✅ | Unique area identifier (lowercase snake_case) |
151- | ** label** | ` string \| Object ` | ✅ | Area display label |
151+ | ** label** | ` string ` | ✅ | Area display label |
152152| ** icon** | ` string ` | optional | Area icon name |
153153| ** order** | ` number ` | optional | Sort order among areas (lower = first) |
154- | ** description** | ` string \| Object ` | optional | Area description |
154+ | ** description** | ` string ` | optional | Area description |
155155| ** visible** | ` string ` | optional | Visibility formula condition for this area |
156156| ** requiredPermissions** | ` string[] ` | optional | Permissions required to access this area |
157157| ** navigation** | ` [__schema0](./__schema0)[] ` | ✅ | Navigation items within this area |
@@ -174,7 +174,7 @@ This schema accepts one of the following structures:
174174| Property | Type | Required | Description |
175175| :--- | :--- | :--- | :--- |
176176| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
177- | ** label** | ` string \| Object ` | ✅ | Display proper label |
177+ | ** label** | ` string ` | ✅ | Display proper label |
178178| ** icon** | ` string ` | optional | Icon name |
179179| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
180180| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -196,7 +196,7 @@ This schema accepts one of the following structures:
196196| Property | Type | Required | Description |
197197| :--- | :--- | :--- | :--- |
198198| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
199- | ** label** | ` string \| Object ` | ✅ | Display proper label |
199+ | ** label** | ` string ` | ✅ | Display proper label |
200200| ** icon** | ` string ` | optional | Icon name |
201201| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
202202| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -216,7 +216,7 @@ This schema accepts one of the following structures:
216216| Property | Type | Required | Description |
217217| :--- | :--- | :--- | :--- |
218218| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
219- | ** label** | ` string \| Object ` | ✅ | Display proper label |
219+ | ** label** | ` string ` | ✅ | Display proper label |
220220| ** icon** | ` string ` | optional | Icon name |
221221| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
222222| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -237,7 +237,7 @@ This schema accepts one of the following structures:
237237| Property | Type | Required | Description |
238238| :--- | :--- | :--- | :--- |
239239| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
240- | ** label** | ` string \| Object ` | ✅ | Display proper label |
240+ | ** label** | ` string ` | ✅ | Display proper label |
241241| ** icon** | ` string ` | optional | Icon name |
242242| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
243243| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -258,7 +258,7 @@ This schema accepts one of the following structures:
258258| Property | Type | Required | Description |
259259| :--- | :--- | :--- | :--- |
260260| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
261- | ** label** | ` string \| Object ` | ✅ | Display proper label |
261+ | ** label** | ` string ` | ✅ | Display proper label |
262262| ** icon** | ` string ` | optional | Icon name |
263263| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
264264| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -278,7 +278,7 @@ This schema accepts one of the following structures:
278278| Property | Type | Required | Description |
279279| :--- | :--- | :--- | :--- |
280280| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
281- | ** label** | ` string \| Object ` | ✅ | Display proper label |
281+ | ** label** | ` string ` | ✅ | Display proper label |
282282| ** icon** | ` string ` | optional | Icon name |
283283| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
284284| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -298,7 +298,7 @@ This schema accepts one of the following structures:
298298| Property | Type | Required | Description |
299299| :--- | :--- | :--- | :--- |
300300| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
301- | ** label** | ` string \| Object ` | ✅ | Display proper label |
301+ | ** label** | ` string ` | ✅ | Display proper label |
302302| ** icon** | ` string ` | optional | Icon name |
303303| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
304304| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -320,7 +320,7 @@ This schema accepts one of the following structures:
320320| Property | Type | Required | Description |
321321| :--- | :--- | :--- | :--- |
322322| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
323- | ** label** | ` string \| Object ` | ✅ | Display proper label |
323+ | ** label** | ` string ` | ✅ | Display proper label |
324324| ** icon** | ` string ` | optional | Icon name |
325325| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
326326| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -340,7 +340,7 @@ This schema accepts one of the following structures:
340340| Property | Type | Required | Description |
341341| :--- | :--- | :--- | :--- |
342342| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
343- | ** label** | ` string \| Object ` | ✅ | Display proper label |
343+ | ** label** | ` string ` | ✅ | Display proper label |
344344| ** icon** | ` string ` | optional | Icon name |
345345| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
346346| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -360,7 +360,7 @@ This schema accepts one of the following structures:
360360| Property | Type | Required | Description |
361361| :--- | :--- | :--- | :--- |
362362| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
363- | ** label** | ` string \| Object ` | ✅ | Display proper label |
363+ | ** label** | ` string ` | ✅ | Display proper label |
364364| ** icon** | ` string ` | optional | Icon name |
365365| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
366366| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
@@ -379,7 +379,7 @@ This schema accepts one of the following structures:
379379| Property | Type | Required | Description |
380380| :--- | :--- | :--- | :--- |
381381| ** id** | ` string ` | ✅ | Unique identifier for this navigation item (lowercase snake_case) |
382- | ** label** | ` string \| Object ` | ✅ | Display proper label |
382+ | ** label** | ` string ` | ✅ | Display proper label |
383383| ** icon** | ` string ` | optional | Icon name |
384384| ** order** | ` number ` | optional | Sort order within the same level (lower = first) |
385385| ** badge** | ` string \| number ` | optional | Badge text or count displayed on the item |
0 commit comments