@lannguyensi/harness 0.20.0 → 0.21.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.
@@ -54,6 +54,7 @@ export declare const PermissionRuleSchema: z.ZodObject<{
54
54
  min?: number | undefined;
55
55
  max?: number | undefined;
56
56
  }>>;
57
+ at_head: z.ZodOptional<z.ZodBoolean>;
57
58
  }, "strict", z.ZodTypeAny, {
58
59
  ledger_tag: string;
59
60
  within?: string | undefined;
@@ -62,6 +63,7 @@ export declare const PermissionRuleSchema: z.ZodObject<{
62
63
  min?: number | undefined;
63
64
  max?: number | undefined;
64
65
  } | undefined;
66
+ at_head?: boolean | undefined;
65
67
  }, {
66
68
  ledger_tag: string;
67
69
  within?: string | undefined;
@@ -70,6 +72,7 @@ export declare const PermissionRuleSchema: z.ZodObject<{
70
72
  min?: number | undefined;
71
73
  max?: number | undefined;
72
74
  } | undefined;
75
+ at_head?: boolean | undefined;
73
76
  }>>;
74
77
  }, "strict", z.ZodTypeAny, {
75
78
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -81,6 +84,7 @@ export declare const PermissionRuleSchema: z.ZodObject<{
81
84
  min?: number | undefined;
82
85
  max?: number | undefined;
83
86
  } | undefined;
87
+ at_head?: boolean | undefined;
84
88
  } | undefined;
85
89
  mode?: string | undefined;
86
90
  }, {
@@ -93,6 +97,7 @@ export declare const PermissionRuleSchema: z.ZodObject<{
93
97
  min?: number | undefined;
94
98
  max?: number | undefined;
95
99
  } | undefined;
100
+ at_head?: boolean | undefined;
96
101
  } | undefined;
97
102
  mode?: string | undefined;
98
103
  }>;
@@ -151,6 +156,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
151
156
  min?: number | undefined;
152
157
  max?: number | undefined;
153
158
  }>>;
159
+ at_head: z.ZodOptional<z.ZodBoolean>;
154
160
  }, "strict", z.ZodTypeAny, {
155
161
  ledger_tag: string;
156
162
  within?: string | undefined;
@@ -159,6 +165,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
159
165
  min?: number | undefined;
160
166
  max?: number | undefined;
161
167
  } | undefined;
168
+ at_head?: boolean | undefined;
162
169
  }, {
163
170
  ledger_tag: string;
164
171
  within?: string | undefined;
@@ -167,6 +174,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
167
174
  min?: number | undefined;
168
175
  max?: number | undefined;
169
176
  } | undefined;
177
+ at_head?: boolean | undefined;
170
178
  }>>;
171
179
  }, "strict", z.ZodTypeAny, {
172
180
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -178,6 +186,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
178
186
  min?: number | undefined;
179
187
  max?: number | undefined;
180
188
  } | undefined;
189
+ at_head?: boolean | undefined;
181
190
  } | undefined;
182
191
  mode?: string | undefined;
183
192
  }, {
@@ -190,6 +199,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
190
199
  min?: number | undefined;
191
200
  max?: number | undefined;
192
201
  } | undefined;
202
+ at_head?: boolean | undefined;
193
203
  } | undefined;
194
204
  mode?: string | undefined;
195
205
  }>>;
@@ -244,6 +254,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
244
254
  min?: number | undefined;
245
255
  max?: number | undefined;
246
256
  }>>;
257
+ at_head: z.ZodOptional<z.ZodBoolean>;
247
258
  }, "strict", z.ZodTypeAny, {
248
259
  ledger_tag: string;
249
260
  within?: string | undefined;
@@ -252,6 +263,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
252
263
  min?: number | undefined;
253
264
  max?: number | undefined;
254
265
  } | undefined;
266
+ at_head?: boolean | undefined;
255
267
  }, {
256
268
  ledger_tag: string;
257
269
  within?: string | undefined;
@@ -260,6 +272,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
260
272
  min?: number | undefined;
261
273
  max?: number | undefined;
262
274
  } | undefined;
275
+ at_head?: boolean | undefined;
263
276
  }>>;
264
277
  }, "strict", z.ZodTypeAny, {
265
278
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -271,6 +284,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
271
284
  min?: number | undefined;
272
285
  max?: number | undefined;
273
286
  } | undefined;
287
+ at_head?: boolean | undefined;
274
288
  } | undefined;
275
289
  mode?: string | undefined;
276
290
  }, {
@@ -283,6 +297,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
283
297
  min?: number | undefined;
284
298
  max?: number | undefined;
285
299
  } | undefined;
300
+ at_head?: boolean | undefined;
286
301
  } | undefined;
287
302
  mode?: string | undefined;
288
303
  }>>;
@@ -337,6 +352,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
337
352
  min?: number | undefined;
338
353
  max?: number | undefined;
339
354
  }>>;
355
+ at_head: z.ZodOptional<z.ZodBoolean>;
340
356
  }, "strict", z.ZodTypeAny, {
341
357
  ledger_tag: string;
342
358
  within?: string | undefined;
@@ -345,6 +361,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
345
361
  min?: number | undefined;
346
362
  max?: number | undefined;
347
363
  } | undefined;
