@vcp-dev/contracts 0.6.10 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +5 -4
  2. package/dist/api-response.d.ts +11 -0
  3. package/dist/business-facts.d.ts +23 -0
  4. package/dist/cms-page-directory.d.ts +281 -0
  5. package/dist/cms-site-id.d.ts +4 -0
  6. package/dist/colorway-distinctness.js +1 -1
  7. package/dist/connect-dynamic-collection.d.ts +7 -3
  8. package/dist/connect-form.d.ts +7 -5
  9. package/dist/conversion-hints.d.ts +37 -0
  10. package/dist/crawler-task-service.d.ts +594 -0
  11. package/dist/custom-domain.d.ts +120 -206
  12. package/dist/customer-materials.d.ts +196 -0
  13. package/dist/deployment-lifecycle.d.ts +45 -0
  14. package/dist/deployment-progress.d.ts +51 -0
  15. package/dist/design-tokens.d.ts +1 -0
  16. package/dist/design-tokens.js +1 -1
  17. package/dist/designer-component-library.d.ts +9 -7
  18. package/dist/designer-page-library.d.ts +36 -40
  19. package/dist/e2b-preview-proxy.d.ts +5 -0
  20. package/dist/external-site-edit.d.ts +267 -0
  21. package/dist/firecrawl-internal.d.ts +122 -0
  22. package/dist/font-catalog.d.ts +5 -2
  23. package/dist/form-design.d.ts +109 -69
  24. package/dist/google-search-console.d.ts +317 -0
  25. package/dist/index.d.ts +7110 -1965
  26. package/dist/index.js +1 -1
  27. package/dist/industry-classification.d.ts +43 -0
  28. package/dist/input-context-bundle.d.ts +16 -6
  29. package/dist/internal-entity-id.d.ts +3 -0
  30. package/dist/knowledge-category.d.ts +20 -0
  31. package/dist/knowledge-source-readiness.d.ts +94 -0
  32. package/dist/launcher-prompt-templates.d.ts +742 -0
  33. package/dist/media-library.d.ts +164 -0
  34. package/dist/migration-products.d.ts +45 -0
  35. package/dist/page-slug.d.ts +2 -0
  36. package/dist/page-template.d.ts +95 -0
  37. package/dist/product-search.d.ts +227 -0
  38. package/dist/site-build.d.ts +563 -0
  39. package/dist/site-design-presets.d.ts +20 -0
  40. package/dist/site-edit-capability.d.ts +13 -1
  41. package/dist/site-edit-class-name-source.d.ts +40 -8
  42. package/dist/site-edit-command-result.d.ts +15 -4
  43. package/dist/site-edit-composition.d.ts +13 -0
  44. package/dist/site-edit-event.d.ts +76 -14
  45. package/dist/site-edit-history-status.d.ts +193 -0
  46. package/dist/site-edit-operation.d.ts +205 -62
  47. package/dist/site-edit-page-composition.d.ts +101 -22
  48. package/dist/site-edit-patch-plan.d.ts +49 -3
  49. package/dist/site-edit-render-document.d.ts +67 -17
  50. package/dist/site-edit-session.d.ts +5 -2
  51. package/dist/site-edit-source.d.ts +60 -11
  52. package/dist/site-edit-version.d.ts +1 -1
  53. package/dist/site-extra-requirement.d.ts +31 -0
  54. package/dist/site-locale.d.ts +20 -0
  55. package/dist/site-localization-fields.d.ts +196 -0
  56. package/dist/site-localization-scope.d.ts +95 -0
  57. package/dist/site-preview.d.ts +65 -0
  58. package/dist/site-publish-domain.d.ts +680 -0
  59. package/dist/site-publish-workflow.d.ts +612 -0
  60. package/dist/site-workflow-completions.d.ts +163 -0
  61. package/dist/site-workflow.d.ts +1026 -0
  62. package/dist/sitemap-navigation.d.ts +12 -0
  63. package/dist/step2-page-selection.d.ts +88 -0
  64. package/dist/step2-site-initialization.d.ts +500 -0
  65. package/dist/step3-digital-employee-analysis.d.ts +661 -0
  66. package/dist/step4-diagnosis.d.ts +272 -0
  67. package/dist/step5-strategy.d.ts +8076 -0
  68. package/dist/step6-design.d.ts +986 -0
  69. package/dist/subsite-localization-input.d.ts +121 -0
  70. package/dist/subsite-mount-path.d.ts +23 -0
  71. package/dist/subsite-visible-text-export.d.ts +22 -0
  72. package/dist/template-upgrade-observability.d.ts +2 -2
  73. package/dist/theme-presets.d.ts +56 -1
  74. package/dist/user-facing-copy.d.ts +1 -0
  75. package/dist/workspace-design-apply.d.ts +5 -0
  76. package/dist/workspace-resource-operation.d.ts +75 -33
  77. package/package.json +2 -1
  78. package/dist/publish-plan.d.ts +0 -54
