@cat-factory/contracts 0.229.0 → 0.231.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 (59) hide show
  1. package/dist/entities.d.ts +1 -1
  2. package/dist/errors.js +1 -1
  3. package/dist/errors.js.map +1 -1
  4. package/dist/execution.d.ts +9 -2
  5. package/dist/execution.d.ts.map +1 -1
  6. package/dist/execution.js +11 -2
  7. package/dist/execution.js.map +1 -1
  8. package/dist/form-fields.d.ts +203 -0
  9. package/dist/form-fields.d.ts.map +1 -0
  10. package/dist/form-fields.js +315 -0
  11. package/dist/form-fields.js.map +1 -0
  12. package/dist/index.d.ts +1 -0
  13. package/dist/index.d.ts.map +1 -1
  14. package/dist/index.js +1 -0
  15. package/dist/index.js.map +1 -1
  16. package/dist/initiative-preset.d.ts +34 -93
  17. package/dist/initiative-preset.d.ts.map +1 -1
  18. package/dist/initiative-preset.js +30 -182
  19. package/dist/initiative-preset.js.map +1 -1
  20. package/dist/initiative.d.ts +14 -9
  21. package/dist/initiative.d.ts.map +1 -1
  22. package/dist/initiative.js +15 -15
  23. package/dist/initiative.js.map +1 -1
  24. package/dist/input-gate.js +1 -1
  25. package/dist/input-gate.js.map +1 -1
  26. package/dist/merge.d.ts +374 -344
  27. package/dist/merge.d.ts.map +1 -1
  28. package/dist/merge.js +50 -4
  29. package/dist/merge.js.map +1 -1
  30. package/dist/primitives.d.ts +10 -5
  31. package/dist/primitives.d.ts.map +1 -1
  32. package/dist/primitives.js +11 -5
  33. package/dist/primitives.js.map +1 -1
  34. package/dist/public-decisions.d.ts +2 -2
  35. package/dist/public-decisions.js +3 -3
  36. package/dist/public-decisions.js.map +1 -1
  37. package/dist/requests.d.ts +1 -1
  38. package/dist/routes/board.d.ts +14 -14
  39. package/dist/routes/bug-hunt.d.ts +2 -2
  40. package/dist/routes/execution.d.ts +2 -2
  41. package/dist/routes/initiative.d.ts +17 -17
  42. package/dist/routes/input-gate.js +2 -2
  43. package/dist/routes/input-gate.js.map +1 -1
  44. package/dist/routes/merge.d.ts +504 -504
  45. package/dist/routes/public-decisions.d.ts +1 -1
  46. package/dist/routes/public-decisions.js +2 -2
  47. package/dist/routes/public-decisions.js.map +1 -1
  48. package/dist/routes/tasks.d.ts +3 -3
  49. package/dist/routes/workspaces.d.ts +210 -194
  50. package/dist/routes/workspaces.d.ts.map +1 -1
  51. package/dist/snapshot.d.ts +105 -97
  52. package/dist/snapshot.d.ts.map +1 -1
  53. package/dist/task-types.d.ts +42 -28
  54. package/dist/task-types.d.ts.map +1 -1
  55. package/dist/task-types.js +30 -25
  56. package/dist/task-types.js.map +1 -1
  57. package/dist/workspace-settings.d.ts +1 -1
  58. package/dist/workspace-settings.js +1 -1
  59. package/package.json +1 -1
@@ -50,20 +50,20 @@ export declare const listRiskPoliciesContract: {
50
50
  readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
51
51
  }, undefined>, undefined>, undefined>;