364
+ at_head?: boolean | undefined;
348
365
  }, {
349
366
  ledger_tag: string;
350
367
  within?: string | undefined;
@@ -353,6 +370,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
353
370
  min?: number | undefined;
354
371
  max?: number | undefined;
355
372
  } | undefined;
373
+ at_head?: boolean | undefined;
356
374
  }>>;
357
375
  }, "strict", z.ZodTypeAny, {
358
376
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -364,6 +382,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
364
382
  min?: number | undefined;
365
383
  max?: number | undefined;
366
384
  } | undefined;
385
+ at_head?: boolean | undefined;
367
386
  } | undefined;
368
387
  mode?: string | undefined;
369
388
  }, {
@@ -376,6 +395,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
376
395
  min?: number | undefined;
377
396
  max?: number | undefined;
378
397
  } | undefined;
398
+ at_head?: boolean | undefined;
379
399
  } | undefined;
380
400
  mode?: string | undefined;
381
401
  }>>;
@@ -430,6 +450,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
430
450
  min?: number | undefined;
431
451
  max?: number | undefined;
432
452
  }>>;
453
+ at_head: z.ZodOptional<z.ZodBoolean>;
433
454
  }, "strict", z.ZodTypeAny, {
434
455
  ledger_tag: string;
435
456
  within?: string | undefined;
@@ -438,6 +459,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
438
459
  min?: number | undefined;
439
460
  max?: number | undefined;
440
461
  } | undefined;
462
+ at_head?: boolean | undefined;
441
463
  }, {
442
464
  ledger_tag: string;
443
465
  within?: string | undefined;
@@ -446,6 +468,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
446
468
  min?: number | undefined;
447
469
  max?: number | undefined;
448
470
  } | undefined;
471
+ at_head?: boolean | undefined;
449
472
  }>>;
450
473
  }, "strict", z.ZodTypeAny, {
451
474
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -457,6 +480,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
457
480
  min?: number | undefined;
458
481
  max?: number | undefined;
459
482
  } | undefined;
483
+ at_head?: boolean | undefined;
460
484
  } | undefined;
461
485
  mode?: string | undefined;
462
486
  }, {
@@ -469,6 +493,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
469
493
  min?: number | undefined;
470
494
  max?: number | undefined;
471
495
  } | undefined;
496
+ at_head?: boolean | undefined;
472
497
  } | undefined;
473
498
  mode?: string | undefined;
474
499
  }>>;
@@ -523,6 +548,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
523
548
  min?: number | undefined;
524
549
  max?: number | undefined;
525
550
  }>>;
551
+ at_head: z.ZodOptional<z.ZodBoolean>;
526
552
  }, "strict", z.ZodTypeAny, {
527
553
  ledger_tag: string;
528
554
  within?: string | undefined;
@@ -531,6 +557,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
531
557
  min?: number | undefined;
532
558
  max?: number | undefined;
533
559
  } | undefined;
560
+ at_head?: boolean | undefined;
534
561
  }, {
535
562
  ledger_tag: string;
536
563
  within?: string | undefined;
@@ -539,6 +566,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
539
566
  min?: number | undefined;
540
567
  max?: number | undefined;
541
568
  } | undefined;
569
+ at_head?: boolean | undefined;
542
570
  }>>;
543
571
  }, "strict", z.ZodTypeAny, {
544
572
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -550,6 +578,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
550
578
  min?: number | undefined;
551
579
  max?: number | undefined;
552
580
  } | undefined;
581
+ at_head?: boolean | undefined;
553
582
  } | undefined;
554
583
  mode?: string | undefined;
555
584
  }, {
@@ -562,6 +591,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
562
591
  min?: number | undefined;
563
592
  max?: number | undefined;
564
593
  } | undefined;
594
+ at_head?: boolean | undefined;
565
595
  } | undefined;
566
596
  mode?: string | undefined;
567
597
  }>>;
@@ -616,6 +646,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
616
646
  min?: number | undefined;
617
647
  max?: number | undefined;
618
648
  }>>;
649
+ at_head: z.ZodOptional<z.ZodBoolean>;
619
650
  }, "strict", z.ZodTypeAny, {
620
651
  ledger_tag: string;
621
652
  within?: string | undefined;
@@ -624,6 +655,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
624
655
  min?: number | undefined;
625
656
  max?: number | undefined;
626
657
  } | undefined;
658
+ at_head?: boolean | undefined;
627
659
  }, {
628
660
  ledger_tag: string;
629
661
  within?: string | undefined;
@@ -632,6 +664,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
632
664
  min?: number | undefined;
633
665
  max?: number | undefined;
634
666
  } | undefined;
667
+ at_head?: boolean | undefined;
635
668
  }>>;
636
669
  }, "strict", z.ZodTypeAny, {
637
670
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -643,6 +676,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
643
676
  min?: number | undefined;
644
677
  max?: number | undefined;
645
678
  } | undefined;
679
+ at_head?: boolean | undefined;
646
680
  } | undefined;