@@ -0,0 +1,12 @@
1
+ import type { Page, Sitemap } from "./index.js";
2
+ type SitemapNavigation = Sitemap["navigation"];
3
+ type PreviousNavigationPage = Pick<Page, "id" | "title"> & {
4
+ readonly slug: string | null;
5
+ };
6
+ /**
7
+ * Reconciles page-derived navigation without treating the whole navigation
8
+ * model as disposable. Non-page links and their order are retained; only links
9
+ * whose internal page identity was removed or changed are touched.
10
+ */
11
+ export declare function reconcileSitemapNavigation(pages: readonly Page[], navigation: SitemapNavigation, previousPages?: readonly PreviousNavigationPage[]): SitemapNavigation;
12
+ export {};
@@ -0,0 +1,88 @@
1
+ import { z } from "zod";
2
+ export declare const Step2PageRoleSchema: z.ZodEnum<{
3
+ company: "company";
4
+ product_service: "product_service";
5
+ case_qualification: "case_qualification";
6
+ market: "market";
7
+ contact_inquiry: "contact_inquiry";
8
+ privacy_compliance: "privacy_compliance";
9
+ news_freshness: "news_freshness";
10
+ }>;
11
+ declare const Step2PageSelectionCandidateSchema: z.ZodObject<{
12
+ ordinal: z.ZodNumber;
13
+ path: z.ZodString;
14
+ last_modified: z.ZodNullable<z.ZodString>;
15
+ }, z.core.$strict>;
16
+ export declare const Step2PageSelectionRequestSchema: z.ZodObject<{
17
+ candidates: z.ZodArray<z.ZodObject<{
18
+ ordinal: z.ZodNumber;
19
+ path: z.ZodString;
20
+ last_modified: z.ZodNullable<z.ZodString>;
21
+ }, z.core.$strict>>;
22
+ selection_limit: z.ZodNumber;
23
+ }, z.core.$strict>;
24
+ declare const Step2PageSelectionEntrySchema: z.ZodObject<{
25
+ ordinal: z.ZodNumber;
26
+ roles: z.ZodArray<z.ZodEnum<{
27
+ company: "company";
28
+ product_service: "product_service";
29
+ case_qualification: "case_qualification";
30
+ market: "market";
31
+ contact_inquiry: "contact_inquiry";
32
+ privacy_compliance: "privacy_compliance";
33
+ news_freshness: "news_freshness";
34
+ }>>;
35
+ }, z.core.$strict>;
36
+ declare const Step2PageSelectionCoverageEntrySchema: z.ZodObject<{
37
+ role: z.ZodEnum<{
38
+ company: "company";
39
+ product_service: "product_service";
40
+ case_qualification: "case_qualification";
41
+ market: "market";
42
+ contact_inquiry: "contact_inquiry";
43
+ privacy_compliance: "privacy_compliance";
44
+ news_freshness: "news_freshness";
45
+ }>;
46
+ status: z.ZodEnum<{
47
+ selected: "selected";
48
+ not_found: "not_found";
49
+ }>;
50
+ selected_ordinals: z.ZodArray<z.ZodNumber>;
51
+ }, z.core.$strict>;
52
+ export declare const Step2PageSelectionResponseSchema: z.ZodObject<{
53
+ selections: z.ZodArray<z.ZodObject<{
54
+ ordinal: z.ZodNumber;
55
+ roles: z.ZodArray<z.ZodEnum<{
56
+ company: "company";
57
+ product_service: "product_service";
58
+ case_qualification: "case_qualification";
59
+ market: "market";
60
+ contact_inquiry: "contact_inquiry";
61
+ privacy_compliance: "privacy_compliance";
62
+ news_freshness: "news_freshness";
63
+ }>>;
64
+ }, z.core.$strict>>;
65
+ coverage: z.ZodArray<z.ZodObject<{
66
+ role: z.ZodEnum<{
67
+ company: "company";
68
+ product_service: "product_service";
69
+ case_qualification: "case_qualification";
70
+ market: "market";
71
+ contact_inquiry: "contact_inquiry";
72
+ privacy_compliance: "privacy_compliance";
73
+ news_freshness: "news_freshness";
74
+ }>;
75
+ status: z.ZodEnum<{
76
+ selected: "selected";
77
+ not_found: "not_found";
78
+ }>;
79
+ selected_ordinals: z.ZodArray<z.ZodNumber>;
80
+ }, z.core.$strict>>;
81
+ }, z.core.$strict>;
82
+ export type Step2PageRole = z.infer<typeof Step2PageRoleSchema>;
83
+ export type Step2PageSelectionCandidate = z.infer<typeof Step2PageSelectionCandidateSchema>;
84
+ export type Step2PageSelectionRequest = z.infer<typeof Step2PageSelectionRequestSchema>;
85
+ export type Step2PageSelectionEntry = z.infer<typeof Step2PageSelectionEntrySchema>;
86
+ export type Step2PageSelectionCoverageEntry = z.infer<typeof Step2PageSelectionCoverageEntrySchema>;
87
+ export type Step2PageSelectionResponse = z.infer<typeof Step2PageSelectionResponseSchema>;
88
+ export {};
@@ -0,0 +1,500 @@
1
+ import { z } from "zod";
2
+ export declare const Step2SiteInitializationStatusSchema: z.ZodEnum<{
3
+ failed: "failed";
4
+ succeeded: "succeeded";
5
+ pending: "pending";
6
+ running: "running";
7
+ }>;
8
+ export type Step2SiteInitializationStatus = z.infer<typeof Step2SiteInitializationStatusSchema>;
9
+ export declare const Step2SiteInitializationTaskSchema: z.ZodObject<{
10
+ task_id: z.ZodString;
11
+ site_url: z.ZodString;
12
+ crawler_task_id: z.ZodNullable<z.ZodString>;
13
+ page_count: z.ZodNumber;
14
+ status: z.ZodEnum<{
15
+ failed: "failed";
16
+ succeeded: "succeeded";
17
+ pending: "pending";
18
+ running: "running";
19
+ }>;
20
+ error: z.ZodNullable<z.ZodString>;
21
+ created_at: z.ZodString;
22
+ updated_at: z.ZodString;
23
+ }, z.core.$strip>;
24
+ export type Step2SiteInitializationTask = z.infer<typeof Step2SiteInitializationTaskSchema>;
25
+ export declare const Step2SiteInitializationTaskResponseSchema: z.ZodObject<{
26
+ code: z.ZodNumber;
27
+ data: z.ZodObject<{
28
+ task_id: z.ZodString;
29
+ site_url: z.ZodString;
30
+ crawler_task_id: z.ZodNullable<z.ZodString>;
31
+ page_count: z.ZodNumber;
32
+ status: z.ZodEnum<{
33
+ failed: "failed";
34
+ succeeded: "succeeded";
35
+ pending: "pending";
36
+ running: "running";
37
+ }>;
38
+ error: z.ZodNullable<z.ZodString>;
39
+ created_at: z.ZodString;
40
+ updated_at: z.ZodString;
41
+ }, z.core.$strip>;
42
+ message: z.ZodString;
43
+ }, z.core.$strip>;
44
+ export type Step2SiteInitializationTaskResponse = z.infer<typeof Step2SiteInitializationTaskResponseSchema>;
45
+ export declare const Step2FinalResultTypeSchema: z.ZodEnum<{
46
+ existing_site: "existing_site";
47
+ new_site: "new_site";
48
+ }>;
49
+ export declare const Step2FinalScanCardKeySchema: z.ZodEnum<{
50
+ privacy_compliance: "privacy_compliance";
51
+ google_indexing: "google_indexing";
52
+ ai_recommendation: "ai_recommendation";
53
+ qualification_verifiability: "qualification_verifiability";
54
+ content_freshness: "content_freshness";
55
+ inquiry_form: "inquiry_form";
56
+ inquiry_response: "inquiry_response";
57
+ prohibited_content: "prohibited_content";
58
+ }>;
59
+ export declare const Step2FinalScanCardSchema: z.ZodObject<{
60
+ label: z.ZodString;
61
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
62
+ summary: z.ZodString;
63
+ tone: z.ZodEnum<{
64
+ unknown: "unknown";
65
+ good: "good";
66
+ warn: "warn";
67
+ bad: "bad";
68
+ }>;
69
+ status: z.ZodEnum<{
70
+ unknown: "unknown";
71
+ ok: "ok";
72
+ }>;
73
+ }, z.core.$strip>;
74
+ export declare const Step2FinalScanResultSchema: z.ZodObject<{
75
+ site_url: z.ZodString;
76
+ scanned_at: z.ZodString;
77
+ reach: z.ZodArray<z.ZodObject<{
78
+ key: z.ZodString;
79
+ label: z.ZodString;
80
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
81
+ tone: z.ZodEnum<{
82
+ unknown: "unknown";
83
+ good: "good";
84
+ warn: "warn";
85
+ bad: "bad";
86
+ }>;
87
+ status: z.ZodEnum<{
88
+ unknown: "unknown";
89
+ ok: "ok";
90
+ }>;
91
+ evidence: z.ZodOptional<z.ZodString>;
92
+ }, z.core.$strict>>;
93
+ trust: z.ZodArray<z.ZodObject<{
94
+ key: z.ZodString;
95
+ label: z.ZodString;
96
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
97
+ tone: z.ZodEnum<{
98
+ unknown: "unknown";
99
+ good: "good";
100
+ warn: "warn";
101
+ bad: "bad";
102
+ }>;
103
+ status: z.ZodEnum<{
104
+ unknown: "unknown";
105
+ ok: "ok";
106
+ }>;
107
+ evidence: z.ZodOptional<z.ZodString>;
108
+ }, z.core.$strict>>;
109
+ convert: z.ZodArray<z.ZodObject<{
110
+ key: z.ZodString;
111
+ label: z.ZodString;
112
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
113
+ tone: z.ZodEnum<{
114
+ unknown: "unknown";
115
+ good: "good";
116
+ warn: "warn";
117
+ bad: "bad";
118
+ }>;
119
+ status: z.ZodEnum<{
120
+ unknown: "unknown";
121
+ ok: "ok";
122
+ }>;
123
+ evidence: z.ZodOptional<z.ZodString>;
124
+ }, z.core.$strict>>;
125
+ safe: z.ZodArray<z.ZodObject<{
126
+ key: z.ZodString;
127
+ label: z.ZodString;
128
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
129
+ tone: z.ZodEnum<{
130
+ unknown: "unknown";
131
+ good: "good";
132
+ warn: "warn";
133
+ bad: "bad";
134
+ }>;
135
+ status: z.ZodEnum<{
136
+ unknown: "unknown";
137
+ ok: "ok";
138
+ }>;
139
+ evidence: z.ZodOptional<z.ZodString>;
140
+ }, z.core.$strict>>;
141
+ pages: z.ZodArray<z.ZodObject<{
142
+ url: z.ZodString;
143
+ title: z.ZodString;
144
+ words: z.ZodNumber;
145
+ }, z.core.$strict>>;
146
+ }, z.core.$strict>;
147
+ export declare const Step2FinalResultRequestSchema: z.ZodObject<{
148
+ company_task_id: z.ZodString;
149
+ scan_task_id: z.ZodString;
150
+ type: z.ZodEnum<{
151
+ existing_site: "existing_site";
152
+ new_site: "new_site";
153
+ }>;
154
+ result: z.ZodObject<{
155
+ company_name: z.ZodString;
156
+ website: z.ZodOptional<z.ZodString>;
157
+ primary_product: z.ZodString;
158
+ current_market: z.ZodString;
159
+ qualifications: z.ZodString;
160
+ scan_cards: z.ZodRecord<z.ZodString, z.ZodObject<{
161
+ label: z.ZodString;
162
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
163
+ summary: z.ZodString;
164
+ tone: z.ZodEnum<{
165
+ unknown: "unknown";
166
+ good: "good";
167
+ warn: "warn";
168
+ bad: "bad";
169
+ }>;
170
+ status: z.ZodEnum<{
171
+ unknown: "unknown";
172
+ ok: "ok";
173
+ }>;
174
+ }, z.core.$strip>>;
175
+ scan_result: z.ZodOptional<z.ZodObject<{
176
+ site_url: z.ZodString;
177
+ scanned_at: z.ZodString;
178
+ reach: z.ZodArray<z.ZodObject<{
179
+ key: z.ZodString;
180
+ label: z.ZodString;
181
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
182
+ tone: z.ZodEnum<{
183
+ unknown: "unknown";
184
+ good: "good";
185
+ warn: "warn";
186
+ bad: "bad";
187
+ }>;
188
+ status: z.ZodEnum<{
189
+ unknown: "unknown";
190
+ ok: "ok";
191
+ }>;
192
+ evidence: z.ZodOptional<z.ZodString>;
193
+ }, z.core.$strict>>;
194
+ trust: z.ZodArray<z.ZodObject<{
195
+ key: z.ZodString;
196
+ label: z.ZodString;
197
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
198
+ tone: z.ZodEnum<{
199
+ unknown: "unknown";
200
+ good: "good";
201
+ warn: "warn";
202
+ bad: "bad";
203
+ }>;
204
+ status: z.ZodEnum<{
205
+ unknown: "unknown";
206
+ ok: "ok";
207
+ }>;
208
+ evidence: z.ZodOptional<z.ZodString>;
209
+ }, z.core.$strict>>;
210
+ convert: z.ZodArray<z.ZodObject<{
211
+ key: z.ZodString;
212
+ label: z.ZodString;
213
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
214
+ tone: z.ZodEnum<{
215
+ unknown: "unknown";
216
+ good: "good";
217
+ warn: "warn";
218
+ bad: "bad";
219
+ }>;
220
+ status: z.ZodEnum<{
221
+ unknown: "unknown";
222
+ ok: "ok";
223
+ }>;
224
+ evidence: z.ZodOptional<z.ZodString>;
225
+ }, z.core.$strict>>;
226
+ safe: z.ZodArray<z.ZodObject<{
227
+ key: z.ZodString;
228
+ label: z.ZodString;
229
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
230
+ tone: z.ZodEnum<{
231
+ unknown: "unknown";
232
+ good: "good";
233
+ warn: "warn";
234
+ bad: "bad";
235
+ }>;
236
+ status: z.ZodEnum<{
237
+ unknown: "unknown";
238
+ ok: "ok";
239
+ }>;
240
+ evidence: z.ZodOptional<z.ZodString>;
241
+ }, z.core.$strict>>;
242
+ pages: z.ZodArray<z.ZodObject<{
243
+ url: z.ZodString;
244
+ title: z.ZodString;
245
+ words: z.ZodNumber;
246
+ }, z.core.$strict>>;
247
+ }, z.core.$strict>>;
248
+ }, z.core.$strip>;
249
+ }, z.core.$strip>;
250
+ export type Step2FinalResultRequest = z.infer<typeof Step2FinalResultRequestSchema>;
251
+ export declare const Step2FinalResultSaveResultSchema: z.ZodObject<{
252
+ saved: z.ZodLiteral<true>;
253
+ company_task_id: z.ZodString;
254
+ scan_task_id: z.ZodString;
255
+ }, z.core.$strip>;
256
+ export type Step2FinalResultSaveResult = z.infer<typeof Step2FinalResultSaveResultSchema>;
257
+ export declare const Step2FinalResultSaveResponseSchema: z.ZodObject<{
258
+ code: z.ZodNumber;
259
+ data: z.ZodObject<{
260
+ saved: z.ZodLiteral<true>;
261
+ company_task_id: z.ZodString;
262
+ scan_task_id: z.ZodString;
263
+ }, z.core.$strip>;
264
+ message: z.ZodString;
265
+ }, z.core.$strip>;
266
+ export declare const Step2FinalResultDataSourceSchema: z.ZodEnum<{
267
+ task: "task";
268
+ snapshot: "snapshot";
269
+ }>;
270
+ export declare const Step2FinalResultViewSchema: z.ZodObject<{
271
+ site_id: z.ZodString;
272
+ company_task_id: z.ZodString;
273
+ scan_task_id: z.ZodString;
274
+ type: z.ZodEnum<{
275
+ existing_site: "existing_site";
276
+ new_site: "new_site";
277
+ }>;
278
+ data_source: z.ZodEnum<{
279
+ task: "task";
280
+ snapshot: "snapshot";
281
+ }>;
282
+ result: z.ZodObject<{
283
+ website: z.ZodOptional<z.ZodString>;
284
+ scan_cards: z.ZodRecord<z.ZodString, z.ZodObject<{
285
+ label: z.ZodString;
286
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
287
+ summary: z.ZodString;
288
+ tone: z.ZodEnum<{
289
+ unknown: "unknown";
290
+ good: "good";
291
+ warn: "warn";
292
+ bad: "bad";
293
+ }>;
294
+ status: z.ZodEnum<{
295
+ unknown: "unknown";
296
+ ok: "ok";
297
+ }>;
298
+ }, z.core.$strip>>;
299
+ scan_result: z.ZodOptional<z.ZodObject<{
300
+ site_url: z.ZodString;
301
+ scanned_at: z.ZodString;
302
+ reach: z.ZodArray<z.ZodObject<{
303
+ key: z.ZodString;
304
+ label: z.ZodString;
305
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
306
+ tone: z.ZodEnum<{
307
+ unknown: "unknown";
308
+ good: "good";
309
+ warn: "warn";
310
+ bad: "bad";
311
+ }>;
312
+ status: z.ZodEnum<{
313
+ unknown: "unknown";
314
+ ok: "ok";
315
+ }>;
316
+ evidence: z.ZodOptional<z.ZodString>;
317
+ }, z.core.$strict>>;
318
+ trust: z.ZodArray<z.ZodObject<{
319
+ key: z.ZodString;
320
+ label: z.ZodString;
321
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
322
+ tone: z.ZodEnum<{
323
+ unknown: "unknown";
324
+ good: "good";
325
+ warn: "warn";
326
+ bad: "bad";
327
+ }>;
328
+ status: z.ZodEnum<{
329
+ unknown: "unknown";
330
+ ok: "ok";
331
+ }>;
332
+ evidence: z.ZodOptional<z.ZodString>;
333
+ }, z.core.$strict>>;
334
+ convert: z.ZodArray<z.ZodObject<{
335
+ key: z.ZodString;
336
+ label: z.ZodString;
337
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
338
+ tone: z.ZodEnum<{
339
+ unknown: "unknown";
340
+ good: "good";
341
+ warn: "warn";
342
+ bad: "bad";
343
+ }>;
344
+ status: z.ZodEnum<{
345
+ unknown: "unknown";
346
+ ok: "ok";
347
+ }>;
348
+ evidence: z.ZodOptional<z.ZodString>;
349
+ }, z.core.$strict>>;
350
+ safe: z.ZodArray<z.ZodObject<{
351
+ key: z.ZodString;
352
+ label: z.ZodString;
353
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
354
+ tone: z.ZodEnum<{
355
+ unknown: "unknown";
356
+ good: "good";
357
+ warn: "warn";
358
+ bad: "bad";
359
+ }>;
360
+ status: z.ZodEnum<{
361
+ unknown: "unknown";
362
+ ok: "ok";
363
+ }>;
364
+ evidence: z.ZodOptional<z.ZodString>;
365
+ }, z.core.$strict>>;
366
+ pages: z.ZodArray<z.ZodObject<{
367
+ url: z.ZodString;
368
+ title: z.ZodString;
369
+ words: z.ZodNumber;
370
+ }, z.core.$strict>>;
371
+ }, z.core.$strict>>;
372
+ type: z.ZodEnum<{
373
+ existing_site: "existing_site";
374
+ new_site: "new_site";
375
+ }>;
376
+ structured_facts: z.ZodOptional<z.ZodUnknown>;
377
+ company_name: z.ZodString;
378
+ primary_product: z.ZodString;
379
+ current_market: z.ZodString;
380
+ qualifications: z.ZodString;
381
+ }, z.core.$strip>;
382
+ }, z.core.$strip>;
383
+ export type Step2FinalResultView = z.infer<typeof Step2FinalResultViewSchema>;
384
+ export declare const Step2FinalResultResponseSchema: z.ZodObject<{
385
+ code: z.ZodNumber;
386
+ data: z.ZodNullable<z.ZodObject<{
387
+ site_id: z.ZodString;
388
+ company_task_id: z.ZodString;
389
+ scan_task_id: z.ZodString;
390
+ type: z.ZodEnum<{
391
+ existing_site: "existing_site";
392
+ new_site: "new_site";
393
+ }>;
394
+ data_source: z.ZodEnum<{
395
+ task: "task";
396
+ snapshot: "snapshot";
397
+ }>;
398
+ result: z.ZodObject<{
399
+ website: z.ZodOptional<z.ZodString>;
400
+ scan_cards: z.ZodRecord<z.ZodString, z.ZodObject<{
401
+ label: z.ZodString;
402
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
403
+ summary: z.ZodString;
404
+ tone: z.ZodEnum<{
405
+ unknown: "unknown";
406
+ good: "good";
407
+ warn: "warn";
408
+ bad: "bad";
409
+ }>;
410
+ status: z.ZodEnum<{
411
+ unknown: "unknown";
412
+ ok: "ok";
413
+ }>;
414
+ }, z.core.$strip>>;
415
+ scan_result: z.ZodOptional<z.ZodObject<{
416
+ site_url: z.ZodString;
417
+ scanned_at: z.ZodString;
418
+ reach: z.ZodArray<z.ZodObject<{
419
+ key: z.ZodString;
420
+ label: z.ZodString;
421
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
422
+ tone: z.ZodEnum<{
423
+ unknown: "unknown";
424
+ good: "good";
425
+ warn: "warn";
426
+ bad: "bad";
427
+ }>;
428
+ status: z.ZodEnum<{
429
+ unknown: "unknown";
430
+ ok: "ok";
431
+ }>;
432
+ evidence: z.ZodOptional<z.ZodString>;
433
+ }, z.core.$strict>>;
434
+ trust: z.ZodArray<z.ZodObject<{
435
+ key: z.ZodString;
436
+ label: z.ZodString;
437
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
438
+ tone: z.ZodEnum<{
439
+ unknown: "unknown";
440
+ good: "good";
441
+ warn: "warn";
442
+ bad: "bad";
443
+ }>;
444
+ status: z.ZodEnum<{
445
+ unknown: "unknown";
446
+ ok: "ok";
447
+ }>;
448
+ evidence: z.ZodOptional<z.ZodString>;
449
+ }, z.core.$strict>>;
450
+ convert: z.ZodArray<z.ZodObject<{
451
+ key: z.ZodString;
452
+ label: z.ZodString;
453
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
454
+ tone: z.ZodEnum<{
455
+ unknown: "unknown";
456
+ good: "good";
457
+ warn: "warn";
458
+ bad: "bad";
459
+ }>;
460
+ status: z.ZodEnum<{
461
+ unknown: "unknown";
462
+ ok: "ok";
463
+ }>;
464
+ evidence: z.ZodOptional<z.ZodString>;
465
+ }, z.core.$strict>>;
466
+ safe: z.ZodArray<z.ZodObject<{
467
+ key: z.ZodString;
468
+ label: z.ZodString;
469
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>;
470
+ tone: z.ZodEnum<{
471
+ unknown: "unknown";
472
+ good: "good";
473
+ warn: "warn";
474
+ bad: "bad";
475
+ }>;
476
+ status: z.ZodEnum<{
477
+ unknown: "unknown";
478
+ ok: "ok";
479
+ }>;
480
+ evidence: z.ZodOptional<z.ZodString>;
481
+ }, z.core.$strict>>;
482
+ pages: z.ZodArray<z.ZodObject<{
483
+ url: z.ZodString;
484
+ title: z.ZodString;
485
+ words: z.ZodNumber;
486
+ }, z.core.$strict>>;
487
+ }, z.core.$strict>>;
488
+ type: z.ZodEnum<{
489
+ existing_site: "existing_site";
490
+ new_site: "new_site";
491
+ }>;
492
+ structured_facts: z.ZodOptional<z.ZodUnknown>;
493
+ company_name: z.ZodString;
494
+ primary_product: z.ZodString;
495
+ current_market: z.ZodString;
496
+ qualifications: z.ZodString;
497
+ }, z.core.$strip>;
498
+ }, z.core.$strip>>;
499
+ message: z.ZodString;
500
+ }, z.core.$strip>;