@objectstack/platform-objects 10.2.0 → 10.3.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.
@@ -238,6 +238,7 @@ declare const SysNotification: Omit<{
238
238
  generatedBy?: string | undefined;
239
239
  } | undefined;
240
240
  } | undefined;
241
+ requiredPermissions?: string[] | undefined;
241
242
  system?: boolean | undefined;
242
243
  inlineHelpText?: string | undefined;
243
244
  caseSensitive?: boolean | undefined;
@@ -313,6 +314,10 @@ declare const SysNotification: Omit<{
313
314
  tenantField: string;
314
315
  crossTenantAccess: boolean;
315
316
  } | undefined;
317
+ access?: {
318
+ default: "public" | "private";
319
+ } | undefined;
320
+ requiredPermissions?: string[] | undefined;
316
321
  softDelete?: {
317
322
  enabled: boolean;
318
323
  field: string;
@@ -679,7 +684,7 @@ declare const SysNotification: Omit<{
679
684
  clone: boolean;
680
685
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
681
686
  } | undefined;
682
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
687
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
683
688
  publicSharing?: {
684
689
  enabled: boolean;
685
690
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -766,6 +771,7 @@ declare const SysNotification: Omit<{
766
771
  generatedBy?: string | undefined;
767
772
  } | undefined;
768
773
  } | undefined;
774
+ requiredPermissions?: string[] | undefined;
769
775
  shortcut?: string | undefined;
770
776
  bulkEnabled?: boolean | undefined;
771
777
  ai?: {
@@ -879,6 +885,7 @@ declare const SysNotification: Omit<{
879
885
  readonly dependencies?: string[] | undefined;
880
886
  readonly externalId?: boolean | undefined;
881
887
  readonly defaultValue?: unknown;
888
+ readonly requiredPermissions?: string[] | undefined;
882
889
  readonly group?: string | undefined;
883
890
  readonly hidden?: boolean | undefined;
884
891
  readonly system?: boolean | undefined;
@@ -1053,6 +1060,7 @@ declare const SysNotification: Omit<{
1053
1060
  readonly dependencies?: string[] | undefined;
1054
1061
  readonly externalId?: boolean | undefined;
1055
1062
  readonly defaultValue?: unknown;
1063
+ readonly requiredPermissions?: string[] | undefined;
1056
1064
  readonly group?: string | undefined;
1057
1065
  readonly hidden?: boolean | undefined;
1058
1066
  readonly system?: boolean | undefined;
@@ -1227,6 +1235,7 @@ declare const SysNotification: Omit<{
1227
1235
  readonly dependencies?: string[] | undefined;
1228
1236
  readonly externalId?: boolean | undefined;
1229
1237
  readonly defaultValue?: unknown;
1238
+ readonly requiredPermissions?: string[] | undefined;
1230
1239
  readonly group?: string | undefined;
1231
1240
  readonly hidden?: boolean | undefined;
1232
1241
  readonly system?: boolean | undefined;
@@ -1401,6 +1410,7 @@ declare const SysNotification: Omit<{
1401
1410
  readonly dependencies?: string[] | undefined;
1402
1411
  readonly externalId?: boolean | undefined;
1403
1412
  readonly defaultValue?: unknown;
1413
+ readonly requiredPermissions?: string[] | undefined;
1404
1414
  readonly group?: string | undefined;
1405
1415
  readonly hidden?: boolean | undefined;
1406
1416
  readonly system?: boolean | undefined;
@@ -1575,6 +1585,7 @@ declare const SysNotification: Omit<{
1575
1585
  readonly dependencies?: string[] | undefined;
1576
1586
  readonly externalId?: boolean | undefined;
1577
1587
  readonly defaultValue?: unknown;
1588
+ readonly requiredPermissions?: string[] | undefined;
1578
1589
  readonly group?: string | undefined;
1579
1590
  readonly hidden?: boolean | undefined;
1580
1591
  readonly system?: boolean | undefined;
@@ -1749,6 +1760,7 @@ declare const SysNotification: Omit<{
1749
1760
  readonly dependencies?: string[] | undefined;
1750
1761
  readonly externalId?: boolean | undefined;
1751
1762
  readonly defaultValue?: unknown;
1763
+ readonly requiredPermissions?: string[] | undefined;
1752
1764
  readonly group?: string | undefined;
1753
1765
  readonly hidden?: boolean | undefined;
1754
1766
  readonly system?: boolean | undefined;
@@ -1923,6 +1935,7 @@ declare const SysNotification: Omit<{
1923
1935
  readonly dependencies?: string[] | undefined;
1924
1936
  readonly externalId?: boolean | undefined;
1925
1937
  readonly defaultValue?: unknown;
1938
+ readonly requiredPermissions?: string[] | undefined;
1926
1939
  readonly group?: string | undefined;
1927
1940
  readonly hidden?: boolean | undefined;
1928
1941
  readonly system?: boolean | undefined;
@@ -2097,6 +2110,7 @@ declare const SysNotification: Omit<{
2097
2110
  readonly dependencies?: string[] | undefined;
2098
2111
  readonly externalId?: boolean | undefined;
2099
2112
  readonly defaultValue?: unknown;
2113
+ readonly requiredPermissions?: string[] | undefined;
2100
2114
  readonly group?: string | undefined;
2101
2115
  readonly hidden?: boolean | undefined;
2102
2116
  readonly system?: boolean | undefined;
@@ -2271,6 +2285,7 @@ declare const SysNotification: Omit<{
2271
2285
  readonly dependencies?: string[] | undefined;
2272
2286
  readonly externalId?: boolean | undefined;
2273
2287
  readonly defaultValue?: unknown;
2288
+ readonly requiredPermissions?: string[] | undefined;
2274
2289
  readonly group?: string | undefined;
2275
2290
  readonly hidden?: boolean | undefined;
2276
2291
  readonly system?: boolean | undefined;
@@ -2673,6 +2688,7 @@ declare const SysAttachment: Omit<{
2673
2688
  generatedBy?: string | undefined;
2674
2689
  } | undefined;
2675
2690
  } | undefined;
2691
+ requiredPermissions?: string[] | undefined;
2676
2692
  system?: boolean | undefined;
2677
2693
  inlineHelpText?: string | undefined;
2678
2694
  caseSensitive?: boolean | undefined;
@@ -2748,6 +2764,10 @@ declare const SysAttachment: Omit<{
2748
2764
  tenantField: string;
2749
2765
  crossTenantAccess: boolean;
2750
2766
  } | undefined;
2767
+ access?: {
2768
+ default: "public" | "private";
2769
+ } | undefined;
2770
+ requiredPermissions?: string[] | undefined;
2751
2771
  softDelete?: {
2752
2772
  enabled: boolean;
2753
2773
  field: string;
@@ -3114,7 +3134,7 @@ declare const SysAttachment: Omit<{
3114
3134
  clone: boolean;
3115
3135
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
3116
3136
  } | undefined;
3117
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
3137
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
3118
3138
  publicSharing?: {
3119
3139
  enabled: boolean;
3120
3140
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -3201,6 +3221,7 @@ declare const SysAttachment: Omit<{
3201
3221
  generatedBy?: string | undefined;
3202
3222
  } | undefined;
3203
3223
  } | undefined;
3224
+ requiredPermissions?: string[] | undefined;
3204
3225
  shortcut?: string | undefined;
3205
3226
  bulkEnabled?: boolean | undefined;
3206
3227
  ai?: {
@@ -3266,6 +3287,7 @@ declare const SysAttachment: Omit<{
3266
3287
  readonly dependencies?: string[] | undefined;
3267
3288
  readonly externalId?: boolean | undefined;
3268
3289
  readonly defaultValue?: unknown;
3290
+ readonly requiredPermissions?: string[] | undefined;
3269
3291
  readonly group?: string | undefined;
3270
3292
  readonly hidden?: boolean | undefined;
3271
3293
  readonly system?: boolean | undefined;
@@ -3440,6 +3462,7 @@ declare const SysAttachment: Omit<{
3440
3462
  readonly dependencies?: string[] | undefined;
3441
3463
  readonly externalId?: boolean | undefined;
3442
3464
  readonly defaultValue?: unknown;
3465
+ readonly requiredPermissions?: string[] | undefined;
3443
3466
  readonly group?: string | undefined;
3444
3467
  readonly hidden?: boolean | undefined;
3445
3468
  readonly system?: boolean | undefined;
@@ -3614,6 +3637,7 @@ declare const SysAttachment: Omit<{
3614
3637
  readonly dependencies?: string[] | undefined;
3615
3638
  readonly externalId?: boolean | undefined;
3616
3639
  readonly defaultValue?: unknown;
3640
+ readonly requiredPermissions?: string[] | undefined;
3617
3641
  readonly group?: string | undefined;
3618
3642
  readonly hidden?: boolean | undefined;
3619
3643
  readonly system?: boolean | undefined;
@@ -3788,6 +3812,7 @@ declare const SysAttachment: Omit<{
3788
3812
  readonly dependencies?: string[] | undefined;
3789
3813
  readonly externalId?: boolean | undefined;
3790
3814
  readonly defaultValue?: unknown;
3815
+ readonly requiredPermissions?: string[] | undefined;
3791
3816
  readonly group?: string | undefined;
3792
3817
  readonly hidden?: boolean | undefined;
3793
3818
  readonly system?: boolean | undefined;
@@ -3962,6 +3987,7 @@ declare const SysAttachment: Omit<{
3962
3987
  readonly dependencies?: string[] | undefined;
3963
3988
  readonly externalId?: boolean | undefined;
3964
3989
  readonly defaultValue?: unknown;
3990
+ readonly requiredPermissions?: string[] | undefined;
3965
3991
  readonly group?: string | undefined;
3966
3992
  readonly hidden?: boolean | undefined;
3967
3993
  readonly system?: boolean | undefined;
@@ -4136,6 +4162,7 @@ declare const SysAttachment: Omit<{
4136
4162
  readonly dependencies?: string[] | undefined;
4137
4163
  readonly externalId?: boolean | undefined;
4138
4164
  readonly defaultValue?: unknown;
4165
+ readonly requiredPermissions?: string[] | undefined;
4139
4166
  readonly group?: string | undefined;
4140
4167
  readonly hidden?: boolean | undefined;
4141
4168
  readonly system?: boolean | undefined;
@@ -4310,6 +4337,7 @@ declare const SysAttachment: Omit<{
4310
4337
  readonly dependencies?: string[] | undefined;
4311
4338
  readonly externalId?: boolean | undefined;
4312
4339
  readonly defaultValue?: unknown;
4340
+ readonly requiredPermissions?: string[] | undefined;
4313
4341
  readonly group?: string | undefined;
4314
4342
  readonly hidden?: boolean | undefined;
4315
4343
  readonly system?: boolean | undefined;
@@ -4484,6 +4512,7 @@ declare const SysAttachment: Omit<{
4484
4512
  readonly dependencies?: string[] | undefined;
4485
4513
  readonly externalId?: boolean | undefined;
4486
4514
  readonly defaultValue?: unknown;
4515
+ readonly requiredPermissions?: string[] | undefined;
4487
4516
  readonly group?: string | undefined;
4488
4517
  readonly hidden?: boolean | undefined;
4489
4518
  readonly system?: boolean | undefined;
@@ -4658,6 +4687,7 @@ declare const SysAttachment: Omit<{
4658
4687
  readonly dependencies?: string[] | undefined;
4659
4688
  readonly externalId?: boolean | undefined;
4660
4689
  readonly defaultValue?: unknown;
4690
+ readonly requiredPermissions?: string[] | undefined;
4661
4691
  readonly group?: string | undefined;
4662
4692
  readonly hidden?: boolean | undefined;
4663
4693
  readonly system?: boolean | undefined;
@@ -4832,6 +4862,7 @@ declare const SysAttachment: Omit<{
4832
4862
  readonly dependencies?: string[] | undefined;
4833
4863
  readonly externalId?: boolean | undefined;
4834
4864
  readonly defaultValue?: unknown;
4865
+ readonly requiredPermissions?: string[] | undefined;
4835
4866
  readonly group?: string | undefined;
4836
4867
  readonly hidden?: boolean | undefined;
4837
4868
  readonly system?: boolean | undefined;
@@ -5006,6 +5037,7 @@ declare const SysAttachment: Omit<{
5006
5037
  readonly dependencies?: string[] | undefined;
5007
5038
  readonly externalId?: boolean | undefined;
5008
5039
  readonly defaultValue?: unknown;
5040
+ readonly requiredPermissions?: string[] | undefined;
5009
5041
  readonly group?: string | undefined;
5010
5042
  readonly hidden?: boolean | undefined;
5011
5043
  readonly system?: boolean | undefined;
@@ -5180,6 +5212,7 @@ declare const SysAttachment: Omit<{
5180
5212
  readonly dependencies?: string[] | undefined;
5181
5213
  readonly externalId?: boolean | undefined;
5182
5214
  readonly defaultValue?: unknown;
5215
+ readonly requiredPermissions?: string[] | undefined;
5183
5216
  readonly group?: string | undefined;
5184
5217
  readonly hidden?: boolean | undefined;
5185
5218
  readonly system?: boolean | undefined;
@@ -5354,6 +5387,7 @@ declare const SysAttachment: Omit<{
5354
5387
  readonly dependencies?: string[] | undefined;
5355
5388
  readonly externalId?: boolean | undefined;
5356
5389
  readonly defaultValue?: unknown;
5390
+ readonly requiredPermissions?: string[] | undefined;
5357
5391
  readonly group?: string | undefined;
5358
5392
  readonly hidden?: boolean | undefined;
5359
5393
  readonly system?: boolean | undefined;
@@ -5759,6 +5793,7 @@ declare const SysEmail: Omit<{
5759
5793
  generatedBy?: string | undefined;
5760
5794
  } | undefined;
5761
5795
  } | undefined;
5796
+ requiredPermissions?: string[] | undefined;
5762
5797
  system?: boolean | undefined;
5763
5798
  inlineHelpText?: string | undefined;
5764
5799
  caseSensitive?: boolean | undefined;
@@ -5834,6 +5869,10 @@ declare const SysEmail: Omit<{
5834
5869
  tenantField: string;
5835
5870
  crossTenantAccess: boolean;
5836
5871
  } | undefined;
5872
+ access?: {
5873
+ default: "public" | "private";
5874
+ } | undefined;
5875
+ requiredPermissions?: string[] | undefined;
5837
5876
  softDelete?: {
5838
5877
  enabled: boolean;
5839
5878
  field: string;
@@ -6200,7 +6239,7 @@ declare const SysEmail: Omit<{
6200
6239
  clone: boolean;
6201
6240
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6202
6241
  } | undefined;
6203
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
6242
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
6204
6243
  publicSharing?: {
6205
6244
  enabled: boolean;
6206
6245
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -6287,6 +6326,7 @@ declare const SysEmail: Omit<{
6287
6326
  generatedBy?: string | undefined;
6288
6327
  } | undefined;
6289
6328
  } | undefined;
6329
+ requiredPermissions?: string[] | undefined;
6290
6330
  shortcut?: string | undefined;
6291
6331
  bulkEnabled?: boolean | undefined;
6292
6332
  ai?: {
@@ -6353,6 +6393,7 @@ declare const SysEmail: Omit<{
6353
6393
  readonly dependencies?: string[] | undefined;
6354
6394
  readonly externalId?: boolean | undefined;
6355
6395
  readonly defaultValue?: unknown;
6396
+ readonly requiredPermissions?: string[] | undefined;
6356
6397
  readonly group?: string | undefined;
6357
6398
  readonly hidden?: boolean | undefined;
6358
6399
  readonly system?: boolean | undefined;
@@ -6527,6 +6568,7 @@ declare const SysEmail: Omit<{
6527
6568
  readonly dependencies?: string[] | undefined;
6528
6569
  readonly externalId?: boolean | undefined;
6529
6570
  readonly defaultValue?: unknown;
6571
+ readonly requiredPermissions?: string[] | undefined;
6530
6572
  readonly group?: string | undefined;
6531
6573
  readonly hidden?: boolean | undefined;
6532
6574
  readonly system?: boolean | undefined;
@@ -6701,6 +6743,7 @@ declare const SysEmail: Omit<{
6701
6743
  readonly dependencies?: string[] | undefined;
6702
6744
  readonly externalId?: boolean | undefined;
6703
6745
  readonly defaultValue?: unknown;
6746
+ readonly requiredPermissions?: string[] | undefined;
6704
6747
  readonly group?: string | undefined;
6705
6748
  readonly hidden?: boolean | undefined;
6706
6749
  readonly system?: boolean | undefined;
@@ -6875,6 +6918,7 @@ declare const SysEmail: Omit<{
6875
6918
  readonly dependencies?: string[] | undefined;
6876
6919
  readonly externalId?: boolean | undefined;
6877
6920
  readonly defaultValue?: unknown;
6921
+ readonly requiredPermissions?: string[] | undefined;
6878
6922
  readonly group?: string | undefined;
6879
6923
  readonly hidden?: boolean | undefined;
6880
6924
  readonly system?: boolean | undefined;
@@ -7049,6 +7093,7 @@ declare const SysEmail: Omit<{
7049
7093
  readonly dependencies?: string[] | undefined;
7050
7094
  readonly externalId?: boolean | undefined;
7051
7095
  readonly defaultValue?: unknown;
7096
+ readonly requiredPermissions?: string[] | undefined;
7052
7097
  readonly group?: string | undefined;
7053
7098
  readonly hidden?: boolean | undefined;
7054
7099
  readonly system?: boolean | undefined;
@@ -7223,6 +7268,7 @@ declare const SysEmail: Omit<{
7223
7268
  readonly dependencies?: string[] | undefined;
7224
7269
  readonly externalId?: boolean | undefined;
7225
7270
  readonly defaultValue?: unknown;
7271
+ readonly requiredPermissions?: string[] | undefined;
7226
7272
  readonly group?: string | undefined;
7227
7273
  readonly hidden?: boolean | undefined;
7228
7274
  readonly system?: boolean | undefined;
@@ -7397,6 +7443,7 @@ declare const SysEmail: Omit<{
7397
7443
  readonly dependencies?: string[] | undefined;
7398
7444
  readonly externalId?: boolean | undefined;
7399
7445
  readonly defaultValue?: unknown;
7446
+ readonly requiredPermissions?: string[] | undefined;
7400
7447
  readonly group?: string | undefined;
7401
7448
  readonly hidden?: boolean | undefined;
7402
7449
  readonly system?: boolean | undefined;
@@ -7571,6 +7618,7 @@ declare const SysEmail: Omit<{
7571
7618
  readonly dependencies?: string[] | undefined;
7572
7619
  readonly externalId?: boolean | undefined;
7573
7620
  readonly defaultValue?: unknown;
7621
+ readonly requiredPermissions?: string[] | undefined;
7574
7622
  readonly group?: string | undefined;
7575
7623
  readonly hidden?: boolean | undefined;
7576
7624
  readonly system?: boolean | undefined;
@@ -7745,6 +7793,7 @@ declare const SysEmail: Omit<{
7745
7793
  readonly dependencies?: string[] | undefined;
7746
7794
  readonly externalId?: boolean | undefined;
7747
7795
  readonly defaultValue?: unknown;
7796
+ readonly requiredPermissions?: string[] | undefined;
7748
7797
  readonly group?: string | undefined;
7749
7798
  readonly hidden?: boolean | undefined;
7750
7799
  readonly system?: boolean | undefined;
@@ -7919,6 +7968,7 @@ declare const SysEmail: Omit<{
7919
7968
  readonly dependencies?: string[] | undefined;
7920
7969
  readonly externalId?: boolean | undefined;
7921
7970
  readonly defaultValue?: unknown;
7971
+ readonly requiredPermissions?: string[] | undefined;
7922
7972
  readonly group?: string | undefined;
7923
7973
  readonly hidden?: boolean | undefined;
7924
7974
  readonly system?: boolean | undefined;
@@ -8093,6 +8143,7 @@ declare const SysEmail: Omit<{
8093
8143
  readonly dependencies?: string[] | undefined;
8094
8144
  readonly externalId?: boolean | undefined;
8095
8145
  readonly defaultValue?: unknown;
8146
+ readonly requiredPermissions?: string[] | undefined;
8096
8147
  readonly group?: string | undefined;
8097
8148
  readonly hidden?: boolean | undefined;
8098
8149
  readonly system?: boolean | undefined;
@@ -8267,6 +8318,7 @@ declare const SysEmail: Omit<{
8267
8318
  readonly dependencies?: string[] | undefined;
8268
8319
  readonly externalId?: boolean | undefined;
8269
8320
  readonly defaultValue?: unknown;
8321
+ readonly requiredPermissions?: string[] | undefined;
8270
8322
  readonly group?: string | undefined;
8271
8323
  readonly hidden?: boolean | undefined;
8272
8324
  readonly system?: boolean | undefined;
@@ -8441,6 +8493,7 @@ declare const SysEmail: Omit<{
8441
8493
  readonly dependencies?: string[] | undefined;
8442
8494
  readonly externalId?: boolean | undefined;
8443
8495
  readonly defaultValue?: unknown;
8496
+ readonly requiredPermissions?: string[] | undefined;
8444
8497
  readonly group?: string | undefined;
8445
8498
  readonly hidden?: boolean | undefined;
8446
8499
  readonly system?: boolean | undefined;
@@ -8615,6 +8668,7 @@ declare const SysEmail: Omit<{
8615
8668
  readonly dependencies?: string[] | undefined;
8616
8669
  readonly externalId?: boolean | undefined;
8617
8670
  readonly defaultValue?: unknown;
8671
+ readonly requiredPermissions?: string[] | undefined;
8618
8672
  readonly group?: string | undefined;
8619
8673
  readonly hidden?: boolean | undefined;
8620
8674
  readonly system?: boolean | undefined;
@@ -8789,6 +8843,7 @@ declare const SysEmail: Omit<{
8789
8843
  readonly dependencies?: string[] | undefined;
8790
8844
  readonly externalId?: boolean | undefined;
8791
8845
  readonly defaultValue?: unknown;
8846
+ readonly requiredPermissions?: string[] | undefined;
8792
8847
  readonly group?: string | undefined;
8793
8848
  readonly hidden?: boolean | undefined;
8794
8849
  readonly system?: boolean | undefined;
@@ -8963,6 +9018,7 @@ declare const SysEmail: Omit<{
8963
9018
  readonly dependencies?: string[] | undefined;
8964
9019
  readonly externalId?: boolean | undefined;
8965
9020
  readonly defaultValue?: unknown;
9021
+ readonly requiredPermissions?: string[] | undefined;
8966
9022
  readonly group?: string | undefined;
8967
9023
  readonly hidden?: boolean | undefined;
8968
9024
  readonly system?: boolean | undefined;
@@ -9137,6 +9193,7 @@ declare const SysEmail: Omit<{
9137
9193
  readonly dependencies?: string[] | undefined;
9138
9194
  readonly externalId?: boolean | undefined;
9139
9195
  readonly defaultValue?: unknown;
9196
+ readonly requiredPermissions?: string[] | undefined;
9140
9197
  readonly group?: string | undefined;
9141
9198
  readonly hidden?: boolean | undefined;
9142
9199
  readonly system?: boolean | undefined;
@@ -9311,6 +9368,7 @@ declare const SysEmail: Omit<{
9311
9368
  readonly dependencies?: string[] | undefined;
9312
9369
  readonly externalId?: boolean | undefined;
9313
9370
  readonly defaultValue?: unknown;
9371
+ readonly requiredPermissions?: string[] | undefined;
9314
9372
  readonly group?: string | undefined;
9315
9373
  readonly hidden?: boolean | undefined;
9316
9374
  readonly system?: boolean | undefined;
@@ -9485,6 +9543,7 @@ declare const SysEmail: Omit<{
9485
9543
  readonly dependencies?: string[] | undefined;
9486
9544
  readonly externalId?: boolean | undefined;
9487
9545
  readonly defaultValue?: unknown;
9546
+ readonly requiredPermissions?: string[] | undefined;
9488
9547
  readonly group?: string | undefined;
9489
9548
  readonly hidden?: boolean | undefined;
9490
9549
  readonly system?: boolean | undefined;
@@ -9880,6 +9939,7 @@ declare const SysEmailTemplate: Omit<{
9880
9939
  generatedBy?: string | undefined;
9881
9940
  } | undefined;
9882
9941
  } | undefined;
9942
+ requiredPermissions?: string[] | undefined;
9883
9943
  system?: boolean | undefined;
9884
9944
  inlineHelpText?: string | undefined;
9885
9945
  caseSensitive?: boolean | undefined;
@@ -9955,6 +10015,10 @@ declare const SysEmailTemplate: Omit<{
9955
10015
  tenantField: string;
9956
10016
  crossTenantAccess: boolean;
9957
10017
  } | undefined;
10018
+ access?: {
10019
+ default: "public" | "private";
10020
+ } | undefined;
10021
+ requiredPermissions?: string[] | undefined;
9958
10022
  softDelete?: {
9959
10023
  enabled: boolean;
9960
10024
  field: string;
@@ -10321,7 +10385,7 @@ declare const SysEmailTemplate: Omit<{
10321
10385
  clone: boolean;
10322
10386
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
10323
10387
  } | undefined;
10324
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
10388
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
10325
10389
  publicSharing?: {
10326
10390
  enabled: boolean;
10327
10391
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -10408,6 +10472,7 @@ declare const SysEmailTemplate: Omit<{
10408
10472
  generatedBy?: string | undefined;
10409
10473
  } | undefined;
10410
10474
  } | undefined;
10475
+ requiredPermissions?: string[] | undefined;
10411
10476
  shortcut?: string | undefined;
10412
10477
  bulkEnabled?: boolean | undefined;
10413
10478
  ai?: {
@@ -10474,6 +10539,7 @@ declare const SysEmailTemplate: Omit<{
10474
10539
  readonly dependencies?: string[] | undefined;
10475
10540
  readonly externalId?: boolean | undefined;
10476
10541
  readonly defaultValue?: unknown;
10542
+ readonly requiredPermissions?: string[] | undefined;
10477
10543
  readonly group?: string | undefined;
10478
10544
  readonly hidden?: boolean | undefined;
10479
10545
  readonly system?: boolean | undefined;
@@ -10648,6 +10714,7 @@ declare const SysEmailTemplate: Omit<{
10648
10714
  readonly dependencies?: string[] | undefined;
10649
10715
  readonly externalId?: boolean | undefined;
10650
10716
  readonly defaultValue?: unknown;
10717
+ readonly requiredPermissions?: string[] | undefined;
10651
10718
  readonly group?: string | undefined;
10652
10719
  readonly hidden?: boolean | undefined;
10653
10720
  readonly system?: boolean | undefined;
@@ -10822,6 +10889,7 @@ declare const SysEmailTemplate: Omit<{
10822
10889
  readonly dependencies?: string[] | undefined;
10823
10890
  readonly externalId?: boolean | undefined;
10824
10891
  readonly defaultValue?: unknown;
10892
+ readonly requiredPermissions?: string[] | undefined;
10825
10893
  readonly group?: string | undefined;
10826
10894
  readonly hidden?: boolean | undefined;
10827
10895
  readonly system?: boolean | undefined;
@@ -10996,6 +11064,7 @@ declare const SysEmailTemplate: Omit<{
10996
11064
  readonly dependencies?: string[] | undefined;
10997
11065
  readonly externalId?: boolean | undefined;
10998
11066
  readonly defaultValue?: unknown;
11067
+ readonly requiredPermissions?: string[] | undefined;
10999
11068
  readonly group?: string | undefined;
11000
11069
  readonly hidden?: boolean | undefined;
11001
11070
  readonly system?: boolean | undefined;
@@ -11170,6 +11239,7 @@ declare const SysEmailTemplate: Omit<{
11170
11239
  readonly dependencies?: string[] | undefined;
11171
11240
  readonly externalId?: boolean | undefined;
11172
11241
  readonly defaultValue?: unknown;
11242
+ readonly requiredPermissions?: string[] | undefined;
11173
11243
  readonly group?: string | undefined;
11174
11244
  readonly hidden?: boolean | undefined;
11175
11245
  readonly system?: boolean | undefined;
@@ -11344,6 +11414,7 @@ declare const SysEmailTemplate: Omit<{
11344
11414
  readonly dependencies?: string[] | undefined;
11345
11415
  readonly externalId?: boolean | undefined;
11346
11416
  readonly defaultValue?: unknown;
11417
+ readonly requiredPermissions?: string[] | undefined;
11347
11418
  readonly group?: string | undefined;
11348
11419
  readonly hidden?: boolean | undefined;
11349
11420
  readonly system?: boolean | undefined;
@@ -11518,6 +11589,7 @@ declare const SysEmailTemplate: Omit<{
11518
11589
  readonly dependencies?: string[] | undefined;
11519
11590
  readonly externalId?: boolean | undefined;
11520
11591
  readonly defaultValue?: unknown;
11592
+ readonly requiredPermissions?: string[] | undefined;
11521
11593
  readonly group?: string | undefined;
11522
11594
  readonly hidden?: boolean | undefined;
11523
11595
  readonly system?: boolean | undefined;
@@ -11692,6 +11764,7 @@ declare const SysEmailTemplate: Omit<{
11692
11764
  readonly dependencies?: string[] | undefined;
11693
11765
  readonly externalId?: boolean | undefined;
11694
11766
  readonly defaultValue?: unknown;
11767
+ readonly requiredPermissions?: string[] | undefined;
11695
11768
  readonly group?: string | undefined;
11696
11769
  readonly hidden?: boolean | undefined;
11697
11770
  readonly system?: boolean | undefined;
@@ -11866,6 +11939,7 @@ declare const SysEmailTemplate: Omit<{
11866
11939
  readonly dependencies?: string[] | undefined;
11867
11940
  readonly externalId?: boolean | undefined;
11868
11941
  readonly defaultValue?: unknown;
11942
+ readonly requiredPermissions?: string[] | undefined;
11869
11943
  readonly group?: string | undefined;
11870
11944
  readonly hidden?: boolean | undefined;
11871
11945
  readonly system?: boolean | undefined;
@@ -12040,6 +12114,7 @@ declare const SysEmailTemplate: Omit<{
12040
12114
  readonly dependencies?: string[] | undefined;
12041
12115
  readonly externalId?: boolean | undefined;
12042
12116
  readonly defaultValue?: unknown;
12117
+ readonly requiredPermissions?: string[] | undefined;
12043
12118
  readonly group?: string | undefined;
12044
12119
  readonly hidden?: boolean | undefined;
12045
12120
  readonly system?: boolean | undefined;
@@ -12214,6 +12289,7 @@ declare const SysEmailTemplate: Omit<{
12214
12289
  readonly dependencies?: string[] | undefined;
12215
12290
  readonly externalId?: boolean | undefined;
12216
12291
  readonly defaultValue?: unknown;
12292
+ readonly requiredPermissions?: string[] | undefined;
12217
12293
  readonly group?: string | undefined;
12218
12294
  readonly hidden?: boolean | undefined;
12219
12295
  readonly system?: boolean | undefined;
@@ -12388,6 +12464,7 @@ declare const SysEmailTemplate: Omit<{
12388
12464
  readonly dependencies?: string[] | undefined;
12389
12465
  readonly externalId?: boolean | undefined;
12390
12466
  readonly defaultValue?: unknown;
12467
+ readonly requiredPermissions?: string[] | undefined;
12391
12468
  readonly group?: string | undefined;
12392
12469
  readonly hidden?: boolean | undefined;
12393
12470
  readonly system?: boolean | undefined;
@@ -12562,6 +12639,7 @@ declare const SysEmailTemplate: Omit<{
12562
12639
  readonly dependencies?: string[] | undefined;
12563
12640
  readonly externalId?: boolean | undefined;
12564
12641
  readonly defaultValue?: unknown;
12642
+ readonly requiredPermissions?: string[] | undefined;
12565
12643
  readonly group?: string | undefined;
12566
12644
  readonly hidden?: boolean | undefined;
12567
12645
  readonly system?: boolean | undefined;
@@ -12736,6 +12814,7 @@ declare const SysEmailTemplate: Omit<{
12736
12814
  readonly dependencies?: string[] | undefined;
12737
12815
  readonly externalId?: boolean | undefined;
12738
12816
  readonly defaultValue?: unknown;
12817
+ readonly requiredPermissions?: string[] | undefined;
12739
12818
  readonly group?: string | undefined;
12740
12819
  readonly hidden?: boolean | undefined;
12741
12820
  readonly system?: boolean | undefined;
@@ -12916,6 +12995,7 @@ declare const SysEmailTemplate: Omit<{
12916
12995
  readonly dependencies?: string[] | undefined;
12917
12996
  readonly externalId?: boolean | undefined;
12918
12997
  readonly defaultValue?: unknown;
12998
+ readonly requiredPermissions?: string[] | undefined;
12919
12999
  readonly group?: string | undefined;
12920
13000
  readonly hidden?: boolean | undefined;
12921
13001
  readonly system?: boolean | undefined;
@@ -13090,6 +13170,7 @@ declare const SysEmailTemplate: Omit<{
13090
13170
  readonly dependencies?: string[] | undefined;
13091
13171
  readonly externalId?: boolean | undefined;
13092
13172
  readonly defaultValue?: unknown;
13173
+ readonly requiredPermissions?: string[] | undefined;
13093
13174
  readonly group?: string | undefined;
13094
13175
  readonly hidden?: boolean | undefined;
13095
13176
  readonly system?: boolean | undefined;
@@ -13264,6 +13345,7 @@ declare const SysEmailTemplate: Omit<{
13264
13345
  readonly dependencies?: string[] | undefined;
13265
13346
  readonly externalId?: boolean | undefined;
13266
13347
  readonly defaultValue?: unknown;
13348
+ readonly requiredPermissions?: string[] | undefined;
13267
13349
  readonly group?: string | undefined;
13268
13350
  readonly hidden?: boolean | undefined;
13269
13351
  readonly system?: boolean | undefined;
@@ -13667,6 +13749,7 @@ declare const SysSavedReport: Omit<{
13667
13749
  generatedBy?: string | undefined;
13668
13750
  } | undefined;
13669
13751
  } | undefined;
13752
+ requiredPermissions?: string[] | undefined;
13670
13753
  system?: boolean | undefined;
13671
13754
  inlineHelpText?: string | undefined;
13672
13755
  caseSensitive?: boolean | undefined;
@@ -13742,6 +13825,10 @@ declare const SysSavedReport: Omit<{
13742
13825
  tenantField: string;
13743
13826
  crossTenantAccess: boolean;
13744
13827
  } | undefined;
13828
+ access?: {
13829
+ default: "public" | "private";
13830
+ } | undefined;
13831
+ requiredPermissions?: string[] | undefined;
13745
13832
  softDelete?: {
13746
13833
  enabled: boolean;
13747
13834
  field: string;
@@ -14108,7 +14195,7 @@ declare const SysSavedReport: Omit<{
14108
14195
  clone: boolean;
14109
14196
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
14110
14197
  } | undefined;
14111
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
14198
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
14112
14199
  publicSharing?: {
14113
14200
  enabled: boolean;
14114
14201
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -14195,6 +14282,7 @@ declare const SysSavedReport: Omit<{
14195
14282
  generatedBy?: string | undefined;
14196
14283
  } | undefined;
14197
14284
  } | undefined;
14285
+ requiredPermissions?: string[] | undefined;
14198
14286
  shortcut?: string | undefined;
14199
14287
  bulkEnabled?: boolean | undefined;
14200
14288
  ai?: {
@@ -14261,6 +14349,7 @@ declare const SysSavedReport: Omit<{
14261
14349
  readonly dependencies?: string[] | undefined;
14262
14350
  readonly externalId?: boolean | undefined;
14263
14351
  readonly defaultValue?: unknown;
14352
+ readonly requiredPermissions?: string[] | undefined;
14264
14353
  readonly group?: string | undefined;
14265
14354
  readonly hidden?: boolean | undefined;
14266
14355
  readonly system?: boolean | undefined;
@@ -14435,6 +14524,7 @@ declare const SysSavedReport: Omit<{
14435
14524
  readonly dependencies?: string[] | undefined;
14436
14525
  readonly externalId?: boolean | undefined;
14437
14526
  readonly defaultValue?: unknown;
14527
+ readonly requiredPermissions?: string[] | undefined;
14438
14528
  readonly group?: string | undefined;
14439
14529
  readonly hidden?: boolean | undefined;
14440
14530
  readonly system?: boolean | undefined;
@@ -14609,6 +14699,7 @@ declare const SysSavedReport: Omit<{
14609
14699
  readonly dependencies?: string[] | undefined;
14610
14700
  readonly externalId?: boolean | undefined;
14611
14701
  readonly defaultValue?: unknown;
14702
+ readonly requiredPermissions?: string[] | undefined;
14612
14703
  readonly group?: string | undefined;
14613
14704
  readonly hidden?: boolean | undefined;
14614
14705
  readonly system?: boolean | undefined;
@@ -14783,6 +14874,7 @@ declare const SysSavedReport: Omit<{
14783
14874
  readonly dependencies?: string[] | undefined;
14784
14875
  readonly externalId?: boolean | undefined;
14785
14876
  readonly defaultValue?: unknown;
14877
+ readonly requiredPermissions?: string[] | undefined;
14786
14878
  readonly group?: string | undefined;
14787
14879
  readonly hidden?: boolean | undefined;
14788
14880
  readonly system?: boolean | undefined;
@@ -14957,6 +15049,7 @@ declare const SysSavedReport: Omit<{
14957
15049
  readonly dependencies?: string[] | undefined;
14958
15050
  readonly externalId?: boolean | undefined;
14959
15051
  readonly defaultValue?: unknown;
15052
+ readonly requiredPermissions?: string[] | undefined;
14960
15053
  readonly group?: string | undefined;
14961
15054
  readonly hidden?: boolean | undefined;
14962
15055
  readonly system?: boolean | undefined;
@@ -15131,6 +15224,7 @@ declare const SysSavedReport: Omit<{
15131
15224
  readonly dependencies?: string[] | undefined;
15132
15225
  readonly externalId?: boolean | undefined;
15133
15226
  readonly defaultValue?: unknown;
15227
+ readonly requiredPermissions?: string[] | undefined;
15134
15228
  readonly group?: string | undefined;
15135
15229
  readonly hidden?: boolean | undefined;
15136
15230
  readonly system?: boolean | undefined;
@@ -15305,6 +15399,7 @@ declare const SysSavedReport: Omit<{
15305
15399
  readonly dependencies?: string[] | undefined;
15306
15400
  readonly externalId?: boolean | undefined;
15307
15401
  readonly defaultValue?: unknown;
15402
+ readonly requiredPermissions?: string[] | undefined;
15308
15403
  readonly group?: string | undefined;
15309
15404
  readonly hidden?: boolean | undefined;
15310
15405
  readonly system?: boolean | undefined;
@@ -15479,6 +15574,7 @@ declare const SysSavedReport: Omit<{
15479
15574
  readonly dependencies?: string[] | undefined;
15480
15575
  readonly externalId?: boolean | undefined;
15481
15576
  readonly defaultValue?: unknown;
15577
+ readonly requiredPermissions?: string[] | undefined;
15482
15578
  readonly group?: string | undefined;
15483
15579
  readonly hidden?: boolean | undefined;
15484
15580
  readonly system?: boolean | undefined;
@@ -15653,6 +15749,7 @@ declare const SysSavedReport: Omit<{
15653
15749
  readonly dependencies?: string[] | undefined;
15654
15750
  readonly externalId?: boolean | undefined;
15655
15751
  readonly defaultValue?: unknown;
15752
+ readonly requiredPermissions?: string[] | undefined;
15656
15753
  readonly group?: string | undefined;
15657
15754
  readonly hidden?: boolean | undefined;
15658
15755
  readonly system?: boolean | undefined;
@@ -15827,6 +15924,7 @@ declare const SysSavedReport: Omit<{
15827
15924
  readonly dependencies?: string[] | undefined;
15828
15925
  readonly externalId?: boolean | undefined;
15829
15926
  readonly defaultValue?: unknown;
15927
+ readonly requiredPermissions?: string[] | undefined;
15830
15928
  readonly group?: string | undefined;
15831
15929
  readonly hidden?: boolean | undefined;
15832
15930
  readonly system?: boolean | undefined;
@@ -16001,6 +16099,7 @@ declare const SysSavedReport: Omit<{
16001
16099
  readonly dependencies?: string[] | undefined;
16002
16100
  readonly externalId?: boolean | undefined;
16003
16101
  readonly defaultValue?: unknown;
16102
+ readonly requiredPermissions?: string[] | undefined;
16004
16103
  readonly group?: string | undefined;
16005
16104
  readonly hidden?: boolean | undefined;
16006
16105
  readonly system?: boolean | undefined;
@@ -16409,6 +16508,7 @@ declare const SysReportSchedule: Omit<{
16409
16508
  generatedBy?: string | undefined;
16410
16509
  } | undefined;
16411
16510
  } | undefined;
16511
+ requiredPermissions?: string[] | undefined;
16412
16512
  system?: boolean | undefined;
16413
16513
  inlineHelpText?: string | undefined;
16414
16514
  caseSensitive?: boolean | undefined;
@@ -16484,6 +16584,10 @@ declare const SysReportSchedule: Omit<{
16484
16584
  tenantField: string;
16485
16585
  crossTenantAccess: boolean;
16486
16586
  } | undefined;
16587
+ access?: {
16588
+ default: "public" | "private";
16589
+ } | undefined;
16590
+ requiredPermissions?: string[] | undefined;
16487
16591
  softDelete?: {
16488
16592
  enabled: boolean;
16489
16593
  field: string;
@@ -16850,7 +16954,7 @@ declare const SysReportSchedule: Omit<{
16850
16954
  clone: boolean;
16851
16955
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
16852
16956
  } | undefined;
16853
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
16957
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
16854
16958
  publicSharing?: {
16855
16959
  enabled: boolean;
16856
16960
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -16937,6 +17041,7 @@ declare const SysReportSchedule: Omit<{
16937
17041
  generatedBy?: string | undefined;
16938
17042
  } | undefined;
16939
17043
  } | undefined;
17044
+ requiredPermissions?: string[] | undefined;
16940
17045
  shortcut?: string | undefined;
16941
17046
  bulkEnabled?: boolean | undefined;
16942
17047
  ai?: {
@@ -17002,6 +17107,7 @@ declare const SysReportSchedule: Omit<{
17002
17107
  readonly dependencies?: string[] | undefined;
17003
17108
  readonly externalId?: boolean | undefined;
17004
17109
  readonly defaultValue?: unknown;
17110
+ readonly requiredPermissions?: string[] | undefined;
17005
17111
  readonly group?: string | undefined;
17006
17112
  readonly hidden?: boolean | undefined;
17007
17113
  readonly system?: boolean | undefined;
@@ -17176,6 +17282,7 @@ declare const SysReportSchedule: Omit<{
17176
17282
  readonly dependencies?: string[] | undefined;
17177
17283
  readonly externalId?: boolean | undefined;
17178
17284
  readonly defaultValue?: unknown;
17285
+ readonly requiredPermissions?: string[] | undefined;
17179
17286
  readonly group?: string | undefined;
17180
17287
  readonly hidden?: boolean | undefined;
17181
17288
  readonly system?: boolean | undefined;
@@ -17350,6 +17457,7 @@ declare const SysReportSchedule: Omit<{
17350
17457
  readonly dependencies?: string[] | undefined;
17351
17458
  readonly externalId?: boolean | undefined;
17352
17459
  readonly defaultValue?: unknown;
17460
+ readonly requiredPermissions?: string[] | undefined;
17353
17461
  readonly group?: string | undefined;
17354
17462
  readonly hidden?: boolean | undefined;
17355
17463
  readonly system?: boolean | undefined;
@@ -17524,6 +17632,7 @@ declare const SysReportSchedule: Omit<{
17524
17632
  readonly dependencies?: string[] | undefined;
17525
17633
  readonly externalId?: boolean | undefined;
17526
17634
  readonly defaultValue?: unknown;
17635
+ readonly requiredPermissions?: string[] | undefined;
17527
17636
  readonly group?: string | undefined;
17528
17637
  readonly hidden?: boolean | undefined;
17529
17638
  readonly system?: boolean | undefined;
@@ -17698,6 +17807,7 @@ declare const SysReportSchedule: Omit<{
17698
17807
  readonly dependencies?: string[] | undefined;
17699
17808
  readonly externalId?: boolean | undefined;
17700
17809
  readonly defaultValue?: unknown;
17810
+ readonly requiredPermissions?: string[] | undefined;
17701
17811
  readonly group?: string | undefined;
17702
17812
  readonly hidden?: boolean | undefined;
17703
17813
  readonly system?: boolean | undefined;
@@ -17872,6 +17982,7 @@ declare const SysReportSchedule: Omit<{
17872
17982
  readonly dependencies?: string[] | undefined;
17873
17983
  readonly externalId?: boolean | undefined;
17874
17984
  readonly defaultValue?: unknown;
17985
+ readonly requiredPermissions?: string[] | undefined;
17875
17986
  readonly group?: string | undefined;
17876
17987
  readonly hidden?: boolean | undefined;
17877
17988
  readonly system?: boolean | undefined;
@@ -18046,6 +18157,7 @@ declare const SysReportSchedule: Omit<{
18046
18157
  readonly dependencies?: string[] | undefined;
18047
18158
  readonly externalId?: boolean | undefined;
18048
18159
  readonly defaultValue?: unknown;
18160
+ readonly requiredPermissions?: string[] | undefined;
18049
18161
  readonly group?: string | undefined;
18050
18162
  readonly hidden?: boolean | undefined;
18051
18163
  readonly system?: boolean | undefined;
@@ -18220,6 +18332,7 @@ declare const SysReportSchedule: Omit<{
18220
18332
  readonly dependencies?: string[] | undefined;
18221
18333
  readonly externalId?: boolean | undefined;
18222
18334
  readonly defaultValue?: unknown;
18335
+ readonly requiredPermissions?: string[] | undefined;
18223
18336
  readonly group?: string | undefined;
18224
18337
  readonly hidden?: boolean | undefined;
18225
18338
  readonly system?: boolean | undefined;
@@ -18394,6 +18507,7 @@ declare const SysReportSchedule: Omit<{
18394
18507
  readonly dependencies?: string[] | undefined;
18395
18508
  readonly externalId?: boolean | undefined;
18396
18509
  readonly defaultValue?: unknown;
18510
+ readonly requiredPermissions?: string[] | undefined;
18397
18511
  readonly group?: string | undefined;
18398
18512
  readonly hidden?: boolean | undefined;
18399
18513
  readonly system?: boolean | undefined;
@@ -18568,6 +18682,7 @@ declare const SysReportSchedule: Omit<{
18568
18682
  readonly dependencies?: string[] | undefined;
18569
18683
  readonly externalId?: boolean | undefined;
18570
18684
  readonly defaultValue?: unknown;
18685
+ readonly requiredPermissions?: string[] | undefined;
18571
18686
  readonly group?: string | undefined;
18572
18687
  readonly hidden?: boolean | undefined;
18573
18688
  readonly system?: boolean | undefined;
@@ -18742,6 +18857,7 @@ declare const SysReportSchedule: Omit<{
18742
18857
  readonly dependencies?: string[] | undefined;
18743
18858
  readonly externalId?: boolean | undefined;
18744
18859
  readonly defaultValue?: unknown;
18860
+ readonly requiredPermissions?: string[] | undefined;
18745
18861
  readonly group?: string | undefined;
18746
18862
  readonly hidden?: boolean | undefined;
18747
18863
  readonly system?: boolean | undefined;
@@ -18916,6 +19032,7 @@ declare const SysReportSchedule: Omit<{
18916
19032
  readonly dependencies?: string[] | undefined;
18917
19033
  readonly externalId?: boolean | undefined;
18918
19034
  readonly defaultValue?: unknown;
19035
+ readonly requiredPermissions?: string[] | undefined;
18919
19036
  readonly group?: string | undefined;
18920
19037
  readonly hidden?: boolean | undefined;
18921
19038
  readonly system?: boolean | undefined;
@@ -19090,6 +19207,7 @@ declare const SysReportSchedule: Omit<{
19090
19207
  readonly dependencies?: string[] | undefined;
19091
19208
  readonly externalId?: boolean | undefined;
19092
19209
  readonly defaultValue?: unknown;
19210
+ readonly requiredPermissions?: string[] | undefined;
19093
19211
  readonly group?: string | undefined;
19094
19212
  readonly hidden?: boolean | undefined;
19095
19213
  readonly system?: boolean | undefined;
@@ -19264,6 +19382,7 @@ declare const SysReportSchedule: Omit<{
19264
19382
  readonly dependencies?: string[] | undefined;
19265
19383
  readonly externalId?: boolean | undefined;
19266
19384
  readonly defaultValue?: unknown;
19385
+ readonly requiredPermissions?: string[] | undefined;
19267
19386
  readonly group?: string | undefined;
19268
19387
  readonly hidden?: boolean | undefined;
19269
19388
  readonly system?: boolean | undefined;
@@ -19438,6 +19557,7 @@ declare const SysReportSchedule: Omit<{
19438
19557
  readonly dependencies?: string[] | undefined;
19439
19558
  readonly externalId?: boolean | undefined;
19440
19559
  readonly defaultValue?: unknown;
19560
+ readonly requiredPermissions?: string[] | undefined;
19441
19561
  readonly group?: string | undefined;
19442
19562
  readonly hidden?: boolean | undefined;
19443
19563
  readonly system?: boolean | undefined;
@@ -19612,6 +19732,7 @@ declare const SysReportSchedule: Omit<{
19612
19732
  readonly dependencies?: string[] | undefined;
19613
19733
  readonly externalId?: boolean | undefined;
19614
19734
  readonly defaultValue?: unknown;
19735
+ readonly requiredPermissions?: string[] | undefined;
19615
19736
  readonly group?: string | undefined;
19616
19737
  readonly hidden?: boolean | undefined;
19617
19738
  readonly system?: boolean | undefined;
@@ -19786,6 +19907,7 @@ declare const SysReportSchedule: Omit<{
19786
19907
  readonly dependencies?: string[] | undefined;
19787
19908
  readonly externalId?: boolean | undefined;
19788
19909
  readonly defaultValue?: unknown;
19910
+ readonly requiredPermissions?: string[] | undefined;
19789
19911
  readonly group?: string | undefined;
19790
19912
  readonly hidden?: boolean | undefined;
19791
19913
  readonly system?: boolean | undefined;
@@ -20180,6 +20302,7 @@ declare const SysJob: Omit<{
20180
20302
  generatedBy?: string | undefined;
20181
20303
  } | undefined;
20182
20304
  } | undefined;
20305
+ requiredPermissions?: string[] | undefined;
20183
20306
  system?: boolean | undefined;
20184
20307
  inlineHelpText?: string | undefined;
20185
20308
  caseSensitive?: boolean | undefined;
@@ -20255,6 +20378,10 @@ declare const SysJob: Omit<{
20255
20378
  tenantField: string;
20256
20379
  crossTenantAccess: boolean;
20257
20380
  } | undefined;
20381
+ access?: {
20382
+ default: "public" | "private";
20383
+ } | undefined;
20384
+ requiredPermissions?: string[] | undefined;
20258
20385
  softDelete?: {
20259
20386
  enabled: boolean;
20260
20387
  field: string;
@@ -20621,7 +20748,7 @@ declare const SysJob: Omit<{
20621
20748
  clone: boolean;
20622
20749
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
20623
20750
  } | undefined;
20624
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
20751
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
20625
20752
  publicSharing?: {
20626
20753
  enabled: boolean;
20627
20754
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -20708,6 +20835,7 @@ declare const SysJob: Omit<{
20708
20835
  generatedBy?: string | undefined;
20709
20836
  } | undefined;
20710
20837
  } | undefined;
20838
+ requiredPermissions?: string[] | undefined;
20711
20839
  shortcut?: string | undefined;
20712
20840
  bulkEnabled?: boolean | undefined;
20713
20841
  ai?: {
@@ -20774,6 +20902,7 @@ declare const SysJob: Omit<{
20774
20902
  readonly dependencies?: string[] | undefined;
20775
20903
  readonly externalId?: boolean | undefined;
20776
20904
  readonly defaultValue?: unknown;
20905
+ readonly requiredPermissions?: string[] | undefined;
20777
20906
  readonly group?: string | undefined;
20778
20907
  readonly hidden?: boolean | undefined;
20779
20908
  readonly system?: boolean | undefined;
@@ -20948,6 +21077,7 @@ declare const SysJob: Omit<{
20948
21077
  readonly dependencies?: string[] | undefined;
20949
21078
  readonly externalId?: boolean | undefined;
20950
21079
  readonly defaultValue?: unknown;
21080
+ readonly requiredPermissions?: string[] | undefined;
20951
21081
  readonly group?: string | undefined;
20952
21082
  readonly hidden?: boolean | undefined;
20953
21083
  readonly system?: boolean | undefined;
@@ -21122,6 +21252,7 @@ declare const SysJob: Omit<{
21122
21252
  readonly dependencies?: string[] | undefined;
21123
21253
  readonly externalId?: boolean | undefined;
21124
21254
  readonly defaultValue?: unknown;
21255
+ readonly requiredPermissions?: string[] | undefined;
21125
21256
  readonly group?: string | undefined;
21126
21257
  readonly hidden?: boolean | undefined;
21127
21258
  readonly system?: boolean | undefined;
@@ -21296,6 +21427,7 @@ declare const SysJob: Omit<{
21296
21427
  readonly dependencies?: string[] | undefined;
21297
21428
  readonly externalId?: boolean | undefined;
21298
21429
  readonly defaultValue?: unknown;
21430
+ readonly requiredPermissions?: string[] | undefined;
21299
21431
  readonly group?: string | undefined;
21300
21432
  readonly hidden?: boolean | undefined;
21301
21433
  readonly system?: boolean | undefined;
@@ -21470,6 +21602,7 @@ declare const SysJob: Omit<{
21470
21602
  readonly dependencies?: string[] | undefined;
21471
21603
  readonly externalId?: boolean | undefined;
21472
21604
  readonly defaultValue?: unknown;
21605
+ readonly requiredPermissions?: string[] | undefined;
21473
21606
  readonly group?: string | undefined;
21474
21607
  readonly hidden?: boolean | undefined;
21475
21608
  readonly system?: boolean | undefined;
@@ -21644,6 +21777,7 @@ declare const SysJob: Omit<{
21644
21777
  readonly dependencies?: string[] | undefined;
21645
21778
  readonly externalId?: boolean | undefined;
21646
21779
  readonly defaultValue?: unknown;
21780
+ readonly requiredPermissions?: string[] | undefined;
21647
21781
  readonly group?: string | undefined;
21648
21782
  readonly hidden?: boolean | undefined;
21649
21783
  readonly system?: boolean | undefined;
@@ -21818,6 +21952,7 @@ declare const SysJob: Omit<{
21818
21952
  readonly dependencies?: string[] | undefined;
21819
21953
  readonly externalId?: boolean | undefined;
21820
21954
  readonly defaultValue?: unknown;
21955
+ readonly requiredPermissions?: string[] | undefined;
21821
21956
  readonly group?: string | undefined;
21822
21957
  readonly hidden?: boolean | undefined;
21823
21958
  readonly system?: boolean | undefined;
@@ -21992,6 +22127,7 @@ declare const SysJob: Omit<{
21992
22127
  readonly dependencies?: string[] | undefined;
21993
22128
  readonly externalId?: boolean | undefined;
21994
22129
  readonly defaultValue?: unknown;
22130
+ readonly requiredPermissions?: string[] | undefined;
21995
22131
  readonly group?: string | undefined;
21996
22132
  readonly hidden?: boolean | undefined;
21997
22133
  readonly system?: boolean | undefined;
@@ -22166,6 +22302,7 @@ declare const SysJob: Omit<{
22166
22302
  readonly dependencies?: string[] | undefined;
22167
22303
  readonly externalId?: boolean | undefined;
22168
22304
  readonly defaultValue?: unknown;
22305
+ readonly requiredPermissions?: string[] | undefined;
22169
22306
  readonly group?: string | undefined;
22170
22307
  readonly hidden?: boolean | undefined;
22171
22308
  readonly system?: boolean | undefined;
@@ -22340,6 +22477,7 @@ declare const SysJob: Omit<{
22340
22477
  readonly dependencies?: string[] | undefined;
22341
22478
  readonly externalId?: boolean | undefined;
22342
22479
  readonly defaultValue?: unknown;
22480
+ readonly requiredPermissions?: string[] | undefined;
22343
22481
  readonly group?: string | undefined;
22344
22482
  readonly hidden?: boolean | undefined;
22345
22483
  readonly system?: boolean | undefined;
@@ -22514,6 +22652,7 @@ declare const SysJob: Omit<{
22514
22652
  readonly dependencies?: string[] | undefined;
22515
22653
  readonly externalId?: boolean | undefined;
22516
22654
  readonly defaultValue?: unknown;
22655
+ readonly requiredPermissions?: string[] | undefined;
22517
22656
  readonly group?: string | undefined;
22518
22657
  readonly hidden?: boolean | undefined;
22519
22658
  readonly system?: boolean | undefined;
@@ -22688,6 +22827,7 @@ declare const SysJob: Omit<{
22688
22827
  readonly dependencies?: string[] | undefined;
22689
22828
  readonly externalId?: boolean | undefined;
22690
22829
  readonly defaultValue?: unknown;
22830
+ readonly requiredPermissions?: string[] | undefined;
22691
22831
  readonly group?: string | undefined;
22692
22832
  readonly hidden?: boolean | undefined;
22693
22833
  readonly system?: boolean | undefined;
@@ -22862,6 +23002,7 @@ declare const SysJob: Omit<{
22862
23002
  readonly dependencies?: string[] | undefined;
22863
23003
  readonly externalId?: boolean | undefined;
22864
23004
  readonly defaultValue?: unknown;
23005
+ readonly requiredPermissions?: string[] | undefined;
22865
23006
  readonly group?: string | undefined;
22866
23007
  readonly hidden?: boolean | undefined;
22867
23008
  readonly system?: boolean | undefined;
@@ -23255,6 +23396,7 @@ declare const SysJobRun: Omit<{
23255
23396
  generatedBy?: string | undefined;
23256
23397
  } | undefined;
23257
23398
  } | undefined;
23399
+ requiredPermissions?: string[] | undefined;
23258
23400
  system?: boolean | undefined;
23259
23401
  inlineHelpText?: string | undefined;
23260
23402
  caseSensitive?: boolean | undefined;
@@ -23330,6 +23472,10 @@ declare const SysJobRun: Omit<{
23330
23472
  tenantField: string;
23331
23473
  crossTenantAccess: boolean;
23332
23474
  } | undefined;
23475
+ access?: {
23476
+ default: "public" | "private";
23477
+ } | undefined;
23478
+ requiredPermissions?: string[] | undefined;
23333
23479
  softDelete?: {
23334
23480
  enabled: boolean;
23335
23481
  field: string;
@@ -23696,7 +23842,7 @@ declare const SysJobRun: Omit<{
23696
23842
  clone: boolean;
23697
23843
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
23698
23844
  } | undefined;
23699
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
23845
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
23700
23846
  publicSharing?: {
23701
23847
  enabled: boolean;
23702
23848
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -23783,6 +23929,7 @@ declare const SysJobRun: Omit<{
23783
23929
  generatedBy?: string | undefined;
23784
23930
  } | undefined;
23785
23931
  } | undefined;
23932
+ requiredPermissions?: string[] | undefined;
23786
23933
  shortcut?: string | undefined;
23787
23934
  bulkEnabled?: boolean | undefined;
23788
23935
  ai?: {
@@ -23849,6 +23996,7 @@ declare const SysJobRun: Omit<{
23849
23996
  readonly dependencies?: string[] | undefined;
23850
23997
  readonly externalId?: boolean | undefined;
23851
23998
  readonly defaultValue?: unknown;
23999
+ readonly requiredPermissions?: string[] | undefined;
23852
24000
  readonly group?: string | undefined;
23853
24001
  readonly hidden?: boolean | undefined;
23854
24002
  readonly system?: boolean | undefined;
@@ -24023,6 +24171,7 @@ declare const SysJobRun: Omit<{
24023
24171
  readonly dependencies?: string[] | undefined;
24024
24172
  readonly externalId?: boolean | undefined;
24025
24173
  readonly defaultValue?: unknown;
24174
+ readonly requiredPermissions?: string[] | undefined;
24026
24175
  readonly group?: string | undefined;
24027
24176
  readonly hidden?: boolean | undefined;
24028
24177
  readonly system?: boolean | undefined;
@@ -24197,6 +24346,7 @@ declare const SysJobRun: Omit<{
24197
24346
  readonly dependencies?: string[] | undefined;
24198
24347
  readonly externalId?: boolean | undefined;
24199
24348
  readonly defaultValue?: unknown;
24349
+ readonly requiredPermissions?: string[] | undefined;
24200
24350
  readonly group?: string | undefined;
24201
24351
  readonly hidden?: boolean | undefined;
24202
24352
  readonly system?: boolean | undefined;
@@ -24371,6 +24521,7 @@ declare const SysJobRun: Omit<{
24371
24521
  readonly dependencies?: string[] | undefined;
24372
24522
  readonly externalId?: boolean | undefined;
24373
24523
  readonly defaultValue?: unknown;
24524
+ readonly requiredPermissions?: string[] | undefined;
24374
24525
  readonly group?: string | undefined;
24375
24526
  readonly hidden?: boolean | undefined;
24376
24527
  readonly system?: boolean | undefined;
@@ -24545,6 +24696,7 @@ declare const SysJobRun: Omit<{
24545
24696
  readonly dependencies?: string[] | undefined;
24546
24697
  readonly externalId?: boolean | undefined;
24547
24698
  readonly defaultValue?: unknown;
24699
+ readonly requiredPermissions?: string[] | undefined;
24548
24700
  readonly group?: string | undefined;
24549
24701
  readonly hidden?: boolean | undefined;
24550
24702
  readonly system?: boolean | undefined;
@@ -24719,6 +24871,7 @@ declare const SysJobRun: Omit<{
24719
24871
  readonly dependencies?: string[] | undefined;
24720
24872
  readonly externalId?: boolean | undefined;
24721
24873
  readonly defaultValue?: unknown;
24874
+ readonly requiredPermissions?: string[] | undefined;
24722
24875
  readonly group?: string | undefined;
24723
24876
  readonly hidden?: boolean | undefined;
24724
24877
  readonly system?: boolean | undefined;
@@ -24893,6 +25046,7 @@ declare const SysJobRun: Omit<{
24893
25046
  readonly dependencies?: string[] | undefined;
24894
25047
  readonly externalId?: boolean | undefined;
24895
25048
  readonly defaultValue?: unknown;
25049
+ readonly requiredPermissions?: string[] | undefined;
24896
25050
  readonly group?: string | undefined;
24897
25051
  readonly hidden?: boolean | undefined;
24898
25052
  readonly system?: boolean | undefined;
@@ -25067,6 +25221,7 @@ declare const SysJobRun: Omit<{
25067
25221
  readonly dependencies?: string[] | undefined;
25068
25222
  readonly externalId?: boolean | undefined;
25069
25223
  readonly defaultValue?: unknown;
25224
+ readonly requiredPermissions?: string[] | undefined;
25070
25225
  readonly group?: string | undefined;
25071
25226
  readonly hidden?: boolean | undefined;
25072
25227
  readonly system?: boolean | undefined;
@@ -25241,6 +25396,7 @@ declare const SysJobRun: Omit<{
25241
25396
  readonly dependencies?: string[] | undefined;
25242
25397
  readonly externalId?: boolean | undefined;
25243
25398
  readonly defaultValue?: unknown;
25399
+ readonly requiredPermissions?: string[] | undefined;
25244
25400
  readonly group?: string | undefined;
25245
25401
  readonly hidden?: boolean | undefined;
25246
25402
  readonly system?: boolean | undefined;
@@ -25415,6 +25571,7 @@ declare const SysJobRun: Omit<{
25415
25571
  readonly dependencies?: string[] | undefined;
25416
25572
  readonly externalId?: boolean | undefined;
25417
25573
  readonly defaultValue?: unknown;
25574
+ readonly requiredPermissions?: string[] | undefined;
25418
25575
  readonly group?: string | undefined;
25419
25576
  readonly hidden?: boolean | undefined;
25420
25577
  readonly system?: boolean | undefined;
@@ -25816,6 +25973,7 @@ declare const SysJobQueue: Omit<{
25816
25973
  generatedBy?: string | undefined;
25817
25974
  } | undefined;
25818
25975
  } | undefined;
25976
+ requiredPermissions?: string[] | undefined;
25819
25977
  system?: boolean | undefined;
25820
25978
  inlineHelpText?: string | undefined;
25821
25979
  caseSensitive?: boolean | undefined;
@@ -25891,6 +26049,10 @@ declare const SysJobQueue: Omit<{
25891
26049
  tenantField: string;
25892
26050
  crossTenantAccess: boolean;
25893
26051
  } | undefined;
26052
+ access?: {
26053
+ default: "public" | "private";
26054
+ } | undefined;
26055
+ requiredPermissions?: string[] | undefined;
25894
26056
  softDelete?: {
25895
26057
  enabled: boolean;
25896
26058
  field: string;
@@ -26257,7 +26419,7 @@ declare const SysJobQueue: Omit<{
26257
26419
  clone: boolean;
26258
26420
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
26259
26421
  } | undefined;
26260
- sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
26422
+ sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
26261
26423
  publicSharing?: {
26262
26424
  enabled: boolean;
26263
26425
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -26344,6 +26506,7 @@ declare const SysJobQueue: Omit<{
26344
26506
  generatedBy?: string | undefined;
26345
26507
  } | undefined;
26346
26508
  } | undefined;
26509
+ requiredPermissions?: string[] | undefined;
26347
26510
  shortcut?: string | undefined;
26348
26511
  bulkEnabled?: boolean | undefined;
26349
26512
  ai?: {
@@ -26410,6 +26573,7 @@ declare const SysJobQueue: Omit<{
26410
26573
  readonly dependencies?: string[] | undefined;
26411
26574
  readonly externalId?: boolean | undefined;
26412
26575
  readonly defaultValue?: unknown;
26576
+ readonly requiredPermissions?: string[] | undefined;
26413
26577
  readonly group?: string | undefined;
26414
26578
  readonly hidden?: boolean | undefined;
26415
26579
  readonly system?: boolean | undefined;
@@ -26584,6 +26748,7 @@ declare const SysJobQueue: Omit<{
26584
26748
  readonly dependencies?: string[] | undefined;
26585
26749
  readonly externalId?: boolean | undefined;
26586
26750
  readonly defaultValue?: unknown;
26751
+ readonly requiredPermissions?: string[] | undefined;
26587
26752
  readonly group?: string | undefined;
26588
26753
  readonly hidden?: boolean | undefined;
26589
26754
  readonly system?: boolean | undefined;
@@ -26758,6 +26923,7 @@ declare const SysJobQueue: Omit<{
26758
26923
  readonly dependencies?: string[] | undefined;
26759
26924
  readonly externalId?: boolean | undefined;
26760
26925
  readonly defaultValue?: unknown;
26926
+ readonly requiredPermissions?: string[] | undefined;
26761
26927
  readonly group?: string | undefined;
26762
26928
  readonly hidden?: boolean | undefined;
26763
26929
  readonly system?: boolean | undefined;
@@ -26932,6 +27098,7 @@ declare const SysJobQueue: Omit<{
26932
27098
  readonly dependencies?: string[] | undefined;
26933
27099
  readonly externalId?: boolean | undefined;
26934
27100
  readonly defaultValue?: unknown;
27101
+ readonly requiredPermissions?: string[] | undefined;
26935
27102
  readonly group?: string | undefined;
26936
27103
  readonly hidden?: boolean | undefined;
26937
27104
  readonly system?: boolean | undefined;
@@ -27106,6 +27273,7 @@ declare const SysJobQueue: Omit<{
27106
27273
  readonly dependencies?: string[] | undefined;
27107
27274
  readonly externalId?: boolean | undefined;
27108
27275
  readonly defaultValue?: unknown;
27276
+ readonly requiredPermissions?: string[] | undefined;
27109
27277
  readonly group?: string | undefined;
27110
27278
  readonly hidden?: boolean | undefined;
27111
27279
  readonly system?: boolean | undefined;
@@ -27280,6 +27448,7 @@ declare const SysJobQueue: Omit<{
27280
27448
  readonly dependencies?: string[] | undefined;
27281
27449
  readonly externalId?: boolean | undefined;
27282
27450
  readonly defaultValue?: unknown;
27451
+ readonly requiredPermissions?: string[] | undefined;
27283
27452
  readonly group?: string | undefined;
27284
27453
  readonly hidden?: boolean | undefined;
27285
27454
  readonly system?: boolean | undefined;
@@ -27454,6 +27623,7 @@ declare const SysJobQueue: Omit<{
27454
27623
  readonly dependencies?: string[] | undefined;
27455
27624
  readonly externalId?: boolean | undefined;
27456
27625
  readonly defaultValue?: unknown;
27626
+ readonly requiredPermissions?: string[] | undefined;
27457
27627
  readonly group?: string | undefined;
27458
27628
  readonly hidden?: boolean | undefined;
27459
27629
  readonly system?: boolean | undefined;
@@ -27628,6 +27798,7 @@ declare const SysJobQueue: Omit<{
27628
27798
  readonly dependencies?: string[] | undefined;
27629
27799
  readonly externalId?: boolean | undefined;
27630
27800
  readonly defaultValue?: unknown;
27801
+ readonly requiredPermissions?: string[] | undefined;
27631
27802
  readonly group?: string | undefined;
27632
27803
  readonly hidden?: boolean | undefined;
27633
27804
  readonly system?: boolean | undefined;
@@ -27802,6 +27973,7 @@ declare const SysJobQueue: Omit<{
27802
27973
  readonly dependencies?: string[] | undefined;
27803
27974
  readonly externalId?: boolean | undefined;
27804
27975
  readonly defaultValue?: unknown;
27976
+ readonly requiredPermissions?: string[] | undefined;
27805
27977
  readonly group?: string | undefined;
27806
27978
  readonly hidden?: boolean | undefined;
27807
27979
  readonly system?: boolean | undefined;
@@ -27976,6 +28148,7 @@ declare const SysJobQueue: Omit<{
27976
28148
  readonly dependencies?: string[] | undefined;
27977
28149
  readonly externalId?: boolean | undefined;
27978
28150
  readonly defaultValue?: unknown;
28151
+ readonly requiredPermissions?: string[] | undefined;
27979
28152
  readonly group?: string | undefined;
27980
28153
  readonly hidden?: boolean | undefined;
27981
28154
  readonly system?: boolean | undefined;
@@ -28150,6 +28323,7 @@ declare const SysJobQueue: Omit<{
28150
28323
  readonly dependencies?: string[] | undefined;
28151
28324
  readonly externalId?: boolean | undefined;
28152
28325
  readonly defaultValue?: unknown;
28326
+ readonly requiredPermissions?: string[] | undefined;
28153
28327
  readonly group?: string | undefined;
28154
28328
  readonly hidden?: boolean | undefined;
28155
28329
  readonly system?: boolean | undefined;
@@ -28324,6 +28498,7 @@ declare const SysJobQueue: Omit<{
28324
28498
  readonly dependencies?: string[] | undefined;
28325
28499
  readonly externalId?: boolean | undefined;
28326
28500
  readonly defaultValue?: unknown;
28501
+ readonly requiredPermissions?: string[] | undefined;
28327
28502
  readonly group?: string | undefined;
28328
28503
  readonly hidden?: boolean | undefined;
28329
28504
  readonly system?: boolean | undefined;
@@ -28498,6 +28673,7 @@ declare const SysJobQueue: Omit<{
28498
28673
  readonly dependencies?: string[] | undefined;
28499
28674
  readonly externalId?: boolean | undefined;
28500
28675
  readonly defaultValue?: unknown;
28676
+ readonly requiredPermissions?: string[] | undefined;
28501
28677
  readonly group?: string | undefined;
28502
28678
  readonly hidden?: boolean | undefined;
28503
28679
  readonly system?: boolean | undefined;
@@ -28672,6 +28848,7 @@ declare const SysJobQueue: Omit<{
28672
28848
  readonly dependencies?: string[] | undefined;
28673
28849
  readonly externalId?: boolean | undefined;
28674
28850
  readonly defaultValue?: unknown;
28851
+ readonly requiredPermissions?: string[] | undefined;
28675
28852
  readonly group?: string | undefined;
28676
28853
  readonly hidden?: boolean | undefined;
28677
28854
  readonly system?: boolean | undefined;
@@ -28846,6 +29023,7 @@ declare const SysJobQueue: Omit<{
28846
29023
  readonly dependencies?: string[] | undefined;
28847
29024
  readonly externalId?: boolean | undefined;
28848
29025
  readonly defaultValue?: unknown;
29026
+ readonly requiredPermissions?: string[] | undefined;
28849
29027
  readonly group?: string | undefined;
28850
29028
  readonly hidden?: boolean | undefined;
28851
29029
  readonly system?: boolean | undefined;
@@ -29020,6 +29198,7 @@ declare const SysJobQueue: Omit<{
29020
29198
  readonly dependencies?: string[] | undefined;
29021
29199
  readonly externalId?: boolean | undefined;
29022
29200
  readonly defaultValue?: unknown;
29201
+ readonly requiredPermissions?: string[] | undefined;
29023
29202
  readonly group?: string | undefined;
29024
29203
  readonly hidden?: boolean | undefined;
29025
29204
  readonly system?: boolean | undefined;
@@ -29194,6 +29373,7 @@ declare const SysJobQueue: Omit<{
29194
29373
  readonly dependencies?: string[] | undefined;
29195
29374
  readonly externalId?: boolean | undefined;
29196
29375
  readonly defaultValue?: unknown;
29376
+ readonly requiredPermissions?: string[] | undefined;
29197
29377
  readonly group?: string | undefined;
29198
29378
  readonly hidden?: boolean | undefined;
29199
29379
  readonly system?: boolean | undefined;
@@ -29368,6 +29548,7 @@ declare const SysJobQueue: Omit<{
29368
29548
  readonly dependencies?: string[] | undefined;
29369
29549
  readonly externalId?: boolean | undefined;
29370
29550
  readonly defaultValue?: unknown;
29551
+ readonly requiredPermissions?: string[] | undefined;
29371
29552
  readonly group?: string | undefined;
29372
29553
  readonly hidden?: boolean | undefined;
29373
29554
  readonly system?: boolean | undefined;
@@ -29542,6 +29723,7 @@ declare const SysJobQueue: Omit<{
29542
29723
  readonly dependencies?: string[] | undefined;
29543
29724
  readonly externalId?: boolean | undefined;
29544
29725
  readonly defaultValue?: unknown;
29726
+ readonly requiredPermissions?: string[] | undefined;
29545
29727
  readonly group?: string | undefined;
29546
29728
  readonly hidden?: boolean | undefined;
29547
29729
  readonly system?: boolean | undefined;