647
681
  mode?: string | undefined;
648
682
  }, {
@@ -655,6 +689,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
655
689
  min?: number | undefined;
656
690
  max?: number | undefined;
657
691
  } | undefined;
692
+ at_head?: boolean | undefined;
658
693
  } | undefined;
659
694
  mode?: string | undefined;
660
695
  }>>;
@@ -709,6 +744,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
709
744
  min?: number | undefined;
710
745
  max?: number | undefined;
711
746
  }>>;
747
+ at_head: z.ZodOptional<z.ZodBoolean>;
712
748
  }, "strict", z.ZodTypeAny, {
713
749
  ledger_tag: string;
714
750
  within?: string | undefined;
@@ -717,6 +753,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
717
753
  min?: number | undefined;
718
754
  max?: number | undefined;
719
755
  } | undefined;
756
+ at_head?: boolean | undefined;
720
757
  }, {
721
758
  ledger_tag: string;
722
759
  within?: string | undefined;
@@ -725,6 +762,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
725
762
  min?: number | undefined;
726
763
  max?: number | undefined;
727
764
  } | undefined;
765
+ at_head?: boolean | undefined;
728
766
  }>>;
729
767
  }, "strict", z.ZodTypeAny, {
730
768
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -736,6 +774,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
736
774
  min?: number | undefined;
737
775
  max?: number | undefined;
738
776
  } | undefined;
777
+ at_head?: boolean | undefined;
739
778
  } | undefined;
740
779
  mode?: string | undefined;
741
780
  }, {
@@ -748,6 +787,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
748
787
  min?: number | undefined;
749
788
  max?: number | undefined;
750
789
  } | undefined;
790
+ at_head?: boolean | undefined;
751
791
  } | undefined;
752
792
  mode?: string | undefined;
753
793
  }>>;
@@ -762,6 +802,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
762
802
  min?: number | undefined;
763
803
  max?: number | undefined;
764
804
  } | undefined;
805
+ at_head?: boolean | undefined;
765
806
  } | undefined;
766
807
  mode?: string | undefined;
767
808
  } | undefined;
@@ -775,6 +816,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
775
816
  min?: number | undefined;
776
817
  max?: number | undefined;
777
818
  } | undefined;
819
+ at_head?: boolean | undefined;
778
820
  } | undefined;
779
821
  mode?: string | undefined;
780
822
  } | undefined;
@@ -788,6 +830,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
788
830
  min?: number | undefined;
789
831
  max?: number | undefined;
790
832
  } | undefined;
833
+ at_head?: boolean | undefined;
791
834
  } | undefined;
792
835
  mode?: string | undefined;
793
836
  } | undefined;
@@ -801,6 +844,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
801
844
  min?: number | undefined;
802
845
  max?: number | undefined;
803
846
  } | undefined;
847
+ at_head?: boolean | undefined;
804
848
  } | undefined;
805
849
  mode?: string | undefined;
806
850
  } | undefined;
@@ -814,6 +858,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
814
858
  min?: number | undefined;
815
859
  max?: number | undefined;
816
860
  } | undefined;
861
+ at_head?: boolean | undefined;
817
862
  } | undefined;
818
863
  mode?: string | undefined;
819
864
  } | undefined;
@@ -827,6 +872,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
827
872
  min?: number | undefined;
828
873
  max?: number | undefined;
829
874
  } | undefined;
875
+ at_head?: boolean | undefined;
830
876
  } | undefined;
831
877
  mode?: string | undefined;
832
878
  } | undefined;
@@ -840,6 +886,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
840
886
  min?: number | undefined;
841
887
  max?: number | undefined;
842
888
  } | undefined;
889
+ at_head?: boolean | undefined;
843
890
  } | undefined;
844
891
  mode?: string | undefined;
845
892
  } | undefined;
@@ -854,6 +901,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
854
901
  min?: number | undefined;
855
902
  max?: number | undefined;
856
903
  } | undefined;
904
+ at_head?: boolean | undefined;
857
905
  } | undefined;
858
906
  mode?: string | undefined;
859
907
  } | undefined;
@@ -867,6 +915,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
867
915
  min?: number | undefined;
868
916
  max?: number | undefined;
869
917
  } | undefined;
918
+ at_head?: boolean | undefined;
870
919
  } | undefined;
871
920
  mode?: string | undefined;
872
921
  } | undefined;
@@ -880,6 +929,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
880
929
  min?: number | undefined;
881
930
  max?: number | undefined;
882
931
  } | undefined;
932
+ at_head?: boolean | undefined;
883
933
  } | undefined;
884
934
  mode?: string | undefined;
885
935
  } | undefined;
@@ -893,6 +943,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
893
943
  min?: number | undefined;
894
944
  max?: number | undefined;
895
945
  } | undefined;
946
+ at_head?: boolean | undefined;
896
947
  } | undefined;
897
948
  mode?: string | undefined;
898
949
  } | undefined;
@@ -906,6 +957,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
906
957
  min?: number | undefined;
907
958
  max?: number | undefined;
908
959
  } | undefined;
960
+ at_head?: boolean | undefined;
909
961
  } | undefined;
