@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.
@@ -118,7 +118,6 @@ declare const SysSetting: Omit<{
118
118
  relationshipField?: string | undefined;
119
119
  } | undefined;
120
120
  language?: string | undefined;
121
- maxRating?: number | undefined;
122
121
  step?: number | undefined;
123
122
  currencyConfig?: {
124
123
  precision: number;
@@ -248,7 +247,6 @@ declare const SysSetting: Omit<{
248
247
  requiredPermissions?: string[] | undefined;
249
248
  system?: boolean | undefined;
250
249
  inlineHelpText?: string | undefined;
251
- caseSensitive?: boolean | undefined;
252
250
  autonumberFormat?: string | undefined;
253
251
  }>;
254
252
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -336,12 +334,6 @@ declare const SysSetting: Omit<{
336
334
  versionField: string;
337
335
  retentionDays?: number | undefined;
338
336
  } | undefined;
339
- partitioning?: {
340
- enabled: boolean;
341
- strategy: "hash" | "list" | "range";
342
- key: string;
343
- interval?: string | undefined;
344
- } | undefined;
345
337
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
346
338
  activityMilestones?: {
347
339
  field: string;
@@ -349,6 +341,7 @@ declare const SysSetting: Omit<{
349
341
  summary: string;
350
342
  type?: string | undefined;
351
343
  }[] | undefined;
344
+ nameField?: string | undefined;
352
345
  displayNameField?: string | undefined;
353
346
  recordName?: {
354
347
  type: "text" | "autonumber";
@@ -672,7 +665,6 @@ declare const SysSetting: Omit<{
672
665
  debounceMs?: number | undefined;
673
666
  } | undefined;
674
667
  }> | undefined;
675
- defaultDetailForm?: string | undefined;
676
668
  searchableFields?: string[] | undefined;
677
669
  search?: {
678
670
  fields: string[];
@@ -689,7 +681,7 @@ declare const SysSetting: Omit<{
689
681
  trash: boolean;
690
682
  mru: boolean;
691
683
  clone: boolean;
692
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
684
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
693
685
  } | undefined;
694
686
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
695
687
  publicSharing?: {
@@ -717,6 +709,7 @@ declare const SysSetting: Omit<{
717
709
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
718
710
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
719
711
  target?: string | undefined;
712
+ openIn?: "self" | "new-tab" | undefined;
720
713
  body?: {
721
714
  language: "expression";
722
715
  source: string;
@@ -824,6 +817,7 @@ declare const SysSetting: Omit<{
824
817
  readonly managedBy: "system";
825
818
  readonly description: "Generic K/V store backing the SettingsManifest contract.";
826
819
  readonly displayNameField: "key";
820
+ readonly nameField: "key";
827
821
  readonly titleFormat: "{namespace}.{key}";
828
822
  readonly compactLayout: ["namespace", "key", "scope", "updated_at"];
829
823
  readonly listViews: {
@@ -1000,7 +994,6 @@ declare const SysSetting: Omit<{
1000
994
  relationshipField?: string | undefined;
1001
995
  } | undefined;
1002
996
  readonly language?: string | undefined;
1003
- readonly maxRating?: number | undefined;
1004
997
  readonly step?: number | undefined;
1005
998
  readonly currencyConfig?: {
1006
999
  precision: number;
@@ -1094,7 +1087,6 @@ declare const SysSetting: Omit<{
1094
1087
  } | undefined;
1095
1088
  readonly sortable?: boolean | undefined;
1096
1089
  readonly inlineHelpText?: string | undefined;
1097
- readonly caseSensitive?: boolean | undefined;
1098
1090
  readonly autonumberFormat?: string | undefined;
1099
1091
  readonly index?: boolean | undefined;
1100
1092
  readonly type: "text";
@@ -1176,7 +1168,6 @@ declare const SysSetting: Omit<{
1176
1168
  relationshipField?: string | undefined;
1177
1169
  } | undefined;
1178
1170
  readonly language?: string | undefined;
1179
- readonly maxRating?: number | undefined;
1180
1171
  readonly step?: number | undefined;
1181
1172
  readonly currencyConfig?: {
1182
1173
  precision: number;
@@ -1270,7 +1261,6 @@ declare const SysSetting: Omit<{
1270
1261
  } | undefined;
1271
1262
  readonly sortable?: boolean | undefined;
1272
1263
  readonly inlineHelpText?: string | undefined;
1273
- readonly caseSensitive?: boolean | undefined;
1274
1264
  readonly autonumberFormat?: string | undefined;
1275
1265
  readonly index?: boolean | undefined;
1276
1266
  readonly type: "datetime";
@@ -1352,7 +1342,6 @@ declare const SysSetting: Omit<{
1352
1342
  relationshipField?: string | undefined;
1353
1343
  } | undefined;
1354
1344
  readonly language?: string | undefined;
1355
- readonly maxRating?: number | undefined;
1356
1345
  readonly step?: number | undefined;
1357
1346
  readonly currencyConfig?: {
1358
1347
  precision: number;
@@ -1446,7 +1435,6 @@ declare const SysSetting: Omit<{
1446
1435
  } | undefined;
1447
1436
  readonly sortable?: boolean | undefined;
1448
1437
  readonly inlineHelpText?: string | undefined;
1449
- readonly caseSensitive?: boolean | undefined;
1450
1438
  readonly autonumberFormat?: string | undefined;
1451
1439
  readonly index?: boolean | undefined;
1452
1440
  readonly type: "datetime";
@@ -1528,7 +1516,6 @@ declare const SysSetting: Omit<{
1528
1516
  relationshipField?: string | undefined;
1529
1517
  } | undefined;
1530
1518
  readonly language?: string | undefined;
1531
- readonly maxRating?: number | undefined;
1532
1519
  readonly step?: number | undefined;
1533
1520
  readonly currencyConfig?: {
1534
1521
  precision: number;
@@ -1622,7 +1609,6 @@ declare const SysSetting: Omit<{
1622
1609
  } | undefined;
1623
1610
  readonly sortable?: boolean | undefined;
1624
1611
  readonly inlineHelpText?: string | undefined;
1625
- readonly caseSensitive?: boolean | undefined;
1626
1612
  readonly autonumberFormat?: string | undefined;
1627
1613
  readonly index?: boolean | undefined;
1628
1614
  readonly type: "text";
@@ -1704,7 +1690,6 @@ declare const SysSetting: Omit<{
1704
1690
  relationshipField?: string | undefined;
1705
1691
  } | undefined;
1706
1692
  readonly language?: string | undefined;
1707
- readonly maxRating?: number | undefined;
1708
1693
  readonly step?: number | undefined;
1709
1694
  readonly currencyConfig?: {
1710
1695
  precision: number;
@@ -1798,7 +1783,6 @@ declare const SysSetting: Omit<{
1798
1783
  } | undefined;
1799
1784
  readonly sortable?: boolean | undefined;
1800
1785
  readonly inlineHelpText?: string | undefined;
1801
- readonly caseSensitive?: boolean | undefined;
1802
1786
  readonly autonumberFormat?: string | undefined;
1803
1787
  readonly index?: boolean | undefined;
1804
1788
  readonly type: "text";
@@ -1880,7 +1864,6 @@ declare const SysSetting: Omit<{
1880
1864
  relationshipField?: string | undefined;
1881
1865
  } | undefined;
1882
1866
  readonly language?: string | undefined;
1883
- readonly maxRating?: number | undefined;
1884
1867
  readonly step?: number | undefined;
1885
1868
  readonly currencyConfig?: {
1886
1869
  precision: number;
@@ -1974,7 +1957,6 @@ declare const SysSetting: Omit<{
1974
1957
  } | undefined;
1975
1958
  readonly sortable?: boolean | undefined;
1976
1959
  readonly inlineHelpText?: string | undefined;
1977
- readonly caseSensitive?: boolean | undefined;
1978
1960
  readonly autonumberFormat?: string | undefined;
1979
1961
  readonly index?: boolean | undefined;
1980
1962
  readonly type: "select";
@@ -2056,7 +2038,6 @@ declare const SysSetting: Omit<{
2056
2038
  relationshipField?: string | undefined;
2057
2039
  } | undefined;
2058
2040
  readonly language?: string | undefined;
2059
- readonly maxRating?: number | undefined;
2060
2041
  readonly step?: number | undefined;
2061
2042
  readonly currencyConfig?: {
2062
2043
  precision: number;
@@ -2150,7 +2131,6 @@ declare const SysSetting: Omit<{
2150
2131
  } | undefined;
2151
2132
  readonly sortable?: boolean | undefined;
2152
2133
  readonly inlineHelpText?: string | undefined;
2153
- readonly caseSensitive?: boolean | undefined;
2154
2134
  readonly autonumberFormat?: string | undefined;
2155
2135
  readonly index?: boolean | undefined;
2156
2136
  readonly type: "lookup";
@@ -2232,7 +2212,6 @@ declare const SysSetting: Omit<{
2232
2212
  relationshipField?: string | undefined;
2233
2213
  } | undefined;
2234
2214
  readonly language?: string | undefined;
2235
- readonly maxRating?: number | undefined;
2236
2215
  readonly step?: number | undefined;
2237
2216
  readonly currencyConfig?: {
2238
2217
  precision: number;
@@ -2326,7 +2305,6 @@ declare const SysSetting: Omit<{
2326
2305
  } | undefined;
2327
2306
  readonly sortable?: boolean | undefined;
2328
2307
  readonly inlineHelpText?: string | undefined;
2329
- readonly caseSensitive?: boolean | undefined;
2330
2308
  readonly autonumberFormat?: string | undefined;
2331
2309
  readonly index?: boolean | undefined;
2332
2310
  readonly type: "json";
@@ -2408,7 +2386,6 @@ declare const SysSetting: Omit<{
2408
2386
  relationshipField?: string | undefined;
2409
2387
  } | undefined;
2410
2388
  readonly language?: string | undefined;
2411
- readonly maxRating?: number | undefined;
2412
2389
  readonly step?: number | undefined;
2413
2390
  readonly currencyConfig?: {
2414
2391
  precision: number;
@@ -2502,7 +2479,6 @@ declare const SysSetting: Omit<{
2502
2479
  } | undefined;
2503
2480
  readonly sortable?: boolean | undefined;
2504
2481
  readonly inlineHelpText?: string | undefined;
2505
- readonly caseSensitive?: boolean | undefined;
2506
2482
  readonly autonumberFormat?: string | undefined;
2507
2483
  readonly index?: boolean | undefined;
2508
2484
  readonly type: "boolean";
@@ -2584,7 +2560,6 @@ declare const SysSetting: Omit<{
2584
2560
  relationshipField?: string | undefined;
2585
2561
  } | undefined;
2586
2562
  readonly language?: string | undefined;
2587
- readonly maxRating?: number | undefined;
2588
2563
  readonly step?: number | undefined;
2589
2564
  readonly currencyConfig?: {
2590
2565
  precision: number;
@@ -2678,7 +2653,6 @@ declare const SysSetting: Omit<{
2678
2653
  } | undefined;
2679
2654
  readonly sortable?: boolean | undefined;
2680
2655
  readonly inlineHelpText?: string | undefined;
2681
- readonly caseSensitive?: boolean | undefined;
2682
2656
  readonly autonumberFormat?: string | undefined;
2683
2657
  readonly index?: boolean | undefined;
2684
2658
  readonly type: "boolean";
@@ -2760,7 +2734,6 @@ declare const SysSetting: Omit<{
2760
2734
  relationshipField?: string | undefined;
2761
2735
  } | undefined;
2762
2736
  readonly language?: string | undefined;
2763
- readonly maxRating?: number | undefined;
2764
2737
  readonly step?: number | undefined;
2765
2738
  readonly currencyConfig?: {
2766
2739
  precision: number;
@@ -2854,7 +2827,6 @@ declare const SysSetting: Omit<{
2854
2827
  } | undefined;
2855
2828
  readonly sortable?: boolean | undefined;
2856
2829
  readonly inlineHelpText?: string | undefined;
2857
- readonly caseSensitive?: boolean | undefined;
2858
2830
  readonly autonumberFormat?: string | undefined;
2859
2831
  readonly index?: boolean | undefined;
2860
2832
  readonly type: "text";
@@ -2936,7 +2908,6 @@ declare const SysSetting: Omit<{
2936
2908
  relationshipField?: string | undefined;
2937
2909
  } | undefined;
2938
2910
  readonly language?: string | undefined;
2939
- readonly maxRating?: number | undefined;
2940
2911
  readonly step?: number | undefined;
2941
2912
  readonly currencyConfig?: {
2942
2913
  precision: number;
@@ -3030,7 +3001,6 @@ declare const SysSetting: Omit<{
3030
3001
  } | undefined;
3031
3002
  readonly sortable?: boolean | undefined;
3032
3003
  readonly inlineHelpText?: string | undefined;
3033
- readonly caseSensitive?: boolean | undefined;
3034
3004
  readonly autonumberFormat?: string | undefined;
3035
3005
  readonly index?: boolean | undefined;
3036
3006
  readonly type: "text";
@@ -3112,7 +3082,6 @@ declare const SysSetting: Omit<{
3112
3082
  relationshipField?: string | undefined;
3113
3083
  } | undefined;
3114
3084
  readonly language?: string | undefined;
3115
- readonly maxRating?: number | undefined;
3116
3085
  readonly step?: number | undefined;
3117
3086
  readonly currencyConfig?: {
3118
3087
  precision: number;
@@ -3206,7 +3175,6 @@ declare const SysSetting: Omit<{
3206
3175
  } | undefined;
3207
3176
  readonly sortable?: boolean | undefined;
3208
3177
  readonly inlineHelpText?: string | undefined;
3209
- readonly caseSensitive?: boolean | undefined;
3210
3178
  readonly autonumberFormat?: string | undefined;
3211
3179
  readonly index?: boolean | undefined;
3212
3180
  readonly type: "lookup";
@@ -3348,7 +3316,6 @@ declare const SysSecret: Omit<{
3348
3316
  relationshipField?: string | undefined;
3349
3317
  } | undefined;
3350
3318
  language?: string | undefined;
3351
- maxRating?: number | undefined;
3352
3319
  step?: number | undefined;
3353
3320
  currencyConfig?: {
3354
3321
  precision: number;
@@ -3478,7 +3445,6 @@ declare const SysSecret: Omit<{
3478
3445
  requiredPermissions?: string[] | undefined;
3479
3446
  system?: boolean | undefined;
3480
3447
  inlineHelpText?: string | undefined;
3481
- caseSensitive?: boolean | undefined;
3482
3448
  autonumberFormat?: string | undefined;
3483
3449
  }>;
3484
3450
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -3566,12 +3532,6 @@ declare const SysSecret: Omit<{
3566
3532
  versionField: string;
3567
3533
  retentionDays?: number | undefined;
3568
3534
  } | undefined;
3569
- partitioning?: {
3570
- enabled: boolean;
3571
- strategy: "hash" | "list" | "range";
3572
- key: string;
3573
- interval?: string | undefined;
3574
- } | undefined;
3575
3535
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
3576
3536
  activityMilestones?: {
3577
3537
  field: string;
@@ -3579,6 +3539,7 @@ declare const SysSecret: Omit<{
3579
3539
  summary: string;
3580
3540
  type?: string | undefined;
3581
3541
  }[] | undefined;
3542
+ nameField?: string | undefined;
3582
3543
  displayNameField?: string | undefined;
3583
3544
  recordName?: {
3584
3545
  type: "text" | "autonumber";
@@ -3902,7 +3863,6 @@ declare const SysSecret: Omit<{
3902
3863
  debounceMs?: number | undefined;
3903
3864
  } | undefined;
3904
3865
  }> | undefined;
3905
- defaultDetailForm?: string | undefined;
3906
3866
  searchableFields?: string[] | undefined;
3907
3867
  search?: {
3908
3868
  fields: string[];
@@ -3919,7 +3879,7 @@ declare const SysSecret: Omit<{
3919
3879
  trash: boolean;
3920
3880
  mru: boolean;
3921
3881
  clone: boolean;
3922
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
3882
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
3923
3883
  } | undefined;
3924
3884
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
3925
3885
  publicSharing?: {
@@ -3947,6 +3907,7 @@ declare const SysSecret: Omit<{
3947
3907
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
3948
3908
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
3949
3909
  target?: string | undefined;
3910
+ openIn?: "self" | "new-tab" | undefined;
3950
3911
  body?: {
3951
3912
  language: "expression";
3952
3913
  source: string;
@@ -4140,7 +4101,6 @@ declare const SysSecret: Omit<{
4140
4101
  relationshipField?: string | undefined;
4141
4102
  } | undefined;
4142
4103
  readonly language?: string | undefined;
4143
- readonly maxRating?: number | undefined;
4144
4104
  readonly step?: number | undefined;
4145
4105
  readonly currencyConfig?: {
4146
4106
  precision: number;
@@ -4234,7 +4194,6 @@ declare const SysSecret: Omit<{
4234
4194
  } | undefined;
4235
4195
  readonly sortable?: boolean | undefined;
4236
4196
  readonly inlineHelpText?: string | undefined;
4237
- readonly caseSensitive?: boolean | undefined;
4238
4197
  readonly autonumberFormat?: string | undefined;
4239
4198
  readonly index?: boolean | undefined;
4240
4199
  readonly type: "text";
@@ -4316,7 +4275,6 @@ declare const SysSecret: Omit<{
4316
4275
  relationshipField?: string | undefined;
4317
4276
  } | undefined;
4318
4277
  readonly language?: string | undefined;
4319
- readonly maxRating?: number | undefined;
4320
4278
  readonly step?: number | undefined;
4321
4279
  readonly currencyConfig?: {
4322
4280
  precision: number;
@@ -4410,7 +4368,6 @@ declare const SysSecret: Omit<{
4410
4368
  } | undefined;
4411
4369
  readonly sortable?: boolean | undefined;
4412
4370
  readonly inlineHelpText?: string | undefined;
4413
- readonly caseSensitive?: boolean | undefined;
4414
4371
  readonly autonumberFormat?: string | undefined;
4415
4372
  readonly index?: boolean | undefined;
4416
4373
  readonly type: "datetime";
@@ -4492,7 +4449,6 @@ declare const SysSecret: Omit<{
4492
4449
  relationshipField?: string | undefined;
4493
4450
  } | undefined;
4494
4451
  readonly language?: string | undefined;
4495
- readonly maxRating?: number | undefined;
4496
4452
  readonly step?: number | undefined;
4497
4453
  readonly currencyConfig?: {
4498
4454
  precision: number;
@@ -4586,7 +4542,6 @@ declare const SysSecret: Omit<{
4586
4542
  } | undefined;
4587
4543
  readonly sortable?: boolean | undefined;
4588
4544
  readonly inlineHelpText?: string | undefined;
4589
- readonly caseSensitive?: boolean | undefined;
4590
4545
  readonly autonumberFormat?: string | undefined;
4591
4546
  readonly index?: boolean | undefined;
4592
4547
  readonly type: "datetime";
@@ -4674,7 +4629,6 @@ declare const SysSecret: Omit<{
4674
4629
  relationshipField?: string | undefined;
4675
4630
  } | undefined;
4676
4631
  readonly language?: string | undefined;
4677
- readonly maxRating?: number | undefined;
4678
4632
  readonly step?: number | undefined;
4679
4633
  readonly currencyConfig?: {
4680
4634
  precision: number;
@@ -4768,7 +4722,6 @@ declare const SysSecret: Omit<{
4768
4722
  } | undefined;
4769
4723
  readonly sortable?: boolean | undefined;
4770
4724
  readonly inlineHelpText?: string | undefined;
4771
- readonly caseSensitive?: boolean | undefined;
4772
4725
  readonly autonumberFormat?: string | undefined;
4773
4726
  readonly index?: boolean | undefined;
4774
4727
  readonly type: "text";
@@ -4850,7 +4803,6 @@ declare const SysSecret: Omit<{
4850
4803
  relationshipField?: string | undefined;
4851
4804
  } | undefined;
4852
4805
  readonly language?: string | undefined;
4853
- readonly maxRating?: number | undefined;
4854
4806
  readonly step?: number | undefined;
4855
4807
  readonly currencyConfig?: {
4856
4808
  precision: number;
@@ -4944,7 +4896,6 @@ declare const SysSecret: Omit<{
4944
4896
  } | undefined;
4945
4897
  readonly sortable?: boolean | undefined;
4946
4898
  readonly inlineHelpText?: string | undefined;
4947
- readonly caseSensitive?: boolean | undefined;
4948
4899
  readonly autonumberFormat?: string | undefined;
4949
4900
  readonly index?: boolean | undefined;
4950
4901
  readonly type: "text";
@@ -5027,7 +4978,6 @@ declare const SysSecret: Omit<{
5027
4978
  relationshipField?: string | undefined;
5028
4979
  } | undefined;
5029
4980
  readonly language?: string | undefined;
5030
- readonly maxRating?: number | undefined;
5031
4981
  readonly step?: number | undefined;
5032
4982
  readonly currencyConfig?: {
5033
4983
  precision: number;
@@ -5121,7 +5071,6 @@ declare const SysSecret: Omit<{
5121
5071
  } | undefined;
5122
5072
  readonly sortable?: boolean | undefined;
5123
5073
  readonly inlineHelpText?: string | undefined;
5124
- readonly caseSensitive?: boolean | undefined;
5125
5074
  readonly autonumberFormat?: string | undefined;
5126
5075
  readonly index?: boolean | undefined;
5127
5076
  readonly type: "text";
@@ -5204,7 +5153,6 @@ declare const SysSecret: Omit<{
5204
5153
  relationshipField?: string | undefined;
5205
5154
  } | undefined;
5206
5155
  readonly language?: string | undefined;
5207
- readonly maxRating?: number | undefined;
5208
5156
  readonly step?: number | undefined;
5209
5157
  readonly currencyConfig?: {
5210
5158
  precision: number;
@@ -5298,7 +5246,6 @@ declare const SysSecret: Omit<{
5298
5246
  } | undefined;
5299
5247
  readonly sortable?: boolean | undefined;
5300
5248
  readonly inlineHelpText?: string | undefined;
5301
- readonly caseSensitive?: boolean | undefined;
5302
5249
  readonly autonumberFormat?: string | undefined;
5303
5250
  readonly index?: boolean | undefined;
5304
5251
  readonly type: "text";
@@ -5381,7 +5328,6 @@ declare const SysSecret: Omit<{
5381
5328
  relationshipField?: string | undefined;
5382
5329
  } | undefined;
5383
5330
  readonly language?: string | undefined;
5384
- readonly maxRating?: number | undefined;
5385
5331
  readonly step?: number | undefined;
5386
5332
  readonly currencyConfig?: {
5387
5333
  precision: number;
@@ -5475,7 +5421,6 @@ declare const SysSecret: Omit<{
5475
5421
  } | undefined;
5476
5422
  readonly sortable?: boolean | undefined;
5477
5423
  readonly inlineHelpText?: string | undefined;
5478
- readonly caseSensitive?: boolean | undefined;
5479
5424
  readonly autonumberFormat?: string | undefined;
5480
5425
  readonly index?: boolean | undefined;
5481
5426
  readonly type: "number";
@@ -5557,7 +5502,6 @@ declare const SysSecret: Omit<{
5557
5502
  relationshipField?: string | undefined;
5558
5503
  } | undefined;
5559
5504
  readonly language?: string | undefined;
5560
- readonly maxRating?: number | undefined;
5561
5505
  readonly step?: number | undefined;
5562
5506
  readonly currencyConfig?: {
5563
5507
  precision: number;
@@ -5651,7 +5595,6 @@ declare const SysSecret: Omit<{
5651
5595
  } | undefined;
5652
5596
  readonly sortable?: boolean | undefined;
5653
5597
  readonly inlineHelpText?: string | undefined;
5654
- readonly caseSensitive?: boolean | undefined;
5655
5598
  readonly autonumberFormat?: string | undefined;
5656
5599
  readonly index?: boolean | undefined;
5657
5600
  readonly type: "text";
@@ -5783,7 +5726,6 @@ declare const SysSettingAudit: Omit<{
5783
5726
  relationshipField?: string | undefined;
5784
5727
  } | undefined;
5785
5728
  language?: string | undefined;
5786
- maxRating?: number | undefined;
5787
5729
  step?: number | undefined;
5788
5730
  currencyConfig?: {
5789
5731
  precision: number;
@@ -5913,7 +5855,6 @@ declare const SysSettingAudit: Omit<{
5913
5855
  requiredPermissions?: string[] | undefined;
5914
5856
  system?: boolean | undefined;
5915
5857
  inlineHelpText?: string | undefined;
5916
- caseSensitive?: boolean | undefined;
5917
5858
  autonumberFormat?: string | undefined;
5918
5859
  }>;
5919
5860
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -6001,12 +5942,6 @@ declare const SysSettingAudit: Omit<{
6001
5942
  versionField: string;
6002
5943
  retentionDays?: number | undefined;
6003
5944
  } | undefined;
6004
- partitioning?: {
6005
- enabled: boolean;
6006
- strategy: "hash" | "list" | "range";
6007
- key: string;
6008
- interval?: string | undefined;
6009
- } | undefined;
6010
5945
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
6011
5946
  activityMilestones?: {
6012
5947
  field: string;
@@ -6014,6 +5949,7 @@ declare const SysSettingAudit: Omit<{
6014
5949
  summary: string;
6015
5950
  type?: string | undefined;
6016
5951
  }[] | undefined;
5952
+ nameField?: string | undefined;
6017
5953
  displayNameField?: string | undefined;
6018
5954
  recordName?: {
6019
5955
  type: "text" | "autonumber";
@@ -6337,7 +6273,6 @@ declare const SysSettingAudit: Omit<{
6337
6273
  debounceMs?: number | undefined;
6338
6274
  } | undefined;
6339
6275
  }> | undefined;
6340
- defaultDetailForm?: string | undefined;
6341
6276
  searchableFields?: string[] | undefined;
6342
6277
  search?: {
6343
6278
  fields: string[];
@@ -6354,7 +6289,7 @@ declare const SysSettingAudit: Omit<{
6354
6289
  trash: boolean;
6355
6290
  mru: boolean;
6356
6291
  clone: boolean;
6357
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6292
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6358
6293
  } | undefined;
6359
6294
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
6360
6295
  publicSharing?: {
@@ -6382,6 +6317,7 @@ declare const SysSettingAudit: Omit<{
6382
6317
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
6383
6318
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
6384
6319
  target?: string | undefined;
6320
+ openIn?: "self" | "new-tab" | undefined;
6385
6321
  body?: {
6386
6322
  language: "expression";
6387
6323
  source: string;
@@ -6579,7 +6515,6 @@ declare const SysSettingAudit: Omit<{
6579
6515
  relationshipField?: string | undefined;
6580
6516
  } | undefined;
6581
6517
  readonly language?: string | undefined;
6582
- readonly maxRating?: number | undefined;
6583
6518
  readonly step?: number | undefined;
6584
6519
  readonly currencyConfig?: {
6585
6520
  precision: number;
@@ -6673,7 +6608,6 @@ declare const SysSettingAudit: Omit<{
6673
6608
  } | undefined;
6674
6609
  readonly sortable?: boolean | undefined;
6675
6610
  readonly inlineHelpText?: string | undefined;
6676
- readonly caseSensitive?: boolean | undefined;
6677
6611
  readonly autonumberFormat?: string | undefined;
6678
6612
  readonly index?: boolean | undefined;
6679
6613
  readonly type: "text";
@@ -6755,7 +6689,6 @@ declare const SysSettingAudit: Omit<{
6755
6689
  relationshipField?: string | undefined;
6756
6690
  } | undefined;
6757
6691
  readonly language?: string | undefined;
6758
- readonly maxRating?: number | undefined;
6759
6692
  readonly step?: number | undefined;
6760
6693
  readonly currencyConfig?: {
6761
6694
  precision: number;
@@ -6849,7 +6782,6 @@ declare const SysSettingAudit: Omit<{
6849
6782
  } | undefined;
6850
6783
  readonly sortable?: boolean | undefined;
6851
6784
  readonly inlineHelpText?: string | undefined;
6852
- readonly caseSensitive?: boolean | undefined;
6853
6785
  readonly autonumberFormat?: string | undefined;
6854
6786
  readonly index?: boolean | undefined;
6855
6787
  readonly type: "datetime";
@@ -6931,7 +6863,6 @@ declare const SysSettingAudit: Omit<{
6931
6863
  relationshipField?: string | undefined;
6932
6864
  } | undefined;
6933
6865
  readonly language?: string | undefined;
6934
- readonly maxRating?: number | undefined;
6935
6866
  readonly step?: number | undefined;
6936
6867
  readonly currencyConfig?: {
6937
6868
  precision: number;
@@ -7025,7 +6956,6 @@ declare const SysSettingAudit: Omit<{
7025
6956
  } | undefined;
7026
6957
  readonly sortable?: boolean | undefined;
7027
6958
  readonly inlineHelpText?: string | undefined;
7028
- readonly caseSensitive?: boolean | undefined;
7029
6959
  readonly autonumberFormat?: string | undefined;
7030
6960
  readonly index?: boolean | undefined;
7031
6961
  readonly type: "text";
@@ -7107,7 +7037,6 @@ declare const SysSettingAudit: Omit<{
7107
7037
  relationshipField?: string | undefined;
7108
7038
  } | undefined;
7109
7039
  readonly language?: string | undefined;
7110
- readonly maxRating?: number | undefined;
7111
7040
  readonly step?: number | undefined;
7112
7041
  readonly currencyConfig?: {
7113
7042
  precision: number;
@@ -7201,7 +7130,6 @@ declare const SysSettingAudit: Omit<{
7201
7130
  } | undefined;
7202
7131
  readonly sortable?: boolean | undefined;
7203
7132
  readonly inlineHelpText?: string | undefined;
7204
- readonly caseSensitive?: boolean | undefined;
7205
7133
  readonly autonumberFormat?: string | undefined;
7206
7134
  readonly index?: boolean | undefined;
7207
7135
  readonly type: "text";
@@ -7283,7 +7211,6 @@ declare const SysSettingAudit: Omit<{
7283
7211
  relationshipField?: string | undefined;
7284
7212
  } | undefined;
7285
7213
  readonly language?: string | undefined;
7286
- readonly maxRating?: number | undefined;
7287
7214
  readonly step?: number | undefined;
7288
7215
  readonly currencyConfig?: {
7289
7216
  precision: number;
@@ -7377,7 +7304,6 @@ declare const SysSettingAudit: Omit<{
7377
7304
  } | undefined;
7378
7305
  readonly sortable?: boolean | undefined;
7379
7306
  readonly inlineHelpText?: string | undefined;
7380
- readonly caseSensitive?: boolean | undefined;
7381
7307
  readonly autonumberFormat?: string | undefined;
7382
7308
  readonly index?: boolean | undefined;
7383
7309
  readonly type: "select";
@@ -7459,7 +7385,6 @@ declare const SysSettingAudit: Omit<{
7459
7385
  relationshipField?: string | undefined;
7460
7386
  } | undefined;
7461
7387
  readonly language?: string | undefined;
7462
- readonly maxRating?: number | undefined;
7463
7388
  readonly step?: number | undefined;
7464
7389
  readonly currencyConfig?: {
7465
7390
  precision: number;
@@ -7553,7 +7478,6 @@ declare const SysSettingAudit: Omit<{
7553
7478
  } | undefined;
7554
7479
  readonly sortable?: boolean | undefined;
7555
7480
  readonly inlineHelpText?: string | undefined;
7556
- readonly caseSensitive?: boolean | undefined;
7557
7481
  readonly autonumberFormat?: string | undefined;
7558
7482
  readonly index?: boolean | undefined;
7559
7483
  readonly type: "select";
@@ -7635,7 +7559,6 @@ declare const SysSettingAudit: Omit<{
7635
7559
  relationshipField?: string | undefined;
7636
7560
  } | undefined;
7637
7561
  readonly language?: string | undefined;
7638
- readonly maxRating?: number | undefined;
7639
7562
  readonly step?: number | undefined;
7640
7563
  readonly currencyConfig?: {
7641
7564
  precision: number;
@@ -7729,7 +7652,6 @@ declare const SysSettingAudit: Omit<{
7729
7652
  } | undefined;
7730
7653
  readonly sortable?: boolean | undefined;
7731
7654
  readonly inlineHelpText?: string | undefined;
7732
- readonly caseSensitive?: boolean | undefined;
7733
7655
  readonly autonumberFormat?: string | undefined;
7734
7656
  readonly index?: boolean | undefined;
7735
7657
  readonly type: "lookup";
@@ -7816,7 +7738,6 @@ declare const SysSettingAudit: Omit<{
7816
7738
  relationshipField?: string | undefined;
7817
7739
  } | undefined;
7818
7740
  readonly language?: string | undefined;
7819
- readonly maxRating?: number | undefined;
7820
7741
  readonly step?: number | undefined;
7821
7742
  readonly currencyConfig?: {
7822
7743
  precision: number;
@@ -7910,7 +7831,6 @@ declare const SysSettingAudit: Omit<{
7910
7831
  } | undefined;
7911
7832
  readonly sortable?: boolean | undefined;
7912
7833
  readonly inlineHelpText?: string | undefined;
7913
- readonly caseSensitive?: boolean | undefined;
7914
7834
  readonly autonumberFormat?: string | undefined;
7915
7835
  readonly index?: boolean | undefined;
7916
7836
  readonly type: "select";
@@ -7993,7 +7913,6 @@ declare const SysSettingAudit: Omit<{
7993
7913
  relationshipField?: string | undefined;
7994
7914
  } | undefined;
7995
7915
  readonly language?: string | undefined;
7996
- readonly maxRating?: number | undefined;
7997
7916
  readonly step?: number | undefined;
7998
7917
  readonly currencyConfig?: {
7999
7918
  precision: number;
@@ -8087,7 +8006,6 @@ declare const SysSettingAudit: Omit<{
8087
8006
  } | undefined;
8088
8007
  readonly sortable?: boolean | undefined;
8089
8008
  readonly inlineHelpText?: string | undefined;
8090
- readonly caseSensitive?: boolean | undefined;
8091
8009
  readonly autonumberFormat?: string | undefined;
8092
8010
  readonly index?: boolean | undefined;
8093
8011
  readonly type: "text";
@@ -8175,7 +8093,6 @@ declare const SysSettingAudit: Omit<{
8175
8093
  relationshipField?: string | undefined;
8176
8094
  } | undefined;
8177
8095
  readonly language?: string | undefined;
8178
- readonly maxRating?: number | undefined;
8179
8096
  readonly step?: number | undefined;
8180
8097
  readonly currencyConfig?: {
8181
8098
  precision: number;
@@ -8269,7 +8186,6 @@ declare const SysSettingAudit: Omit<{
8269
8186
  } | undefined;
8270
8187
  readonly sortable?: boolean | undefined;
8271
8188
  readonly inlineHelpText?: string | undefined;
8272
- readonly caseSensitive?: boolean | undefined;
8273
8189
  readonly autonumberFormat?: string | undefined;
8274
8190
  readonly index?: boolean | undefined;
8275
8191
  readonly type: "text";
@@ -8352,7 +8268,6 @@ declare const SysSettingAudit: Omit<{
8352
8268
  relationshipField?: string | undefined;
8353
8269
  } | undefined;
8354
8270
  readonly language?: string | undefined;
8355
- readonly maxRating?: number | undefined;
8356
8271
  readonly step?: number | undefined;
8357
8272
  readonly currencyConfig?: {
8358
8273
  precision: number;
@@ -8446,7 +8361,6 @@ declare const SysSettingAudit: Omit<{
8446
8361
  } | undefined;
8447
8362
  readonly sortable?: boolean | undefined;
8448
8363
  readonly inlineHelpText?: string | undefined;
8449
- readonly caseSensitive?: boolean | undefined;
8450
8364
  readonly autonumberFormat?: string | undefined;
8451
8365
  readonly index?: boolean | undefined;
8452
8366
  readonly type: "text";
@@ -8529,7 +8443,6 @@ declare const SysSettingAudit: Omit<{
8529
8443
  relationshipField?: string | undefined;
8530
8444
  } | undefined;
8531
8445
  readonly language?: string | undefined;
8532
- readonly maxRating?: number | undefined;
8533
8446
  readonly step?: number | undefined;
8534
8447
  readonly currencyConfig?: {
8535
8448
  precision: number;
@@ -8623,7 +8536,6 @@ declare const SysSettingAudit: Omit<{
8623
8536
  } | undefined;
8624
8537
  readonly sortable?: boolean | undefined;
8625
8538
  readonly inlineHelpText?: string | undefined;
8626
- readonly caseSensitive?: boolean | undefined;
8627
8539
  readonly autonumberFormat?: string | undefined;
8628
8540
  readonly index?: boolean | undefined;
8629
8541
  readonly type: "boolean";
@@ -8706,7 +8618,6 @@ declare const SysSettingAudit: Omit<{
8706
8618
  relationshipField?: string | undefined;
8707
8619
  } | undefined;
8708
8620
  readonly language?: string | undefined;
8709
- readonly maxRating?: number | undefined;
8710
8621
  readonly step?: number | undefined;
8711
8622
  readonly currencyConfig?: {
8712
8623
  precision: number;
@@ -8800,7 +8711,6 @@ declare const SysSettingAudit: Omit<{
8800
8711
  } | undefined;
8801
8712
  readonly sortable?: boolean | undefined;
8802
8713
  readonly inlineHelpText?: string | undefined;
8803
- readonly caseSensitive?: boolean | undefined;
8804
8714
  readonly autonumberFormat?: string | undefined;
8805
8715
  readonly index?: boolean | undefined;
8806
8716
  readonly type: "text";