@inf-monkeys-tech/monkeys 1.0.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.
Files changed (188) hide show
  1. package/README.md +38 -0
  2. package/lib/contracts/artifact.d.ts +112 -0
  3. package/lib/contracts/artifact.d.ts.map +1 -0
  4. package/lib/contracts/artifact.js +60 -0
  5. package/lib/contracts/artifact.js.map +1 -0
  6. package/lib/contracts/capability.d.ts +347 -0
  7. package/lib/contracts/capability.d.ts.map +1 -0
  8. package/lib/contracts/capability.js +135 -0
  9. package/lib/contracts/capability.js.map +1 -0
  10. package/lib/contracts/common.d.ts +32 -0
  11. package/lib/contracts/common.d.ts.map +1 -0
  12. package/lib/contracts/common.js +46 -0
  13. package/lib/contracts/common.js.map +1 -0
  14. package/lib/contracts/context.d.ts +213 -0
  15. package/lib/contracts/context.d.ts.map +1 -0
  16. package/lib/contracts/context.js +96 -0
  17. package/lib/contracts/context.js.map +1 -0
  18. package/lib/contracts/continuity.d.ts +142 -0
  19. package/lib/contracts/continuity.d.ts.map +1 -0
  20. package/lib/contracts/continuity.js +66 -0
  21. package/lib/contracts/continuity.js.map +1 -0
  22. package/lib/contracts/data.d.ts +135 -0
  23. package/lib/contracts/data.d.ts.map +1 -0
  24. package/lib/contracts/data.js +85 -0
  25. package/lib/contracts/data.js.map +1 -0
  26. package/lib/contracts/dtcg-format.schema.json +1759 -0
  27. package/lib/contracts/index.d.ts +14 -0
  28. package/lib/contracts/index.d.ts.map +1 -0
  29. package/lib/contracts/index.js +30 -0
  30. package/lib/contracts/index.js.map +1 -0
  31. package/lib/contracts/page.d.ts +482 -0
  32. package/lib/contracts/page.d.ts.map +1 -0
  33. package/lib/contracts/page.js +307 -0
  34. package/lib/contracts/page.js.map +1 -0
  35. package/lib/contracts/render.d.ts +1032 -0
  36. package/lib/contracts/render.d.ts.map +1 -0
  37. package/lib/contracts/render.js +386 -0
  38. package/lib/contracts/render.js.map +1 -0
  39. package/lib/contracts/semantic.d.ts +477 -0
  40. package/lib/contracts/semantic.d.ts.map +1 -0
  41. package/lib/contracts/semantic.js +111 -0
  42. package/lib/contracts/semantic.js.map +1 -0
  43. package/lib/contracts/tenant.d.ts +2495 -0
  44. package/lib/contracts/tenant.d.ts.map +1 -0
  45. package/lib/contracts/tenant.js +573 -0
  46. package/lib/contracts/tenant.js.map +1 -0
  47. package/lib/contracts/theme.d.ts +30 -0
  48. package/lib/contracts/theme.d.ts.map +1 -0
  49. package/lib/contracts/theme.js +55 -0
  50. package/lib/contracts/theme.js.map +1 -0
  51. package/lib/contracts/trend.d.ts +577 -0
  52. package/lib/contracts/trend.d.ts.map +1 -0
  53. package/lib/contracts/trend.js +276 -0
  54. package/lib/contracts/trend.js.map +1 -0
  55. package/lib/contracts/workflow-definition.d.ts +661 -0
  56. package/lib/contracts/workflow-definition.d.ts.map +1 -0
  57. package/lib/contracts/workflow-definition.js +337 -0
  58. package/lib/contracts/workflow-definition.js.map +1 -0
  59. package/lib/index.d.ts +7 -0
  60. package/lib/index.d.ts.map +1 -0
  61. package/lib/index.js +34 -0
  62. package/lib/index.js.map +1 -0
  63. package/lib/json-schema/agent-runtime-event.schema.json +104 -0
  64. package/lib/json-schema/application-handoff.schema.json +377 -0
  65. package/lib/json-schema/application-run.schema.json +302 -0
  66. package/lib/json-schema/artifact-manifest.schema.json +375 -0
  67. package/lib/json-schema/body-relation-record.schema.json +177 -0
  68. package/lib/json-schema/brand-body.schema.json +140 -0
  69. package/lib/json-schema/brand-genetics-profile.schema.json +169 -0
  70. package/lib/json-schema/capability-manifest.schema.json +412 -0
  71. package/lib/json-schema/capability-registry.schema.json +474 -0
  72. package/lib/json-schema/change-impact-graph.schema.json +274 -0
  73. package/lib/json-schema/completion-event.schema.json +321 -0
  74. package/lib/json-schema/completion-header.schema.json +276 -0
  75. package/lib/json-schema/concept-definition.schema.json +101 -0
  76. package/lib/json-schema/conductor-workflow-definition.schema.json +404 -0
  77. package/lib/json-schema/data-continuity-envelope.schema.json +269 -0
  78. package/lib/json-schema/domain-command-definition.schema.json +121 -0
  79. package/lib/json-schema/domain-command.schema.json +204 -0
  80. package/lib/json-schema/domain-event.schema.json +161 -0
  81. package/lib/json-schema/execution-link.schema.json +190 -0
  82. package/lib/json-schema/expiring-access-grant.schema.json +127 -0
  83. package/lib/json-schema/hotword-body.schema.json +186 -0
  84. package/lib/json-schema/index.json +56 -0
  85. package/lib/json-schema/lineage-record.schema.json +370 -0
  86. package/lib/json-schema/ontology-definition.schema.json +91 -0
  87. package/lib/json-schema/output-record.schema.json +157 -0
  88. package/lib/json-schema/overlay-node.schema.json +892 -0
  89. package/lib/json-schema/page-definition.schema.json +527 -0
  90. package/lib/json-schema/page-runtime-descriptor.schema.json +720 -0
  91. package/lib/json-schema/page-runtime-projection.schema.json +464 -0
  92. package/lib/json-schema/product-body.schema.json +178 -0
  93. package/lib/json-schema/product-declaration.schema.json +1410 -0
  94. package/lib/json-schema/projection-spec.schema.json +151 -0
  95. package/lib/json-schema/radar-action-record.schema.json +144 -0
  96. package/lib/json-schema/radar-analysis-run.schema.json +424 -0
  97. package/lib/json-schema/radar-opportunity-matrix.schema.json +155 -0
  98. package/lib/json-schema/radar-panorama.schema.json +235 -0
  99. package/lib/json-schema/radar-query-body.schema.json +101 -0
  100. package/lib/json-schema/radar-score-model-body.schema.json +88 -0
  101. package/lib/json-schema/radar-score-projection.schema.json +184 -0
  102. package/lib/json-schema/radar-selection.schema.json +134 -0
  103. package/lib/json-schema/radar-writeback-record.schema.json +124 -0
  104. package/lib/json-schema/render-node.schema.json +776 -0
  105. package/lib/json-schema/render-tree.schema.json +815 -0
  106. package/lib/json-schema/request-scope.schema.json +193 -0
  107. package/lib/json-schema/saved-radar-query.schema.json +123 -0
  108. package/lib/json-schema/tenant-product-config.schema.json +2720 -0
  109. package/lib/json-schema/tenant-runtime-config.schema.json +2654 -0
  110. package/lib/json-schema/theme-tokens.schema.json +1836 -0
  111. package/lib/json-schema/trend-ingest-run.schema.json +73 -0
  112. package/lib/json-schema/trend-metric-snapshot.schema.json +126 -0
  113. package/lib/json-schema/trend-source-record.schema.json +206 -0
  114. package/lib/json-schema/view-provider-descriptor.schema.json +317 -0
  115. package/lib/json-schema/workflow-definition.schema.json +2174 -0
  116. package/lib/runtime/capability-registry.d.ts +28 -0
  117. package/lib/runtime/capability-registry.d.ts.map +1 -0
  118. package/lib/runtime/capability-registry.js +147 -0
  119. package/lib/runtime/capability-registry.js.map +1 -0
  120. package/lib/runtime/declaration-compiler.d.ts +44 -0
  121. package/lib/runtime/declaration-compiler.d.ts.map +1 -0
  122. package/lib/runtime/declaration-compiler.js +323 -0
  123. package/lib/runtime/declaration-compiler.js.map +1 -0
  124. package/lib/runtime/index.d.ts +12 -0
  125. package/lib/runtime/index.d.ts.map +1 -0
  126. package/lib/runtime/index.js +28 -0
  127. package/lib/runtime/index.js.map +1 -0
  128. package/lib/runtime/page-compiler.d.ts +36 -0
  129. package/lib/runtime/page-compiler.d.ts.map +1 -0
  130. package/lib/runtime/page-compiler.js +220 -0
  131. package/lib/runtime/page-compiler.js.map +1 -0
  132. package/lib/runtime/product-runtime.d.ts +37 -0
  133. package/lib/runtime/product-runtime.d.ts.map +1 -0
  134. package/lib/runtime/product-runtime.js +80 -0
  135. package/lib/runtime/product-runtime.js.map +1 -0
  136. package/lib/runtime/render-tree-compiler.d.ts +11 -0
  137. package/lib/runtime/render-tree-compiler.d.ts.map +1 -0
  138. package/lib/runtime/render-tree-compiler.js +85 -0
  139. package/lib/runtime/render-tree-compiler.js.map +1 -0
  140. package/lib/runtime/tenant-config.d.ts +13 -0
  141. package/lib/runtime/tenant-config.d.ts.map +1 -0
  142. package/lib/runtime/tenant-config.js +31 -0
  143. package/lib/runtime/tenant-config.js.map +1 -0
  144. package/lib/runtime/tenant-runtime-bindings.d.ts +21 -0
  145. package/lib/runtime/tenant-runtime-bindings.d.ts.map +1 -0
  146. package/lib/runtime/tenant-runtime-bindings.js +50 -0
  147. package/lib/runtime/tenant-runtime-bindings.js.map +1 -0
  148. package/lib/runtime/theme-tokens.d.ts +2 -0
  149. package/lib/runtime/theme-tokens.d.ts.map +1 -0
  150. package/lib/runtime/theme-tokens.js +13 -0
  151. package/lib/runtime/theme-tokens.js.map +1 -0
  152. package/lib/runtime/view-provider-registry.d.ts +23 -0
  153. package/lib/runtime/view-provider-registry.d.ts.map +1 -0
  154. package/lib/runtime/view-provider-registry.js +150 -0
  155. package/lib/runtime/view-provider-registry.js.map +1 -0
  156. package/lib/runtime/view-render-model.d.ts +28 -0
  157. package/lib/runtime/view-render-model.d.ts.map +1 -0
  158. package/lib/runtime/view-render-model.js +125 -0
  159. package/lib/runtime/view-render-model.js.map +1 -0
  160. package/lib/runtime/workflow-compiler.d.ts +29 -0
  161. package/lib/runtime/workflow-compiler.d.ts.map +1 -0
  162. package/lib/runtime/workflow-compiler.js +100 -0
  163. package/lib/runtime/workflow-compiler.js.map +1 -0
  164. package/lib/schemas/index.d.ts +4461 -0
  165. package/lib/schemas/index.d.ts.map +1 -0
  166. package/lib/schemas/index.js +187 -0
  167. package/lib/schemas/index.js.map +1 -0
  168. package/lib/theme-tokens/core.d.ts +65 -0
  169. package/lib/theme-tokens/core.d.ts.map +1 -0
  170. package/lib/theme-tokens/core.js +490 -0
  171. package/lib/theme-tokens/core.js.map +1 -0
  172. package/lib/types/i18n.d.ts +19 -0
  173. package/lib/types/i18n.d.ts.map +1 -0
  174. package/lib/types/i18n.js +3 -0
  175. package/lib/types/i18n.js.map +1 -0
  176. package/lib/types/index.d.ts +4 -0
  177. package/lib/types/index.d.ts.map +1 -0
  178. package/lib/types/index.js +20 -0
  179. package/lib/types/index.js.map +1 -0
  180. package/lib/types/tool.d.ts +123 -0
  181. package/lib/types/tool.d.ts.map +1 -0
  182. package/lib/types/tool.js +20 -0
  183. package/lib/types/tool.js.map +1 -0
  184. package/lib/types/workflow.d.ts +80 -0
  185. package/lib/types/workflow.d.ts.map +1 -0
  186. package/lib/types/workflow.js +23 -0
  187. package/lib/types/workflow.js.map +1 -0
  188. package/package.json +58 -0