910
962
  mode?: string | undefined;
911
963
  } | undefined;
@@ -919,6 +971,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
919
971
  min?: number | undefined;
920
972
  max?: number | undefined;
921
973
  } | undefined;
974
+ at_head?: boolean | undefined;
922
975
  } | undefined;
923
976
  mode?: string | undefined;
924
977
  } | undefined;
@@ -932,6 +985,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
932
985
  min?: number | undefined;
933
986
  max?: number | undefined;
934
987
  } | undefined;
988
+ at_head?: boolean | undefined;
935
989
  } | undefined;
936
990
  mode?: string | undefined;
937
991
  } | undefined;
@@ -948,6 +1002,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
948
1002
  min?: number | undefined;
949
1003
  max?: number | undefined;
950
1004
  } | undefined;
1005
+ at_head?: boolean | undefined;
951
1006
  } | undefined;
952
1007
  mode?: string | undefined;
953
1008
  } | undefined;
@@ -961,6 +1016,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
961
1016
  min?: number | undefined;
962
1017
  max?: number | undefined;
963
1018
  } | undefined;
1019
+ at_head?: boolean | undefined;
964
1020
  } | undefined;
965
1021
  mode?: string | undefined;
966
1022
  } | undefined;
@@ -974,6 +1030,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
974
1030
  min?: number | undefined;
975
1031
  max?: number | undefined;
976
1032
  } | undefined;
1033
+ at_head?: boolean | undefined;
977
1034
  } | undefined;
978
1035
  mode?: string | undefined;
979
1036
  } | undefined;
@@ -987,6 +1044,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
987
1044
  min?: number | undefined;
988
1045
  max?: number | undefined;
989
1046
  } | undefined;
1047
+ at_head?: boolean | undefined;
990
1048
  } | undefined;
991
1049
  mode?: string | undefined;
992
1050
  } | undefined;
@@ -1000,6 +1058,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1000
1058
  min?: number | undefined;
1001
1059
  max?: number | undefined;
1002
1060
  } | undefined;
1061
+ at_head?: boolean | undefined;
1003
1062
  } | undefined;
1004
1063
  mode?: string | undefined;
1005
1064
  } | undefined;
@@ -1013,6 +1072,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1013
1072
  min?: number | undefined;
1014
1073
  max?: number | undefined;
1015
1074
  } | undefined;
1075
+ at_head?: boolean | undefined;
1016
1076
  } | undefined;
1017
1077
  mode?: string | undefined;
1018
1078
  } | undefined;
@@ -1026,6 +1086,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1026
1086
  min?: number | undefined;
1027
1087
  max?: number | undefined;
1028
1088
  } | undefined;
1089
+ at_head?: boolean | undefined;
1029
1090
  } | undefined;
1030
1091
  mode?: string | undefined;
1031
1092
  } | undefined;
@@ -1044,6 +1105,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1044
1105
  min?: number | undefined;
1045
1106
  max?: number | undefined;
1046
1107
  } | undefined;
1108
+ at_head?: boolean | undefined;
1047
1109
  } | undefined;
1048
1110
  mode?: string | undefined;
1049
1111
  } | undefined;
@@ -1057,6 +1119,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1057
1119
  min?: number | undefined;
1058
1120
  max?: number | undefined;
1059
1121
  } | undefined;
1122
+ at_head?: boolean | undefined;
1060
1123
  } | undefined;
1061
1124
  mode?: string | undefined;
1062
1125
  } | undefined;
@@ -1070,6 +1133,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1070
1133
  min?: number | undefined;
1071
1134
  max?: number | undefined;
1072
1135
  } | undefined;
1136
+ at_head?: boolean | undefined;
1073
1137
  } | undefined;
1074
1138
  mode?: string | undefined;
1075
1139
  } | undefined;
@@ -1083,6 +1147,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1083
1147
  min?: number | undefined;
1084
1148
  max?: number | undefined;
1085
1149
  } | undefined;
1150
+ at_head?: boolean | undefined;
1086
1151
  } | undefined;
1087
1152
  mode?: string | undefined;
1088
1153
  } | undefined;
@@ -1096,6 +1161,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1096
1161
  min?: number | undefined;
1097
1162
  max?: number | undefined;
1098
1163
  } | undefined;
1164
+ at_head?: boolean | undefined;
1099
1165
  } | undefined;
1100
1166
  mode?: string | undefined;
1101
1167
  } | undefined;
@@ -1109,6 +1175,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1109
1175
  min?: number | undefined;
1110
1176
  max?: number | undefined;
1111
1177
  } | undefined;
1178
+ at_head?: boolean | undefined;
1112
1179
  } | undefined;
1113
1180
  mode?: string | undefined;
1114
1181
  } | undefined;
@@ -1122,6 +1189,7 @@ export declare const PermissionProfileSchema: z.ZodObject<{
1122
1189
  min?: number | undefined;
1123
1190
  max?: number | undefined;
1124
1191
  } | undefined;
1192
+ at_head?: boolean | undefined;
1125
1193
  } | undefined;
1126
1194
  mode?: string | undefined;
1127
1195
  } | undefined;
