@vcp-dev/contracts 0.8.4 → 0.8.5

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.
@@ -707,10 +707,7 @@ export declare const Step5GeoQuestionSchema: z.ZodObject<{
707
707
  medium: "medium";
708
708
  low: "low";
709
709
  }>;
710
- source: z.ZodEnum<{
711
- ai_generation: "ai_generation";
712
- user_input: "user_input";
713
- }>;
710
+ source: z.ZodLiteral<"ai_generation">;
714
711
  }, z.core.$strict>;
715
712
  export type Step5GeoQuestion = z.infer<typeof Step5GeoQuestionSchema>;
716
713
  /**
@@ -1347,29 +1344,6 @@ export declare const Step5StrategyItemSchema: z.ZodObject<{
1347
1344
  snapshot_id: z.ZodString;
1348
1345
  selected_keywords: z.ZodArray<z.ZodString>;
1349
1346
  }, z.core.$strict>>>;
1350
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1351
- id: z.ZodString;
1352
- question: z.ZodString;
1353
- question_type: z.ZodEnum<{
1354
- category: "category";
1355
- trust: "trust";
1356
- selection: "selection";
1357
- application: "application";
1358
- parameter: "parameter";
1359
- cost: "cost";
1360
- compliance: "compliance";
1361
- delivery: "delivery";
1362
- }>;
1363
- intent_strength: z.ZodEnum<{
1364
- high: "high";
1365
- medium: "medium";
1366
- low: "low";
1367
- }>;
1368
- source: z.ZodEnum<{
1369
- ai_generation: "ai_generation";
1370
- user_input: "user_input";
1371
- }>;
1372
- }, z.core.$strict>>>;
1373
1347
  }, z.core.$strict>>>>;
1374
1348
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1375
1349
  id: z.ZodString;
@@ -1405,7 +1379,7 @@ export declare const Step5SeoGeoPlanRowSchema: z.ZodObject<{
1405
1379
  }, z.core.$strict>;
1406
1380
  export type Step5SeoGeoPlanRow = z.infer<typeof Step5SeoGeoPlanRowSchema>;
1407
1381
  export declare const STEP5_SEO_PAYLOAD_SCHEMA_VERSION: 2;
1408
- export declare const STEP5_SEO_KEYWORD_MIN = 0;
1382
+ export declare const STEP5_SEO_KEYWORD_MIN = 1;
1409
1383
  export declare const STEP5_SEO_KEYWORD_DEFAULT = 20;
1410
1384
  export declare const STEP5_SEO_KEYWORD_MAX = 50;
1411
1385
  export declare const Step5LegacySeoKeywordSchema: z.ZodObject<{
@@ -1519,29 +1493,6 @@ export declare const Step5SeoPayloadV2Schema: z.ZodObject<{
1519
1493
  snapshot_id: z.ZodString;
1520
1494
  selected_keywords: z.ZodArray<z.ZodString>;
1521
1495
  }, z.core.$strict>>>;
1522
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1523
- id: z.ZodString;
1524
- question: z.ZodString;
1525
- question_type: z.ZodEnum<{
1526
- category: "category";
1527
- trust: "trust";
1528
- selection: "selection";
1529
- application: "application";
1530
- parameter: "parameter";
1531
- cost: "cost";
1532
- compliance: "compliance";
1533
- delivery: "delivery";
1534
- }>;
1535
- intent_strength: z.ZodEnum<{
1536
- high: "high";
1537
- medium: "medium";
1538
- low: "low";
1539
- }>;
1540
- source: z.ZodEnum<{
1541
- ai_generation: "ai_generation";
1542
- user_input: "user_input";
1543
- }>;
1544
- }, z.core.$strict>>>;
1545
1496
  }, z.core.$strict>;
1546
1497
  export type Step5SeoPayloadV2 = z.infer<typeof Step5SeoPayloadV2Schema>;
1547
1498
  export declare const Step5SeoPayloadV2InputSchema: z.ZodObject<{
@@ -1587,29 +1538,6 @@ export declare const Step5SeoPayloadV2InputSchema: z.ZodObject<{
1587
1538
  snapshot_id: z.ZodString;
1588
1539
  selected_keywords: z.ZodArray<z.ZodString>;
1589
1540
  }, z.core.$strict>>>;
1590
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1591
- id: z.ZodString;
1592
- question: z.ZodString;
1593
- question_type: z.ZodEnum<{
1594
- category: "category";
1595
- trust: "trust";
1596
- selection: "selection";
1597
- application: "application";
1598
- parameter: "parameter";
1599
- cost: "cost";
1600
- compliance: "compliance";
1601
- delivery: "delivery";
1602
- }>;
1603
- intent_strength: z.ZodEnum<{
1604
- high: "high";
1605
- medium: "medium";
1606
- low: "low";
1607
- }>;
1608
- source: z.ZodEnum<{
1609
- ai_generation: "ai_generation";
1610
- user_input: "user_input";
1611
- }>;
1612
- }, z.core.$strict>>>;
1613
1541
  }, z.core.$strict>;
1614
1542
  export type Step5SeoPayloadV2Input = z.infer<typeof Step5SeoPayloadV2InputSchema>;
1615
1543
  export declare const Step5LegacyDecisionCustomPayloadSchema: z.ZodObject<{
@@ -1694,29 +1622,6 @@ export declare const Step5DecisionCustomPayloadSchema: z.ZodUnion<readonly [z.Zo
1694
1622
  snapshot_id: z.ZodString;
1695
1623
  selected_keywords: z.ZodArray<z.ZodString>;
1696
1624
  }, z.core.$strict>>>;
1697
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1698
- id: z.ZodString;
1699
- question: z.ZodString;
1700
- question_type: z.ZodEnum<{
1701
- category: "category";
1702
- trust: "trust";
1703
- selection: "selection";
1704
- application: "application";
1705
- parameter: "parameter";
1706
- cost: "cost";
1707
- compliance: "compliance";
1708
- delivery: "delivery";
1709
- }>;
1710
- intent_strength: z.ZodEnum<{
1711
- high: "high";
1712
- medium: "medium";
1713
- low: "low";
1714
- }>;
1715
- source: z.ZodEnum<{
1716
- ai_generation: "ai_generation";
1717
- user_input: "user_input";
1718
- }>;
1719
- }, z.core.$strict>>>;
1720
1625
  }, z.core.$strict>, z.ZodObject<{
1721
1626
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
1722
1627
  id: z.ZodString;
@@ -1780,29 +1685,6 @@ export declare const Step5DecisionCustomPayloadInputSchema: z.ZodUnion<readonly
1780
1685
  snapshot_id: z.ZodString;
1781
1686
  selected_keywords: z.ZodArray<z.ZodString>;
1782
1687
  }, z.core.$strict>>>;
1783
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1784
- id: z.ZodString;
1785
- question: z.ZodString;
1786
- question_type: z.ZodEnum<{
1787
- category: "category";
1788
- trust: "trust";
1789
- selection: "selection";
1790
- application: "application";
1791
- parameter: "parameter";
1792
- cost: "cost";
1793
- compliance: "compliance";
1794
- delivery: "delivery";
1795
- }>;
1796
- intent_strength: z.ZodEnum<{
1797
- high: "high";
1798
- medium: "medium";
1799
- low: "low";
1800
- }>;
1801
- source: z.ZodEnum<{
1802
- ai_generation: "ai_generation";
1803
- user_input: "user_input";
1804
- }>;
1805
- }, z.core.$strict>>>;
1806
1688
  }, z.core.$strict>, z.ZodObject<{
1807
1689
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
1808
1690
  id: z.ZodString;
@@ -1885,29 +1767,6 @@ export declare const Step5StrategyDecisionInputSchema: z.ZodObject<{
1885
1767
  snapshot_id: z.ZodString;
1886
1768
  selected_keywords: z.ZodArray<z.ZodString>;
1887
1769
  }, z.core.$strict>>>;
1888
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1889
- id: z.ZodString;
1890
- question: z.ZodString;
1891
- question_type: z.ZodEnum<{
1892
- category: "category";
1893
- trust: "trust";
1894
- selection: "selection";
1895
- application: "application";
1896
- parameter: "parameter";
1897
- cost: "cost";
1898
- compliance: "compliance";
1899
- delivery: "delivery";
1900
- }>;
1901
- intent_strength: z.ZodEnum<{
1902
- high: "high";
1903
- medium: "medium";
1904
- low: "low";
1905
- }>;
1906
- source: z.ZodEnum<{
1907
- ai_generation: "ai_generation";
1908
- user_input: "user_input";
1909
- }>;
1910
- }, z.core.$strict>>>;
1911
1770
  }, z.core.$strict>, z.ZodObject<{
1912
1771
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
1913
1772
  id: z.ZodString;
@@ -1997,29 +1856,6 @@ export declare const Step5StrategyDecisionSchema: z.ZodObject<{
1997
1856
  snapshot_id: z.ZodString;
1998
1857
  selected_keywords: z.ZodArray<z.ZodString>;
1999
1858
  }, z.core.$strict>>>;
2000
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2001
- id: z.ZodString;
2002
- question: z.ZodString;
2003
- question_type: z.ZodEnum<{
2004
- category: "category";
2005
- trust: "trust";
2006
- selection: "selection";
2007
- application: "application";
2008
- parameter: "parameter";
2009
- cost: "cost";
2010
- compliance: "compliance";
2011
- delivery: "delivery";
2012
- }>;
2013
- intent_strength: z.ZodEnum<{
2014
- high: "high";
2015
- medium: "medium";
2016
- low: "low";
2017
- }>;
2018
- source: z.ZodEnum<{
2019
- ai_generation: "ai_generation";
2020
- user_input: "user_input";
2021
- }>;
2022
- }, z.core.$strict>>>;
2023
1859
  }, z.core.$strict>, z.ZodObject<{
2024
1860
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
2025
1861
  id: z.ZodString;
@@ -2700,29 +2536,6 @@ export declare const Step5StrategyVersionSnapshotSchema: z.ZodObject<{
2700
2536
  snapshot_id: z.ZodString;
2701
2537
  selected_keywords: z.ZodArray<z.ZodString>;
2702
2538
  }, z.core.$strict>>>;
2703
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2704
- id: z.ZodString;
2705
- question: z.ZodString;
2706
- question_type: z.ZodEnum<{
2707
- category: "category";
2708
- trust: "trust";
2709
- selection: "selection";
2710
- application: "application";
2711
- parameter: "parameter";
2712
- cost: "cost";
2713
- compliance: "compliance";
2714
- delivery: "delivery";
2715
- }>;
2716
- intent_strength: z.ZodEnum<{
2717
- high: "high";
2718
- medium: "medium";
2719
- low: "low";
2720
- }>;
2721
- source: z.ZodEnum<{
2722
- ai_generation: "ai_generation";
2723
- user_input: "user_input";
2724
- }>;
2725
- }, z.core.$strict>>>;
2726
2539
  }, z.core.$strict>>>>;
2727
2540
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2728
2541
  id: z.ZodString;
@@ -2812,29 +2625,6 @@ export declare const Step5StrategyVersionSnapshotSchema: z.ZodObject<{
2812
2625
  snapshot_id: z.ZodString;
2813
2626
  selected_keywords: z.ZodArray<z.ZodString>;
2814
2627
  }, z.core.$strict>>>;
2815
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2816
- id: z.ZodString;
2817
- question: z.ZodString;
2818
- question_type: z.ZodEnum<{
2819
- category: "category";
2820
- trust: "trust";
2821
- selection: "selection";
2822
- application: "application";
2823
- parameter: "parameter";
2824
- cost: "cost";
2825
- compliance: "compliance";
2826
- delivery: "delivery";
2827
- }>;
2828
- intent_strength: z.ZodEnum<{
2829
- high: "high";
2830
- medium: "medium";
2831
- low: "low";
2832
- }>;
2833
- source: z.ZodEnum<{
2834
- ai_generation: "ai_generation";
2835
- user_input: "user_input";
2836
- }>;
2837
- }, z.core.$strict>>>;
2838
2628
  }, z.core.$strict>, z.ZodObject<{
2839
2629
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
2840
2630
  id: z.ZodString;
@@ -3526,29 +3316,6 @@ export declare const Step5CommittedVersionSchema: z.ZodObject<{
3526
3316
  snapshot_id: z.ZodString;
3527
3317
  selected_keywords: z.ZodArray<z.ZodString>;
3528
3318
  }, z.core.$strict>>>;
3529
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
3530
- id: z.ZodString;
3531
- question: z.ZodString;
3532
- question_type: z.ZodEnum<{
3533
- category: "category";
3534
- trust: "trust";
3535
- selection: "selection";
3536
- application: "application";
3537
- parameter: "parameter";
3538
- cost: "cost";
3539
- compliance: "compliance";
3540
- delivery: "delivery";
3541
- }>;
3542
- intent_strength: z.ZodEnum<{
3543
- high: "high";
3544
- medium: "medium";
3545
- low: "low";
3546
- }>;
3547
- source: z.ZodEnum<{
3548
- ai_generation: "ai_generation";
3549
- user_input: "user_input";
3550
- }>;
3551
- }, z.core.$strict>>>;
3552
3319
  }, z.core.$strict>>>>;
3553
3320
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
3554
3321
  id: z.ZodString;
@@ -3638,29 +3405,6 @@ export declare const Step5CommittedVersionSchema: z.ZodObject<{
3638
3405
  snapshot_id: z.ZodString;
3639
3406
  selected_keywords: z.ZodArray<z.ZodString>;
3640
3407
  }, z.core.$strict>>>;
3641
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
3642
- id: z.ZodString;
3643
- question: z.ZodString;
3644
- question_type: z.ZodEnum<{
3645
- category: "category";
3646
- trust: "trust";
3647
- selection: "selection";
3648
- application: "application";
3649
- parameter: "parameter";
3650
- cost: "cost";
3651
- compliance: "compliance";
3652
- delivery: "delivery";
3653
- }>;
3654
- intent_strength: z.ZodEnum<{
3655
- high: "high";
3656
- medium: "medium";
3657
- low: "low";
3658
- }>;
3659
- source: z.ZodEnum<{
3660
- ai_generation: "ai_generation";
3661
- user_input: "user_input";
3662
- }>;
3663
- }, z.core.$strict>>>;
3664
3408
  }, z.core.$strict>, z.ZodObject<{
3665
3409
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
3666
3410
  id: z.ZodString;
@@ -4343,29 +4087,6 @@ export declare const Step5StrategyJobSchema: z.ZodObject<{
4343
4087
  snapshot_id: z.ZodString;
4344
4088
  selected_keywords: z.ZodArray<z.ZodString>;
4345
4089
  }, z.core.$strict>>>;
4346
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
4347
- id: z.ZodString;
4348
- question: z.ZodString;
4349
- question_type: z.ZodEnum<{
4350
- category: "category";
4351
- trust: "trust";
4352
- selection: "selection";
4353
- application: "application";
4354
- parameter: "parameter";
4355
- cost: "cost";
4356
- compliance: "compliance";
4357
- delivery: "delivery";
4358
- }>;
4359
- intent_strength: z.ZodEnum<{
4360
- high: "high";
4361
- medium: "medium";
4362
- low: "low";
4363
- }>;
4364
- source: z.ZodEnum<{
4365
- ai_generation: "ai_generation";
4366
- user_input: "user_input";
4367
- }>;
4368
- }, z.core.$strict>>>;
4369
4090
  }, z.core.$strict>>>>;
4370
4091
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
4371
4092
  id: z.ZodString;
@@ -4455,29 +4176,6 @@ export declare const Step5StrategyJobSchema: z.ZodObject<{
4455
4176
  snapshot_id: z.ZodString;
4456
4177
  selected_keywords: z.ZodArray<z.ZodString>;
4457
4178
  }, z.core.$strict>>>;
4458
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
4459
- id: z.ZodString;
4460
- question: z.ZodString;
4461
- question_type: z.ZodEnum<{
4462
- category: "category";
4463
- trust: "trust";
4464
- selection: "selection";
4465
- application: "application";
4466
- parameter: "parameter";
4467
- cost: "cost";
4468
- compliance: "compliance";
4469
- delivery: "delivery";
4470
- }>;
4471
- intent_strength: z.ZodEnum<{
4472
- high: "high";
4473
- medium: "medium";
4474
- low: "low";
4475
- }>;
4476
- source: z.ZodEnum<{
4477
- ai_generation: "ai_generation";
4478
- user_input: "user_input";
4479
- }>;
4480
- }, z.core.$strict>>>;
4481
4179
  }, z.core.$strict>, z.ZodObject<{
4482
4180
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
4483
4181
  id: z.ZodString;
@@ -5170,29 +4868,6 @@ export declare const Step5StrategyJobSchema: z.ZodObject<{
5170
4868
  snapshot_id: z.ZodString;
5171
4869
  selected_keywords: z.ZodArray<z.ZodString>;
5172
4870
  }, z.core.$strict>>>;
5173
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
5174
- id: z.ZodString;
5175
- question: z.ZodString;
5176
- question_type: z.ZodEnum<{
5177
- category: "category";
5178
- trust: "trust";
5179
- selection: "selection";
5180
- application: "application";
5181
- parameter: "parameter";
5182
- cost: "cost";
5183
- compliance: "compliance";
5184
- delivery: "delivery";
5185
- }>;
5186
- intent_strength: z.ZodEnum<{
5187
- high: "high";
5188
- medium: "medium";
5189
- low: "low";
5190
- }>;
5191
- source: z.ZodEnum<{
5192
- ai_generation: "ai_generation";
5193
- user_input: "user_input";
5194
- }>;
5195
- }, z.core.$strict>>>;
5196
4871
  }, z.core.$strict>>>>;
5197
4872
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
5198
4873
  id: z.ZodString;
@@ -5282,29 +4957,6 @@ export declare const Step5StrategyJobSchema: z.ZodObject<{
5282
4957
  snapshot_id: z.ZodString;
5283
4958
  selected_keywords: z.ZodArray<z.ZodString>;
5284
4959
  }, z.core.$strict>>>;
5285
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
5286
- id: z.ZodString;
5287
- question: z.ZodString;
5288
- question_type: z.ZodEnum<{
5289
- category: "category";
5290
- trust: "trust";
5291
- selection: "selection";
5292
- application: "application";
5293
- parameter: "parameter";
5294
- cost: "cost";
5295
- compliance: "compliance";
5296
- delivery: "delivery";
5297
- }>;
5298
- intent_strength: z.ZodEnum<{
5299
- high: "high";
5300
- medium: "medium";
5301
- low: "low";
5302
- }>;
5303
- source: z.ZodEnum<{
5304
- ai_generation: "ai_generation";
5305
- user_input: "user_input";
5306
- }>;
5307
- }, z.core.$strict>>>;
5308
4960
  }, z.core.$strict>, z.ZodObject<{
5309
4961
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
5310
4962
  id: z.ZodString;
@@ -5992,29 +5644,6 @@ export declare const Step5StartStrategyResponseSchema: z.ZodObject<{
5992
5644
  snapshot_id: z.ZodString;
5993
5645
  selected_keywords: z.ZodArray<z.ZodString>;
5994
5646
  }, z.core.$strict>>>;
5995
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
5996
- id: z.ZodString;
5997
- question: z.ZodString;
5998
- question_type: z.ZodEnum<{
5999
- category: "category";
6000
- trust: "trust";
6001
- selection: "selection";
6002
- application: "application";
6003
- parameter: "parameter";
6004
- cost: "cost";
6005
- compliance: "compliance";
6006
- delivery: "delivery";
6007
- }>;
6008
- intent_strength: z.ZodEnum<{
6009
- high: "high";
6010
- medium: "medium";
6011
- low: "low";
6012
- }>;
6013
- source: z.ZodEnum<{
6014
- ai_generation: "ai_generation";
6015
- user_input: "user_input";
6016
- }>;
6017
- }, z.core.$strict>>>;
6018
5647
  }, z.core.$strict>>>>;
6019
5648
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
6020
5649
  id: z.ZodString;
@@ -6104,29 +5733,6 @@ export declare const Step5StartStrategyResponseSchema: z.ZodObject<{
6104
5733
  snapshot_id: z.ZodString;
6105
5734
  selected_keywords: z.ZodArray<z.ZodString>;
6106
5735
  }, z.core.$strict>>>;
6107
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
6108
- id: z.ZodString;
6109
- question: z.ZodString;
6110
- question_type: z.ZodEnum<{
6111
- category: "category";
6112
- trust: "trust";
6113
- selection: "selection";
6114
- application: "application";
6115
- parameter: "parameter";
6116
- cost: "cost";
6117
- compliance: "compliance";
6118
- delivery: "delivery";
6119
- }>;
6120
- intent_strength: z.ZodEnum<{
6121
- high: "high";
6122
- medium: "medium";
6123
- low: "low";
6124
- }>;
6125
- source: z.ZodEnum<{
6126
- ai_generation: "ai_generation";
6127
- user_input: "user_input";
6128
- }>;
6129
- }, z.core.$strict>>>;
6130
5736
  }, z.core.$strict>, z.ZodObject<{
6131
5737
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
6132
5738
  id: z.ZodString;
@@ -6815,32 +6421,9 @@ export declare const Step5StartStrategyResponseSchema: z.ZodObject<{
6815
6421
  metric_timestamp: z.ZodNullable<z.ZodString>;
6816
6422
  }, z.core.$strict>>;
6817
6423
  semrush_snapshot_refs: z.ZodOptional<z.ZodArray<z.ZodObject<{
6818
- request_id: z.ZodString;
6819
- snapshot_id: z.ZodString;
6820
- selected_keywords: z.ZodArray<z.ZodString>;
6821
- }, z.core.$strict>>>;
6822
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
6823
- id: z.ZodString;
6824
- question: z.ZodString;
6825
- question_type: z.ZodEnum<{
6826
- category: "category";
6827
- trust: "trust";
6828
- selection: "selection";
6829
- application: "application";
6830
- parameter: "parameter";
6831
- cost: "cost";
6832
- compliance: "compliance";
6833
- delivery: "delivery";
6834
- }>;
6835
- intent_strength: z.ZodEnum<{
6836
- high: "high";
6837
- medium: "medium";
6838
- low: "low";
6839
- }>;
6840
- source: z.ZodEnum<{
6841
- ai_generation: "ai_generation";
6842
- user_input: "user_input";
6843
- }>;
6424
+ request_id: z.ZodString;
6425
+ snapshot_id: z.ZodString;
6426
+ selected_keywords: z.ZodArray<z.ZodString>;
6844
6427
  }, z.core.$strict>>>;
6845
6428
  }, z.core.$strict>>>>;
6846
6429
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -6931,29 +6514,6 @@ export declare const Step5StartStrategyResponseSchema: z.ZodObject<{
6931
6514
  snapshot_id: z.ZodString;
6932
6515
  selected_keywords: z.ZodArray<z.ZodString>;
6933
6516
  }, z.core.$strict>>>;
6934
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
6935
- id: z.ZodString;
6936
- question: z.ZodString;
6937
- question_type: z.ZodEnum<{
6938
- category: "category";
6939
- trust: "trust";
6940
- selection: "selection";
6941
- application: "application";
6942
- parameter: "parameter";
6943
- cost: "cost";
6944
- compliance: "compliance";
6945
- delivery: "delivery";
6946
- }>;
6947
- intent_strength: z.ZodEnum<{
6948
- high: "high";
6949
- medium: "medium";
6950
- low: "low";
6951
- }>;
6952
- source: z.ZodEnum<{
6953
- ai_generation: "ai_generation";
6954
- user_input: "user_input";
6955
- }>;
6956
- }, z.core.$strict>>>;
6957
6517
  }, z.core.$strict>, z.ZodObject<{
6958
6518
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
6959
6519
  id: z.ZodString;
@@ -7055,29 +6615,6 @@ export declare const Step5SaveDecisionRequestSchema: z.ZodObject<{
7055
6615
  snapshot_id: z.ZodString;
7056
6616
  selected_keywords: z.ZodArray<z.ZodString>;
7057
6617
  }, z.core.$strict>>>;
7058
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
7059
- id: z.ZodString;
7060
- question: z.ZodString;
7061
- question_type: z.ZodEnum<{
7062
- category: "category";
7063
- trust: "trust";
7064
- selection: "selection";
7065
- application: "application";
7066
- parameter: "parameter";
7067
- cost: "cost";
7068
- compliance: "compliance";
7069
- delivery: "delivery";
7070
- }>;
7071
- intent_strength: z.ZodEnum<{
7072
- high: "high";
7073
- medium: "medium";
7074
- low: "low";
7075
- }>;
7076
- source: z.ZodEnum<{
7077
- ai_generation: "ai_generation";
7078
- user_input: "user_input";
7079
- }>;
7080
- }, z.core.$strict>>>;
7081
6618
  }, z.core.$strict>, z.ZodObject<{
7082
6619
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
7083
6620
  id: z.ZodString;
@@ -7164,29 +6701,6 @@ export declare const Step5SaveDecisionResponseSchema: z.ZodObject<{
7164
6701
  snapshot_id: z.ZodString;
7165
6702
  selected_keywords: z.ZodArray<z.ZodString>;
7166
6703
  }, z.core.$strict>>>;
7167
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
7168
- id: z.ZodString;
7169
- question: z.ZodString;
7170
- question_type: z.ZodEnum<{
7171
- category: "category";
7172
- trust: "trust";
7173
- selection: "selection";
7174
- application: "application";
7175
- parameter: "parameter";
7176
- cost: "cost";
7177
- compliance: "compliance";
7178
- delivery: "delivery";
7179
- }>;
7180
- intent_strength: z.ZodEnum<{
7181
- high: "high";
7182
- medium: "medium";
7183
- low: "low";
7184
- }>;
7185
- source: z.ZodEnum<{
7186
- ai_generation: "ai_generation";
7187
- user_input: "user_input";
7188
- }>;
7189
- }, z.core.$strict>>>;
7190
6704
  }, z.core.$strict>, z.ZodObject<{
7191
6705
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
7192
6706
  id: z.ZodString;
@@ -7288,29 +6802,6 @@ export declare const Step5CommitStrategyRequestSchema: z.ZodObject<{
7288
6802
  snapshot_id: z.ZodString;
7289
6803
  selected_keywords: z.ZodArray<z.ZodString>;
7290
6804
  }, z.core.$strict>>>;
7291
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
7292
- id: z.ZodString;
7293
- question: z.ZodString;
7294
- question_type: z.ZodEnum<{
7295
- category: "category";
7296
- trust: "trust";
7297
- selection: "selection";
7298
- application: "application";
7299
- parameter: "parameter";
7300
- cost: "cost";
7301
- compliance: "compliance";
7302
- delivery: "delivery";
7303
- }>;
7304
- intent_strength: z.ZodEnum<{
7305
- high: "high";
7306
- medium: "medium";
7307
- low: "low";
7308
- }>;
7309
- source: z.ZodEnum<{
7310
- ai_generation: "ai_generation";
7311
- user_input: "user_input";
7312
- }>;
7313
- }, z.core.$strict>>>;
7314
6805
  }, z.core.$strict>, z.ZodObject<{
7315
6806
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
7316
6807
  id: z.ZodString;
@@ -7985,29 +7476,6 @@ export declare const Step5StrategySnapshotDataSchema: z.ZodObject<{
7985
7476
  snapshot_id: z.ZodString;
7986
7477
  selected_keywords: z.ZodArray<z.ZodString>;
7987
7478
  }, z.core.$strict>>>;
7988
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
7989
- id: z.ZodString;
7990
- question: z.ZodString;
7991
- question_type: z.ZodEnum<{
7992
- category: "category";
7993
- trust: "trust";
7994
- selection: "selection";
7995
- application: "application";
7996
- parameter: "parameter";
7997
- cost: "cost";
7998
- compliance: "compliance";
7999
- delivery: "delivery";
8000
- }>;
8001
- intent_strength: z.ZodEnum<{
8002
- high: "high";
8003
- medium: "medium";
8004
- low: "low";
8005
- }>;
8006
- source: z.ZodEnum<{
8007
- ai_generation: "ai_generation";
8008
- user_input: "user_input";
8009
- }>;
8010
- }, z.core.$strict>>>;
8011
7479
  }, z.core.$strict>>>>;
8012
7480
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
8013
7481
  id: z.ZodString;
@@ -8097,29 +7565,6 @@ export declare const Step5StrategySnapshotDataSchema: z.ZodObject<{
8097
7565
  snapshot_id: z.ZodString;
8098
7566
  selected_keywords: z.ZodArray<z.ZodString>;
8099
7567
  }, z.core.$strict>>>;
8100
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
8101
- id: z.ZodString;
8102
- question: z.ZodString;
8103
- question_type: z.ZodEnum<{
8104
- category: "category";
8105
- trust: "trust";
8106
- selection: "selection";
8107
- application: "application";
8108
- parameter: "parameter";
8109
- cost: "cost";
8110
- compliance: "compliance";
8111
- delivery: "delivery";
8112
- }>;
8113
- intent_strength: z.ZodEnum<{
8114
- high: "high";
8115
- medium: "medium";
8116
- low: "low";
8117
- }>;
8118
- source: z.ZodEnum<{
8119
- ai_generation: "ai_generation";
8120
- user_input: "user_input";
8121
- }>;
8122
- }, z.core.$strict>>>;
8123
7568
  }, z.core.$strict>, z.ZodObject<{
8124
7569
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
8125
7570
  id: z.ZodString;
@@ -8812,29 +8257,6 @@ export declare const Step5StrategySnapshotDataSchema: z.ZodObject<{
8812
8257
  snapshot_id: z.ZodString;
8813
8258
  selected_keywords: z.ZodArray<z.ZodString>;
8814
8259
  }, z.core.$strict>>>;
8815
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
8816
- id: z.ZodString;
8817
- question: z.ZodString;
8818
- question_type: z.ZodEnum<{
8819
- category: "category";
8820
- trust: "trust";
8821
- selection: "selection";
8822
- application: "application";
8823
- parameter: "parameter";
8824
- cost: "cost";
8825
- compliance: "compliance";
8826
- delivery: "delivery";
8827
- }>;
8828
- intent_strength: z.ZodEnum<{
8829
- high: "high";
8830
- medium: "medium";
8831
- low: "low";
8832
- }>;
8833
- source: z.ZodEnum<{
8834
- ai_generation: "ai_generation";
8835
- user_input: "user_input";
8836
- }>;
8837
- }, z.core.$strict>>>;
8838
8260
  }, z.core.$strict>>>>;
8839
8261
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
8840
8262
  id: z.ZodString;
@@ -8924,29 +8346,6 @@ export declare const Step5StrategySnapshotDataSchema: z.ZodObject<{
8924
8346
  snapshot_id: z.ZodString;
8925
8347
  selected_keywords: z.ZodArray<z.ZodString>;
8926
8348
  }, z.core.$strict>>>;
8927
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
8928
- id: z.ZodString;
8929
- question: z.ZodString;
8930
- question_type: z.ZodEnum<{
8931
- category: "category";
8932
- trust: "trust";
8933
- selection: "selection";
8934
- application: "application";
8935
- parameter: "parameter";
8936
- cost: "cost";
8937
- compliance: "compliance";
8938
- delivery: "delivery";
8939
- }>;
8940
- intent_strength: z.ZodEnum<{
8941
- high: "high";
8942
- medium: "medium";
8943
- low: "low";
8944
- }>;
8945
- source: z.ZodEnum<{
8946
- ai_generation: "ai_generation";
8947
- user_input: "user_input";
8948
- }>;
8949
- }, z.core.$strict>>>;
8950
8349
  }, z.core.$strict>, z.ZodObject<{
8951
8350
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
8952
8351
  id: z.ZodString;
@@ -9642,29 +9041,6 @@ export declare const Step5StrategySseFrameSchema: z.ZodDiscriminatedUnion<[z.Zod
9642
9041
  snapshot_id: z.ZodString;
9643
9042
  selected_keywords: z.ZodArray<z.ZodString>;
9644
9043
  }, z.core.$strict>>>;
9645
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
9646
- id: z.ZodString;
9647
- question: z.ZodString;
9648
- question_type: z.ZodEnum<{
9649
- category: "category";
9650
- trust: "trust";
9651
- selection: "selection";
9652
- application: "application";
9653
- parameter: "parameter";
9654
- cost: "cost";
9655
- compliance: "compliance";
9656
- delivery: "delivery";
9657
- }>;
9658
- intent_strength: z.ZodEnum<{
9659
- high: "high";
9660
- medium: "medium";
9661
- low: "low";
9662
- }>;
9663
- source: z.ZodEnum<{
9664
- ai_generation: "ai_generation";
9665
- user_input: "user_input";
9666
- }>;
9667
- }, z.core.$strict>>>;
9668
9044
  }, z.core.$strict>>>>;
9669
9045
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
9670
9046
  id: z.ZodString;
@@ -9754,29 +9130,6 @@ export declare const Step5StrategySseFrameSchema: z.ZodDiscriminatedUnion<[z.Zod
9754
9130
  snapshot_id: z.ZodString;
9755
9131
  selected_keywords: z.ZodArray<z.ZodString>;
9756
9132
  }, z.core.$strict>>>;
9757
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
9758
- id: z.ZodString;
9759
- question: z.ZodString;
9760
- question_type: z.ZodEnum<{
9761
- category: "category";
9762
- trust: "trust";
9763
- selection: "selection";
9764
- application: "application";
9765
- parameter: "parameter";
9766
- cost: "cost";
9767
- compliance: "compliance";
9768
- delivery: "delivery";
9769
- }>;
9770
- intent_strength: z.ZodEnum<{
9771
- high: "high";
9772
- medium: "medium";
9773
- low: "low";
9774
- }>;
9775
- source: z.ZodEnum<{
9776
- ai_generation: "ai_generation";
9777
- user_input: "user_input";
9778
- }>;
9779
- }, z.core.$strict>>>;
9780
9133
  }, z.core.$strict>, z.ZodObject<{
9781
9134
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
9782
9135
  id: z.ZodString;
@@ -10469,29 +9822,6 @@ export declare const Step5StrategySseFrameSchema: z.ZodDiscriminatedUnion<[z.Zod
10469
9822
  snapshot_id: z.ZodString;
10470
9823
  selected_keywords: z.ZodArray<z.ZodString>;
10471
9824
  }, z.core.$strict>>>;
10472
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
10473
- id: z.ZodString;
10474
- question: z.ZodString;
10475
- question_type: z.ZodEnum<{
10476
- category: "category";
10477
- trust: "trust";
10478
- selection: "selection";
10479
- application: "application";
10480
- parameter: "parameter";
10481
- cost: "cost";
10482
- compliance: "compliance";
10483
- delivery: "delivery";
10484
- }>;
10485
- intent_strength: z.ZodEnum<{
10486
- high: "high";
10487
- medium: "medium";
10488
- low: "low";
10489
- }>;
10490
- source: z.ZodEnum<{
10491
- ai_generation: "ai_generation";
10492
- user_input: "user_input";
10493
- }>;
10494
- }, z.core.$strict>>>;
10495
9825
  }, z.core.$strict>>>>;
10496
9826
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
10497
9827
  id: z.ZodString;
@@ -10581,29 +9911,6 @@ export declare const Step5StrategySseFrameSchema: z.ZodDiscriminatedUnion<[z.Zod
10581
9911
  snapshot_id: z.ZodString;
10582
9912
  selected_keywords: z.ZodArray<z.ZodString>;
10583
9913
  }, z.core.$strict>>>;
10584
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
10585
- id: z.ZodString;
10586
- question: z.ZodString;
10587
- question_type: z.ZodEnum<{
10588
- category: "category";
10589
- trust: "trust";
10590
- selection: "selection";
10591
- application: "application";
10592
- parameter: "parameter";
10593
- cost: "cost";
10594
- compliance: "compliance";
10595
- delivery: "delivery";
10596
- }>;
10597
- intent_strength: z.ZodEnum<{
10598
- high: "high";
10599
- medium: "medium";
10600
- low: "low";
10601
- }>;
10602
- source: z.ZodEnum<{
10603
- ai_generation: "ai_generation";
10604
- user_input: "user_input";
10605
- }>;
10606
- }, z.core.$strict>>>;
10607
9914
  }, z.core.$strict>, z.ZodObject<{
10608
9915
  rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
10609
9916
  id: z.ZodString;
@@ -11292,29 +10599,6 @@ export declare const Step5StrategySseFrameSchema: z.ZodDiscriminatedUnion<[z.Zod
11292
10599
  snapshot_id: z.ZodString;
11293
10600
  selected_keywords: z.ZodArray<z.ZodString>;
11294
10601
  }, z.core.$strict>>>;
11295
- geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
11296
- id: z.ZodString;
11297
- question: z.ZodString;
11298
- question_type: z.ZodEnum<{
11299
- category: "category";
11300
- trust: "trust";
11301
- selection: "selection";
11302
- application: "application";
11303
- parameter: "parameter";
11304
- cost: "cost";
11305
- compliance: "compliance";
11306
- delivery: "delivery";
11307
- }>;
11308
- intent_strength: z.ZodEnum<{
11309
- high: "high";
11310
- medium: "medium";
11311
- low: "low";
11312
- }>;
11313
- source: z.ZodEnum<{
11314
- ai_generation: "ai_generation";
11315
- user_input: "user_input";
11316
- }>;
11317
- }, z.core.$strict>>>;
11318
10602
  }, z.core.$strict>>>>;
11319
10603
  geo_questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
11320
10604
  id: z.ZodString;