@cat-factory/contracts 0.240.0 → 0.241.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 (63) hide show
  1. package/dist/entities.d.ts +32 -0
  2. package/dist/entities.d.ts.map +1 -1
  3. package/dist/entities.js +10 -0
  4. package/dist/entities.js.map +1 -1
  5. package/dist/execution.d.ts +38 -0
  6. package/dist/execution.d.ts.map +1 -1
  7. package/dist/form-fields.d.ts +26 -0
  8. package/dist/form-fields.d.ts.map +1 -1
  9. package/dist/form-fields.js +21 -0
  10. package/dist/form-fields.js.map +1 -1
  11. package/dist/gate-approval.d.ts +66 -0
  12. package/dist/gate-approval.d.ts.map +1 -0
  13. package/dist/gate-approval.js +67 -0
  14. package/dist/gate-approval.js.map +1 -0
  15. package/dist/gate-config.d.ts +134 -0
  16. package/dist/gate-config.d.ts.map +1 -0
  17. package/dist/gate-config.js +134 -0
  18. package/dist/gate-config.js.map +1 -0
  19. package/dist/gate.d.ts +10 -0
  20. package/dist/gate.d.ts.map +1 -1
  21. package/dist/gate.js +11 -0
  22. package/dist/gate.js.map +1 -1
  23. package/dist/index.d.ts +2 -0
  24. package/dist/index.d.ts.map +1 -1
  25. package/dist/index.js +2 -0
  26. package/dist/index.js.map +1 -1
  27. package/dist/initiative-preset.d.ts +4 -0
  28. package/dist/initiative-preset.d.ts.map +1 -1
  29. package/dist/public-decisions.d.ts +57 -0
  30. package/dist/public-decisions.d.ts.map +1 -1
  31. package/dist/public-decisions.js +19 -0
  32. package/dist/public-decisions.js.map +1 -1
  33. package/dist/requests.d.ts +16 -0
  34. package/dist/requests.d.ts.map +1 -1
  35. package/dist/routes/agent-runs.d.ts +38 -0
  36. package/dist/routes/agent-runs.d.ts.map +1 -1
  37. package/dist/routes/bug-hunt.d.ts +38 -0
  38. package/dist/routes/bug-hunt.d.ts.map +1 -1
  39. package/dist/routes/execution.d.ts +152 -0
  40. package/dist/routes/execution.d.ts.map +1 -1
  41. package/dist/routes/human-review.d.ts +19 -0
  42. package/dist/routes/human-review.d.ts.map +1 -1
  43. package/dist/routes/human-test.d.ts +95 -0
  44. package/dist/routes/human-test.d.ts.map +1 -1
  45. package/dist/routes/pipelines.d.ts +64 -0
  46. package/dist/routes/pipelines.d.ts.map +1 -1
  47. package/dist/routes/public-decisions.d.ts +68 -0
  48. package/dist/routes/public-decisions.d.ts.map +1 -1
  49. package/dist/routes/visual-confirm.d.ts +57 -0
  50. package/dist/routes/visual-confirm.d.ts.map +1 -1
  51. package/dist/routes/workspaces.d.ts +112 -0
  52. package/dist/routes/workspaces.d.ts.map +1 -1
  53. package/dist/snapshot.d.ts +65 -0
  54. package/dist/snapshot.d.ts.map +1 -1
  55. package/dist/snapshot.js +11 -0
  56. package/dist/snapshot.js.map +1 -1
  57. package/dist/step-decisions.d.ts +27 -0
  58. package/dist/step-decisions.d.ts.map +1 -1
  59. package/dist/step-decisions.js +24 -2
  60. package/dist/step-decisions.js.map +1 -1
  61. package/dist/task-types.d.ts +4 -0
  62. package/dist/task-types.d.ts.map +1 -1
  63. package/package.json +1 -1