@@ -1182,6 +1250,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1182
1250
  min?: number | undefined;
1183
1251
  max?: number | undefined;
1184
1252
  }>>;
1253
+ at_head: z.ZodOptional<z.ZodBoolean>;
1185
1254
  }, "strict", z.ZodTypeAny, {
1186
1255
  ledger_tag: string;
1187
1256
  within?: string | undefined;
@@ -1190,6 +1259,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1190
1259
  min?: number | undefined;
1191
1260
  max?: number | undefined;
1192
1261
  } | undefined;
1262
+ at_head?: boolean | undefined;
1193
1263
  }, {
1194
1264
  ledger_tag: string;
1195
1265
  within?: string | undefined;
@@ -1198,6 +1268,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1198
1268
  min?: number | undefined;
1199
1269
  max?: number | undefined;
1200
1270
  } | undefined;
1271
+ at_head?: boolean | undefined;
1201
1272
  }>>;
1202
1273
  }, "strict", z.ZodTypeAny, {
1203
1274
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -1209,6 +1280,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1209
1280
  min?: number | undefined;
1210
1281
  max?: number | undefined;
1211
1282
  } | undefined;
1283
+ at_head?: boolean | undefined;
1212
1284
  } | undefined;
1213
1285
  mode?: string | undefined;
1214
1286
  }, {
@@ -1221,6 +1293,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1221
1293
  min?: number | undefined;
1222
1294
  max?: number | undefined;
1223
1295
  } | undefined;
1296
+ at_head?: boolean | undefined;
1224
1297
  } | undefined;
1225
1298
  mode?: string | undefined;
1226
1299
  }>>;
@@ -1275,6 +1348,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1275
1348
  min?: number | undefined;
1276
1349
  max?: number | undefined;
1277
1350
  }>>;
1351
+ at_head: z.ZodOptional<z.ZodBoolean>;
1278
1352
  }, "strict", z.ZodTypeAny, {
1279
1353
  ledger_tag: string;
1280
1354
  within?: string | undefined;
@@ -1283,6 +1357,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1283
1357
  min?: number | undefined;
1284
1358
  max?: number | undefined;
1285
1359
  } | undefined;
1360
+ at_head?: boolean | undefined;
1286
1361
  }, {
1287
1362
  ledger_tag: string;
1288
1363
  within?: string | undefined;
@@ -1291,6 +1366,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1291
1366
  min?: number | undefined;
1292
1367
  max?: number | undefined;
1293
1368
  } | undefined;
1369
+ at_head?: boolean | undefined;
1294
1370
  }>>;
1295
1371
  }, "strict", z.ZodTypeAny, {
1296
1372
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -1302,6 +1378,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1302
1378
  min?: number | undefined;
1303
1379
  max?: number | undefined;
1304
1380
  } | undefined;
1381
+ at_head?: boolean | undefined;
1305
1382
  } | undefined;
1306
1383
  mode?: string | undefined;
1307
1384
  }, {
@@ -1314,6 +1391,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1314
1391
  min?: number | undefined;
1315
1392
  max?: number | undefined;
1316
1393
  } | undefined;
1394
+ at_head?: boolean | undefined;
1317
1395
  } | undefined;
1318
1396
  mode?: string | undefined;
1319
1397
  }>>;
@@ -1368,6 +1446,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1368
1446
  min?: number | undefined;
1369
1447
  max?: number | undefined;
1370
1448
  }>>;
1449
+ at_head: z.ZodOptional<z.ZodBoolean>;
1371
1450
  }, "strict", z.ZodTypeAny, {
1372
1451
  ledger_tag: string;
1373
1452
  within?: string | undefined;
@@ -1376,6 +1455,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1376
1455
  min?: number | undefined;
1377
1456
  max?: number | undefined;
1378
1457
  } | undefined;
1458
+ at_head?: boolean | undefined;
1379
1459
  }, {
1380
1460
  ledger_tag: string;
1381
1461
  within?: string | undefined;
@@ -1384,6 +1464,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1384
1464
  min?: number | undefined;
1385
1465
  max?: number | undefined;
1386
1466
  } | undefined;
1467
+ at_head?: boolean | undefined;
1387
1468
  }>>;
1388
1469
  }, "strict", z.ZodTypeAny, {
1389
1470
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -1395,6 +1476,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1395
1476
  min?: number | undefined;
1396
1477
  max?: number | undefined;
1397
1478
  } | undefined;
1479
+ at_head?: boolean | undefined;
1398
1480
  } | undefined;
1399
1481
  mode?: string | undefined;
1400
1482
  }, {
@@ -1407,6 +1489,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1407
1489
  min?: number | undefined;
1408
1490
  max?: number | undefined;
1409
1491
  } | undefined;
1492
+ at_head?: boolean | undefined;
1410
1493
  } | undefined;
1411
1494
  mode?: string | undefined;
1412
1495
  }>>;
@@ -1461,6 +1544,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1461
1544
  min?: number | undefined;
1462
1545
  max?: number | undefined;
1463
1546
  }>>;
