@notis_ai/cli 0.2.15 → 0.2.17

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.
@@ -124,6 +124,7 @@ export interface RouteDescriptor {
124
124
  icon?: string | null;
125
125
  parentSlug?: string | null;
126
126
  default?: boolean;
127
+ resourceDeepLinks?: boolean;
127
128
  collection?: {
128
129
  database: string;
129
130
  titleProperty: string;
@@ -172,6 +173,8 @@ export interface QueryFilter {
172
173
 
173
174
  export interface NotisRuntimeContext {
174
175
  collectionItem?: CollectionItemDetail | null;
176
+ /** App-owned resource requested through the route's `?resource=<id>` link. */
177
+ resourceId?: string | null;
175
178
  /**
176
179
  * Set when the app is being rendered by the screenshot harness (`notis apps
177
180
  * screenshot`) for the named listing scenario. Lets apps and SDK components