@objectstack/platform-objects 10.3.0 → 11.1.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.
@@ -36,7 +36,7 @@ declare const SysSetting: Omit<{
36
36
  abstract: boolean;
37
37
  datasource: string;
38
38
  fields: Record<string, {
39
- type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
39
+ type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
40
40
  required: boolean;
41
41
  searchable: boolean;
42
42
  multiple: boolean;
@@ -110,6 +110,7 @@ declare const SysSetting: Omit<{
110
110
  generatedBy?: string | undefined;
111
111
  } | undefined;
112
112
  } | undefined;
113
+ returnType?: "number" | "boolean" | "date" | "text" | undefined;
113
114
  summaryOperations?: {
114
115
  object: string;
115
116
  field: string;
@@ -117,7 +118,6 @@ declare const SysSetting: Omit<{
117
118
  relationshipField?: string | undefined;
118
119
  } | undefined;
119
120
  language?: string | undefined;
120
- maxRating?: number | undefined;
121
121
  step?: number | undefined;
122
122
  currencyConfig?: {
123
123
  precision: number;
@@ -247,7 +247,6 @@ declare const SysSetting: Omit<{
247
247
  requiredPermissions?: string[] | undefined;
248
248
  system?: boolean | undefined;
249
249
  inlineHelpText?: string | undefined;
250
- caseSensitive?: boolean | undefined;
251
250
  autonumberFormat?: string | undefined;
252
251
  }>;
253
252
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -335,12 +334,6 @@ declare const SysSetting: Omit<{
335
334
  versionField: string;
336
335
  retentionDays?: number | undefined;
337
336
  } | undefined;
338
- partitioning?: {
339
- enabled: boolean;
340
- strategy: "hash" | "list" | "range";
341
- key: string;
342
- interval?: string | undefined;
343
- } | undefined;
344
337
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
345
338
  activityMilestones?: {
346
339
  field: string;
@@ -671,7 +664,6 @@ declare const SysSetting: Omit<{
671
664
  debounceMs?: number | undefined;
672
665
  } | undefined;
673
666
  }> | undefined;
674
- defaultDetailForm?: string | undefined;
675
667
  searchableFields?: string[] | undefined;
676
668
  search?: {
677
669
  fields: string[];
@@ -688,7 +680,7 @@ declare const SysSetting: Omit<{
688
680
  trash: boolean;
689
681
  mru: boolean;
690
682
  clone: boolean;
691
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
683
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
692
684
  } | undefined;
693
685
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
694
686
  publicSharing?: {
@@ -716,6 +708,7 @@ declare const SysSetting: Omit<{
716
708
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
717
709
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
718
710
  target?: string | undefined;
711
+ openIn?: "self" | "new-tab" | undefined;
719
712
  body?: {
720
713
  language: "expression";
721
714
  source: string;
@@ -733,7 +726,7 @@ declare const SysSetting: Omit<{
733
726
  field?: string | undefined;
734
727
  objectOverride?: string | undefined;
735
728
  label?: string | undefined;
736
- type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
729
+ type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
737
730
  options?: {
738
731
  label: string;
739
732
  value: string;
@@ -936,6 +929,7 @@ declare const SysSetting: Omit<{
936
929
  readonly name?: string | undefined;
937
930
  readonly precision?: number | undefined;
938
931
  readonly required?: boolean | undefined;
932
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
939
933
  readonly multiple?: boolean | undefined;
940
934
  readonly dependencies?: string[] | undefined;
941
935
  readonly externalId?: boolean | undefined;
@@ -998,7 +992,6 @@ declare const SysSetting: Omit<{
998
992
  relationshipField?: string | undefined;
999
993
  } | undefined;
1000
994
  readonly language?: string | undefined;
1001
- readonly maxRating?: number | undefined;
1002
995
  readonly step?: number | undefined;
1003
996
  readonly currencyConfig?: {
1004
997
  precision: number;
@@ -1092,7 +1085,6 @@ declare const SysSetting: Omit<{
1092
1085
  } | undefined;
1093
1086
  readonly sortable?: boolean | undefined;
1094
1087
  readonly inlineHelpText?: string | undefined;
1095
- readonly caseSensitive?: boolean | undefined;
1096
1088
  readonly autonumberFormat?: string | undefined;
1097
1089
  readonly index?: boolean | undefined;
1098
1090
  readonly type: "text";
@@ -1111,6 +1103,7 @@ declare const SysSetting: Omit<{
1111
1103
  readonly name?: string | undefined;
1112
1104
  readonly precision?: number | undefined;
1113
1105
  readonly required?: boolean | undefined;
1106
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1114
1107
  readonly multiple?: boolean | undefined;
1115
1108
  readonly dependencies?: string[] | undefined;
1116
1109
  readonly externalId?: boolean | undefined;
@@ -1173,7 +1166,6 @@ declare const SysSetting: Omit<{
1173
1166
  relationshipField?: string | undefined;
1174
1167
  } | undefined;
1175
1168
  readonly language?: string | undefined;
1176
- readonly maxRating?: number | undefined;
1177
1169
  readonly step?: number | undefined;
1178
1170
  readonly currencyConfig?: {
1179
1171
  precision: number;
@@ -1267,7 +1259,6 @@ declare const SysSetting: Omit<{
1267
1259
  } | undefined;
1268
1260
  readonly sortable?: boolean | undefined;
1269
1261
  readonly inlineHelpText?: string | undefined;
1270
- readonly caseSensitive?: boolean | undefined;
1271
1262
  readonly autonumberFormat?: string | undefined;
1272
1263
  readonly index?: boolean | undefined;
1273
1264
  readonly type: "datetime";
@@ -1286,6 +1277,7 @@ declare const SysSetting: Omit<{
1286
1277
  readonly name?: string | undefined;
1287
1278
  readonly precision?: number | undefined;
1288
1279
  readonly required?: boolean | undefined;
1280
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1289
1281
  readonly multiple?: boolean | undefined;
1290
1282
  readonly dependencies?: string[] | undefined;
1291
1283
  readonly externalId?: boolean | undefined;
@@ -1348,7 +1340,6 @@ declare const SysSetting: Omit<{
1348
1340
  relationshipField?: string | undefined;
1349
1341
  } | undefined;
1350
1342
  readonly language?: string | undefined;
1351
- readonly maxRating?: number | undefined;
1352
1343
  readonly step?: number | undefined;
1353
1344
  readonly currencyConfig?: {
1354
1345
  precision: number;
@@ -1442,7 +1433,6 @@ declare const SysSetting: Omit<{
1442
1433
  } | undefined;
1443
1434
  readonly sortable?: boolean | undefined;
1444
1435
  readonly inlineHelpText?: string | undefined;
1445
- readonly caseSensitive?: boolean | undefined;
1446
1436
  readonly autonumberFormat?: string | undefined;
1447
1437
  readonly index?: boolean | undefined;
1448
1438
  readonly type: "datetime";
@@ -1461,6 +1451,7 @@ declare const SysSetting: Omit<{
1461
1451
  readonly name?: string | undefined;
1462
1452
  readonly precision?: number | undefined;
1463
1453
  readonly required?: boolean | undefined;
1454
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1464
1455
  readonly multiple?: boolean | undefined;
1465
1456
  readonly dependencies?: string[] | undefined;
1466
1457
  readonly externalId?: boolean | undefined;
@@ -1523,7 +1514,6 @@ declare const SysSetting: Omit<{
1523
1514
  relationshipField?: string | undefined;
1524
1515
  } | undefined;
1525
1516
  readonly language?: string | undefined;
1526
- readonly maxRating?: number | undefined;
1527
1517
  readonly step?: number | undefined;
1528
1518
  readonly currencyConfig?: {
1529
1519
  precision: number;
@@ -1617,7 +1607,6 @@ declare const SysSetting: Omit<{
1617
1607
  } | undefined;
1618
1608
  readonly sortable?: boolean | undefined;
1619
1609
  readonly inlineHelpText?: string | undefined;
1620
- readonly caseSensitive?: boolean | undefined;
1621
1610
  readonly autonumberFormat?: string | undefined;
1622
1611
  readonly index?: boolean | undefined;
1623
1612
  readonly type: "text";
@@ -1636,6 +1625,7 @@ declare const SysSetting: Omit<{
1636
1625
  readonly name?: string | undefined;
1637
1626
  readonly precision?: number | undefined;
1638
1627
  readonly required?: boolean | undefined;
1628
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1639
1629
  readonly multiple?: boolean | undefined;
1640
1630
  readonly dependencies?: string[] | undefined;
1641
1631
  readonly externalId?: boolean | undefined;
@@ -1698,7 +1688,6 @@ declare const SysSetting: Omit<{
1698
1688
  relationshipField?: string | undefined;
1699
1689
  } | undefined;
1700
1690
  readonly language?: string | undefined;
1701
- readonly maxRating?: number | undefined;
1702
1691
  readonly step?: number | undefined;
1703
1692
  readonly currencyConfig?: {
1704
1693
  precision: number;
@@ -1792,7 +1781,6 @@ declare const SysSetting: Omit<{
1792
1781
  } | undefined;
1793
1782
  readonly sortable?: boolean | undefined;
1794
1783
  readonly inlineHelpText?: string | undefined;
1795
- readonly caseSensitive?: boolean | undefined;
1796
1784
  readonly autonumberFormat?: string | undefined;
1797
1785
  readonly index?: boolean | undefined;
1798
1786
  readonly type: "text";
@@ -1811,6 +1799,7 @@ declare const SysSetting: Omit<{
1811
1799
  readonly name?: string | undefined;
1812
1800
  readonly precision?: number | undefined;
1813
1801
  readonly required?: boolean | undefined;
1802
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1814
1803
  readonly multiple?: boolean | undefined;
1815
1804
  readonly dependencies?: string[] | undefined;
1816
1805
  readonly externalId?: boolean | undefined;
@@ -1873,7 +1862,6 @@ declare const SysSetting: Omit<{
1873
1862
  relationshipField?: string | undefined;
1874
1863
  } | undefined;
1875
1864
  readonly language?: string | undefined;
1876
- readonly maxRating?: number | undefined;
1877
1865
  readonly step?: number | undefined;
1878
1866
  readonly currencyConfig?: {
1879
1867
  precision: number;
@@ -1967,7 +1955,6 @@ declare const SysSetting: Omit<{
1967
1955
  } | undefined;
1968
1956
  readonly sortable?: boolean | undefined;
1969
1957
  readonly inlineHelpText?: string | undefined;
1970
- readonly caseSensitive?: boolean | undefined;
1971
1958
  readonly autonumberFormat?: string | undefined;
1972
1959
  readonly index?: boolean | undefined;
1973
1960
  readonly type: "select";
@@ -1986,6 +1973,7 @@ declare const SysSetting: Omit<{
1986
1973
  readonly name?: string | undefined;
1987
1974
  readonly precision?: number | undefined;
1988
1975
  readonly required?: boolean | undefined;
1976
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1989
1977
  readonly multiple?: boolean | undefined;
1990
1978
  readonly dependencies?: string[] | undefined;
1991
1979
  readonly externalId?: boolean | undefined;
@@ -2048,7 +2036,6 @@ declare const SysSetting: Omit<{
2048
2036
  relationshipField?: string | undefined;
2049
2037
  } | undefined;
2050
2038
  readonly language?: string | undefined;
2051
- readonly maxRating?: number | undefined;
2052
2039
  readonly step?: number | undefined;
2053
2040
  readonly currencyConfig?: {
2054
2041
  precision: number;
@@ -2142,7 +2129,6 @@ declare const SysSetting: Omit<{
2142
2129
  } | undefined;
2143
2130
  readonly sortable?: boolean | undefined;
2144
2131
  readonly inlineHelpText?: string | undefined;
2145
- readonly caseSensitive?: boolean | undefined;
2146
2132
  readonly autonumberFormat?: string | undefined;
2147
2133
  readonly index?: boolean | undefined;
2148
2134
  readonly type: "lookup";
@@ -2161,6 +2147,7 @@ declare const SysSetting: Omit<{
2161
2147
  readonly name?: string | undefined;
2162
2148
  readonly precision?: number | undefined;
2163
2149
  readonly required?: boolean | undefined;
2150
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2164
2151
  readonly multiple?: boolean | undefined;
2165
2152
  readonly dependencies?: string[] | undefined;
2166
2153
  readonly externalId?: boolean | undefined;
@@ -2223,7 +2210,6 @@ declare const SysSetting: Omit<{
2223
2210
  relationshipField?: string | undefined;
2224
2211
  } | undefined;
2225
2212
  readonly language?: string | undefined;
2226
- readonly maxRating?: number | undefined;
2227
2213
  readonly step?: number | undefined;
2228
2214
  readonly currencyConfig?: {
2229
2215
  precision: number;
@@ -2317,7 +2303,6 @@ declare const SysSetting: Omit<{
2317
2303
  } | undefined;
2318
2304
  readonly sortable?: boolean | undefined;
2319
2305
  readonly inlineHelpText?: string | undefined;
2320
- readonly caseSensitive?: boolean | undefined;
2321
2306
  readonly autonumberFormat?: string | undefined;
2322
2307
  readonly index?: boolean | undefined;
2323
2308
  readonly type: "json";
@@ -2336,6 +2321,7 @@ declare const SysSetting: Omit<{
2336
2321
  readonly name?: string | undefined;
2337
2322
  readonly precision?: number | undefined;
2338
2323
  readonly required?: boolean | undefined;
2324
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2339
2325
  readonly multiple?: boolean | undefined;
2340
2326
  readonly dependencies?: string[] | undefined;
2341
2327
  readonly externalId?: boolean | undefined;
@@ -2398,7 +2384,6 @@ declare const SysSetting: Omit<{
2398
2384
  relationshipField?: string | undefined;
2399
2385
  } | undefined;
2400
2386
  readonly language?: string | undefined;
2401
- readonly maxRating?: number | undefined;
2402
2387
  readonly step?: number | undefined;
2403
2388
  readonly currencyConfig?: {
2404
2389
  precision: number;
@@ -2492,7 +2477,6 @@ declare const SysSetting: Omit<{
2492
2477
  } | undefined;
2493
2478
  readonly sortable?: boolean | undefined;
2494
2479
  readonly inlineHelpText?: string | undefined;
2495
- readonly caseSensitive?: boolean | undefined;
2496
2480
  readonly autonumberFormat?: string | undefined;
2497
2481
  readonly index?: boolean | undefined;
2498
2482
  readonly type: "boolean";
@@ -2511,6 +2495,7 @@ declare const SysSetting: Omit<{
2511
2495
  readonly name?: string | undefined;
2512
2496
  readonly precision?: number | undefined;
2513
2497
  readonly required?: boolean | undefined;
2498
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2514
2499
  readonly multiple?: boolean | undefined;
2515
2500
  readonly dependencies?: string[] | undefined;
2516
2501
  readonly externalId?: boolean | undefined;
@@ -2573,7 +2558,6 @@ declare const SysSetting: Omit<{
2573
2558
  relationshipField?: string | undefined;
2574
2559
  } | undefined;
2575
2560
  readonly language?: string | undefined;
2576
- readonly maxRating?: number | undefined;
2577
2561
  readonly step?: number | undefined;
2578
2562
  readonly currencyConfig?: {
2579
2563
  precision: number;
@@ -2667,7 +2651,6 @@ declare const SysSetting: Omit<{
2667
2651
  } | undefined;
2668
2652
  readonly sortable?: boolean | undefined;
2669
2653
  readonly inlineHelpText?: string | undefined;
2670
- readonly caseSensitive?: boolean | undefined;
2671
2654
  readonly autonumberFormat?: string | undefined;
2672
2655
  readonly index?: boolean | undefined;
2673
2656
  readonly type: "boolean";
@@ -2686,6 +2669,7 @@ declare const SysSetting: Omit<{
2686
2669
  readonly name?: string | undefined;
2687
2670
  readonly precision?: number | undefined;
2688
2671
  readonly required?: boolean | undefined;
2672
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2689
2673
  readonly multiple?: boolean | undefined;
2690
2674
  readonly dependencies?: string[] | undefined;
2691
2675
  readonly externalId?: boolean | undefined;
@@ -2748,7 +2732,6 @@ declare const SysSetting: Omit<{
2748
2732
  relationshipField?: string | undefined;
2749
2733
  } | undefined;
2750
2734
  readonly language?: string | undefined;
2751
- readonly maxRating?: number | undefined;
2752
2735
  readonly step?: number | undefined;
2753
2736
  readonly currencyConfig?: {
2754
2737
  precision: number;
@@ -2842,7 +2825,6 @@ declare const SysSetting: Omit<{
2842
2825
  } | undefined;
2843
2826
  readonly sortable?: boolean | undefined;
2844
2827
  readonly inlineHelpText?: string | undefined;
2845
- readonly caseSensitive?: boolean | undefined;
2846
2828
  readonly autonumberFormat?: string | undefined;
2847
2829
  readonly index?: boolean | undefined;
2848
2830
  readonly type: "text";
@@ -2861,6 +2843,7 @@ declare const SysSetting: Omit<{
2861
2843
  readonly name?: string | undefined;
2862
2844
  readonly precision?: number | undefined;
2863
2845
  readonly required?: boolean | undefined;
2846
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2864
2847
  readonly multiple?: boolean | undefined;
2865
2848
  readonly dependencies?: string[] | undefined;
2866
2849
  readonly externalId?: boolean | undefined;
@@ -2923,7 +2906,6 @@ declare const SysSetting: Omit<{
2923
2906
  relationshipField?: string | undefined;
2924
2907
  } | undefined;
2925
2908
  readonly language?: string | undefined;
2926
- readonly maxRating?: number | undefined;
2927
2909
  readonly step?: number | undefined;
2928
2910
  readonly currencyConfig?: {
2929
2911
  precision: number;
@@ -3017,7 +2999,6 @@ declare const SysSetting: Omit<{
3017
2999
  } | undefined;
3018
3000
  readonly sortable?: boolean | undefined;
3019
3001
  readonly inlineHelpText?: string | undefined;
3020
- readonly caseSensitive?: boolean | undefined;
3021
3002
  readonly autonumberFormat?: string | undefined;
3022
3003
  readonly index?: boolean | undefined;
3023
3004
  readonly type: "text";
@@ -3036,6 +3017,7 @@ declare const SysSetting: Omit<{
3036
3017
  readonly name?: string | undefined;
3037
3018
  readonly precision?: number | undefined;
3038
3019
  readonly required?: boolean | undefined;
3020
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3039
3021
  readonly multiple?: boolean | undefined;
3040
3022
  readonly dependencies?: string[] | undefined;
3041
3023
  readonly externalId?: boolean | undefined;
@@ -3098,7 +3080,6 @@ declare const SysSetting: Omit<{
3098
3080
  relationshipField?: string | undefined;
3099
3081
  } | undefined;
3100
3082
  readonly language?: string | undefined;
3101
- readonly maxRating?: number | undefined;
3102
3083
  readonly step?: number | undefined;
3103
3084
  readonly currencyConfig?: {
3104
3085
  precision: number;
@@ -3192,7 +3173,6 @@ declare const SysSetting: Omit<{
3192
3173
  } | undefined;
3193
3174
  readonly sortable?: boolean | undefined;
3194
3175
  readonly inlineHelpText?: string | undefined;
3195
- readonly caseSensitive?: boolean | undefined;
3196
3176
  readonly autonumberFormat?: string | undefined;
3197
3177
  readonly index?: boolean | undefined;
3198
3178
  readonly type: "lookup";
@@ -3252,7 +3232,7 @@ declare const SysSecret: Omit<{
3252
3232
  abstract: boolean;
3253
3233
  datasource: string;
3254
3234
  fields: Record<string, {
3255
- type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
3235
+ type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
3256
3236
  required: boolean;
3257
3237
  searchable: boolean;
3258
3238
  multiple: boolean;
@@ -3326,6 +3306,7 @@ declare const SysSecret: Omit<{
3326
3306
  generatedBy?: string | undefined;
3327
3307
  } | undefined;
3328
3308
  } | undefined;
3309
+ returnType?: "number" | "boolean" | "date" | "text" | undefined;
3329
3310
  summaryOperations?: {
3330
3311
  object: string;
3331
3312
  field: string;
@@ -3333,7 +3314,6 @@ declare const SysSecret: Omit<{
3333
3314
  relationshipField?: string | undefined;
3334
3315
  } | undefined;
3335
3316
  language?: string | undefined;
3336
- maxRating?: number | undefined;
3337
3317
  step?: number | undefined;
3338
3318
  currencyConfig?: {
3339
3319
  precision: number;
@@ -3463,7 +3443,6 @@ declare const SysSecret: Omit<{
3463
3443
  requiredPermissions?: string[] | undefined;
3464
3444
  system?: boolean | undefined;
3465
3445
  inlineHelpText?: string | undefined;
3466
- caseSensitive?: boolean | undefined;
3467
3446
  autonumberFormat?: string | undefined;
3468
3447
  }>;
3469
3448
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -3551,12 +3530,6 @@ declare const SysSecret: Omit<{
3551
3530
  versionField: string;
3552
3531
  retentionDays?: number | undefined;
3553
3532
  } | undefined;
3554
- partitioning?: {
3555
- enabled: boolean;
3556
- strategy: "hash" | "list" | "range";
3557
- key: string;
3558
- interval?: string | undefined;
3559
- } | undefined;
3560
3533
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
3561
3534
  activityMilestones?: {
3562
3535
  field: string;
@@ -3887,7 +3860,6 @@ declare const SysSecret: Omit<{
3887
3860
  debounceMs?: number | undefined;
3888
3861
  } | undefined;
3889
3862
  }> | undefined;
3890
- defaultDetailForm?: string | undefined;
3891
3863
  searchableFields?: string[] | undefined;
3892
3864
  search?: {
3893
3865
  fields: string[];
@@ -3904,7 +3876,7 @@ declare const SysSecret: Omit<{
3904
3876
  trash: boolean;
3905
3877
  mru: boolean;
3906
3878
  clone: boolean;
3907
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
3879
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
3908
3880
  } | undefined;
3909
3881
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
3910
3882
  publicSharing?: {
@@ -3932,6 +3904,7 @@ declare const SysSecret: Omit<{
3932
3904
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
3933
3905
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
3934
3906
  target?: string | undefined;
3907
+ openIn?: "self" | "new-tab" | undefined;
3935
3908
  body?: {
3936
3909
  language: "expression";
3937
3910
  source: string;
@@ -3949,7 +3922,7 @@ declare const SysSecret: Omit<{
3949
3922
  field?: string | undefined;
3950
3923
  objectOverride?: string | undefined;
3951
3924
  label?: string | undefined;
3952
- type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
3925
+ type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
3953
3926
  options?: {
3954
3927
  label: string;
3955
3928
  value: string;
@@ -4062,6 +4035,7 @@ declare const SysSecret: Omit<{
4062
4035
  readonly name?: string | undefined;
4063
4036
  readonly precision?: number | undefined;
4064
4037
  readonly required?: boolean | undefined;
4038
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
4065
4039
  readonly multiple?: boolean | undefined;
4066
4040
  readonly dependencies?: string[] | undefined;
4067
4041
  readonly externalId?: boolean | undefined;
@@ -4124,7 +4098,6 @@ declare const SysSecret: Omit<{
4124
4098
  relationshipField?: string | undefined;
4125
4099
  } | undefined;
4126
4100
  readonly language?: string | undefined;
4127
- readonly maxRating?: number | undefined;
4128
4101
  readonly step?: number | undefined;
4129
4102
  readonly currencyConfig?: {
4130
4103
  precision: number;
@@ -4218,7 +4191,6 @@ declare const SysSecret: Omit<{
4218
4191
  } | undefined;
4219
4192
  readonly sortable?: boolean | undefined;
4220
4193
  readonly inlineHelpText?: string | undefined;
4221
- readonly caseSensitive?: boolean | undefined;
4222
4194
  readonly autonumberFormat?: string | undefined;
4223
4195
  readonly index?: boolean | undefined;
4224
4196
  readonly type: "text";
@@ -4237,6 +4209,7 @@ declare const SysSecret: Omit<{
4237
4209
  readonly name?: string | undefined;
4238
4210
  readonly precision?: number | undefined;
4239
4211
  readonly required?: boolean | undefined;
4212
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
4240
4213
  readonly multiple?: boolean | undefined;
4241
4214
  readonly dependencies?: string[] | undefined;
4242
4215
  readonly externalId?: boolean | undefined;
@@ -4299,7 +4272,6 @@ declare const SysSecret: Omit<{
4299
4272
  relationshipField?: string | undefined;
4300
4273
  } | undefined;
4301
4274
  readonly language?: string | undefined;
4302
- readonly maxRating?: number | undefined;
4303
4275
  readonly step?: number | undefined;
4304
4276
  readonly currencyConfig?: {
4305
4277
  precision: number;
@@ -4393,7 +4365,6 @@ declare const SysSecret: Omit<{
4393
4365
  } | undefined;
4394
4366
  readonly sortable?: boolean | undefined;
4395
4367
  readonly inlineHelpText?: string | undefined;
4396
- readonly caseSensitive?: boolean | undefined;
4397
4368
  readonly autonumberFormat?: string | undefined;
4398
4369
  readonly index?: boolean | undefined;
4399
4370
  readonly type: "datetime";
@@ -4412,6 +4383,7 @@ declare const SysSecret: Omit<{
4412
4383
  readonly name?: string | undefined;
4413
4384
  readonly precision?: number | undefined;
4414
4385
  readonly required?: boolean | undefined;
4386
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
4415
4387
  readonly multiple?: boolean | undefined;
4416
4388
  readonly dependencies?: string[] | undefined;
4417
4389
  readonly externalId?: boolean | undefined;
@@ -4474,7 +4446,6 @@ declare const SysSecret: Omit<{
4474
4446
  relationshipField?: string | undefined;
4475
4447
  } | undefined;
4476
4448
  readonly language?: string | undefined;
4477
- readonly maxRating?: number | undefined;
4478
4449
  readonly step?: number | undefined;
4479
4450
  readonly currencyConfig?: {
4480
4451
  precision: number;
@@ -4568,7 +4539,6 @@ declare const SysSecret: Omit<{
4568
4539
  } | undefined;
4569
4540
  readonly sortable?: boolean | undefined;
4570
4541
  readonly inlineHelpText?: string | undefined;
4571
- readonly caseSensitive?: boolean | undefined;
4572
4542
  readonly autonumberFormat?: string | undefined;
4573
4543
  readonly index?: boolean | undefined;
4574
4544
  readonly type: "datetime";
@@ -4593,6 +4563,7 @@ declare const SysSecret: Omit<{
4593
4563
  readonly name?: string | undefined;
4594
4564
  readonly precision?: number | undefined;
4595
4565
  readonly required?: boolean | undefined;
4566
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
4596
4567
  readonly multiple?: boolean | undefined;
4597
4568
  readonly dependencies?: string[] | undefined;
4598
4569
  readonly externalId?: boolean | undefined;
@@ -4655,7 +4626,6 @@ declare const SysSecret: Omit<{
4655
4626
  relationshipField?: string | undefined;
4656
4627
  } | undefined;
4657
4628
  readonly language?: string | undefined;
4658
- readonly maxRating?: number | undefined;
4659
4629
  readonly step?: number | undefined;
4660
4630
  readonly currencyConfig?: {
4661
4631
  precision: number;
@@ -4749,7 +4719,6 @@ declare const SysSecret: Omit<{
4749
4719
  } | undefined;
4750
4720
  readonly sortable?: boolean | undefined;
4751
4721
  readonly inlineHelpText?: string | undefined;
4752
- readonly caseSensitive?: boolean | undefined;
4753
4722
  readonly autonumberFormat?: string | undefined;
4754
4723
  readonly index?: boolean | undefined;
4755
4724
  readonly type: "text";
@@ -4768,6 +4737,7 @@ declare const SysSecret: Omit<{
4768
4737
  readonly name?: string | undefined;
4769
4738
  readonly precision?: number | undefined;
4770
4739
  readonly required?: boolean | undefined;
4740
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
4771
4741
  readonly multiple?: boolean | undefined;
4772
4742
  readonly dependencies?: string[] | undefined;
4773
4743
  readonly externalId?: boolean | undefined;
@@ -4830,7 +4800,6 @@ declare const SysSecret: Omit<{
4830
4800
  relationshipField?: string | undefined;
4831
4801
  } | undefined;
4832
4802
  readonly language?: string | undefined;
4833
- readonly maxRating?: number | undefined;
4834
4803
  readonly step?: number | undefined;
4835
4804
  readonly currencyConfig?: {
4836
4805
  precision: number;
@@ -4924,7 +4893,6 @@ declare const SysSecret: Omit<{
4924
4893
  } | undefined;
4925
4894
  readonly sortable?: boolean | undefined;
4926
4895
  readonly inlineHelpText?: string | undefined;
4927
- readonly caseSensitive?: boolean | undefined;
4928
4896
  readonly autonumberFormat?: string | undefined;
4929
4897
  readonly index?: boolean | undefined;
4930
4898
  readonly type: "text";
@@ -4944,6 +4912,7 @@ declare const SysSecret: Omit<{
4944
4912
  readonly name?: string | undefined;
4945
4913
  readonly precision?: number | undefined;
4946
4914
  readonly required?: boolean | undefined;
4915
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
4947
4916
  readonly multiple?: boolean | undefined;
4948
4917
  readonly dependencies?: string[] | undefined;
4949
4918
  readonly externalId?: boolean | undefined;
@@ -5006,7 +4975,6 @@ declare const SysSecret: Omit<{
5006
4975
  relationshipField?: string | undefined;
5007
4976
  } | undefined;
5008
4977
  readonly language?: string | undefined;
5009
- readonly maxRating?: number | undefined;
5010
4978
  readonly step?: number | undefined;
5011
4979
  readonly currencyConfig?: {
5012
4980
  precision: number;
@@ -5100,7 +5068,6 @@ declare const SysSecret: Omit<{
5100
5068
  } | undefined;
5101
5069
  readonly sortable?: boolean | undefined;
5102
5070
  readonly inlineHelpText?: string | undefined;
5103
- readonly caseSensitive?: boolean | undefined;
5104
5071
  readonly autonumberFormat?: string | undefined;
5105
5072
  readonly index?: boolean | undefined;
5106
5073
  readonly type: "text";
@@ -5120,6 +5087,7 @@ declare const SysSecret: Omit<{
5120
5087
  readonly name?: string | undefined;
5121
5088
  readonly precision?: number | undefined;
5122
5089
  readonly required?: boolean | undefined;
5090
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
5123
5091
  readonly multiple?: boolean | undefined;
5124
5092
  readonly dependencies?: string[] | undefined;
5125
5093
  readonly externalId?: boolean | undefined;
@@ -5182,7 +5150,6 @@ declare const SysSecret: Omit<{
5182
5150
  relationshipField?: string | undefined;
5183
5151
  } | undefined;
5184
5152
  readonly language?: string | undefined;
5185
- readonly maxRating?: number | undefined;
5186
5153
  readonly step?: number | undefined;
5187
5154
  readonly currencyConfig?: {
5188
5155
  precision: number;
@@ -5276,7 +5243,6 @@ declare const SysSecret: Omit<{
5276
5243
  } | undefined;
5277
5244
  readonly sortable?: boolean | undefined;
5278
5245
  readonly inlineHelpText?: string | undefined;
5279
- readonly caseSensitive?: boolean | undefined;
5280
5246
  readonly autonumberFormat?: string | undefined;
5281
5247
  readonly index?: boolean | undefined;
5282
5248
  readonly type: "text";
@@ -5296,6 +5262,7 @@ declare const SysSecret: Omit<{
5296
5262
  readonly name?: string | undefined;
5297
5263
  readonly precision?: number | undefined;
5298
5264
  readonly required?: boolean | undefined;
5265
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
5299
5266
  readonly multiple?: boolean | undefined;
5300
5267
  readonly dependencies?: string[] | undefined;
5301
5268
  readonly externalId?: boolean | undefined;
@@ -5358,7 +5325,6 @@ declare const SysSecret: Omit<{
5358
5325
  relationshipField?: string | undefined;
5359
5326
  } | undefined;
5360
5327
  readonly language?: string | undefined;
5361
- readonly maxRating?: number | undefined;
5362
5328
  readonly step?: number | undefined;
5363
5329
  readonly currencyConfig?: {
5364
5330
  precision: number;
@@ -5452,7 +5418,6 @@ declare const SysSecret: Omit<{
5452
5418
  } | undefined;
5453
5419
  readonly sortable?: boolean | undefined;
5454
5420
  readonly inlineHelpText?: string | undefined;
5455
- readonly caseSensitive?: boolean | undefined;
5456
5421
  readonly autonumberFormat?: string | undefined;
5457
5422
  readonly index?: boolean | undefined;
5458
5423
  readonly type: "number";
@@ -5471,6 +5436,7 @@ declare const SysSecret: Omit<{
5471
5436
  readonly name?: string | undefined;
5472
5437
  readonly precision?: number | undefined;
5473
5438
  readonly required?: boolean | undefined;
5439
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
5474
5440
  readonly multiple?: boolean | undefined;
5475
5441
  readonly dependencies?: string[] | undefined;
5476
5442
  readonly externalId?: boolean | undefined;
@@ -5533,7 +5499,6 @@ declare const SysSecret: Omit<{
5533
5499
  relationshipField?: string | undefined;
5534
5500
  } | undefined;
5535
5501
  readonly language?: string | undefined;
5536
- readonly maxRating?: number | undefined;
5537
5502
  readonly step?: number | undefined;
5538
5503
  readonly currencyConfig?: {
5539
5504
  precision: number;
@@ -5627,7 +5592,6 @@ declare const SysSecret: Omit<{
5627
5592
  } | undefined;
5628
5593
  readonly sortable?: boolean | undefined;
5629
5594
  readonly inlineHelpText?: string | undefined;
5630
- readonly caseSensitive?: boolean | undefined;
5631
5595
  readonly autonumberFormat?: string | undefined;
5632
5596
  readonly index?: boolean | undefined;
5633
5597
  readonly type: "text";
@@ -5677,7 +5641,7 @@ declare const SysSettingAudit: Omit<{
5677
5641
  abstract: boolean;
5678
5642
  datasource: string;
5679
5643
  fields: Record<string, {
5680
- type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
5644
+ type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
5681
5645
  required: boolean;
5682
5646
  searchable: boolean;
5683
5647
  multiple: boolean;
@@ -5751,6 +5715,7 @@ declare const SysSettingAudit: Omit<{
5751
5715
  generatedBy?: string | undefined;
5752
5716
  } | undefined;
5753
5717
  } | undefined;
5718
+ returnType?: "number" | "boolean" | "date" | "text" | undefined;
5754
5719
  summaryOperations?: {
5755
5720
  object: string;
5756
5721
  field: string;
@@ -5758,7 +5723,6 @@ declare const SysSettingAudit: Omit<{
5758
5723
  relationshipField?: string | undefined;
5759
5724
  } | undefined;
5760
5725
  language?: string | undefined;
5761
- maxRating?: number | undefined;
5762
5726
  step?: number | undefined;
5763
5727
  currencyConfig?: {
5764
5728
  precision: number;
@@ -5888,7 +5852,6 @@ declare const SysSettingAudit: Omit<{
5888
5852
  requiredPermissions?: string[] | undefined;
5889
5853
  system?: boolean | undefined;
5890
5854
  inlineHelpText?: string | undefined;
5891
- caseSensitive?: boolean | undefined;
5892
5855
  autonumberFormat?: string | undefined;
5893
5856
  }>;
5894
5857
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
@@ -5976,12 +5939,6 @@ declare const SysSettingAudit: Omit<{
5976
5939
  versionField: string;
5977
5940
  retentionDays?: number | undefined;
5978
5941
  } | undefined;
5979
- partitioning?: {
5980
- enabled: boolean;
5981
- strategy: "hash" | "list" | "range";
5982
- key: string;
5983
- interval?: string | undefined;
5984
- } | undefined;
5985
5942
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
5986
5943
  activityMilestones?: {
5987
5944
  field: string;
@@ -6312,7 +6269,6 @@ declare const SysSettingAudit: Omit<{
6312
6269
  debounceMs?: number | undefined;
6313
6270
  } | undefined;
6314
6271
  }> | undefined;
6315
- defaultDetailForm?: string | undefined;
6316
6272
  searchableFields?: string[] | undefined;
6317
6273
  search?: {
6318
6274
  fields: string[];
@@ -6329,7 +6285,7 @@ declare const SysSettingAudit: Omit<{
6329
6285
  trash: boolean;
6330
6286
  mru: boolean;
6331
6287
  clone: boolean;
6332
- apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6288
+ apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6333
6289
  } | undefined;
6334
6290
  sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
6335
6291
  publicSharing?: {
@@ -6357,6 +6313,7 @@ declare const SysSettingAudit: Omit<{
6357
6313
  locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
6358
6314
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
6359
6315
  target?: string | undefined;
6316
+ openIn?: "self" | "new-tab" | undefined;
6360
6317
  body?: {
6361
6318
  language: "expression";
6362
6319
  source: string;
@@ -6374,7 +6331,7 @@ declare const SysSettingAudit: Omit<{
6374
6331
  field?: string | undefined;
6375
6332
  objectOverride?: string | undefined;
6376
6333
  label?: string | undefined;
6377
- type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
6334
+ type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
6378
6335
  options?: {
6379
6336
  label: string;
6380
6337
  value: string;
@@ -6491,6 +6448,7 @@ declare const SysSettingAudit: Omit<{
6491
6448
  readonly name?: string | undefined;
6492
6449
  readonly precision?: number | undefined;
6493
6450
  readonly required?: boolean | undefined;
6451
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
6494
6452
  readonly multiple?: boolean | undefined;
6495
6453
  readonly dependencies?: string[] | undefined;
6496
6454
  readonly externalId?: boolean | undefined;
@@ -6553,7 +6511,6 @@ declare const SysSettingAudit: Omit<{
6553
6511
  relationshipField?: string | undefined;
6554
6512
  } | undefined;
6555
6513
  readonly language?: string | undefined;
6556
- readonly maxRating?: number | undefined;
6557
6514
  readonly step?: number | undefined;
6558
6515
  readonly currencyConfig?: {
6559
6516
  precision: number;
@@ -6647,7 +6604,6 @@ declare const SysSettingAudit: Omit<{
6647
6604
  } | undefined;
6648
6605
  readonly sortable?: boolean | undefined;
6649
6606
  readonly inlineHelpText?: string | undefined;
6650
- readonly caseSensitive?: boolean | undefined;
6651
6607
  readonly autonumberFormat?: string | undefined;
6652
6608
  readonly index?: boolean | undefined;
6653
6609
  readonly type: "text";
@@ -6666,6 +6622,7 @@ declare const SysSettingAudit: Omit<{
6666
6622
  readonly name?: string | undefined;
6667
6623
  readonly precision?: number | undefined;
6668
6624
  readonly required?: boolean | undefined;
6625
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
6669
6626
  readonly multiple?: boolean | undefined;
6670
6627
  readonly dependencies?: string[] | undefined;
6671
6628
  readonly externalId?: boolean | undefined;
@@ -6728,7 +6685,6 @@ declare const SysSettingAudit: Omit<{
6728
6685
  relationshipField?: string | undefined;
6729
6686
  } | undefined;
6730
6687
  readonly language?: string | undefined;
6731
- readonly maxRating?: number | undefined;
6732
6688
  readonly step?: number | undefined;
6733
6689
  readonly currencyConfig?: {
6734
6690
  precision: number;
@@ -6822,7 +6778,6 @@ declare const SysSettingAudit: Omit<{
6822
6778
  } | undefined;
6823
6779
  readonly sortable?: boolean | undefined;
6824
6780
  readonly inlineHelpText?: string | undefined;
6825
- readonly caseSensitive?: boolean | undefined;
6826
6781
  readonly autonumberFormat?: string | undefined;
6827
6782
  readonly index?: boolean | undefined;
6828
6783
  readonly type: "datetime";
@@ -6841,6 +6796,7 @@ declare const SysSettingAudit: Omit<{
6841
6796
  readonly name?: string | undefined;
6842
6797
  readonly precision?: number | undefined;
6843
6798
  readonly required?: boolean | undefined;
6799
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
6844
6800
  readonly multiple?: boolean | undefined;
6845
6801
  readonly dependencies?: string[] | undefined;
6846
6802
  readonly externalId?: boolean | undefined;
@@ -6903,7 +6859,6 @@ declare const SysSettingAudit: Omit<{
6903
6859
  relationshipField?: string | undefined;
6904
6860
  } | undefined;
6905
6861
  readonly language?: string | undefined;
6906
- readonly maxRating?: number | undefined;
6907
6862
  readonly step?: number | undefined;
6908
6863
  readonly currencyConfig?: {
6909
6864
  precision: number;
@@ -6997,7 +6952,6 @@ declare const SysSettingAudit: Omit<{
6997
6952
  } | undefined;
6998
6953
  readonly sortable?: boolean | undefined;
6999
6954
  readonly inlineHelpText?: string | undefined;
7000
- readonly caseSensitive?: boolean | undefined;
7001
6955
  readonly autonumberFormat?: string | undefined;
7002
6956
  readonly index?: boolean | undefined;
7003
6957
  readonly type: "text";
@@ -7016,6 +6970,7 @@ declare const SysSettingAudit: Omit<{
7016
6970
  readonly name?: string | undefined;
7017
6971
  readonly precision?: number | undefined;
7018
6972
  readonly required?: boolean | undefined;
6973
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
7019
6974
  readonly multiple?: boolean | undefined;
7020
6975
  readonly dependencies?: string[] | undefined;
7021
6976
  readonly externalId?: boolean | undefined;
@@ -7078,7 +7033,6 @@ declare const SysSettingAudit: Omit<{
7078
7033
  relationshipField?: string | undefined;
7079
7034
  } | undefined;
7080
7035
  readonly language?: string | undefined;
7081
- readonly maxRating?: number | undefined;
7082
7036
  readonly step?: number | undefined;
7083
7037
  readonly currencyConfig?: {
7084
7038
  precision: number;
@@ -7172,7 +7126,6 @@ declare const SysSettingAudit: Omit<{
7172
7126
  } | undefined;
7173
7127
  readonly sortable?: boolean | undefined;
7174
7128
  readonly inlineHelpText?: string | undefined;
7175
- readonly caseSensitive?: boolean | undefined;
7176
7129
  readonly autonumberFormat?: string | undefined;
7177
7130
  readonly index?: boolean | undefined;
7178
7131
  readonly type: "text";
@@ -7191,6 +7144,7 @@ declare const SysSettingAudit: Omit<{
7191
7144
  readonly name?: string | undefined;
7192
7145
  readonly precision?: number | undefined;
7193
7146
  readonly required?: boolean | undefined;
7147
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
7194
7148
  readonly multiple?: boolean | undefined;
7195
7149
  readonly dependencies?: string[] | undefined;
7196
7150
  readonly externalId?: boolean | undefined;
@@ -7253,7 +7207,6 @@ declare const SysSettingAudit: Omit<{
7253
7207
  relationshipField?: string | undefined;
7254
7208
  } | undefined;
7255
7209
  readonly language?: string | undefined;
7256
- readonly maxRating?: number | undefined;
7257
7210
  readonly step?: number | undefined;
7258
7211
  readonly currencyConfig?: {
7259
7212
  precision: number;
@@ -7347,7 +7300,6 @@ declare const SysSettingAudit: Omit<{
7347
7300
  } | undefined;
7348
7301
  readonly sortable?: boolean | undefined;
7349
7302
  readonly inlineHelpText?: string | undefined;
7350
- readonly caseSensitive?: boolean | undefined;
7351
7303
  readonly autonumberFormat?: string | undefined;
7352
7304
  readonly index?: boolean | undefined;
7353
7305
  readonly type: "select";
@@ -7366,6 +7318,7 @@ declare const SysSettingAudit: Omit<{
7366
7318
  readonly name?: string | undefined;
7367
7319
  readonly precision?: number | undefined;
7368
7320
  readonly required?: boolean | undefined;
7321
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
7369
7322
  readonly multiple?: boolean | undefined;
7370
7323
  readonly dependencies?: string[] | undefined;
7371
7324
  readonly externalId?: boolean | undefined;
@@ -7428,7 +7381,6 @@ declare const SysSettingAudit: Omit<{
7428
7381
  relationshipField?: string | undefined;
7429
7382
  } | undefined;
7430
7383
  readonly language?: string | undefined;
7431
- readonly maxRating?: number | undefined;
7432
7384
  readonly step?: number | undefined;
7433
7385
  readonly currencyConfig?: {
7434
7386
  precision: number;
@@ -7522,7 +7474,6 @@ declare const SysSettingAudit: Omit<{
7522
7474
  } | undefined;
7523
7475
  readonly sortable?: boolean | undefined;
7524
7476
  readonly inlineHelpText?: string | undefined;
7525
- readonly caseSensitive?: boolean | undefined;
7526
7477
  readonly autonumberFormat?: string | undefined;
7527
7478
  readonly index?: boolean | undefined;
7528
7479
  readonly type: "select";
@@ -7541,6 +7492,7 @@ declare const SysSettingAudit: Omit<{
7541
7492
  readonly name?: string | undefined;
7542
7493
  readonly precision?: number | undefined;
7543
7494
  readonly required?: boolean | undefined;
7495
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
7544
7496
  readonly multiple?: boolean | undefined;
7545
7497
  readonly dependencies?: string[] | undefined;
7546
7498
  readonly externalId?: boolean | undefined;
@@ -7603,7 +7555,6 @@ declare const SysSettingAudit: Omit<{
7603
7555
  relationshipField?: string | undefined;
7604
7556
  } | undefined;
7605
7557
  readonly language?: string | undefined;
7606
- readonly maxRating?: number | undefined;
7607
7558
  readonly step?: number | undefined;
7608
7559
  readonly currencyConfig?: {
7609
7560
  precision: number;
@@ -7697,7 +7648,6 @@ declare const SysSettingAudit: Omit<{
7697
7648
  } | undefined;
7698
7649
  readonly sortable?: boolean | undefined;
7699
7650
  readonly inlineHelpText?: string | undefined;
7700
- readonly caseSensitive?: boolean | undefined;
7701
7651
  readonly autonumberFormat?: string | undefined;
7702
7652
  readonly index?: boolean | undefined;
7703
7653
  readonly type: "lookup";
@@ -7721,6 +7671,7 @@ declare const SysSettingAudit: Omit<{
7721
7671
  readonly name?: string | undefined;
7722
7672
  readonly precision?: number | undefined;
7723
7673
  readonly required?: boolean | undefined;
7674
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
7724
7675
  readonly multiple?: boolean | undefined;
7725
7676
  readonly dependencies?: string[] | undefined;
7726
7677
  readonly externalId?: boolean | undefined;
@@ -7783,7 +7734,6 @@ declare const SysSettingAudit: Omit<{
7783
7734
  relationshipField?: string | undefined;
7784
7735
  } | undefined;
7785
7736
  readonly language?: string | undefined;
7786
- readonly maxRating?: number | undefined;
7787
7737
  readonly step?: number | undefined;
7788
7738
  readonly currencyConfig?: {
7789
7739
  precision: number;
@@ -7877,7 +7827,6 @@ declare const SysSettingAudit: Omit<{
7877
7827
  } | undefined;
7878
7828
  readonly sortable?: boolean | undefined;
7879
7829
  readonly inlineHelpText?: string | undefined;
7880
- readonly caseSensitive?: boolean | undefined;
7881
7830
  readonly autonumberFormat?: string | undefined;
7882
7831
  readonly index?: boolean | undefined;
7883
7832
  readonly type: "select";
@@ -7897,6 +7846,7 @@ declare const SysSettingAudit: Omit<{
7897
7846
  readonly name?: string | undefined;
7898
7847
  readonly precision?: number | undefined;
7899
7848
  readonly required?: boolean | undefined;
7849
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
7900
7850
  readonly multiple?: boolean | undefined;
7901
7851
  readonly dependencies?: string[] | undefined;
7902
7852
  readonly externalId?: boolean | undefined;
@@ -7959,7 +7909,6 @@ declare const SysSettingAudit: Omit<{
7959
7909
  relationshipField?: string | undefined;
7960
7910
  } | undefined;
7961
7911
  readonly language?: string | undefined;
7962
- readonly maxRating?: number | undefined;
7963
7912
  readonly step?: number | undefined;
7964
7913
  readonly currencyConfig?: {
7965
7914
  precision: number;
@@ -8053,7 +8002,6 @@ declare const SysSettingAudit: Omit<{
8053
8002
  } | undefined;
8054
8003
  readonly sortable?: boolean | undefined;
8055
8004
  readonly inlineHelpText?: string | undefined;
8056
- readonly caseSensitive?: boolean | undefined;
8057
8005
  readonly autonumberFormat?: string | undefined;
8058
8006
  readonly index?: boolean | undefined;
8059
8007
  readonly type: "text";
@@ -8078,6 +8026,7 @@ declare const SysSettingAudit: Omit<{
8078
8026
  readonly name?: string | undefined;
8079
8027
  readonly precision?: number | undefined;
8080
8028
  readonly required?: boolean | undefined;
8029
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
8081
8030
  readonly multiple?: boolean | undefined;
8082
8031
  readonly dependencies?: string[] | undefined;
8083
8032
  readonly externalId?: boolean | undefined;
@@ -8140,7 +8089,6 @@ declare const SysSettingAudit: Omit<{
8140
8089
  relationshipField?: string | undefined;
8141
8090
  } | undefined;
8142
8091
  readonly language?: string | undefined;
8143
- readonly maxRating?: number | undefined;
8144
8092
  readonly step?: number | undefined;
8145
8093
  readonly currencyConfig?: {
8146
8094
  precision: number;
@@ -8234,7 +8182,6 @@ declare const SysSettingAudit: Omit<{
8234
8182
  } | undefined;
8235
8183
  readonly sortable?: boolean | undefined;
8236
8184
  readonly inlineHelpText?: string | undefined;
8237
- readonly caseSensitive?: boolean | undefined;
8238
8185
  readonly autonumberFormat?: string | undefined;
8239
8186
  readonly index?: boolean | undefined;
8240
8187
  readonly type: "text";
@@ -8254,6 +8201,7 @@ declare const SysSettingAudit: Omit<{
8254
8201
  readonly name?: string | undefined;
8255
8202
  readonly precision?: number | undefined;
8256
8203
  readonly required?: boolean | undefined;
8204
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
8257
8205
  readonly multiple?: boolean | undefined;
8258
8206
  readonly dependencies?: string[] | undefined;
8259
8207
  readonly externalId?: boolean | undefined;
@@ -8316,7 +8264,6 @@ declare const SysSettingAudit: Omit<{
8316
8264
  relationshipField?: string | undefined;
8317
8265
  } | undefined;
8318
8266
  readonly language?: string | undefined;
8319
- readonly maxRating?: number | undefined;
8320
8267
  readonly step?: number | undefined;
8321
8268
  readonly currencyConfig?: {
8322
8269
  precision: number;
@@ -8410,7 +8357,6 @@ declare const SysSettingAudit: Omit<{
8410
8357
  } | undefined;
8411
8358
  readonly sortable?: boolean | undefined;
8412
8359
  readonly inlineHelpText?: string | undefined;
8413
- readonly caseSensitive?: boolean | undefined;
8414
8360
  readonly autonumberFormat?: string | undefined;
8415
8361
  readonly index?: boolean | undefined;
8416
8362
  readonly type: "text";
@@ -8430,6 +8376,7 @@ declare const SysSettingAudit: Omit<{
8430
8376
  readonly name?: string | undefined;
8431
8377
  readonly precision?: number | undefined;
8432
8378
  readonly required?: boolean | undefined;
8379
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
8433
8380
  readonly multiple?: boolean | undefined;
8434
8381
  readonly dependencies?: string[] | undefined;
8435
8382
  readonly externalId?: boolean | undefined;
@@ -8492,7 +8439,6 @@ declare const SysSettingAudit: Omit<{
8492
8439
  relationshipField?: string | undefined;
8493
8440
  } | undefined;
8494
8441
  readonly language?: string | undefined;
8495
- readonly maxRating?: number | undefined;
8496
8442
  readonly step?: number | undefined;
8497
8443
  readonly currencyConfig?: {
8498
8444
  precision: number;
@@ -8586,7 +8532,6 @@ declare const SysSettingAudit: Omit<{
8586
8532
  } | undefined;
8587
8533
  readonly sortable?: boolean | undefined;
8588
8534
  readonly inlineHelpText?: string | undefined;
8589
- readonly caseSensitive?: boolean | undefined;
8590
8535
  readonly autonumberFormat?: string | undefined;
8591
8536
  readonly index?: boolean | undefined;
8592
8537
  readonly type: "boolean";
@@ -8606,6 +8551,7 @@ declare const SysSettingAudit: Omit<{
8606
8551
  readonly name?: string | undefined;
8607
8552
  readonly precision?: number | undefined;
8608
8553
  readonly required?: boolean | undefined;
8554
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
8609
8555
  readonly multiple?: boolean | undefined;
8610
8556
  readonly dependencies?: string[] | undefined;
8611
8557
  readonly externalId?: boolean | undefined;
@@ -8668,7 +8614,6 @@ declare const SysSettingAudit: Omit<{
8668
8614
  relationshipField?: string | undefined;
8669
8615
  } | undefined;
8670
8616
  readonly language?: string | undefined;
8671
- readonly maxRating?: number | undefined;
8672
8617
  readonly step?: number | undefined;
8673
8618
  readonly currencyConfig?: {
8674
8619
  precision: number;
@@ -8762,7 +8707,6 @@ declare const SysSettingAudit: Omit<{
8762
8707
  } | undefined;
8763
8708
  readonly sortable?: boolean | undefined;
8764
8709
  readonly inlineHelpText?: string | undefined;
8765
- readonly caseSensitive?: boolean | undefined;
8766
8710
  readonly autonumberFormat?: string | undefined;
8767
8711
  readonly index?: boolean | undefined;
8768
8712
  readonly type: "text";