52
52
  readonly classRules: Omit<v.StrictObjectSchema<{
53
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
54
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
55
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
56
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
57
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
58
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
53
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
54
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
55
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
56
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
57
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
58
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
59
59
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
60
60
  readonly entries: {
61
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
62
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
63
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
64
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
65
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
66
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
61
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
62
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
63
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
64
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
65
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
66
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
67
67
  };
68
68
  readonly "~standard": v.StandardProps<{
69
69
  config?: "always" | "never" | "thresholds" | undefined;
@@ -110,20 +110,20 @@ export declare const listRiskPoliciesContract: {
110
110
  };
111
111
  readonly classRulesByRole: Omit<v.StrictObjectSchema<{
112
112
  admin: Omit<v.StrictObjectSchema<{
113
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
114
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
115
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
116
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
117
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
118
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
113
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
114
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
115
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
116
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
117
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
118
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
119
119
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
120
120
  readonly entries: {
121
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
122
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
123
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
124
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
125
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
126
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
121
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
122
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
123
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
124
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
125
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
126
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
127
127
  };
128
128
  readonly "~standard": v.StandardProps<{
129
129
  config?: "always" | "never" | "thresholds" | undefined;
@@ -169,20 +169,20 @@ export declare const listRiskPoliciesContract: {
169
169
  } | undefined;
170
170
  };
171
171
  member: Omit<v.StrictObjectSchema<{
172
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
173
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
174
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
175
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
176
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
177
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
172
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
173
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
174
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
175
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
176
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
177
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
178
178
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
179
179
  readonly entries: {
180
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
181
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
182
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
183
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
184
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
185
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
180
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
181
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
182
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
183
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
184
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
185
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
186
186
  };
187
187
  readonly "~standard": v.StandardProps<{
188
188
  config?: "always" | "never" | "thresholds" | undefined;
@@ -228,20 +228,20 @@ export declare const listRiskPoliciesContract: {
228
228
  } | undefined;
229
229
  };
230
230
  viewer: Omit<v.StrictObjectSchema<{
231
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
232
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
233
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
234
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
235
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
236
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
231
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
232
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
233
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
234
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
235
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
236
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
237
237
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
238
238
  readonly entries: {
239
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
240
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
241
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
242
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
243
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
244
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
239
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
240
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
241
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
242
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
243
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
244
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
245
245
  };
246
246
  readonly "~standard": v.StandardProps<{
247
247
  config?: "always" | "never" | "thresholds" | undefined;
@@ -289,20 +289,20 @@ export declare const listRiskPoliciesContract: {
289
289
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
290
290
  readonly entries: {
291
291
  admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
292
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
293
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
294
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
295
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
296
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
297
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
292
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
293
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
294
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
295
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
296
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
297
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
298
298
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
299
299
  readonly entries: {
300
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
301
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
302
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
303
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
304
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
305
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
300
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
301
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
302
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
303
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
304
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
305
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
306
306
  };
307
307
  readonly "~standard": v.StandardProps<{
308
308
  config?: "always" | "never" | "thresholds" | undefined;
@@ -348,20 +348,20 @@ export declare const listRiskPoliciesContract: {
348
348
  } | undefined;
349
349
  }, undefined>;
350
350
  member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
351
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
352
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
353
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
354
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
355
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
356
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
351
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
352
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
353
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
354
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
355
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
356
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
357
357
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
358
358
  readonly entries: {
359
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
360
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
361
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
362
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
363
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
364
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
359
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
360
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
361
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
362
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
363
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
364
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
365
365
  };
366
366
  readonly "~standard": v.StandardProps<{
367
367
  config?: "always" | "never" | "thresholds" | undefined;
@@ -407,20 +407,20 @@ export declare const listRiskPoliciesContract: {
407
407
  } | undefined;
408
408
  }, undefined>;
409
409
  viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
410
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
411
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
412
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
413
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
414
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
415
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
410
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
411
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
412
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
413
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
414
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
415
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
416
416
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
417
417
  readonly entries: {
418
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
419
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
420
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
421
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
422
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
423
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
418
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
419
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
420
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
421
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
422
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
423
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
424
424
  };
425
425
  readonly "~standard": v.StandardProps<{
426
426
  config?: "always" | "never" | "thresholds" | undefined;
@@ -632,20 +632,20 @@ export declare const createRiskPolicyContract: {
632
632
  readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
633
633
  }, undefined>, undefined>, undefined>;
634
634
  readonly classRules: v.OptionalSchema<Omit<v.StrictObjectSchema<{
635
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
636
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
637
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
638
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
639
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
640
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
635
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
636
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
637
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
638
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
639
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
640
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
641
641
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
642
642
  readonly entries: {
643
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
644
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
645
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
646
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
647
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
648
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
643
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
644
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
645
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
646
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
647
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
648
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
649
649
  };
650
650
  readonly "~standard": v.StandardProps<{
651
651
  config?: "always" | "never" | "thresholds" | undefined;
@@ -692,20 +692,20 @@ export declare const createRiskPolicyContract: {
692
692
  }, {}>;
693
693
  readonly classRulesByRole: v.OptionalSchema<Omit<v.StrictObjectSchema<{
694
694
  admin: Omit<v.StrictObjectSchema<{
695
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
696
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
697
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
698
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
699
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
700
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
695
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
696
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
697
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
698
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
699
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
700
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
701
701
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
702
702
  readonly entries: {
703
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
704
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
705
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
706
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
707
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
708
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
703
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
704
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
705
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
706
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
707
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
708
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
709
709
  };
710
710
  readonly "~standard": v.StandardProps<{
711
711
  config?: "always" | "never" | "thresholds" | undefined;
@@ -751,20 +751,20 @@ export declare const createRiskPolicyContract: {
751
751
  } | undefined;
752
752
  };
753
753
  member: Omit<v.StrictObjectSchema<{
754
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
755
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
756
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
757
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
758
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
759
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
754
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
755
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
756
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
757
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
758
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
759
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
760
760
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
761
761
  readonly entries: {
762
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
763
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
764
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
765
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
766
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
767
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
762
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
763
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
764
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
765
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
766
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
767
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
768
768
  };
769
769
  readonly "~standard": v.StandardProps<{
770
770
  config?: "always" | "never" | "thresholds" | undefined;
@@ -810,20 +810,20 @@ export declare const createRiskPolicyContract: {
810
810
  } | undefined;
811
811
  };
812
812
  viewer: Omit<v.StrictObjectSchema<{
813
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
814
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
815
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
816
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
817
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
818
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
813
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
814
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
815
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
816
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
817
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
818
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
819
819
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
820
820
  readonly entries: {
821
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
822
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
823
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
824
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
825
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
826
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
821
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
822
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
823
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
824
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
825
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
826
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
827
827
  };
828
828
  readonly "~standard": v.StandardProps<{
829
829
  config?: "always" | "never" | "thresholds" | undefined;
@@ -871,20 +871,20 @@ export declare const createRiskPolicyContract: {
871
871
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
872
872
  readonly entries: {
873
873
  admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
874
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
875
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
876
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
877
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
878
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
879
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
874
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
875
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
876
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
877
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
878
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
879
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
880
880
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
881
881
  readonly entries: {
882
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
883
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
884
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
885
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
886
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
887
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
882
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
883
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
884
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
885
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
886
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
887
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
888
888
  };
889
889
  readonly "~standard": v.StandardProps<{
890
890
  config?: "always" | "never" | "thresholds" | undefined;
@@ -930,20 +930,20 @@ export declare const createRiskPolicyContract: {
930
930
  } | undefined;
931
931
  }, undefined>;
932
932
  member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
933
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
934
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
935
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
936
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
937
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
938
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
933
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
934
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
935
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
936
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
937
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
938
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
939
939
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
940
940
  readonly entries: {
941
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
942
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
943
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
944
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
945
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
946
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
941
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
942
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
943
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
944
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
945
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
946
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
947
947
  };
948
948
  readonly "~standard": v.StandardProps<{
949
949
  config?: "always" | "never" | "thresholds" | undefined;
@@ -989,20 +989,20 @@ export declare const createRiskPolicyContract: {
989
989
  } | undefined;
990
990
  }, undefined>;
991
991
  viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
992
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
993
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
994
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
995
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
996
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
997
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
992
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
993
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
994
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
995
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
996
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
997
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
998
998
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
999
999
  readonly entries: {
1000
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1001
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1002
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1003
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1004
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1005
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1000
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1001
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1002
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1003
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1004
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1005
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1006
1006
  };
1007
1007
  readonly "~standard": v.StandardProps<{
1008
1008
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1231,20 +1231,20 @@ export declare const createRiskPolicyContract: {
1231
1231
  readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
1232
1232
  }, undefined>, undefined>, undefined>;
1233
1233
  readonly classRules: Omit<v.StrictObjectSchema<{
1234
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1235
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1236
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1237
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1238
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1239
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1234
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1235
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1236
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1237
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1238
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1239
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1240
1240
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1241
1241
  readonly entries: {
1242
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1243
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1244
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1245
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1246
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1247
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1242
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1243
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1244
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1245
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1246
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1247
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1248
1248
  };
1249
1249
  readonly "~standard": v.StandardProps<{
1250
1250
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1291,20 +1291,20 @@ export declare const createRiskPolicyContract: {
1291
1291
  };
1292
1292
  readonly classRulesByRole: Omit<v.StrictObjectSchema<{
1293
1293
  admin: Omit<v.StrictObjectSchema<{
1294
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1295
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1296
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1297
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1298
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1299
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1294
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1295
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1296
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1297
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1298
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1299
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1300
1300
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1301
1301
  readonly entries: {
1302
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1303
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1304
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1305
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1306
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1307
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1302
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1303
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1304
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1305
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1306
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1307
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1308
1308
  };
1309
1309
  readonly "~standard": v.StandardProps<{
1310
1310
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1350,20 +1350,20 @@ export declare const createRiskPolicyContract: {
1350
1350
  } | undefined;
1351
1351
  };
1352
1352
  member: Omit<v.StrictObjectSchema<{
1353
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1354
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1355
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1356
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1357
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1358
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1353
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1354
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1355
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1356
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1357
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1358
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1359
1359
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1360
1360
  readonly entries: {
1361
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1362
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1363
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1364
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1365
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1366
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1361
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1362
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1363
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1364
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1365
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1366
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1367
1367
  };
1368
1368
  readonly "~standard": v.StandardProps<{
1369
1369
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1409,20 +1409,20 @@ export declare const createRiskPolicyContract: {
1409
1409
  } | undefined;
1410
1410
  };
1411
1411
  viewer: Omit<v.StrictObjectSchema<{
1412
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1413
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1414
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1415
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1416
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1417
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1412
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1413
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1414
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1415
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1416
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1417
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1418
1418
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1419
1419
  readonly entries: {
1420
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1421
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1422
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1423
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1424
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1425
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1420
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1421
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1422
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1423
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1424
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1425
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1426
1426
  };
1427
1427
  readonly "~standard": v.StandardProps<{
1428
1428
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1470,20 +1470,20 @@ export declare const createRiskPolicyContract: {
1470
1470
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1471
1471
  readonly entries: {
1472
1472
  admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
1473
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1474
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1475
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1476
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1477
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1478
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1473
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1474
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1475
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1476
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1477
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1478
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1479
1479
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1480
1480
  readonly entries: {
1481
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1482
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1483
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1484
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1485
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1486
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1481
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1482
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1483
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1484
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1485
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1486
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1487
1487
  };
1488
1488
  readonly "~standard": v.StandardProps<{
1489
1489
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1529,20 +1529,20 @@ export declare const createRiskPolicyContract: {
1529
1529
  } | undefined;
1530
1530
  }, undefined>;
1531
1531
  member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
1532
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1533
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1534
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1535
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1536
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1537
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1532
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1533
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1534
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1535
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1536
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1537
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1538
1538
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1539
1539
  readonly entries: {
1540
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1541
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1542
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1543
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1544
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1545
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1540
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1541
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1542
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1543
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1544
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1545
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1546
1546
  };
1547
1547
  readonly "~standard": v.StandardProps<{
1548
1548
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1588,20 +1588,20 @@ export declare const createRiskPolicyContract: {
1588
1588
  } | undefined;
1589
1589
  }, undefined>;
1590
1590
  viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
1591
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1592
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1593
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1594
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1595
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1596
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1591
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1592
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1593
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1594
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1595
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1596
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1597
1597
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1598
1598
  readonly entries: {
1599
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1600
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1601
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1602
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1603
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1604
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1599
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1600
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1601
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1602
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1603
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1604
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1605
1605
  };
1606
1606
  readonly "~standard": v.StandardProps<{
1607
1607
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1818,20 +1818,20 @@ export declare const updateRiskPolicyContract: {
1818
1818
  readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
1819
1819
  }, undefined>, undefined>, undefined>;
1820
1820
  readonly classRules: v.OptionalSchema<Omit<v.StrictObjectSchema<{
1821
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1822
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1823
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1824
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1825
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1826
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1821
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1822
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1823
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1824
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1825
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1826
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1827
1827
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1828
1828
  readonly entries: {
1829
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1830
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1831
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1832
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1833
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1834
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1829
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1830
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1831
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1832
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1833
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1834
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1835
1835
  };
1836
1836
  readonly "~standard": v.StandardProps<{
1837
1837
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1878,20 +1878,20 @@ export declare const updateRiskPolicyContract: {
1878
1878
  }, undefined>;
1879
1879
  readonly classRulesByRole: v.OptionalSchema<Omit<v.StrictObjectSchema<{
1880
1880
  admin: Omit<v.StrictObjectSchema<{
1881
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1882
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1883
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1884
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1885
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1886
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1881
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1882
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1883
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1884
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1885
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1886
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1887
1887
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1888
1888
  readonly entries: {
1889
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1890
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1891
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1892
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1893
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1894
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1889
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1890
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1891
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1892
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1893
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1894
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1895
1895
  };
1896
1896
  readonly "~standard": v.StandardProps<{
1897
1897
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1937,20 +1937,20 @@ export declare const updateRiskPolicyContract: {
1937
1937
  } | undefined;
1938
1938
  };
1939
1939
  member: Omit<v.StrictObjectSchema<{
1940
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1941
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1942
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1943
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1944
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1945
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1940
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1941
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1942
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1943
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1944
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1945
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1946
1946
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1947
1947
  readonly entries: {
1948
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1949
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1950
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1951
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1952
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1953
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1948
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1949
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1950
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1951
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1952
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1953
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1954
1954
  };
1955
1955
  readonly "~standard": v.StandardProps<{
1956
1956
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1996,20 +1996,20 @@ export declare const updateRiskPolicyContract: {
1996
1996
  } | undefined;
1997
1997
  };
1998
1998
  viewer: Omit<v.StrictObjectSchema<{
1999
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2000
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2001
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2002
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2003
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2004
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1999
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2000
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2001
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2002
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2003
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2004
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2005
2005
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2006
2006
  readonly entries: {
2007
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2008
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2009
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2010
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2011
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2012
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2007
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2008
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2009
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2010
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2011
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2012
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2013
2013
  };
2014
2014
  readonly "~standard": v.StandardProps<{
2015
2015
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2057,20 +2057,20 @@ export declare const updateRiskPolicyContract: {
2057
2057
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2058
2058
  readonly entries: {
2059
2059
  admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2060
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2061
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2062
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2063
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2064
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2065
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2060
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2061
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2062
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2063
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2064
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2065
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2066
2066
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2067
2067
  readonly entries: {
2068
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2069
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2070
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2071
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2072
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2073
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2068
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2069
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2070
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2071
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2072
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2073
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2074
2074
  };
2075
2075
  readonly "~standard": v.StandardProps<{
2076
2076
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2116,20 +2116,20 @@ export declare const updateRiskPolicyContract: {
2116
2116
  } | undefined;
2117
2117
  }, undefined>;
2118
2118
  member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2119
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2120
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2121
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2122
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2123
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2124
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2119
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2120
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2121
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2122
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2123
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2124
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2125
2125
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2126
2126
  readonly entries: {
2127
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2128
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2129
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2130
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2131
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2132
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2127
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2128
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2129
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2130
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2131
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2132
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2133
2133
  };
2134
2134
  readonly "~standard": v.StandardProps<{
2135
2135
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2175,20 +2175,20 @@ export declare const updateRiskPolicyContract: {
2175
2175
  } | undefined;
2176
2176
  }, undefined>;
2177
2177
  viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2178
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2179
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2180
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2181
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2182
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2183
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2178
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2179
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2180
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2181
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2182
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2183
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2184
2184
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2185
2185
  readonly entries: {
2186
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2187
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2188
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2189
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2190
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2191
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2186
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2187
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2188
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2189
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2190
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2191
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2192
2192
  };
2193
2193
  readonly "~standard": v.StandardProps<{
2194
2194
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2417,20 +2417,20 @@ export declare const updateRiskPolicyContract: {
2417
2417
  readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
2418
2418
  }, undefined>, undefined>, undefined>;
2419
2419
  readonly classRules: Omit<v.StrictObjectSchema<{
2420
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2421
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2422
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2423
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2424
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2425
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2420
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2421
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2422
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2423
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2424
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2425
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2426
2426
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2427
2427
  readonly entries: {
2428
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2429
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2430
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2431
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2432
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2433
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2428
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2429
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2430
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2431
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2432
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2433
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2434
2434
  };
2435
2435
  readonly "~standard": v.StandardProps<{
2436
2436
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2477,20 +2477,20 @@ export declare const updateRiskPolicyContract: {
2477
2477
  };
2478
2478
  readonly classRulesByRole: Omit<v.StrictObjectSchema<{
2479
2479
  admin: Omit<v.StrictObjectSchema<{
2480
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2481
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2482
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2483
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2484
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2485
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2480
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2481
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2482
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2483
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2484
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2485
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2486
2486
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2487
2487
  readonly entries: {
2488
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2489
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2490
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2491
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2492
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2493
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2488
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2489
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2490
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2491
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2492
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2493
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2494
2494
  };
2495
2495
  readonly "~standard": v.StandardProps<{
2496
2496
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2536,20 +2536,20 @@ export declare const updateRiskPolicyContract: {
2536
2536
  } | undefined;
2537
2537
  };
2538
2538
  member: Omit<v.StrictObjectSchema<{
2539
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2540
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2541
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2542
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2543
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2544
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2539
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2540
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2541
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2542
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2543
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2544
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2545
2545
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2546
2546
  readonly entries: {
2547
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2548
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2549
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2550
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2551
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2552
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2547
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2548
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2549
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2550
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2551
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2552
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2553
2553
  };
2554
2554
  readonly "~standard": v.StandardProps<{
2555
2555
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2595,20 +2595,20 @@ export declare const updateRiskPolicyContract: {
2595
2595
  } | undefined;
2596
2596
  };
2597
2597
  viewer: Omit<v.StrictObjectSchema<{
2598
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2599
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2600
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2601
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2602
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2603
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2598
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2599
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2600
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2601
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2602
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2603
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2604
2604
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2605
2605
  readonly entries: {
2606
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2607
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2608
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2609
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2610
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2611
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2606
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2607
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2608
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2609
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2610
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2611
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2612
2612
  };
2613
2613
  readonly "~standard": v.StandardProps<{
2614
2614
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2656,20 +2656,20 @@ export declare const updateRiskPolicyContract: {
2656
2656
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2657
2657
  readonly entries: {
2658
2658
  admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2659
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2660
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2661
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2662
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2663
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2664
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2659
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2660
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2661
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2662
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2663
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2664
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2665
2665
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2666
2666
  readonly entries: {
2667
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2668
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2669
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2670
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2671
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2672
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2667
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2668
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2669
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2670
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2671
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2672
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2673
2673
  };
2674
2674
  readonly "~standard": v.StandardProps<{
2675
2675
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2715,20 +2715,20 @@ export declare const updateRiskPolicyContract: {
2715
2715
  } | undefined;
2716
2716
  }, undefined>;
2717
2717
  member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2718
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2719
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2720
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2721
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2722
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2723
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2718
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2719
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2720
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2721
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2722
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2723
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2724
2724
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2725
2725
  readonly entries: {
2726
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2727
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2728
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2729
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2730
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2731
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2726
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2727
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2728
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2729
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2730
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2731
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2732
2732
  };
2733
2733
  readonly "~standard": v.StandardProps<{
2734
2734
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2774,20 +2774,20 @@ export declare const updateRiskPolicyContract: {
2774
2774
  } | undefined;
2775
2775
  }, undefined>;
2776
2776
  viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2777
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2778
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2779
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2780
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2781
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2782
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2777
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2778
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2779
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2780
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2781
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2782
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2783
2783
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2784
2784
  readonly entries: {
2785
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2786
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2787
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2788
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2789
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2790
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2785
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2786
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2787
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2788
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2789
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2790
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2791
2791
  };
2792
2792
  readonly "~standard": v.StandardProps<{
2793
2793
  config?: "always" | "never" | "thresholds" | undefined;
@@ -3069,20 +3069,20 @@ export declare const reseedRiskPolicyContract: {
3069
3069
  readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
3070
3070
  }, undefined>, undefined>, undefined>;
3071
3071
  readonly classRules: Omit<v.StrictObjectSchema<{
3072
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3073
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3074
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3075
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3076
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3077
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3072
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3073
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3074
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3075
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3076
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3077
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3078
3078
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
3079
3079
  readonly entries: {
3080
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3081
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3082
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3083
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3084
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3085
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3080
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3081
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3082
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3083
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3084
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3085
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3086
3086
  };
3087
3087
  readonly "~standard": v.StandardProps<{
3088
3088
  config?: "always" | "never" | "thresholds" | undefined;
@@ -3129,20 +3129,20 @@ export declare const reseedRiskPolicyContract: {
3129
3129
  };
3130
3130
  readonly classRulesByRole: Omit<v.StrictObjectSchema<{
3131
3131
  admin: Omit<v.StrictObjectSchema<{
3132
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3133
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3134
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3135
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3136
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3137
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3132
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3133
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3134
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3135
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3136
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3137
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3138
3138
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
3139
3139
  readonly entries: {
3140
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3141
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3142
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3143
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3144
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3145
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3140
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3141
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3142
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3143
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3144
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3145
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3146
3146
  };
3147
3147
  readonly "~standard": v.StandardProps<{
3148
3148
  config?: "always" | "never" | "thresholds" | undefined;
@@ -3188,20 +3188,20 @@ export declare const reseedRiskPolicyContract: {
3188
3188
  } | undefined;
3189
3189
  };
3190
3190
  member: Omit<v.StrictObjectSchema<{
3191
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3192
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3193
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3194
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3195
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3196
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3191
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3192
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3193
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3194
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3195
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3196
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3197
3197
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
3198
3198
  readonly entries: {
3199
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3200
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3201
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3202
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3203
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3204
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3199
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3200
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3201
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3202
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3203
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3204
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3205
3205
  };
3206
3206
  readonly "~standard": v.StandardProps<{
3207
3207
  config?: "always" | "never" | "thresholds" | undefined;
@@ -3247,20 +3247,20 @@ export declare const reseedRiskPolicyContract: {
3247
3247
  } | undefined;
3248
3248
  };
3249
3249
  viewer: Omit<v.StrictObjectSchema<{
3250
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3251
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3252
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3253
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3254
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3255
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3250
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3251
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3252
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3253
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3254
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3255
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3256
3256
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
3257
3257
  readonly entries: {
3258
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3259
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3260
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3261
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3262
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3263
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3258
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3259
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3260
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3261
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3262
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3263
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3264
3264
  };
3265
3265
  readonly "~standard": v.StandardProps<{
3266
3266
  config?: "always" | "never" | "thresholds" | undefined;
@@ -3308,20 +3308,20 @@ export declare const reseedRiskPolicyContract: {
3308
3308
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
3309
3309
  readonly entries: {
3310
3310
  admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
3311
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3312
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3313
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3314
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3315
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3316
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3311
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3312
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3313
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3314
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3315
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3316
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3317
3317
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
3318
3318
  readonly entries: {
3319
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3320
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3321
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3322
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3323
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3324
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3319
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3320
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3321
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3322
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3323
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3324
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3325
3325
  };
3326
3326
  readonly "~standard": v.StandardProps<{
3327
3327
  config?: "always" | "never" | "thresholds" | undefined;
@@ -3367,20 +3367,20 @@ export declare const reseedRiskPolicyContract: {
3367
3367
  } | undefined;
3368
3368
  }, undefined>;
3369
3369
  member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
3370
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3371
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3372
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3373
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3374
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3375
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3370
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3371
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3372
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3373
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3374
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3375
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3376
3376
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
3377
3377
  readonly entries: {
3378
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3379
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3380
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3381
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3382
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3383
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3378
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3379
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3380
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3381
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3382
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3383
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3384
3384
  };
3385
3385
  readonly "~standard": v.StandardProps<{
3386
3386
  config?: "always" | "never" | "thresholds" | undefined;
@@ -3426,20 +3426,20 @@ export declare const reseedRiskPolicyContract: {
3426
3426
  } | undefined;
3427
3427
  }, undefined>;
3428
3428
  viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
3429
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3430
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3431
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3432
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3433
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3434
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
3429
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3430
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3431
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3432
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3433
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3434
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
3435
3435
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
3436
3436
  readonly entries: {
3437
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3438
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3439
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3440
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3441
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3442
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
3437
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3438
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3439
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3440
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3441
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3442
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
3443
3443
  };
3444
3444
  readonly "~standard": v.StandardProps<{
3445
3445
  config?: "always" | "never" | "thresholds" | undefined;