1547
+ at_head: z.ZodOptional<z.ZodBoolean>;
1464
1548
  }, "strict", z.ZodTypeAny, {
1465
1549
  ledger_tag: string;
1466
1550
  within?: string | undefined;
@@ -1469,6 +1553,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1469
1553
  min?: number | undefined;
1470
1554
  max?: number | undefined;
1471
1555
  } | undefined;
1556
+ at_head?: boolean | undefined;
1472
1557
  }, {
1473
1558
  ledger_tag: string;
1474
1559
  within?: string | undefined;
@@ -1477,6 +1562,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1477
1562
  min?: number | undefined;
1478
1563
  max?: number | undefined;
1479
1564
  } | undefined;
1565
+ at_head?: boolean | undefined;
1480
1566
  }>>;
1481
1567
  }, "strict", z.ZodTypeAny, {
1482
1568
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -1488,6 +1574,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1488
1574
  min?: number | undefined;
1489
1575
  max?: number | undefined;
1490
1576
  } | undefined;
1577
+ at_head?: boolean | undefined;
1491
1578
  } | undefined;
1492
1579
  mode?: string | undefined;
1493
1580
  }, {
@@ -1500,6 +1587,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1500
1587
  min?: number | undefined;
1501
1588
  max?: number | undefined;
1502
1589
  } | undefined;
1590
+ at_head?: boolean | undefined;
1503
1591
  } | undefined;
1504
1592
  mode?: string | undefined;
1505
1593
  }>>;
@@ -1554,6 +1642,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1554
1642
  min?: number | undefined;
1555
1643
  max?: number | undefined;
1556
1644
  }>>;
1645
+ at_head: z.ZodOptional<z.ZodBoolean>;
1557
1646
  }, "strict", z.ZodTypeAny, {
1558
1647
  ledger_tag: string;
1559
1648
  within?: string | undefined;
@@ -1562,6 +1651,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1562
1651
  min?: number | undefined;
1563
1652
  max?: number | undefined;
1564
1653
  } | undefined;
1654
+ at_head?: boolean | undefined;
1565
1655
  }, {
1566
1656
  ledger_tag: string;
1567
1657
  within?: string | undefined;
@@ -1570,6 +1660,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1570
1660
  min?: number | undefined;
1571
1661
  max?: number | undefined;
1572
1662
  } | undefined;
1663
+ at_head?: boolean | undefined;
1573
1664
  }>>;
1574
1665
  }, "strict", z.ZodTypeAny, {
1575
1666
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -1581,6 +1672,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1581
1672
  min?: number | undefined;
1582
1673
  max?: number | undefined;
1583
1674
  } | undefined;
1675
+ at_head?: boolean | undefined;
1584
1676
  } | undefined;
1585
1677
  mode?: string | undefined;
1586
1678
  }, {
@@ -1593,6 +1685,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1593
1685
  min?: number | undefined;
1594
1686
  max?: number | undefined;
1595
1687
  } | undefined;
1688
+ at_head?: boolean | undefined;
1596
1689
  } | undefined;
1597
1690
  mode?: string | undefined;
1598
1691
  }>>;
@@ -1647,6 +1740,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1647
1740
  min?: number | undefined;
1648
1741
  max?: number | undefined;
1649
1742
  }>>;
1743
+ at_head: z.ZodOptional<z.ZodBoolean>;
1650
1744
  }, "strict", z.ZodTypeAny, {
1651
1745
  ledger_tag: string;
1652
1746
  within?: string | undefined;
@@ -1655,6 +1749,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1655
1749
  min?: number | undefined;
1656
1750
  max?: number | undefined;
1657
1751
  } | undefined;
1752
+ at_head?: boolean | undefined;
1658
1753
  }, {
1659
1754
  ledger_tag: string;
1660
1755
  within?: string | undefined;
@@ -1663,6 +1758,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1663
1758
  min?: number | undefined;
1664
1759
  max?: number | undefined;
1665
1760
  } | undefined;
1761
+ at_head?: boolean | undefined;
1666
1762
  }>>;
1667
1763
  }, "strict", z.ZodTypeAny, {
1668
1764
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -1674,6 +1770,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1674
1770
  min?: number | undefined;
1675
1771
  max?: number | undefined;
1676
1772
  } | undefined;
1773
+ at_head?: boolean | undefined;
1677
1774
  } | undefined;
1678
1775
  mode?: string | undefined;
1679
1776
  }, {
@@ -1686,6 +1783,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1686
1783
  min?: number | undefined;
1687
1784
  max?: number | undefined;
1688
1785
  } | undefined;
1786
+ at_head?: boolean | undefined;
1689
1787
  } | undefined;
1690
1788
  mode?: string | undefined;
1691
1789
  }>>;
@@ -1740,6 +1838,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1740
1838
  min?: number | undefined;
1741
1839
  max?: number | undefined;
1742
1840
  }>>;
1841
+ at_head: z.ZodOptional<z.ZodBoolean>;
1743
1842
  }, "strict", z.ZodTypeAny, {
1744
1843
  ledger_tag: string;
1745
1844
  within?: string | undefined;
@@ -1748,6 +1847,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1748
1847
  min?: number | undefined;
1749
1848
  max?: number | undefined;
1750
1849
  } | undefined;
