@objectstack/service-storage 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.
package/dist/index.d.ts CHANGED
@@ -522,7 +522,6 @@ declare const SystemFile: Omit<{
522
522
  relationshipField?: string | undefined;
523
523
  } | undefined;
524
524
  language?: string | undefined;
525
- maxRating?: number | undefined;
526
525
  step?: number | undefined;
527
526
  currencyConfig?: {
528
527
  precision: number;
@@ -652,7 +651,6 @@ declare const SystemFile: Omit<{
652
651
  requiredPermissions?: string[] | undefined;
653
652
  system?: boolean | undefined;
654
653
  inlineHelpText?: string | undefined;
655
- caseSensitive?: boolean | undefined;
656
654
  autonumberFormat?: string | undefined;
657
655
  }>;
658
656
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -740,12 +738,6 @@ declare const SystemFile: Omit<{
740
738
  versionField: string;
741
739
  retentionDays?: number | undefined;
742
740
  } | undefined;
743
- partitioning?: {
744
- enabled: boolean;
745
- strategy: "list" | "hash" | "range";
746
- key: string;
747
- interval?: string | undefined;
748
- } | undefined;
749
741
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
750
742
  activityMilestones?: {
751
743
  field: string;
@@ -753,6 +745,7 @@ declare const SystemFile: Omit<{
753
745
  summary: string;
754
746
  type?: string | undefined;
755
747
  }[] | undefined;
748
+ nameField?: string | undefined;
756
749
  displayNameField?: string | undefined;
757
750
  recordName?: {
758
751
  type: "text" | "autonumber";
@@ -1076,7 +1069,6 @@ declare const SystemFile: Omit<{
1076
1069
  debounceMs?: number | undefined;
1077
1070
  } | undefined;
1078
1071
  }> | undefined;
1079
- defaultDetailForm?: string | undefined;
1080
1072
  searchableFields?: string[] | undefined;
1081
1073
  search?: {
1082
1074
  fields: string[];
@@ -1121,6 +1113,7 @@ declare const SystemFile: Omit<{
1121
1113
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
1122
1114
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
1123
1115
  target?: string | undefined;
1116
+ openIn?: "self" | "new-tab" | undefined;
1124
1117
  body?: {
1125
1118
  language: "expression";
1126
1119
  source: string;
@@ -1225,6 +1218,7 @@ declare const SystemFile: Omit<{
1225
1218
  readonly pluralLabel: "System Files";
1226
1219
  readonly icon: "file";
1227
1220
  readonly description: "Storage service file metadata (fileId ↔ key mapping)";
1221
+ readonly nameField: "name";
1228
1222
  readonly titleFormat: "{name}";
1229
1223
  readonly compactLayout: ["name", "mime_type", "size", "status", "created_at"];
1230
1224
  readonly fields: {
@@ -1305,7 +1299,6 @@ declare const SystemFile: Omit<{
1305
1299
  relationshipField?: string | undefined;
1306
1300
  } | undefined;
1307
1301
  readonly language?: string | undefined;
1308
- readonly maxRating?: number | undefined;
1309
1302
  readonly step?: number | undefined;
1310
1303
  readonly currencyConfig?: {
1311
1304
  precision: number;
@@ -1399,7 +1392,6 @@ declare const SystemFile: Omit<{
1399
1392
  } | undefined;
1400
1393
  readonly sortable?: boolean | undefined;
1401
1394
  readonly inlineHelpText?: string | undefined;
1402
- readonly caseSensitive?: boolean | undefined;
1403
1395
  readonly autonumberFormat?: string | undefined;
1404
1396
  readonly index?: boolean | undefined;
1405
1397
  readonly type: "text";
@@ -1481,7 +1473,6 @@ declare const SystemFile: Omit<{
1481
1473
  relationshipField?: string | undefined;
1482
1474
  } | undefined;
1483
1475
  readonly language?: string | undefined;
1484
- readonly maxRating?: number | undefined;
1485
1476
  readonly step?: number | undefined;
1486
1477
  readonly currencyConfig?: {
1487
1478
  precision: number;
@@ -1575,7 +1566,6 @@ declare const SystemFile: Omit<{
1575
1566
  } | undefined;
1576
1567
  readonly sortable?: boolean | undefined;
1577
1568
  readonly inlineHelpText?: string | undefined;
1578
- readonly caseSensitive?: boolean | undefined;
1579
1569
  readonly autonumberFormat?: string | undefined;
1580
1570
  readonly index?: boolean | undefined;
1581
1571
  readonly type: "text";
@@ -1657,7 +1647,6 @@ declare const SystemFile: Omit<{
1657
1647
  relationshipField?: string | undefined;
1658
1648
  } | undefined;
1659
1649
  readonly language?: string | undefined;
1660
- readonly maxRating?: number | undefined;
1661
1650
  readonly step?: number | undefined;
1662
1651
  readonly currencyConfig?: {
1663
1652
  precision: number;
@@ -1751,7 +1740,6 @@ declare const SystemFile: Omit<{
1751
1740
  } | undefined;
1752
1741
  readonly sortable?: boolean | undefined;
1753
1742
  readonly inlineHelpText?: string | undefined;
1754
- readonly caseSensitive?: boolean | undefined;
1755
1743
  readonly autonumberFormat?: string | undefined;
1756
1744
  readonly index?: boolean | undefined;
1757
1745
  readonly type: "text";
@@ -1833,7 +1821,6 @@ declare const SystemFile: Omit<{
1833
1821
  relationshipField?: string | undefined;
1834
1822
  } | undefined;
1835
1823
  readonly language?: string | undefined;
1836
- readonly maxRating?: number | undefined;
1837
1824
  readonly step?: number | undefined;
1838
1825
  readonly currencyConfig?: {
1839
1826
  precision: number;
@@ -1927,7 +1914,6 @@ declare const SystemFile: Omit<{
1927
1914
  } | undefined;
1928
1915
  readonly sortable?: boolean | undefined;
1929
1916
  readonly inlineHelpText?: string | undefined;
1930
- readonly caseSensitive?: boolean | undefined;
1931
1917
  readonly autonumberFormat?: string | undefined;
1932
1918
  readonly index?: boolean | undefined;
1933
1919
  readonly type: "text";
@@ -2009,7 +1995,6 @@ declare const SystemFile: Omit<{
2009
1995
  relationshipField?: string | undefined;
2010
1996
  } | undefined;
2011
1997
  readonly language?: string | undefined;
2012
- readonly maxRating?: number | undefined;
2013
1998
  readonly step?: number | undefined;
2014
1999
  readonly currencyConfig?: {
2015
2000
  precision: number;
@@ -2103,7 +2088,6 @@ declare const SystemFile: Omit<{
2103
2088
  } | undefined;
2104
2089
  readonly sortable?: boolean | undefined;
2105
2090
  readonly inlineHelpText?: string | undefined;
2106
- readonly caseSensitive?: boolean | undefined;
2107
2091
  readonly autonumberFormat?: string | undefined;
2108
2092
  readonly index?: boolean | undefined;
2109
2093
  readonly type: "number";
@@ -2185,7 +2169,6 @@ declare const SystemFile: Omit<{
2185
2169
  relationshipField?: string | undefined;
2186
2170
  } | undefined;
2187
2171
  readonly language?: string | undefined;
2188
- readonly maxRating?: number | undefined;
2189
2172
  readonly step?: number | undefined;
2190
2173
  readonly currencyConfig?: {
2191
2174
  precision: number;
@@ -2279,7 +2262,6 @@ declare const SystemFile: Omit<{
2279
2262
  } | undefined;
2280
2263
  readonly sortable?: boolean | undefined;
2281
2264
  readonly inlineHelpText?: string | undefined;
2282
- readonly caseSensitive?: boolean | undefined;
2283
2265
  readonly autonumberFormat?: string | undefined;
2284
2266
  readonly index?: boolean | undefined;
2285
2267
  readonly type: "select";
@@ -2361,7 +2343,6 @@ declare const SystemFile: Omit<{
2361
2343
  relationshipField?: string | undefined;
2362
2344
  } | undefined;
2363
2345
  readonly language?: string | undefined;
2364
- readonly maxRating?: number | undefined;
2365
2346
  readonly step?: number | undefined;
2366
2347
  readonly currencyConfig?: {
2367
2348
  precision: number;
@@ -2455,7 +2436,6 @@ declare const SystemFile: Omit<{
2455
2436
  } | undefined;
2456
2437
  readonly sortable?: boolean | undefined;
2457
2438
  readonly inlineHelpText?: string | undefined;
2458
- readonly caseSensitive?: boolean | undefined;
2459
2439
  readonly autonumberFormat?: string | undefined;
2460
2440
  readonly index?: boolean | undefined;
2461
2441
  readonly type: "text";
@@ -2537,7 +2517,6 @@ declare const SystemFile: Omit<{
2537
2517
  relationshipField?: string | undefined;
2538
2518
  } | undefined;
2539
2519
  readonly language?: string | undefined;
2540
- readonly maxRating?: number | undefined;
2541
2520
  readonly step?: number | undefined;
2542
2521
  readonly currencyConfig?: {
2543
2522
  precision: number;
@@ -2631,7 +2610,6 @@ declare const SystemFile: Omit<{
2631
2610
  } | undefined;
2632
2611
  readonly sortable?: boolean | undefined;
2633
2612
  readonly inlineHelpText?: string | undefined;
2634
- readonly caseSensitive?: boolean | undefined;
2635
2613
  readonly autonumberFormat?: string | undefined;
2636
2614
  readonly index?: boolean | undefined;
2637
2615
  readonly type: "select";
@@ -2713,7 +2691,6 @@ declare const SystemFile: Omit<{
2713
2691
  relationshipField?: string | undefined;
2714
2692
  } | undefined;
2715
2693
  readonly language?: string | undefined;
2716
- readonly maxRating?: number | undefined;
2717
2694
  readonly step?: number | undefined;
2718
2695
  readonly currencyConfig?: {
2719
2696
  precision: number;
@@ -2807,7 +2784,6 @@ declare const SystemFile: Omit<{
2807
2784
  } | undefined;
2808
2785
  readonly sortable?: boolean | undefined;
2809
2786
  readonly inlineHelpText?: string | undefined;
2810
- readonly caseSensitive?: boolean | undefined;
2811
2787
  readonly autonumberFormat?: string | undefined;
2812
2788
  readonly index?: boolean | undefined;
2813
2789
  readonly type: "select";
@@ -2889,7 +2865,6 @@ declare const SystemFile: Omit<{
2889
2865
  relationshipField?: string | undefined;
2890
2866
  } | undefined;
2891
2867
  readonly language?: string | undefined;
2892
- readonly maxRating?: number | undefined;
2893
2868
  readonly step?: number | undefined;
2894
2869
  readonly currencyConfig?: {
2895
2870
  precision: number;
@@ -2983,7 +2958,6 @@ declare const SystemFile: Omit<{
2983
2958
  } | undefined;
2984
2959
  readonly sortable?: boolean | undefined;
2985
2960
  readonly inlineHelpText?: string | undefined;
2986
- readonly caseSensitive?: boolean | undefined;
2987
2961
  readonly autonumberFormat?: string | undefined;
2988
2962
  readonly index?: boolean | undefined;
2989
2963
  readonly type: "text";
@@ -3065,7 +3039,6 @@ declare const SystemFile: Omit<{
3065
3039
  relationshipField?: string | undefined;
3066
3040
  } | undefined;
3067
3041
  readonly language?: string | undefined;
3068
- readonly maxRating?: number | undefined;
3069
3042
  readonly step?: number | undefined;
3070
3043
  readonly currencyConfig?: {
3071
3044
  precision: number;
@@ -3159,7 +3132,6 @@ declare const SystemFile: Omit<{
3159
3132
  } | undefined;
3160
3133
  readonly sortable?: boolean | undefined;
3161
3134
  readonly inlineHelpText?: string | undefined;
3162
- readonly caseSensitive?: boolean | undefined;
3163
3135
  readonly autonumberFormat?: string | undefined;
3164
3136
  readonly index?: boolean | undefined;
3165
3137
  readonly type: "text";
@@ -3241,7 +3213,6 @@ declare const SystemFile: Omit<{
3241
3213
  relationshipField?: string | undefined;
3242
3214
  } | undefined;
3243
3215
  readonly language?: string | undefined;
3244
- readonly maxRating?: number | undefined;
3245
3216
  readonly step?: number | undefined;
3246
3217
  readonly currencyConfig?: {
3247
3218
  precision: number;
@@ -3335,7 +3306,6 @@ declare const SystemFile: Omit<{
3335
3306
  } | undefined;
3336
3307
  readonly sortable?: boolean | undefined;
3337
3308
  readonly inlineHelpText?: string | undefined;
3338
- readonly caseSensitive?: boolean | undefined;
3339
3309
  readonly autonumberFormat?: string | undefined;
3340
3310
  readonly index?: boolean | undefined;
3341
3311
  readonly type: "text";
@@ -3417,7 +3387,6 @@ declare const SystemFile: Omit<{
3417
3387
  relationshipField?: string | undefined;
3418
3388
  } | undefined;
3419
3389
  readonly language?: string | undefined;
3420
- readonly maxRating?: number | undefined;
3421
3390
  readonly step?: number | undefined;
3422
3391
  readonly currencyConfig?: {
3423
3392
  precision: number;
@@ -3511,7 +3480,6 @@ declare const SystemFile: Omit<{
3511
3480
  } | undefined;
3512
3481
  readonly sortable?: boolean | undefined;
3513
3482
  readonly inlineHelpText?: string | undefined;
3514
- readonly caseSensitive?: boolean | undefined;
3515
3483
  readonly autonumberFormat?: string | undefined;
3516
3484
  readonly index?: boolean | undefined;
3517
3485
  readonly type: "datetime";
@@ -3593,7 +3561,6 @@ declare const SystemFile: Omit<{
3593
3561
  relationshipField?: string | undefined;
3594
3562
  } | undefined;
3595
3563
  readonly language?: string | undefined;
3596
- readonly maxRating?: number | undefined;
3597
3564
  readonly step?: number | undefined;
3598
3565
  readonly currencyConfig?: {
3599
3566
  precision: number;
@@ -3687,7 +3654,6 @@ declare const SystemFile: Omit<{
3687
3654
  } | undefined;
3688
3655
  readonly sortable?: boolean | undefined;
3689
3656
  readonly inlineHelpText?: string | undefined;
3690
- readonly caseSensitive?: boolean | undefined;
3691
3657
  readonly autonumberFormat?: string | undefined;
3692
3658
  readonly index?: boolean | undefined;
3693
3659
  readonly type: "datetime";
@@ -3793,7 +3759,6 @@ declare const SystemUploadSession: Omit<{
3793
3759
  relationshipField?: string | undefined;
3794
3760
  } | undefined;
3795
3761
  language?: string | undefined;
3796
- maxRating?: number | undefined;
3797
3762
  step?: number | undefined;
3798
3763
  currencyConfig?: {
3799
3764
  precision: number;
@@ -3923,7 +3888,6 @@ declare const SystemUploadSession: Omit<{
3923
3888
  requiredPermissions?: string[] | undefined;
3924
3889
  system?: boolean | undefined;
3925
3890
  inlineHelpText?: string | undefined;
3926
- caseSensitive?: boolean | undefined;
3927
3891
  autonumberFormat?: string | undefined;
3928
3892
  }>;
3929
3893
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -4011,12 +3975,6 @@ declare const SystemUploadSession: Omit<{
4011
3975
  versionField: string;
4012
3976
  retentionDays?: number | undefined;
4013
3977
  } | undefined;
4014
- partitioning?: {
4015
- enabled: boolean;
4016
- strategy: "list" | "hash" | "range";
4017
- key: string;
4018
- interval?: string | undefined;
4019
- } | undefined;
4020
3978
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
4021
3979
  activityMilestones?: {
4022
3980
  field: string;
@@ -4024,6 +3982,7 @@ declare const SystemUploadSession: Omit<{
4024
3982
  summary: string;
4025
3983
  type?: string | undefined;
4026
3984
  }[] | undefined;
3985
+ nameField?: string | undefined;
4027
3986
  displayNameField?: string | undefined;
4028
3987
  recordName?: {
4029
3988
  type: "text" | "autonumber";
@@ -4347,7 +4306,6 @@ declare const SystemUploadSession: Omit<{
4347
4306
  debounceMs?: number | undefined;
4348
4307
  } | undefined;
4349
4308
  }> | undefined;
4350
- defaultDetailForm?: string | undefined;
4351
4309
  searchableFields?: string[] | undefined;
4352
4310
  search?: {
4353
4311
  fields: string[];
@@ -4392,6 +4350,7 @@ declare const SystemUploadSession: Omit<{
4392
4350
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
4393
4351
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
4394
4352
  target?: string | undefined;
4353
+ openIn?: "self" | "new-tab" | undefined;
4395
4354
  body?: {
4396
4355
  language: "expression";
4397
4356
  source: string;
@@ -4496,6 +4455,7 @@ declare const SystemUploadSession: Omit<{
4496
4455
  readonly pluralLabel: "System Upload Sessions";
4497
4456
  readonly icon: "upload-cloud";
4498
4457
  readonly description: "Resumable multipart upload sessions tracked by service-storage";
4458
+ readonly nameField: "filename";
4499
4459
  readonly titleFormat: "{filename}";
4500
4460
  readonly compactLayout: ["filename", "status", "uploaded_chunks", "total_chunks", "expires_at"];
4501
4461
  readonly fields: {
@@ -4576,7 +4536,6 @@ declare const SystemUploadSession: Omit<{
4576
4536
  relationshipField?: string | undefined;
4577
4537
  } | undefined;
4578
4538
  readonly language?: string | undefined;
4579
- readonly maxRating?: number | undefined;
4580
4539
  readonly step?: number | undefined;
4581
4540
  readonly currencyConfig?: {
4582
4541
  precision: number;
@@ -4670,7 +4629,6 @@ declare const SystemUploadSession: Omit<{
4670
4629
  } | undefined;
4671
4630
  readonly sortable?: boolean | undefined;
4672
4631
  readonly inlineHelpText?: string | undefined;
4673
- readonly caseSensitive?: boolean | undefined;
4674
4632
  readonly autonumberFormat?: string | undefined;
4675
4633
  readonly index?: boolean | undefined;
4676
4634
  readonly type: "text";
@@ -4752,7 +4710,6 @@ declare const SystemUploadSession: Omit<{
4752
4710
  relationshipField?: string | undefined;
4753
4711
  } | undefined;
4754
4712
  readonly language?: string | undefined;
4755
- readonly maxRating?: number | undefined;
4756
4713
  readonly step?: number | undefined;
4757
4714
  readonly currencyConfig?: {
4758
4715
  precision: number;
@@ -4846,7 +4803,6 @@ declare const SystemUploadSession: Omit<{
4846
4803
  } | undefined;
4847
4804
  readonly sortable?: boolean | undefined;
4848
4805
  readonly inlineHelpText?: string | undefined;
4849
- readonly caseSensitive?: boolean | undefined;
4850
4806
  readonly autonumberFormat?: string | undefined;
4851
4807
  readonly index?: boolean | undefined;
4852
4808
  readonly type: "text";
@@ -4928,7 +4884,6 @@ declare const SystemUploadSession: Omit<{
4928
4884
  relationshipField?: string | undefined;
4929
4885
  } | undefined;
4930
4886
  readonly language?: string | undefined;
4931
- readonly maxRating?: number | undefined;
4932
4887
  readonly step?: number | undefined;
4933
4888
  readonly currencyConfig?: {
4934
4889
  precision: number;
@@ -5022,7 +4977,6 @@ declare const SystemUploadSession: Omit<{
5022
4977
  } | undefined;
5023
4978
  readonly sortable?: boolean | undefined;
5024
4979
  readonly inlineHelpText?: string | undefined;
5025
- readonly caseSensitive?: boolean | undefined;
5026
4980
  readonly autonumberFormat?: string | undefined;
5027
4981
  readonly index?: boolean | undefined;
5028
4982
  readonly type: "text";
@@ -5104,7 +5058,6 @@ declare const SystemUploadSession: Omit<{
5104
5058
  relationshipField?: string | undefined;
5105
5059
  } | undefined;
5106
5060
  readonly language?: string | undefined;
5107
- readonly maxRating?: number | undefined;
5108
5061
  readonly step?: number | undefined;
5109
5062
  readonly currencyConfig?: {
5110
5063
  precision: number;
@@ -5198,7 +5151,6 @@ declare const SystemUploadSession: Omit<{
5198
5151
  } | undefined;
5199
5152
  readonly sortable?: boolean | undefined;
5200
5153
  readonly inlineHelpText?: string | undefined;
5201
- readonly caseSensitive?: boolean | undefined;
5202
5154
  readonly autonumberFormat?: string | undefined;
5203
5155
  readonly index?: boolean | undefined;
5204
5156
  readonly type: "text";
@@ -5280,7 +5232,6 @@ declare const SystemUploadSession: Omit<{
5280
5232
  relationshipField?: string | undefined;
5281
5233
  } | undefined;
5282
5234
  readonly language?: string | undefined;
5283
- readonly maxRating?: number | undefined;
5284
5235
  readonly step?: number | undefined;
5285
5236
  readonly currencyConfig?: {
5286
5237
  precision: number;
@@ -5374,7 +5325,6 @@ declare const SystemUploadSession: Omit<{
5374
5325
  } | undefined;
5375
5326
  readonly sortable?: boolean | undefined;
5376
5327
  readonly inlineHelpText?: string | undefined;
5377
- readonly caseSensitive?: boolean | undefined;
5378
5328
  readonly autonumberFormat?: string | undefined;
5379
5329
  readonly index?: boolean | undefined;
5380
5330
  readonly type: "text";
@@ -5456,7 +5406,6 @@ declare const SystemUploadSession: Omit<{
5456
5406
  relationshipField?: string | undefined;
5457
5407
  } | undefined;
5458
5408
  readonly language?: string | undefined;
5459
- readonly maxRating?: number | undefined;
5460
5409
  readonly step?: number | undefined;
5461
5410
  readonly currencyConfig?: {
5462
5411
  precision: number;
@@ -5550,7 +5499,6 @@ declare const SystemUploadSession: Omit<{
5550
5499
  } | undefined;
5551
5500
  readonly sortable?: boolean | undefined;
5552
5501
  readonly inlineHelpText?: string | undefined;
5553
- readonly caseSensitive?: boolean | undefined;
5554
5502
  readonly autonumberFormat?: string | undefined;
5555
5503
  readonly index?: boolean | undefined;
5556
5504
  readonly type: "number";
@@ -5632,7 +5580,6 @@ declare const SystemUploadSession: Omit<{
5632
5580
  relationshipField?: string | undefined;
5633
5581
  } | undefined;
5634
5582
  readonly language?: string | undefined;
5635
- readonly maxRating?: number | undefined;
5636
5583
  readonly step?: number | undefined;
5637
5584
  readonly currencyConfig?: {
5638
5585
  precision: number;
@@ -5726,7 +5673,6 @@ declare const SystemUploadSession: Omit<{
5726
5673
  } | undefined;
5727
5674
  readonly sortable?: boolean | undefined;
5728
5675
  readonly inlineHelpText?: string | undefined;
5729
- readonly caseSensitive?: boolean | undefined;
5730
5676
  readonly autonumberFormat?: string | undefined;
5731
5677
  readonly index?: boolean | undefined;
5732
5678
  readonly type: "number";
@@ -5808,7 +5754,6 @@ declare const SystemUploadSession: Omit<{
5808
5754
  relationshipField?: string | undefined;
5809
5755
  } | undefined;
5810
5756
  readonly language?: string | undefined;
5811
- readonly maxRating?: number | undefined;
5812
5757
  readonly step?: number | undefined;
5813
5758
  readonly currencyConfig?: {
5814
5759
  precision: number;
@@ -5902,7 +5847,6 @@ declare const SystemUploadSession: Omit<{
5902
5847
  } | undefined;
5903
5848
  readonly sortable?: boolean | undefined;
5904
5849
  readonly inlineHelpText?: string | undefined;
5905
- readonly caseSensitive?: boolean | undefined;
5906
5850
  readonly autonumberFormat?: string | undefined;
5907
5851
  readonly index?: boolean | undefined;
5908
5852
  readonly type: "number";
@@ -5984,7 +5928,6 @@ declare const SystemUploadSession: Omit<{
5984
5928
  relationshipField?: string | undefined;
5985
5929
  } | undefined;
5986
5930
  readonly language?: string | undefined;
5987
- readonly maxRating?: number | undefined;
5988
5931
  readonly step?: number | undefined;
5989
5932
  readonly currencyConfig?: {
5990
5933
  precision: number;
@@ -6078,7 +6021,6 @@ declare const SystemUploadSession: Omit<{
6078
6021
  } | undefined;
6079
6022
  readonly sortable?: boolean | undefined;
6080
6023
  readonly inlineHelpText?: string | undefined;
6081
- readonly caseSensitive?: boolean | undefined;
6082
6024
  readonly autonumberFormat?: string | undefined;
6083
6025
  readonly index?: boolean | undefined;
6084
6026
  readonly type: "number";
@@ -6160,7 +6102,6 @@ declare const SystemUploadSession: Omit<{
6160
6102
  relationshipField?: string | undefined;
6161
6103
  } | undefined;
6162
6104
  readonly language?: string | undefined;
6163
- readonly maxRating?: number | undefined;
6164
6105
  readonly step?: number | undefined;
6165
6106
  readonly currencyConfig?: {
6166
6107
  precision: number;
@@ -6254,7 +6195,6 @@ declare const SystemUploadSession: Omit<{
6254
6195
  } | undefined;
6255
6196
  readonly sortable?: boolean | undefined;
6256
6197
  readonly inlineHelpText?: string | undefined;
6257
- readonly caseSensitive?: boolean | undefined;
6258
6198
  readonly autonumberFormat?: string | undefined;
6259
6199
  readonly index?: boolean | undefined;
6260
6200
  readonly type: "number";
@@ -6336,7 +6276,6 @@ declare const SystemUploadSession: Omit<{
6336
6276
  relationshipField?: string | undefined;
6337
6277
  } | undefined;
6338
6278
  readonly language?: string | undefined;
6339
- readonly maxRating?: number | undefined;
6340
6279
  readonly step?: number | undefined;
6341
6280
  readonly currencyConfig?: {
6342
6281
  precision: number;
@@ -6430,7 +6369,6 @@ declare const SystemUploadSession: Omit<{
6430
6369
  } | undefined;
6431
6370
  readonly sortable?: boolean | undefined;
6432
6371
  readonly inlineHelpText?: string | undefined;
6433
- readonly caseSensitive?: boolean | undefined;
6434
6372
  readonly autonumberFormat?: string | undefined;
6435
6373
  readonly index?: boolean | undefined;
6436
6374
  readonly type: "text";
@@ -6512,7 +6450,6 @@ declare const SystemUploadSession: Omit<{
6512
6450
  relationshipField?: string | undefined;
6513
6451
  } | undefined;
6514
6452
  readonly language?: string | undefined;
6515
- readonly maxRating?: number | undefined;
6516
6453
  readonly step?: number | undefined;
6517
6454
  readonly currencyConfig?: {
6518
6455
  precision: number;
@@ -6606,7 +6543,6 @@ declare const SystemUploadSession: Omit<{
6606
6543
  } | undefined;
6607
6544
  readonly sortable?: boolean | undefined;
6608
6545
  readonly inlineHelpText?: string | undefined;
6609
- readonly caseSensitive?: boolean | undefined;
6610
6546
  readonly autonumberFormat?: string | undefined;
6611
6547
  readonly index?: boolean | undefined;
6612
6548
  readonly type: "text";
@@ -6688,7 +6624,6 @@ declare const SystemUploadSession: Omit<{
6688
6624
  relationshipField?: string | undefined;
6689
6625
  } | undefined;
6690
6626
  readonly language?: string | undefined;
6691
- readonly maxRating?: number | undefined;
6692
6627
  readonly step?: number | undefined;
6693
6628
  readonly currencyConfig?: {
6694
6629
  precision: number;
@@ -6782,7 +6717,6 @@ declare const SystemUploadSession: Omit<{
6782
6717
  } | undefined;
6783
6718
  readonly sortable?: boolean | undefined;
6784
6719
  readonly inlineHelpText?: string | undefined;
6785
- readonly caseSensitive?: boolean | undefined;
6786
6720
  readonly autonumberFormat?: string | undefined;
6787
6721
  readonly index?: boolean | undefined;
6788
6722
  readonly type: "text";
@@ -6864,7 +6798,6 @@ declare const SystemUploadSession: Omit<{
6864
6798
  relationshipField?: string | undefined;
6865
6799
  } | undefined;
6866
6800
  readonly language?: string | undefined;
6867
- readonly maxRating?: number | undefined;
6868
6801
  readonly step?: number | undefined;
6869
6802
  readonly currencyConfig?: {
6870
6803
  precision: number;
@@ -6958,7 +6891,6 @@ declare const SystemUploadSession: Omit<{
6958
6891
  } | undefined;
6959
6892
  readonly sortable?: boolean | undefined;
6960
6893
  readonly inlineHelpText?: string | undefined;
6961
- readonly caseSensitive?: boolean | undefined;
6962
6894
  readonly autonumberFormat?: string | undefined;
6963
6895
  readonly index?: boolean | undefined;
6964
6896
  readonly type: "text";
@@ -7040,7 +6972,6 @@ declare const SystemUploadSession: Omit<{
7040
6972
  relationshipField?: string | undefined;
7041
6973
  } | undefined;
7042
6974
  readonly language?: string | undefined;
7043
- readonly maxRating?: number | undefined;
7044
6975
  readonly step?: number | undefined;
7045
6976
  readonly currencyConfig?: {
7046
6977
  precision: number;
@@ -7134,7 +7065,6 @@ declare const SystemUploadSession: Omit<{
7134
7065
  } | undefined;
7135
7066
  readonly sortable?: boolean | undefined;
7136
7067
  readonly inlineHelpText?: string | undefined;
7137
- readonly caseSensitive?: boolean | undefined;
7138
7068
  readonly autonumberFormat?: string | undefined;
7139
7069
  readonly index?: boolean | undefined;
7140
7070
  readonly type: "text";
@@ -7216,7 +7146,6 @@ declare const SystemUploadSession: Omit<{
7216
7146
  relationshipField?: string | undefined;
7217
7147
  } | undefined;
7218
7148
  readonly language?: string | undefined;
7219
- readonly maxRating?: number | undefined;
7220
7149
  readonly step?: number | undefined;
7221
7150
  readonly currencyConfig?: {
7222
7151
  precision: number;
@@ -7310,7 +7239,6 @@ declare const SystemUploadSession: Omit<{
7310
7239
  } | undefined;
7311
7240
  readonly sortable?: boolean | undefined;
7312
7241
  readonly inlineHelpText?: string | undefined;
7313
- readonly caseSensitive?: boolean | undefined;
7314
7242
  readonly autonumberFormat?: string | undefined;
7315
7243
  readonly index?: boolean | undefined;
7316
7244
  readonly type: "text";
@@ -7392,7 +7320,6 @@ declare const SystemUploadSession: Omit<{
7392
7320
  relationshipField?: string | undefined;
7393
7321
  } | undefined;
7394
7322
  readonly language?: string | undefined;
7395
- readonly maxRating?: number | undefined;
7396
7323
  readonly step?: number | undefined;
7397
7324
  readonly currencyConfig?: {
7398
7325
  precision: number;
@@ -7486,7 +7413,6 @@ declare const SystemUploadSession: Omit<{
7486
7413
  } | undefined;
7487
7414
  readonly sortable?: boolean | undefined;
7488
7415
  readonly inlineHelpText?: string | undefined;
7489
- readonly caseSensitive?: boolean | undefined;
7490
7416
  readonly autonumberFormat?: string | undefined;
7491
7417
  readonly index?: boolean | undefined;
7492
7418
  readonly type: "select";
@@ -7568,7 +7494,6 @@ declare const SystemUploadSession: Omit<{
7568
7494
  relationshipField?: string | undefined;
7569
7495
  } | undefined;
7570
7496
  readonly language?: string | undefined;
7571
- readonly maxRating?: number | undefined;
7572
7497
  readonly step?: number | undefined;
7573
7498
  readonly currencyConfig?: {
7574
7499
  precision: number;
@@ -7662,7 +7587,6 @@ declare const SystemUploadSession: Omit<{
7662
7587
  } | undefined;
7663
7588
  readonly sortable?: boolean | undefined;
7664
7589
  readonly inlineHelpText?: string | undefined;
7665
- readonly caseSensitive?: boolean | undefined;
7666
7590
  readonly autonumberFormat?: string | undefined;
7667
7591
  readonly index?: boolean | undefined;
7668
7592
  readonly type: "datetime";
@@ -7744,7 +7668,6 @@ declare const SystemUploadSession: Omit<{
7744
7668
  relationshipField?: string | undefined;
7745
7669
  } | undefined;
7746
7670
  readonly language?: string | undefined;
7747
- readonly maxRating?: number | undefined;
7748
7671
  readonly step?: number | undefined;
7749
7672
  readonly currencyConfig?: {
7750
7673
  precision: number;
@@ -7838,7 +7761,6 @@ declare const SystemUploadSession: Omit<{
7838
7761
  } | undefined;
7839
7762
  readonly sortable?: boolean | undefined;
7840
7763
  readonly inlineHelpText?: string | undefined;
7841
- readonly caseSensitive?: boolean | undefined;
7842
7764
  readonly autonumberFormat?: string | undefined;
7843
7765
  readonly index?: boolean | undefined;
7844
7766
  readonly type: "datetime";
@@ -7920,7 +7842,6 @@ declare const SystemUploadSession: Omit<{
7920
7842
  relationshipField?: string | undefined;
7921
7843
  } | undefined;
7922
7844
  readonly language?: string | undefined;
7923
- readonly maxRating?: number | undefined;
7924
7845
  readonly step?: number | undefined;
7925
7846
  readonly currencyConfig?: {
7926
7847
  precision: number;
@@ -8014,7 +7935,6 @@ declare const SystemUploadSession: Omit<{
8014
7935
  } | undefined;
8015
7936
  readonly sortable?: boolean | undefined;
8016
7937
  readonly inlineHelpText?: string | undefined;
8017
- readonly caseSensitive?: boolean | undefined;
8018
7938
  readonly autonumberFormat?: string | undefined;
8019
7939
  readonly index?: boolean | undefined;
8020
7940
  readonly type: "datetime";
package/dist/index.js CHANGED
@@ -1060,6 +1060,8 @@ var SystemFile = ObjectSchema.create({
1060
1060
  pluralLabel: "System Files",
1061
1061
  icon: "file",
1062
1062
  description: "Storage service file metadata (fileId \u2194 key mapping)",
1063
+ nameField: "name",
1064
+ // [ADR-0079] canonical primary-title pointer (single-field titleFormat)
1063
1065
  titleFormat: "{name}",
1064
1066
  compactLayout: ["name", "mime_type", "size", "status", "created_at"],
1065
1067
  fields: {
@@ -1139,6 +1141,8 @@ var SystemUploadSession = ObjectSchema2.create({
1139
1141
  pluralLabel: "System Upload Sessions",
1140
1142
  icon: "upload-cloud",
1141
1143
  description: "Resumable multipart upload sessions tracked by service-storage",
1144
+ nameField: "filename",
1145
+ // [ADR-0079] canonical primary-title pointer (single-field titleFormat)
1142
1146
  titleFormat: "{filename}",
1143
1147
  compactLayout: ["filename", "status", "uploaded_chunks", "total_chunks", "expires_at"],
1144
1148
  fields: {