@sxl-studio/bridge 1.7.2 → 1.7.3

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 (197) hide show
  1. package/README.md +342 -16
  2. package/dist/agent-recipes.d.ts +781 -11
  3. package/dist/agent-recipes.js +886 -13
  4. package/dist/agent-recipes.js.map +1 -1
  5. package/dist/agent-runbook.d.ts +50 -0
  6. package/dist/agent-runbook.js +243 -0
  7. package/dist/agent-runbook.js.map +1 -0
  8. package/dist/asset-upload.d.ts +63 -0
  9. package/dist/asset-upload.js +225 -0
  10. package/dist/asset-upload.js.map +1 -0
  11. package/dist/audit-store.d.ts +15 -0
  12. package/dist/audit-store.js +100 -0
  13. package/dist/audit-store.js.map +1 -0
  14. package/dist/audit.d.ts +4 -3
  15. package/dist/audit.js +37 -4
  16. package/dist/audit.js.map +1 -1
  17. package/dist/auth.d.ts +8 -1
  18. package/dist/auth.js +41 -1
  19. package/dist/auth.js.map +1 -1
  20. package/dist/bridge-agent-workflow-validation-cli.d.ts +2 -0
  21. package/dist/bridge-agent-workflow-validation-cli.js +68 -0
  22. package/dist/bridge-agent-workflow-validation-cli.js.map +1 -0
  23. package/dist/bridge-agent-workflow-validation.d.ts +42 -0
  24. package/dist/bridge-agent-workflow-validation.js +170 -0
  25. package/dist/bridge-agent-workflow-validation.js.map +1 -0
  26. package/dist/bridge-contract-audit.d.ts +45 -0
  27. package/dist/bridge-contract-audit.js +345 -0
  28. package/dist/bridge-contract-audit.js.map +1 -0
  29. package/dist/bridge-health-cli.d.ts +2 -0
  30. package/dist/bridge-health-cli.js +115 -0
  31. package/dist/bridge-health-cli.js.map +1 -0
  32. package/dist/bridge-health.d.ts +33 -0
  33. package/dist/bridge-health.js +594 -0
  34. package/dist/bridge-health.js.map +1 -0
  35. package/dist/bridge-live-validation-cli.d.ts +2 -0
  36. package/dist/bridge-live-validation-cli.js +114 -0
  37. package/dist/bridge-live-validation-cli.js.map +1 -0
  38. package/dist/bridge-live-validation.d.ts +39 -0
  39. package/dist/bridge-live-validation.js +1141 -0
  40. package/dist/bridge-live-validation.js.map +1 -0
  41. package/dist/bridge-performance-profile.d.ts +81 -0
  42. package/dist/bridge-performance-profile.js +227 -0
  43. package/dist/bridge-performance-profile.js.map +1 -0
  44. package/dist/bridge-readiness-cli.d.ts +30 -0
  45. package/dist/bridge-readiness-cli.js +242 -0
  46. package/dist/bridge-readiness-cli.js.map +1 -0
  47. package/dist/bridge-runtime-summary.d.ts +50 -0
  48. package/dist/bridge-runtime-summary.js +112 -0
  49. package/dist/bridge-runtime-summary.js.map +1 -0
  50. package/dist/bridge-workflow-smoke-cli.d.ts +2 -0
  51. package/dist/bridge-workflow-smoke-cli.js +126 -0
  52. package/dist/bridge-workflow-smoke-cli.js.map +1 -0
  53. package/dist/bridge-workflow-smoke.d.ts +39 -0
  54. package/dist/bridge-workflow-smoke.js +431 -0
  55. package/dist/bridge-workflow-smoke.js.map +1 -0
  56. package/dist/codeconnect-suggestions.d.ts +74 -0
  57. package/dist/codeconnect-suggestions.js +398 -0
  58. package/dist/codeconnect-suggestions.js.map +1 -0
  59. package/dist/codeconnect-template.d.ts +98 -0
  60. package/dist/codeconnect-template.js +280 -0
  61. package/dist/codeconnect-template.js.map +1 -0
  62. package/dist/command-queue.d.ts +11 -1
  63. package/dist/command-queue.js +200 -1
  64. package/dist/command-queue.js.map +1 -1
  65. package/dist/command-safety.d.ts +13 -0
  66. package/dist/command-safety.js +59 -0
  67. package/dist/command-safety.js.map +1 -0
  68. package/dist/enabled-library-search.d.ts +49 -0
  69. package/dist/enabled-library-search.js +151 -0
  70. package/dist/enabled-library-search.js.map +1 -0
  71. package/dist/figma-mcp-parity.d.ts +49 -0
  72. package/dist/figma-mcp-parity.js +368 -0
  73. package/dist/figma-mcp-parity.js.map +1 -0
  74. package/dist/figma-mcp-skills-parity.d.ts +61 -0
  75. package/dist/figma-mcp-skills-parity.js +434 -0
  76. package/dist/figma-mcp-skills-parity.js.map +1 -0
  77. package/dist/figma-rest-diagnostics.d.ts +50 -0
  78. package/dist/figma-rest-diagnostics.js +314 -0
  79. package/dist/figma-rest-diagnostics.js.map +1 -0
  80. package/dist/figma-rest.d.ts +27 -0
  81. package/dist/figma-rest.js +116 -0
  82. package/dist/figma-rest.js.map +1 -0
  83. package/dist/http-api.d.ts +14 -2
  84. package/dist/http-api.js +323 -17
  85. package/dist/http-api.js.map +1 -1
  86. package/dist/index.js +25 -1
  87. package/dist/index.js.map +1 -1
  88. package/dist/mcp-factory.d.ts +6 -1
  89. package/dist/mcp-factory.js +23 -4
  90. package/dist/mcp-factory.js.map +1 -1
  91. package/dist/mcp-runtime-probe.d.ts +22 -0
  92. package/dist/mcp-runtime-probe.js +777 -0
  93. package/dist/mcp-runtime-probe.js.map +1 -0
  94. package/dist/mcp-server.d.ts +2 -1
  95. package/dist/mcp-server.js +2 -2
  96. package/dist/mcp-server.js.map +1 -1
  97. package/dist/sxl-mcp-instructions.js +97 -25
  98. package/dist/sxl-mcp-instructions.js.map +1 -1
  99. package/dist/tools/audit.d.ts +22 -6
  100. package/dist/tools/audit.js +49 -7
  101. package/dist/tools/audit.js.map +1 -1
  102. package/dist/tools/capability-matrix.d.ts +22 -0
  103. package/dist/tools/capability-matrix.js +38 -0
  104. package/dist/tools/capability-matrix.js.map +1 -0
  105. package/dist/tools/catalogue-bootstrap.d.ts +1 -0
  106. package/dist/tools/catalogue-bootstrap.js +665 -30
  107. package/dist/tools/catalogue-bootstrap.js.map +1 -1
  108. package/dist/tools/code-connect-context.d.ts +3 -0
  109. package/dist/tools/code-connect-context.js +319 -0
  110. package/dist/tools/code-connect-context.js.map +1 -0
  111. package/dist/tools/code-connect-template.d.ts +3 -0
  112. package/dist/tools/code-connect-template.js +111 -0
  113. package/dist/tools/code-connect-template.js.map +1 -0
  114. package/dist/tools/composition.js +13 -28
  115. package/dist/tools/composition.js.map +1 -1
  116. package/dist/tools/compositions-orchestration.d.ts +14 -14
  117. package/dist/tools/compositions-orchestration.js +2 -2
  118. package/dist/tools/compositions-orchestration.js.map +1 -1
  119. package/dist/tools/data.js +839 -27
  120. package/dist/tools/data.js.map +1 -1
  121. package/dist/tools/design-context.d.ts +3 -0
  122. package/dist/tools/design-context.js +197 -0
  123. package/dist/tools/design-context.js.map +1 -0
  124. package/dist/tools/destructive-confirmation.d.ts +10 -0
  125. package/dist/tools/destructive-confirmation.js +22 -0
  126. package/dist/tools/destructive-confirmation.js.map +1 -0
  127. package/dist/tools/diagnostics.js +76 -51
  128. package/dist/tools/diagnostics.js.map +1 -1
  129. package/dist/tools/figma-mcp-design.d.ts +3 -0
  130. package/dist/tools/figma-mcp-design.js +377 -0
  131. package/dist/tools/figma-mcp-design.js.map +1 -0
  132. package/dist/tools/figma-nodes.js +57 -43
  133. package/dist/tools/figma-nodes.js.map +1 -1
  134. package/dist/tools/figma-rc-extended.js +23 -6
  135. package/dist/tools/figma-rc-extended.js.map +1 -1
  136. package/dist/tools/figma-rest.d.ts +39 -0
  137. package/dist/tools/figma-rest.js +279 -0
  138. package/dist/tools/figma-rest.js.map +1 -0
  139. package/dist/tools/git.js +11 -7
  140. package/dist/tools/git.js.map +1 -1
  141. package/dist/tools/large-data.d.ts +14 -0
  142. package/dist/tools/large-data.js +189 -0
  143. package/dist/tools/large-data.js.map +1 -0
  144. package/dist/tools/meta.d.ts +6 -1
  145. package/dist/tools/meta.js +89 -11
  146. package/dist/tools/meta.js.map +1 -1
  147. package/dist/tools/metadata.d.ts +3 -0
  148. package/dist/tools/metadata.js +140 -0
  149. package/dist/tools/metadata.js.map +1 -0
  150. package/dist/tools/mockup.d.ts +15 -156
  151. package/dist/tools/mockup.js +54 -121
  152. package/dist/tools/mockup.js.map +1 -1
  153. package/dist/tools/orchestration.js +73 -45
  154. package/dist/tools/orchestration.js.map +1 -1
  155. package/dist/tools/prompts.d.ts +3 -0
  156. package/dist/tools/prompts.js +219 -0
  157. package/dist/tools/prompts.js.map +1 -0
  158. package/dist/tools/registry.d.ts +19 -1
  159. package/dist/tools/registry.js +4 -4
  160. package/dist/tools/registry.js.map +1 -1
  161. package/dist/tools/resources.d.ts +19 -2
  162. package/dist/tools/resources.js +149 -5
  163. package/dist/tools/resources.js.map +1 -1
  164. package/dist/tools/schema-contracts.d.ts +4763 -0
  165. package/dist/tools/schema-contracts.js +814 -0
  166. package/dist/tools/schema-contracts.js.map +1 -0
  167. package/dist/tools/screenshot.d.ts +3 -0
  168. package/dist/tools/screenshot.js +144 -0
  169. package/dist/tools/screenshot.js.map +1 -0
  170. package/dist/tools/shared.d.ts +11 -1
  171. package/dist/tools/shared.js +55 -2
  172. package/dist/tools/shared.js.map +1 -1
  173. package/dist/tools/styles-orchestration.d.ts +2 -2
  174. package/dist/tools/styles-orchestration.js +13 -5
  175. package/dist/tools/styles-orchestration.js.map +1 -1
  176. package/dist/tools/styles.js +22 -8
  177. package/dist/tools/styles.js.map +1 -1
  178. package/dist/tools/tokens.d.ts +31 -692
  179. package/dist/tools/tokens.js +175 -135
  180. package/dist/tools/tokens.js.map +1 -1
  181. package/dist/tools/variable-defs.d.ts +3 -0
  182. package/dist/tools/variable-defs.js +338 -0
  183. package/dist/tools/variable-defs.js.map +1 -0
  184. package/dist/tools/variables-orchestration.js +13 -5
  185. package/dist/tools/variables-orchestration.js.map +1 -1
  186. package/dist/tools/variables.js +18 -15
  187. package/dist/tools/variables.js.map +1 -1
  188. package/dist/types.d.ts +53 -0
  189. package/dist/ultimate-readiness-audit.d.ts +37 -0
  190. package/dist/ultimate-readiness-audit.js +431 -0
  191. package/dist/ultimate-readiness-audit.js.map +1 -0
  192. package/dist/workflow-planner.d.ts +57 -0
  193. package/dist/workflow-planner.js +464 -0
  194. package/dist/workflow-planner.js.map +1 -0
  195. package/dist/ws-server.js +16 -3
  196. package/dist/ws-server.js.map +1 -1
  197. package/package.json +18 -2