@@ -0,0 +1,1032 @@
1
+ import { z } from 'zod';
2
+ export declare const ProductContextSchema: z.ZodEnum<{
3
+ studio: "studio";
4
+ kernel: "kernel";
5
+ compute: "compute";
6
+ }>;
7
+ export declare const RenderNodeStateSchema: z.ZodEnum<{
8
+ success: "success";
9
+ error: "error";
10
+ idle: "idle";
11
+ loading: "loading";
12
+ empty: "empty";
13
+ disabled: "disabled";
14
+ selected: "selected";
15
+ }>;
16
+ export declare const RenderNodeKindSchema: z.ZodEnum<{
17
+ record: "record";
18
+ shell: "shell";
19
+ page: "page";
20
+ navigation: "navigation";
21
+ view: "view";
22
+ control: "control";
23
+ detail: "detail";
24
+ action: "action";
25
+ overlay: "overlay";
26
+ "professional-provider": "professional-provider";
27
+ }>;
28
+ export declare const RenderSurfaceSchema: z.ZodObject<{
29
+ frameOwner: z.ZodEnum<{
30
+ provider: "provider";
31
+ host: "host";
32
+ none: "none";
33
+ }>;
34
+ tone: z.ZodOptional<z.ZodString>;
35
+ density: z.ZodEnum<{
36
+ default: "default";
37
+ compact: "compact";
38
+ comfortable: "comfortable";
39
+ }>;
40
+ }, z.core.$strict>;
41
+ export declare const RenderScrollSchema: z.ZodObject<{
42
+ owner: z.ZodEnum<{
43
+ provider: "provider";
44
+ page: "page";
45
+ surface: "surface";
46
+ }>;
47
+ axis: z.ZodEnum<{
48
+ none: "none";
49
+ x: "x";
50
+ y: "y";
51
+ both: "both";
52
+ }>;
53
+ restoreKey: z.ZodOptional<z.ZodString>;
54
+ virtualizationBoundary: z.ZodBoolean;
55
+ }, z.core.$strict>;
56
+ export declare const RenderActivationSchema: z.ZodObject<{
57
+ activationId: z.ZodString;
58
+ mode: z.ZodEnum<{
59
+ navigate: "navigate";
60
+ select: "select";
61
+ drawer: "drawer";
62
+ modal: "modal";
63
+ fullscreen: "fullscreen";
64
+ inline: "inline";
65
+ }>;
66
+ targetPath: z.ZodOptional<z.ZodString>;
67
+ history: z.ZodOptional<z.ZodEnum<{
68
+ push: "push";
69
+ replace: "replace";
70
+ }>>;
71
+ }, z.core.$strict>;
72
+ export declare const RenderLifecycleSchema: z.ZodObject<{
73
+ mountPolicy: z.ZodEnum<{
74
+ always: "always";
75
+ "when-visible": "when-visible";
76
+ "when-active": "when-active";
77
+ }>;
78
+ queryPolicy: z.ZodEnum<{
79
+ always: "always";
80
+ "when-visible": "when-visible";
81
+ "when-active": "when-active";
82
+ manual: "manual";
83
+ }>;
84
+ retainOnDeactivate: z.ZodBoolean;
85
+ deepLink: z.ZodBoolean;
86
+ focusReturn: z.ZodBoolean;
87
+ }, z.core.$strict>;
88
+ export declare const RenderLayoutSchema: z.ZodObject<{
89
+ mode: z.ZodEnum<{
90
+ contents: "contents";
91
+ block: "block";
92
+ flex: "flex";
93
+ grid: "grid";
94
+ absolute: "absolute";
95
+ }>;
96
+ direction: z.ZodOptional<z.ZodEnum<{
97
+ row: "row";
98
+ column: "column";
99
+ }>>;
100
+ columns: z.ZodOptional<z.ZodNumber>;
101
+ align: z.ZodOptional<z.ZodEnum<{
102
+ start: "start";
103
+ center: "center";
104
+ end: "end";
105
+ stretch: "stretch";
106
+ }>>;
107
+ justify: z.ZodOptional<z.ZodEnum<{
108
+ start: "start";
109
+ center: "center";
110
+ end: "end";
111
+ between: "between";
112
+ around: "around";
113
+ }>>;
114
+ gapTokenRef: z.ZodOptional<z.ZodObject<{
115
+ kind: z.ZodString;
116
+ id: z.ZodString;
117
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
118
+ ownerRepo: z.ZodOptional<z.ZodString>;
119
+ }, z.core.$strict>>;
120
+ }, z.core.$strict>;
121
+ export declare const RenderResponsiveRuleSchema: z.ZodObject<{
122
+ minWidthPx: z.ZodOptional<z.ZodNumber>;
123
+ maxWidthPx: z.ZodOptional<z.ZodNumber>;
124
+ layout: z.ZodObject<{
125
+ mode: z.ZodEnum<{
126
+ contents: "contents";
127
+ block: "block";
128
+ flex: "flex";
129
+ grid: "grid";
130
+ absolute: "absolute";
131
+ }>;
132
+ direction: z.ZodOptional<z.ZodEnum<{
133
+ row: "row";
134
+ column: "column";
135
+ }>>;
136
+ columns: z.ZodOptional<z.ZodNumber>;
137
+ align: z.ZodOptional<z.ZodEnum<{
138
+ start: "start";
139
+ center: "center";
140
+ end: "end";
141
+ stretch: "stretch";
142
+ }>>;
143
+ justify: z.ZodOptional<z.ZodEnum<{
144
+ start: "start";
145
+ center: "center";
146
+ end: "end";
147
+ between: "between";
148
+ around: "around";
149
+ }>>;
150
+ gapTokenRef: z.ZodOptional<z.ZodObject<{
151
+ kind: z.ZodString;
152
+ id: z.ZodString;
153
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
154
+ ownerRepo: z.ZodOptional<z.ZodString>;
155
+ }, z.core.$strict>>;
156
+ }, z.core.$strict>;
157
+ }, z.core.$strict>;
158
+ export declare const RenderNodeSchema: z.ZodObject<{
159
+ contract: z.ZodLiteral<"RenderNode">;
160
+ nodeId: z.ZodString;
161
+ kind: z.ZodEnum<{
162
+ record: "record";
163
+ shell: "shell";
164
+ page: "page";
165
+ navigation: "navigation";
166
+ view: "view";
167
+ control: "control";
168
+ detail: "detail";
169
+ action: "action";
170
+ overlay: "overlay";
171
+ "professional-provider": "professional-provider";
172
+ }>;
173
+ version: z.ZodNumber;
174
+ ownerRepo: z.ZodString;
175
+ parentNodeId: z.ZodOptional<z.ZodString>;
176
+ children: z.ZodArray<z.ZodString>;
177
+ slot: z.ZodOptional<z.ZodString>;
178
+ pageRef: z.ZodObject<{
179
+ kind: z.ZodString;
180
+ id: z.ZodString;
181
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
182
+ ownerRepo: z.ZodOptional<z.ZodString>;
183
+ }, z.core.$strict>;
184
+ semanticRef: z.ZodOptional<z.ZodObject<{
185
+ kind: z.ZodString;
186
+ id: z.ZodString;
187
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
188
+ ownerRepo: z.ZodOptional<z.ZodString>;
189
+ }, z.core.$strict>>;
190
+ dataContextRef: z.ZodOptional<z.ZodObject<{
191
+ kind: z.ZodString;
192
+ id: z.ZodString;
193
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
194
+ ownerRepo: z.ZodOptional<z.ZodString>;
195
+ }, z.core.$strict>>;
196
+ capabilityRef: z.ZodObject<{
197
+ kind: z.ZodString;
198
+ id: z.ZodString;
199
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
200
+ ownerRepo: z.ZodOptional<z.ZodString>;
201
+ }, z.core.$strict>;
202
+ providerRef: z.ZodOptional<z.ZodObject<{
203
+ kind: z.ZodString;
204
+ id: z.ZodString;
205
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
206
+ ownerRepo: z.ZodOptional<z.ZodString>;
207
+ }, z.core.$strict>>;
208
+ stateRef: z.ZodOptional<z.ZodObject<{
209
+ kind: z.ZodString;
210
+ id: z.ZodString;
211
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
212
+ ownerRepo: z.ZodOptional<z.ZodString>;
213
+ }, z.core.$strict>>;
214
+ surface: z.ZodObject<{
215
+ frameOwner: z.ZodEnum<{
216
+ provider: "provider";
217
+ host: "host";
218
+ none: "none";
219
+ }>;
220
+ tone: z.ZodOptional<z.ZodString>;
221
+ density: z.ZodEnum<{
222
+ default: "default";
223
+ compact: "compact";
224
+ comfortable: "comfortable";
225
+ }>;
226
+ }, z.core.$strict>;
227
+ scroll: z.ZodObject<{
228
+ owner: z.ZodEnum<{
229
+ provider: "provider";
230
+ page: "page";
231
+ surface: "surface";
232
+ }>;
233
+ axis: z.ZodEnum<{
234
+ none: "none";
235
+ x: "x";
236
+ y: "y";
237
+ both: "both";
238
+ }>;
239
+ restoreKey: z.ZodOptional<z.ZodString>;
240
+ virtualizationBoundary: z.ZodBoolean;
241
+ }, z.core.$strict>;
242
+ activation: z.ZodObject<{
243
+ activationId: z.ZodString;
244
+ mode: z.ZodEnum<{
245
+ navigate: "navigate";
246
+ select: "select";
247
+ drawer: "drawer";
248
+ modal: "modal";
249
+ fullscreen: "fullscreen";
250
+ inline: "inline";
251
+ }>;
252
+ targetPath: z.ZodOptional<z.ZodString>;
253
+ history: z.ZodOptional<z.ZodEnum<{
254
+ push: "push";
255
+ replace: "replace";
256
+ }>>;
257
+ }, z.core.$strict>;
258
+ lifecycle: z.ZodObject<{
259
+ mountPolicy: z.ZodEnum<{
260
+ always: "always";
261
+ "when-visible": "when-visible";
262
+ "when-active": "when-active";
263
+ }>;
264
+ queryPolicy: z.ZodEnum<{
265
+ always: "always";
266
+ "when-visible": "when-visible";
267
+ "when-active": "when-active";
268
+ manual: "manual";
269
+ }>;
270
+ retainOnDeactivate: z.ZodBoolean;
271
+ deepLink: z.ZodBoolean;
272
+ focusReturn: z.ZodBoolean;
273
+ }, z.core.$strict>;
274
+ layout: z.ZodObject<{
275
+ mode: z.ZodEnum<{
276
+ contents: "contents";
277
+ block: "block";
278
+ flex: "flex";
279
+ grid: "grid";
280
+ absolute: "absolute";
281
+ }>;
282
+ direction: z.ZodOptional<z.ZodEnum<{
283
+ row: "row";
284
+ column: "column";
285
+ }>>;
286
+ columns: z.ZodOptional<z.ZodNumber>;
287
+ align: z.ZodOptional<z.ZodEnum<{
288
+ start: "start";
289
+ center: "center";
290
+ end: "end";
291
+ stretch: "stretch";
292
+ }>>;
293
+ justify: z.ZodOptional<z.ZodEnum<{
294
+ start: "start";
295
+ center: "center";
296
+ end: "end";
297
+ between: "between";
298
+ around: "around";
299
+ }>>;
300
+ gapTokenRef: z.ZodOptional<z.ZodObject<{
301
+ kind: z.ZodString;
302
+ id: z.ZodString;
303
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
304
+ ownerRepo: z.ZodOptional<z.ZodString>;
305
+ }, z.core.$strict>>;
306
+ }, z.core.$strict>;
307
+ responsive: z.ZodArray<z.ZodObject<{
308
+ minWidthPx: z.ZodOptional<z.ZodNumber>;
309
+ maxWidthPx: z.ZodOptional<z.ZodNumber>;
310
+ layout: z.ZodObject<{
311
+ mode: z.ZodEnum<{
312
+ contents: "contents";
313
+ block: "block";
314
+ flex: "flex";
315
+ grid: "grid";
316
+ absolute: "absolute";
317
+ }>;
318
+ direction: z.ZodOptional<z.ZodEnum<{
319
+ row: "row";
320
+ column: "column";
321
+ }>>;
322
+ columns: z.ZodOptional<z.ZodNumber>;
323
+ align: z.ZodOptional<z.ZodEnum<{
324
+ start: "start";
325
+ center: "center";
326
+ end: "end";
327
+ stretch: "stretch";
328
+ }>>;
329
+ justify: z.ZodOptional<z.ZodEnum<{
330
+ start: "start";
331
+ center: "center";
332
+ end: "end";
333
+ between: "between";
334
+ around: "around";
335
+ }>>;
336
+ gapTokenRef: z.ZodOptional<z.ZodObject<{
337
+ kind: z.ZodString;
338
+ id: z.ZodString;
339
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
340
+ ownerRepo: z.ZodOptional<z.ZodString>;
341
+ }, z.core.$strict>>;
342
+ }, z.core.$strict>;
343
+ }, z.core.$strict>>;
344
+ accessRef: z.ZodOptional<z.ZodObject<{
345
+ kind: z.ZodString;
346
+ id: z.ZodString;
347
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
348
+ ownerRepo: z.ZodOptional<z.ZodString>;
349
+ }, z.core.$strict>>;
350
+ evidenceRef: z.ZodOptional<z.ZodObject<{
351
+ kind: z.ZodString;
352
+ id: z.ZodString;
353
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
354
+ ownerRepo: z.ZodOptional<z.ZodString>;
355
+ }, z.core.$strict>>;
356
+ state: z.ZodEnum<{
357
+ success: "success";
358
+ error: "error";
359
+ idle: "idle";
360
+ loading: "loading";
361
+ empty: "empty";
362
+ disabled: "disabled";
363
+ selected: "selected";
364
+ }>;
365
+ renderModel: z.ZodRecord<z.ZodString, z.ZodType<import("./common").JsonValue, unknown, z.core.$ZodTypeInternals<import("./common").JsonValue, unknown>>>;
366
+ }, z.core.$strict>;
367
+ export declare const RenderTreeSchema: z.ZodObject<{
368
+ contract: z.ZodLiteral<"RenderTree">;
369
+ treeId: z.ZodString;
370
+ product: z.ZodEnum<{
371
+ studio: "studio";
372
+ kernel: "kernel";
373
+ compute: "compute";
374
+ }>;
375
+ rootNodeId: z.ZodString;
376
+ nodes: z.ZodArray<z.ZodObject<{
377
+ contract: z.ZodLiteral<"RenderNode">;
378
+ nodeId: z.ZodString;
379
+ kind: z.ZodEnum<{
380
+ record: "record";
381
+ shell: "shell";
382
+ page: "page";
383
+ navigation: "navigation";
384
+ view: "view";
385
+ control: "control";
386
+ detail: "detail";
387
+ action: "action";
388
+ overlay: "overlay";
389
+ "professional-provider": "professional-provider";
390
+ }>;
391
+ version: z.ZodNumber;
392
+ ownerRepo: z.ZodString;
393
+ parentNodeId: z.ZodOptional<z.ZodString>;
394
+ children: z.ZodArray<z.ZodString>;
395
+ slot: z.ZodOptional<z.ZodString>;
396
+ pageRef: z.ZodObject<{
397
+ kind: z.ZodString;
398
+ id: z.ZodString;
399
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
400
+ ownerRepo: z.ZodOptional<z.ZodString>;
401
+ }, z.core.$strict>;
402
+ semanticRef: z.ZodOptional<z.ZodObject<{
403
+ kind: z.ZodString;
404
+ id: z.ZodString;
405
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
406
+ ownerRepo: z.ZodOptional<z.ZodString>;
407
+ }, z.core.$strict>>;
408
+ dataContextRef: z.ZodOptional<z.ZodObject<{
409
+ kind: z.ZodString;
410
+ id: z.ZodString;
411
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
412
+ ownerRepo: z.ZodOptional<z.ZodString>;
413
+ }, z.core.$strict>>;
414
+ capabilityRef: z.ZodObject<{
415
+ kind: z.ZodString;
416
+ id: z.ZodString;
417
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
418
+ ownerRepo: z.ZodOptional<z.ZodString>;
419
+ }, z.core.$strict>;
420
+ providerRef: z.ZodOptional<z.ZodObject<{
421
+ kind: z.ZodString;
422
+ id: z.ZodString;
423
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
424
+ ownerRepo: z.ZodOptional<z.ZodString>;
425
+ }, z.core.$strict>>;
426
+ stateRef: z.ZodOptional<z.ZodObject<{
427
+ kind: z.ZodString;
428
+ id: z.ZodString;
429
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
430
+ ownerRepo: z.ZodOptional<z.ZodString>;
431
+ }, z.core.$strict>>;
432
+ surface: z.ZodObject<{
433
+ frameOwner: z.ZodEnum<{
434
+ provider: "provider";
435
+ host: "host";
436
+ none: "none";
437
+ }>;
438
+ tone: z.ZodOptional<z.ZodString>;
439
+ density: z.ZodEnum<{
440
+ default: "default";
441
+ compact: "compact";
442
+ comfortable: "comfortable";
443
+ }>;
444
+ }, z.core.$strict>;
445
+ scroll: z.ZodObject<{
446
+ owner: z.ZodEnum<{
447
+ provider: "provider";
448
+ page: "page";
449
+ surface: "surface";
450
+ }>;
451
+ axis: z.ZodEnum<{
452
+ none: "none";
453
+ x: "x";
454
+ y: "y";
455
+ both: "both";
456
+ }>;
457
+ restoreKey: z.ZodOptional<z.ZodString>;
458
+ virtualizationBoundary: z.ZodBoolean;
459
+ }, z.core.$strict>;
460
+ activation: z.ZodObject<{
461
+ activationId: z.ZodString;
462
+ mode: z.ZodEnum<{
463
+ navigate: "navigate";
464
+ select: "select";
465
+ drawer: "drawer";
466
+ modal: "modal";
467
+ fullscreen: "fullscreen";
468
+ inline: "inline";
469
+ }>;
470
+ targetPath: z.ZodOptional<z.ZodString>;
471
+ history: z.ZodOptional<z.ZodEnum<{
472
+ push: "push";
473
+ replace: "replace";
474
+ }>>;
475
+ }, z.core.$strict>;
476
+ lifecycle: z.ZodObject<{
477
+ mountPolicy: z.ZodEnum<{
478
+ always: "always";
479
+ "when-visible": "when-visible";
480
+ "when-active": "when-active";
481
+ }>;
482
+ queryPolicy: z.ZodEnum<{
483
+ always: "always";
484
+ "when-visible": "when-visible";
485
+ "when-active": "when-active";
486
+ manual: "manual";
487
+ }>;
488
+ retainOnDeactivate: z.ZodBoolean;
489
+ deepLink: z.ZodBoolean;
490
+ focusReturn: z.ZodBoolean;
491
+ }, z.core.$strict>;
492
+ layout: z.ZodObject<{
493
+ mode: z.ZodEnum<{
494
+ contents: "contents";
495
+ block: "block";
496
+ flex: "flex";
497
+ grid: "grid";
498
+ absolute: "absolute";
499
+ }>;
500
+ direction: z.ZodOptional<z.ZodEnum<{
501
+ row: "row";
502
+ column: "column";
503
+ }>>;
504
+ columns: z.ZodOptional<z.ZodNumber>;
505
+ align: z.ZodOptional<z.ZodEnum<{
506
+ start: "start";
507
+ center: "center";
508
+ end: "end";
509
+ stretch: "stretch";
510
+ }>>;
511
+ justify: z.ZodOptional<z.ZodEnum<{
512
+ start: "start";
513
+ center: "center";
514
+ end: "end";
515
+ between: "between";
516
+ around: "around";
517
+ }>>;
518
+ gapTokenRef: z.ZodOptional<z.ZodObject<{
519
+ kind: z.ZodString;
520
+ id: z.ZodString;
521
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
522
+ ownerRepo: z.ZodOptional<z.ZodString>;
523
+ }, z.core.$strict>>;
524
+ }, z.core.$strict>;
525
+ responsive: z.ZodArray<z.ZodObject<{
526
+ minWidthPx: z.ZodOptional<z.ZodNumber>;
527
+ maxWidthPx: z.ZodOptional<z.ZodNumber>;
528
+ layout: z.ZodObject<{
529
+ mode: z.ZodEnum<{
530
+ contents: "contents";
531
+ block: "block";
532
+ flex: "flex";
533
+ grid: "grid";
534
+ absolute: "absolute";
535
+ }>;
536
+ direction: z.ZodOptional<z.ZodEnum<{
537
+ row: "row";
538
+ column: "column";
539
+ }>>;
540
+ columns: z.ZodOptional<z.ZodNumber>;
541
+ align: z.ZodOptional<z.ZodEnum<{
542
+ start: "start";
543
+ center: "center";
544
+ end: "end";
545
+ stretch: "stretch";
546
+ }>>;
547
+ justify: z.ZodOptional<z.ZodEnum<{
548
+ start: "start";
549
+ center: "center";
550
+ end: "end";
551
+ between: "between";
552
+ around: "around";
553
+ }>>;
554
+ gapTokenRef: z.ZodOptional<z.ZodObject<{
555
+ kind: z.ZodString;
556
+ id: z.ZodString;
557
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
558
+ ownerRepo: z.ZodOptional<z.ZodString>;
559
+ }, z.core.$strict>>;
560
+ }, z.core.$strict>;
561
+ }, z.core.$strict>>;
562
+ accessRef: z.ZodOptional<z.ZodObject<{
563
+ kind: z.ZodString;
564
+ id: z.ZodString;
565
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
566
+ ownerRepo: z.ZodOptional<z.ZodString>;
567
+ }, z.core.$strict>>;
568
+ evidenceRef: z.ZodOptional<z.ZodObject<{
569
+ kind: z.ZodString;
570
+ id: z.ZodString;
571
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
572
+ ownerRepo: z.ZodOptional<z.ZodString>;
573
+ }, z.core.$strict>>;
574
+ state: z.ZodEnum<{
575
+ success: "success";
576
+ error: "error";
577
+ idle: "idle";
578
+ loading: "loading";
579
+ empty: "empty";
580
+ disabled: "disabled";
581
+ selected: "selected";
582
+ }>;
583
+ renderModel: z.ZodRecord<z.ZodString, z.ZodType<import("./common").JsonValue, unknown, z.core.$ZodTypeInternals<import("./common").JsonValue, unknown>>>;
584
+ }, z.core.$strict>>;
585
+ }, z.core.$strict>;
586
+ export declare const OverlayZIndexLaneSchema: z.ZodEnum<{
587
+ drawer: "drawer";
588
+ modal: "modal";
589
+ fullscreen: "fullscreen";
590
+ popover: "popover";
591
+ system: "system";
592
+ }>;
593
+ export declare const OverlayNodeSchema: z.ZodObject<{
594
+ contract: z.ZodLiteral<"OverlayNode">;
595
+ overlayId: z.ZodString;
596
+ renderNode: z.ZodObject<{
597
+ contract: z.ZodLiteral<"RenderNode">;
598
+ nodeId: z.ZodString;
599
+ kind: z.ZodEnum<{
600
+ record: "record";
601
+ shell: "shell";
602
+ page: "page";
603
+ navigation: "navigation";
604
+ view: "view";
605
+ control: "control";
606
+ detail: "detail";
607
+ action: "action";
608
+ overlay: "overlay";
609
+ "professional-provider": "professional-provider";
610
+ }>;
611
+ version: z.ZodNumber;
612
+ ownerRepo: z.ZodString;
613
+ parentNodeId: z.ZodOptional<z.ZodString>;
614
+ children: z.ZodArray<z.ZodString>;
615
+ slot: z.ZodOptional<z.ZodString>;
616
+ pageRef: z.ZodObject<{
617
+ kind: z.ZodString;
618
+ id: z.ZodString;
619
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
620
+ ownerRepo: z.ZodOptional<z.ZodString>;
621
+ }, z.core.$strict>;
622
+ semanticRef: z.ZodOptional<z.ZodObject<{
623
+ kind: z.ZodString;
624
+ id: z.ZodString;
625
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
626
+ ownerRepo: z.ZodOptional<z.ZodString>;
627
+ }, z.core.$strict>>;
628
+ dataContextRef: z.ZodOptional<z.ZodObject<{
629
+ kind: z.ZodString;
630
+ id: z.ZodString;
631
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
632
+ ownerRepo: z.ZodOptional<z.ZodString>;
633
+ }, z.core.$strict>>;
634
+ capabilityRef: z.ZodObject<{
635
+ kind: z.ZodString;
636
+ id: z.ZodString;
637
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
638
+ ownerRepo: z.ZodOptional<z.ZodString>;
639
+ }, z.core.$strict>;
640
+ providerRef: z.ZodOptional<z.ZodObject<{
641
+ kind: z.ZodString;
642
+ id: z.ZodString;
643
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
644
+ ownerRepo: z.ZodOptional<z.ZodString>;
645
+ }, z.core.$strict>>;
646
+ stateRef: z.ZodOptional<z.ZodObject<{
647
+ kind: z.ZodString;
648
+ id: z.ZodString;
649
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
650
+ ownerRepo: z.ZodOptional<z.ZodString>;
651
+ }, z.core.$strict>>;
652
+ surface: z.ZodObject<{
653
+ frameOwner: z.ZodEnum<{
654
+ provider: "provider";
655
+ host: "host";
656
+ none: "none";
657
+ }>;
658
+ tone: z.ZodOptional<z.ZodString>;
659
+ density: z.ZodEnum<{
660
+ default: "default";
661
+ compact: "compact";
662
+ comfortable: "comfortable";
663
+ }>;
664
+ }, z.core.$strict>;
665
+ scroll: z.ZodObject<{
666
+ owner: z.ZodEnum<{
667
+ provider: "provider";
668
+ page: "page";
669
+ surface: "surface";
670
+ }>;
671
+ axis: z.ZodEnum<{
672
+ none: "none";
673
+ x: "x";
674
+ y: "y";
675
+ both: "both";
676
+ }>;
677
+ restoreKey: z.ZodOptional<z.ZodString>;
678
+ virtualizationBoundary: z.ZodBoolean;
679
+ }, z.core.$strict>;
680
+ activation: z.ZodObject<{
681
+ activationId: z.ZodString;
682
+ mode: z.ZodEnum<{
683
+ navigate: "navigate";
684
+ select: "select";
685
+ drawer: "drawer";
686
+ modal: "modal";
687
+ fullscreen: "fullscreen";
688
+ inline: "inline";
689
+ }>;
690
+ targetPath: z.ZodOptional<z.ZodString>;
691
+ history: z.ZodOptional<z.ZodEnum<{
692
+ push: "push";
693
+ replace: "replace";
694
+ }>>;
695
+ }, z.core.$strict>;
696
+ lifecycle: z.ZodObject<{
697
+ mountPolicy: z.ZodEnum<{
698
+ always: "always";
699
+ "when-visible": "when-visible";
700
+ "when-active": "when-active";
701
+ }>;
702
+ queryPolicy: z.ZodEnum<{
703
+ always: "always";
704
+ "when-visible": "when-visible";
705
+ "when-active": "when-active";
706
+ manual: "manual";
707
+ }>;
708
+ retainOnDeactivate: z.ZodBoolean;
709
+ deepLink: z.ZodBoolean;
710
+ focusReturn: z.ZodBoolean;
711
+ }, z.core.$strict>;
712
+ layout: z.ZodObject<{
713
+ mode: z.ZodEnum<{
714
+ contents: "contents";
715
+ block: "block";
716
+ flex: "flex";
717
+ grid: "grid";
718
+ absolute: "absolute";
719
+ }>;
720
+ direction: z.ZodOptional<z.ZodEnum<{
721
+ row: "row";
722
+ column: "column";
723
+ }>>;
724
+ columns: z.ZodOptional<z.ZodNumber>;
725
+ align: z.ZodOptional<z.ZodEnum<{
726
+ start: "start";
727
+ center: "center";
728
+ end: "end";
729
+ stretch: "stretch";
730
+ }>>;
731
+ justify: z.ZodOptional<z.ZodEnum<{
732
+ start: "start";
733
+ center: "center";
734
+ end: "end";
735
+ between: "between";
736
+ around: "around";
737
+ }>>;
738
+ gapTokenRef: z.ZodOptional<z.ZodObject<{
739
+ kind: z.ZodString;
740
+ id: z.ZodString;
741
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
742
+ ownerRepo: z.ZodOptional<z.ZodString>;
743
+ }, z.core.$strict>>;
744
+ }, z.core.$strict>;
745
+ responsive: z.ZodArray<z.ZodObject<{
746
+ minWidthPx: z.ZodOptional<z.ZodNumber>;
747
+ maxWidthPx: z.ZodOptional<z.ZodNumber>;
748
+ layout: z.ZodObject<{
749
+ mode: z.ZodEnum<{
750
+ contents: "contents";
751
+ block: "block";
752
+ flex: "flex";
753
+ grid: "grid";
754
+ absolute: "absolute";
755
+ }>;
756
+ direction: z.ZodOptional<z.ZodEnum<{
757
+ row: "row";
758
+ column: "column";
759
+ }>>;
760
+ columns: z.ZodOptional<z.ZodNumber>;
761
+ align: z.ZodOptional<z.ZodEnum<{
762
+ start: "start";
763
+ center: "center";
764
+ end: "end";
765
+ stretch: "stretch";
766
+ }>>;
767
+ justify: z.ZodOptional<z.ZodEnum<{
768
+ start: "start";
769
+ center: "center";
770
+ end: "end";
771
+ between: "between";
772
+ around: "around";
773
+ }>>;
774
+ gapTokenRef: z.ZodOptional<z.ZodObject<{
775
+ kind: z.ZodString;
776
+ id: z.ZodString;
777
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
778
+ ownerRepo: z.ZodOptional<z.ZodString>;
779
+ }, z.core.$strict>>;
780
+ }, z.core.$strict>;
781
+ }, z.core.$strict>>;
782
+ accessRef: z.ZodOptional<z.ZodObject<{
783
+ kind: z.ZodString;
784
+ id: z.ZodString;
785
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
786
+ ownerRepo: z.ZodOptional<z.ZodString>;
787
+ }, z.core.$strict>>;
788
+ evidenceRef: z.ZodOptional<z.ZodObject<{
789
+ kind: z.ZodString;
790
+ id: z.ZodString;
791
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
792
+ ownerRepo: z.ZodOptional<z.ZodString>;
793
+ }, z.core.$strict>>;
794
+ state: z.ZodEnum<{
795
+ success: "success";
796
+ error: "error";
797
+ idle: "idle";
798
+ loading: "loading";
799
+ empty: "empty";
800
+ disabled: "disabled";
801
+ selected: "selected";
802
+ }>;
803
+ renderModel: z.ZodRecord<z.ZodString, z.ZodType<import("./common").JsonValue, unknown, z.core.$ZodTypeInternals<import("./common").JsonValue, unknown>>>;
804
+ }, z.core.$strict>;
805
+ presentation: z.ZodEnum<{
806
+ drawer: "drawer";
807
+ modal: "modal";
808
+ fullscreen: "fullscreen";
809
+ }>;
810
+ zIndexLane: z.ZodEnum<{
811
+ drawer: "drawer";
812
+ modal: "modal";
813
+ fullscreen: "fullscreen";
814
+ popover: "popover";
815
+ system: "system";
816
+ }>;
817
+ url: z.ZodObject<{
818
+ parameter: z.ZodString;
819
+ value: z.ZodString;
820
+ openMode: z.ZodEnum<{
821
+ push: "push";
822
+ replace: "replace";
823
+ }>;
824
+ closeMode: z.ZodEnum<{
825
+ replace: "replace";
826
+ back: "back";
827
+ }>;
828
+ }, z.core.$strict>;
829
+ focus: z.ZodObject<{
830
+ initial: z.ZodEnum<{
831
+ "first-interactive": "first-interactive";
832
+ container: "container";
833
+ explicit: "explicit";
834
+ }>;
835
+ trap: z.ZodBoolean;
836
+ }, z.core.$strict>;
837
+ close: z.ZodObject<{
838
+ escape: z.ZodBoolean;
839
+ backdrop: z.ZodBoolean;
840
+ }, z.core.$strict>;
841
+ }, z.core.$strict>;
842
+ export declare const ApplicationHandoffEndpointSchema: z.ZodObject<{
843
+ product: z.ZodEnum<{
844
+ studio: "studio";
845
+ kernel: "kernel";
846
+ compute: "compute";
847
+ }>;
848
+ pageId: z.ZodString;
849
+ viewId: z.ZodOptional<z.ZodString>;
850
+ objectRef: z.ZodOptional<z.ZodObject<{
851
+ kind: z.ZodString;
852
+ id: z.ZodString;
853
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
854
+ ownerRepo: z.ZodOptional<z.ZodString>;
855
+ }, z.core.$strict>>;
856
+ runtimeRef: z.ZodOptional<z.ZodObject<{
857
+ kind: z.ZodString;
858
+ id: z.ZodString;
859
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
860
+ ownerRepo: z.ZodOptional<z.ZodString>;
861
+ }, z.core.$strict>>;
862
+ activationId: z.ZodOptional<z.ZodString>;
863
+ path: z.ZodString;
864
+ }, z.core.$strict>;
865
+ export declare const ApplicationHandoffSchema: z.ZodObject<{
866
+ contract: z.ZodLiteral<"ApplicationHandoff">;
867
+ handoffId: z.ZodString;
868
+ source: z.ZodObject<{
869
+ product: z.ZodEnum<{
870
+ studio: "studio";
871
+ kernel: "kernel";
872
+ compute: "compute";
873
+ }>;
874
+ pageId: z.ZodString;
875
+ viewId: z.ZodOptional<z.ZodString>;
876
+ objectRef: z.ZodOptional<z.ZodObject<{
877
+ kind: z.ZodString;
878
+ id: z.ZodString;
879
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
880
+ ownerRepo: z.ZodOptional<z.ZodString>;
881
+ }, z.core.$strict>>;
882
+ runtimeRef: z.ZodOptional<z.ZodObject<{
883
+ kind: z.ZodString;
884
+ id: z.ZodString;
885
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
886
+ ownerRepo: z.ZodOptional<z.ZodString>;
887
+ }, z.core.$strict>>;
888
+ activationId: z.ZodOptional<z.ZodString>;
889
+ path: z.ZodString;
890
+ }, z.core.$strict>;
891
+ target: z.ZodObject<{
892
+ product: z.ZodEnum<{
893
+ studio: "studio";
894
+ kernel: "kernel";
895
+ compute: "compute";
896
+ }>;
897
+ pageId: z.ZodString;
898
+ viewId: z.ZodOptional<z.ZodString>;
899
+ objectRef: z.ZodOptional<z.ZodObject<{
900
+ kind: z.ZodString;
901
+ id: z.ZodString;
902
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
903
+ ownerRepo: z.ZodOptional<z.ZodString>;
904
+ }, z.core.$strict>>;
905
+ runtimeRef: z.ZodOptional<z.ZodObject<{
906
+ kind: z.ZodString;
907
+ id: z.ZodString;
908
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
909
+ ownerRepo: z.ZodOptional<z.ZodString>;
910
+ }, z.core.$strict>>;
911
+ activationId: z.ZodOptional<z.ZodString>;
912
+ path: z.ZodString;
913
+ }, z.core.$strict>;
914
+ returnTarget: z.ZodOptional<z.ZodObject<{
915
+ product: z.ZodEnum<{
916
+ studio: "studio";
917
+ kernel: "kernel";
918
+ compute: "compute";
919
+ }>;
920
+ pageId: z.ZodString;
921
+ viewId: z.ZodOptional<z.ZodString>;
922
+ objectRef: z.ZodOptional<z.ZodObject<{
923
+ kind: z.ZodString;
924
+ id: z.ZodString;
925
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
926
+ ownerRepo: z.ZodOptional<z.ZodString>;
927
+ }, z.core.$strict>>;
928
+ runtimeRef: z.ZodOptional<z.ZodObject<{
929
+ kind: z.ZodString;
930
+ id: z.ZodString;
931
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
932
+ ownerRepo: z.ZodOptional<z.ZodString>;
933
+ }, z.core.$strict>>;
934
+ activationId: z.ZodOptional<z.ZodString>;
935
+ path: z.ZodString;
936
+ }, z.core.$strict>>;
937
+ traceId: z.ZodOptional<z.ZodString>;
938
+ createdAt: z.ZodString;
939
+ }, z.core.$strict>;
940
+ export declare const ViewProviderDescriptorSchema: z.ZodObject<{
941
+ contract: z.ZodLiteral<"ViewProviderDescriptor">;
942
+ providerId: z.ZodString;
943
+ providerVersion: z.ZodString;
944
+ ownerRepo: z.ZodString;
945
+ capabilityRef: z.ZodObject<{
946
+ kind: z.ZodString;
947
+ id: z.ZodString;
948
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
949
+ ownerRepo: z.ZodOptional<z.ZodString>;
950
+ }, z.core.$strict>;
951
+ rendererKey: z.ZodString;
952
+ renderModelSchemaRef: z.ZodString;
953
+ intentSchemaRef: z.ZodOptional<z.ZodString>;
954
+ loading: z.ZodEnum<{
955
+ lazy: "lazy";
956
+ eager: "eager";
957
+ viewport: "viewport";
958
+ "on-activation": "on-activation";
959
+ }>;
960
+ stateOwner: z.ZodEnum<{
961
+ provider: "provider";
962
+ host: "host";
963
+ external: "external";
964
+ }>;
965
+ supportedPageTypes: z.ZodArray<z.ZodString>;
966
+ supportedSurfaces: z.ZodArray<z.ZodEnum<{
967
+ record: "record";
968
+ page: "page";
969
+ view: "view";
970
+ action: "action";
971
+ overlay: "overlay";
972
+ workspace: "workspace";
973
+ agent: "agent";
974
+ }>>;
975
+ frameOwner: z.ZodEnum<{
976
+ provider: "provider";
977
+ host: "host";
978
+ none: "none";
979
+ }>;
980
+ sideEffects: z.ZodArray<z.ZodEnum<{
981
+ storage: "storage";
982
+ navigation: "navigation";
983
+ network: "network";
984
+ worker: "worker";
985
+ websocket: "websocket";
986
+ }>>;
987
+ sideEffectAdapterRef: z.ZodOptional<z.ZodObject<{
988
+ kind: z.ZodString;
989
+ id: z.ZodString;
990
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
991
+ ownerRepo: z.ZodOptional<z.ZodString>;
992
+ }, z.core.$strict>>;
993
+ lifecycle: z.ZodObject<{
994
+ preserveMount: z.ZodBoolean;
995
+ preserveScroll: z.ZodBoolean;
996
+ focusModel: z.ZodString;
997
+ }, z.core.$strict>;
998
+ performance: z.ZodObject<{
999
+ lazy: z.ZodBoolean;
1000
+ virtualized: z.ZodBoolean;
1001
+ budgetMs: z.ZodOptional<z.ZodNumber>;
1002
+ }, z.core.$strict>;
1003
+ accessRef: z.ZodOptional<z.ZodObject<{
1004
+ kind: z.ZodString;
1005
+ id: z.ZodString;
1006
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
1007
+ ownerRepo: z.ZodOptional<z.ZodString>;
1008
+ }, z.core.$strict>>;
1009
+ evidenceRef: z.ZodOptional<z.ZodObject<{
1010
+ kind: z.ZodString;
1011
+ id: z.ZodString;
1012
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
1013
+ ownerRepo: z.ZodOptional<z.ZodString>;
1014
+ }, z.core.$strict>>;
1015
+ }, z.core.$strict>;
1016
+ export type ProductContext = z.infer<typeof ProductContextSchema>;
1017
+ export type RenderNodeState = z.infer<typeof RenderNodeStateSchema>;
1018
+ export type RenderNodeKind = z.infer<typeof RenderNodeKindSchema>;
1019
+ export type RenderSurface = z.infer<typeof RenderSurfaceSchema>;
1020
+ export type RenderScroll = z.infer<typeof RenderScrollSchema>;
1021
+ export type RenderActivation = z.infer<typeof RenderActivationSchema>;
1022
+ export type RenderLifecycle = z.infer<typeof RenderLifecycleSchema>;
1023
+ export type RenderLayout = z.infer<typeof RenderLayoutSchema>;
1024
+ export type RenderResponsiveRule = z.infer<typeof RenderResponsiveRuleSchema>;
1025
+ export type RenderNode = z.infer<typeof RenderNodeSchema>;
1026
+ export type RenderTree = z.infer<typeof RenderTreeSchema>;
1027
+ export type OverlayZIndexLane = z.infer<typeof OverlayZIndexLaneSchema>;
1028
+ export type OverlayNode = z.infer<typeof OverlayNodeSchema>;
1029
+ export type ApplicationHandoffEndpoint = z.infer<typeof ApplicationHandoffEndpointSchema>;
1030
+ export type ApplicationHandoff = z.infer<typeof ApplicationHandoffSchema>;
1031
+ export type ViewProviderDescriptor = z.infer<typeof ViewProviderDescriptorSchema>;
1032
+ //# sourceMappingURL=render.d.ts.map