@@ -107,6 +107,8 @@ export declare const listPublicRunDecisionsContract: {
107
107
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
108
108
  readonly proposal: v.StringSchema<undefined>;
109
109
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
110
+ readonly requiredApprovals: v.NumberSchema<undefined>;
111
+ readonly recordedApprovals: v.NumberSchema<undefined>;
110
112
  readonly exceeded: v.BooleanSchema<undefined>;
111
113
  }, undefined>, v.ObjectSchema<{
112
114
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -316,6 +318,8 @@ export declare const replyPublicRunFindingContract: {
316
318
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
317
319
  readonly proposal: v.StringSchema<undefined>;
318
320
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
321
+ readonly requiredApprovals: v.NumberSchema<undefined>;
322
+ readonly recordedApprovals: v.NumberSchema<undefined>;
319
323
  readonly exceeded: v.BooleanSchema<undefined>;
320
324
  }, undefined>, v.ObjectSchema<{
321
325
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -525,6 +529,8 @@ export declare const setPublicRunFindingStatusContract: {
525
529
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
526
530
  readonly proposal: v.StringSchema<undefined>;
527
531
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
532
+ readonly requiredApprovals: v.NumberSchema<undefined>;
533
+ readonly recordedApprovals: v.NumberSchema<undefined>;
528
534
  readonly exceeded: v.BooleanSchema<undefined>;
529
535
  }, undefined>, v.ObjectSchema<{
530
536
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -736,6 +742,8 @@ export declare const incorporatePublicRunRequirementsContract: {
736
742
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
737
743
  readonly proposal: v.StringSchema<undefined>;
738
744
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
745
+ readonly requiredApprovals: v.NumberSchema<undefined>;
746
+ readonly recordedApprovals: v.NumberSchema<undefined>;
739
747
  readonly exceeded: v.BooleanSchema<undefined>;
740
748
  }, undefined>, v.ObjectSchema<{
741
749
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -941,6 +949,8 @@ export declare const reReviewPublicRunRequirementsContract: {
941
949
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
942
950
  readonly proposal: v.StringSchema<undefined>;
943
951
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
952
+ readonly requiredApprovals: v.NumberSchema<undefined>;
953
+ readonly recordedApprovals: v.NumberSchema<undefined>;
944
954
  readonly exceeded: v.BooleanSchema<undefined>;
945
955
  }, undefined>, v.ObjectSchema<{
946
956
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -1146,6 +1156,8 @@ export declare const proceedPublicRunRequirementsContract: {
1146
1156
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
1147
1157
  readonly proposal: v.StringSchema<undefined>;
1148
1158
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
1159
+ readonly requiredApprovals: v.NumberSchema<undefined>;
1160
+ readonly recordedApprovals: v.NumberSchema<undefined>;
1149
1161
  readonly exceeded: v.BooleanSchema<undefined>;
1150
1162
  }, undefined>, v.ObjectSchema<{
1151
1163
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -1353,6 +1365,8 @@ export declare const resolvePublicRunRequirementsExceededContract: {
1353
1365
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
1354
1366
  readonly proposal: v.StringSchema<undefined>;
1355
1367
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
1368
+ readonly requiredApprovals: v.NumberSchema<undefined>;
1369
+ readonly recordedApprovals: v.NumberSchema<undefined>;
1356
1370
  readonly exceeded: v.BooleanSchema<undefined>;
1357
1371
  }, undefined>, v.ObjectSchema<{
1358
1372
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -1566,6 +1580,8 @@ export declare const choosePublicRunForkContract: {
1566
1580
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
1567
1581
  readonly proposal: v.StringSchema<undefined>;
1568
1582
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
1583
+ readonly requiredApprovals: v.NumberSchema<undefined>;
1584
+ readonly recordedApprovals: v.NumberSchema<undefined>;
1569
1585
  readonly exceeded: v.BooleanSchema<undefined>;
1570
1586
  }, undefined>, v.ObjectSchema<{
1571
1587
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -1774,6 +1790,8 @@ export declare const resolvePublicRunJudgeContract: {
1774
1790
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
1775
1791
  readonly proposal: v.StringSchema<undefined>;
1776
1792
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
1793
+ readonly requiredApprovals: v.NumberSchema<undefined>;
1794
+ readonly recordedApprovals: v.NumberSchema<undefined>;
1777
1795
  readonly exceeded: v.BooleanSchema<undefined>;
1778
1796
  }, undefined>, v.ObjectSchema<{
1779
1797
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -1991,6 +2009,8 @@ export declare const resolvePublicRunInputGateContract: {
1991
2009
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
1992
2010
  readonly proposal: v.StringSchema<undefined>;
1993
2011
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
2012
+ readonly requiredApprovals: v.NumberSchema<undefined>;
2013
+ readonly recordedApprovals: v.NumberSchema<undefined>;
1994
2014
  readonly exceeded: v.BooleanSchema<undefined>;
1995
2015
  }, undefined>, v.ObjectSchema<{
1996
2016
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -2200,6 +2220,8 @@ export declare const approvePublicRunStepContract: {
2200
2220
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
2201
2221
  readonly proposal: v.StringSchema<undefined>;
2202
2222
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
2223
+ readonly requiredApprovals: v.NumberSchema<undefined>;
2224
+ readonly recordedApprovals: v.NumberSchema<undefined>;
2203
2225
  readonly exceeded: v.BooleanSchema<undefined>;
2204
2226
  }, undefined>, v.ObjectSchema<{
2205
2227
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -2409,6 +2431,8 @@ export declare const requestPublicRunStepChangesContract: {
2409
2431
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
2410
2432
  readonly proposal: v.StringSchema<undefined>;
2411
2433
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
2434
+ readonly requiredApprovals: v.NumberSchema<undefined>;
2435
+ readonly recordedApprovals: v.NumberSchema<undefined>;
2412
2436
  readonly exceeded: v.BooleanSchema<undefined>;
2413
2437
  }, undefined>, v.ObjectSchema<{
2414
2438
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -2618,6 +2642,8 @@ export declare const rejectPublicRunStepContract: {
2618
2642
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
2619
2643
  readonly proposal: v.StringSchema<undefined>;
2620
2644
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
2645
+ readonly requiredApprovals: v.NumberSchema<undefined>;
2646
+ readonly recordedApprovals: v.NumberSchema<undefined>;
2621
2647
  readonly exceeded: v.BooleanSchema<undefined>;
2622
2648
  }, undefined>, v.ObjectSchema<{
2623
2649
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -2832,6 +2858,8 @@ export declare const resolvePublicRunStepExceededContract: {
2832
2858
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
2833
2859
  readonly proposal: v.StringSchema<undefined>;
2834
2860
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
2861
+ readonly requiredApprovals: v.NumberSchema<undefined>;
2862
+ readonly recordedApprovals: v.NumberSchema<undefined>;
2835
2863
  readonly exceeded: v.BooleanSchema<undefined>;
2836
2864
  }, undefined>, v.ObjectSchema<{
2837
2865
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -3044,6 +3072,8 @@ export declare const resolvePublicRunAgentDecisionContract: {
3044
3072
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
3045
3073
  readonly proposal: v.StringSchema<undefined>;
3046
3074
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
3075
+ readonly requiredApprovals: v.NumberSchema<undefined>;
3076
+ readonly recordedApprovals: v.NumberSchema<undefined>;
3047
3077
  readonly exceeded: v.BooleanSchema<undefined>;
3048
3078
  }, undefined>, v.ObjectSchema<{
3049
3079
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -3253,6 +3283,8 @@ export declare const replyPublicRunClarityFindingContract: {
3253
3283
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
3254
3284
  readonly proposal: v.StringSchema<undefined>;
3255
3285
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
3286
+ readonly requiredApprovals: v.NumberSchema<undefined>;
3287
+ readonly recordedApprovals: v.NumberSchema<undefined>;
3256
3288
  readonly exceeded: v.BooleanSchema<undefined>;
3257
3289
  }, undefined>, v.ObjectSchema<{
3258
3290
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -3462,6 +3494,8 @@ export declare const setPublicRunClarityFindingStatusContract: {
3462
3494
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
3463
3495
  readonly proposal: v.StringSchema<undefined>;
3464
3496
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
3497
+ readonly requiredApprovals: v.NumberSchema<undefined>;
3498
+ readonly recordedApprovals: v.NumberSchema<undefined>;
3465
3499
  readonly exceeded: v.BooleanSchema<undefined>;
3466
3500
  }, undefined>, v.ObjectSchema<{
3467
3501
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -3669,6 +3703,8 @@ export declare const incorporatePublicRunClarityContract: {
3669
3703
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
3670
3704
  readonly proposal: v.StringSchema<undefined>;
3671
3705
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
3706
+ readonly requiredApprovals: v.NumberSchema<undefined>;
3707
+ readonly recordedApprovals: v.NumberSchema<undefined>;
3672
3708
  readonly exceeded: v.BooleanSchema<undefined>;
3673
3709
  }, undefined>, v.ObjectSchema<{
3674
3710
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -3874,6 +3910,8 @@ export declare const reReviewPublicRunClarityContract: {
3874
3910
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
3875
3911
  readonly proposal: v.StringSchema<undefined>;
3876
3912
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
3913
+ readonly requiredApprovals: v.NumberSchema<undefined>;
3914
+ readonly recordedApprovals: v.NumberSchema<undefined>;
3877
3915
  readonly exceeded: v.BooleanSchema<undefined>;
3878
3916
  }, undefined>, v.ObjectSchema<{
3879
3917
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -4079,6 +4117,8 @@ export declare const proceedPublicRunClarityContract: {
4079
4117
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
4080
4118
  readonly proposal: v.StringSchema<undefined>;
4081
4119
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
4120
+ readonly requiredApprovals: v.NumberSchema<undefined>;
4121
+ readonly recordedApprovals: v.NumberSchema<undefined>;
4082
4122
  readonly exceeded: v.BooleanSchema<undefined>;
4083
4123
  }, undefined>, v.ObjectSchema<{
4084
4124
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -4286,6 +4326,8 @@ export declare const resolvePublicRunClarityExceededContract: {
4286
4326
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
4287
4327
  readonly proposal: v.StringSchema<undefined>;
4288
4328
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
4329
+ readonly requiredApprovals: v.NumberSchema<undefined>;
4330
+ readonly recordedApprovals: v.NumberSchema<undefined>;
4289
4331
  readonly exceeded: v.BooleanSchema<undefined>;
4290
4332
  }, undefined>, v.ObjectSchema<{
4291
4333
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -4497,6 +4539,8 @@ export declare const replyPublicRunBrainstormOptionContract: {
4497
4539
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
4498
4540
  readonly proposal: v.StringSchema<undefined>;
4499
4541
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
4542
+ readonly requiredApprovals: v.NumberSchema<undefined>;
4543
+ readonly recordedApprovals: v.NumberSchema<undefined>;
4500
4544
  readonly exceeded: v.BooleanSchema<undefined>;
4501
4545
  }, undefined>, v.ObjectSchema<{
4502
4546
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -4708,6 +4752,8 @@ export declare const setPublicRunBrainstormOptionStatusContract: {
4708
4752
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
4709
4753
  readonly proposal: v.StringSchema<undefined>;
4710
4754
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
4755
+ readonly requiredApprovals: v.NumberSchema<undefined>;
4756
+ readonly recordedApprovals: v.NumberSchema<undefined>;
4711
4757
  readonly exceeded: v.BooleanSchema<undefined>;
4712
4758
  }, undefined>, v.ObjectSchema<{
4713
4759
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -4917,6 +4963,8 @@ export declare const incorporatePublicRunBrainstormContract: {
4917
4963
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
4918
4964
  readonly proposal: v.StringSchema<undefined>;
4919
4965
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
4966
+ readonly requiredApprovals: v.NumberSchema<undefined>;
4967
+ readonly recordedApprovals: v.NumberSchema<undefined>;
4920
4968
  readonly exceeded: v.BooleanSchema<undefined>;
4921
4969
  }, undefined>, v.ObjectSchema<{
4922
4970
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -5124,6 +5172,8 @@ export declare const reReviewPublicRunBrainstormContract: {
5124
5172
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
5125
5173
  readonly proposal: v.StringSchema<undefined>;
5126
5174
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
5175
+ readonly requiredApprovals: v.NumberSchema<undefined>;
5176
+ readonly recordedApprovals: v.NumberSchema<undefined>;
5127
5177
  readonly exceeded: v.BooleanSchema<undefined>;
5128
5178
  }, undefined>, v.ObjectSchema<{
5129
5179
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -5331,6 +5381,8 @@ export declare const proceedPublicRunBrainstormContract: {
5331
5381
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
5332
5382
  readonly proposal: v.StringSchema<undefined>;
5333
5383
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
5384
+ readonly requiredApprovals: v.NumberSchema<undefined>;
5385
+ readonly recordedApprovals: v.NumberSchema<undefined>;
5334
5386
  readonly exceeded: v.BooleanSchema<undefined>;
5335
5387
  }, undefined>, v.ObjectSchema<{
5336
5388
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -5540,6 +5592,8 @@ export declare const resolvePublicRunBrainstormExceededContract: {
5540
5592
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
5541
5593
  readonly proposal: v.StringSchema<undefined>;
5542
5594
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
5595
+ readonly requiredApprovals: v.NumberSchema<undefined>;
5596
+ readonly recordedApprovals: v.NumberSchema<undefined>;
5543
5597
  readonly exceeded: v.BooleanSchema<undefined>;
5544
5598
  }, undefined>, v.ObjectSchema<{
5545
5599
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -5753,6 +5807,8 @@ export declare const resolvePublicRunPrReviewContract: {
5753
5807
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
5754
5808
  readonly proposal: v.StringSchema<undefined>;
5755
5809
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
5810
+ readonly requiredApprovals: v.NumberSchema<undefined>;
5811
+ readonly recordedApprovals: v.NumberSchema<undefined>;
5756
5812
  readonly exceeded: v.BooleanSchema<undefined>;
5757
5813
  }, undefined>, v.ObjectSchema<{
5758
5814
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -5960,6 +6016,8 @@ export declare const dismissPublicRunPrReviewFindingContract: {
5960
6016
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
5961
6017
  readonly proposal: v.StringSchema<undefined>;
5962
6018
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
6019
+ readonly requiredApprovals: v.NumberSchema<undefined>;
6020
+ readonly recordedApprovals: v.NumberSchema<undefined>;
5963
6021
  readonly exceeded: v.BooleanSchema<undefined>;
5964
6022
  }, undefined>, v.ObjectSchema<{
5965
6023
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -6169,6 +6227,8 @@ export declare const challengePublicRunPrReviewFindingContract: {
6169
6227
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
6170
6228
  readonly proposal: v.StringSchema<undefined>;
6171
6229
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
6230
+ readonly requiredApprovals: v.NumberSchema<undefined>;
6231
+ readonly recordedApprovals: v.NumberSchema<undefined>;
6172
6232
  readonly exceeded: v.BooleanSchema<undefined>;
6173
6233
  }, undefined>, v.ObjectSchema<{
6174
6234
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -6374,6 +6434,8 @@ export declare const confirmPublicRunHumanTestContract: {
6374
6434
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
6375
6435
  readonly proposal: v.StringSchema<undefined>;
6376
6436
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
6437
+ readonly requiredApprovals: v.NumberSchema<undefined>;
6438
+ readonly recordedApprovals: v.NumberSchema<undefined>;
6377
6439
  readonly exceeded: v.BooleanSchema<undefined>;
6378
6440
  }, undefined>, v.ObjectSchema<{
6379
6441
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -6581,6 +6643,8 @@ export declare const requestPublicRunHumanTestFixContract: {
6581
6643
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
6582
6644
  readonly proposal: v.StringSchema<undefined>;
6583
6645
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
6646
+ readonly requiredApprovals: v.NumberSchema<undefined>;
6647
+ readonly recordedApprovals: v.NumberSchema<undefined>;
6584
6648
  readonly exceeded: v.BooleanSchema<undefined>;
6585
6649
  }, undefined>, v.ObjectSchema<{
6586
6650
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -6786,6 +6850,8 @@ export declare const approvePublicRunVisualConfirmContract: {
6786
6850
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
6787
6851
  readonly proposal: v.StringSchema<undefined>;
6788
6852
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
6853
+ readonly requiredApprovals: v.NumberSchema<undefined>;
6854
+ readonly recordedApprovals: v.NumberSchema<undefined>;
6789
6855
  readonly exceeded: v.BooleanSchema<undefined>;
6790
6856
  }, undefined>, v.ObjectSchema<{
6791
6857
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -6993,6 +7059,8 @@ export declare const requestPublicRunVisualConfirmFixContract: {
6993
7059
  readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
6994
7060
  readonly proposal: v.StringSchema<undefined>;
6995
7061
  readonly feedback: v.NullableSchema<v.StringSchema<undefined>, undefined>;
7062
+ readonly requiredApprovals: v.NumberSchema<undefined>;
7063
+ readonly recordedApprovals: v.NumberSchema<undefined>;
6996
7064
  readonly exceeded: v.BooleanSchema<undefined>;
6997
7065
  }, undefined>, v.ObjectSchema<{
6998
7066
  readonly kind: v.LiteralSchema<"agent-decision", undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"public-decisions.d.ts","sourceRoot":"","sources":["../../src/routes/public-decisions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAmD5B,iFAAiF;AACjF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKzC,CAAA;AAIF,mCAAmC;AACnC,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOxC,CAAA;AAEF,+EAA+E;AAC/E,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO5C,CAAA;AAEF;;;;GAIG;AACH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnD,CAAA;AAEF,iEAAiE;AACjE,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhD,CAAA;AAEF,mGAAmG;AACnG,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/C,CAAA;AAEF,4FAA4F;AAC5F,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvD,CAAA;AAIF,mFAAmF;AACnF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA;AAIF,yFAAyF;AACzF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMxC,CAAA;AAIF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM5C,CAAA;AAUF,qFAAqF;AACrF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOvC,CAAA;AAEF,qFAAqF;AACrF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO9C,CAAA;AAEF,oFAAoF;AACpF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOtC,CAAA;AAEF;;;;;GAKG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO/C,CAAA;AAIF;;;GAGG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhD,CAAA;AASF,kCAAkC;AAClC,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO/C,CAAA;AAEF,uFAAuF;AACvF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnD,CAAA;AAEF,iGAAiG;AACjG,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM9C,CAAA;AAEF,0DAA0D;AAC1D,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM3C,CAAA;AAEF,2DAA2D;AAC3D,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM1C,CAAA;AAEF,oGAAoG;AACpG,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMlD,CAAA;AAIF,6DAA6D;AAC7D,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOjD,CAAA;AAEF,qEAAqE;AACrE,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOrD,CAAA;AAEF,kFAAkF;AAClF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOjD,CAAA;AAEF,oEAAoE;AACpE,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO9C,CAAA;AAEF,gGAAgG;AAChG,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM7C,CAAA;AAEF,gGAAgG;AAChG,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOrD,CAAA;AAIF;;;;;GAKG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM3C,CAAA;AAEF,yFAAyF;AACzF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOlD,CAAA;AAEF,8FAA8F;AAC9F,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAA;AAUF,+FAA+F;AAC/F,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM5C,CAAA;AAEF,2EAA2E;AAC3E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/C,CAAA;AAEF,4DAA4D;AAC5D,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhD,CAAA;AAEF,6EAA6E;AAC7E,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnD,CAAA"}
1
+ {"version":3,"file":"public-decisions.d.ts","sourceRoot":"","sources":["../../src/routes/public-decisions.ts"],"names":[],"mappings":"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"}
@@ -82,6 +82,7 @@ export declare const approveVisualConfirmContract: {
82
82
  readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
83
83
  }, undefined>, undefined>, undefined>;
84
84
  readonly lastVerdict: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
85
+ readonly config: v.OptionalSchema<v.NullableSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>, undefined>;
85
86
  readonly lastFailureSummary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
86
87
  readonly failingChecks: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
87
88
  readonly name: v.StringSchema<undefined>;
@@ -355,6 +356,16 @@ export declare const approveVisualConfirmContract: {
355
356
  readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
356
357
  readonly body: v.StringSchema<undefined>;
357
358
  }, undefined>, undefined>, undefined>;
359
+ readonly requiredApprovals: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
360
+ readonly approverPolicy: v.OptionalSchema<v.ObjectSchema<{
361
+ readonly roles: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
362
+ readonly userIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
363
+ }, undefined>, undefined>;
364
+ readonly approvals: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
365
+ readonly actorId: v.StringSchema<undefined>;
366
+ readonly actorLabel: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
367
+ readonly at: v.NumberSchema<undefined>;
368
+ }, undefined>, undefined>, undefined>;
358
369
  }, undefined>, undefined>, undefined>;
359
370
  readonly companion: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
360
371
  readonly threshold: v.NumberSchema<undefined>;
@@ -652,6 +663,14 @@ export declare const approveVisualConfirmContract: {
652
663
  readonly modalities: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
653
664
  readonly mediaTypes: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.ToLowerCaseAction, v.MinLengthAction<string, 3, undefined>, v.MaxLengthAction<string, 128, undefined>, v.RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
654
665
  }, undefined>, undefined>;
666
+ readonly gateConfig: v.OptionalSchema<v.ObjectSchema<{
667
+ readonly approvers: v.OptionalSchema<v.ObjectSchema<{
668
+ readonly roles: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
669
+ readonly userIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
670
+ }, undefined>, undefined>;
671
+ readonly minApprovals: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, undefined>;
672
+ readonly fields: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>;
673
+ }, undefined>, undefined>;
655
674
  }, undefined>, undefined>, undefined>;
656
675
  readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
657
676
  readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
@@ -1145,6 +1164,7 @@ export declare const requestVisualConfirmFixContract: {
1145
1164
  readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1146
1165
  }, undefined>, undefined>, undefined>;
1147
1166
  readonly lastVerdict: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
1167
+ readonly config: v.OptionalSchema<v.NullableSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>, undefined>;
1148
1168
  readonly lastFailureSummary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
1149
1169
  readonly failingChecks: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
1150
1170
  readonly name: v.StringSchema<undefined>;
@@ -1418,6 +1438,16 @@ export declare const requestVisualConfirmFixContract: {
1418
1438
  readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1419
1439
  readonly body: v.StringSchema<undefined>;
1420
1440
  }, undefined>, undefined>, undefined>;
1441
+ readonly requiredApprovals: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
1442
+ readonly approverPolicy: v.OptionalSchema<v.ObjectSchema<{
1443
+ readonly roles: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
1444
+ readonly userIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
1445
+ }, undefined>, undefined>;
1446
+ readonly approvals: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1447
+ readonly actorId: v.StringSchema<undefined>;
1448
+ readonly actorLabel: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
1449
+ readonly at: v.NumberSchema<undefined>;
1450
+ }, undefined>, undefined>, undefined>;
1421
1451
  }, undefined>, undefined>, undefined>;
1422
1452
  readonly companion: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
1423
1453
  readonly threshold: v.NumberSchema<undefined>;
@@ -1715,6 +1745,14 @@ export declare const requestVisualConfirmFixContract: {
1715
1745
  readonly modalities: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
1716
1746
  readonly mediaTypes: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.ToLowerCaseAction, v.MinLengthAction<string, 3, undefined>, v.MaxLengthAction<string, 128, undefined>, v.RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
1717
1747
  }, undefined>, undefined>;
1748
+ readonly gateConfig: v.OptionalSchema<v.ObjectSchema<{
1749
+ readonly approvers: v.OptionalSchema<v.ObjectSchema<{
1750
+ readonly roles: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
1751
+ readonly userIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
1752
+ }, undefined>, undefined>;
1753
+ readonly minApprovals: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, undefined>;
1754
+ readonly fields: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>;
1755
+ }, undefined>, undefined>;
1718
1756
  }, undefined>, undefined>, undefined>;
1719
1757
  readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
1720
1758
  readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
@@ -2206,6 +2244,7 @@ export declare const recaptureVisualConfirmContract: {
2206
2244
  readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2207
2245
  }, undefined>, undefined>, undefined>;
2208
2246
  readonly lastVerdict: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
2247
+ readonly config: v.OptionalSchema<v.NullableSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>, undefined>;
2209
2248
  readonly lastFailureSummary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
2210
2249
  readonly failingChecks: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
2211
2250
  readonly name: v.StringSchema<undefined>;
@@ -2479,6 +2518,16 @@ export declare const recaptureVisualConfirmContract: {
2479
2518
  readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2480
2519
  readonly body: v.StringSchema<undefined>;
2481
2520
  }, undefined>, undefined>, undefined>;
2521
+ readonly requiredApprovals: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
2522
+ readonly approverPolicy: v.OptionalSchema<v.ObjectSchema<{
2523
+ readonly roles: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
2524
+ readonly userIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
2525
+ }, undefined>, undefined>;
2526
+ readonly approvals: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
2527
+ readonly actorId: v.StringSchema<undefined>;
2528
+ readonly actorLabel: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
2529
+ readonly at: v.NumberSchema<undefined>;
2530
+ }, undefined>, undefined>, undefined>;
2482
2531
  }, undefined>, undefined>, undefined>;
2483
2532
  readonly companion: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
2484
2533
  readonly threshold: v.NumberSchema<undefined>;
@@ -2776,6 +2825,14 @@ export declare const recaptureVisualConfirmContract: {
2776
2825
  readonly modalities: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
2777
2826
  readonly mediaTypes: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.ToLowerCaseAction, v.MinLengthAction<string, 3, undefined>, v.MaxLengthAction<string, 128, undefined>, v.RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
2778
2827
  }, undefined>, undefined>;
2828
+ readonly gateConfig: v.OptionalSchema<v.ObjectSchema<{
2829
+ readonly approvers: v.OptionalSchema<v.ObjectSchema<{
2830
+ readonly roles: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
2831
+ readonly userIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
2832
+ }, undefined>, undefined>;
2833
+ readonly minApprovals: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, undefined>;
2834
+ readonly fields: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>;
2835
+ }, undefined>, undefined>;
2779
2836
  }, undefined>, undefined>, undefined>;
2780
2837
  readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
2781
2838
  readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"visual-confirm.d.ts","sourceRoot":"","sources":["../../src/routes/visual-confirm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAc5B,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM1C,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAA"}
1
+ {"version":3,"file":"visual-confirm.d.ts","sourceRoot":"","sources":["../../src/routes/visual-confirm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAc5B,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM1C,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAA"}