1850
+ at_head?: boolean | undefined;
1751
1851
  }, {
1752
1852
  ledger_tag: string;
1753
1853
  within?: string | undefined;
@@ -1756,6 +1856,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1756
1856
  min?: number | undefined;
1757
1857
  max?: number | undefined;
1758
1858
  } | undefined;
1859
+ at_head?: boolean | undefined;
1759
1860
  }>>;
1760
1861
  }, "strict", z.ZodTypeAny, {
1761
1862
  allow: "ask" | "true" | "false" | "limited" | "ask_or_deny";
@@ -1767,6 +1868,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1767
1868
  min?: number | undefined;
1768
1869
  max?: number | undefined;
1769
1870
  } | undefined;
1871
+ at_head?: boolean | undefined;
1770
1872
  } | undefined;
1771
1873
  mode?: string | undefined;
1772
1874
  }, {
@@ -1779,6 +1881,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1779
1881
  min?: number | undefined;
1780
1882
  max?: number | undefined;
1781
1883
  } | undefined;
1884
+ at_head?: boolean | undefined;
1782
1885
  } | undefined;
1783
1886
  mode?: string | undefined;
1784
1887
  }>>;
@@ -1793,6 +1896,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1793
1896
  min?: number | undefined;
1794
1897
  max?: number | undefined;
1795
1898
  } | undefined;
1899
+ at_head?: boolean | undefined;
1796
1900
  } | undefined;
1797
1901
  mode?: string | undefined;
1798
1902
  } | undefined;
@@ -1806,6 +1910,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1806
1910
  min?: number | undefined;
1807
1911
  max?: number | undefined;
1808
1912
  } | undefined;
1913
+ at_head?: boolean | undefined;
1809
1914
  } | undefined;
1810
1915
  mode?: string | undefined;
1811
1916
  } | undefined;
@@ -1819,6 +1924,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1819
1924
  min?: number | undefined;
1820
1925
  max?: number | undefined;
1821
1926
  } | undefined;
1927
+ at_head?: boolean | undefined;
1822
1928
  } | undefined;
1823
1929
  mode?: string | undefined;
1824
1930
  } | undefined;
@@ -1832,6 +1938,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1832
1938
  min?: number | undefined;
1833
1939
  max?: number | undefined;
1834
1940
  } | undefined;
1941
+ at_head?: boolean | undefined;
1835
1942
  } | undefined;
1836
1943
  mode?: string | undefined;
1837
1944
  } | undefined;
@@ -1845,6 +1952,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1845
1952
  min?: number | undefined;
1846
1953
  max?: number | undefined;
1847
1954
  } | undefined;
1955
+ at_head?: boolean | undefined;
1848
1956
  } | undefined;
1849
1957
  mode?: string | undefined;
1850
1958
  } | undefined;
@@ -1858,6 +1966,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1858
1966
  min?: number | undefined;
1859
1967
  max?: number | undefined;
1860
1968
  } | undefined;
1969
+ at_head?: boolean | undefined;
1861
1970
  } | undefined;
1862
1971
  mode?: string | undefined;
1863
1972
  } | undefined;
@@ -1871,6 +1980,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1871
1980
  min?: number | undefined;
1872
1981
  max?: number | undefined;
1873
1982
  } | undefined;
1983
+ at_head?: boolean | undefined;
1874
1984
  } | undefined;
1875
1985
  mode?: string | undefined;
1876
1986
  } | undefined;
@@ -1885,6 +1995,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1885
1995
  min?: number | undefined;
1886
1996
  max?: number | undefined;
1887
1997
  } | undefined;
1998
+ at_head?: boolean | undefined;
1888
1999
  } | undefined;
1889
2000
  mode?: string | undefined;
1890
2001
  } | undefined;
@@ -1898,6 +2009,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1898
2009
  min?: number | undefined;
1899
2010
  max?: number | undefined;
1900
2011
  } | undefined;
2012
+ at_head?: boolean | undefined;
1901
2013
  } | undefined;
1902
2014
  mode?: string | undefined;
1903
2015
  } | undefined;
@@ -1911,6 +2023,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1911
2023
  min?: number | undefined;
1912
2024
  max?: number | undefined;
1913
2025
  } | undefined;
2026
+ at_head?: boolean | undefined;
1914
2027
  } | undefined;
1915
2028
  mode?: string | undefined;
1916
2029
  } | undefined;
@@ -1924,6 +2037,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1924
2037
  min?: number | undefined;
1925
2038
  max?: number | undefined;
1926
2039
  } | undefined;
2040
+ at_head?: boolean | undefined;
1927
2041
  } | undefined;
1928
2042
  mode?: string | undefined;
1929
2043
  } | undefined;
@@ -1937,6 +2051,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1937
2051
  min?: number | undefined;
1938
2052
  max?: number | undefined;
1939
2053
  } | undefined;
2054
+ at_head?: boolean | undefined;
1940
2055
  } | undefined;
1941
2056
  mode?: string | undefined;
1942
2057
  } | undefined;
@@ -1950,6 +2065,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1950
2065
  min?: number | undefined;