@@ -0,0 +1,4763 @@
1
+ import { z } from "zod";
2
+ export declare const DESIGN_DSL_V1_SCHEMA_URI = "sxl://agent/schemas/design-dsl-v1";
3
+ export declare const DOC_SPEC_V2_SCHEMA_URI = "sxl://agent/schemas/doc-spec-v2";
4
+ export declare const TOKEN_DOC_SPEC_V1_SCHEMA_URI = "sxl://agent/schemas/token-doc-v1";
5
+ export declare const CODE_CONNECT_CONTEXT_V1_SCHEMA_URI = "sxl://agent/schemas/code-connect-context-v1";
6
+ export declare const CODE_CONNECT_TEMPLATE_V1_SCHEMA_URI = "sxl://agent/schemas/code-connect-template-v1";
7
+ export declare const designDslPropertiesMapZod: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
8
+ export declare const designDslTextOverrideZod: z.ZodObject<{
9
+ layerName: z.ZodString;
10
+ value: z.ZodString;
11
+ }, "strip", z.ZodTypeAny, {
12
+ value: string;
13
+ layerName: string;
14
+ }, {
15
+ value: string;
16
+ layerName: string;
17
+ }>;
18
+ export declare const designDslFillBindingZod: z.ZodObject<{
19
+ layerName: z.ZodOptional<z.ZodString>;
20
+ variableId: z.ZodString;
21
+ paintIndex: z.ZodOptional<z.ZodNumber>;
22
+ }, "strip", z.ZodTypeAny, {
23
+ variableId: string;
24
+ layerName?: string | undefined;
25
+ paintIndex?: number | undefined;
26
+ }, {
27
+ variableId: string;
28
+ layerName?: string | undefined;
29
+ paintIndex?: number | undefined;
30
+ }>;
31
+ export declare const designDslSizingSpecZod: z.ZodObject<{
32
+ mode: z.ZodOptional<z.ZodEnum<["HUG", "FIXED", "FILL"]>>;
33
+ width: z.ZodOptional<z.ZodNumber>;
34
+ height: z.ZodOptional<z.ZodNumber>;
35
+ }, "strip", z.ZodTypeAny, {
36
+ width?: number | undefined;
37
+ height?: number | undefined;
38
+ mode?: "FILL" | "HUG" | "FIXED" | undefined;
39
+ }, {
40
+ width?: number | undefined;
41
+ height?: number | undefined;
42
+ mode?: "FILL" | "HUG" | "FIXED" | undefined;
43
+ }>;
44
+ export declare const designDslPaddingSpecZod: z.ZodUnion<[z.ZodNumber, z.ZodObject<{
45
+ top: z.ZodOptional<z.ZodNumber>;
46
+ right: z.ZodOptional<z.ZodNumber>;
47
+ bottom: z.ZodOptional<z.ZodNumber>;
48
+ left: z.ZodOptional<z.ZodNumber>;
49
+ }, "strip", z.ZodTypeAny, {
50
+ top?: number | undefined;
51
+ right?: number | undefined;
52
+ bottom?: number | undefined;
53
+ left?: number | undefined;
54
+ }, {
55
+ top?: number | undefined;
56
+ right?: number | undefined;
57
+ bottom?: number | undefined;
58
+ left?: number | undefined;
59
+ }>]>;
60
+ export declare const designDslLayoutBackgroundZod: z.ZodUnion<[z.ZodObject<{
61
+ hex: z.ZodString;
62
+ }, "strip", z.ZodTypeAny, {
63
+ hex: string;
64
+ }, {
65
+ hex: string;
66
+ }>, z.ZodObject<{
67
+ variableId: z.ZodString;
68
+ }, "strip", z.ZodTypeAny, {
69
+ variableId: string;
70
+ }, {
71
+ variableId: string;
72
+ }>]>;
73
+ export declare const designDslLayoutSpecZod: z.ZodObject<{
74
+ mode: z.ZodOptional<z.ZodEnum<["VERTICAL", "HORIZONTAL", "WRAP"]>>;
75
+ itemSpacing: z.ZodOptional<z.ZodNumber>;
76
+ counterAxisSpacing: z.ZodOptional<z.ZodNumber>;
77
+ padding: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
78
+ top: z.ZodOptional<z.ZodNumber>;
79
+ right: z.ZodOptional<z.ZodNumber>;
80
+ bottom: z.ZodOptional<z.ZodNumber>;
81
+ left: z.ZodOptional<z.ZodNumber>;
82
+ }, "strip", z.ZodTypeAny, {
83
+ top?: number | undefined;
84
+ right?: number | undefined;
85
+ bottom?: number | undefined;
86
+ left?: number | undefined;
87
+ }, {
88
+ top?: number | undefined;
89
+ right?: number | undefined;
90
+ bottom?: number | undefined;
91
+ left?: number | undefined;
92
+ }>]>>;
93
+ primaryAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "SPACE_BETWEEN"]>>;
94
+ counterAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "BASELINE"]>>;
95
+ width: z.ZodOptional<z.ZodNumber>;
96
+ height: z.ZodOptional<z.ZodNumber>;
97
+ background: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
98
+ hex: z.ZodString;
99
+ }, "strip", z.ZodTypeAny, {
100
+ hex: string;
101
+ }, {
102
+ hex: string;
103
+ }>, z.ZodObject<{
104
+ variableId: z.ZodString;
105
+ }, "strip", z.ZodTypeAny, {
106
+ variableId: string;
107
+ }, {
108
+ variableId: string;
109
+ }>]>>;
110
+ }, "strip", z.ZodTypeAny, {
111
+ width?: number | undefined;
112
+ height?: number | undefined;
113
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
114
+ itemSpacing?: number | undefined;
115
+ counterAxisSpacing?: number | undefined;
116
+ padding?: number | {
117
+ top?: number | undefined;
118
+ right?: number | undefined;
119
+ bottom?: number | undefined;
120
+ left?: number | undefined;
121
+ } | undefined;
122
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
123
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
124
+ background?: {
125
+ hex: string;
126
+ } | {
127
+ variableId: string;
128
+ } | undefined;
129
+ }, {
130
+ width?: number | undefined;
131
+ height?: number | undefined;
132
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
133
+ itemSpacing?: number | undefined;
134
+ counterAxisSpacing?: number | undefined;
135
+ padding?: number | {
136
+ top?: number | undefined;
137
+ right?: number | undefined;
138
+ bottom?: number | undefined;
139
+ left?: number | undefined;
140
+ } | undefined;
141
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
142
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
143
+ background?: {
144
+ hex: string;
145
+ } | {
146
+ variableId: string;
147
+ } | undefined;
148
+ }>;
149
+ type DesignDslItemBase = {
150
+ kind: "instance";
151
+ componentId?: string;
152
+ componentKey?: string;
153
+ componentName?: string;
154
+ name?: string;
155
+ properties?: Record<string, string | boolean>;
156
+ textOverrides?: Array<{
157
+ layerName: string;
158
+ value: string;
159
+ }>;
160
+ fillBindings?: Array<{
161
+ layerName?: string;
162
+ variableId: string;
163
+ paintIndex?: number;
164
+ }>;
165
+ layoutSizing?: z.infer<typeof designDslSizingSpecZod>;
166
+ count?: number;
167
+ } | {
168
+ kind: "spacer";
169
+ size?: number;
170
+ fillContainer?: boolean;
171
+ } | {
172
+ kind: "text";
173
+ value: string;
174
+ name?: string;
175
+ fontSize?: number;
176
+ fontName?: {
177
+ family: string;
178
+ style: string;
179
+ };
180
+ textStyleId?: string;
181
+ fillBindings?: Array<{
182
+ layerName?: string;
183
+ variableId: string;
184
+ paintIndex?: number;
185
+ }>;
186
+ layoutSizing?: z.infer<typeof designDslSizingSpecZod>;
187
+ };
188
+ export type DesignDslItem = DesignDslItemBase | {
189
+ kind: "section";
190
+ name?: string;
191
+ layout?: z.infer<typeof designDslLayoutSpecZod>;
192
+ layoutSizing?: z.infer<typeof designDslSizingSpecZod>;
193
+ items: DesignDslItem[];
194
+ };
195
+ export declare const designDslItemZod: z.ZodType<DesignDslItem>;
196
+ export declare const designDslScreenSpecShape: {
197
+ version: z.ZodOptional<z.ZodLiteral<"1">>;
198
+ name: z.ZodOptional<z.ZodString>;
199
+ targetParentId: z.ZodOptional<z.ZodString>;
200
+ targetRootId: z.ZodOptional<z.ZodString>;
201
+ layout: z.ZodOptional<z.ZodObject<{
202
+ mode: z.ZodOptional<z.ZodEnum<["VERTICAL", "HORIZONTAL", "WRAP"]>>;
203
+ itemSpacing: z.ZodOptional<z.ZodNumber>;
204
+ counterAxisSpacing: z.ZodOptional<z.ZodNumber>;
205
+ padding: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
206
+ top: z.ZodOptional<z.ZodNumber>;
207
+ right: z.ZodOptional<z.ZodNumber>;
208
+ bottom: z.ZodOptional<z.ZodNumber>;
209
+ left: z.ZodOptional<z.ZodNumber>;
210
+ }, "strip", z.ZodTypeAny, {
211
+ top?: number | undefined;
212
+ right?: number | undefined;
213
+ bottom?: number | undefined;
214
+ left?: number | undefined;
215
+ }, {
216
+ top?: number | undefined;
217
+ right?: number | undefined;
218
+ bottom?: number | undefined;
219
+ left?: number | undefined;
220
+ }>]>>;
221
+ primaryAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "SPACE_BETWEEN"]>>;
222
+ counterAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "BASELINE"]>>;
223
+ width: z.ZodOptional<z.ZodNumber>;
224
+ height: z.ZodOptional<z.ZodNumber>;
225
+ background: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
226
+ hex: z.ZodString;
227
+ }, "strip", z.ZodTypeAny, {
228
+ hex: string;
229
+ }, {
230
+ hex: string;
231
+ }>, z.ZodObject<{
232
+ variableId: z.ZodString;
233
+ }, "strip", z.ZodTypeAny, {
234
+ variableId: string;
235
+ }, {
236
+ variableId: string;
237
+ }>]>>;
238
+ }, "strip", z.ZodTypeAny, {
239
+ width?: number | undefined;
240
+ height?: number | undefined;
241
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
242
+ itemSpacing?: number | undefined;
243
+ counterAxisSpacing?: number | undefined;
244
+ padding?: number | {
245
+ top?: number | undefined;
246
+ right?: number | undefined;
247
+ bottom?: number | undefined;
248
+ left?: number | undefined;
249
+ } | undefined;
250
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
251
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
252
+ background?: {
253
+ hex: string;
254
+ } | {
255
+ variableId: string;
256
+ } | undefined;
257
+ }, {
258
+ width?: number | undefined;
259
+ height?: number | undefined;
260
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
261
+ itemSpacing?: number | undefined;
262
+ counterAxisSpacing?: number | undefined;
263
+ padding?: number | {
264
+ top?: number | undefined;
265
+ right?: number | undefined;
266
+ bottom?: number | undefined;
267
+ left?: number | undefined;
268
+ } | undefined;
269
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
270
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
271
+ background?: {
272
+ hex: string;
273
+ } | {
274
+ variableId: string;
275
+ } | undefined;
276
+ }>>;
277
+ items: z.ZodArray<z.ZodType<DesignDslItem, z.ZodTypeDef, DesignDslItem>, "many">;
278
+ dryRun: z.ZodOptional<z.ZodBoolean>;
279
+ };
280
+ export declare const designDslScreenSpecV1Zod: z.ZodEffects<z.ZodObject<{
281
+ version: z.ZodOptional<z.ZodLiteral<"1">>;
282
+ name: z.ZodOptional<z.ZodString>;
283
+ targetParentId: z.ZodOptional<z.ZodString>;
284
+ targetRootId: z.ZodOptional<z.ZodString>;
285
+ layout: z.ZodOptional<z.ZodObject<{
286
+ mode: z.ZodOptional<z.ZodEnum<["VERTICAL", "HORIZONTAL", "WRAP"]>>;
287
+ itemSpacing: z.ZodOptional<z.ZodNumber>;
288
+ counterAxisSpacing: z.ZodOptional<z.ZodNumber>;
289
+ padding: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
290
+ top: z.ZodOptional<z.ZodNumber>;
291
+ right: z.ZodOptional<z.ZodNumber>;
292
+ bottom: z.ZodOptional<z.ZodNumber>;
293
+ left: z.ZodOptional<z.ZodNumber>;
294
+ }, "strip", z.ZodTypeAny, {
295
+ top?: number | undefined;
296
+ right?: number | undefined;
297
+ bottom?: number | undefined;
298
+ left?: number | undefined;
299
+ }, {
300
+ top?: number | undefined;
301
+ right?: number | undefined;
302
+ bottom?: number | undefined;
303
+ left?: number | undefined;
304
+ }>]>>;
305
+ primaryAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "SPACE_BETWEEN"]>>;
306
+ counterAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "BASELINE"]>>;
307
+ width: z.ZodOptional<z.ZodNumber>;
308
+ height: z.ZodOptional<z.ZodNumber>;
309
+ background: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
310
+ hex: z.ZodString;
311
+ }, "strip", z.ZodTypeAny, {
312
+ hex: string;
313
+ }, {
314
+ hex: string;
315
+ }>, z.ZodObject<{
316
+ variableId: z.ZodString;
317
+ }, "strip", z.ZodTypeAny, {
318
+ variableId: string;
319
+ }, {
320
+ variableId: string;
321
+ }>]>>;
322
+ }, "strip", z.ZodTypeAny, {
323
+ width?: number | undefined;
324
+ height?: number | undefined;
325
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
326
+ itemSpacing?: number | undefined;
327
+ counterAxisSpacing?: number | undefined;
328
+ padding?: number | {
329
+ top?: number | undefined;
330
+ right?: number | undefined;
331
+ bottom?: number | undefined;
332
+ left?: number | undefined;
333
+ } | undefined;
334
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
335
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
336
+ background?: {
337
+ hex: string;
338
+ } | {
339
+ variableId: string;
340
+ } | undefined;
341
+ }, {
342
+ width?: number | undefined;
343
+ height?: number | undefined;
344
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
345
+ itemSpacing?: number | undefined;
346
+ counterAxisSpacing?: number | undefined;
347
+ padding?: number | {
348
+ top?: number | undefined;
349
+ right?: number | undefined;
350
+ bottom?: number | undefined;
351
+ left?: number | undefined;
352
+ } | undefined;
353
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
354
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
355
+ background?: {
356
+ hex: string;
357
+ } | {
358
+ variableId: string;
359
+ } | undefined;
360
+ }>>;
361
+ items: z.ZodArray<z.ZodType<DesignDslItem, z.ZodTypeDef, DesignDslItem>, "many">;
362
+ dryRun: z.ZodOptional<z.ZodBoolean>;
363
+ }, "strip", z.ZodTypeAny, {
364
+ items: DesignDslItem[];
365
+ name?: string | undefined;
366
+ dryRun?: boolean | undefined;
367
+ layout?: {
368
+ width?: number | undefined;
369
+ height?: number | undefined;
370
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
371
+ itemSpacing?: number | undefined;
372
+ counterAxisSpacing?: number | undefined;
373
+ padding?: number | {
374
+ top?: number | undefined;
375
+ right?: number | undefined;
376
+ bottom?: number | undefined;
377
+ left?: number | undefined;
378
+ } | undefined;
379
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
380
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
381
+ background?: {
382
+ hex: string;
383
+ } | {
384
+ variableId: string;
385
+ } | undefined;
386
+ } | undefined;
387
+ version?: "1" | undefined;
388
+ targetParentId?: string | undefined;
389
+ targetRootId?: string | undefined;
390
+ }, {
391
+ items: DesignDslItem[];
392
+ name?: string | undefined;
393
+ dryRun?: boolean | undefined;
394
+ layout?: {
395
+ width?: number | undefined;
396
+ height?: number | undefined;
397
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
398
+ itemSpacing?: number | undefined;
399
+ counterAxisSpacing?: number | undefined;
400
+ padding?: number | {
401
+ top?: number | undefined;
402
+ right?: number | undefined;
403
+ bottom?: number | undefined;
404
+ left?: number | undefined;
405
+ } | undefined;
406
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
407
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
408
+ background?: {
409
+ hex: string;
410
+ } | {
411
+ variableId: string;
412
+ } | undefined;
413
+ } | undefined;
414
+ version?: "1" | undefined;
415
+ targetParentId?: string | undefined;
416
+ targetRootId?: string | undefined;
417
+ }>, {
418
+ items: DesignDslItem[];
419
+ name?: string | undefined;
420
+ dryRun?: boolean | undefined;
421
+ layout?: {
422
+ width?: number | undefined;
423
+ height?: number | undefined;
424
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
425
+ itemSpacing?: number | undefined;
426
+ counterAxisSpacing?: number | undefined;
427
+ padding?: number | {
428
+ top?: number | undefined;
429
+ right?: number | undefined;
430
+ bottom?: number | undefined;
431
+ left?: number | undefined;
432
+ } | undefined;
433
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
434
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
435
+ background?: {
436
+ hex: string;
437
+ } | {
438
+ variableId: string;
439
+ } | undefined;
440
+ } | undefined;
441
+ version?: "1" | undefined;
442
+ targetParentId?: string | undefined;
443
+ targetRootId?: string | undefined;
444
+ }, {
445
+ items: DesignDslItem[];
446
+ name?: string | undefined;
447
+ dryRun?: boolean | undefined;
448
+ layout?: {
449
+ width?: number | undefined;
450
+ height?: number | undefined;
451
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
452
+ itemSpacing?: number | undefined;
453
+ counterAxisSpacing?: number | undefined;
454
+ padding?: number | {
455
+ top?: number | undefined;
456
+ right?: number | undefined;
457
+ bottom?: number | undefined;
458
+ left?: number | undefined;
459
+ } | undefined;
460
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
461
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
462
+ background?: {
463
+ hex: string;
464
+ } | {
465
+ variableId: string;
466
+ } | undefined;
467
+ } | undefined;
468
+ version?: "1" | undefined;
469
+ targetParentId?: string | undefined;
470
+ targetRootId?: string | undefined;
471
+ }>;
472
+ export declare const designDslUpdateScreenSpecV1Zod: z.ZodObject<{
473
+ version: z.ZodOptional<z.ZodLiteral<"1">>;
474
+ name: z.ZodOptional<z.ZodString>;
475
+ layout: z.ZodOptional<z.ZodObject<{
476
+ mode: z.ZodOptional<z.ZodEnum<["VERTICAL", "HORIZONTAL", "WRAP"]>>;
477
+ itemSpacing: z.ZodOptional<z.ZodNumber>;
478
+ counterAxisSpacing: z.ZodOptional<z.ZodNumber>;
479
+ padding: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
480
+ top: z.ZodOptional<z.ZodNumber>;
481
+ right: z.ZodOptional<z.ZodNumber>;
482
+ bottom: z.ZodOptional<z.ZodNumber>;
483
+ left: z.ZodOptional<z.ZodNumber>;
484
+ }, "strip", z.ZodTypeAny, {
485
+ top?: number | undefined;
486
+ right?: number | undefined;
487
+ bottom?: number | undefined;
488
+ left?: number | undefined;
489
+ }, {
490
+ top?: number | undefined;
491
+ right?: number | undefined;
492
+ bottom?: number | undefined;
493
+ left?: number | undefined;
494
+ }>]>>;
495
+ primaryAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "SPACE_BETWEEN"]>>;
496
+ counterAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "BASELINE"]>>;
497
+ width: z.ZodOptional<z.ZodNumber>;
498
+ height: z.ZodOptional<z.ZodNumber>;
499
+ background: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
500
+ hex: z.ZodString;
501
+ }, "strip", z.ZodTypeAny, {
502
+ hex: string;
503
+ }, {
504
+ hex: string;
505
+ }>, z.ZodObject<{
506
+ variableId: z.ZodString;
507
+ }, "strip", z.ZodTypeAny, {
508
+ variableId: string;
509
+ }, {
510
+ variableId: string;
511
+ }>]>>;
512
+ }, "strip", z.ZodTypeAny, {
513
+ width?: number | undefined;
514
+ height?: number | undefined;
515
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
516
+ itemSpacing?: number | undefined;
517
+ counterAxisSpacing?: number | undefined;
518
+ padding?: number | {
519
+ top?: number | undefined;
520
+ right?: number | undefined;
521
+ bottom?: number | undefined;
522
+ left?: number | undefined;
523
+ } | undefined;
524
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
525
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
526
+ background?: {
527
+ hex: string;
528
+ } | {
529
+ variableId: string;
530
+ } | undefined;
531
+ }, {
532
+ width?: number | undefined;
533
+ height?: number | undefined;
534
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
535
+ itemSpacing?: number | undefined;
536
+ counterAxisSpacing?: number | undefined;
537
+ padding?: number | {
538
+ top?: number | undefined;
539
+ right?: number | undefined;
540
+ bottom?: number | undefined;
541
+ left?: number | undefined;
542
+ } | undefined;
543
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
544
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
545
+ background?: {
546
+ hex: string;
547
+ } | {
548
+ variableId: string;
549
+ } | undefined;
550
+ }>>;
551
+ items: z.ZodArray<z.ZodType<DesignDslItem, z.ZodTypeDef, DesignDslItem>, "many">;
552
+ dryRun: z.ZodOptional<z.ZodBoolean>;
553
+ }, "strict", z.ZodTypeAny, {
554
+ items: DesignDslItem[];
555
+ name?: string | undefined;
556
+ dryRun?: boolean | undefined;
557
+ layout?: {
558
+ width?: number | undefined;
559
+ height?: number | undefined;
560
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
561
+ itemSpacing?: number | undefined;
562
+ counterAxisSpacing?: number | undefined;
563
+ padding?: number | {
564
+ top?: number | undefined;
565
+ right?: number | undefined;
566
+ bottom?: number | undefined;
567
+ left?: number | undefined;
568
+ } | undefined;
569
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
570
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
571
+ background?: {
572
+ hex: string;
573
+ } | {
574
+ variableId: string;
575
+ } | undefined;
576
+ } | undefined;
577
+ version?: "1" | undefined;
578
+ }, {
579
+ items: DesignDslItem[];
580
+ name?: string | undefined;
581
+ dryRun?: boolean | undefined;
582
+ layout?: {
583
+ width?: number | undefined;
584
+ height?: number | undefined;
585
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
586
+ itemSpacing?: number | undefined;
587
+ counterAxisSpacing?: number | undefined;
588
+ padding?: number | {
589
+ top?: number | undefined;
590
+ right?: number | undefined;
591
+ bottom?: number | undefined;
592
+ left?: number | undefined;
593
+ } | undefined;
594
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
595
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
596
+ background?: {
597
+ hex: string;
598
+ } | {
599
+ variableId: string;
600
+ } | undefined;
601
+ } | undefined;
602
+ version?: "1" | undefined;
603
+ }>;
604
+ export declare const designDslBuildMockupArgs: {
605
+ version: z.ZodOptional<z.ZodLiteral<"1">>;
606
+ name: z.ZodOptional<z.ZodString>;
607
+ targetParentId: z.ZodOptional<z.ZodString>;
608
+ targetRootId: z.ZodOptional<z.ZodString>;
609
+ layout: z.ZodOptional<z.ZodObject<{
610
+ mode: z.ZodOptional<z.ZodEnum<["VERTICAL", "HORIZONTAL", "WRAP"]>>;
611
+ itemSpacing: z.ZodOptional<z.ZodNumber>;
612
+ counterAxisSpacing: z.ZodOptional<z.ZodNumber>;
613
+ padding: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
614
+ top: z.ZodOptional<z.ZodNumber>;
615
+ right: z.ZodOptional<z.ZodNumber>;
616
+ bottom: z.ZodOptional<z.ZodNumber>;
617
+ left: z.ZodOptional<z.ZodNumber>;
618
+ }, "strip", z.ZodTypeAny, {
619
+ top?: number | undefined;
620
+ right?: number | undefined;
621
+ bottom?: number | undefined;
622
+ left?: number | undefined;
623
+ }, {
624
+ top?: number | undefined;
625
+ right?: number | undefined;
626
+ bottom?: number | undefined;
627
+ left?: number | undefined;
628
+ }>]>>;
629
+ primaryAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "SPACE_BETWEEN"]>>;
630
+ counterAxis: z.ZodOptional<z.ZodEnum<["MIN", "CENTER", "MAX", "BASELINE"]>>;
631
+ width: z.ZodOptional<z.ZodNumber>;
632
+ height: z.ZodOptional<z.ZodNumber>;
633
+ background: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
634
+ hex: z.ZodString;
635
+ }, "strip", z.ZodTypeAny, {
636
+ hex: string;
637
+ }, {
638
+ hex: string;
639
+ }>, z.ZodObject<{
640
+ variableId: z.ZodString;
641
+ }, "strip", z.ZodTypeAny, {
642
+ variableId: string;
643
+ }, {
644
+ variableId: string;
645
+ }>]>>;
646
+ }, "strip", z.ZodTypeAny, {
647
+ width?: number | undefined;
648
+ height?: number | undefined;
649
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
650
+ itemSpacing?: number | undefined;
651
+ counterAxisSpacing?: number | undefined;
652
+ padding?: number | {
653
+ top?: number | undefined;
654
+ right?: number | undefined;
655
+ bottom?: number | undefined;
656
+ left?: number | undefined;
657
+ } | undefined;
658
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
659
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
660
+ background?: {
661
+ hex: string;
662
+ } | {
663
+ variableId: string;
664
+ } | undefined;
665
+ }, {
666
+ width?: number | undefined;
667
+ height?: number | undefined;
668
+ mode?: "VERTICAL" | "HORIZONTAL" | "WRAP" | undefined;
669
+ itemSpacing?: number | undefined;
670
+ counterAxisSpacing?: number | undefined;
671
+ padding?: number | {
672
+ top?: number | undefined;
673
+ right?: number | undefined;
674
+ bottom?: number | undefined;
675
+ left?: number | undefined;
676
+ } | undefined;
677
+ primaryAxis?: "MIN" | "CENTER" | "MAX" | "SPACE_BETWEEN" | undefined;
678
+ counterAxis?: "MIN" | "CENTER" | "MAX" | "BASELINE" | undefined;
679
+ background?: {
680
+ hex: string;
681
+ } | {
682
+ variableId: string;
683
+ } | undefined;
684
+ }>>;
685
+ items: z.ZodArray<z.ZodType<DesignDslItem, z.ZodTypeDef, DesignDslItem>, "many">;
686
+ dryRun: z.ZodOptional<z.ZodBoolean>;
687
+ };
688
+ export declare const tokenDocSpecV1Zod: z.ZodObject<{
689
+ version: z.ZodLiteral<"1">;
690
+ title: z.ZodOptional<z.ZodString>;
691
+ groups: z.ZodArray<z.ZodObject<{
692
+ id: z.ZodString;
693
+ title: z.ZodOptional<z.ZodString>;
694
+ rows: z.ZodArray<z.ZodObject<{
695
+ layerName: z.ZodString;
696
+ tokenPath: z.ZodString;
697
+ show: z.ZodOptional<z.ZodEnum<["resolved", "path", "both"]>>;
698
+ }, "strip", z.ZodTypeAny, {
699
+ layerName: string;
700
+ tokenPath: string;
701
+ show?: "path" | "resolved" | "both" | undefined;
702
+ }, {
703
+ layerName: string;
704
+ tokenPath: string;
705
+ show?: "path" | "resolved" | "both" | undefined;
706
+ }>, "many">;
707
+ }, "strip", z.ZodTypeAny, {
708
+ id: string;
709
+ rows: {
710
+ layerName: string;
711
+ tokenPath: string;
712
+ show?: "path" | "resolved" | "both" | undefined;
713
+ }[];
714
+ title?: string | undefined;
715
+ }, {
716
+ id: string;
717
+ rows: {
718
+ layerName: string;
719
+ tokenPath: string;
720
+ show?: "path" | "resolved" | "both" | undefined;
721
+ }[];
722
+ title?: string | undefined;
723
+ }>, "many">;
724
+ }, "strip", z.ZodTypeAny, {
725
+ version: "1";
726
+ groups: {
727
+ id: string;
728
+ rows: {
729
+ layerName: string;
730
+ tokenPath: string;
731
+ show?: "path" | "resolved" | "both" | undefined;
732
+ }[];
733
+ title?: string | undefined;
734
+ }[];
735
+ title?: string | undefined;
736
+ }, {
737
+ version: "1";
738
+ groups: {
739
+ id: string;
740
+ rows: {
741
+ layerName: string;
742
+ tokenPath: string;
743
+ show?: "path" | "resolved" | "both" | undefined;
744
+ }[];
745
+ title?: string | undefined;
746
+ }[];
747
+ title?: string | undefined;
748
+ }>;
749
+ export declare const docSectionZod: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
750
+ type: z.ZodLiteral<"title">;
751
+ id: z.ZodOptional<z.ZodString>;
752
+ text: z.ZodString;
753
+ layerName: z.ZodOptional<z.ZodString>;
754
+ }, "strip", z.ZodTypeAny, {
755
+ type: "title";
756
+ text: string;
757
+ id?: string | undefined;
758
+ layerName?: string | undefined;
759
+ }, {
760
+ type: "title";
761
+ text: string;
762
+ id?: string | undefined;
763
+ layerName?: string | undefined;
764
+ }>, z.ZodObject<{
765
+ type: z.ZodLiteral<"description">;
766
+ id: z.ZodOptional<z.ZodString>;
767
+ markdown: z.ZodString;
768
+ layerName: z.ZodOptional<z.ZodString>;
769
+ }, "strip", z.ZodTypeAny, {
770
+ type: "description";
771
+ markdown: string;
772
+ id?: string | undefined;
773
+ layerName?: string | undefined;
774
+ }, {
775
+ type: "description";
776
+ markdown: string;
777
+ id?: string | undefined;
778
+ layerName?: string | undefined;
779
+ }>, z.ZodObject<{
780
+ type: z.ZodLiteral<"variants">;
781
+ id: z.ZodOptional<z.ZodString>;
782
+ componentSetId: z.ZodOptional<z.ZodString>;
783
+ componentId: z.ZodOptional<z.ZodString>;
784
+ layout: z.ZodOptional<z.ZodEnum<["matrix", "grid", "list"]>>;
785
+ groupBy: z.ZodOptional<z.ZodString>;
786
+ limit: z.ZodOptional<z.ZodNumber>;
787
+ labelLayerName: z.ZodOptional<z.ZodString>;
788
+ }, "strip", z.ZodTypeAny, {
789
+ type: "variants";
790
+ limit?: number | undefined;
791
+ id?: string | undefined;
792
+ componentId?: string | undefined;
793
+ layout?: "matrix" | "grid" | "list" | undefined;
794
+ componentSetId?: string | undefined;
795
+ groupBy?: string | undefined;
796
+ labelLayerName?: string | undefined;
797
+ }, {
798
+ type: "variants";
799
+ limit?: number | undefined;
800
+ id?: string | undefined;
801
+ componentId?: string | undefined;
802
+ layout?: "matrix" | "grid" | "list" | undefined;
803
+ componentSetId?: string | undefined;
804
+ groupBy?: string | undefined;
805
+ labelLayerName?: string | undefined;
806
+ }>, z.ZodObject<{
807
+ type: z.ZodLiteral<"props">;
808
+ id: z.ZodOptional<z.ZodString>;
809
+ componentId: z.ZodOptional<z.ZodString>;
810
+ componentSetId: z.ZodOptional<z.ZodString>;
811
+ include: z.ZodOptional<z.ZodArray<z.ZodEnum<["VARIANT", "BOOLEAN", "TEXT", "INSTANCE_SWAP"]>, "many">>;
812
+ }, "strip", z.ZodTypeAny, {
813
+ type: "props";
814
+ id?: string | undefined;
815
+ componentId?: string | undefined;
816
+ componentSetId?: string | undefined;
817
+ include?: ("VARIANT" | "BOOLEAN" | "TEXT" | "INSTANCE_SWAP")[] | undefined;
818
+ }, {
819
+ type: "props";
820
+ id?: string | undefined;
821
+ componentId?: string | undefined;
822
+ componentSetId?: string | undefined;
823
+ include?: ("VARIANT" | "BOOLEAN" | "TEXT" | "INSTANCE_SWAP")[] | undefined;
824
+ }>, z.ZodObject<{
825
+ type: z.ZodLiteral<"tokenTable">;
826
+ id: z.ZodOptional<z.ZodString>;
827
+ title: z.ZodOptional<z.ZodString>;
828
+ rows: z.ZodArray<z.ZodObject<{
829
+ layerName: z.ZodString;
830
+ tokenPath: z.ZodString;
831
+ show: z.ZodOptional<z.ZodEnum<["resolved", "path", "both"]>>;
832
+ }, "strip", z.ZodTypeAny, {
833
+ layerName: string;
834
+ tokenPath: string;
835
+ show?: "path" | "resolved" | "both" | undefined;
836
+ }, {
837
+ layerName: string;
838
+ tokenPath: string;
839
+ show?: "path" | "resolved" | "both" | undefined;
840
+ }>, "many">;
841
+ }, "strip", z.ZodTypeAny, {
842
+ type: "tokenTable";
843
+ rows: {
844
+ layerName: string;
845
+ tokenPath: string;
846
+ show?: "path" | "resolved" | "both" | undefined;
847
+ }[];
848
+ title?: string | undefined;
849
+ id?: string | undefined;
850
+ }, {
851
+ type: "tokenTable";
852
+ rows: {
853
+ layerName: string;
854
+ tokenPath: string;
855
+ show?: "path" | "resolved" | "both" | undefined;
856
+ }[];
857
+ title?: string | undefined;
858
+ id?: string | undefined;
859
+ }>, z.ZodObject<{
860
+ type: z.ZodLiteral<"palette">;
861
+ id: z.ZodOptional<z.ZodString>;
862
+ collectionName: z.ZodOptional<z.ZodString>;
863
+ collectionId: z.ZodOptional<z.ZodString>;
864
+ variableType: z.ZodOptional<z.ZodEnum<["COLOR", "FLOAT", "STRING", "BOOLEAN"]>>;
865
+ templateNodeId: z.ZodString;
866
+ swatchLayerName: z.ZodOptional<z.ZodString>;
867
+ labelLayerName: z.ZodOptional<z.ZodString>;
868
+ valueLayerName: z.ZodOptional<z.ZodString>;
869
+ namePrefix: z.ZodOptional<z.ZodString>;
870
+ limit: z.ZodOptional<z.ZodNumber>;
871
+ }, "strip", z.ZodTypeAny, {
872
+ type: "palette";
873
+ templateNodeId: string;
874
+ limit?: number | undefined;
875
+ id?: string | undefined;
876
+ labelLayerName?: string | undefined;
877
+ collectionName?: string | undefined;
878
+ collectionId?: string | undefined;
879
+ variableType?: "BOOLEAN" | "COLOR" | "FLOAT" | "STRING" | undefined;
880
+ swatchLayerName?: string | undefined;
881
+ valueLayerName?: string | undefined;
882
+ namePrefix?: string | undefined;
883
+ }, {
884
+ type: "palette";
885
+ templateNodeId: string;
886
+ limit?: number | undefined;
887
+ id?: string | undefined;
888
+ labelLayerName?: string | undefined;
889
+ collectionName?: string | undefined;
890
+ collectionId?: string | undefined;
891
+ variableType?: "BOOLEAN" | "COLOR" | "FLOAT" | "STRING" | undefined;
892
+ swatchLayerName?: string | undefined;
893
+ valueLayerName?: string | undefined;
894
+ namePrefix?: string | undefined;
895
+ }>, z.ZodObject<{
896
+ type: z.ZodLiteral<"measure">;
897
+ id: z.ZodOptional<z.ZodString>;
898
+ experimental: z.ZodOptional<z.ZodBoolean>;
899
+ nodeId: z.ZodString;
900
+ annotations: z.ZodOptional<z.ZodArray<z.ZodObject<{
901
+ label: z.ZodOptional<z.ZodString>;
902
+ labelMarkdown: z.ZodOptional<z.ZodString>;
903
+ categoryId: z.ZodOptional<z.ZodString>;
904
+ properties: z.ZodOptional<z.ZodArray<z.ZodObject<{
905
+ type: z.ZodString;
906
+ }, "strip", z.ZodTypeAny, {
907
+ type: string;
908
+ }, {
909
+ type: string;
910
+ }>, "many">>;
911
+ }, "strip", z.ZodTypeAny, {
912
+ properties?: {
913
+ type: string;
914
+ }[] | undefined;
915
+ label?: string | undefined;
916
+ labelMarkdown?: string | undefined;
917
+ categoryId?: string | undefined;
918
+ }, {
919
+ properties?: {
920
+ type: string;
921
+ }[] | undefined;
922
+ label?: string | undefined;
923
+ labelMarkdown?: string | undefined;
924
+ categoryId?: string | undefined;
925
+ }>, "many">>;
926
+ }, "strip", z.ZodTypeAny, {
927
+ nodeId: string;
928
+ type: "measure";
929
+ id?: string | undefined;
930
+ experimental?: boolean | undefined;
931
+ annotations?: {
932
+ properties?: {
933
+ type: string;
934
+ }[] | undefined;
935
+ label?: string | undefined;
936
+ labelMarkdown?: string | undefined;
937
+ categoryId?: string | undefined;
938
+ }[] | undefined;
939
+ }, {
940
+ nodeId: string;
941
+ type: "measure";
942
+ id?: string | undefined;
943
+ experimental?: boolean | undefined;
944
+ annotations?: {
945
+ properties?: {
946
+ type: string;
947
+ }[] | undefined;
948
+ label?: string | undefined;
949
+ labelMarkdown?: string | undefined;
950
+ categoryId?: string | undefined;
951
+ }[] | undefined;
952
+ }>]>;
953
+ export declare const docSpecV2Zod: z.ZodObject<{
954
+ version: z.ZodLiteral<"2">;
955
+ title: z.ZodOptional<z.ZodString>;
956
+ frame: z.ZodOptional<z.ZodObject<{
957
+ targetParentId: z.ZodOptional<z.ZodString>;
958
+ targetRootId: z.ZodOptional<z.ZodString>;
959
+ createIfMissing: z.ZodOptional<z.ZodBoolean>;
960
+ name: z.ZodOptional<z.ZodString>;
961
+ }, "strip", z.ZodTypeAny, {
962
+ name?: string | undefined;
963
+ targetParentId?: string | undefined;
964
+ targetRootId?: string | undefined;
965
+ createIfMissing?: boolean | undefined;
966
+ }, {
967
+ name?: string | undefined;
968
+ targetParentId?: string | undefined;
969
+ targetRootId?: string | undefined;
970
+ createIfMissing?: boolean | undefined;
971
+ }>>;
972
+ sections: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
973
+ type: z.ZodLiteral<"title">;
974
+ id: z.ZodOptional<z.ZodString>;
975
+ text: z.ZodString;
976
+ layerName: z.ZodOptional<z.ZodString>;
977
+ }, "strip", z.ZodTypeAny, {
978
+ type: "title";
979
+ text: string;
980
+ id?: string | undefined;
981
+ layerName?: string | undefined;
982
+ }, {
983
+ type: "title";
984
+ text: string;
985
+ id?: string | undefined;
986
+ layerName?: string | undefined;
987
+ }>, z.ZodObject<{
988
+ type: z.ZodLiteral<"description">;
989
+ id: z.ZodOptional<z.ZodString>;
990
+ markdown: z.ZodString;
991
+ layerName: z.ZodOptional<z.ZodString>;
992
+ }, "strip", z.ZodTypeAny, {
993
+ type: "description";
994
+ markdown: string;
995
+ id?: string | undefined;
996
+ layerName?: string | undefined;
997
+ }, {
998
+ type: "description";
999
+ markdown: string;
1000
+ id?: string | undefined;
1001
+ layerName?: string | undefined;
1002
+ }>, z.ZodObject<{
1003
+ type: z.ZodLiteral<"variants">;
1004
+ id: z.ZodOptional<z.ZodString>;
1005
+ componentSetId: z.ZodOptional<z.ZodString>;
1006
+ componentId: z.ZodOptional<z.ZodString>;
1007
+ layout: z.ZodOptional<z.ZodEnum<["matrix", "grid", "list"]>>;
1008
+ groupBy: z.ZodOptional<z.ZodString>;
1009
+ limit: z.ZodOptional<z.ZodNumber>;
1010
+ labelLayerName: z.ZodOptional<z.ZodString>;
1011
+ }, "strip", z.ZodTypeAny, {
1012
+ type: "variants";
1013
+ limit?: number | undefined;
1014
+ id?: string | undefined;
1015
+ componentId?: string | undefined;
1016
+ layout?: "matrix" | "grid" | "list" | undefined;
1017
+ componentSetId?: string | undefined;
1018
+ groupBy?: string | undefined;
1019
+ labelLayerName?: string | undefined;
1020
+ }, {
1021
+ type: "variants";
1022
+ limit?: number | undefined;
1023
+ id?: string | undefined;
1024
+ componentId?: string | undefined;
1025
+ layout?: "matrix" | "grid" | "list" | undefined;
1026
+ componentSetId?: string | undefined;
1027
+ groupBy?: string | undefined;
1028
+ labelLayerName?: string | undefined;
1029
+ }>, z.ZodObject<{
1030
+ type: z.ZodLiteral<"props">;
1031
+ id: z.ZodOptional<z.ZodString>;
1032
+ componentId: z.ZodOptional<z.ZodString>;
1033
+ componentSetId: z.ZodOptional<z.ZodString>;
1034
+ include: z.ZodOptional<z.ZodArray<z.ZodEnum<["VARIANT", "BOOLEAN", "TEXT", "INSTANCE_SWAP"]>, "many">>;
1035
+ }, "strip", z.ZodTypeAny, {
1036
+ type: "props";
1037
+ id?: string | undefined;
1038
+ componentId?: string | undefined;
1039
+ componentSetId?: string | undefined;
1040
+ include?: ("VARIANT" | "BOOLEAN" | "TEXT" | "INSTANCE_SWAP")[] | undefined;
1041
+ }, {
1042
+ type: "props";
1043
+ id?: string | undefined;
1044
+ componentId?: string | undefined;
1045
+ componentSetId?: string | undefined;
1046
+ include?: ("VARIANT" | "BOOLEAN" | "TEXT" | "INSTANCE_SWAP")[] | undefined;
1047
+ }>, z.ZodObject<{
1048
+ type: z.ZodLiteral<"tokenTable">;
1049
+ id: z.ZodOptional<z.ZodString>;
1050
+ title: z.ZodOptional<z.ZodString>;
1051
+ rows: z.ZodArray<z.ZodObject<{
1052
+ layerName: z.ZodString;
1053
+ tokenPath: z.ZodString;
1054
+ show: z.ZodOptional<z.ZodEnum<["resolved", "path", "both"]>>;
1055
+ }, "strip", z.ZodTypeAny, {
1056
+ layerName: string;
1057
+ tokenPath: string;
1058
+ show?: "path" | "resolved" | "both" | undefined;
1059
+ }, {
1060
+ layerName: string;
1061
+ tokenPath: string;
1062
+ show?: "path" | "resolved" | "both" | undefined;
1063
+ }>, "many">;
1064
+ }, "strip", z.ZodTypeAny, {
1065
+ type: "tokenTable";
1066
+ rows: {
1067
+ layerName: string;
1068
+ tokenPath: string;
1069
+ show?: "path" | "resolved" | "both" | undefined;
1070
+ }[];
1071
+ title?: string | undefined;
1072
+ id?: string | undefined;
1073
+ }, {
1074
+ type: "tokenTable";
1075
+ rows: {
1076
+ layerName: string;
1077
+ tokenPath: string;
1078
+ show?: "path" | "resolved" | "both" | undefined;
1079
+ }[];
1080
+ title?: string | undefined;
1081
+ id?: string | undefined;
1082
+ }>, z.ZodObject<{
1083
+ type: z.ZodLiteral<"palette">;
1084
+ id: z.ZodOptional<z.ZodString>;
1085
+ collectionName: z.ZodOptional<z.ZodString>;
1086
+ collectionId: z.ZodOptional<z.ZodString>;
1087
+ variableType: z.ZodOptional<z.ZodEnum<["COLOR", "FLOAT", "STRING", "BOOLEAN"]>>;
1088
+ templateNodeId: z.ZodString;
1089
+ swatchLayerName: z.ZodOptional<z.ZodString>;
1090
+ labelLayerName: z.ZodOptional<z.ZodString>;
1091
+ valueLayerName: z.ZodOptional<z.ZodString>;
1092
+ namePrefix: z.ZodOptional<z.ZodString>;
1093
+ limit: z.ZodOptional<z.ZodNumber>;
1094
+ }, "strip", z.ZodTypeAny, {
1095
+ type: "palette";
1096
+ templateNodeId: string;
1097
+ limit?: number | undefined;
1098
+ id?: string | undefined;
1099
+ labelLayerName?: string | undefined;
1100
+ collectionName?: string | undefined;
1101
+ collectionId?: string | undefined;
1102
+ variableType?: "BOOLEAN" | "COLOR" | "FLOAT" | "STRING" | undefined;
1103
+ swatchLayerName?: string | undefined;
1104
+ valueLayerName?: string | undefined;
1105
+ namePrefix?: string | undefined;
1106
+ }, {
1107
+ type: "palette";
1108
+ templateNodeId: string;
1109
+ limit?: number | undefined;
1110
+ id?: string | undefined;
1111
+ labelLayerName?: string | undefined;
1112
+ collectionName?: string | undefined;
1113
+ collectionId?: string | undefined;
1114
+ variableType?: "BOOLEAN" | "COLOR" | "FLOAT" | "STRING" | undefined;
1115
+ swatchLayerName?: string | undefined;
1116
+ valueLayerName?: string | undefined;
1117
+ namePrefix?: string | undefined;
1118
+ }>, z.ZodObject<{
1119
+ type: z.ZodLiteral<"measure">;
1120
+ id: z.ZodOptional<z.ZodString>;
1121
+ experimental: z.ZodOptional<z.ZodBoolean>;
1122
+ nodeId: z.ZodString;
1123
+ annotations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1124
+ label: z.ZodOptional<z.ZodString>;
1125
+ labelMarkdown: z.ZodOptional<z.ZodString>;
1126
+ categoryId: z.ZodOptional<z.ZodString>;
1127
+ properties: z.ZodOptional<z.ZodArray<z.ZodObject<{
1128
+ type: z.ZodString;
1129
+ }, "strip", z.ZodTypeAny, {
1130
+ type: string;
1131
+ }, {
1132
+ type: string;
1133
+ }>, "many">>;
1134
+ }, "strip", z.ZodTypeAny, {
1135
+ properties?: {
1136
+ type: string;
1137
+ }[] | undefined;
1138
+ label?: string | undefined;
1139
+ labelMarkdown?: string | undefined;
1140
+ categoryId?: string | undefined;
1141
+ }, {
1142
+ properties?: {
1143
+ type: string;
1144
+ }[] | undefined;
1145
+ label?: string | undefined;
1146
+ labelMarkdown?: string | undefined;
1147
+ categoryId?: string | undefined;
1148
+ }>, "many">>;
1149
+ }, "strip", z.ZodTypeAny, {
1150
+ nodeId: string;
1151
+ type: "measure";
1152
+ id?: string | undefined;
1153
+ experimental?: boolean | undefined;
1154
+ annotations?: {
1155
+ properties?: {
1156
+ type: string;
1157
+ }[] | undefined;
1158
+ label?: string | undefined;
1159
+ labelMarkdown?: string | undefined;
1160
+ categoryId?: string | undefined;
1161
+ }[] | undefined;
1162
+ }, {
1163
+ nodeId: string;
1164
+ type: "measure";
1165
+ id?: string | undefined;
1166
+ experimental?: boolean | undefined;
1167
+ annotations?: {
1168
+ properties?: {
1169
+ type: string;
1170
+ }[] | undefined;
1171
+ label?: string | undefined;
1172
+ labelMarkdown?: string | undefined;
1173
+ categoryId?: string | undefined;
1174
+ }[] | undefined;
1175
+ }>]>, "many">;
1176
+ }, "strip", z.ZodTypeAny, {
1177
+ version: "2";
1178
+ sections: ({
1179
+ type: "title";
1180
+ text: string;
1181
+ id?: string | undefined;
1182
+ layerName?: string | undefined;
1183
+ } | {
1184
+ type: "description";
1185
+ markdown: string;
1186
+ id?: string | undefined;
1187
+ layerName?: string | undefined;
1188
+ } | {
1189
+ type: "variants";
1190
+ limit?: number | undefined;
1191
+ id?: string | undefined;
1192
+ componentId?: string | undefined;
1193
+ layout?: "matrix" | "grid" | "list" | undefined;
1194
+ componentSetId?: string | undefined;
1195
+ groupBy?: string | undefined;
1196
+ labelLayerName?: string | undefined;
1197
+ } | {
1198
+ type: "props";
1199
+ id?: string | undefined;
1200
+ componentId?: string | undefined;
1201
+ componentSetId?: string | undefined;
1202
+ include?: ("VARIANT" | "BOOLEAN" | "TEXT" | "INSTANCE_SWAP")[] | undefined;
1203
+ } | {
1204
+ type: "tokenTable";
1205
+ rows: {
1206
+ layerName: string;
1207
+ tokenPath: string;
1208
+ show?: "path" | "resolved" | "both" | undefined;
1209
+ }[];
1210
+ title?: string | undefined;
1211
+ id?: string | undefined;
1212
+ } | {
1213
+ type: "palette";
1214
+ templateNodeId: string;
1215
+ limit?: number | undefined;
1216
+ id?: string | undefined;
1217
+ labelLayerName?: string | undefined;
1218
+ collectionName?: string | undefined;
1219
+ collectionId?: string | undefined;
1220
+ variableType?: "BOOLEAN" | "COLOR" | "FLOAT" | "STRING" | undefined;
1221
+ swatchLayerName?: string | undefined;
1222
+ valueLayerName?: string | undefined;
1223
+ namePrefix?: string | undefined;
1224
+ } | {
1225
+ nodeId: string;
1226
+ type: "measure";
1227
+ id?: string | undefined;
1228
+ experimental?: boolean | undefined;
1229
+ annotations?: {
1230
+ properties?: {
1231
+ type: string;
1232
+ }[] | undefined;
1233
+ label?: string | undefined;
1234
+ labelMarkdown?: string | undefined;
1235
+ categoryId?: string | undefined;
1236
+ }[] | undefined;
1237
+ })[];
1238
+ title?: string | undefined;
1239
+ frame?: {
1240
+ name?: string | undefined;
1241
+ targetParentId?: string | undefined;
1242
+ targetRootId?: string | undefined;
1243
+ createIfMissing?: boolean | undefined;
1244
+ } | undefined;
1245
+ }, {
1246
+ version: "2";
1247
+ sections: ({
1248
+ type: "title";
1249
+ text: string;
1250
+ id?: string | undefined;
1251
+ layerName?: string | undefined;
1252
+ } | {
1253
+ type: "description";
1254
+ markdown: string;
1255
+ id?: string | undefined;
1256
+ layerName?: string | undefined;
1257
+ } | {
1258
+ type: "variants";
1259
+ limit?: number | undefined;
1260
+ id?: string | undefined;
1261
+ componentId?: string | undefined;
1262
+ layout?: "matrix" | "grid" | "list" | undefined;
1263
+ componentSetId?: string | undefined;
1264
+ groupBy?: string | undefined;
1265
+ labelLayerName?: string | undefined;
1266
+ } | {
1267
+ type: "props";
1268
+ id?: string | undefined;
1269
+ componentId?: string | undefined;
1270
+ componentSetId?: string | undefined;
1271
+ include?: ("VARIANT" | "BOOLEAN" | "TEXT" | "INSTANCE_SWAP")[] | undefined;
1272
+ } | {
1273
+ type: "tokenTable";
1274
+ rows: {
1275
+ layerName: string;
1276
+ tokenPath: string;
1277
+ show?: "path" | "resolved" | "both" | undefined;
1278
+ }[];
1279
+ title?: string | undefined;
1280
+ id?: string | undefined;
1281
+ } | {
1282
+ type: "palette";
1283
+ templateNodeId: string;
1284
+ limit?: number | undefined;
1285
+ id?: string | undefined;
1286
+ labelLayerName?: string | undefined;
1287
+ collectionName?: string | undefined;
1288
+ collectionId?: string | undefined;
1289
+ variableType?: "BOOLEAN" | "COLOR" | "FLOAT" | "STRING" | undefined;
1290
+ swatchLayerName?: string | undefined;
1291
+ valueLayerName?: string | undefined;
1292
+ namePrefix?: string | undefined;
1293
+ } | {
1294
+ nodeId: string;
1295
+ type: "measure";
1296
+ id?: string | undefined;
1297
+ experimental?: boolean | undefined;
1298
+ annotations?: {
1299
+ properties?: {
1300
+ type: string;
1301
+ }[] | undefined;
1302
+ label?: string | undefined;
1303
+ labelMarkdown?: string | undefined;
1304
+ categoryId?: string | undefined;
1305
+ }[] | undefined;
1306
+ })[];
1307
+ title?: string | undefined;
1308
+ frame?: {
1309
+ name?: string | undefined;
1310
+ targetParentId?: string | undefined;
1311
+ targetRootId?: string | undefined;
1312
+ createIfMissing?: boolean | undefined;
1313
+ } | undefined;
1314
+ }>;
1315
+ export declare const paletteSectionZod: z.ZodObject<{
1316
+ type: z.ZodLiteral<"palette">;
1317
+ id: z.ZodOptional<z.ZodString>;
1318
+ collectionName: z.ZodOptional<z.ZodString>;
1319
+ collectionId: z.ZodOptional<z.ZodString>;
1320
+ variableType: z.ZodOptional<z.ZodEnum<["COLOR", "FLOAT", "STRING", "BOOLEAN"]>>;
1321
+ templateNodeId: z.ZodString;
1322
+ swatchLayerName: z.ZodOptional<z.ZodString>;
1323
+ labelLayerName: z.ZodOptional<z.ZodString>;
1324
+ valueLayerName: z.ZodOptional<z.ZodString>;
1325
+ namePrefix: z.ZodOptional<z.ZodString>;
1326
+ limit: z.ZodOptional<z.ZodNumber>;
1327
+ }, "strip", z.ZodTypeAny, {
1328
+ type: "palette";
1329
+ templateNodeId: string;
1330
+ limit?: number | undefined;
1331
+ id?: string | undefined;
1332
+ labelLayerName?: string | undefined;
1333
+ collectionName?: string | undefined;
1334
+ collectionId?: string | undefined;
1335
+ variableType?: "BOOLEAN" | "COLOR" | "FLOAT" | "STRING" | undefined;
1336
+ swatchLayerName?: string | undefined;
1337
+ valueLayerName?: string | undefined;
1338
+ namePrefix?: string | undefined;
1339
+ }, {
1340
+ type: "palette";
1341
+ templateNodeId: string;
1342
+ limit?: number | undefined;
1343
+ id?: string | undefined;
1344
+ labelLayerName?: string | undefined;
1345
+ collectionName?: string | undefined;
1346
+ collectionId?: string | undefined;
1347
+ variableType?: "BOOLEAN" | "COLOR" | "FLOAT" | "STRING" | undefined;
1348
+ swatchLayerName?: string | undefined;
1349
+ valueLayerName?: string | undefined;
1350
+ namePrefix?: string | undefined;
1351
+ }>;
1352
+ export declare const annotationItemZod: z.ZodObject<{
1353
+ label: z.ZodOptional<z.ZodString>;
1354
+ labelMarkdown: z.ZodOptional<z.ZodString>;
1355
+ categoryId: z.ZodOptional<z.ZodString>;
1356
+ properties: z.ZodOptional<z.ZodArray<z.ZodObject<{
1357
+ type: z.ZodString;
1358
+ }, "strip", z.ZodTypeAny, {
1359
+ type: string;
1360
+ }, {
1361
+ type: string;
1362
+ }>, "many">>;
1363
+ }, "strip", z.ZodTypeAny, {
1364
+ properties?: {
1365
+ type: string;
1366
+ }[] | undefined;
1367
+ label?: string | undefined;
1368
+ labelMarkdown?: string | undefined;
1369
+ categoryId?: string | undefined;
1370
+ }, {
1371
+ properties?: {
1372
+ type: string;
1373
+ }[] | undefined;
1374
+ label?: string | undefined;
1375
+ labelMarkdown?: string | undefined;
1376
+ categoryId?: string | undefined;
1377
+ }>;
1378
+ export declare const codeConnectTargetZod: z.ZodObject<{
1379
+ nodeId: z.ZodOptional<z.ZodString>;
1380
+ nodeName: z.ZodString;
1381
+ nodeType: z.ZodOptional<z.ZodString>;
1382
+ }, "strip", z.ZodTypeAny, {
1383
+ nodeName: string;
1384
+ nodeId?: string | undefined;
1385
+ nodeType?: string | undefined;
1386
+ }, {
1387
+ nodeName: string;
1388
+ nodeId?: string | undefined;
1389
+ nodeType?: string | undefined;
1390
+ }>;
1391
+ export declare const codeConnectComponentApiPropertyZod: z.ZodObject<{
1392
+ name: z.ZodString;
1393
+ kind: z.ZodString;
1394
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1395
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1396
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1397
+ name: z.ZodString;
1398
+ kind: z.ZodString;
1399
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1400
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1401
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1402
+ name: z.ZodString;
1403
+ kind: z.ZodString;
1404
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1405
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1406
+ }, z.ZodTypeAny, "passthrough">>;
1407
+ export declare const codeConnectFileBindingZod: z.ZodObject<{
1408
+ id: z.ZodString;
1409
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1410
+ filePath: z.ZodString;
1411
+ componentName: z.ZodOptional<z.ZodString>;
1412
+ importPath: z.ZodOptional<z.ZodString>;
1413
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1414
+ instructions: z.ZodOptional<z.ZodString>;
1415
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1416
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1417
+ id: z.ZodString;
1418
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1419
+ filePath: z.ZodString;
1420
+ componentName: z.ZodOptional<z.ZodString>;
1421
+ importPath: z.ZodOptional<z.ZodString>;
1422
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1423
+ instructions: z.ZodOptional<z.ZodString>;
1424
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1425
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1426
+ id: z.ZodString;
1427
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1428
+ filePath: z.ZodString;
1429
+ componentName: z.ZodOptional<z.ZodString>;
1430
+ importPath: z.ZodOptional<z.ZodString>;
1431
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1432
+ instructions: z.ZodOptional<z.ZodString>;
1433
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1434
+ }, z.ZodTypeAny, "passthrough">>;
1435
+ export declare const codeConnectBindingZod: z.ZodObject<{
1436
+ gitlabUrl: z.ZodString;
1437
+ displayName: z.ZodString;
1438
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
1439
+ documentationUrl: z.ZodOptional<z.ZodString>;
1440
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
1441
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
1442
+ importPath: z.ZodOptional<z.ZodString>;
1443
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1444
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
1445
+ id: z.ZodString;
1446
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1447
+ filePath: z.ZodString;
1448
+ componentName: z.ZodOptional<z.ZodString>;
1449
+ importPath: z.ZodOptional<z.ZodString>;
1450
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1451
+ instructions: z.ZodOptional<z.ZodString>;
1452
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1453
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1454
+ id: z.ZodString;
1455
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1456
+ filePath: z.ZodString;
1457
+ componentName: z.ZodOptional<z.ZodString>;
1458
+ importPath: z.ZodOptional<z.ZodString>;
1459
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1460
+ instructions: z.ZodOptional<z.ZodString>;
1461
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1462
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1463
+ id: z.ZodString;
1464
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1465
+ filePath: z.ZodString;
1466
+ componentName: z.ZodOptional<z.ZodString>;
1467
+ importPath: z.ZodOptional<z.ZodString>;
1468
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1469
+ instructions: z.ZodOptional<z.ZodString>;
1470
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1471
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1472
+ storybook: z.ZodOptional<z.ZodObject<{
1473
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1474
+ figmaUrl: z.ZodOptional<z.ZodString>;
1475
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1476
+ metadata: z.ZodOptional<z.ZodBoolean>;
1477
+ description: z.ZodOptional<z.ZodString>;
1478
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1479
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1480
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1481
+ compositionName: z.ZodOptional<z.ZodString>;
1482
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1483
+ componentApi: z.ZodOptional<z.ZodObject<{
1484
+ properties: z.ZodArray<z.ZodObject<{
1485
+ name: z.ZodString;
1486
+ kind: z.ZodString;
1487
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1488
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1489
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1490
+ name: z.ZodString;
1491
+ kind: z.ZodString;
1492
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1493
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1494
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1495
+ name: z.ZodString;
1496
+ kind: z.ZodString;
1497
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1498
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1499
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1500
+ }, "strip", z.ZodTypeAny, {
1501
+ properties: z.objectOutputType<{
1502
+ name: z.ZodString;
1503
+ kind: z.ZodString;
1504
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1505
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1506
+ }, z.ZodTypeAny, "passthrough">[];
1507
+ }, {
1508
+ properties: z.objectInputType<{
1509
+ name: z.ZodString;
1510
+ kind: z.ZodString;
1511
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1512
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1513
+ }, z.ZodTypeAny, "passthrough">[];
1514
+ }>>;
1515
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1516
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1517
+ figmaUrl: z.ZodOptional<z.ZodString>;
1518
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1519
+ metadata: z.ZodOptional<z.ZodBoolean>;
1520
+ description: z.ZodOptional<z.ZodString>;
1521
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1522
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1523
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1524
+ compositionName: z.ZodOptional<z.ZodString>;
1525
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1526
+ componentApi: z.ZodOptional<z.ZodObject<{
1527
+ properties: z.ZodArray<z.ZodObject<{
1528
+ name: z.ZodString;
1529
+ kind: z.ZodString;
1530
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1531
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1532
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1533
+ name: z.ZodString;
1534
+ kind: z.ZodString;
1535
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1536
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1537
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1538
+ name: z.ZodString;
1539
+ kind: z.ZodString;
1540
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1541
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1542
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1543
+ }, "strip", z.ZodTypeAny, {
1544
+ properties: z.objectOutputType<{
1545
+ name: z.ZodString;
1546
+ kind: z.ZodString;
1547
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1548
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1549
+ }, z.ZodTypeAny, "passthrough">[];
1550
+ }, {
1551
+ properties: z.objectInputType<{
1552
+ name: z.ZodString;
1553
+ kind: z.ZodString;
1554
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1555
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1556
+ }, z.ZodTypeAny, "passthrough">[];
1557
+ }>>;
1558
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1559
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1560
+ figmaUrl: z.ZodOptional<z.ZodString>;
1561
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1562
+ metadata: z.ZodOptional<z.ZodBoolean>;
1563
+ description: z.ZodOptional<z.ZodString>;
1564
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1565
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1566
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1567
+ compositionName: z.ZodOptional<z.ZodString>;
1568
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1569
+ componentApi: z.ZodOptional<z.ZodObject<{
1570
+ properties: z.ZodArray<z.ZodObject<{
1571
+ name: z.ZodString;
1572
+ kind: z.ZodString;
1573
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1574
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1575
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1576
+ name: z.ZodString;
1577
+ kind: z.ZodString;
1578
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1579
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1580
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1581
+ name: z.ZodString;
1582
+ kind: z.ZodString;
1583
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1584
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1585
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1586
+ }, "strip", z.ZodTypeAny, {
1587
+ properties: z.objectOutputType<{
1588
+ name: z.ZodString;
1589
+ kind: z.ZodString;
1590
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1591
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1592
+ }, z.ZodTypeAny, "passthrough">[];
1593
+ }, {
1594
+ properties: z.objectInputType<{
1595
+ name: z.ZodString;
1596
+ kind: z.ZodString;
1597
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1598
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1599
+ }, z.ZodTypeAny, "passthrough">[];
1600
+ }>>;
1601
+ }, z.ZodTypeAny, "passthrough">>>;
1602
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1603
+ gitlabUrl: z.ZodString;
1604
+ displayName: z.ZodString;
1605
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
1606
+ documentationUrl: z.ZodOptional<z.ZodString>;
1607
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
1608
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
1609
+ importPath: z.ZodOptional<z.ZodString>;
1610
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1611
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
1612
+ id: z.ZodString;
1613
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1614
+ filePath: z.ZodString;
1615
+ componentName: z.ZodOptional<z.ZodString>;
1616
+ importPath: z.ZodOptional<z.ZodString>;
1617
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1618
+ instructions: z.ZodOptional<z.ZodString>;
1619
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1620
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1621
+ id: z.ZodString;
1622
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1623
+ filePath: z.ZodString;
1624
+ componentName: z.ZodOptional<z.ZodString>;
1625
+ importPath: z.ZodOptional<z.ZodString>;
1626
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1627
+ instructions: z.ZodOptional<z.ZodString>;
1628
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1629
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1630
+ id: z.ZodString;
1631
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1632
+ filePath: z.ZodString;
1633
+ componentName: z.ZodOptional<z.ZodString>;
1634
+ importPath: z.ZodOptional<z.ZodString>;
1635
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1636
+ instructions: z.ZodOptional<z.ZodString>;
1637
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1638
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1639
+ storybook: z.ZodOptional<z.ZodObject<{
1640
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1641
+ figmaUrl: z.ZodOptional<z.ZodString>;
1642
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1643
+ metadata: z.ZodOptional<z.ZodBoolean>;
1644
+ description: z.ZodOptional<z.ZodString>;
1645
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1646
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1647
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1648
+ compositionName: z.ZodOptional<z.ZodString>;
1649
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1650
+ componentApi: z.ZodOptional<z.ZodObject<{
1651
+ properties: z.ZodArray<z.ZodObject<{
1652
+ name: z.ZodString;
1653
+ kind: z.ZodString;
1654
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1655
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1656
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1657
+ name: z.ZodString;
1658
+ kind: z.ZodString;
1659
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1660
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1661
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1662
+ name: z.ZodString;
1663
+ kind: z.ZodString;
1664
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1665
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1666
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1667
+ }, "strip", z.ZodTypeAny, {
1668
+ properties: z.objectOutputType<{
1669
+ name: z.ZodString;
1670
+ kind: z.ZodString;
1671
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1672
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1673
+ }, z.ZodTypeAny, "passthrough">[];
1674
+ }, {
1675
+ properties: z.objectInputType<{
1676
+ name: z.ZodString;
1677
+ kind: z.ZodString;
1678
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1679
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1680
+ }, z.ZodTypeAny, "passthrough">[];
1681
+ }>>;
1682
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1683
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1684
+ figmaUrl: z.ZodOptional<z.ZodString>;
1685
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1686
+ metadata: z.ZodOptional<z.ZodBoolean>;
1687
+ description: z.ZodOptional<z.ZodString>;
1688
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1689
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1690
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1691
+ compositionName: z.ZodOptional<z.ZodString>;
1692
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1693
+ componentApi: z.ZodOptional<z.ZodObject<{
1694
+ properties: z.ZodArray<z.ZodObject<{
1695
+ name: z.ZodString;
1696
+ kind: z.ZodString;
1697
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1698
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1699
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1700
+ name: z.ZodString;
1701
+ kind: z.ZodString;
1702
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1703
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1704
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1705
+ name: z.ZodString;
1706
+ kind: z.ZodString;
1707
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1708
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1709
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1710
+ }, "strip", z.ZodTypeAny, {
1711
+ properties: z.objectOutputType<{
1712
+ name: z.ZodString;
1713
+ kind: z.ZodString;
1714
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1715
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1716
+ }, z.ZodTypeAny, "passthrough">[];
1717
+ }, {
1718
+ properties: z.objectInputType<{
1719
+ name: z.ZodString;
1720
+ kind: z.ZodString;
1721
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1722
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1723
+ }, z.ZodTypeAny, "passthrough">[];
1724
+ }>>;
1725
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1726
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1727
+ figmaUrl: z.ZodOptional<z.ZodString>;
1728
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1729
+ metadata: z.ZodOptional<z.ZodBoolean>;
1730
+ description: z.ZodOptional<z.ZodString>;
1731
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1732
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1733
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1734
+ compositionName: z.ZodOptional<z.ZodString>;
1735
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1736
+ componentApi: z.ZodOptional<z.ZodObject<{
1737
+ properties: z.ZodArray<z.ZodObject<{
1738
+ name: z.ZodString;
1739
+ kind: z.ZodString;
1740
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1741
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1742
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1743
+ name: z.ZodString;
1744
+ kind: z.ZodString;
1745
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1746
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1747
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1748
+ name: z.ZodString;
1749
+ kind: z.ZodString;
1750
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1751
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1752
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1753
+ }, "strip", z.ZodTypeAny, {
1754
+ properties: z.objectOutputType<{
1755
+ name: z.ZodString;
1756
+ kind: z.ZodString;
1757
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1758
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1759
+ }, z.ZodTypeAny, "passthrough">[];
1760
+ }, {
1761
+ properties: z.objectInputType<{
1762
+ name: z.ZodString;
1763
+ kind: z.ZodString;
1764
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1765
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1766
+ }, z.ZodTypeAny, "passthrough">[];
1767
+ }>>;
1768
+ }, z.ZodTypeAny, "passthrough">>>;
1769
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1770
+ gitlabUrl: z.ZodString;
1771
+ displayName: z.ZodString;
1772
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
1773
+ documentationUrl: z.ZodOptional<z.ZodString>;
1774
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
1775
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
1776
+ importPath: z.ZodOptional<z.ZodString>;
1777
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1778
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
1779
+ id: z.ZodString;
1780
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1781
+ filePath: z.ZodString;
1782
+ componentName: z.ZodOptional<z.ZodString>;
1783
+ importPath: z.ZodOptional<z.ZodString>;
1784
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1785
+ instructions: z.ZodOptional<z.ZodString>;
1786
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1787
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1788
+ id: z.ZodString;
1789
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1790
+ filePath: z.ZodString;
1791
+ componentName: z.ZodOptional<z.ZodString>;
1792
+ importPath: z.ZodOptional<z.ZodString>;
1793
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1794
+ instructions: z.ZodOptional<z.ZodString>;
1795
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1796
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1797
+ id: z.ZodString;
1798
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1799
+ filePath: z.ZodString;
1800
+ componentName: z.ZodOptional<z.ZodString>;
1801
+ importPath: z.ZodOptional<z.ZodString>;
1802
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1803
+ instructions: z.ZodOptional<z.ZodString>;
1804
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1805
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1806
+ storybook: z.ZodOptional<z.ZodObject<{
1807
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1808
+ figmaUrl: z.ZodOptional<z.ZodString>;
1809
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1810
+ metadata: z.ZodOptional<z.ZodBoolean>;
1811
+ description: z.ZodOptional<z.ZodString>;
1812
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1813
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1814
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1815
+ compositionName: z.ZodOptional<z.ZodString>;
1816
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1817
+ componentApi: z.ZodOptional<z.ZodObject<{
1818
+ properties: z.ZodArray<z.ZodObject<{
1819
+ name: z.ZodString;
1820
+ kind: z.ZodString;
1821
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1822
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1823
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1824
+ name: z.ZodString;
1825
+ kind: z.ZodString;
1826
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1827
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1828
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1829
+ name: z.ZodString;
1830
+ kind: z.ZodString;
1831
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1832
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1833
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1834
+ }, "strip", z.ZodTypeAny, {
1835
+ properties: z.objectOutputType<{
1836
+ name: z.ZodString;
1837
+ kind: z.ZodString;
1838
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1839
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1840
+ }, z.ZodTypeAny, "passthrough">[];
1841
+ }, {
1842
+ properties: z.objectInputType<{
1843
+ name: z.ZodString;
1844
+ kind: z.ZodString;
1845
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1846
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1847
+ }, z.ZodTypeAny, "passthrough">[];
1848
+ }>>;
1849
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1850
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1851
+ figmaUrl: z.ZodOptional<z.ZodString>;
1852
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1853
+ metadata: z.ZodOptional<z.ZodBoolean>;
1854
+ description: z.ZodOptional<z.ZodString>;
1855
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1856
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1857
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1858
+ compositionName: z.ZodOptional<z.ZodString>;
1859
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1860
+ componentApi: z.ZodOptional<z.ZodObject<{
1861
+ properties: z.ZodArray<z.ZodObject<{
1862
+ name: z.ZodString;
1863
+ kind: z.ZodString;
1864
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1865
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1866
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1867
+ name: z.ZodString;
1868
+ kind: z.ZodString;
1869
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1870
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1871
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1872
+ name: z.ZodString;
1873
+ kind: z.ZodString;
1874
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1875
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1876
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1877
+ }, "strip", z.ZodTypeAny, {
1878
+ properties: z.objectOutputType<{
1879
+ name: z.ZodString;
1880
+ kind: z.ZodString;
1881
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1882
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1883
+ }, z.ZodTypeAny, "passthrough">[];
1884
+ }, {
1885
+ properties: z.objectInputType<{
1886
+ name: z.ZodString;
1887
+ kind: z.ZodString;
1888
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1889
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1890
+ }, z.ZodTypeAny, "passthrough">[];
1891
+ }>>;
1892
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1893
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1894
+ figmaUrl: z.ZodOptional<z.ZodString>;
1895
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1896
+ metadata: z.ZodOptional<z.ZodBoolean>;
1897
+ description: z.ZodOptional<z.ZodString>;
1898
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1899
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1900
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1901
+ compositionName: z.ZodOptional<z.ZodString>;
1902
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1903
+ componentApi: z.ZodOptional<z.ZodObject<{
1904
+ properties: z.ZodArray<z.ZodObject<{
1905
+ name: z.ZodString;
1906
+ kind: z.ZodString;
1907
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1908
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1909
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1910
+ name: z.ZodString;
1911
+ kind: z.ZodString;
1912
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1913
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1914
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1915
+ name: z.ZodString;
1916
+ kind: z.ZodString;
1917
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1918
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1919
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1920
+ }, "strip", z.ZodTypeAny, {
1921
+ properties: z.objectOutputType<{
1922
+ name: z.ZodString;
1923
+ kind: z.ZodString;
1924
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1925
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1926
+ }, z.ZodTypeAny, "passthrough">[];
1927
+ }, {
1928
+ properties: z.objectInputType<{
1929
+ name: z.ZodString;
1930
+ kind: z.ZodString;
1931
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1932
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1933
+ }, z.ZodTypeAny, "passthrough">[];
1934
+ }>>;
1935
+ }, z.ZodTypeAny, "passthrough">>>;
1936
+ }, z.ZodTypeAny, "passthrough">>;
1937
+ export declare const codeConnectSuggestionZod: z.ZodObject<{
1938
+ score: z.ZodNumber;
1939
+ confidence: z.ZodEnum<["high", "medium", "low"]>;
1940
+ reason: z.ZodArray<z.ZodString, "many">;
1941
+ filePath: z.ZodString;
1942
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1943
+ componentName: z.ZodString;
1944
+ importPath: z.ZodString;
1945
+ binding: z.ZodObject<{
1946
+ gitlabUrl: z.ZodString;
1947
+ displayName: z.ZodString;
1948
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
1949
+ documentationUrl: z.ZodOptional<z.ZodString>;
1950
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
1951
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
1952
+ importPath: z.ZodOptional<z.ZodString>;
1953
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1954
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
1955
+ id: z.ZodString;
1956
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1957
+ filePath: z.ZodString;
1958
+ componentName: z.ZodOptional<z.ZodString>;
1959
+ importPath: z.ZodOptional<z.ZodString>;
1960
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1961
+ instructions: z.ZodOptional<z.ZodString>;
1962
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1963
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1964
+ id: z.ZodString;
1965
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1966
+ filePath: z.ZodString;
1967
+ componentName: z.ZodOptional<z.ZodString>;
1968
+ importPath: z.ZodOptional<z.ZodString>;
1969
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1970
+ instructions: z.ZodOptional<z.ZodString>;
1971
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1972
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1973
+ id: z.ZodString;
1974
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
1975
+ filePath: z.ZodString;
1976
+ componentName: z.ZodOptional<z.ZodString>;
1977
+ importPath: z.ZodOptional<z.ZodString>;
1978
+ snippetTemplate: z.ZodOptional<z.ZodString>;
1979
+ instructions: z.ZodOptional<z.ZodString>;
1980
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
1981
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1982
+ storybook: z.ZodOptional<z.ZodObject<{
1983
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
1984
+ figmaUrl: z.ZodOptional<z.ZodString>;
1985
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
1986
+ metadata: z.ZodOptional<z.ZodBoolean>;
1987
+ description: z.ZodOptional<z.ZodString>;
1988
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
1989
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
1990
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
1991
+ compositionName: z.ZodOptional<z.ZodString>;
1992
+ compositionFilePath: z.ZodOptional<z.ZodString>;
1993
+ componentApi: z.ZodOptional<z.ZodObject<{
1994
+ properties: z.ZodArray<z.ZodObject<{
1995
+ name: z.ZodString;
1996
+ kind: z.ZodString;
1997
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
1998
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1999
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2000
+ name: z.ZodString;
2001
+ kind: z.ZodString;
2002
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2003
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2004
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2005
+ name: z.ZodString;
2006
+ kind: z.ZodString;
2007
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2008
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2009
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2010
+ }, "strip", z.ZodTypeAny, {
2011
+ properties: z.objectOutputType<{
2012
+ name: z.ZodString;
2013
+ kind: z.ZodString;
2014
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2015
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2016
+ }, z.ZodTypeAny, "passthrough">[];
2017
+ }, {
2018
+ properties: z.objectInputType<{
2019
+ name: z.ZodString;
2020
+ kind: z.ZodString;
2021
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2022
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2023
+ }, z.ZodTypeAny, "passthrough">[];
2024
+ }>>;
2025
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2026
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2027
+ figmaUrl: z.ZodOptional<z.ZodString>;
2028
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2029
+ metadata: z.ZodOptional<z.ZodBoolean>;
2030
+ description: z.ZodOptional<z.ZodString>;
2031
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2032
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2033
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2034
+ compositionName: z.ZodOptional<z.ZodString>;
2035
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2036
+ componentApi: z.ZodOptional<z.ZodObject<{
2037
+ properties: z.ZodArray<z.ZodObject<{
2038
+ name: z.ZodString;
2039
+ kind: z.ZodString;
2040
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2041
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2042
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2043
+ name: z.ZodString;
2044
+ kind: z.ZodString;
2045
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2046
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2047
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2048
+ name: z.ZodString;
2049
+ kind: z.ZodString;
2050
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2051
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2052
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2053
+ }, "strip", z.ZodTypeAny, {
2054
+ properties: z.objectOutputType<{
2055
+ name: z.ZodString;
2056
+ kind: z.ZodString;
2057
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2058
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2059
+ }, z.ZodTypeAny, "passthrough">[];
2060
+ }, {
2061
+ properties: z.objectInputType<{
2062
+ name: z.ZodString;
2063
+ kind: z.ZodString;
2064
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2065
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2066
+ }, z.ZodTypeAny, "passthrough">[];
2067
+ }>>;
2068
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2069
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2070
+ figmaUrl: z.ZodOptional<z.ZodString>;
2071
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2072
+ metadata: z.ZodOptional<z.ZodBoolean>;
2073
+ description: z.ZodOptional<z.ZodString>;
2074
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2075
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2076
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2077
+ compositionName: z.ZodOptional<z.ZodString>;
2078
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2079
+ componentApi: z.ZodOptional<z.ZodObject<{
2080
+ properties: z.ZodArray<z.ZodObject<{
2081
+ name: z.ZodString;
2082
+ kind: z.ZodString;
2083
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2084
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2085
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2086
+ name: z.ZodString;
2087
+ kind: z.ZodString;
2088
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2089
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2090
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2091
+ name: z.ZodString;
2092
+ kind: z.ZodString;
2093
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2094
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2095
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2096
+ }, "strip", z.ZodTypeAny, {
2097
+ properties: z.objectOutputType<{
2098
+ name: z.ZodString;
2099
+ kind: z.ZodString;
2100
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2101
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2102
+ }, z.ZodTypeAny, "passthrough">[];
2103
+ }, {
2104
+ properties: z.objectInputType<{
2105
+ name: z.ZodString;
2106
+ kind: z.ZodString;
2107
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2108
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2109
+ }, z.ZodTypeAny, "passthrough">[];
2110
+ }>>;
2111
+ }, z.ZodTypeAny, "passthrough">>>;
2112
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2113
+ gitlabUrl: z.ZodString;
2114
+ displayName: z.ZodString;
2115
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
2116
+ documentationUrl: z.ZodOptional<z.ZodString>;
2117
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
2118
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
2119
+ importPath: z.ZodOptional<z.ZodString>;
2120
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2121
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2122
+ id: z.ZodString;
2123
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2124
+ filePath: z.ZodString;
2125
+ componentName: z.ZodOptional<z.ZodString>;
2126
+ importPath: z.ZodOptional<z.ZodString>;
2127
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2128
+ instructions: z.ZodOptional<z.ZodString>;
2129
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2130
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2131
+ id: z.ZodString;
2132
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2133
+ filePath: z.ZodString;
2134
+ componentName: z.ZodOptional<z.ZodString>;
2135
+ importPath: z.ZodOptional<z.ZodString>;
2136
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2137
+ instructions: z.ZodOptional<z.ZodString>;
2138
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2139
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2140
+ id: z.ZodString;
2141
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2142
+ filePath: z.ZodString;
2143
+ componentName: z.ZodOptional<z.ZodString>;
2144
+ importPath: z.ZodOptional<z.ZodString>;
2145
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2146
+ instructions: z.ZodOptional<z.ZodString>;
2147
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2148
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
2149
+ storybook: z.ZodOptional<z.ZodObject<{
2150
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2151
+ figmaUrl: z.ZodOptional<z.ZodString>;
2152
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2153
+ metadata: z.ZodOptional<z.ZodBoolean>;
2154
+ description: z.ZodOptional<z.ZodString>;
2155
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2156
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2157
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2158
+ compositionName: z.ZodOptional<z.ZodString>;
2159
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2160
+ componentApi: z.ZodOptional<z.ZodObject<{
2161
+ properties: z.ZodArray<z.ZodObject<{
2162
+ name: z.ZodString;
2163
+ kind: z.ZodString;
2164
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2165
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2166
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2167
+ name: z.ZodString;
2168
+ kind: z.ZodString;
2169
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2170
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2171
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2172
+ name: z.ZodString;
2173
+ kind: z.ZodString;
2174
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2175
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2176
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2177
+ }, "strip", z.ZodTypeAny, {
2178
+ properties: z.objectOutputType<{
2179
+ name: z.ZodString;
2180
+ kind: z.ZodString;
2181
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2182
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2183
+ }, z.ZodTypeAny, "passthrough">[];
2184
+ }, {
2185
+ properties: z.objectInputType<{
2186
+ name: z.ZodString;
2187
+ kind: z.ZodString;
2188
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2189
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2190
+ }, z.ZodTypeAny, "passthrough">[];
2191
+ }>>;
2192
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2193
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2194
+ figmaUrl: z.ZodOptional<z.ZodString>;
2195
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2196
+ metadata: z.ZodOptional<z.ZodBoolean>;
2197
+ description: z.ZodOptional<z.ZodString>;
2198
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2199
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2200
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2201
+ compositionName: z.ZodOptional<z.ZodString>;
2202
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2203
+ componentApi: z.ZodOptional<z.ZodObject<{
2204
+ properties: z.ZodArray<z.ZodObject<{
2205
+ name: z.ZodString;
2206
+ kind: z.ZodString;
2207
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2208
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2209
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2210
+ name: z.ZodString;
2211
+ kind: z.ZodString;
2212
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2213
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2214
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2215
+ name: z.ZodString;
2216
+ kind: z.ZodString;
2217
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2218
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2219
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2220
+ }, "strip", z.ZodTypeAny, {
2221
+ properties: z.objectOutputType<{
2222
+ name: z.ZodString;
2223
+ kind: z.ZodString;
2224
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2225
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2226
+ }, z.ZodTypeAny, "passthrough">[];
2227
+ }, {
2228
+ properties: z.objectInputType<{
2229
+ name: z.ZodString;
2230
+ kind: z.ZodString;
2231
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2232
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2233
+ }, z.ZodTypeAny, "passthrough">[];
2234
+ }>>;
2235
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2236
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2237
+ figmaUrl: z.ZodOptional<z.ZodString>;
2238
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2239
+ metadata: z.ZodOptional<z.ZodBoolean>;
2240
+ description: z.ZodOptional<z.ZodString>;
2241
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2242
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2243
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2244
+ compositionName: z.ZodOptional<z.ZodString>;
2245
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2246
+ componentApi: z.ZodOptional<z.ZodObject<{
2247
+ properties: z.ZodArray<z.ZodObject<{
2248
+ name: z.ZodString;
2249
+ kind: z.ZodString;
2250
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2251
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2252
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2253
+ name: z.ZodString;
2254
+ kind: z.ZodString;
2255
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2256
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2257
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2258
+ name: z.ZodString;
2259
+ kind: z.ZodString;
2260
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2261
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2262
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2263
+ }, "strip", z.ZodTypeAny, {
2264
+ properties: z.objectOutputType<{
2265
+ name: z.ZodString;
2266
+ kind: z.ZodString;
2267
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2268
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2269
+ }, z.ZodTypeAny, "passthrough">[];
2270
+ }, {
2271
+ properties: z.objectInputType<{
2272
+ name: z.ZodString;
2273
+ kind: z.ZodString;
2274
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2275
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2276
+ }, z.ZodTypeAny, "passthrough">[];
2277
+ }>>;
2278
+ }, z.ZodTypeAny, "passthrough">>>;
2279
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2280
+ gitlabUrl: z.ZodString;
2281
+ displayName: z.ZodString;
2282
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
2283
+ documentationUrl: z.ZodOptional<z.ZodString>;
2284
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
2285
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
2286
+ importPath: z.ZodOptional<z.ZodString>;
2287
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2288
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2289
+ id: z.ZodString;
2290
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2291
+ filePath: z.ZodString;
2292
+ componentName: z.ZodOptional<z.ZodString>;
2293
+ importPath: z.ZodOptional<z.ZodString>;
2294
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2295
+ instructions: z.ZodOptional<z.ZodString>;
2296
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2297
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2298
+ id: z.ZodString;
2299
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2300
+ filePath: z.ZodString;
2301
+ componentName: z.ZodOptional<z.ZodString>;
2302
+ importPath: z.ZodOptional<z.ZodString>;
2303
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2304
+ instructions: z.ZodOptional<z.ZodString>;
2305
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2306
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2307
+ id: z.ZodString;
2308
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2309
+ filePath: z.ZodString;
2310
+ componentName: z.ZodOptional<z.ZodString>;
2311
+ importPath: z.ZodOptional<z.ZodString>;
2312
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2313
+ instructions: z.ZodOptional<z.ZodString>;
2314
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2315
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
2316
+ storybook: z.ZodOptional<z.ZodObject<{
2317
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2318
+ figmaUrl: z.ZodOptional<z.ZodString>;
2319
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2320
+ metadata: z.ZodOptional<z.ZodBoolean>;
2321
+ description: z.ZodOptional<z.ZodString>;
2322
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2323
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2324
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2325
+ compositionName: z.ZodOptional<z.ZodString>;
2326
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2327
+ componentApi: z.ZodOptional<z.ZodObject<{
2328
+ properties: z.ZodArray<z.ZodObject<{
2329
+ name: z.ZodString;
2330
+ kind: z.ZodString;
2331
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2332
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2333
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2334
+ name: z.ZodString;
2335
+ kind: z.ZodString;
2336
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2337
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2338
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2339
+ name: z.ZodString;
2340
+ kind: z.ZodString;
2341
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2342
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2343
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2344
+ }, "strip", z.ZodTypeAny, {
2345
+ properties: z.objectOutputType<{
2346
+ name: z.ZodString;
2347
+ kind: z.ZodString;
2348
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2349
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2350
+ }, z.ZodTypeAny, "passthrough">[];
2351
+ }, {
2352
+ properties: z.objectInputType<{
2353
+ name: z.ZodString;
2354
+ kind: z.ZodString;
2355
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2356
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2357
+ }, z.ZodTypeAny, "passthrough">[];
2358
+ }>>;
2359
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2360
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2361
+ figmaUrl: z.ZodOptional<z.ZodString>;
2362
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2363
+ metadata: z.ZodOptional<z.ZodBoolean>;
2364
+ description: z.ZodOptional<z.ZodString>;
2365
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2366
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2367
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2368
+ compositionName: z.ZodOptional<z.ZodString>;
2369
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2370
+ componentApi: z.ZodOptional<z.ZodObject<{
2371
+ properties: z.ZodArray<z.ZodObject<{
2372
+ name: z.ZodString;
2373
+ kind: z.ZodString;
2374
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2375
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2376
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2377
+ name: z.ZodString;
2378
+ kind: z.ZodString;
2379
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2380
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2381
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2382
+ name: z.ZodString;
2383
+ kind: z.ZodString;
2384
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2385
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2386
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2387
+ }, "strip", z.ZodTypeAny, {
2388
+ properties: z.objectOutputType<{
2389
+ name: z.ZodString;
2390
+ kind: z.ZodString;
2391
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2392
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2393
+ }, z.ZodTypeAny, "passthrough">[];
2394
+ }, {
2395
+ properties: z.objectInputType<{
2396
+ name: z.ZodString;
2397
+ kind: z.ZodString;
2398
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2399
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2400
+ }, z.ZodTypeAny, "passthrough">[];
2401
+ }>>;
2402
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2403
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2404
+ figmaUrl: z.ZodOptional<z.ZodString>;
2405
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2406
+ metadata: z.ZodOptional<z.ZodBoolean>;
2407
+ description: z.ZodOptional<z.ZodString>;
2408
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2409
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2410
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2411
+ compositionName: z.ZodOptional<z.ZodString>;
2412
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2413
+ componentApi: z.ZodOptional<z.ZodObject<{
2414
+ properties: z.ZodArray<z.ZodObject<{
2415
+ name: z.ZodString;
2416
+ kind: z.ZodString;
2417
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2418
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2419
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2420
+ name: z.ZodString;
2421
+ kind: z.ZodString;
2422
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2423
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2424
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2425
+ name: z.ZodString;
2426
+ kind: z.ZodString;
2427
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2428
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2429
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2430
+ }, "strip", z.ZodTypeAny, {
2431
+ properties: z.objectOutputType<{
2432
+ name: z.ZodString;
2433
+ kind: z.ZodString;
2434
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2435
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2436
+ }, z.ZodTypeAny, "passthrough">[];
2437
+ }, {
2438
+ properties: z.objectInputType<{
2439
+ name: z.ZodString;
2440
+ kind: z.ZodString;
2441
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2442
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2443
+ }, z.ZodTypeAny, "passthrough">[];
2444
+ }>>;
2445
+ }, z.ZodTypeAny, "passthrough">>>;
2446
+ }, z.ZodTypeAny, "passthrough">>;
2447
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2448
+ score: z.ZodNumber;
2449
+ confidence: z.ZodEnum<["high", "medium", "low"]>;
2450
+ reason: z.ZodArray<z.ZodString, "many">;
2451
+ filePath: z.ZodString;
2452
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2453
+ componentName: z.ZodString;
2454
+ importPath: z.ZodString;
2455
+ binding: z.ZodObject<{
2456
+ gitlabUrl: z.ZodString;
2457
+ displayName: z.ZodString;
2458
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
2459
+ documentationUrl: z.ZodOptional<z.ZodString>;
2460
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
2461
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
2462
+ importPath: z.ZodOptional<z.ZodString>;
2463
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2464
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2465
+ id: z.ZodString;
2466
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2467
+ filePath: z.ZodString;
2468
+ componentName: z.ZodOptional<z.ZodString>;
2469
+ importPath: z.ZodOptional<z.ZodString>;
2470
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2471
+ instructions: z.ZodOptional<z.ZodString>;
2472
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2473
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2474
+ id: z.ZodString;
2475
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2476
+ filePath: z.ZodString;
2477
+ componentName: z.ZodOptional<z.ZodString>;
2478
+ importPath: z.ZodOptional<z.ZodString>;
2479
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2480
+ instructions: z.ZodOptional<z.ZodString>;
2481
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2482
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2483
+ id: z.ZodString;
2484
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2485
+ filePath: z.ZodString;
2486
+ componentName: z.ZodOptional<z.ZodString>;
2487
+ importPath: z.ZodOptional<z.ZodString>;
2488
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2489
+ instructions: z.ZodOptional<z.ZodString>;
2490
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2491
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
2492
+ storybook: z.ZodOptional<z.ZodObject<{
2493
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2494
+ figmaUrl: z.ZodOptional<z.ZodString>;
2495
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2496
+ metadata: z.ZodOptional<z.ZodBoolean>;
2497
+ description: z.ZodOptional<z.ZodString>;
2498
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2499
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2500
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2501
+ compositionName: z.ZodOptional<z.ZodString>;
2502
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2503
+ componentApi: z.ZodOptional<z.ZodObject<{
2504
+ properties: z.ZodArray<z.ZodObject<{
2505
+ name: z.ZodString;
2506
+ kind: z.ZodString;
2507
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2508
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2509
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2510
+ name: z.ZodString;
2511
+ kind: z.ZodString;
2512
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2513
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2514
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2515
+ name: z.ZodString;
2516
+ kind: z.ZodString;
2517
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2518
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2519
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2520
+ }, "strip", z.ZodTypeAny, {
2521
+ properties: z.objectOutputType<{
2522
+ name: z.ZodString;
2523
+ kind: z.ZodString;
2524
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2525
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2526
+ }, z.ZodTypeAny, "passthrough">[];
2527
+ }, {
2528
+ properties: z.objectInputType<{
2529
+ name: z.ZodString;
2530
+ kind: z.ZodString;
2531
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2532
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2533
+ }, z.ZodTypeAny, "passthrough">[];
2534
+ }>>;
2535
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2536
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2537
+ figmaUrl: z.ZodOptional<z.ZodString>;
2538
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2539
+ metadata: z.ZodOptional<z.ZodBoolean>;
2540
+ description: z.ZodOptional<z.ZodString>;
2541
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2542
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2543
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2544
+ compositionName: z.ZodOptional<z.ZodString>;
2545
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2546
+ componentApi: z.ZodOptional<z.ZodObject<{
2547
+ properties: z.ZodArray<z.ZodObject<{
2548
+ name: z.ZodString;
2549
+ kind: z.ZodString;
2550
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2551
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2552
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2553
+ name: z.ZodString;
2554
+ kind: z.ZodString;
2555
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2556
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2557
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2558
+ name: z.ZodString;
2559
+ kind: z.ZodString;
2560
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2561
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2562
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2563
+ }, "strip", z.ZodTypeAny, {
2564
+ properties: z.objectOutputType<{
2565
+ name: z.ZodString;
2566
+ kind: z.ZodString;
2567
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2568
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2569
+ }, z.ZodTypeAny, "passthrough">[];
2570
+ }, {
2571
+ properties: z.objectInputType<{
2572
+ name: z.ZodString;
2573
+ kind: z.ZodString;
2574
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2575
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2576
+ }, z.ZodTypeAny, "passthrough">[];
2577
+ }>>;
2578
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2579
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2580
+ figmaUrl: z.ZodOptional<z.ZodString>;
2581
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2582
+ metadata: z.ZodOptional<z.ZodBoolean>;
2583
+ description: z.ZodOptional<z.ZodString>;
2584
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2585
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2586
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2587
+ compositionName: z.ZodOptional<z.ZodString>;
2588
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2589
+ componentApi: z.ZodOptional<z.ZodObject<{
2590
+ properties: z.ZodArray<z.ZodObject<{
2591
+ name: z.ZodString;
2592
+ kind: z.ZodString;
2593
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2594
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2595
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2596
+ name: z.ZodString;
2597
+ kind: z.ZodString;
2598
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2599
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2600
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2601
+ name: z.ZodString;
2602
+ kind: z.ZodString;
2603
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2604
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2605
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2606
+ }, "strip", z.ZodTypeAny, {
2607
+ properties: z.objectOutputType<{
2608
+ name: z.ZodString;
2609
+ kind: z.ZodString;
2610
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2611
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2612
+ }, z.ZodTypeAny, "passthrough">[];
2613
+ }, {
2614
+ properties: z.objectInputType<{
2615
+ name: z.ZodString;
2616
+ kind: z.ZodString;
2617
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2618
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2619
+ }, z.ZodTypeAny, "passthrough">[];
2620
+ }>>;
2621
+ }, z.ZodTypeAny, "passthrough">>>;
2622
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2623
+ gitlabUrl: z.ZodString;
2624
+ displayName: z.ZodString;
2625
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
2626
+ documentationUrl: z.ZodOptional<z.ZodString>;
2627
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
2628
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
2629
+ importPath: z.ZodOptional<z.ZodString>;
2630
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2631
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2632
+ id: z.ZodString;
2633
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2634
+ filePath: z.ZodString;
2635
+ componentName: z.ZodOptional<z.ZodString>;
2636
+ importPath: z.ZodOptional<z.ZodString>;
2637
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2638
+ instructions: z.ZodOptional<z.ZodString>;
2639
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2640
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2641
+ id: z.ZodString;
2642
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2643
+ filePath: z.ZodString;
2644
+ componentName: z.ZodOptional<z.ZodString>;
2645
+ importPath: z.ZodOptional<z.ZodString>;
2646
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2647
+ instructions: z.ZodOptional<z.ZodString>;
2648
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2649
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2650
+ id: z.ZodString;
2651
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2652
+ filePath: z.ZodString;
2653
+ componentName: z.ZodOptional<z.ZodString>;
2654
+ importPath: z.ZodOptional<z.ZodString>;
2655
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2656
+ instructions: z.ZodOptional<z.ZodString>;
2657
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2658
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
2659
+ storybook: z.ZodOptional<z.ZodObject<{
2660
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2661
+ figmaUrl: z.ZodOptional<z.ZodString>;
2662
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2663
+ metadata: z.ZodOptional<z.ZodBoolean>;
2664
+ description: z.ZodOptional<z.ZodString>;
2665
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2666
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2667
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2668
+ compositionName: z.ZodOptional<z.ZodString>;
2669
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2670
+ componentApi: z.ZodOptional<z.ZodObject<{
2671
+ properties: z.ZodArray<z.ZodObject<{
2672
+ name: z.ZodString;
2673
+ kind: z.ZodString;
2674
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2675
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2676
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2677
+ name: z.ZodString;
2678
+ kind: z.ZodString;
2679
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2680
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2681
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2682
+ name: z.ZodString;
2683
+ kind: z.ZodString;
2684
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2685
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2686
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2687
+ }, "strip", z.ZodTypeAny, {
2688
+ properties: z.objectOutputType<{
2689
+ name: z.ZodString;
2690
+ kind: z.ZodString;
2691
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2692
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2693
+ }, z.ZodTypeAny, "passthrough">[];
2694
+ }, {
2695
+ properties: z.objectInputType<{
2696
+ name: z.ZodString;
2697
+ kind: z.ZodString;
2698
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2699
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2700
+ }, z.ZodTypeAny, "passthrough">[];
2701
+ }>>;
2702
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2703
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2704
+ figmaUrl: z.ZodOptional<z.ZodString>;
2705
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2706
+ metadata: z.ZodOptional<z.ZodBoolean>;
2707
+ description: z.ZodOptional<z.ZodString>;
2708
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2709
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2710
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2711
+ compositionName: z.ZodOptional<z.ZodString>;
2712
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2713
+ componentApi: z.ZodOptional<z.ZodObject<{
2714
+ properties: z.ZodArray<z.ZodObject<{
2715
+ name: z.ZodString;
2716
+ kind: z.ZodString;
2717
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2718
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2719
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2720
+ name: z.ZodString;
2721
+ kind: z.ZodString;
2722
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2723
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2724
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2725
+ name: z.ZodString;
2726
+ kind: z.ZodString;
2727
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2728
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2729
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2730
+ }, "strip", z.ZodTypeAny, {
2731
+ properties: z.objectOutputType<{
2732
+ name: z.ZodString;
2733
+ kind: z.ZodString;
2734
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2735
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2736
+ }, z.ZodTypeAny, "passthrough">[];
2737
+ }, {
2738
+ properties: z.objectInputType<{
2739
+ name: z.ZodString;
2740
+ kind: z.ZodString;
2741
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2742
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2743
+ }, z.ZodTypeAny, "passthrough">[];
2744
+ }>>;
2745
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2746
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2747
+ figmaUrl: z.ZodOptional<z.ZodString>;
2748
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2749
+ metadata: z.ZodOptional<z.ZodBoolean>;
2750
+ description: z.ZodOptional<z.ZodString>;
2751
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2752
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2753
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2754
+ compositionName: z.ZodOptional<z.ZodString>;
2755
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2756
+ componentApi: z.ZodOptional<z.ZodObject<{
2757
+ properties: z.ZodArray<z.ZodObject<{
2758
+ name: z.ZodString;
2759
+ kind: z.ZodString;
2760
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2761
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2762
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2763
+ name: z.ZodString;
2764
+ kind: z.ZodString;
2765
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2766
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2767
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2768
+ name: z.ZodString;
2769
+ kind: z.ZodString;
2770
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2771
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2772
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2773
+ }, "strip", z.ZodTypeAny, {
2774
+ properties: z.objectOutputType<{
2775
+ name: z.ZodString;
2776
+ kind: z.ZodString;
2777
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2778
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2779
+ }, z.ZodTypeAny, "passthrough">[];
2780
+ }, {
2781
+ properties: z.objectInputType<{
2782
+ name: z.ZodString;
2783
+ kind: z.ZodString;
2784
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2785
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2786
+ }, z.ZodTypeAny, "passthrough">[];
2787
+ }>>;
2788
+ }, z.ZodTypeAny, "passthrough">>>;
2789
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2790
+ gitlabUrl: z.ZodString;
2791
+ displayName: z.ZodString;
2792
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
2793
+ documentationUrl: z.ZodOptional<z.ZodString>;
2794
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
2795
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
2796
+ importPath: z.ZodOptional<z.ZodString>;
2797
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2798
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2799
+ id: z.ZodString;
2800
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2801
+ filePath: z.ZodString;
2802
+ componentName: z.ZodOptional<z.ZodString>;
2803
+ importPath: z.ZodOptional<z.ZodString>;
2804
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2805
+ instructions: z.ZodOptional<z.ZodString>;
2806
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2807
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2808
+ id: z.ZodString;
2809
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2810
+ filePath: z.ZodString;
2811
+ componentName: z.ZodOptional<z.ZodString>;
2812
+ importPath: z.ZodOptional<z.ZodString>;
2813
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2814
+ instructions: z.ZodOptional<z.ZodString>;
2815
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2816
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2817
+ id: z.ZodString;
2818
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2819
+ filePath: z.ZodString;
2820
+ componentName: z.ZodOptional<z.ZodString>;
2821
+ importPath: z.ZodOptional<z.ZodString>;
2822
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2823
+ instructions: z.ZodOptional<z.ZodString>;
2824
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2825
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
2826
+ storybook: z.ZodOptional<z.ZodObject<{
2827
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2828
+ figmaUrl: z.ZodOptional<z.ZodString>;
2829
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2830
+ metadata: z.ZodOptional<z.ZodBoolean>;
2831
+ description: z.ZodOptional<z.ZodString>;
2832
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2833
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2834
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2835
+ compositionName: z.ZodOptional<z.ZodString>;
2836
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2837
+ componentApi: z.ZodOptional<z.ZodObject<{
2838
+ properties: z.ZodArray<z.ZodObject<{
2839
+ name: z.ZodString;
2840
+ kind: z.ZodString;
2841
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2842
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2843
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2844
+ name: z.ZodString;
2845
+ kind: z.ZodString;
2846
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2847
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2848
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2849
+ name: z.ZodString;
2850
+ kind: z.ZodString;
2851
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2852
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2853
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2854
+ }, "strip", z.ZodTypeAny, {
2855
+ properties: z.objectOutputType<{
2856
+ name: z.ZodString;
2857
+ kind: z.ZodString;
2858
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2859
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2860
+ }, z.ZodTypeAny, "passthrough">[];
2861
+ }, {
2862
+ properties: z.objectInputType<{
2863
+ name: z.ZodString;
2864
+ kind: z.ZodString;
2865
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2866
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2867
+ }, z.ZodTypeAny, "passthrough">[];
2868
+ }>>;
2869
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2870
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2871
+ figmaUrl: z.ZodOptional<z.ZodString>;
2872
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2873
+ metadata: z.ZodOptional<z.ZodBoolean>;
2874
+ description: z.ZodOptional<z.ZodString>;
2875
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2876
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2877
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2878
+ compositionName: z.ZodOptional<z.ZodString>;
2879
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2880
+ componentApi: z.ZodOptional<z.ZodObject<{
2881
+ properties: z.ZodArray<z.ZodObject<{
2882
+ name: z.ZodString;
2883
+ kind: z.ZodString;
2884
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2885
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2886
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2887
+ name: z.ZodString;
2888
+ kind: z.ZodString;
2889
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2890
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2891
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2892
+ name: z.ZodString;
2893
+ kind: z.ZodString;
2894
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2895
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2896
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2897
+ }, "strip", z.ZodTypeAny, {
2898
+ properties: z.objectOutputType<{
2899
+ name: z.ZodString;
2900
+ kind: z.ZodString;
2901
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2902
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2903
+ }, z.ZodTypeAny, "passthrough">[];
2904
+ }, {
2905
+ properties: z.objectInputType<{
2906
+ name: z.ZodString;
2907
+ kind: z.ZodString;
2908
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2909
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2910
+ }, z.ZodTypeAny, "passthrough">[];
2911
+ }>>;
2912
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2913
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
2914
+ figmaUrl: z.ZodOptional<z.ZodString>;
2915
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
2916
+ metadata: z.ZodOptional<z.ZodBoolean>;
2917
+ description: z.ZodOptional<z.ZodString>;
2918
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
2919
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
2920
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
2921
+ compositionName: z.ZodOptional<z.ZodString>;
2922
+ compositionFilePath: z.ZodOptional<z.ZodString>;
2923
+ componentApi: z.ZodOptional<z.ZodObject<{
2924
+ properties: z.ZodArray<z.ZodObject<{
2925
+ name: z.ZodString;
2926
+ kind: z.ZodString;
2927
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2928
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2929
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2930
+ name: z.ZodString;
2931
+ kind: z.ZodString;
2932
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2933
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2934
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2935
+ name: z.ZodString;
2936
+ kind: z.ZodString;
2937
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2938
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2939
+ }, z.ZodTypeAny, "passthrough">>, "many">;
2940
+ }, "strip", z.ZodTypeAny, {
2941
+ properties: z.objectOutputType<{
2942
+ name: z.ZodString;
2943
+ kind: z.ZodString;
2944
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2945
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2946
+ }, z.ZodTypeAny, "passthrough">[];
2947
+ }, {
2948
+ properties: z.objectInputType<{
2949
+ name: z.ZodString;
2950
+ kind: z.ZodString;
2951
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
2952
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2953
+ }, z.ZodTypeAny, "passthrough">[];
2954
+ }>>;
2955
+ }, z.ZodTypeAny, "passthrough">>>;
2956
+ }, z.ZodTypeAny, "passthrough">>;
2957
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2958
+ score: z.ZodNumber;
2959
+ confidence: z.ZodEnum<["high", "medium", "low"]>;
2960
+ reason: z.ZodArray<z.ZodString, "many">;
2961
+ filePath: z.ZodString;
2962
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2963
+ componentName: z.ZodString;
2964
+ importPath: z.ZodString;
2965
+ binding: z.ZodObject<{
2966
+ gitlabUrl: z.ZodString;
2967
+ displayName: z.ZodString;
2968
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
2969
+ documentationUrl: z.ZodOptional<z.ZodString>;
2970
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
2971
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
2972
+ importPath: z.ZodOptional<z.ZodString>;
2973
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2974
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2975
+ id: z.ZodString;
2976
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2977
+ filePath: z.ZodString;
2978
+ componentName: z.ZodOptional<z.ZodString>;
2979
+ importPath: z.ZodOptional<z.ZodString>;
2980
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2981
+ instructions: z.ZodOptional<z.ZodString>;
2982
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2983
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2984
+ id: z.ZodString;
2985
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2986
+ filePath: z.ZodString;
2987
+ componentName: z.ZodOptional<z.ZodString>;
2988
+ importPath: z.ZodOptional<z.ZodString>;
2989
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2990
+ instructions: z.ZodOptional<z.ZodString>;
2991
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
2992
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2993
+ id: z.ZodString;
2994
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
2995
+ filePath: z.ZodString;
2996
+ componentName: z.ZodOptional<z.ZodString>;
2997
+ importPath: z.ZodOptional<z.ZodString>;
2998
+ snippetTemplate: z.ZodOptional<z.ZodString>;
2999
+ instructions: z.ZodOptional<z.ZodString>;
3000
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
3001
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
3002
+ storybook: z.ZodOptional<z.ZodObject<{
3003
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3004
+ figmaUrl: z.ZodOptional<z.ZodString>;
3005
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3006
+ metadata: z.ZodOptional<z.ZodBoolean>;
3007
+ description: z.ZodOptional<z.ZodString>;
3008
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3009
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3010
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3011
+ compositionName: z.ZodOptional<z.ZodString>;
3012
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3013
+ componentApi: z.ZodOptional<z.ZodObject<{
3014
+ properties: z.ZodArray<z.ZodObject<{
3015
+ name: z.ZodString;
3016
+ kind: z.ZodString;
3017
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3018
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3019
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3020
+ name: z.ZodString;
3021
+ kind: z.ZodString;
3022
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3023
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3024
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3025
+ name: z.ZodString;
3026
+ kind: z.ZodString;
3027
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3028
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3029
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3030
+ }, "strip", z.ZodTypeAny, {
3031
+ properties: z.objectOutputType<{
3032
+ name: z.ZodString;
3033
+ kind: z.ZodString;
3034
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3035
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3036
+ }, z.ZodTypeAny, "passthrough">[];
3037
+ }, {
3038
+ properties: z.objectInputType<{
3039
+ name: z.ZodString;
3040
+ kind: z.ZodString;
3041
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3042
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3043
+ }, z.ZodTypeAny, "passthrough">[];
3044
+ }>>;
3045
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3046
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3047
+ figmaUrl: z.ZodOptional<z.ZodString>;
3048
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3049
+ metadata: z.ZodOptional<z.ZodBoolean>;
3050
+ description: z.ZodOptional<z.ZodString>;
3051
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3052
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3053
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3054
+ compositionName: z.ZodOptional<z.ZodString>;
3055
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3056
+ componentApi: z.ZodOptional<z.ZodObject<{
3057
+ properties: z.ZodArray<z.ZodObject<{
3058
+ name: z.ZodString;
3059
+ kind: z.ZodString;
3060
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3061
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3062
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3063
+ name: z.ZodString;
3064
+ kind: z.ZodString;
3065
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3066
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3067
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3068
+ name: z.ZodString;
3069
+ kind: z.ZodString;
3070
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3071
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3072
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3073
+ }, "strip", z.ZodTypeAny, {
3074
+ properties: z.objectOutputType<{
3075
+ name: z.ZodString;
3076
+ kind: z.ZodString;
3077
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3078
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3079
+ }, z.ZodTypeAny, "passthrough">[];
3080
+ }, {
3081
+ properties: z.objectInputType<{
3082
+ name: z.ZodString;
3083
+ kind: z.ZodString;
3084
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3085
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3086
+ }, z.ZodTypeAny, "passthrough">[];
3087
+ }>>;
3088
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3089
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3090
+ figmaUrl: z.ZodOptional<z.ZodString>;
3091
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3092
+ metadata: z.ZodOptional<z.ZodBoolean>;
3093
+ description: z.ZodOptional<z.ZodString>;
3094
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3095
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3096
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3097
+ compositionName: z.ZodOptional<z.ZodString>;
3098
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3099
+ componentApi: z.ZodOptional<z.ZodObject<{
3100
+ properties: z.ZodArray<z.ZodObject<{
3101
+ name: z.ZodString;
3102
+ kind: z.ZodString;
3103
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3104
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3105
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3106
+ name: z.ZodString;
3107
+ kind: z.ZodString;
3108
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3109
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3110
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3111
+ name: z.ZodString;
3112
+ kind: z.ZodString;
3113
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3114
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3115
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3116
+ }, "strip", z.ZodTypeAny, {
3117
+ properties: z.objectOutputType<{
3118
+ name: z.ZodString;
3119
+ kind: z.ZodString;
3120
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3121
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3122
+ }, z.ZodTypeAny, "passthrough">[];
3123
+ }, {
3124
+ properties: z.objectInputType<{
3125
+ name: z.ZodString;
3126
+ kind: z.ZodString;
3127
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3128
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3129
+ }, z.ZodTypeAny, "passthrough">[];
3130
+ }>>;
3131
+ }, z.ZodTypeAny, "passthrough">>>;
3132
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3133
+ gitlabUrl: z.ZodString;
3134
+ displayName: z.ZodString;
3135
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
3136
+ documentationUrl: z.ZodOptional<z.ZodString>;
3137
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
3138
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
3139
+ importPath: z.ZodOptional<z.ZodString>;
3140
+ snippetTemplate: z.ZodOptional<z.ZodString>;
3141
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
3142
+ id: z.ZodString;
3143
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
3144
+ filePath: z.ZodString;
3145
+ componentName: z.ZodOptional<z.ZodString>;
3146
+ importPath: z.ZodOptional<z.ZodString>;
3147
+ snippetTemplate: z.ZodOptional<z.ZodString>;
3148
+ instructions: z.ZodOptional<z.ZodString>;
3149
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
3150
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3151
+ id: z.ZodString;
3152
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
3153
+ filePath: z.ZodString;
3154
+ componentName: z.ZodOptional<z.ZodString>;
3155
+ importPath: z.ZodOptional<z.ZodString>;
3156
+ snippetTemplate: z.ZodOptional<z.ZodString>;
3157
+ instructions: z.ZodOptional<z.ZodString>;
3158
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
3159
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3160
+ id: z.ZodString;
3161
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
3162
+ filePath: z.ZodString;
3163
+ componentName: z.ZodOptional<z.ZodString>;
3164
+ importPath: z.ZodOptional<z.ZodString>;
3165
+ snippetTemplate: z.ZodOptional<z.ZodString>;
3166
+ instructions: z.ZodOptional<z.ZodString>;
3167
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
3168
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
3169
+ storybook: z.ZodOptional<z.ZodObject<{
3170
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3171
+ figmaUrl: z.ZodOptional<z.ZodString>;
3172
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3173
+ metadata: z.ZodOptional<z.ZodBoolean>;
3174
+ description: z.ZodOptional<z.ZodString>;
3175
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3176
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3177
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3178
+ compositionName: z.ZodOptional<z.ZodString>;
3179
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3180
+ componentApi: z.ZodOptional<z.ZodObject<{
3181
+ properties: z.ZodArray<z.ZodObject<{
3182
+ name: z.ZodString;
3183
+ kind: z.ZodString;
3184
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3185
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3186
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3187
+ name: z.ZodString;
3188
+ kind: z.ZodString;
3189
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3190
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3191
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3192
+ name: z.ZodString;
3193
+ kind: z.ZodString;
3194
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3195
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3196
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3197
+ }, "strip", z.ZodTypeAny, {
3198
+ properties: z.objectOutputType<{
3199
+ name: z.ZodString;
3200
+ kind: z.ZodString;
3201
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3202
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3203
+ }, z.ZodTypeAny, "passthrough">[];
3204
+ }, {
3205
+ properties: z.objectInputType<{
3206
+ name: z.ZodString;
3207
+ kind: z.ZodString;
3208
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3209
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3210
+ }, z.ZodTypeAny, "passthrough">[];
3211
+ }>>;
3212
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3213
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3214
+ figmaUrl: z.ZodOptional<z.ZodString>;
3215
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3216
+ metadata: z.ZodOptional<z.ZodBoolean>;
3217
+ description: z.ZodOptional<z.ZodString>;
3218
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3219
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3220
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3221
+ compositionName: z.ZodOptional<z.ZodString>;
3222
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3223
+ componentApi: z.ZodOptional<z.ZodObject<{
3224
+ properties: z.ZodArray<z.ZodObject<{
3225
+ name: z.ZodString;
3226
+ kind: z.ZodString;
3227
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3228
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3229
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3230
+ name: z.ZodString;
3231
+ kind: z.ZodString;
3232
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3233
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3234
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3235
+ name: z.ZodString;
3236
+ kind: z.ZodString;
3237
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3238
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3239
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3240
+ }, "strip", z.ZodTypeAny, {
3241
+ properties: z.objectOutputType<{
3242
+ name: z.ZodString;
3243
+ kind: z.ZodString;
3244
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3245
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3246
+ }, z.ZodTypeAny, "passthrough">[];
3247
+ }, {
3248
+ properties: z.objectInputType<{
3249
+ name: z.ZodString;
3250
+ kind: z.ZodString;
3251
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3252
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3253
+ }, z.ZodTypeAny, "passthrough">[];
3254
+ }>>;
3255
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3256
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3257
+ figmaUrl: z.ZodOptional<z.ZodString>;
3258
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3259
+ metadata: z.ZodOptional<z.ZodBoolean>;
3260
+ description: z.ZodOptional<z.ZodString>;
3261
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3262
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3263
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3264
+ compositionName: z.ZodOptional<z.ZodString>;
3265
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3266
+ componentApi: z.ZodOptional<z.ZodObject<{
3267
+ properties: z.ZodArray<z.ZodObject<{
3268
+ name: z.ZodString;
3269
+ kind: z.ZodString;
3270
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3271
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3272
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3273
+ name: z.ZodString;
3274
+ kind: z.ZodString;
3275
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3276
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3277
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3278
+ name: z.ZodString;
3279
+ kind: z.ZodString;
3280
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3281
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3282
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3283
+ }, "strip", z.ZodTypeAny, {
3284
+ properties: z.objectOutputType<{
3285
+ name: z.ZodString;
3286
+ kind: z.ZodString;
3287
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3288
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3289
+ }, z.ZodTypeAny, "passthrough">[];
3290
+ }, {
3291
+ properties: z.objectInputType<{
3292
+ name: z.ZodString;
3293
+ kind: z.ZodString;
3294
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3295
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3296
+ }, z.ZodTypeAny, "passthrough">[];
3297
+ }>>;
3298
+ }, z.ZodTypeAny, "passthrough">>>;
3299
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3300
+ gitlabUrl: z.ZodString;
3301
+ displayName: z.ZodString;
3302
+ resourceType: z.ZodEnum<["source", "docs", "story", "package"]>;
3303
+ documentationUrl: z.ZodOptional<z.ZodString>;
3304
+ documentationDocsQuerySuffix: z.ZodOptional<z.ZodString>;
3305
+ documentationStoryPathTemplate: z.ZodOptional<z.ZodString>;
3306
+ importPath: z.ZodOptional<z.ZodString>;
3307
+ snippetTemplate: z.ZodOptional<z.ZodString>;
3308
+ files: z.ZodOptional<z.ZodArray<z.ZodObject<{
3309
+ id: z.ZodString;
3310
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
3311
+ filePath: z.ZodString;
3312
+ componentName: z.ZodOptional<z.ZodString>;
3313
+ importPath: z.ZodOptional<z.ZodString>;
3314
+ snippetTemplate: z.ZodOptional<z.ZodString>;
3315
+ instructions: z.ZodOptional<z.ZodString>;
3316
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
3317
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3318
+ id: z.ZodString;
3319
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
3320
+ filePath: z.ZodString;
3321
+ componentName: z.ZodOptional<z.ZodString>;
3322
+ importPath: z.ZodOptional<z.ZodString>;
3323
+ snippetTemplate: z.ZodOptional<z.ZodString>;
3324
+ instructions: z.ZodOptional<z.ZodString>;
3325
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
3326
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3327
+ id: z.ZodString;
3328
+ framework: z.ZodEnum<["react", "angular", "html", "swift", "kotlin", "vue3", "compose"]>;
3329
+ filePath: z.ZodString;
3330
+ componentName: z.ZodOptional<z.ZodString>;
3331
+ importPath: z.ZodOptional<z.ZodString>;
3332
+ snippetTemplate: z.ZodOptional<z.ZodString>;
3333
+ instructions: z.ZodOptional<z.ZodString>;
3334
+ storybookDocsUrl: z.ZodOptional<z.ZodString>;
3335
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
3336
+ storybook: z.ZodOptional<z.ZodObject<{
3337
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3338
+ figmaUrl: z.ZodOptional<z.ZodString>;
3339
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3340
+ metadata: z.ZodOptional<z.ZodBoolean>;
3341
+ description: z.ZodOptional<z.ZodString>;
3342
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3343
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3344
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3345
+ compositionName: z.ZodOptional<z.ZodString>;
3346
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3347
+ componentApi: z.ZodOptional<z.ZodObject<{
3348
+ properties: z.ZodArray<z.ZodObject<{
3349
+ name: z.ZodString;
3350
+ kind: z.ZodString;
3351
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3352
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3353
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3354
+ name: z.ZodString;
3355
+ kind: z.ZodString;
3356
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3357
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3358
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3359
+ name: z.ZodString;
3360
+ kind: z.ZodString;
3361
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3362
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3363
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3364
+ }, "strip", z.ZodTypeAny, {
3365
+ properties: z.objectOutputType<{
3366
+ name: z.ZodString;
3367
+ kind: z.ZodString;
3368
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3369
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3370
+ }, z.ZodTypeAny, "passthrough">[];
3371
+ }, {
3372
+ properties: z.objectInputType<{
3373
+ name: z.ZodString;
3374
+ kind: z.ZodString;
3375
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3376
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3377
+ }, z.ZodTypeAny, "passthrough">[];
3378
+ }>>;
3379
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3380
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3381
+ figmaUrl: z.ZodOptional<z.ZodString>;
3382
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3383
+ metadata: z.ZodOptional<z.ZodBoolean>;
3384
+ description: z.ZodOptional<z.ZodString>;
3385
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3386
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3387
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3388
+ compositionName: z.ZodOptional<z.ZodString>;
3389
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3390
+ componentApi: z.ZodOptional<z.ZodObject<{
3391
+ properties: z.ZodArray<z.ZodObject<{
3392
+ name: z.ZodString;
3393
+ kind: z.ZodString;
3394
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3395
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3396
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3397
+ name: z.ZodString;
3398
+ kind: z.ZodString;
3399
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3400
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3401
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3402
+ name: z.ZodString;
3403
+ kind: z.ZodString;
3404
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3405
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3406
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3407
+ }, "strip", z.ZodTypeAny, {
3408
+ properties: z.objectOutputType<{
3409
+ name: z.ZodString;
3410
+ kind: z.ZodString;
3411
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3412
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3413
+ }, z.ZodTypeAny, "passthrough">[];
3414
+ }, {
3415
+ properties: z.objectInputType<{
3416
+ name: z.ZodString;
3417
+ kind: z.ZodString;
3418
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3419
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3420
+ }, z.ZodTypeAny, "passthrough">[];
3421
+ }>>;
3422
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3423
+ designEmbed: z.ZodOptional<z.ZodBoolean>;
3424
+ figmaUrl: z.ZodOptional<z.ZodString>;
3425
+ compositionJson: z.ZodOptional<z.ZodBoolean>;
3426
+ metadata: z.ZodOptional<z.ZodBoolean>;
3427
+ description: z.ZodOptional<z.ZodString>;
3428
+ tokensReady: z.ZodOptional<z.ZodBoolean>;
3429
+ status: z.ZodOptional<z.ZodEnum<["complete", "ready-for-dev", "in-progress", "backlog"]>>;
3430
+ compositionTokenFileId: z.ZodOptional<z.ZodString>;
3431
+ compositionName: z.ZodOptional<z.ZodString>;
3432
+ compositionFilePath: z.ZodOptional<z.ZodString>;
3433
+ componentApi: z.ZodOptional<z.ZodObject<{
3434
+ properties: z.ZodArray<z.ZodObject<{
3435
+ name: z.ZodString;
3436
+ kind: z.ZodString;
3437
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3438
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3439
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3440
+ name: z.ZodString;
3441
+ kind: z.ZodString;
3442
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3443
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3444
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3445
+ name: z.ZodString;
3446
+ kind: z.ZodString;
3447
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3448
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3449
+ }, z.ZodTypeAny, "passthrough">>, "many">;
3450
+ }, "strip", z.ZodTypeAny, {
3451
+ properties: z.objectOutputType<{
3452
+ name: z.ZodString;
3453
+ kind: z.ZodString;
3454
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3455
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3456
+ }, z.ZodTypeAny, "passthrough">[];
3457
+ }, {
3458
+ properties: z.objectInputType<{
3459
+ name: z.ZodString;
3460
+ kind: z.ZodString;
3461
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
3462
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3463
+ }, z.ZodTypeAny, "passthrough">[];
3464
+ }>>;
3465
+ }, z.ZodTypeAny, "passthrough">>>;
3466
+ }, z.ZodTypeAny, "passthrough">>;
3467
+ }, z.ZodTypeAny, "passthrough">>;
3468
+ export declare const codeConnectContextV1Zod: z.ZodType<unknown>;
3469
+ export declare const codeConnectTemplateV1Zod: z.ZodType<unknown>;
3470
+ export declare const BRIDGE_SCHEMA_INDEX: {
3471
+ readonly version: 1;
3472
+ readonly schemas: readonly [{
3473
+ readonly id: "design-dsl-v1";
3474
+ readonly uri: "sxl://agent/schemas/design-dsl-v1";
3475
+ readonly toolEntrypoints: readonly ["validate_screen_spec", "build_screen", "update_screen", "build_mockup"];
3476
+ }, {
3477
+ readonly id: "doc-spec-v2";
3478
+ readonly uri: "sxl://agent/schemas/doc-spec-v2";
3479
+ readonly toolEntrypoints: readonly ["apply_doc_spec"];
3480
+ }, {
3481
+ readonly id: "token-doc-v1";
3482
+ readonly uri: "sxl://agent/schemas/token-doc-v1";
3483
+ readonly toolEntrypoints: readonly ["build_token_documentation", "apply_token_doc_spec"];
3484
+ }, {
3485
+ readonly id: "code-connect-context-v1";
3486
+ readonly uri: "sxl://agent/schemas/code-connect-context-v1";
3487
+ readonly toolEntrypoints: readonly ["get_context_for_code_connect"];
3488
+ }, {
3489
+ readonly id: "code-connect-template-v1";
3490
+ readonly uri: "sxl://agent/schemas/code-connect-template-v1";
3491
+ readonly toolEntrypoints: readonly ["generate_code_connect_template"];
3492
+ }];
3493
+ };
3494
+ export declare const DESIGN_DSL_V1_JSON_SCHEMA: {
3495
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
3496
+ readonly $id: "sxl://agent/schemas/design-dsl-v1";
3497
+ readonly title: "SXL Design DSL v1";
3498
+ readonly type: "object";
3499
+ readonly required: readonly ["items"];
3500
+ readonly additionalProperties: false;
3501
+ readonly properties: {
3502
+ readonly version: {
3503
+ readonly const: "1";
3504
+ };
3505
+ readonly name: {
3506
+ readonly type: "string";
3507
+ };
3508
+ readonly targetParentId: {
3509
+ readonly type: "string";
3510
+ };
3511
+ readonly targetRootId: {
3512
+ readonly type: "string";
3513
+ };
3514
+ readonly dryRun: {
3515
+ readonly type: "boolean";
3516
+ };
3517
+ readonly layout: {
3518
+ readonly $ref: "#/$defs/layout";
3519
+ };
3520
+ readonly items: {
3521
+ readonly type: "array";
3522
+ readonly minItems: 1;
3523
+ readonly items: {
3524
+ readonly $ref: "#/$defs/item";
3525
+ };
3526
+ };
3527
+ };
3528
+ readonly allOf: readonly [{
3529
+ readonly not: {
3530
+ readonly required: readonly ["targetParentId", "targetRootId"];
3531
+ };
3532
+ }];
3533
+ readonly $defs: {
3534
+ readonly sizing: {
3535
+ readonly type: "object";
3536
+ readonly additionalProperties: false;
3537
+ readonly properties: {
3538
+ readonly mode: {
3539
+ readonly enum: readonly ["HUG", "FIXED", "FILL"];
3540
+ };
3541
+ readonly width: {
3542
+ readonly type: "number";
3543
+ readonly exclusiveMinimum: 0;
3544
+ };
3545
+ readonly height: {
3546
+ readonly type: "number";
3547
+ readonly exclusiveMinimum: 0;
3548
+ };
3549
+ };
3550
+ };
3551
+ readonly layout: {
3552
+ readonly type: "object";
3553
+ readonly additionalProperties: false;
3554
+ readonly properties: {
3555
+ readonly mode: {
3556
+ readonly enum: readonly ["VERTICAL", "HORIZONTAL", "WRAP"];
3557
+ };
3558
+ readonly itemSpacing: {
3559
+ readonly type: "number";
3560
+ readonly minimum: 0;
3561
+ };
3562
+ readonly counterAxisSpacing: {
3563
+ readonly type: "number";
3564
+ readonly minimum: 0;
3565
+ };
3566
+ readonly padding: {
3567
+ readonly oneOf: readonly [{
3568
+ readonly type: "number";
3569
+ readonly minimum: 0;
3570
+ }, {
3571
+ readonly type: "object";
3572
+ readonly additionalProperties: false;
3573
+ readonly properties: {
3574
+ readonly top: {
3575
+ readonly type: "number";
3576
+ readonly minimum: 0;
3577
+ };
3578
+ readonly right: {
3579
+ readonly type: "number";
3580
+ readonly minimum: 0;
3581
+ };
3582
+ readonly bottom: {
3583
+ readonly type: "number";
3584
+ readonly minimum: 0;
3585
+ };
3586
+ readonly left: {
3587
+ readonly type: "number";
3588
+ readonly minimum: 0;
3589
+ };
3590
+ };
3591
+ }];
3592
+ };
3593
+ readonly primaryAxis: {
3594
+ readonly enum: readonly ["MIN", "CENTER", "MAX", "SPACE_BETWEEN"];
3595
+ };
3596
+ readonly counterAxis: {
3597
+ readonly enum: readonly ["MIN", "CENTER", "MAX", "BASELINE"];
3598
+ };
3599
+ readonly width: {
3600
+ readonly type: "number";
3601
+ readonly exclusiveMinimum: 0;
3602
+ };
3603
+ readonly height: {
3604
+ readonly type: "number";
3605
+ readonly exclusiveMinimum: 0;
3606
+ };
3607
+ readonly background: {
3608
+ readonly oneOf: readonly [{
3609
+ readonly type: "object";
3610
+ readonly required: readonly ["hex"];
3611
+ readonly additionalProperties: false;
3612
+ readonly properties: {
3613
+ readonly hex: {
3614
+ readonly type: "string";
3615
+ readonly pattern: "^#[0-9a-fA-F]{6}([0-9a-fA-F]{2})?$";
3616
+ };
3617
+ };
3618
+ }, {
3619
+ readonly type: "object";
3620
+ readonly required: readonly ["variableId"];
3621
+ readonly additionalProperties: false;
3622
+ readonly properties: {
3623
+ readonly variableId: {
3624
+ readonly type: "string";
3625
+ readonly minLength: 1;
3626
+ };
3627
+ };
3628
+ }];
3629
+ };
3630
+ };
3631
+ };
3632
+ readonly textOverride: {
3633
+ readonly type: "object";
3634
+ readonly required: readonly ["layerName", "value"];
3635
+ readonly additionalProperties: false;
3636
+ readonly properties: {
3637
+ readonly layerName: {
3638
+ readonly type: "string";
3639
+ readonly minLength: 1;
3640
+ };
3641
+ readonly value: {
3642
+ readonly type: "string";
3643
+ };
3644
+ };
3645
+ };
3646
+ readonly fillBinding: {
3647
+ readonly type: "object";
3648
+ readonly required: readonly ["variableId"];
3649
+ readonly additionalProperties: false;
3650
+ readonly properties: {
3651
+ readonly layerName: {
3652
+ readonly type: "string";
3653
+ readonly minLength: 1;
3654
+ };
3655
+ readonly variableId: {
3656
+ readonly type: "string";
3657
+ readonly minLength: 1;
3658
+ };
3659
+ readonly paintIndex: {
3660
+ readonly type: "integer";
3661
+ readonly minimum: 0;
3662
+ };
3663
+ };
3664
+ };
3665
+ readonly item: {
3666
+ readonly oneOf: readonly [{
3667
+ readonly type: "object";
3668
+ readonly required: readonly ["kind"];
3669
+ readonly additionalProperties: false;
3670
+ readonly properties: {
3671
+ readonly kind: {
3672
+ readonly const: "instance";
3673
+ };
3674
+ readonly componentId: {
3675
+ readonly type: "string";
3676
+ readonly minLength: 1;
3677
+ };
3678
+ readonly componentKey: {
3679
+ readonly type: "string";
3680
+ readonly minLength: 1;
3681
+ };
3682
+ readonly componentName: {
3683
+ readonly type: "string";
3684
+ readonly minLength: 1;
3685
+ };
3686
+ readonly name: {
3687
+ readonly type: "string";
3688
+ };
3689
+ readonly properties: {
3690
+ readonly type: "object";
3691
+ readonly additionalProperties: {
3692
+ readonly oneOf: readonly [{
3693
+ readonly type: "string";
3694
+ }, {
3695
+ readonly type: "boolean";
3696
+ }];
3697
+ };
3698
+ };
3699
+ readonly textOverrides: {
3700
+ readonly type: "array";
3701
+ readonly items: {
3702
+ readonly $ref: "#/$defs/textOverride";
3703
+ };
3704
+ };
3705
+ readonly fillBindings: {
3706
+ readonly type: "array";
3707
+ readonly items: {
3708
+ readonly $ref: "#/$defs/fillBinding";
3709
+ };
3710
+ };
3711
+ readonly layoutSizing: {
3712
+ readonly $ref: "#/$defs/sizing";
3713
+ };
3714
+ readonly count: {
3715
+ readonly type: "integer";
3716
+ readonly minimum: 1;
3717
+ readonly maximum: 500;
3718
+ };
3719
+ };
3720
+ }, {
3721
+ readonly type: "object";
3722
+ readonly required: readonly ["kind", "items"];
3723
+ readonly additionalProperties: false;
3724
+ readonly properties: {
3725
+ readonly kind: {
3726
+ readonly const: "section";
3727
+ };
3728
+ readonly name: {
3729
+ readonly type: "string";
3730
+ };
3731
+ readonly layout: {
3732
+ readonly $ref: "#/$defs/layout";
3733
+ };
3734
+ readonly layoutSizing: {
3735
+ readonly $ref: "#/$defs/sizing";
3736
+ };
3737
+ readonly items: {
3738
+ readonly type: "array";
3739
+ readonly minItems: 1;
3740
+ readonly items: {
3741
+ readonly $ref: "#/$defs/item";
3742
+ };
3743
+ };
3744
+ };
3745
+ }, {
3746
+ readonly type: "object";
3747
+ readonly required: readonly ["kind"];
3748
+ readonly additionalProperties: false;
3749
+ readonly properties: {
3750
+ readonly kind: {
3751
+ readonly const: "spacer";
3752
+ };
3753
+ readonly size: {
3754
+ readonly type: "number";
3755
+ readonly minimum: 0;
3756
+ };
3757
+ readonly fillContainer: {
3758
+ readonly type: "boolean";
3759
+ };
3760
+ };
3761
+ }, {
3762
+ readonly type: "object";
3763
+ readonly required: readonly ["kind", "value"];
3764
+ readonly additionalProperties: false;
3765
+ readonly properties: {
3766
+ readonly kind: {
3767
+ readonly const: "text";
3768
+ };
3769
+ readonly value: {
3770
+ readonly type: "string";
3771
+ };
3772
+ readonly name: {
3773
+ readonly type: "string";
3774
+ };
3775
+ readonly fontSize: {
3776
+ readonly type: "number";
3777
+ readonly exclusiveMinimum: 0;
3778
+ };
3779
+ readonly fontName: {
3780
+ readonly type: "object";
3781
+ readonly required: readonly ["family", "style"];
3782
+ readonly additionalProperties: false;
3783
+ readonly properties: {
3784
+ readonly family: {
3785
+ readonly type: "string";
3786
+ };
3787
+ readonly style: {
3788
+ readonly type: "string";
3789
+ };
3790
+ };
3791
+ };
3792
+ readonly textStyleId: {
3793
+ readonly type: "string";
3794
+ };
3795
+ readonly fillBindings: {
3796
+ readonly type: "array";
3797
+ readonly items: {
3798
+ readonly $ref: "#/$defs/fillBinding";
3799
+ };
3800
+ };
3801
+ readonly layoutSizing: {
3802
+ readonly $ref: "#/$defs/sizing";
3803
+ };
3804
+ };
3805
+ }];
3806
+ };
3807
+ };
3808
+ };
3809
+ export declare const DOC_SPEC_V2_JSON_SCHEMA: {
3810
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
3811
+ readonly $id: "sxl://agent/schemas/doc-spec-v2";
3812
+ readonly title: "SXL Doc Spec v2";
3813
+ readonly type: "object";
3814
+ readonly required: readonly ["version", "sections"];
3815
+ readonly additionalProperties: false;
3816
+ readonly properties: {
3817
+ readonly version: {
3818
+ readonly const: "2";
3819
+ };
3820
+ readonly title: {
3821
+ readonly type: "string";
3822
+ };
3823
+ readonly frame: {
3824
+ readonly type: "object";
3825
+ readonly additionalProperties: false;
3826
+ readonly properties: {
3827
+ readonly targetParentId: {
3828
+ readonly type: "string";
3829
+ };
3830
+ readonly targetRootId: {
3831
+ readonly type: "string";
3832
+ };
3833
+ readonly createIfMissing: {
3834
+ readonly type: "boolean";
3835
+ };
3836
+ readonly name: {
3837
+ readonly type: "string";
3838
+ };
3839
+ };
3840
+ };
3841
+ readonly sections: {
3842
+ readonly type: "array";
3843
+ readonly minItems: 1;
3844
+ readonly items: {
3845
+ readonly oneOf: readonly [{
3846
+ readonly type: "object";
3847
+ readonly required: readonly ["type", "text"];
3848
+ readonly properties: {
3849
+ readonly type: {
3850
+ readonly const: "title";
3851
+ };
3852
+ readonly id: {
3853
+ readonly type: "string";
3854
+ };
3855
+ readonly text: {
3856
+ readonly type: "string";
3857
+ };
3858
+ readonly layerName: {
3859
+ readonly type: "string";
3860
+ };
3861
+ };
3862
+ readonly additionalProperties: false;
3863
+ }, {
3864
+ readonly type: "object";
3865
+ readonly required: readonly ["type", "markdown"];
3866
+ readonly properties: {
3867
+ readonly type: {
3868
+ readonly const: "description";
3869
+ };
3870
+ readonly id: {
3871
+ readonly type: "string";
3872
+ };
3873
+ readonly markdown: {
3874
+ readonly type: "string";
3875
+ };
3876
+ readonly layerName: {
3877
+ readonly type: "string";
3878
+ };
3879
+ };
3880
+ readonly additionalProperties: false;
3881
+ }, {
3882
+ readonly type: "object";
3883
+ readonly required: readonly ["type"];
3884
+ readonly properties: {
3885
+ readonly type: {
3886
+ readonly const: "variants";
3887
+ };
3888
+ readonly id: {
3889
+ readonly type: "string";
3890
+ };
3891
+ readonly componentSetId: {
3892
+ readonly type: "string";
3893
+ };
3894
+ readonly componentId: {
3895
+ readonly type: "string";
3896
+ };
3897
+ readonly layout: {
3898
+ readonly enum: readonly ["matrix", "grid", "list"];
3899
+ };
3900
+ readonly groupBy: {
3901
+ readonly type: "string";
3902
+ };
3903
+ readonly limit: {
3904
+ readonly type: "integer";
3905
+ readonly minimum: 1;
3906
+ };
3907
+ readonly labelLayerName: {
3908
+ readonly type: "string";
3909
+ };
3910
+ };
3911
+ readonly additionalProperties: false;
3912
+ }, {
3913
+ readonly type: "object";
3914
+ readonly required: readonly ["type"];
3915
+ readonly properties: {
3916
+ readonly type: {
3917
+ readonly const: "props";
3918
+ };
3919
+ readonly id: {
3920
+ readonly type: "string";
3921
+ };
3922
+ readonly componentId: {
3923
+ readonly type: "string";
3924
+ };
3925
+ readonly componentSetId: {
3926
+ readonly type: "string";
3927
+ };
3928
+ readonly include: {
3929
+ readonly type: "array";
3930
+ readonly items: {
3931
+ readonly enum: readonly ["VARIANT", "BOOLEAN", "TEXT", "INSTANCE_SWAP"];
3932
+ };
3933
+ };
3934
+ };
3935
+ readonly additionalProperties: false;
3936
+ }, {
3937
+ readonly type: "object";
3938
+ readonly required: readonly ["type", "rows"];
3939
+ readonly properties: {
3940
+ readonly type: {
3941
+ readonly const: "tokenTable";
3942
+ };
3943
+ readonly id: {
3944
+ readonly type: "string";
3945
+ };
3946
+ readonly title: {
3947
+ readonly type: "string";
3948
+ };
3949
+ readonly rows: {
3950
+ readonly type: "array";
3951
+ readonly items: {
3952
+ readonly $ref: "#/$defs/tokenRow";
3953
+ };
3954
+ };
3955
+ };
3956
+ readonly additionalProperties: false;
3957
+ }, {
3958
+ readonly type: "object";
3959
+ readonly required: readonly ["type", "templateNodeId"];
3960
+ readonly properties: {
3961
+ readonly type: {
3962
+ readonly const: "palette";
3963
+ };
3964
+ readonly id: {
3965
+ readonly type: "string";
3966
+ };
3967
+ readonly collectionName: {
3968
+ readonly type: "string";
3969
+ };
3970
+ readonly collectionId: {
3971
+ readonly type: "string";
3972
+ };
3973
+ readonly variableType: {
3974
+ readonly enum: readonly ["COLOR", "FLOAT", "STRING", "BOOLEAN"];
3975
+ };
3976
+ readonly templateNodeId: {
3977
+ readonly type: "string";
3978
+ readonly minLength: 1;
3979
+ };
3980
+ readonly swatchLayerName: {
3981
+ readonly type: "string";
3982
+ };
3983
+ readonly labelLayerName: {
3984
+ readonly type: "string";
3985
+ };
3986
+ readonly valueLayerName: {
3987
+ readonly type: "string";
3988
+ };
3989
+ readonly namePrefix: {
3990
+ readonly type: "string";
3991
+ };
3992
+ readonly limit: {
3993
+ readonly type: "integer";
3994
+ readonly minimum: 1;
3995
+ };
3996
+ };
3997
+ readonly additionalProperties: false;
3998
+ }, {
3999
+ readonly type: "object";
4000
+ readonly required: readonly ["type", "nodeId"];
4001
+ readonly properties: {
4002
+ readonly type: {
4003
+ readonly const: "measure";
4004
+ };
4005
+ readonly id: {
4006
+ readonly type: "string";
4007
+ };
4008
+ readonly experimental: {
4009
+ readonly type: "boolean";
4010
+ };
4011
+ readonly nodeId: {
4012
+ readonly type: "string";
4013
+ readonly minLength: 1;
4014
+ };
4015
+ readonly annotations: {
4016
+ readonly type: "array";
4017
+ readonly items: {
4018
+ readonly type: "object";
4019
+ };
4020
+ };
4021
+ };
4022
+ readonly additionalProperties: false;
4023
+ }];
4024
+ };
4025
+ };
4026
+ };
4027
+ readonly $defs: {
4028
+ readonly tokenRow: {
4029
+ readonly type: "object";
4030
+ readonly required: readonly ["layerName", "tokenPath"];
4031
+ readonly additionalProperties: false;
4032
+ readonly properties: {
4033
+ readonly layerName: {
4034
+ readonly type: "string";
4035
+ readonly minLength: 1;
4036
+ };
4037
+ readonly tokenPath: {
4038
+ readonly type: "string";
4039
+ readonly minLength: 1;
4040
+ };
4041
+ readonly show: {
4042
+ readonly enum: readonly ["resolved", "path", "both"];
4043
+ };
4044
+ };
4045
+ };
4046
+ };
4047
+ };
4048
+ export declare const TOKEN_DOC_SPEC_V1_JSON_SCHEMA: {
4049
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
4050
+ readonly $id: "sxl://agent/schemas/token-doc-v1";
4051
+ readonly title: "SXL Token Doc Spec v1";
4052
+ readonly type: "object";
4053
+ readonly required: readonly ["version", "groups"];
4054
+ readonly additionalProperties: false;
4055
+ readonly properties: {
4056
+ readonly version: {
4057
+ readonly const: "1";
4058
+ };
4059
+ readonly title: {
4060
+ readonly type: "string";
4061
+ };
4062
+ readonly groups: {
4063
+ readonly type: "array";
4064
+ readonly items: {
4065
+ readonly type: "object";
4066
+ readonly required: readonly ["id", "rows"];
4067
+ readonly additionalProperties: false;
4068
+ readonly properties: {
4069
+ readonly id: {
4070
+ readonly type: "string";
4071
+ readonly minLength: 1;
4072
+ };
4073
+ readonly title: {
4074
+ readonly type: "string";
4075
+ };
4076
+ readonly rows: {
4077
+ readonly type: "array";
4078
+ readonly items: {
4079
+ readonly type: "object";
4080
+ readonly required: readonly ["layerName", "tokenPath"];
4081
+ readonly additionalProperties: false;
4082
+ readonly properties: {
4083
+ readonly layerName: {
4084
+ readonly type: "string";
4085
+ readonly minLength: 1;
4086
+ };
4087
+ readonly tokenPath: {
4088
+ readonly type: "string";
4089
+ readonly minLength: 1;
4090
+ };
4091
+ readonly show: {
4092
+ readonly enum: readonly ["resolved", "path", "both"];
4093
+ };
4094
+ };
4095
+ };
4096
+ };
4097
+ };
4098
+ };
4099
+ };
4100
+ };
4101
+ };
4102
+ export declare const CODE_CONNECT_CONTEXT_V1_JSON_SCHEMA: {
4103
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
4104
+ readonly $id: "sxl://agent/schemas/code-connect-context-v1";
4105
+ readonly title: "SXL Code Connect Context v1";
4106
+ readonly description: "Bridge response contract for get_context_for_code_connect. Use before saving SXL bindings or generating .figma.ts templates.";
4107
+ readonly type: "object";
4108
+ readonly required: readonly ["ok", "source", "generatedAt", "targets", "targetNodeIds", "context", "warnings", "limitations", "templateGuidance", "nextStep"];
4109
+ readonly additionalProperties: true;
4110
+ readonly properties: {
4111
+ readonly ok: {
4112
+ readonly const: true;
4113
+ };
4114
+ readonly source: {
4115
+ readonly const: "bridge-code-connect-context";
4116
+ };
4117
+ readonly generatedAt: {
4118
+ readonly type: "string";
4119
+ };
4120
+ readonly targets: {
4121
+ readonly type: "array";
4122
+ readonly items: {
4123
+ readonly $ref: "#/$defs/target";
4124
+ };
4125
+ };
4126
+ readonly targetNodeIds: {
4127
+ readonly type: "array";
4128
+ readonly items: {
4129
+ readonly type: "string";
4130
+ };
4131
+ };
4132
+ readonly codegenLanguage: {
4133
+ readonly enum: readonly ["designer-json", "vue3", "swiftui", "kotlin"];
4134
+ };
4135
+ readonly viewMode: {
4136
+ readonly enum: readonly ["styled", "decomposed", "raw"];
4137
+ };
4138
+ readonly clientFrameworks: {
4139
+ readonly oneOf: readonly [{
4140
+ readonly type: "array";
4141
+ readonly items: {
4142
+ readonly type: "string";
4143
+ };
4144
+ }, {
4145
+ readonly type: "null";
4146
+ }];
4147
+ };
4148
+ readonly mappedFrameworks: {
4149
+ readonly oneOf: readonly [{
4150
+ readonly type: "array";
4151
+ readonly items: {
4152
+ readonly enum: readonly ["react", "angular", "html", "swift", "kotlin", "vue3", "compose"];
4153
+ };
4154
+ }, {
4155
+ readonly type: "null";
4156
+ }];
4157
+ };
4158
+ readonly clientLanguages: {
4159
+ readonly oneOf: readonly [{
4160
+ readonly type: "array";
4161
+ readonly items: {
4162
+ readonly type: "string";
4163
+ };
4164
+ }, {
4165
+ readonly type: "null";
4166
+ }];
4167
+ };
4168
+ readonly context: {
4169
+ readonly type: "object";
4170
+ readonly additionalProperties: true;
4171
+ readonly properties: {
4172
+ readonly selection: {};
4173
+ readonly globalSettings: {};
4174
+ readonly registry: {};
4175
+ readonly selectionStatus: {};
4176
+ readonly nodeTree: {
4177
+ readonly type: "object";
4178
+ readonly additionalProperties: true;
4179
+ };
4180
+ readonly codegen: {
4181
+ readonly type: "object";
4182
+ readonly additionalProperties: true;
4183
+ };
4184
+ readonly compositionJson: {
4185
+ readonly type: "object";
4186
+ readonly additionalProperties: true;
4187
+ };
4188
+ readonly existingBindings: {
4189
+ readonly type: "object";
4190
+ readonly additionalProperties: true;
4191
+ };
4192
+ readonly nodeUiStatus: {
4193
+ readonly type: "object";
4194
+ readonly additionalProperties: true;
4195
+ };
4196
+ readonly componentDiscovery: {};
4197
+ readonly suggestions: {
4198
+ readonly type: "object";
4199
+ readonly required: readonly ["ok", "targets"];
4200
+ readonly additionalProperties: true;
4201
+ readonly properties: {
4202
+ readonly ok: {
4203
+ readonly const: true;
4204
+ };
4205
+ readonly targets: {
4206
+ readonly type: "array";
4207
+ readonly items: {
4208
+ readonly type: "object";
4209
+ readonly required: readonly ["nodeName", "suggestions"];
4210
+ readonly additionalProperties: true;
4211
+ readonly properties: {
4212
+ readonly nodeId: {
4213
+ readonly type: "string";
4214
+ };
4215
+ readonly nodeName: {
4216
+ readonly type: "string";
4217
+ };
4218
+ readonly nodeType: {
4219
+ readonly type: "string";
4220
+ };
4221
+ readonly suggestions: {
4222
+ readonly type: "array";
4223
+ readonly items: {
4224
+ readonly $ref: "#/$defs/suggestion";
4225
+ };
4226
+ };
4227
+ };
4228
+ };
4229
+ };
4230
+ };
4231
+ };
4232
+ };
4233
+ };
4234
+ readonly warnings: {
4235
+ readonly type: "array";
4236
+ readonly items: {
4237
+ readonly type: "string";
4238
+ };
4239
+ };
4240
+ readonly limitations: {
4241
+ readonly type: "array";
4242
+ readonly items: {
4243
+ readonly type: "string";
4244
+ };
4245
+ };
4246
+ readonly templateGuidance: {
4247
+ readonly type: "array";
4248
+ readonly items: {
4249
+ readonly type: "string";
4250
+ };
4251
+ };
4252
+ readonly nextStep: {
4253
+ readonly type: "string";
4254
+ };
4255
+ };
4256
+ readonly $defs: {
4257
+ readonly target: {
4258
+ readonly type: "object";
4259
+ readonly required: readonly ["nodeName"];
4260
+ readonly additionalProperties: true;
4261
+ readonly properties: {
4262
+ readonly nodeId: {
4263
+ readonly type: "string";
4264
+ };
4265
+ readonly nodeName: {
4266
+ readonly type: "string";
4267
+ readonly minLength: 1;
4268
+ };
4269
+ readonly nodeType: {
4270
+ readonly type: "string";
4271
+ };
4272
+ };
4273
+ };
4274
+ readonly componentApiProperty: {
4275
+ readonly type: "object";
4276
+ readonly required: readonly ["name", "kind"];
4277
+ readonly additionalProperties: true;
4278
+ readonly properties: {
4279
+ readonly name: {
4280
+ readonly type: "string";
4281
+ readonly minLength: 1;
4282
+ };
4283
+ readonly kind: {
4284
+ readonly type: "string";
4285
+ readonly minLength: 1;
4286
+ };
4287
+ readonly defaultValue: {
4288
+ readonly oneOf: readonly [{
4289
+ readonly type: "string";
4290
+ }, {
4291
+ readonly type: "boolean";
4292
+ }];
4293
+ };
4294
+ readonly options: {
4295
+ readonly type: "array";
4296
+ readonly items: {
4297
+ readonly type: "string";
4298
+ };
4299
+ };
4300
+ };
4301
+ };
4302
+ readonly fileBinding: {
4303
+ readonly type: "object";
4304
+ readonly required: readonly ["id", "framework", "filePath"];
4305
+ readonly additionalProperties: true;
4306
+ readonly properties: {
4307
+ readonly id: {
4308
+ readonly type: "string";
4309
+ readonly minLength: 1;
4310
+ };
4311
+ readonly framework: {
4312
+ readonly enum: readonly ["react", "angular", "html", "swift", "kotlin", "vue3", "compose"];
4313
+ };
4314
+ readonly filePath: {
4315
+ readonly type: "string";
4316
+ readonly minLength: 1;
4317
+ };
4318
+ readonly componentName: {
4319
+ readonly type: "string";
4320
+ };
4321
+ readonly importPath: {
4322
+ readonly type: "string";
4323
+ };
4324
+ readonly snippetTemplate: {
4325
+ readonly type: "string";
4326
+ };
4327
+ readonly instructions: {
4328
+ readonly type: "string";
4329
+ };
4330
+ readonly storybookDocsUrl: {
4331
+ readonly type: "string";
4332
+ };
4333
+ };
4334
+ };
4335
+ readonly binding: {
4336
+ readonly type: "object";
4337
+ readonly required: readonly ["gitlabUrl", "displayName", "resourceType"];
4338
+ readonly additionalProperties: true;
4339
+ readonly properties: {
4340
+ readonly gitlabUrl: {
4341
+ readonly type: "string";
4342
+ };
4343
+ readonly displayName: {
4344
+ readonly type: "string";
4345
+ readonly minLength: 1;
4346
+ };
4347
+ readonly resourceType: {
4348
+ readonly enum: readonly ["source", "docs", "story", "package"];
4349
+ };
4350
+ readonly documentationUrl: {
4351
+ readonly type: "string";
4352
+ };
4353
+ readonly documentationDocsQuerySuffix: {
4354
+ readonly type: "string";
4355
+ };
4356
+ readonly documentationStoryPathTemplate: {
4357
+ readonly type: "string";
4358
+ };
4359
+ readonly importPath: {
4360
+ readonly type: "string";
4361
+ };
4362
+ readonly snippetTemplate: {
4363
+ readonly type: "string";
4364
+ };
4365
+ readonly files: {
4366
+ readonly type: "array";
4367
+ readonly items: {
4368
+ readonly $ref: "#/$defs/fileBinding";
4369
+ };
4370
+ };
4371
+ readonly storybook: {
4372
+ readonly type: "object";
4373
+ readonly additionalProperties: true;
4374
+ readonly properties: {
4375
+ readonly designEmbed: {
4376
+ readonly type: "boolean";
4377
+ };
4378
+ readonly figmaUrl: {
4379
+ readonly type: "string";
4380
+ };
4381
+ readonly compositionJson: {
4382
+ readonly type: "boolean";
4383
+ };
4384
+ readonly metadata: {
4385
+ readonly type: "boolean";
4386
+ };
4387
+ readonly description: {
4388
+ readonly type: "string";
4389
+ };
4390
+ readonly tokensReady: {
4391
+ readonly type: "boolean";
4392
+ };
4393
+ readonly status: {
4394
+ readonly enum: readonly ["complete", "ready-for-dev", "in-progress", "backlog"];
4395
+ };
4396
+ readonly compositionTokenFileId: {
4397
+ readonly type: "string";
4398
+ };
4399
+ readonly compositionName: {
4400
+ readonly type: "string";
4401
+ };
4402
+ readonly compositionFilePath: {
4403
+ readonly type: "string";
4404
+ };
4405
+ readonly componentApi: {
4406
+ readonly type: "object";
4407
+ readonly required: readonly ["properties"];
4408
+ readonly additionalProperties: true;
4409
+ readonly properties: {
4410
+ readonly properties: {
4411
+ readonly type: "array";
4412
+ readonly items: {
4413
+ readonly $ref: "#/$defs/componentApiProperty";
4414
+ };
4415
+ };
4416
+ };
4417
+ };
4418
+ };
4419
+ };
4420
+ };
4421
+ };
4422
+ readonly suggestion: {
4423
+ readonly type: "object";
4424
+ readonly required: readonly ["score", "confidence", "filePath", "framework", "componentName", "importPath", "binding"];
4425
+ readonly additionalProperties: true;
4426
+ readonly properties: {
4427
+ readonly score: {
4428
+ readonly type: "number";
4429
+ };
4430
+ readonly confidence: {
4431
+ readonly enum: readonly ["high", "medium", "low"];
4432
+ };
4433
+ readonly reason: {
4434
+ readonly type: "array";
4435
+ readonly items: {
4436
+ readonly type: "string";
4437
+ };
4438
+ };
4439
+ readonly filePath: {
4440
+ readonly type: "string";
4441
+ };
4442
+ readonly framework: {
4443
+ readonly enum: readonly ["react", "angular", "html", "swift", "kotlin", "vue3", "compose"];
4444
+ };
4445
+ readonly componentName: {
4446
+ readonly type: "string";
4447
+ };
4448
+ readonly importPath: {
4449
+ readonly type: "string";
4450
+ };
4451
+ readonly binding: {
4452
+ readonly $ref: "#/$defs/binding";
4453
+ };
4454
+ };
4455
+ };
4456
+ };
4457
+ };
4458
+ export declare const CODE_CONNECT_TEMPLATE_V1_JSON_SCHEMA: {
4459
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
4460
+ readonly $id: "sxl://agent/schemas/code-connect-template-v1";
4461
+ readonly title: "SXL Code Connect Template v1";
4462
+ readonly description: "Bridge response contract for generate_code_connect_template. Dry-run by default; file writes require writeFile=true.";
4463
+ readonly type: "object";
4464
+ readonly required: readonly ["ok", "source", "dryRun", "generatedAt", "target", "binding", "template", "write", "warnings", "nextStep"];
4465
+ readonly additionalProperties: true;
4466
+ readonly properties: {
4467
+ readonly ok: {
4468
+ readonly const: true;
4469
+ };
4470
+ readonly source: {
4471
+ readonly const: "bridge-code-connect-template";
4472
+ };
4473
+ readonly dryRun: {
4474
+ readonly type: "boolean";
4475
+ };
4476
+ readonly generatedAt: {
4477
+ readonly type: "string";
4478
+ };
4479
+ readonly target: {
4480
+ readonly oneOf: readonly [{
4481
+ readonly $ref: "#/$defs/target";
4482
+ }, {
4483
+ readonly type: "null";
4484
+ }];
4485
+ };
4486
+ readonly binding: {
4487
+ readonly $ref: "#/$defs/binding";
4488
+ };
4489
+ readonly template: {
4490
+ readonly type: "object";
4491
+ readonly required: readonly ["fileName", "outputPath", "content", "bytes", "componentName", "importPath", "sourceFilePath", "propertyAccessors"];
4492
+ readonly additionalProperties: false;
4493
+ readonly properties: {
4494
+ readonly fileName: {
4495
+ readonly type: "string";
4496
+ readonly minLength: 1;
4497
+ };
4498
+ readonly outputPath: {
4499
+ readonly type: "string";
4500
+ readonly minLength: 1;
4501
+ };
4502
+ readonly content: {
4503
+ readonly type: "string";
4504
+ };
4505
+ readonly bytes: {
4506
+ readonly type: "integer";
4507
+ readonly minimum: 0;
4508
+ };
4509
+ readonly componentName: {
4510
+ readonly type: "string";
4511
+ readonly minLength: 1;
4512
+ };
4513
+ readonly importPath: {
4514
+ readonly oneOf: readonly [{
4515
+ readonly type: "string";
4516
+ }, {
4517
+ readonly type: "null";
4518
+ }];
4519
+ };
4520
+ readonly sourceFilePath: {
4521
+ readonly oneOf: readonly [{
4522
+ readonly type: "string";
4523
+ }, {
4524
+ readonly type: "null";
4525
+ }];
4526
+ };
4527
+ readonly propertyAccessors: {
4528
+ readonly type: "array";
4529
+ readonly items: {
4530
+ readonly type: "string";
4531
+ };
4532
+ };
4533
+ };
4534
+ };
4535
+ readonly write: {
4536
+ readonly type: "object";
4537
+ readonly required: readonly ["requested", "written", "overwritten"];
4538
+ readonly additionalProperties: false;
4539
+ readonly properties: {
4540
+ readonly requested: {
4541
+ readonly type: "boolean";
4542
+ };
4543
+ readonly written: {
4544
+ readonly type: "boolean";
4545
+ };
4546
+ readonly overwritten: {
4547
+ readonly type: "boolean";
4548
+ };
4549
+ };
4550
+ };
4551
+ readonly warnings: {
4552
+ readonly type: "array";
4553
+ readonly items: {
4554
+ readonly type: "string";
4555
+ };
4556
+ };
4557
+ readonly nextStep: {
4558
+ readonly type: "string";
4559
+ };
4560
+ };
4561
+ readonly $defs: {
4562
+ readonly target: {
4563
+ readonly type: "object";
4564
+ readonly required: readonly ["nodeName"];
4565
+ readonly additionalProperties: true;
4566
+ readonly properties: {
4567
+ readonly nodeId: {
4568
+ readonly type: "string";
4569
+ };
4570
+ readonly nodeName: {
4571
+ readonly type: "string";
4572
+ readonly minLength: 1;
4573
+ };
4574
+ readonly nodeType: {
4575
+ readonly type: "string";
4576
+ };
4577
+ };
4578
+ };
4579
+ readonly componentApiProperty: {
4580
+ readonly type: "object";
4581
+ readonly required: readonly ["name", "kind"];
4582
+ readonly additionalProperties: true;
4583
+ readonly properties: {
4584
+ readonly name: {
4585
+ readonly type: "string";
4586
+ readonly minLength: 1;
4587
+ };
4588
+ readonly kind: {
4589
+ readonly type: "string";
4590
+ readonly minLength: 1;
4591
+ };
4592
+ readonly defaultValue: {
4593
+ readonly oneOf: readonly [{
4594
+ readonly type: "string";
4595
+ }, {
4596
+ readonly type: "boolean";
4597
+ }];
4598
+ };
4599
+ readonly options: {
4600
+ readonly type: "array";
4601
+ readonly items: {
4602
+ readonly type: "string";
4603
+ };
4604
+ };
4605
+ };
4606
+ };
4607
+ readonly fileBinding: {
4608
+ readonly type: "object";
4609
+ readonly required: readonly ["id", "framework", "filePath"];
4610
+ readonly additionalProperties: true;
4611
+ readonly properties: {
4612
+ readonly id: {
4613
+ readonly type: "string";
4614
+ readonly minLength: 1;
4615
+ };
4616
+ readonly framework: {
4617
+ readonly enum: readonly ["react", "angular", "html", "swift", "kotlin", "vue3", "compose"];
4618
+ };
4619
+ readonly filePath: {
4620
+ readonly type: "string";
4621
+ readonly minLength: 1;
4622
+ };
4623
+ readonly componentName: {
4624
+ readonly type: "string";
4625
+ };
4626
+ readonly importPath: {
4627
+ readonly type: "string";
4628
+ };
4629
+ readonly snippetTemplate: {
4630
+ readonly type: "string";
4631
+ };
4632
+ readonly instructions: {
4633
+ readonly type: "string";
4634
+ };
4635
+ readonly storybookDocsUrl: {
4636
+ readonly type: "string";
4637
+ };
4638
+ };
4639
+ };
4640
+ readonly binding: {
4641
+ readonly type: "object";
4642
+ readonly required: readonly ["gitlabUrl", "displayName", "resourceType"];
4643
+ readonly additionalProperties: true;
4644
+ readonly properties: {
4645
+ readonly gitlabUrl: {
4646
+ readonly type: "string";
4647
+ };
4648
+ readonly displayName: {
4649
+ readonly type: "string";
4650
+ readonly minLength: 1;
4651
+ };
4652
+ readonly resourceType: {
4653
+ readonly enum: readonly ["source", "docs", "story", "package"];
4654
+ };
4655
+ readonly documentationUrl: {
4656
+ readonly type: "string";
4657
+ };
4658
+ readonly documentationDocsQuerySuffix: {
4659
+ readonly type: "string";
4660
+ };
4661
+ readonly documentationStoryPathTemplate: {
4662
+ readonly type: "string";
4663
+ };
4664
+ readonly importPath: {
4665
+ readonly type: "string";
4666
+ };
4667
+ readonly snippetTemplate: {
4668
+ readonly type: "string";
4669
+ };
4670
+ readonly files: {
4671
+ readonly type: "array";
4672
+ readonly items: {
4673
+ readonly $ref: "#/$defs/fileBinding";
4674
+ };
4675
+ };
4676
+ readonly storybook: {
4677
+ readonly type: "object";
4678
+ readonly additionalProperties: true;
4679
+ readonly properties: {
4680
+ readonly designEmbed: {
4681
+ readonly type: "boolean";
4682
+ };
4683
+ readonly figmaUrl: {
4684
+ readonly type: "string";
4685
+ };
4686
+ readonly compositionJson: {
4687
+ readonly type: "boolean";
4688
+ };
4689
+ readonly metadata: {
4690
+ readonly type: "boolean";
4691
+ };
4692
+ readonly description: {
4693
+ readonly type: "string";
4694
+ };
4695
+ readonly tokensReady: {
4696
+ readonly type: "boolean";
4697
+ };
4698
+ readonly status: {
4699
+ readonly enum: readonly ["complete", "ready-for-dev", "in-progress", "backlog"];
4700
+ };
4701
+ readonly compositionTokenFileId: {
4702
+ readonly type: "string";
4703
+ };
4704
+ readonly compositionName: {
4705
+ readonly type: "string";
4706
+ };
4707
+ readonly compositionFilePath: {
4708
+ readonly type: "string";
4709
+ };
4710
+ readonly componentApi: {
4711
+ readonly type: "object";
4712
+ readonly required: readonly ["properties"];
4713
+ readonly additionalProperties: true;
4714
+ readonly properties: {
4715
+ readonly properties: {
4716
+ readonly type: "array";
4717
+ readonly items: {
4718
+ readonly $ref: "#/$defs/componentApiProperty";
4719
+ };
4720
+ };
4721
+ };
4722
+ };
4723
+ };
4724
+ };
4725
+ };
4726
+ };
4727
+ readonly suggestion: {
4728
+ readonly type: "object";
4729
+ readonly required: readonly ["score", "confidence", "filePath", "framework", "componentName", "importPath", "binding"];
4730
+ readonly additionalProperties: true;
4731
+ readonly properties: {
4732
+ readonly score: {
4733
+ readonly type: "number";
4734
+ };
4735
+ readonly confidence: {
4736
+ readonly enum: readonly ["high", "medium", "low"];
4737
+ };
4738
+ readonly reason: {
4739
+ readonly type: "array";
4740
+ readonly items: {
4741
+ readonly type: "string";
4742
+ };
4743
+ };
4744
+ readonly filePath: {
4745
+ readonly type: "string";
4746
+ };
4747
+ readonly framework: {
4748
+ readonly enum: readonly ["react", "angular", "html", "swift", "kotlin", "vue3", "compose"];
4749
+ };
4750
+ readonly componentName: {
4751
+ readonly type: "string";
4752
+ };
4753
+ readonly importPath: {
4754
+ readonly type: "string";
4755
+ };
4756
+ readonly binding: {
4757
+ readonly $ref: "#/$defs/binding";
4758
+ };
4759
+ };
4760
+ };
4761
+ };
4762
+ };
4763
+ export {};