@objectstack/platform-objects 11.0.0 → 11.2.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.
@@ -112,7 +112,6 @@ declare const SysNotification: Omit<{
112
112
  relationshipField?: string | undefined;
113
113
  } | undefined;
114
114
  language?: string | undefined;
115
- maxRating?: number | undefined;
116
115
  step?: number | undefined;
117
116
  currencyConfig?: {
118
117
  precision: number;
@@ -242,7 +241,6 @@ declare const SysNotification: Omit<{
242
241
  requiredPermissions?: string[] | undefined;
243
242
  system?: boolean | undefined;
244
243
  inlineHelpText?: string | undefined;
245
- caseSensitive?: boolean | undefined;
246
244
  autonumberFormat?: string | undefined;
247
245
  }>;
248
246
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -330,12 +328,6 @@ declare const SysNotification: Omit<{
330
328
  versionField: string;
331
329
  retentionDays?: number | undefined;
332
330
  } | undefined;
333
- partitioning?: {
334
- enabled: boolean;
335
- strategy: "hash" | "list" | "range";
336
- key: string;
337
- interval?: string | undefined;
338
- } | undefined;
339
331
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
340
332
  activityMilestones?: {
341
333
  field: string;
@@ -343,6 +335,7 @@ declare const SysNotification: Omit<{
343
335
  summary: string;
344
336
  type?: string | undefined;
345
337
  }[] | undefined;
338
+ nameField?: string | undefined;
346
339
  displayNameField?: string | undefined;
347
340
  recordName?: {
348
341
  type: "text" | "autonumber";
@@ -666,7 +659,6 @@ declare const SysNotification: Omit<{
666
659
  debounceMs?: number | undefined;
667
660
  } | undefined;
668
661
  }> | undefined;
669
- defaultDetailForm?: string | undefined;
670
662
  searchableFields?: string[] | undefined;
671
663
  search?: {
672
664
  fields: string[];
@@ -683,7 +675,7 @@ declare const SysNotification: Omit<{
683
675
  trash: boolean;
684
676
  mru: boolean;
685
677
  clone: boolean;
686
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
678
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
687
679
  } | undefined;
688
680
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
689
681
  publicSharing?: {
@@ -711,6 +703,7 @@ declare const SysNotification: Omit<{
711
703
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
712
704
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
713
705
  target?: string | undefined;
706
+ openIn?: "self" | "new-tab" | undefined;
714
707
  body?: {
715
708
  language: "expression";
716
709
  source: string;
@@ -818,6 +811,7 @@ declare const SysNotification: Omit<{
818
811
  readonly managedBy: "system";
819
812
  readonly description: "Notification events — one row per emit() (ADR-0030 Layer 2 ingress)";
820
813
  readonly displayNameField: "topic";
814
+ readonly nameField: "topic";
821
815
  readonly titleFormat: "{topic}";
822
816
  readonly compactLayout: ["topic", "severity", "source_object", "created_at"];
823
817
  readonly listViews: {
@@ -945,7 +939,6 @@ declare const SysNotification: Omit<{
945
939
  relationshipField?: string | undefined;
946
940
  } | undefined;
947
941
  readonly language?: string | undefined;
948
- readonly maxRating?: number | undefined;
949
942
  readonly step?: number | undefined;
950
943
  readonly currencyConfig?: {
951
944
  precision: number;
@@ -1039,7 +1032,6 @@ declare const SysNotification: Omit<{
1039
1032
  } | undefined;
1040
1033
  readonly sortable?: boolean | undefined;
1041
1034
  readonly inlineHelpText?: string | undefined;
1042
- readonly caseSensitive?: boolean | undefined;
1043
1035
  readonly autonumberFormat?: string | undefined;
1044
1036
  readonly index?: boolean | undefined;
1045
1037
  readonly type: "text";
@@ -1121,7 +1113,6 @@ declare const SysNotification: Omit<{
1121
1113
  relationshipField?: string | undefined;
1122
1114
  } | undefined;
1123
1115
  readonly language?: string | undefined;
1124
- readonly maxRating?: number | undefined;
1125
1116
  readonly step?: number | undefined;
1126
1117
  readonly currencyConfig?: {
1127
1118
  precision: number;
@@ -1215,7 +1206,6 @@ declare const SysNotification: Omit<{
1215
1206
  } | undefined;
1216
1207
  readonly sortable?: boolean | undefined;
1217
1208
  readonly inlineHelpText?: string | undefined;
1218
- readonly caseSensitive?: boolean | undefined;
1219
1209
  readonly autonumberFormat?: string | undefined;
1220
1210
  readonly index?: boolean | undefined;
1221
1211
  readonly type: "text";
@@ -1297,7 +1287,6 @@ declare const SysNotification: Omit<{
1297
1287
  relationshipField?: string | undefined;
1298
1288
  } | undefined;
1299
1289
  readonly language?: string | undefined;
1300
- readonly maxRating?: number | undefined;
1301
1290
  readonly step?: number | undefined;
1302
1291
  readonly currencyConfig?: {
1303
1292
  precision: number;
@@ -1391,7 +1380,6 @@ declare const SysNotification: Omit<{
1391
1380
  } | undefined;
1392
1381
  readonly sortable?: boolean | undefined;
1393
1382
  readonly inlineHelpText?: string | undefined;
1394
- readonly caseSensitive?: boolean | undefined;
1395
1383
  readonly autonumberFormat?: string | undefined;
1396
1384
  readonly index?: boolean | undefined;
1397
1385
  readonly type: "json";
@@ -1473,7 +1461,6 @@ declare const SysNotification: Omit<{
1473
1461
  relationshipField?: string | undefined;
1474
1462
  } | undefined;
1475
1463
  readonly language?: string | undefined;
1476
- readonly maxRating?: number | undefined;
1477
1464
  readonly step?: number | undefined;
1478
1465
  readonly currencyConfig?: {
1479
1466
  precision: number;
@@ -1567,7 +1554,6 @@ declare const SysNotification: Omit<{
1567
1554
  } | undefined;
1568
1555
  readonly sortable?: boolean | undefined;
1569
1556
  readonly inlineHelpText?: string | undefined;
1570
- readonly caseSensitive?: boolean | undefined;
1571
1557
  readonly autonumberFormat?: string | undefined;
1572
1558
  readonly index?: boolean | undefined;
1573
1559
  readonly type: "select";
@@ -1649,7 +1635,6 @@ declare const SysNotification: Omit<{
1649
1635
  relationshipField?: string | undefined;
1650
1636
  } | undefined;
1651
1637
  readonly language?: string | undefined;
1652
- readonly maxRating?: number | undefined;
1653
1638
  readonly step?: number | undefined;
1654
1639
  readonly currencyConfig?: {
1655
1640
  precision: number;
@@ -1743,7 +1728,6 @@ declare const SysNotification: Omit<{
1743
1728
  } | undefined;
1744
1729
  readonly sortable?: boolean | undefined;
1745
1730
  readonly inlineHelpText?: string | undefined;
1746
- readonly caseSensitive?: boolean | undefined;
1747
1731
  readonly autonumberFormat?: string | undefined;
1748
1732
  readonly index?: boolean | undefined;
1749
1733
  readonly type: "text";
@@ -1825,7 +1809,6 @@ declare const SysNotification: Omit<{
1825
1809
  relationshipField?: string | undefined;
1826
1810
  } | undefined;
1827
1811
  readonly language?: string | undefined;
1828
- readonly maxRating?: number | undefined;
1829
1812
  readonly step?: number | undefined;
1830
1813
  readonly currencyConfig?: {
1831
1814
  precision: number;
@@ -1919,7 +1902,6 @@ declare const SysNotification: Omit<{
1919
1902
  } | undefined;
1920
1903
  readonly sortable?: boolean | undefined;
1921
1904
  readonly inlineHelpText?: string | undefined;
1922
- readonly caseSensitive?: boolean | undefined;
1923
1905
  readonly autonumberFormat?: string | undefined;
1924
1906
  readonly index?: boolean | undefined;
1925
1907
  readonly type: "text";
@@ -2001,7 +1983,6 @@ declare const SysNotification: Omit<{
2001
1983
  relationshipField?: string | undefined;
2002
1984
  } | undefined;
2003
1985
  readonly language?: string | undefined;
2004
- readonly maxRating?: number | undefined;
2005
1986
  readonly step?: number | undefined;
2006
1987
  readonly currencyConfig?: {
2007
1988
  precision: number;
@@ -2095,7 +2076,6 @@ declare const SysNotification: Omit<{
2095
2076
  } | undefined;
2096
2077
  readonly sortable?: boolean | undefined;
2097
2078
  readonly inlineHelpText?: string | undefined;
2098
- readonly caseSensitive?: boolean | undefined;
2099
2079
  readonly autonumberFormat?: string | undefined;
2100
2080
  readonly index?: boolean | undefined;
2101
2081
  readonly type: "text";
@@ -2177,7 +2157,6 @@ declare const SysNotification: Omit<{
2177
2157
  relationshipField?: string | undefined;
2178
2158
  } | undefined;
2179
2159
  readonly language?: string | undefined;
2180
- readonly maxRating?: number | undefined;
2181
2160
  readonly step?: number | undefined;
2182
2161
  readonly currencyConfig?: {
2183
2162
  precision: number;
@@ -2271,7 +2250,6 @@ declare const SysNotification: Omit<{
2271
2250
  } | undefined;
2272
2251
  readonly sortable?: boolean | undefined;
2273
2252
  readonly inlineHelpText?: string | undefined;
2274
- readonly caseSensitive?: boolean | undefined;
2275
2253
  readonly autonumberFormat?: string | undefined;
2276
2254
  readonly index?: boolean | undefined;
2277
2255
  readonly type: "lookup";
@@ -2353,7 +2331,6 @@ declare const SysNotification: Omit<{
2353
2331
  relationshipField?: string | undefined;
2354
2332
  } | undefined;
2355
2333
  readonly language?: string | undefined;
2356
- readonly maxRating?: number | undefined;
2357
2334
  readonly step?: number | undefined;
2358
2335
  readonly currencyConfig?: {
2359
2336
  precision: number;
@@ -2447,7 +2424,6 @@ declare const SysNotification: Omit<{
2447
2424
  } | undefined;
2448
2425
  readonly sortable?: boolean | undefined;
2449
2426
  readonly inlineHelpText?: string | undefined;
2450
- readonly caseSensitive?: boolean | undefined;
2451
2427
  readonly autonumberFormat?: string | undefined;
2452
2428
  readonly index?: boolean | undefined;
2453
2429
  readonly type: "datetime";
@@ -2572,7 +2548,6 @@ declare const SysAttachment: Omit<{
2572
2548
  relationshipField?: string | undefined;
2573
2549
  } | undefined;
2574
2550
  language?: string | undefined;
2575
- maxRating?: number | undefined;
2576
2551
  step?: number | undefined;
2577
2552
  currencyConfig?: {
2578
2553
  precision: number;
@@ -2702,7 +2677,6 @@ declare const SysAttachment: Omit<{
2702
2677
  requiredPermissions?: string[] | undefined;
2703
2678
  system?: boolean | undefined;
2704
2679
  inlineHelpText?: string | undefined;
2705
- caseSensitive?: boolean | undefined;
2706
2680
  autonumberFormat?: string | undefined;
2707
2681
  }>;
2708
2682
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -2790,12 +2764,6 @@ declare const SysAttachment: Omit<{
2790
2764
  versionField: string;
2791
2765
  retentionDays?: number | undefined;
2792
2766
  } | undefined;
2793
- partitioning?: {
2794
- enabled: boolean;
2795
- strategy: "hash" | "list" | "range";
2796
- key: string;
2797
- interval?: string | undefined;
2798
- } | undefined;
2799
2767
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
2800
2768
  activityMilestones?: {
2801
2769
  field: string;
@@ -2803,6 +2771,7 @@ declare const SysAttachment: Omit<{
2803
2771
  summary: string;
2804
2772
  type?: string | undefined;
2805
2773
  }[] | undefined;
2774
+ nameField?: string | undefined;
2806
2775
  displayNameField?: string | undefined;
2807
2776
  recordName?: {
2808
2777
  type: "text" | "autonumber";
@@ -3126,7 +3095,6 @@ declare const SysAttachment: Omit<{
3126
3095
  debounceMs?: number | undefined;
3127
3096
  } | undefined;
3128
3097
  }> | undefined;
3129
- defaultDetailForm?: string | undefined;
3130
3098
  searchableFields?: string[] | undefined;
3131
3099
  search?: {
3132
3100
  fields: string[];
@@ -3143,7 +3111,7 @@ declare const SysAttachment: Omit<{
3143
3111
  trash: boolean;
3144
3112
  mru: boolean;
3145
3113
  clone: boolean;
3146
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
3114
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
3147
3115
  } | undefined;
3148
3116
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
3149
3117
  publicSharing?: {
@@ -3171,6 +3139,7 @@ declare const SysAttachment: Omit<{
3171
3139
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
3172
3140
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
3173
3141
  target?: string | undefined;
3142
+ openIn?: "self" | "new-tab" | undefined;
3174
3143
  body?: {
3175
3144
  language: "expression";
3176
3145
  source: string;
@@ -3357,7 +3326,6 @@ declare const SysAttachment: Omit<{
3357
3326
  relationshipField?: string | undefined;
3358
3327
  } | undefined;
3359
3328
  readonly language?: string | undefined;
3360
- readonly maxRating?: number | undefined;
3361
3329
  readonly step?: number | undefined;
3362
3330
  readonly currencyConfig?: {
3363
3331
  precision: number;
@@ -3451,7 +3419,6 @@ declare const SysAttachment: Omit<{
3451
3419
  } | undefined;
3452
3420
  readonly sortable?: boolean | undefined;
3453
3421
  readonly inlineHelpText?: string | undefined;
3454
- readonly caseSensitive?: boolean | undefined;
3455
3422
  readonly autonumberFormat?: string | undefined;
3456
3423
  readonly index?: boolean | undefined;
3457
3424
  readonly type: "text";
@@ -3533,7 +3500,6 @@ declare const SysAttachment: Omit<{
3533
3500
  relationshipField?: string | undefined;
3534
3501
  } | undefined;
3535
3502
  readonly language?: string | undefined;
3536
- readonly maxRating?: number | undefined;
3537
3503
  readonly step?: number | undefined;
3538
3504
  readonly currencyConfig?: {
3539
3505
  precision: number;
@@ -3627,7 +3593,6 @@ declare const SysAttachment: Omit<{
3627
3593
  } | undefined;
3628
3594
  readonly sortable?: boolean | undefined;
3629
3595
  readonly inlineHelpText?: string | undefined;
3630
- readonly caseSensitive?: boolean | undefined;
3631
3596
  readonly autonumberFormat?: string | undefined;
3632
3597
  readonly index?: boolean | undefined;
3633
3598
  readonly type: "text";
@@ -3709,7 +3674,6 @@ declare const SysAttachment: Omit<{
3709
3674
  relationshipField?: string | undefined;
3710
3675
  } | undefined;
3711
3676
  readonly language?: string | undefined;
3712
- readonly maxRating?: number | undefined;
3713
3677
  readonly step?: number | undefined;
3714
3678
  readonly currencyConfig?: {
3715
3679
  precision: number;
@@ -3803,7 +3767,6 @@ declare const SysAttachment: Omit<{
3803
3767
  } | undefined;
3804
3768
  readonly sortable?: boolean | undefined;
3805
3769
  readonly inlineHelpText?: string | undefined;
3806
- readonly caseSensitive?: boolean | undefined;
3807
3770
  readonly autonumberFormat?: string | undefined;
3808
3771
  readonly index?: boolean | undefined;
3809
3772
  readonly type: "text";
@@ -3885,7 +3848,6 @@ declare const SysAttachment: Omit<{
3885
3848
  relationshipField?: string | undefined;
3886
3849
  } | undefined;
3887
3850
  readonly language?: string | undefined;
3888
- readonly maxRating?: number | undefined;
3889
3851
  readonly step?: number | undefined;
3890
3852
  readonly currencyConfig?: {
3891
3853
  precision: number;
@@ -3979,7 +3941,6 @@ declare const SysAttachment: Omit<{
3979
3941
  } | undefined;
3980
3942
  readonly sortable?: boolean | undefined;
3981
3943
  readonly inlineHelpText?: string | undefined;
3982
- readonly caseSensitive?: boolean | undefined;
3983
3944
  readonly autonumberFormat?: string | undefined;
3984
3945
  readonly index?: boolean | undefined;
3985
3946
  readonly type: "lookup";
@@ -4061,7 +4022,6 @@ declare const SysAttachment: Omit<{
4061
4022
  relationshipField?: string | undefined;
4062
4023
  } | undefined;
4063
4024
  readonly language?: string | undefined;
4064
- readonly maxRating?: number | undefined;
4065
4025
  readonly step?: number | undefined;
4066
4026
  readonly currencyConfig?: {
4067
4027
  precision: number;
@@ -4155,7 +4115,6 @@ declare const SysAttachment: Omit<{
4155
4115
  } | undefined;
4156
4116
  readonly sortable?: boolean | undefined;
4157
4117
  readonly inlineHelpText?: string | undefined;
4158
- readonly caseSensitive?: boolean | undefined;
4159
4118
  readonly autonumberFormat?: string | undefined;
4160
4119
  readonly index?: boolean | undefined;
4161
4120
  readonly type: "text";
@@ -4237,7 +4196,6 @@ declare const SysAttachment: Omit<{
4237
4196
  relationshipField?: string | undefined;
4238
4197
  } | undefined;
4239
4198
  readonly language?: string | undefined;
4240
- readonly maxRating?: number | undefined;
4241
4199
  readonly step?: number | undefined;
4242
4200
  readonly currencyConfig?: {
4243
4201
  precision: number;
@@ -4331,7 +4289,6 @@ declare const SysAttachment: Omit<{
4331
4289
  } | undefined;
4332
4290
  readonly sortable?: boolean | undefined;
4333
4291
  readonly inlineHelpText?: string | undefined;
4334
- readonly caseSensitive?: boolean | undefined;
4335
4292
  readonly autonumberFormat?: string | undefined;
4336
4293
  readonly index?: boolean | undefined;
4337
4294
  readonly type: "text";
@@ -4413,7 +4370,6 @@ declare const SysAttachment: Omit<{
4413
4370
  relationshipField?: string | undefined;
4414
4371
  } | undefined;
4415
4372
  readonly language?: string | undefined;
4416
- readonly maxRating?: number | undefined;
4417
4373
  readonly step?: number | undefined;
4418
4374
  readonly currencyConfig?: {
4419
4375
  precision: number;
@@ -4507,7 +4463,6 @@ declare const SysAttachment: Omit<{
4507
4463
  } | undefined;
4508
4464
  readonly sortable?: boolean | undefined;
4509
4465
  readonly inlineHelpText?: string | undefined;
4510
- readonly caseSensitive?: boolean | undefined;
4511
4466
  readonly autonumberFormat?: string | undefined;
4512
4467
  readonly index?: boolean | undefined;
4513
4468
  readonly type: "number";
@@ -4589,7 +4544,6 @@ declare const SysAttachment: Omit<{
4589
4544
  relationshipField?: string | undefined;
4590
4545
  } | undefined;
4591
4546
  readonly language?: string | undefined;
4592
- readonly maxRating?: number | undefined;
4593
4547
  readonly step?: number | undefined;
4594
4548
  readonly currencyConfig?: {
4595
4549
  precision: number;
@@ -4683,7 +4637,6 @@ declare const SysAttachment: Omit<{
4683
4637
  } | undefined;
4684
4638
  readonly sortable?: boolean | undefined;
4685
4639
  readonly inlineHelpText?: string | undefined;
4686
- readonly caseSensitive?: boolean | undefined;
4687
4640
  readonly autonumberFormat?: string | undefined;
4688
4641
  readonly index?: boolean | undefined;
4689
4642
  readonly type: "select";
@@ -4765,7 +4718,6 @@ declare const SysAttachment: Omit<{
4765
4718
  relationshipField?: string | undefined;
4766
4719
  } | undefined;
4767
4720
  readonly language?: string | undefined;
4768
- readonly maxRating?: number | undefined;
4769
4721
  readonly step?: number | undefined;
4770
4722
  readonly currencyConfig?: {
4771
4723
  precision: number;
@@ -4859,7 +4811,6 @@ declare const SysAttachment: Omit<{
4859
4811
  } | undefined;
4860
4812
  readonly sortable?: boolean | undefined;
4861
4813
  readonly inlineHelpText?: string | undefined;
4862
- readonly caseSensitive?: boolean | undefined;
4863
4814
  readonly autonumberFormat?: string | undefined;
4864
4815
  readonly index?: boolean | undefined;
4865
4816
  readonly type: "select";
@@ -4941,7 +4892,6 @@ declare const SysAttachment: Omit<{
4941
4892
  relationshipField?: string | undefined;
4942
4893
  } | undefined;
4943
4894
  readonly language?: string | undefined;
4944
- readonly maxRating?: number | undefined;
4945
4895
  readonly step?: number | undefined;
4946
4896
  readonly currencyConfig?: {
4947
4897
  precision: number;
@@ -5035,7 +4985,6 @@ declare const SysAttachment: Omit<{
5035
4985
  } | undefined;
5036
4986
  readonly sortable?: boolean | undefined;
5037
4987
  readonly inlineHelpText?: string | undefined;
5038
- readonly caseSensitive?: boolean | undefined;
5039
4988
  readonly autonumberFormat?: string | undefined;
5040
4989
  readonly index?: boolean | undefined;
5041
4990
  readonly type: "lookup";
@@ -5117,7 +5066,6 @@ declare const SysAttachment: Omit<{
5117
5066
  relationshipField?: string | undefined;
5118
5067
  } | undefined;
5119
5068
  readonly language?: string | undefined;
5120
- readonly maxRating?: number | undefined;
5121
5069
  readonly step?: number | undefined;
5122
5070
  readonly currencyConfig?: {
5123
5071
  precision: number;
@@ -5211,7 +5159,6 @@ declare const SysAttachment: Omit<{
5211
5159
  } | undefined;
5212
5160
  readonly sortable?: boolean | undefined;
5213
5161
  readonly inlineHelpText?: string | undefined;
5214
- readonly caseSensitive?: boolean | undefined;
5215
5162
  readonly autonumberFormat?: string | undefined;
5216
5163
  readonly index?: boolean | undefined;
5217
5164
  readonly type: "textarea";
@@ -5293,7 +5240,6 @@ declare const SysAttachment: Omit<{
5293
5240
  relationshipField?: string | undefined;
5294
5241
  } | undefined;
5295
5242
  readonly language?: string | undefined;
5296
- readonly maxRating?: number | undefined;
5297
5243
  readonly step?: number | undefined;
5298
5244
  readonly currencyConfig?: {
5299
5245
  precision: number;
@@ -5387,7 +5333,6 @@ declare const SysAttachment: Omit<{
5387
5333
  } | undefined;
5388
5334
  readonly sortable?: boolean | undefined;
5389
5335
  readonly inlineHelpText?: string | undefined;
5390
- readonly caseSensitive?: boolean | undefined;
5391
5336
  readonly autonumberFormat?: string | undefined;
5392
5337
  readonly index?: boolean | undefined;
5393
5338
  readonly type: "datetime";
@@ -5469,7 +5414,6 @@ declare const SysAttachment: Omit<{
5469
5414
  relationshipField?: string | undefined;
5470
5415
  } | undefined;
5471
5416
  readonly language?: string | undefined;
5472
- readonly maxRating?: number | undefined;
5473
5417
  readonly step?: number | undefined;
5474
5418
  readonly currencyConfig?: {
5475
5419
  precision: number;
@@ -5563,7 +5507,6 @@ declare const SysAttachment: Omit<{
5563
5507
  } | undefined;
5564
5508
  readonly sortable?: boolean | undefined;
5565
5509
  readonly inlineHelpText?: string | undefined;
5566
- readonly caseSensitive?: boolean | undefined;
5567
5510
  readonly autonumberFormat?: string | undefined;
5568
5511
  readonly index?: boolean | undefined;
5569
5512
  readonly type: "datetime";
@@ -5691,7 +5634,6 @@ declare const SysEmail: Omit<{
5691
5634
  relationshipField?: string | undefined;
5692
5635
  } | undefined;
5693
5636
  language?: string | undefined;
5694
- maxRating?: number | undefined;
5695
5637
  step?: number | undefined;
5696
5638
  currencyConfig?: {
5697
5639
  precision: number;
@@ -5821,7 +5763,6 @@ declare const SysEmail: Omit<{
5821
5763
  requiredPermissions?: string[] | undefined;
5822
5764
  system?: boolean | undefined;
5823
5765
  inlineHelpText?: string | undefined;
5824
- caseSensitive?: boolean | undefined;
5825
5766
  autonumberFormat?: string | undefined;
5826
5767
  }>;
5827
5768
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -5909,12 +5850,6 @@ declare const SysEmail: Omit<{
5909
5850
  versionField: string;
5910
5851
  retentionDays?: number | undefined;
5911
5852
  } | undefined;
5912
- partitioning?: {
5913
- enabled: boolean;
5914
- strategy: "hash" | "list" | "range";
5915
- key: string;
5916
- interval?: string | undefined;
5917
- } | undefined;
5918
5853
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
5919
5854
  activityMilestones?: {
5920
5855
  field: string;
@@ -5922,6 +5857,7 @@ declare const SysEmail: Omit<{
5922
5857
  summary: string;
5923
5858
  type?: string | undefined;
5924
5859
  }[] | undefined;
5860
+ nameField?: string | undefined;
5925
5861
  displayNameField?: string | undefined;
5926
5862
  recordName?: {
5927
5863
  type: "text" | "autonumber";
@@ -6245,7 +6181,6 @@ declare const SysEmail: Omit<{
6245
6181
  debounceMs?: number | undefined;
6246
6182
  } | undefined;
6247
6183
  }> | undefined;
6248
- defaultDetailForm?: string | undefined;
6249
6184
  searchableFields?: string[] | undefined;
6250
6185
  search?: {
6251
6186
  fields: string[];
@@ -6262,7 +6197,7 @@ declare const SysEmail: Omit<{
6262
6197
  trash: boolean;
6263
6198
  mru: boolean;
6264
6199
  clone: boolean;
6265
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6200
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6266
6201
  } | undefined;
6267
6202
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
6268
6203
  publicSharing?: {
@@ -6290,6 +6225,7 @@ declare const SysEmail: Omit<{
6290
6225
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
6291
6226
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
6292
6227
  target?: string | undefined;
6228
+ openIn?: "self" | "new-tab" | undefined;
6293
6229
  body?: {
6294
6230
  language: "expression";
6295
6231
  source: string;
@@ -6397,6 +6333,7 @@ declare const SysEmail: Omit<{
6397
6333
  readonly managedBy: "append-only";
6398
6334
  readonly description: "Outbound email delivery log";
6399
6335
  readonly displayNameField: "subject";
6336
+ readonly nameField: "subject";
6400
6337
  readonly titleFormat: "{subject}";
6401
6338
  readonly compactLayout: ["subject", "to", "status", "sent_at"];
6402
6339
  readonly fields: {
@@ -6477,7 +6414,6 @@ declare const SysEmail: Omit<{
6477
6414
  relationshipField?: string | undefined;
6478
6415
  } | undefined;
6479
6416
  readonly language?: string | undefined;
6480
- readonly maxRating?: number | undefined;
6481
6417
  readonly step?: number | undefined;
6482
6418
  readonly currencyConfig?: {
6483
6419
  precision: number;
@@ -6571,7 +6507,6 @@ declare const SysEmail: Omit<{
6571
6507
  } | undefined;
6572
6508
  readonly sortable?: boolean | undefined;
6573
6509
  readonly inlineHelpText?: string | undefined;
6574
- readonly caseSensitive?: boolean | undefined;
6575
6510
  readonly autonumberFormat?: string | undefined;
6576
6511
  readonly index?: boolean | undefined;
6577
6512
  readonly type: "text";
@@ -6653,7 +6588,6 @@ declare const SysEmail: Omit<{
6653
6588
  relationshipField?: string | undefined;
6654
6589
  } | undefined;
6655
6590
  readonly language?: string | undefined;
6656
- readonly maxRating?: number | undefined;
6657
6591
  readonly step?: number | undefined;
6658
6592
  readonly currencyConfig?: {
6659
6593
  precision: number;
@@ -6747,7 +6681,6 @@ declare const SysEmail: Omit<{
6747
6681
  } | undefined;
6748
6682
  readonly sortable?: boolean | undefined;
6749
6683
  readonly inlineHelpText?: string | undefined;
6750
- readonly caseSensitive?: boolean | undefined;
6751
6684
  readonly autonumberFormat?: string | undefined;
6752
6685
  readonly index?: boolean | undefined;
6753
6686
  readonly type: "text";
@@ -6829,7 +6762,6 @@ declare const SysEmail: Omit<{
6829
6762
  relationshipField?: string | undefined;
6830
6763
  } | undefined;
6831
6764
  readonly language?: string | undefined;
6832
- readonly maxRating?: number | undefined;
6833
6765
  readonly step?: number | undefined;
6834
6766
  readonly currencyConfig?: {
6835
6767
  precision: number;
@@ -6923,7 +6855,6 @@ declare const SysEmail: Omit<{
6923
6855
  } | undefined;
6924
6856
  readonly sortable?: boolean | undefined;
6925
6857
  readonly inlineHelpText?: string | undefined;
6926
- readonly caseSensitive?: boolean | undefined;
6927
6858
  readonly autonumberFormat?: string | undefined;
6928
6859
  readonly index?: boolean | undefined;
6929
6860
  readonly type: "text";
@@ -7005,7 +6936,6 @@ declare const SysEmail: Omit<{
7005
6936
  relationshipField?: string | undefined;
7006
6937
  } | undefined;
7007
6938
  readonly language?: string | undefined;
7008
- readonly maxRating?: number | undefined;
7009
6939
  readonly step?: number | undefined;
7010
6940
  readonly currencyConfig?: {
7011
6941
  precision: number;
@@ -7099,7 +7029,6 @@ declare const SysEmail: Omit<{
7099
7029
  } | undefined;
7100
7030
  readonly sortable?: boolean | undefined;
7101
7031
  readonly inlineHelpText?: string | undefined;
7102
- readonly caseSensitive?: boolean | undefined;
7103
7032
  readonly autonumberFormat?: string | undefined;
7104
7033
  readonly index?: boolean | undefined;
7105
7034
  readonly type: "text";
@@ -7181,7 +7110,6 @@ declare const SysEmail: Omit<{
7181
7110
  relationshipField?: string | undefined;
7182
7111
  } | undefined;
7183
7112
  readonly language?: string | undefined;
7184
- readonly maxRating?: number | undefined;
7185
7113
  readonly step?: number | undefined;
7186
7114
  readonly currencyConfig?: {
7187
7115
  precision: number;
@@ -7275,7 +7203,6 @@ declare const SysEmail: Omit<{
7275
7203
  } | undefined;
7276
7204
  readonly sortable?: boolean | undefined;
7277
7205
  readonly inlineHelpText?: string | undefined;
7278
- readonly caseSensitive?: boolean | undefined;
7279
7206
  readonly autonumberFormat?: string | undefined;
7280
7207
  readonly index?: boolean | undefined;
7281
7208
  readonly type: "text";
@@ -7357,7 +7284,6 @@ declare const SysEmail: Omit<{
7357
7284
  relationshipField?: string | undefined;
7358
7285
  } | undefined;
7359
7286
  readonly language?: string | undefined;
7360
- readonly maxRating?: number | undefined;
7361
7287
  readonly step?: number | undefined;
7362
7288
  readonly currencyConfig?: {
7363
7289
  precision: number;
@@ -7451,7 +7377,6 @@ declare const SysEmail: Omit<{
7451
7377
  } | undefined;
7452
7378
  readonly sortable?: boolean | undefined;
7453
7379
  readonly inlineHelpText?: string | undefined;
7454
- readonly caseSensitive?: boolean | undefined;
7455
7380
  readonly autonumberFormat?: string | undefined;
7456
7381
  readonly index?: boolean | undefined;
7457
7382
  readonly type: "text";
@@ -7533,7 +7458,6 @@ declare const SysEmail: Omit<{
7533
7458
  relationshipField?: string | undefined;
7534
7459
  } | undefined;
7535
7460
  readonly language?: string | undefined;
7536
- readonly maxRating?: number | undefined;
7537
7461
  readonly step?: number | undefined;
7538
7462
  readonly currencyConfig?: {
7539
7463
  precision: number;
@@ -7627,7 +7551,6 @@ declare const SysEmail: Omit<{
7627
7551
  } | undefined;
7628
7552
  readonly sortable?: boolean | undefined;
7629
7553
  readonly inlineHelpText?: string | undefined;
7630
- readonly caseSensitive?: boolean | undefined;
7631
7554
  readonly autonumberFormat?: string | undefined;
7632
7555
  readonly index?: boolean | undefined;
7633
7556
  readonly type: "text";
@@ -7709,7 +7632,6 @@ declare const SysEmail: Omit<{
7709
7632
  relationshipField?: string | undefined;
7710
7633
  } | undefined;
7711
7634
  readonly language?: string | undefined;
7712
- readonly maxRating?: number | undefined;
7713
7635
  readonly step?: number | undefined;
7714
7636
  readonly currencyConfig?: {
7715
7637
  precision: number;
@@ -7803,7 +7725,6 @@ declare const SysEmail: Omit<{
7803
7725
  } | undefined;
7804
7726
  readonly sortable?: boolean | undefined;
7805
7727
  readonly inlineHelpText?: string | undefined;
7806
- readonly caseSensitive?: boolean | undefined;
7807
7728
  readonly autonumberFormat?: string | undefined;
7808
7729
  readonly index?: boolean | undefined;
7809
7730
  readonly type: "text";
@@ -7885,7 +7806,6 @@ declare const SysEmail: Omit<{
7885
7806
  relationshipField?: string | undefined;
7886
7807
  } | undefined;
7887
7808
  readonly language?: string | undefined;
7888
- readonly maxRating?: number | undefined;
7889
7809
  readonly step?: number | undefined;
7890
7810
  readonly currencyConfig?: {
7891
7811
  precision: number;
@@ -7979,7 +7899,6 @@ declare const SysEmail: Omit<{
7979
7899
  } | undefined;
7980
7900
  readonly sortable?: boolean | undefined;
7981
7901
  readonly inlineHelpText?: string | undefined;
7982
- readonly caseSensitive?: boolean | undefined;
7983
7902
  readonly autonumberFormat?: string | undefined;
7984
7903
  readonly index?: boolean | undefined;
7985
7904
  readonly type: "textarea";
@@ -8061,7 +7980,6 @@ declare const SysEmail: Omit<{
8061
7980
  relationshipField?: string | undefined;
8062
7981
  } | undefined;
8063
7982
  readonly language?: string | undefined;
8064
- readonly maxRating?: number | undefined;
8065
7983
  readonly step?: number | undefined;
8066
7984
  readonly currencyConfig?: {
8067
7985
  precision: number;
@@ -8155,7 +8073,6 @@ declare const SysEmail: Omit<{
8155
8073
  } | undefined;
8156
8074
  readonly sortable?: boolean | undefined;
8157
8075
  readonly inlineHelpText?: string | undefined;
8158
- readonly caseSensitive?: boolean | undefined;
8159
8076
  readonly autonumberFormat?: string | undefined;
8160
8077
  readonly index?: boolean | undefined;
8161
8078
  readonly type: "textarea";
@@ -8237,7 +8154,6 @@ declare const SysEmail: Omit<{
8237
8154
  relationshipField?: string | undefined;
8238
8155
  } | undefined;
8239
8156
  readonly language?: string | undefined;
8240
- readonly maxRating?: number | undefined;
8241
8157
  readonly step?: number | undefined;
8242
8158
  readonly currencyConfig?: {
8243
8159
  precision: number;
@@ -8331,7 +8247,6 @@ declare const SysEmail: Omit<{
8331
8247
  } | undefined;
8332
8248
  readonly sortable?: boolean | undefined;
8333
8249
  readonly inlineHelpText?: string | undefined;
8334
- readonly caseSensitive?: boolean | undefined;
8335
8250
  readonly autonumberFormat?: string | undefined;
8336
8251
  readonly index?: boolean | undefined;
8337
8252
  readonly type: "select";
@@ -8413,7 +8328,6 @@ declare const SysEmail: Omit<{
8413
8328
  relationshipField?: string | undefined;
8414
8329
  } | undefined;
8415
8330
  readonly language?: string | undefined;
8416
- readonly maxRating?: number | undefined;
8417
8331
  readonly step?: number | undefined;
8418
8332
  readonly currencyConfig?: {
8419
8333
  precision: number;
@@ -8507,7 +8421,6 @@ declare const SysEmail: Omit<{
8507
8421
  } | undefined;
8508
8422
  readonly sortable?: boolean | undefined;
8509
8423
  readonly inlineHelpText?: string | undefined;
8510
- readonly caseSensitive?: boolean | undefined;
8511
8424
  readonly autonumberFormat?: string | undefined;
8512
8425
  readonly index?: boolean | undefined;
8513
8426
  readonly type: "textarea";
@@ -8589,7 +8502,6 @@ declare const SysEmail: Omit<{
8589
8502
  relationshipField?: string | undefined;
8590
8503
  } | undefined;
8591
8504
  readonly language?: string | undefined;
8592
- readonly maxRating?: number | undefined;
8593
8505
  readonly step?: number | undefined;
8594
8506
  readonly currencyConfig?: {
8595
8507
  precision: number;
@@ -8683,7 +8595,6 @@ declare const SysEmail: Omit<{
8683
8595
  } | undefined;
8684
8596
  readonly sortable?: boolean | undefined;
8685
8597
  readonly inlineHelpText?: string | undefined;
8686
- readonly caseSensitive?: boolean | undefined;
8687
8598
  readonly autonumberFormat?: string | undefined;
8688
8599
  readonly index?: boolean | undefined;
8689
8600
  readonly type: "number";
@@ -8765,7 +8676,6 @@ declare const SysEmail: Omit<{
8765
8676
  relationshipField?: string | undefined;
8766
8677
  } | undefined;
8767
8678
  readonly language?: string | undefined;
8768
- readonly maxRating?: number | undefined;
8769
8679
  readonly step?: number | undefined;
8770
8680
  readonly currencyConfig?: {
8771
8681
  precision: number;
@@ -8859,7 +8769,6 @@ declare const SysEmail: Omit<{
8859
8769
  } | undefined;
8860
8770
  readonly sortable?: boolean | undefined;
8861
8771
  readonly inlineHelpText?: string | undefined;
8862
- readonly caseSensitive?: boolean | undefined;
8863
8772
  readonly autonumberFormat?: string | undefined;
8864
8773
  readonly index?: boolean | undefined;
8865
8774
  readonly type: "datetime";
@@ -8941,7 +8850,6 @@ declare const SysEmail: Omit<{
8941
8850
  relationshipField?: string | undefined;
8942
8851
  } | undefined;
8943
8852
  readonly language?: string | undefined;
8944
- readonly maxRating?: number | undefined;
8945
8853
  readonly step?: number | undefined;
8946
8854
  readonly currencyConfig?: {
8947
8855
  precision: number;
@@ -9035,7 +8943,6 @@ declare const SysEmail: Omit<{
9035
8943
  } | undefined;
9036
8944
  readonly sortable?: boolean | undefined;
9037
8945
  readonly inlineHelpText?: string | undefined;
9038
- readonly caseSensitive?: boolean | undefined;
9039
8946
  readonly autonumberFormat?: string | undefined;
9040
8947
  readonly index?: boolean | undefined;
9041
8948
  readonly type: "text";
@@ -9117,7 +9024,6 @@ declare const SysEmail: Omit<{
9117
9024
  relationshipField?: string | undefined;
9118
9025
  } | undefined;
9119
9026
  readonly language?: string | undefined;
9120
- readonly maxRating?: number | undefined;
9121
9027
  readonly step?: number | undefined;
9122
9028
  readonly currencyConfig?: {
9123
9029
  precision: number;
@@ -9211,7 +9117,6 @@ declare const SysEmail: Omit<{
9211
9117
  } | undefined;
9212
9118
  readonly sortable?: boolean | undefined;
9213
9119
  readonly inlineHelpText?: string | undefined;
9214
- readonly caseSensitive?: boolean | undefined;
9215
9120
  readonly autonumberFormat?: string | undefined;
9216
9121
  readonly index?: boolean | undefined;
9217
9122
  readonly type: "text";
@@ -9293,7 +9198,6 @@ declare const SysEmail: Omit<{
9293
9198
  relationshipField?: string | undefined;
9294
9199
  } | undefined;
9295
9200
  readonly language?: string | undefined;
9296
- readonly maxRating?: number | undefined;
9297
9201
  readonly step?: number | undefined;
9298
9202
  readonly currencyConfig?: {
9299
9203
  precision: number;
@@ -9387,7 +9291,6 @@ declare const SysEmail: Omit<{
9387
9291
  } | undefined;
9388
9292
  readonly sortable?: boolean | undefined;
9389
9293
  readonly inlineHelpText?: string | undefined;
9390
- readonly caseSensitive?: boolean | undefined;
9391
9294
  readonly autonumberFormat?: string | undefined;
9392
9295
  readonly index?: boolean | undefined;
9393
9296
  readonly type: "lookup";
@@ -9469,7 +9372,6 @@ declare const SysEmail: Omit<{
9469
9372
  relationshipField?: string | undefined;
9470
9373
  } | undefined;
9471
9374
  readonly language?: string | undefined;
9472
- readonly maxRating?: number | undefined;
9473
9375
  readonly step?: number | undefined;
9474
9376
  readonly currencyConfig?: {
9475
9377
  precision: number;
@@ -9563,7 +9465,6 @@ declare const SysEmail: Omit<{
9563
9465
  } | undefined;
9564
9466
  readonly sortable?: boolean | undefined;
9565
9467
  readonly inlineHelpText?: string | undefined;
9566
- readonly caseSensitive?: boolean | undefined;
9567
9468
  readonly autonumberFormat?: string | undefined;
9568
9469
  readonly index?: boolean | undefined;
9569
9470
  readonly type: "datetime";
@@ -9645,7 +9546,6 @@ declare const SysEmail: Omit<{
9645
9546
  relationshipField?: string | undefined;
9646
9547
  } | undefined;
9647
9548
  readonly language?: string | undefined;
9648
- readonly maxRating?: number | undefined;
9649
9549
  readonly step?: number | undefined;
9650
9550
  readonly currencyConfig?: {
9651
9551
  precision: number;
@@ -9739,7 +9639,6 @@ declare const SysEmail: Omit<{
9739
9639
  } | undefined;
9740
9640
  readonly sortable?: boolean | undefined;
9741
9641
  readonly inlineHelpText?: string | undefined;
9742
- readonly caseSensitive?: boolean | undefined;
9743
9642
  readonly autonumberFormat?: string | undefined;
9744
9643
  readonly index?: boolean | undefined;
9745
9644
  readonly type: "datetime";
@@ -9857,7 +9756,6 @@ declare const SysEmailTemplate: Omit<{
9857
9756
  relationshipField?: string | undefined;
9858
9757
  } | undefined;
9859
9758
  language?: string | undefined;
9860
- maxRating?: number | undefined;
9861
9759
  step?: number | undefined;
9862
9760
  currencyConfig?: {
9863
9761
  precision: number;
@@ -9987,7 +9885,6 @@ declare const SysEmailTemplate: Omit<{
9987
9885
  requiredPermissions?: string[] | undefined;
9988
9886
  system?: boolean | undefined;
9989
9887
  inlineHelpText?: string | undefined;
9990
- caseSensitive?: boolean | undefined;
9991
9888
  autonumberFormat?: string | undefined;
9992
9889
  }>;
9993
9890
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -10075,12 +9972,6 @@ declare const SysEmailTemplate: Omit<{
10075
9972
  versionField: string;
10076
9973
  retentionDays?: number | undefined;
10077
9974
  } | undefined;
10078
- partitioning?: {
10079
- enabled: boolean;
10080
- strategy: "hash" | "list" | "range";
10081
- key: string;
10082
- interval?: string | undefined;
10083
- } | undefined;
10084
9975
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
10085
9976
  activityMilestones?: {
10086
9977
  field: string;
@@ -10088,6 +9979,7 @@ declare const SysEmailTemplate: Omit<{
10088
9979
  summary: string;
10089
9980
  type?: string | undefined;
10090
9981
  }[] | undefined;
9982
+ nameField?: string | undefined;
10091
9983
  displayNameField?: string | undefined;
10092
9984
  recordName?: {
10093
9985
  type: "text" | "autonumber";
@@ -10411,7 +10303,6 @@ declare const SysEmailTemplate: Omit<{
10411
10303
  debounceMs?: number | undefined;
10412
10304
  } | undefined;
10413
10305
  }> | undefined;
10414
- defaultDetailForm?: string | undefined;
10415
10306
  searchableFields?: string[] | undefined;
10416
10307
  search?: {
10417
10308
  fields: string[];
@@ -10428,7 +10319,7 @@ declare const SysEmailTemplate: Omit<{
10428
10319
  trash: boolean;
10429
10320
  mru: boolean;
10430
10321
  clone: boolean;
10431
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
10322
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
10432
10323
  } | undefined;
10433
10324
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
10434
10325
  publicSharing?: {
@@ -10456,6 +10347,7 @@ declare const SysEmailTemplate: Omit<{
10456
10347
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
10457
10348
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
10458
10349
  target?: string | undefined;
10350
+ openIn?: "self" | "new-tab" | undefined;
10459
10351
  body?: {
10460
10352
  language: "expression";
10461
10353
  source: string;
@@ -10563,6 +10455,7 @@ declare const SysEmailTemplate: Omit<{
10563
10455
  readonly managedBy: "config";
10564
10456
  readonly description: "Outbound email template (subject + body + variables) resolved by name+locale";
10565
10457
  readonly displayNameField: "label";
10458
+ readonly nameField: "label";
10566
10459
  readonly titleFormat: "{label}";
10567
10460
  readonly compactLayout: ["name", "label", "category", "locale", "active"];
10568
10461
  readonly fields: {
@@ -10643,7 +10536,6 @@ declare const SysEmailTemplate: Omit<{
10643
10536
  relationshipField?: string | undefined;
10644
10537
  } | undefined;
10645
10538
  readonly language?: string | undefined;
10646
- readonly maxRating?: number | undefined;
10647
10539
  readonly step?: number | undefined;
10648
10540
  readonly currencyConfig?: {
10649
10541
  precision: number;
@@ -10737,7 +10629,6 @@ declare const SysEmailTemplate: Omit<{
10737
10629
  } | undefined;
10738
10630
  readonly sortable?: boolean | undefined;
10739
10631
  readonly inlineHelpText?: string | undefined;
10740
- readonly caseSensitive?: boolean | undefined;
10741
10632
  readonly autonumberFormat?: string | undefined;
10742
10633
  readonly index?: boolean | undefined;
10743
10634
  readonly type: "text";
@@ -10819,7 +10710,6 @@ declare const SysEmailTemplate: Omit<{
10819
10710
  relationshipField?: string | undefined;
10820
10711
  } | undefined;
10821
10712
  readonly language?: string | undefined;
10822
- readonly maxRating?: number | undefined;
10823
10713
  readonly step?: number | undefined;
10824
10714
  readonly currencyConfig?: {
10825
10715
  precision: number;
@@ -10913,7 +10803,6 @@ declare const SysEmailTemplate: Omit<{
10913
10803
  } | undefined;
10914
10804
  readonly sortable?: boolean | undefined;
10915
10805
  readonly inlineHelpText?: string | undefined;
10916
- readonly caseSensitive?: boolean | undefined;
10917
10806
  readonly autonumberFormat?: string | undefined;
10918
10807
  readonly index?: boolean | undefined;
10919
10808
  readonly type: "text";
@@ -10995,7 +10884,6 @@ declare const SysEmailTemplate: Omit<{
10995
10884
  relationshipField?: string | undefined;
10996
10885
  } | undefined;
10997
10886
  readonly language?: string | undefined;
10998
- readonly maxRating?: number | undefined;
10999
10887
  readonly step?: number | undefined;
11000
10888
  readonly currencyConfig?: {
11001
10889
  precision: number;
@@ -11089,7 +10977,6 @@ declare const SysEmailTemplate: Omit<{
11089
10977
  } | undefined;
11090
10978
  readonly sortable?: boolean | undefined;
11091
10979
  readonly inlineHelpText?: string | undefined;
11092
- readonly caseSensitive?: boolean | undefined;
11093
10980
  readonly autonumberFormat?: string | undefined;
11094
10981
  readonly index?: boolean | undefined;
11095
10982
  readonly type: "text";
@@ -11171,7 +11058,6 @@ declare const SysEmailTemplate: Omit<{
11171
11058
  relationshipField?: string | undefined;
11172
11059
  } | undefined;
11173
11060
  readonly language?: string | undefined;
11174
- readonly maxRating?: number | undefined;
11175
11061
  readonly step?: number | undefined;
11176
11062
  readonly currencyConfig?: {
11177
11063
  precision: number;
@@ -11265,7 +11151,6 @@ declare const SysEmailTemplate: Omit<{
11265
11151
  } | undefined;
11266
11152
  readonly sortable?: boolean | undefined;
11267
11153
  readonly inlineHelpText?: string | undefined;
11268
- readonly caseSensitive?: boolean | undefined;
11269
11154
  readonly autonumberFormat?: string | undefined;
11270
11155
  readonly index?: boolean | undefined;
11271
11156
  readonly type: "select";
@@ -11347,7 +11232,6 @@ declare const SysEmailTemplate: Omit<{
11347
11232
  relationshipField?: string | undefined;
11348
11233
  } | undefined;
11349
11234
  readonly language?: string | undefined;
11350
- readonly maxRating?: number | undefined;
11351
11235
  readonly step?: number | undefined;
11352
11236
  readonly currencyConfig?: {
11353
11237
  precision: number;
@@ -11441,7 +11325,6 @@ declare const SysEmailTemplate: Omit<{
11441
11325
  } | undefined;
11442
11326
  readonly sortable?: boolean | undefined;
11443
11327
  readonly inlineHelpText?: string | undefined;
11444
- readonly caseSensitive?: boolean | undefined;
11445
11328
  readonly autonumberFormat?: string | undefined;
11446
11329
  readonly index?: boolean | undefined;
11447
11330
  readonly type: "text";
@@ -11523,7 +11406,6 @@ declare const SysEmailTemplate: Omit<{
11523
11406
  relationshipField?: string | undefined;
11524
11407
  } | undefined;
11525
11408
  readonly language?: string | undefined;
11526
- readonly maxRating?: number | undefined;
11527
11409
  readonly step?: number | undefined;
11528
11410
  readonly currencyConfig?: {
11529
11411
  precision: number;
@@ -11617,7 +11499,6 @@ declare const SysEmailTemplate: Omit<{
11617
11499
  } | undefined;
11618
11500
  readonly sortable?: boolean | undefined;
11619
11501
  readonly inlineHelpText?: string | undefined;
11620
- readonly caseSensitive?: boolean | undefined;
11621
11502
  readonly autonumberFormat?: string | undefined;
11622
11503
  readonly index?: boolean | undefined;
11623
11504
  readonly type: "textarea";
@@ -11699,7 +11580,6 @@ declare const SysEmailTemplate: Omit<{
11699
11580
  relationshipField?: string | undefined;
11700
11581
  } | undefined;
11701
11582
  readonly language?: string | undefined;
11702
- readonly maxRating?: number | undefined;
11703
11583
  readonly step?: number | undefined;
11704
11584
  readonly currencyConfig?: {
11705
11585
  precision: number;
@@ -11793,7 +11673,6 @@ declare const SysEmailTemplate: Omit<{
11793
11673
  } | undefined;
11794
11674
  readonly sortable?: boolean | undefined;
11795
11675
  readonly inlineHelpText?: string | undefined;
11796
- readonly caseSensitive?: boolean | undefined;
11797
11676
  readonly autonumberFormat?: string | undefined;
11798
11677
  readonly index?: boolean | undefined;
11799
11678
  readonly type: "text";
@@ -11875,7 +11754,6 @@ declare const SysEmailTemplate: Omit<{
11875
11754
  relationshipField?: string | undefined;
11876
11755
  } | undefined;
11877
11756
  readonly language?: string | undefined;
11878
- readonly maxRating?: number | undefined;
11879
11757
  readonly step?: number | undefined;
11880
11758
  readonly currencyConfig?: {
11881
11759
  precision: number;
@@ -11969,7 +11847,6 @@ declare const SysEmailTemplate: Omit<{
11969
11847
  } | undefined;
11970
11848
  readonly sortable?: boolean | undefined;
11971
11849
  readonly inlineHelpText?: string | undefined;
11972
- readonly caseSensitive?: boolean | undefined;
11973
11850
  readonly autonumberFormat?: string | undefined;
11974
11851
  readonly index?: boolean | undefined;
11975
11852
  readonly type: "textarea";
@@ -12051,7 +11928,6 @@ declare const SysEmailTemplate: Omit<{
12051
11928
  relationshipField?: string | undefined;
12052
11929
  } | undefined;
12053
11930
  readonly language?: string | undefined;
12054
- readonly maxRating?: number | undefined;
12055
11931
  readonly step?: number | undefined;
12056
11932
  readonly currencyConfig?: {
12057
11933
  precision: number;
@@ -12145,7 +12021,6 @@ declare const SysEmailTemplate: Omit<{
12145
12021
  } | undefined;
12146
12022
  readonly sortable?: boolean | undefined;
12147
12023
  readonly inlineHelpText?: string | undefined;
12148
- readonly caseSensitive?: boolean | undefined;
12149
12024
  readonly autonumberFormat?: string | undefined;
12150
12025
  readonly index?: boolean | undefined;
12151
12026
  readonly type: "textarea";
@@ -12227,7 +12102,6 @@ declare const SysEmailTemplate: Omit<{
12227
12102
  relationshipField?: string | undefined;
12228
12103
  } | undefined;
12229
12104
  readonly language?: string | undefined;
12230
- readonly maxRating?: number | undefined;
12231
12105
  readonly step?: number | undefined;
12232
12106
  readonly currencyConfig?: {
12233
12107
  precision: number;
@@ -12321,7 +12195,6 @@ declare const SysEmailTemplate: Omit<{
12321
12195
  } | undefined;
12322
12196
  readonly sortable?: boolean | undefined;
12323
12197
  readonly inlineHelpText?: string | undefined;
12324
- readonly caseSensitive?: boolean | undefined;
12325
12198
  readonly autonumberFormat?: string | undefined;
12326
12199
  readonly index?: boolean | undefined;
12327
12200
  readonly type: "text";
@@ -12403,7 +12276,6 @@ declare const SysEmailTemplate: Omit<{
12403
12276
  relationshipField?: string | undefined;
12404
12277
  } | undefined;
12405
12278
  readonly language?: string | undefined;
12406
- readonly maxRating?: number | undefined;
12407
12279
  readonly step?: number | undefined;
12408
12280
  readonly currencyConfig?: {
12409
12281
  precision: number;
@@ -12497,7 +12369,6 @@ declare const SysEmailTemplate: Omit<{
12497
12369
  } | undefined;
12498
12370
  readonly sortable?: boolean | undefined;
12499
12371
  readonly inlineHelpText?: string | undefined;
12500
- readonly caseSensitive?: boolean | undefined;
12501
12372
  readonly autonumberFormat?: string | undefined;
12502
12373
  readonly index?: boolean | undefined;
12503
12374
  readonly type: "text";
@@ -12579,7 +12450,6 @@ declare const SysEmailTemplate: Omit<{
12579
12450
  relationshipField?: string | undefined;
12580
12451
  } | undefined;
12581
12452
  readonly language?: string | undefined;
12582
- readonly maxRating?: number | undefined;
12583
12453
  readonly step?: number | undefined;
12584
12454
  readonly currencyConfig?: {
12585
12455
  precision: number;
@@ -12673,7 +12543,6 @@ declare const SysEmailTemplate: Omit<{
12673
12543
  } | undefined;
12674
12544
  readonly sortable?: boolean | undefined;
12675
12545
  readonly inlineHelpText?: string | undefined;
12676
- readonly caseSensitive?: boolean | undefined;
12677
12546
  readonly autonumberFormat?: string | undefined;
12678
12547
  readonly index?: boolean | undefined;
12679
12548
  readonly type: "text";
@@ -12755,7 +12624,6 @@ declare const SysEmailTemplate: Omit<{
12755
12624
  relationshipField?: string | undefined;
12756
12625
  } | undefined;
12757
12626
  readonly language?: string | undefined;
12758
- readonly maxRating?: number | undefined;
12759
12627
  readonly step?: number | undefined;
12760
12628
  readonly currencyConfig?: {
12761
12629
  precision: number;
@@ -12849,7 +12717,6 @@ declare const SysEmailTemplate: Omit<{
12849
12717
  } | undefined;
12850
12718
  readonly sortable?: boolean | undefined;
12851
12719
  readonly inlineHelpText?: string | undefined;
12852
- readonly caseSensitive?: boolean | undefined;
12853
12720
  readonly autonumberFormat?: string | undefined;
12854
12721
  readonly index?: boolean | undefined;
12855
12722
  readonly type: "boolean";
@@ -12931,7 +12798,6 @@ declare const SysEmailTemplate: Omit<{
12931
12798
  relationshipField?: string | undefined;
12932
12799
  } | undefined;
12933
12800
  readonly language?: string | undefined;
12934
- readonly maxRating?: number | undefined;
12935
12801
  readonly step?: number | undefined;
12936
12802
  readonly currencyConfig?: {
12937
12803
  precision: number;
@@ -13025,7 +12891,6 @@ declare const SysEmailTemplate: Omit<{
13025
12891
  } | undefined;
13026
12892
  readonly sortable?: boolean | undefined;
13027
12893
  readonly inlineHelpText?: string | undefined;
13028
- readonly caseSensitive?: boolean | undefined;
13029
12894
  readonly autonumberFormat?: string | undefined;
13030
12895
  readonly index?: boolean | undefined;
13031
12896
  readonly type: "boolean";
@@ -13113,7 +12978,6 @@ declare const SysEmailTemplate: Omit<{
13113
12978
  relationshipField?: string | undefined;
13114
12979
  } | undefined;
13115
12980
  readonly language?: string | undefined;
13116
- readonly maxRating?: number | undefined;
13117
12981
  readonly step?: number | undefined;
13118
12982
  readonly currencyConfig?: {
13119
12983
  precision: number;
@@ -13207,7 +13071,6 @@ declare const SysEmailTemplate: Omit<{
13207
13071
  } | undefined;
13208
13072
  readonly sortable?: boolean | undefined;
13209
13073
  readonly inlineHelpText?: string | undefined;
13210
- readonly caseSensitive?: boolean | undefined;
13211
13074
  readonly autonumberFormat?: string | undefined;
13212
13075
  readonly index?: boolean | undefined;
13213
13076
  readonly type: "textarea";
@@ -13289,7 +13152,6 @@ declare const SysEmailTemplate: Omit<{
13289
13152
  relationshipField?: string | undefined;
13290
13153
  } | undefined;
13291
13154
  readonly language?: string | undefined;
13292
- readonly maxRating?: number | undefined;
13293
13155
  readonly step?: number | undefined;
13294
13156
  readonly currencyConfig?: {
13295
13157
  precision: number;
@@ -13383,7 +13245,6 @@ declare const SysEmailTemplate: Omit<{
13383
13245
  } | undefined;
13384
13246
  readonly sortable?: boolean | undefined;
13385
13247
  readonly inlineHelpText?: string | undefined;
13386
- readonly caseSensitive?: boolean | undefined;
13387
13248
  readonly autonumberFormat?: string | undefined;
13388
13249
  readonly index?: boolean | undefined;
13389
13250
  readonly type: "datetime";
@@ -13465,7 +13326,6 @@ declare const SysEmailTemplate: Omit<{
13465
13326
  relationshipField?: string | undefined;
13466
13327
  } | undefined;
13467
13328
  readonly language?: string | undefined;
13468
- readonly maxRating?: number | undefined;
13469
13329
  readonly step?: number | undefined;
13470
13330
  readonly currencyConfig?: {
13471
13331
  precision: number;
@@ -13559,7 +13419,6 @@ declare const SysEmailTemplate: Omit<{
13559
13419
  } | undefined;
13560
13420
  readonly sortable?: boolean | undefined;
13561
13421
  readonly inlineHelpText?: string | undefined;
13562
- readonly caseSensitive?: boolean | undefined;
13563
13422
  readonly autonumberFormat?: string | undefined;
13564
13423
  readonly index?: boolean | undefined;
13565
13424
  readonly type: "datetime";
@@ -13685,7 +13544,6 @@ declare const SysSavedReport: Omit<{
13685
13544
  relationshipField?: string | undefined;
13686
13545
  } | undefined;
13687
13546
  language?: string | undefined;
13688
- maxRating?: number | undefined;
13689
13547
  step?: number | undefined;
13690
13548
  currencyConfig?: {
13691
13549
  precision: number;
@@ -13815,7 +13673,6 @@ declare const SysSavedReport: Omit<{
13815
13673
  requiredPermissions?: string[] | undefined;
13816
13674
  system?: boolean | undefined;
13817
13675
  inlineHelpText?: string | undefined;
13818
- caseSensitive?: boolean | undefined;
13819
13676
  autonumberFormat?: string | undefined;
13820
13677
  }>;
13821
13678
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -13903,12 +13760,6 @@ declare const SysSavedReport: Omit<{
13903
13760
  versionField: string;
13904
13761
  retentionDays?: number | undefined;
13905
13762
  } | undefined;
13906
- partitioning?: {
13907
- enabled: boolean;
13908
- strategy: "hash" | "list" | "range";
13909
- key: string;
13910
- interval?: string | undefined;
13911
- } | undefined;
13912
13763
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
13913
13764
  activityMilestones?: {
13914
13765
  field: string;
@@ -13916,6 +13767,7 @@ declare const SysSavedReport: Omit<{
13916
13767
  summary: string;
13917
13768
  type?: string | undefined;
13918
13769
  }[] | undefined;
13770
+ nameField?: string | undefined;
13919
13771
  displayNameField?: string | undefined;
13920
13772
  recordName?: {
13921
13773
  type: "text" | "autonumber";
@@ -14239,7 +14091,6 @@ declare const SysSavedReport: Omit<{
14239
14091
  debounceMs?: number | undefined;
14240
14092
  } | undefined;
14241
14093
  }> | undefined;
14242
- defaultDetailForm?: string | undefined;
14243
14094
  searchableFields?: string[] | undefined;
14244
14095
  search?: {
14245
14096
  fields: string[];
@@ -14256,7 +14107,7 @@ declare const SysSavedReport: Omit<{
14256
14107
  trash: boolean;
14257
14108
  mru: boolean;
14258
14109
  clone: boolean;
14259
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
14110
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
14260
14111
  } | undefined;
14261
14112
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
14262
14113
  publicSharing?: {
@@ -14284,6 +14135,7 @@ declare const SysSavedReport: Omit<{
14284
14135
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
14285
14136
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
14286
14137
  target?: string | undefined;
14138
+ openIn?: "self" | "new-tab" | undefined;
14287
14139
  body?: {
14288
14140
  language: "expression";
14289
14141
  source: string;
@@ -14391,6 +14243,7 @@ declare const SysSavedReport: Omit<{
14391
14243
  readonly managedBy: "platform";
14392
14244
  readonly description: "Persisted ObjectQL report definition — re-runnable and schedulable";
14393
14245
  readonly displayNameField: "name";
14246
+ readonly nameField: "name";
14394
14247
  readonly titleFormat: "{name}";
14395
14248
  readonly compactLayout: ["name", "object_name", "format", "owner_id", "updated_at"];
14396
14249
  readonly fields: {
@@ -14471,7 +14324,6 @@ declare const SysSavedReport: Omit<{
14471
14324
  relationshipField?: string | undefined;
14472
14325
  } | undefined;
14473
14326
  readonly language?: string | undefined;
14474
- readonly maxRating?: number | undefined;
14475
14327
  readonly step?: number | undefined;
14476
14328
  readonly currencyConfig?: {
14477
14329
  precision: number;
@@ -14565,7 +14417,6 @@ declare const SysSavedReport: Omit<{
14565
14417
  } | undefined;
14566
14418
  readonly sortable?: boolean | undefined;
14567
14419
  readonly inlineHelpText?: string | undefined;
14568
- readonly caseSensitive?: boolean | undefined;
14569
14420
  readonly autonumberFormat?: string | undefined;
14570
14421
  readonly index?: boolean | undefined;
14571
14422
  readonly type: "text";
@@ -14647,7 +14498,6 @@ declare const SysSavedReport: Omit<{
14647
14498
  relationshipField?: string | undefined;
14648
14499
  } | undefined;
14649
14500
  readonly language?: string | undefined;
14650
- readonly maxRating?: number | undefined;
14651
14501
  readonly step?: number | undefined;
14652
14502
  readonly currencyConfig?: {
14653
14503
  precision: number;
@@ -14741,7 +14591,6 @@ declare const SysSavedReport: Omit<{
14741
14591
  } | undefined;
14742
14592
  readonly sortable?: boolean | undefined;
14743
14593
  readonly inlineHelpText?: string | undefined;
14744
- readonly caseSensitive?: boolean | undefined;
14745
14594
  readonly autonumberFormat?: string | undefined;
14746
14595
  readonly index?: boolean | undefined;
14747
14596
  readonly type: "text";
@@ -14823,7 +14672,6 @@ declare const SysSavedReport: Omit<{
14823
14672
  relationshipField?: string | undefined;
14824
14673
  } | undefined;
14825
14674
  readonly language?: string | undefined;
14826
- readonly maxRating?: number | undefined;
14827
14675
  readonly step?: number | undefined;
14828
14676
  readonly currencyConfig?: {
14829
14677
  precision: number;
@@ -14917,7 +14765,6 @@ declare const SysSavedReport: Omit<{
14917
14765
  } | undefined;
14918
14766
  readonly sortable?: boolean | undefined;
14919
14767
  readonly inlineHelpText?: string | undefined;
14920
- readonly caseSensitive?: boolean | undefined;
14921
14768
  readonly autonumberFormat?: string | undefined;
14922
14769
  readonly index?: boolean | undefined;
14923
14770
  readonly type: "textarea";
@@ -14999,7 +14846,6 @@ declare const SysSavedReport: Omit<{
14999
14846
  relationshipField?: string | undefined;
15000
14847
  } | undefined;
15001
14848
  readonly language?: string | undefined;
15002
- readonly maxRating?: number | undefined;
15003
14849
  readonly step?: number | undefined;
15004
14850
  readonly currencyConfig?: {
15005
14851
  precision: number;
@@ -15093,7 +14939,6 @@ declare const SysSavedReport: Omit<{
15093
14939
  } | undefined;
15094
14940
  readonly sortable?: boolean | undefined;
15095
14941
  readonly inlineHelpText?: string | undefined;
15096
- readonly caseSensitive?: boolean | undefined;
15097
14942
  readonly autonumberFormat?: string | undefined;
15098
14943
  readonly index?: boolean | undefined;
15099
14944
  readonly type: "text";
@@ -15175,7 +15020,6 @@ declare const SysSavedReport: Omit<{
15175
15020
  relationshipField?: string | undefined;
15176
15021
  } | undefined;
15177
15022
  readonly language?: string | undefined;
15178
- readonly maxRating?: number | undefined;
15179
15023
  readonly step?: number | undefined;
15180
15024
  readonly currencyConfig?: {
15181
15025
  precision: number;
@@ -15269,7 +15113,6 @@ declare const SysSavedReport: Omit<{
15269
15113
  } | undefined;
15270
15114
  readonly sortable?: boolean | undefined;
15271
15115
  readonly inlineHelpText?: string | undefined;
15272
- readonly caseSensitive?: boolean | undefined;
15273
15116
  readonly autonumberFormat?: string | undefined;
15274
15117
  readonly index?: boolean | undefined;
15275
15118
  readonly type: "textarea";
@@ -15351,7 +15194,6 @@ declare const SysSavedReport: Omit<{
15351
15194
  relationshipField?: string | undefined;
15352
15195
  } | undefined;
15353
15196
  readonly language?: string | undefined;
15354
- readonly maxRating?: number | undefined;
15355
15197
  readonly step?: number | undefined;
15356
15198
  readonly currencyConfig?: {
15357
15199
  precision: number;
@@ -15445,7 +15287,6 @@ declare const SysSavedReport: Omit<{
15445
15287
  } | undefined;
15446
15288
  readonly sortable?: boolean | undefined;
15447
15289
  readonly inlineHelpText?: string | undefined;
15448
- readonly caseSensitive?: boolean | undefined;
15449
15290
  readonly autonumberFormat?: string | undefined;
15450
15291
  readonly index?: boolean | undefined;
15451
15292
  readonly type: "select";
@@ -15527,7 +15368,6 @@ declare const SysSavedReport: Omit<{
15527
15368
  relationshipField?: string | undefined;
15528
15369
  } | undefined;
15529
15370
  readonly language?: string | undefined;
15530
- readonly maxRating?: number | undefined;
15531
15371
  readonly step?: number | undefined;
15532
15372
  readonly currencyConfig?: {
15533
15373
  precision: number;
@@ -15621,7 +15461,6 @@ declare const SysSavedReport: Omit<{
15621
15461
  } | undefined;
15622
15462
  readonly sortable?: boolean | undefined;
15623
15463
  readonly inlineHelpText?: string | undefined;
15624
- readonly caseSensitive?: boolean | undefined;
15625
15464
  readonly autonumberFormat?: string | undefined;
15626
15465
  readonly index?: boolean | undefined;
15627
15466
  readonly type: "lookup";
@@ -15703,7 +15542,6 @@ declare const SysSavedReport: Omit<{
15703
15542
  relationshipField?: string | undefined;
15704
15543
  } | undefined;
15705
15544
  readonly language?: string | undefined;
15706
- readonly maxRating?: number | undefined;
15707
15545
  readonly step?: number | undefined;
15708
15546
  readonly currencyConfig?: {
15709
15547
  precision: number;
@@ -15797,7 +15635,6 @@ declare const SysSavedReport: Omit<{
15797
15635
  } | undefined;
15798
15636
  readonly sortable?: boolean | undefined;
15799
15637
  readonly inlineHelpText?: string | undefined;
15800
- readonly caseSensitive?: boolean | undefined;
15801
15638
  readonly autonumberFormat?: string | undefined;
15802
15639
  readonly index?: boolean | undefined;
15803
15640
  readonly type: "datetime";
@@ -15879,7 +15716,6 @@ declare const SysSavedReport: Omit<{
15879
15716
  relationshipField?: string | undefined;
15880
15717
  } | undefined;
15881
15718
  readonly language?: string | undefined;
15882
- readonly maxRating?: number | undefined;
15883
15719
  readonly step?: number | undefined;
15884
15720
  readonly currencyConfig?: {
15885
15721
  precision: number;
@@ -15973,7 +15809,6 @@ declare const SysSavedReport: Omit<{
15973
15809
  } | undefined;
15974
15810
  readonly sortable?: boolean | undefined;
15975
15811
  readonly inlineHelpText?: string | undefined;
15976
- readonly caseSensitive?: boolean | undefined;
15977
15812
  readonly autonumberFormat?: string | undefined;
15978
15813
  readonly index?: boolean | undefined;
15979
15814
  readonly type: "number";
@@ -16055,7 +15890,6 @@ declare const SysSavedReport: Omit<{
16055
15890
  relationshipField?: string | undefined;
16056
15891
  } | undefined;
16057
15892
  readonly language?: string | undefined;
16058
- readonly maxRating?: number | undefined;
16059
15893
  readonly step?: number | undefined;
16060
15894
  readonly currencyConfig?: {
16061
15895
  precision: number;
@@ -16149,7 +15983,6 @@ declare const SysSavedReport: Omit<{
16149
15983
  } | undefined;
16150
15984
  readonly sortable?: boolean | undefined;
16151
15985
  readonly inlineHelpText?: string | undefined;
16152
- readonly caseSensitive?: boolean | undefined;
16153
15986
  readonly autonumberFormat?: string | undefined;
16154
15987
  readonly index?: boolean | undefined;
16155
15988
  readonly type: "datetime";
@@ -16231,7 +16064,6 @@ declare const SysSavedReport: Omit<{
16231
16064
  relationshipField?: string | undefined;
16232
16065
  } | undefined;
16233
16066
  readonly language?: string | undefined;
16234
- readonly maxRating?: number | undefined;
16235
16067
  readonly step?: number | undefined;
16236
16068
  readonly currencyConfig?: {
16237
16069
  precision: number;
@@ -16325,7 +16157,6 @@ declare const SysSavedReport: Omit<{
16325
16157
  } | undefined;
16326
16158
  readonly sortable?: boolean | undefined;
16327
16159
  readonly inlineHelpText?: string | undefined;
16328
- readonly caseSensitive?: boolean | undefined;
16329
16160
  readonly autonumberFormat?: string | undefined;
16330
16161
  readonly index?: boolean | undefined;
16331
16162
  readonly type: "datetime";
@@ -16456,7 +16287,6 @@ declare const SysReportSchedule: Omit<{
16456
16287
  relationshipField?: string | undefined;
16457
16288
  } | undefined;
16458
16289
  language?: string | undefined;
16459
- maxRating?: number | undefined;
16460
16290
  step?: number | undefined;
16461
16291
  currencyConfig?: {
16462
16292
  precision: number;
@@ -16586,7 +16416,6 @@ declare const SysReportSchedule: Omit<{
16586
16416
  requiredPermissions?: string[] | undefined;
16587
16417
  system?: boolean | undefined;
16588
16418
  inlineHelpText?: string | undefined;
16589
- caseSensitive?: boolean | undefined;
16590
16419
  autonumberFormat?: string | undefined;
16591
16420
  }>;
16592
16421
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -16674,12 +16503,6 @@ declare const SysReportSchedule: Omit<{
16674
16503
  versionField: string;
16675
16504
  retentionDays?: number | undefined;
16676
16505
  } | undefined;
16677
- partitioning?: {
16678
- enabled: boolean;
16679
- strategy: "hash" | "list" | "range";
16680
- key: string;
16681
- interval?: string | undefined;
16682
- } | undefined;
16683
16506
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
16684
16507
  activityMilestones?: {
16685
16508
  field: string;
@@ -16687,6 +16510,7 @@ declare const SysReportSchedule: Omit<{
16687
16510
  summary: string;
16688
16511
  type?: string | undefined;
16689
16512
  }[] | undefined;
16513
+ nameField?: string | undefined;
16690
16514
  displayNameField?: string | undefined;
16691
16515
  recordName?: {
16692
16516
  type: "text" | "autonumber";
@@ -17010,7 +16834,6 @@ declare const SysReportSchedule: Omit<{
17010
16834
  debounceMs?: number | undefined;
17011
16835
  } | undefined;
17012
16836
  }> | undefined;
17013
- defaultDetailForm?: string | undefined;
17014
16837
  searchableFields?: string[] | undefined;
17015
16838
  search?: {
17016
16839
  fields: string[];
@@ -17027,7 +16850,7 @@ declare const SysReportSchedule: Omit<{
17027
16850
  trash: boolean;
17028
16851
  mru: boolean;
17029
16852
  clone: boolean;
17030
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
16853
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
17031
16854
  } | undefined;
17032
16855
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
17033
16856
  publicSharing?: {
@@ -17055,6 +16878,7 @@ declare const SysReportSchedule: Omit<{
17055
16878
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
17056
16879
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
17057
16880
  target?: string | undefined;
16881
+ openIn?: "self" | "new-tab" | undefined;
17058
16882
  body?: {
17059
16883
  language: "expression";
17060
16884
  source: string;
@@ -17241,7 +17065,6 @@ declare const SysReportSchedule: Omit<{
17241
17065
  relationshipField?: string | undefined;
17242
17066
  } | undefined;
17243
17067
  readonly language?: string | undefined;
17244
- readonly maxRating?: number | undefined;
17245
17068
  readonly step?: number | undefined;
17246
17069
  readonly currencyConfig?: {
17247
17070
  precision: number;
@@ -17335,7 +17158,6 @@ declare const SysReportSchedule: Omit<{
17335
17158
  } | undefined;
17336
17159
  readonly sortable?: boolean | undefined;
17337
17160
  readonly inlineHelpText?: string | undefined;
17338
- readonly caseSensitive?: boolean | undefined;
17339
17161
  readonly autonumberFormat?: string | undefined;
17340
17162
  readonly index?: boolean | undefined;
17341
17163
  readonly type: "text";
@@ -17417,7 +17239,6 @@ declare const SysReportSchedule: Omit<{
17417
17239
  relationshipField?: string | undefined;
17418
17240
  } | undefined;
17419
17241
  readonly language?: string | undefined;
17420
- readonly maxRating?: number | undefined;
17421
17242
  readonly step?: number | undefined;
17422
17243
  readonly currencyConfig?: {
17423
17244
  precision: number;
@@ -17511,7 +17332,6 @@ declare const SysReportSchedule: Omit<{
17511
17332
  } | undefined;
17512
17333
  readonly sortable?: boolean | undefined;
17513
17334
  readonly inlineHelpText?: string | undefined;
17514
- readonly caseSensitive?: boolean | undefined;
17515
17335
  readonly autonumberFormat?: string | undefined;
17516
17336
  readonly index?: boolean | undefined;
17517
17337
  readonly type: "lookup";
@@ -17593,7 +17413,6 @@ declare const SysReportSchedule: Omit<{
17593
17413
  relationshipField?: string | undefined;
17594
17414
  } | undefined;
17595
17415
  readonly language?: string | undefined;
17596
- readonly maxRating?: number | undefined;
17597
17416
  readonly step?: number | undefined;
17598
17417
  readonly currencyConfig?: {
17599
17418
  precision: number;
@@ -17687,7 +17506,6 @@ declare const SysReportSchedule: Omit<{
17687
17506
  } | undefined;
17688
17507
  readonly sortable?: boolean | undefined;
17689
17508
  readonly inlineHelpText?: string | undefined;
17690
- readonly caseSensitive?: boolean | undefined;
17691
17509
  readonly autonumberFormat?: string | undefined;
17692
17510
  readonly index?: boolean | undefined;
17693
17511
  readonly type: "text";
@@ -17769,7 +17587,6 @@ declare const SysReportSchedule: Omit<{
17769
17587
  relationshipField?: string | undefined;
17770
17588
  } | undefined;
17771
17589
  readonly language?: string | undefined;
17772
- readonly maxRating?: number | undefined;
17773
17590
  readonly step?: number | undefined;
17774
17591
  readonly currencyConfig?: {
17775
17592
  precision: number;
@@ -17863,7 +17680,6 @@ declare const SysReportSchedule: Omit<{
17863
17680
  } | undefined;
17864
17681
  readonly sortable?: boolean | undefined;
17865
17682
  readonly inlineHelpText?: string | undefined;
17866
- readonly caseSensitive?: boolean | undefined;
17867
17683
  readonly autonumberFormat?: string | undefined;
17868
17684
  readonly index?: boolean | undefined;
17869
17685
  readonly type: "number";
@@ -17945,7 +17761,6 @@ declare const SysReportSchedule: Omit<{
17945
17761
  relationshipField?: string | undefined;
17946
17762
  } | undefined;
17947
17763
  readonly language?: string | undefined;
17948
- readonly maxRating?: number | undefined;
17949
17764
  readonly step?: number | undefined;
17950
17765
  readonly currencyConfig?: {
17951
17766
  precision: number;
@@ -18039,7 +17854,6 @@ declare const SysReportSchedule: Omit<{
18039
17854
  } | undefined;
18040
17855
  readonly sortable?: boolean | undefined;
18041
17856
  readonly inlineHelpText?: string | undefined;
18042
- readonly caseSensitive?: boolean | undefined;
18043
17857
  readonly autonumberFormat?: string | undefined;
18044
17858
  readonly index?: boolean | undefined;
18045
17859
  readonly type: "text";
@@ -18121,7 +17935,6 @@ declare const SysReportSchedule: Omit<{
18121
17935
  relationshipField?: string | undefined;
18122
17936
  } | undefined;
18123
17937
  readonly language?: string | undefined;
18124
- readonly maxRating?: number | undefined;
18125
17938
  readonly step?: number | undefined;
18126
17939
  readonly currencyConfig?: {
18127
17940
  precision: number;
@@ -18215,7 +18028,6 @@ declare const SysReportSchedule: Omit<{
18215
18028
  } | undefined;
18216
18029
  readonly sortable?: boolean | undefined;
18217
18030
  readonly inlineHelpText?: string | undefined;
18218
- readonly caseSensitive?: boolean | undefined;
18219
18031
  readonly autonumberFormat?: string | undefined;
18220
18032
  readonly index?: boolean | undefined;
18221
18033
  readonly type: "text";
@@ -18297,7 +18109,6 @@ declare const SysReportSchedule: Omit<{
18297
18109
  relationshipField?: string | undefined;
18298
18110
  } | undefined;
18299
18111
  readonly language?: string | undefined;
18300
- readonly maxRating?: number | undefined;
18301
18112
  readonly step?: number | undefined;
18302
18113
  readonly currencyConfig?: {
18303
18114
  precision: number;
@@ -18391,7 +18202,6 @@ declare const SysReportSchedule: Omit<{
18391
18202
  } | undefined;
18392
18203
  readonly sortable?: boolean | undefined;
18393
18204
  readonly inlineHelpText?: string | undefined;
18394
- readonly caseSensitive?: boolean | undefined;
18395
18205
  readonly autonumberFormat?: string | undefined;
18396
18206
  readonly index?: boolean | undefined;
18397
18207
  readonly type: "boolean";
@@ -18473,7 +18283,6 @@ declare const SysReportSchedule: Omit<{
18473
18283
  relationshipField?: string | undefined;
18474
18284
  } | undefined;
18475
18285
  readonly language?: string | undefined;
18476
- readonly maxRating?: number | undefined;
18477
18286
  readonly step?: number | undefined;
18478
18287
  readonly currencyConfig?: {
18479
18288
  precision: number;
@@ -18567,7 +18376,6 @@ declare const SysReportSchedule: Omit<{
18567
18376
  } | undefined;
18568
18377
  readonly sortable?: boolean | undefined;
18569
18378
  readonly inlineHelpText?: string | undefined;
18570
- readonly caseSensitive?: boolean | undefined;
18571
18379
  readonly autonumberFormat?: string | undefined;
18572
18380
  readonly index?: boolean | undefined;
18573
18381
  readonly type: "text";
@@ -18649,7 +18457,6 @@ declare const SysReportSchedule: Omit<{
18649
18457
  relationshipField?: string | undefined;
18650
18458
  } | undefined;
18651
18459
  readonly language?: string | undefined;
18652
- readonly maxRating?: number | undefined;
18653
18460
  readonly step?: number | undefined;
18654
18461
  readonly currencyConfig?: {
18655
18462
  precision: number;
@@ -18743,7 +18550,6 @@ declare const SysReportSchedule: Omit<{
18743
18550
  } | undefined;
18744
18551
  readonly sortable?: boolean | undefined;
18745
18552
  readonly inlineHelpText?: string | undefined;
18746
- readonly caseSensitive?: boolean | undefined;
18747
18553
  readonly autonumberFormat?: string | undefined;
18748
18554
  readonly index?: boolean | undefined;
18749
18555
  readonly type: "select";
@@ -18825,7 +18631,6 @@ declare const SysReportSchedule: Omit<{
18825
18631
  relationshipField?: string | undefined;
18826
18632
  } | undefined;
18827
18633
  readonly language?: string | undefined;
18828
- readonly maxRating?: number | undefined;
18829
18634
  readonly step?: number | undefined;
18830
18635
  readonly currencyConfig?: {
18831
18636
  precision: number;
@@ -18919,7 +18724,6 @@ declare const SysReportSchedule: Omit<{
18919
18724
  } | undefined;
18920
18725
  readonly sortable?: boolean | undefined;
18921
18726
  readonly inlineHelpText?: string | undefined;
18922
- readonly caseSensitive?: boolean | undefined;
18923
18727
  readonly autonumberFormat?: string | undefined;
18924
18728
  readonly index?: boolean | undefined;
18925
18729
  readonly type: "text";
@@ -19001,7 +18805,6 @@ declare const SysReportSchedule: Omit<{
19001
18805
  relationshipField?: string | undefined;
19002
18806
  } | undefined;
19003
18807
  readonly language?: string | undefined;
19004
- readonly maxRating?: number | undefined;
19005
18808
  readonly step?: number | undefined;
19006
18809
  readonly currencyConfig?: {
19007
18810
  precision: number;
@@ -19095,7 +18898,6 @@ declare const SysReportSchedule: Omit<{
19095
18898
  } | undefined;
19096
18899
  readonly sortable?: boolean | undefined;
19097
18900
  readonly inlineHelpText?: string | undefined;
19098
- readonly caseSensitive?: boolean | undefined;
19099
18901
  readonly autonumberFormat?: string | undefined;
19100
18902
  readonly index?: boolean | undefined;
19101
18903
  readonly type: "lookup";
@@ -19177,7 +18979,6 @@ declare const SysReportSchedule: Omit<{
19177
18979
  relationshipField?: string | undefined;
19178
18980
  } | undefined;
19179
18981
  readonly language?: string | undefined;
19180
- readonly maxRating?: number | undefined;
19181
18982
  readonly step?: number | undefined;
19182
18983
  readonly currencyConfig?: {
19183
18984
  precision: number;
@@ -19271,7 +19072,6 @@ declare const SysReportSchedule: Omit<{
19271
19072
  } | undefined;
19272
19073
  readonly sortable?: boolean | undefined;
19273
19074
  readonly inlineHelpText?: string | undefined;
19274
- readonly caseSensitive?: boolean | undefined;
19275
19075
  readonly autonumberFormat?: string | undefined;
19276
19076
  readonly index?: boolean | undefined;
19277
19077
  readonly type: "datetime";
@@ -19353,7 +19153,6 @@ declare const SysReportSchedule: Omit<{
19353
19153
  relationshipField?: string | undefined;
19354
19154
  } | undefined;
19355
19155
  readonly language?: string | undefined;
19356
- readonly maxRating?: number | undefined;
19357
19156
  readonly step?: number | undefined;
19358
19157
  readonly currencyConfig?: {
19359
19158
  precision: number;
@@ -19447,7 +19246,6 @@ declare const SysReportSchedule: Omit<{
19447
19246
  } | undefined;
19448
19247
  readonly sortable?: boolean | undefined;
19449
19248
  readonly inlineHelpText?: string | undefined;
19450
- readonly caseSensitive?: boolean | undefined;
19451
19249
  readonly autonumberFormat?: string | undefined;
19452
19250
  readonly index?: boolean | undefined;
19453
19251
  readonly type: "datetime";
@@ -19529,7 +19327,6 @@ declare const SysReportSchedule: Omit<{
19529
19327
  relationshipField?: string | undefined;
19530
19328
  } | undefined;
19531
19329
  readonly language?: string | undefined;
19532
- readonly maxRating?: number | undefined;
19533
19330
  readonly step?: number | undefined;
19534
19331
  readonly currencyConfig?: {
19535
19332
  precision: number;
@@ -19623,7 +19420,6 @@ declare const SysReportSchedule: Omit<{
19623
19420
  } | undefined;
19624
19421
  readonly sortable?: boolean | undefined;
19625
19422
  readonly inlineHelpText?: string | undefined;
19626
- readonly caseSensitive?: boolean | undefined;
19627
19423
  readonly autonumberFormat?: string | undefined;
19628
19424
  readonly index?: boolean | undefined;
19629
19425
  readonly type: "select";
@@ -19705,7 +19501,6 @@ declare const SysReportSchedule: Omit<{
19705
19501
  relationshipField?: string | undefined;
19706
19502
  } | undefined;
19707
19503
  readonly language?: string | undefined;
19708
- readonly maxRating?: number | undefined;
19709
19504
  readonly step?: number | undefined;
19710
19505
  readonly currencyConfig?: {
19711
19506
  precision: number;
@@ -19799,7 +19594,6 @@ declare const SysReportSchedule: Omit<{
19799
19594
  } | undefined;
19800
19595
  readonly sortable?: boolean | undefined;
19801
19596
  readonly inlineHelpText?: string | undefined;
19802
- readonly caseSensitive?: boolean | undefined;
19803
19597
  readonly autonumberFormat?: string | undefined;
19804
19598
  readonly index?: boolean | undefined;
19805
19599
  readonly type: "textarea";
@@ -19881,7 +19675,6 @@ declare const SysReportSchedule: Omit<{
19881
19675
  relationshipField?: string | undefined;
19882
19676
  } | undefined;
19883
19677
  readonly language?: string | undefined;
19884
- readonly maxRating?: number | undefined;
19885
19678
  readonly step?: number | undefined;
19886
19679
  readonly currencyConfig?: {
19887
19680
  precision: number;
@@ -19975,7 +19768,6 @@ declare const SysReportSchedule: Omit<{
19975
19768
  } | undefined;
19976
19769
  readonly sortable?: boolean | undefined;
19977
19770
  readonly inlineHelpText?: string | undefined;
19978
- readonly caseSensitive?: boolean | undefined;
19979
19771
  readonly autonumberFormat?: string | undefined;
19980
19772
  readonly index?: boolean | undefined;
19981
19773
  readonly type: "datetime";
@@ -20057,7 +19849,6 @@ declare const SysReportSchedule: Omit<{
20057
19849
  relationshipField?: string | undefined;
20058
19850
  } | undefined;
20059
19851
  readonly language?: string | undefined;
20060
- readonly maxRating?: number | undefined;
20061
19852
  readonly step?: number | undefined;
20062
19853
  readonly currencyConfig?: {
20063
19854
  precision: number;
@@ -20151,7 +19942,6 @@ declare const SysReportSchedule: Omit<{
20151
19942
  } | undefined;
20152
19943
  readonly sortable?: boolean | undefined;
20153
19944
  readonly inlineHelpText?: string | undefined;
20154
- readonly caseSensitive?: boolean | undefined;
20155
19945
  readonly autonumberFormat?: string | undefined;
20156
19946
  readonly index?: boolean | undefined;
20157
19947
  readonly type: "datetime";
@@ -20268,7 +20058,6 @@ declare const SysJob: Omit<{
20268
20058
  relationshipField?: string | undefined;
20269
20059
  } | undefined;
20270
20060
  language?: string | undefined;
20271
- maxRating?: number | undefined;
20272
20061
  step?: number | undefined;
20273
20062
  currencyConfig?: {
20274
20063
  precision: number;
@@ -20398,7 +20187,6 @@ declare const SysJob: Omit<{
20398
20187
  requiredPermissions?: string[] | undefined;
20399
20188
  system?: boolean | undefined;
20400
20189
  inlineHelpText?: string | undefined;
20401
- caseSensitive?: boolean | undefined;
20402
20190
  autonumberFormat?: string | undefined;
20403
20191
  }>;
20404
20192
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -20486,12 +20274,6 @@ declare const SysJob: Omit<{
20486
20274
  versionField: string;
20487
20275
  retentionDays?: number | undefined;
20488
20276
  } | undefined;
20489
- partitioning?: {
20490
- enabled: boolean;
20491
- strategy: "hash" | "list" | "range";
20492
- key: string;
20493
- interval?: string | undefined;
20494
- } | undefined;
20495
20277
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
20496
20278
  activityMilestones?: {
20497
20279
  field: string;
@@ -20499,6 +20281,7 @@ declare const SysJob: Omit<{
20499
20281
  summary: string;
20500
20282
  type?: string | undefined;
20501
20283
  }[] | undefined;
20284
+ nameField?: string | undefined;
20502
20285
  displayNameField?: string | undefined;
20503
20286
  recordName?: {
20504
20287
  type: "text" | "autonumber";
@@ -20822,7 +20605,6 @@ declare const SysJob: Omit<{
20822
20605
  debounceMs?: number | undefined;
20823
20606
  } | undefined;
20824
20607
  }> | undefined;
20825
- defaultDetailForm?: string | undefined;
20826
20608
  searchableFields?: string[] | undefined;
20827
20609
  search?: {
20828
20610
  fields: string[];
@@ -20839,7 +20621,7 @@ declare const SysJob: Omit<{
20839
20621
  trash: boolean;
20840
20622
  mru: boolean;
20841
20623
  clone: boolean;
20842
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
20624
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
20843
20625
  } | undefined;
20844
20626
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
20845
20627
  publicSharing?: {
@@ -20867,6 +20649,7 @@ declare const SysJob: Omit<{
20867
20649
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
20868
20650
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
20869
20651
  target?: string | undefined;
20652
+ openIn?: "self" | "new-tab" | undefined;
20870
20653
  body?: {
20871
20654
  language: "expression";
20872
20655
  source: string;
@@ -20974,6 +20757,7 @@ declare const SysJob: Omit<{
20974
20757
  readonly managedBy: "system";
20975
20758
  readonly description: "Catalogue of registered background jobs";
20976
20759
  readonly displayNameField: "name";
20760
+ readonly nameField: "name";
20977
20761
  readonly titleFormat: "{name}";
20978
20762
  readonly compactLayout: ["name", "schedule_type", "active", "last_run_at", "last_status"];
20979
20763
  readonly fields: {
@@ -21054,7 +20838,6 @@ declare const SysJob: Omit<{
21054
20838
  relationshipField?: string | undefined;
21055
20839
  } | undefined;
21056
20840
  readonly language?: string | undefined;
21057
- readonly maxRating?: number | undefined;
21058
20841
  readonly step?: number | undefined;
21059
20842
  readonly currencyConfig?: {
21060
20843
  precision: number;
@@ -21148,7 +20931,6 @@ declare const SysJob: Omit<{
21148
20931
  } | undefined;
21149
20932
  readonly sortable?: boolean | undefined;
21150
20933
  readonly inlineHelpText?: string | undefined;
21151
- readonly caseSensitive?: boolean | undefined;
21152
20934
  readonly autonumberFormat?: string | undefined;
21153
20935
  readonly index?: boolean | undefined;
21154
20936
  readonly type: "text";
@@ -21230,7 +21012,6 @@ declare const SysJob: Omit<{
21230
21012
  relationshipField?: string | undefined;
21231
21013
  } | undefined;
21232
21014
  readonly language?: string | undefined;
21233
- readonly maxRating?: number | undefined;
21234
21015
  readonly step?: number | undefined;
21235
21016
  readonly currencyConfig?: {
21236
21017
  precision: number;
@@ -21324,7 +21105,6 @@ declare const SysJob: Omit<{
21324
21105
  } | undefined;
21325
21106
  readonly sortable?: boolean | undefined;
21326
21107
  readonly inlineHelpText?: string | undefined;
21327
- readonly caseSensitive?: boolean | undefined;
21328
21108
  readonly autonumberFormat?: string | undefined;
21329
21109
  readonly index?: boolean | undefined;
21330
21110
  readonly type: "text";
@@ -21406,7 +21186,6 @@ declare const SysJob: Omit<{
21406
21186
  relationshipField?: string | undefined;
21407
21187
  } | undefined;
21408
21188
  readonly language?: string | undefined;
21409
- readonly maxRating?: number | undefined;
21410
21189
  readonly step?: number | undefined;
21411
21190
  readonly currencyConfig?: {
21412
21191
  precision: number;
@@ -21500,7 +21279,6 @@ declare const SysJob: Omit<{
21500
21279
  } | undefined;
21501
21280
  readonly sortable?: boolean | undefined;
21502
21281
  readonly inlineHelpText?: string | undefined;
21503
- readonly caseSensitive?: boolean | undefined;
21504
21282
  readonly autonumberFormat?: string | undefined;
21505
21283
  readonly index?: boolean | undefined;
21506
21284
  readonly type: "select";
@@ -21582,7 +21360,6 @@ declare const SysJob: Omit<{
21582
21360
  relationshipField?: string | undefined;
21583
21361
  } | undefined;
21584
21362
  readonly language?: string | undefined;
21585
- readonly maxRating?: number | undefined;
21586
21363
  readonly step?: number | undefined;
21587
21364
  readonly currencyConfig?: {
21588
21365
  precision: number;
@@ -21676,7 +21453,6 @@ declare const SysJob: Omit<{
21676
21453
  } | undefined;
21677
21454
  readonly sortable?: boolean | undefined;
21678
21455
  readonly inlineHelpText?: string | undefined;
21679
- readonly caseSensitive?: boolean | undefined;
21680
21456
  readonly autonumberFormat?: string | undefined;
21681
21457
  readonly index?: boolean | undefined;
21682
21458
  readonly type: "text";
@@ -21758,7 +21534,6 @@ declare const SysJob: Omit<{
21758
21534
  relationshipField?: string | undefined;
21759
21535
  } | undefined;
21760
21536
  readonly language?: string | undefined;
21761
- readonly maxRating?: number | undefined;
21762
21537
  readonly step?: number | undefined;
21763
21538
  readonly currencyConfig?: {
21764
21539
  precision: number;
@@ -21852,7 +21627,6 @@ declare const SysJob: Omit<{
21852
21627
  } | undefined;
21853
21628
  readonly sortable?: boolean | undefined;
21854
21629
  readonly inlineHelpText?: string | undefined;
21855
- readonly caseSensitive?: boolean | undefined;
21856
21630
  readonly autonumberFormat?: string | undefined;
21857
21631
  readonly index?: boolean | undefined;
21858
21632
  readonly type: "text";
@@ -21934,7 +21708,6 @@ declare const SysJob: Omit<{
21934
21708
  relationshipField?: string | undefined;
21935
21709
  } | undefined;
21936
21710
  readonly language?: string | undefined;
21937
- readonly maxRating?: number | undefined;
21938
21711
  readonly step?: number | undefined;
21939
21712
  readonly currencyConfig?: {
21940
21713
  precision: number;
@@ -22028,7 +21801,6 @@ declare const SysJob: Omit<{
22028
21801
  } | undefined;
22029
21802
  readonly sortable?: boolean | undefined;
22030
21803
  readonly inlineHelpText?: string | undefined;
22031
- readonly caseSensitive?: boolean | undefined;
22032
21804
  readonly autonumberFormat?: string | undefined;
22033
21805
  readonly index?: boolean | undefined;
22034
21806
  readonly type: "boolean";
@@ -22110,7 +21882,6 @@ declare const SysJob: Omit<{
22110
21882
  relationshipField?: string | undefined;
22111
21883
  } | undefined;
22112
21884
  readonly language?: string | undefined;
22113
- readonly maxRating?: number | undefined;
22114
21885
  readonly step?: number | undefined;
22115
21886
  readonly currencyConfig?: {
22116
21887
  precision: number;
@@ -22204,7 +21975,6 @@ declare const SysJob: Omit<{
22204
21975
  } | undefined;
22205
21976
  readonly sortable?: boolean | undefined;
22206
21977
  readonly inlineHelpText?: string | undefined;
22207
- readonly caseSensitive?: boolean | undefined;
22208
21978
  readonly autonumberFormat?: string | undefined;
22209
21979
  readonly index?: boolean | undefined;
22210
21980
  readonly type: "datetime";
@@ -22286,7 +22056,6 @@ declare const SysJob: Omit<{
22286
22056
  relationshipField?: string | undefined;
22287
22057
  } | undefined;
22288
22058
  readonly language?: string | undefined;
22289
- readonly maxRating?: number | undefined;
22290
22059
  readonly step?: number | undefined;
22291
22060
  readonly currencyConfig?: {
22292
22061
  precision: number;
@@ -22380,7 +22149,6 @@ declare const SysJob: Omit<{
22380
22149
  } | undefined;
22381
22150
  readonly sortable?: boolean | undefined;
22382
22151
  readonly inlineHelpText?: string | undefined;
22383
- readonly caseSensitive?: boolean | undefined;
22384
22152
  readonly autonumberFormat?: string | undefined;
22385
22153
  readonly index?: boolean | undefined;
22386
22154
  readonly type: "select";
@@ -22462,7 +22230,6 @@ declare const SysJob: Omit<{
22462
22230
  relationshipField?: string | undefined;
22463
22231
  } | undefined;
22464
22232
  readonly language?: string | undefined;
22465
- readonly maxRating?: number | undefined;
22466
22233
  readonly step?: number | undefined;
22467
22234
  readonly currencyConfig?: {
22468
22235
  precision: number;
@@ -22556,7 +22323,6 @@ declare const SysJob: Omit<{
22556
22323
  } | undefined;
22557
22324
  readonly sortable?: boolean | undefined;
22558
22325
  readonly inlineHelpText?: string | undefined;
22559
- readonly caseSensitive?: boolean | undefined;
22560
22326
  readonly autonumberFormat?: string | undefined;
22561
22327
  readonly index?: boolean | undefined;
22562
22328
  readonly type: "textarea";
@@ -22638,7 +22404,6 @@ declare const SysJob: Omit<{
22638
22404
  relationshipField?: string | undefined;
22639
22405
  } | undefined;
22640
22406
  readonly language?: string | undefined;
22641
- readonly maxRating?: number | undefined;
22642
22407
  readonly step?: number | undefined;
22643
22408
  readonly currencyConfig?: {
22644
22409
  precision: number;
@@ -22732,7 +22497,6 @@ declare const SysJob: Omit<{
22732
22497
  } | undefined;
22733
22498
  readonly sortable?: boolean | undefined;
22734
22499
  readonly inlineHelpText?: string | undefined;
22735
- readonly caseSensitive?: boolean | undefined;
22736
22500
  readonly autonumberFormat?: string | undefined;
22737
22501
  readonly index?: boolean | undefined;
22738
22502
  readonly type: "number";
@@ -22814,7 +22578,6 @@ declare const SysJob: Omit<{
22814
22578
  relationshipField?: string | undefined;
22815
22579
  } | undefined;
22816
22580
  readonly language?: string | undefined;
22817
- readonly maxRating?: number | undefined;
22818
22581
  readonly step?: number | undefined;
22819
22582
  readonly currencyConfig?: {
22820
22583
  precision: number;
@@ -22908,7 +22671,6 @@ declare const SysJob: Omit<{
22908
22671
  } | undefined;
22909
22672
  readonly sortable?: boolean | undefined;
22910
22673
  readonly inlineHelpText?: string | undefined;
22911
- readonly caseSensitive?: boolean | undefined;
22912
22674
  readonly autonumberFormat?: string | undefined;
22913
22675
  readonly index?: boolean | undefined;
22914
22676
  readonly type: "number";
@@ -22990,7 +22752,6 @@ declare const SysJob: Omit<{
22990
22752
  relationshipField?: string | undefined;
22991
22753
  } | undefined;
22992
22754
  readonly language?: string | undefined;
22993
- readonly maxRating?: number | undefined;
22994
22755
  readonly step?: number | undefined;
22995
22756
  readonly currencyConfig?: {
22996
22757
  precision: number;
@@ -23084,7 +22845,6 @@ declare const SysJob: Omit<{
23084
22845
  } | undefined;
23085
22846
  readonly sortable?: boolean | undefined;
23086
22847
  readonly inlineHelpText?: string | undefined;
23087
- readonly caseSensitive?: boolean | undefined;
23088
22848
  readonly autonumberFormat?: string | undefined;
23089
22849
  readonly index?: boolean | undefined;
23090
22850
  readonly type: "datetime";
@@ -23166,7 +22926,6 @@ declare const SysJob: Omit<{
23166
22926
  relationshipField?: string | undefined;
23167
22927
  } | undefined;
23168
22928
  readonly language?: string | undefined;
23169
- readonly maxRating?: number | undefined;
23170
22929
  readonly step?: number | undefined;
23171
22930
  readonly currencyConfig?: {
23172
22931
  precision: number;
@@ -23260,7 +23019,6 @@ declare const SysJob: Omit<{
23260
23019
  } | undefined;
23261
23020
  readonly sortable?: boolean | undefined;
23262
23021
  readonly inlineHelpText?: string | undefined;
23263
- readonly caseSensitive?: boolean | undefined;
23264
23022
  readonly autonumberFormat?: string | undefined;
23265
23023
  readonly index?: boolean | undefined;
23266
23024
  readonly type: "datetime";
@@ -23376,7 +23134,6 @@ declare const SysJobRun: Omit<{
23376
23134
  relationshipField?: string | undefined;
23377
23135
  } | undefined;
23378
23136
  language?: string | undefined;
23379
- maxRating?: number | undefined;
23380
23137
  step?: number | undefined;
23381
23138
  currencyConfig?: {
23382
23139
  precision: number;
@@ -23506,7 +23263,6 @@ declare const SysJobRun: Omit<{
23506
23263
  requiredPermissions?: string[] | undefined;
23507
23264
  system?: boolean | undefined;
23508
23265
  inlineHelpText?: string | undefined;
23509
- caseSensitive?: boolean | undefined;
23510
23266
  autonumberFormat?: string | undefined;
23511
23267
  }>;
23512
23268
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -23594,12 +23350,6 @@ declare const SysJobRun: Omit<{
23594
23350
  versionField: string;
23595
23351
  retentionDays?: number | undefined;
23596
23352
  } | undefined;
23597
- partitioning?: {
23598
- enabled: boolean;
23599
- strategy: "hash" | "list" | "range";
23600
- key: string;
23601
- interval?: string | undefined;
23602
- } | undefined;
23603
23353
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
23604
23354
  activityMilestones?: {
23605
23355
  field: string;
@@ -23607,6 +23357,7 @@ declare const SysJobRun: Omit<{
23607
23357
  summary: string;
23608
23358
  type?: string | undefined;
23609
23359
  }[] | undefined;
23360
+ nameField?: string | undefined;
23610
23361
  displayNameField?: string | undefined;
23611
23362
  recordName?: {
23612
23363
  type: "text" | "autonumber";
@@ -23930,7 +23681,6 @@ declare const SysJobRun: Omit<{
23930
23681
  debounceMs?: number | undefined;
23931
23682
  } | undefined;
23932
23683
  }> | undefined;
23933
- defaultDetailForm?: string | undefined;
23934
23684
  searchableFields?: string[] | undefined;
23935
23685
  search?: {
23936
23686
  fields: string[];
@@ -23947,7 +23697,7 @@ declare const SysJobRun: Omit<{
23947
23697
  trash: boolean;
23948
23698
  mru: boolean;
23949
23699
  clone: boolean;
23950
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
23700
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
23951
23701
  } | undefined;
23952
23702
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
23953
23703
  publicSharing?: {
@@ -23975,6 +23725,7 @@ declare const SysJobRun: Omit<{
23975
23725
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
23976
23726
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
23977
23727
  target?: string | undefined;
23728
+ openIn?: "self" | "new-tab" | undefined;
23978
23729
  body?: {
23979
23730
  language: "expression";
23980
23731
  source: string;
@@ -24082,6 +23833,7 @@ declare const SysJobRun: Omit<{
24082
23833
  readonly managedBy: "append-only";
24083
23834
  readonly description: "Background job execution audit trail";
24084
23835
  readonly displayNameField: "job_name";
23836
+ readonly nameField: "job_name";
24085
23837
  readonly titleFormat: "{job_name} @ {started_at}";
24086
23838
  readonly compactLayout: ["job_name", "status", "started_at", "duration_ms", "attempt"];
24087
23839
  readonly fields: {
@@ -24162,7 +23914,6 @@ declare const SysJobRun: Omit<{
24162
23914
  relationshipField?: string | undefined;
24163
23915
  } | undefined;
24164
23916
  readonly language?: string | undefined;
24165
- readonly maxRating?: number | undefined;
24166
23917
  readonly step?: number | undefined;
24167
23918
  readonly currencyConfig?: {
24168
23919
  precision: number;
@@ -24256,7 +24007,6 @@ declare const SysJobRun: Omit<{
24256
24007
  } | undefined;
24257
24008
  readonly sortable?: boolean | undefined;
24258
24009
  readonly inlineHelpText?: string | undefined;
24259
- readonly caseSensitive?: boolean | undefined;
24260
24010
  readonly autonumberFormat?: string | undefined;
24261
24011
  readonly index?: boolean | undefined;
24262
24012
  readonly type: "text";
@@ -24338,7 +24088,6 @@ declare const SysJobRun: Omit<{
24338
24088
  relationshipField?: string | undefined;
24339
24089
  } | undefined;
24340
24090
  readonly language?: string | undefined;
24341
- readonly maxRating?: number | undefined;
24342
24091
  readonly step?: number | undefined;
24343
24092
  readonly currencyConfig?: {
24344
24093
  precision: number;
@@ -24432,7 +24181,6 @@ declare const SysJobRun: Omit<{
24432
24181
  } | undefined;
24433
24182
  readonly sortable?: boolean | undefined;
24434
24183
  readonly inlineHelpText?: string | undefined;
24435
- readonly caseSensitive?: boolean | undefined;
24436
24184
  readonly autonumberFormat?: string | undefined;
24437
24185
  readonly index?: boolean | undefined;
24438
24186
  readonly type: "text";
@@ -24514,7 +24262,6 @@ declare const SysJobRun: Omit<{
24514
24262
  relationshipField?: string | undefined;
24515
24263
  } | undefined;
24516
24264
  readonly language?: string | undefined;
24517
- readonly maxRating?: number | undefined;
24518
24265
  readonly step?: number | undefined;
24519
24266
  readonly currencyConfig?: {
24520
24267
  precision: number;
@@ -24608,7 +24355,6 @@ declare const SysJobRun: Omit<{
24608
24355
  } | undefined;
24609
24356
  readonly sortable?: boolean | undefined;
24610
24357
  readonly inlineHelpText?: string | undefined;
24611
- readonly caseSensitive?: boolean | undefined;
24612
24358
  readonly autonumberFormat?: string | undefined;
24613
24359
  readonly index?: boolean | undefined;
24614
24360
  readonly type: "select";
@@ -24690,7 +24436,6 @@ declare const SysJobRun: Omit<{
24690
24436
  relationshipField?: string | undefined;
24691
24437
  } | undefined;
24692
24438
  readonly language?: string | undefined;
24693
- readonly maxRating?: number | undefined;
24694
24439
  readonly step?: number | undefined;
24695
24440
  readonly currencyConfig?: {
24696
24441
  precision: number;
@@ -24784,7 +24529,6 @@ declare const SysJobRun: Omit<{
24784
24529
  } | undefined;
24785
24530
  readonly sortable?: boolean | undefined;
24786
24531
  readonly inlineHelpText?: string | undefined;
24787
- readonly caseSensitive?: boolean | undefined;
24788
24532
  readonly autonumberFormat?: string | undefined;
24789
24533
  readonly index?: boolean | undefined;
24790
24534
  readonly type: "datetime";
@@ -24866,7 +24610,6 @@ declare const SysJobRun: Omit<{
24866
24610
  relationshipField?: string | undefined;
24867
24611
  } | undefined;
24868
24612
  readonly language?: string | undefined;
24869
- readonly maxRating?: number | undefined;
24870
24613
  readonly step?: number | undefined;
24871
24614
  readonly currencyConfig?: {
24872
24615
  precision: number;
@@ -24960,7 +24703,6 @@ declare const SysJobRun: Omit<{
24960
24703
  } | undefined;
24961
24704
  readonly sortable?: boolean | undefined;
24962
24705
  readonly inlineHelpText?: string | undefined;
24963
- readonly caseSensitive?: boolean | undefined;
24964
24706
  readonly autonumberFormat?: string | undefined;
24965
24707
  readonly index?: boolean | undefined;
24966
24708
  readonly type: "datetime";
@@ -25042,7 +24784,6 @@ declare const SysJobRun: Omit<{
25042
24784
  relationshipField?: string | undefined;
25043
24785
  } | undefined;
25044
24786
  readonly language?: string | undefined;
25045
- readonly maxRating?: number | undefined;
25046
24787
  readonly step?: number | undefined;
25047
24788
  readonly currencyConfig?: {
25048
24789
  precision: number;
@@ -25136,7 +24877,6 @@ declare const SysJobRun: Omit<{
25136
24877
  } | undefined;
25137
24878
  readonly sortable?: boolean | undefined;
25138
24879
  readonly inlineHelpText?: string | undefined;
25139
- readonly caseSensitive?: boolean | undefined;
25140
24880
  readonly autonumberFormat?: string | undefined;
25141
24881
  readonly index?: boolean | undefined;
25142
24882
  readonly type: "number";
@@ -25218,7 +24958,6 @@ declare const SysJobRun: Omit<{
25218
24958
  relationshipField?: string | undefined;
25219
24959
  } | undefined;
25220
24960
  readonly language?: string | undefined;
25221
- readonly maxRating?: number | undefined;
25222
24961
  readonly step?: number | undefined;
25223
24962
  readonly currencyConfig?: {
25224
24963
  precision: number;
@@ -25312,7 +25051,6 @@ declare const SysJobRun: Omit<{
25312
25051
  } | undefined;
25313
25052
  readonly sortable?: boolean | undefined;
25314
25053
  readonly inlineHelpText?: string | undefined;
25315
- readonly caseSensitive?: boolean | undefined;
25316
25054
  readonly autonumberFormat?: string | undefined;
25317
25055
  readonly index?: boolean | undefined;
25318
25056
  readonly type: "number";
@@ -25394,7 +25132,6 @@ declare const SysJobRun: Omit<{
25394
25132
  relationshipField?: string | undefined;
25395
25133
  } | undefined;
25396
25134
  readonly language?: string | undefined;
25397
- readonly maxRating?: number | undefined;
25398
25135
  readonly step?: number | undefined;
25399
25136
  readonly currencyConfig?: {
25400
25137
  precision: number;
@@ -25488,7 +25225,6 @@ declare const SysJobRun: Omit<{
25488
25225
  } | undefined;
25489
25226
  readonly sortable?: boolean | undefined;
25490
25227
  readonly inlineHelpText?: string | undefined;
25491
- readonly caseSensitive?: boolean | undefined;
25492
25228
  readonly autonumberFormat?: string | undefined;
25493
25229
  readonly index?: boolean | undefined;
25494
25230
  readonly type: "select";
@@ -25570,7 +25306,6 @@ declare const SysJobRun: Omit<{
25570
25306
  relationshipField?: string | undefined;
25571
25307
  } | undefined;
25572
25308
  readonly language?: string | undefined;
25573
- readonly maxRating?: number | undefined;
25574
25309
  readonly step?: number | undefined;
25575
25310
  readonly currencyConfig?: {
25576
25311
  precision: number;
@@ -25664,7 +25399,6 @@ declare const SysJobRun: Omit<{
25664
25399
  } | undefined;
25665
25400
  readonly sortable?: boolean | undefined;
25666
25401
  readonly inlineHelpText?: string | undefined;
25667
- readonly caseSensitive?: boolean | undefined;
25668
25402
  readonly autonumberFormat?: string | undefined;
25669
25403
  readonly index?: boolean | undefined;
25670
25404
  readonly type: "textarea";
@@ -25746,7 +25480,6 @@ declare const SysJobRun: Omit<{
25746
25480
  relationshipField?: string | undefined;
25747
25481
  } | undefined;
25748
25482
  readonly language?: string | undefined;
25749
- readonly maxRating?: number | undefined;
25750
25483
  readonly step?: number | undefined;
25751
25484
  readonly currencyConfig?: {
25752
25485
  precision: number;
@@ -25840,7 +25573,6 @@ declare const SysJobRun: Omit<{
25840
25573
  } | undefined;
25841
25574
  readonly sortable?: boolean | undefined;
25842
25575
  readonly inlineHelpText?: string | undefined;
25843
- readonly caseSensitive?: boolean | undefined;
25844
25576
  readonly autonumberFormat?: string | undefined;
25845
25577
  readonly index?: boolean | undefined;
25846
25578
  readonly type: "datetime";
@@ -25964,7 +25696,6 @@ declare const SysJobQueue: Omit<{
25964
25696
  relationshipField?: string | undefined;
25965
25697
  } | undefined;
25966
25698
  language?: string | undefined;
25967
- maxRating?: number | undefined;
25968
25699
  step?: number | undefined;
25969
25700
  currencyConfig?: {
25970
25701
  precision: number;
@@ -26094,7 +25825,6 @@ declare const SysJobQueue: Omit<{
26094
25825
  requiredPermissions?: string[] | undefined;
26095
25826
  system?: boolean | undefined;
26096
25827
  inlineHelpText?: string | undefined;
26097
- caseSensitive?: boolean | undefined;
26098
25828
  autonumberFormat?: string | undefined;
26099
25829
  }>;
26100
25830
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -26182,12 +25912,6 @@ declare const SysJobQueue: Omit<{
26182
25912
  versionField: string;
26183
25913
  retentionDays?: number | undefined;
26184
25914
  } | undefined;
26185
- partitioning?: {
26186
- enabled: boolean;
26187
- strategy: "hash" | "list" | "range";
26188
- key: string;
26189
- interval?: string | undefined;
26190
- } | undefined;
26191
25915
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
26192
25916
  activityMilestones?: {
26193
25917
  field: string;
@@ -26195,6 +25919,7 @@ declare const SysJobQueue: Omit<{
26195
25919
  summary: string;
26196
25920
  type?: string | undefined;
26197
25921
  }[] | undefined;
25922
+ nameField?: string | undefined;
26198
25923
  displayNameField?: string | undefined;
26199
25924
  recordName?: {
26200
25925
  type: "text" | "autonumber";
@@ -26518,7 +26243,6 @@ declare const SysJobQueue: Omit<{
26518
26243
  debounceMs?: number | undefined;
26519
26244
  } | undefined;
26520
26245
  }> | undefined;
26521
- defaultDetailForm?: string | undefined;
26522
26246
  searchableFields?: string[] | undefined;
26523
26247
  search?: {
26524
26248
  fields: string[];
@@ -26535,7 +26259,7 @@ declare const SysJobQueue: Omit<{
26535
26259
  trash: boolean;
26536
26260
  mru: boolean;
26537
26261
  clone: boolean;
26538
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
26262
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
26539
26263
  } | undefined;
26540
26264
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
26541
26265
  publicSharing?: {
@@ -26563,6 +26287,7 @@ declare const SysJobQueue: Omit<{
26563
26287
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
26564
26288
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
26565
26289
  target?: string | undefined;
26290
+ openIn?: "self" | "new-tab" | undefined;
26566
26291
  body?: {
26567
26292
  language: "expression";
26568
26293
  source: string;
@@ -26670,6 +26395,7 @@ declare const SysJobQueue: Omit<{
26670
26395
  readonly managedBy: "system";
26671
26396
  readonly description: "Durable job/message queue including dead letters";
26672
26397
  readonly displayNameField: "queue";
26398
+ readonly nameField: "queue";
26673
26399
  readonly titleFormat: "{queue} #{id}";
26674
26400
  readonly compactLayout: ["queue", "status", "attempts", "scheduled_for", "last_error"];
26675
26401
  readonly fields: {
@@ -26750,7 +26476,6 @@ declare const SysJobQueue: Omit<{
26750
26476
  relationshipField?: string | undefined;
26751
26477
  } | undefined;
26752
26478
  readonly language?: string | undefined;
26753
- readonly maxRating?: number | undefined;
26754
26479
  readonly step?: number | undefined;
26755
26480
  readonly currencyConfig?: {
26756
26481
  precision: number;
@@ -26844,7 +26569,6 @@ declare const SysJobQueue: Omit<{
26844
26569
  } | undefined;
26845
26570
  readonly sortable?: boolean | undefined;
26846
26571
  readonly inlineHelpText?: string | undefined;
26847
- readonly caseSensitive?: boolean | undefined;
26848
26572
  readonly autonumberFormat?: string | undefined;
26849
26573
  readonly index?: boolean | undefined;
26850
26574
  readonly type: "text";
@@ -26926,7 +26650,6 @@ declare const SysJobQueue: Omit<{
26926
26650
  relationshipField?: string | undefined;
26927
26651
  } | undefined;
26928
26652
  readonly language?: string | undefined;
26929
- readonly maxRating?: number | undefined;
26930
26653
  readonly step?: number | undefined;
26931
26654
  readonly currencyConfig?: {
26932
26655
  precision: number;
@@ -27020,7 +26743,6 @@ declare const SysJobQueue: Omit<{
27020
26743
  } | undefined;
27021
26744
  readonly sortable?: boolean | undefined;
27022
26745
  readonly inlineHelpText?: string | undefined;
27023
- readonly caseSensitive?: boolean | undefined;
27024
26746
  readonly autonumberFormat?: string | undefined;
27025
26747
  readonly index?: boolean | undefined;
27026
26748
  readonly type: "text";
@@ -27102,7 +26824,6 @@ declare const SysJobQueue: Omit<{
27102
26824
  relationshipField?: string | undefined;
27103
26825
  } | undefined;
27104
26826
  readonly language?: string | undefined;
27105
- readonly maxRating?: number | undefined;
27106
26827
  readonly step?: number | undefined;
27107
26828
  readonly currencyConfig?: {
27108
26829
  precision: number;
@@ -27196,7 +26917,6 @@ declare const SysJobQueue: Omit<{
27196
26917
  } | undefined;
27197
26918
  readonly sortable?: boolean | undefined;
27198
26919
  readonly inlineHelpText?: string | undefined;
27199
- readonly caseSensitive?: boolean | undefined;
27200
26920
  readonly autonumberFormat?: string | undefined;
27201
26921
  readonly index?: boolean | undefined;
27202
26922
  readonly type: "text";
@@ -27278,7 +26998,6 @@ declare const SysJobQueue: Omit<{
27278
26998
  relationshipField?: string | undefined;
27279
26999
  } | undefined;
27280
27000
  readonly language?: string | undefined;
27281
- readonly maxRating?: number | undefined;
27282
27001
  readonly step?: number | undefined;
27283
27002
  readonly currencyConfig?: {
27284
27003
  precision: number;
@@ -27372,7 +27091,6 @@ declare const SysJobQueue: Omit<{
27372
27091
  } | undefined;
27373
27092
  readonly sortable?: boolean | undefined;
27374
27093
  readonly inlineHelpText?: string | undefined;
27375
- readonly caseSensitive?: boolean | undefined;
27376
27094
  readonly autonumberFormat?: string | undefined;
27377
27095
  readonly index?: boolean | undefined;
27378
27096
  readonly type: "textarea";
@@ -27454,7 +27172,6 @@ declare const SysJobQueue: Omit<{
27454
27172
  relationshipField?: string | undefined;
27455
27173
  } | undefined;
27456
27174
  readonly language?: string | undefined;
27457
- readonly maxRating?: number | undefined;
27458
27175
  readonly step?: number | undefined;
27459
27176
  readonly currencyConfig?: {
27460
27177
  precision: number;
@@ -27548,7 +27265,6 @@ declare const SysJobQueue: Omit<{
27548
27265
  } | undefined;
27549
27266
  readonly sortable?: boolean | undefined;
27550
27267
  readonly inlineHelpText?: string | undefined;
27551
- readonly caseSensitive?: boolean | undefined;
27552
27268
  readonly autonumberFormat?: string | undefined;
27553
27269
  readonly index?: boolean | undefined;
27554
27270
  readonly type: "textarea";
@@ -27630,7 +27346,6 @@ declare const SysJobQueue: Omit<{
27630
27346
  relationshipField?: string | undefined;
27631
27347
  } | undefined;
27632
27348
  readonly language?: string | undefined;
27633
- readonly maxRating?: number | undefined;
27634
27349
  readonly step?: number | undefined;
27635
27350
  readonly currencyConfig?: {
27636
27351
  precision: number;
@@ -27724,7 +27439,6 @@ declare const SysJobQueue: Omit<{
27724
27439
  } | undefined;
27725
27440
  readonly sortable?: boolean | undefined;
27726
27441
  readonly inlineHelpText?: string | undefined;
27727
- readonly caseSensitive?: boolean | undefined;
27728
27442
  readonly autonumberFormat?: string | undefined;
27729
27443
  readonly index?: boolean | undefined;
27730
27444
  readonly type: "select";
@@ -27806,7 +27520,6 @@ declare const SysJobQueue: Omit<{
27806
27520
  relationshipField?: string | undefined;
27807
27521
  } | undefined;
27808
27522
  readonly language?: string | undefined;
27809
- readonly maxRating?: number | undefined;
27810
27523
  readonly step?: number | undefined;
27811
27524
  readonly currencyConfig?: {
27812
27525
  precision: number;
@@ -27900,7 +27613,6 @@ declare const SysJobQueue: Omit<{
27900
27613
  } | undefined;
27901
27614
  readonly sortable?: boolean | undefined;
27902
27615
  readonly inlineHelpText?: string | undefined;
27903
- readonly caseSensitive?: boolean | undefined;
27904
27616
  readonly autonumberFormat?: string | undefined;
27905
27617
  readonly index?: boolean | undefined;
27906
27618
  readonly type: "number";
@@ -27982,7 +27694,6 @@ declare const SysJobQueue: Omit<{
27982
27694
  relationshipField?: string | undefined;
27983
27695
  } | undefined;
27984
27696
  readonly language?: string | undefined;
27985
- readonly maxRating?: number | undefined;
27986
27697
  readonly step?: number | undefined;
27987
27698
  readonly currencyConfig?: {
27988
27699
  precision: number;
@@ -28076,7 +27787,6 @@ declare const SysJobQueue: Omit<{
28076
27787
  } | undefined;
28077
27788
  readonly sortable?: boolean | undefined;
28078
27789
  readonly inlineHelpText?: string | undefined;
28079
- readonly caseSensitive?: boolean | undefined;
28080
27790
  readonly autonumberFormat?: string | undefined;
28081
27791
  readonly index?: boolean | undefined;
28082
27792
  readonly type: "number";
@@ -28158,7 +27868,6 @@ declare const SysJobQueue: Omit<{
28158
27868
  relationshipField?: string | undefined;
28159
27869
  } | undefined;
28160
27870
  readonly language?: string | undefined;
28161
- readonly maxRating?: number | undefined;
28162
27871
  readonly step?: number | undefined;
28163
27872
  readonly currencyConfig?: {
28164
27873
  precision: number;
@@ -28252,7 +27961,6 @@ declare const SysJobQueue: Omit<{
28252
27961
  } | undefined;
28253
27962
  readonly sortable?: boolean | undefined;
28254
27963
  readonly inlineHelpText?: string | undefined;
28255
- readonly caseSensitive?: boolean | undefined;
28256
27964
  readonly autonumberFormat?: string | undefined;
28257
27965
  readonly index?: boolean | undefined;
28258
27966
  readonly type: "number";
@@ -28334,7 +28042,6 @@ declare const SysJobQueue: Omit<{
28334
28042
  relationshipField?: string | undefined;
28335
28043
  } | undefined;
28336
28044
  readonly language?: string | undefined;
28337
- readonly maxRating?: number | undefined;
28338
28045
  readonly step?: number | undefined;
28339
28046
  readonly currencyConfig?: {
28340
28047
  precision: number;
@@ -28428,7 +28135,6 @@ declare const SysJobQueue: Omit<{
28428
28135
  } | undefined;
28429
28136
  readonly sortable?: boolean | undefined;
28430
28137
  readonly inlineHelpText?: string | undefined;
28431
- readonly caseSensitive?: boolean | undefined;
28432
28138
  readonly autonumberFormat?: string | undefined;
28433
28139
  readonly index?: boolean | undefined;
28434
28140
  readonly type: "select";
@@ -28510,7 +28216,6 @@ declare const SysJobQueue: Omit<{
28510
28216
  relationshipField?: string | undefined;
28511
28217
  } | undefined;
28512
28218
  readonly language?: string | undefined;
28513
- readonly maxRating?: number | undefined;
28514
28219
  readonly step?: number | undefined;
28515
28220
  readonly currencyConfig?: {
28516
28221
  precision: number;
@@ -28604,7 +28309,6 @@ declare const SysJobQueue: Omit<{
28604
28309
  } | undefined;
28605
28310
  readonly sortable?: boolean | undefined;
28606
28311
  readonly inlineHelpText?: string | undefined;
28607
- readonly caseSensitive?: boolean | undefined;
28608
28312
  readonly autonumberFormat?: string | undefined;
28609
28313
  readonly index?: boolean | undefined;
28610
28314
  readonly type: "number";
@@ -28686,7 +28390,6 @@ declare const SysJobQueue: Omit<{
28686
28390
  relationshipField?: string | undefined;
28687
28391
  } | undefined;
28688
28392
  readonly language?: string | undefined;
28689
- readonly maxRating?: number | undefined;
28690
28393
  readonly step?: number | undefined;
28691
28394
  readonly currencyConfig?: {
28692
28395
  precision: number;
@@ -28780,7 +28483,6 @@ declare const SysJobQueue: Omit<{
28780
28483
  } | undefined;
28781
28484
  readonly sortable?: boolean | undefined;
28782
28485
  readonly inlineHelpText?: string | undefined;
28783
- readonly caseSensitive?: boolean | undefined;
28784
28486
  readonly autonumberFormat?: string | undefined;
28785
28487
  readonly index?: boolean | undefined;
28786
28488
  readonly type: "number";
@@ -28862,7 +28564,6 @@ declare const SysJobQueue: Omit<{
28862
28564
  relationshipField?: string | undefined;
28863
28565
  } | undefined;
28864
28566
  readonly language?: string | undefined;
28865
- readonly maxRating?: number | undefined;
28866
28567
  readonly step?: number | undefined;
28867
28568
  readonly currencyConfig?: {
28868
28569
  precision: number;
@@ -28956,7 +28657,6 @@ declare const SysJobQueue: Omit<{
28956
28657
  } | undefined;
28957
28658
  readonly sortable?: boolean | undefined;
28958
28659
  readonly inlineHelpText?: string | undefined;
28959
- readonly caseSensitive?: boolean | undefined;
28960
28660
  readonly autonumberFormat?: string | undefined;
28961
28661
  readonly index?: boolean | undefined;
28962
28662
  readonly type: "datetime";
@@ -29038,7 +28738,6 @@ declare const SysJobQueue: Omit<{
29038
28738
  relationshipField?: string | undefined;
29039
28739
  } | undefined;
29040
28740
  readonly language?: string | undefined;
29041
- readonly maxRating?: number | undefined;
29042
28741
  readonly step?: number | undefined;
29043
28742
  readonly currencyConfig?: {
29044
28743
  precision: number;
@@ -29132,7 +28831,6 @@ declare const SysJobQueue: Omit<{
29132
28831
  } | undefined;
29133
28832
  readonly sortable?: boolean | undefined;
29134
28833
  readonly inlineHelpText?: string | undefined;
29135
- readonly caseSensitive?: boolean | undefined;
29136
28834
  readonly autonumberFormat?: string | undefined;
29137
28835
  readonly index?: boolean | undefined;
29138
28836
  readonly type: "text";
@@ -29214,7 +28912,6 @@ declare const SysJobQueue: Omit<{
29214
28912
  relationshipField?: string | undefined;
29215
28913
  } | undefined;
29216
28914
  readonly language?: string | undefined;
29217
- readonly maxRating?: number | undefined;
29218
28915
  readonly step?: number | undefined;
29219
28916
  readonly currencyConfig?: {
29220
28917
  precision: number;
@@ -29308,7 +29005,6 @@ declare const SysJobQueue: Omit<{
29308
29005
  } | undefined;
29309
29006
  readonly sortable?: boolean | undefined;
29310
29007
  readonly inlineHelpText?: string | undefined;
29311
- readonly caseSensitive?: boolean | undefined;
29312
29008
  readonly autonumberFormat?: string | undefined;
29313
29009
  readonly index?: boolean | undefined;
29314
29010
  readonly type: "datetime";
@@ -29390,7 +29086,6 @@ declare const SysJobQueue: Omit<{
29390
29086
  relationshipField?: string | undefined;
29391
29087
  } | undefined;
29392
29088
  readonly language?: string | undefined;
29393
- readonly maxRating?: number | undefined;
29394
29089
  readonly step?: number | undefined;
29395
29090
  readonly currencyConfig?: {
29396
29091
  precision: number;
@@ -29484,7 +29179,6 @@ declare const SysJobQueue: Omit<{
29484
29179
  } | undefined;
29485
29180
  readonly sortable?: boolean | undefined;
29486
29181
  readonly inlineHelpText?: string | undefined;
29487
- readonly caseSensitive?: boolean | undefined;
29488
29182
  readonly autonumberFormat?: string | undefined;
29489
29183
  readonly index?: boolean | undefined;
29490
29184
  readonly type: "textarea";
@@ -29566,7 +29260,6 @@ declare const SysJobQueue: Omit<{
29566
29260
  relationshipField?: string | undefined;
29567
29261
  } | undefined;
29568
29262
  readonly language?: string | undefined;
29569
- readonly maxRating?: number | undefined;
29570
29263
  readonly step?: number | undefined;
29571
29264
  readonly currencyConfig?: {
29572
29265
  precision: number;
@@ -29660,7 +29353,6 @@ declare const SysJobQueue: Omit<{
29660
29353
  } | undefined;
29661
29354
  readonly sortable?: boolean | undefined;
29662
29355
  readonly inlineHelpText?: string | undefined;
29663
- readonly caseSensitive?: boolean | undefined;
29664
29356
  readonly autonumberFormat?: string | undefined;
29665
29357
  readonly index?: boolean | undefined;
29666
29358
  readonly type: "datetime";
@@ -29742,7 +29434,6 @@ declare const SysJobQueue: Omit<{
29742
29434
  relationshipField?: string | undefined;
29743
29435
  } | undefined;
29744
29436
  readonly language?: string | undefined;
29745
- readonly maxRating?: number | undefined;
29746
29437
  readonly step?: number | undefined;
29747
29438
  readonly currencyConfig?: {
29748
29439
  precision: number;
@@ -29836,7 +29527,6 @@ declare const SysJobQueue: Omit<{
29836
29527
  } | undefined;
29837
29528
  readonly sortable?: boolean | undefined;
29838
29529
  readonly inlineHelpText?: string | undefined;
29839
- readonly caseSensitive?: boolean | undefined;
29840
29530
  readonly autonumberFormat?: string | undefined;
29841
29531
  readonly index?: boolean | undefined;
29842
29532
  readonly type: "datetime";
@@ -29918,7 +29608,6 @@ declare const SysJobQueue: Omit<{
29918
29608
  relationshipField?: string | undefined;
29919
29609
  } | undefined;
29920
29610
  readonly language?: string | undefined;
29921
- readonly maxRating?: number | undefined;
29922
29611
  readonly step?: number | undefined;
29923
29612
  readonly currencyConfig?: {
29924
29613
  precision: number;
@@ -30012,7 +29701,6 @@ declare const SysJobQueue: Omit<{
30012
29701
  } | undefined;
30013
29702
  readonly sortable?: boolean | undefined;
30014
29703
  readonly inlineHelpText?: string | undefined;
30015
- readonly caseSensitive?: boolean | undefined;
30016
29704
  readonly autonumberFormat?: string | undefined;
30017
29705
  readonly index?: boolean | undefined;
30018
29706
  readonly type: "datetime";