1951
2066
  max?: number | undefined;
1952
2067
  } | undefined;
2068
+ at_head?: boolean | undefined;
1953
2069
  } | undefined;
1954
2070
  mode?: string | undefined;
1955
2071
  } | undefined;
@@ -1963,6 +2079,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1963
2079
  min?: number | undefined;
1964
2080
  max?: number | undefined;
1965
2081
  } | undefined;
2082
+ at_head?: boolean | undefined;
1966
2083
  } | undefined;
1967
2084
  mode?: string | undefined;
1968
2085
  } | undefined;
@@ -1979,6 +2096,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1979
2096
  min?: number | undefined;
1980
2097
  max?: number | undefined;
1981
2098
  } | undefined;
2099
+ at_head?: boolean | undefined;
1982
2100
  } | undefined;
1983
2101
  mode?: string | undefined;
1984
2102
  } | undefined;
@@ -1992,6 +2110,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
1992
2110
  min?: number | undefined;
1993
2111
  max?: number | undefined;
1994
2112
  } | undefined;
2113
+ at_head?: boolean | undefined;
1995
2114
  } | undefined;
1996
2115
  mode?: string | undefined;
1997
2116
  } | undefined;
@@ -2005,6 +2124,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2005
2124
  min?: number | undefined;
2006
2125
  max?: number | undefined;
2007
2126
  } | undefined;
2127
+ at_head?: boolean | undefined;
2008
2128
  } | undefined;
2009
2129
  mode?: string | undefined;
2010
2130
  } | undefined;
@@ -2018,6 +2138,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2018
2138
  min?: number | undefined;
2019
2139
  max?: number | undefined;
2020
2140
  } | undefined;
2141
+ at_head?: boolean | undefined;
2021
2142
  } | undefined;
2022
2143
  mode?: string | undefined;
2023
2144
  } | undefined;
@@ -2031,6 +2152,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2031
2152
  min?: number | undefined;
2032
2153
  max?: number | undefined;
2033
2154
  } | undefined;
2155
+ at_head?: boolean | undefined;
2034
2156
  } | undefined;
2035
2157
  mode?: string | undefined;
2036
2158
  } | undefined;
@@ -2044,6 +2166,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2044
2166
  min?: number | undefined;
2045
2167
  max?: number | undefined;
2046
2168
  } | undefined;
2169
+ at_head?: boolean | undefined;
2047
2170
  } | undefined;
2048
2171
  mode?: string | undefined;
2049
2172
  } | undefined;
@@ -2057,6 +2180,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2057
2180
  min?: number | undefined;
2058
2181
  max?: number | undefined;
2059
2182
  } | undefined;
2183
+ at_head?: boolean | undefined;
2060
2184
  } | undefined;
2061
2185
  mode?: string | undefined;
2062
2186
  } | undefined;
@@ -2075,6 +2199,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2075
2199
  min?: number | undefined;
2076
2200
  max?: number | undefined;
2077
2201
  } | undefined;
2202
+ at_head?: boolean | undefined;
2078
2203
  } | undefined;
2079
2204
  mode?: string | undefined;
2080
2205
  } | undefined;
@@ -2088,6 +2213,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2088
2213
  min?: number | undefined;
2089
2214
  max?: number | undefined;
2090
2215
  } | undefined;
2216
+ at_head?: boolean | undefined;
2091
2217
  } | undefined;
2092
2218
  mode?: string | undefined;
2093
2219
  } | undefined;
@@ -2101,6 +2227,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2101
2227
  min?: number | undefined;
2102
2228
  max?: number | undefined;
2103
2229
  } | undefined;
2230
+ at_head?: boolean | undefined;
2104
2231
  } | undefined;
2105
2232
  mode?: string | undefined;
2106
2233
  } | undefined;
@@ -2114,6 +2241,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2114
2241
  min?: number | undefined;
2115
2242
  max?: number | undefined;
2116
2243
  } | undefined;
2244
+ at_head?: boolean | undefined;
2117
2245
  } | undefined;
2118
2246
  mode?: string | undefined;
2119
2247
  } | undefined;
@@ -2127,6 +2255,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2127
2255
  min?: number | undefined;
2128
2256
  max?: number | undefined;
2129
2257
  } | undefined;
2258
+ at_head?: boolean | undefined;
2130
2259
  } | undefined;
2131
2260
  mode?: string | undefined;
2132
2261
  } | undefined;
@@ -2140,6 +2269,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2140
2269
  min?: number | undefined;
2141
2270
  max?: number | undefined;
2142
2271
  } | undefined;
2272
+ at_head?: boolean | undefined;
2143
2273
  } | undefined;
2144
2274
  mode?: string | undefined;
2145
2275
  } | undefined;
@@ -2153,6 +2283,7 @@ export declare const PermissionProfilesSchema: z.ZodRecord<z.ZodString, z.ZodObj
2153
2283
  min?: number | undefined;
2154
2284
  max?: number | undefined;
2155
2285
  } | undefined;
2286
+ at_head?: boolean | undefined;
2156
2287
  } | undefined;
2157
2288
  mode?: string | undefined;
2158
2289
  } | undefined;