@objectstack/metadata-core 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.cts +15 -212
- package/dist/index.d.ts +15 -212
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -349,7 +349,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
349
349
|
relationshipField?: string | undefined;
|
|
350
350
|
} | undefined;
|
|
351
351
|
language?: string | undefined;
|
|
352
|
-
maxRating?: number | undefined;
|
|
353
352
|
step?: number | undefined;
|
|
354
353
|
currencyConfig?: {
|
|
355
354
|
precision: number;
|
|
@@ -479,7 +478,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
479
478
|
requiredPermissions?: string[] | undefined;
|
|
480
479
|
system?: boolean | undefined;
|
|
481
480
|
inlineHelpText?: string | undefined;
|
|
482
|
-
caseSensitive?: boolean | undefined;
|
|
483
481
|
autonumberFormat?: string | undefined;
|
|
484
482
|
}>;
|
|
485
483
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -567,12 +565,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
567
565
|
versionField: string;
|
|
568
566
|
retentionDays?: number | undefined;
|
|
569
567
|
} | undefined;
|
|
570
|
-
partitioning?: {
|
|
571
|
-
enabled: boolean;
|
|
572
|
-
strategy: "hash" | "list" | "range";
|
|
573
|
-
key: string;
|
|
574
|
-
interval?: string | undefined;
|
|
575
|
-
} | undefined;
|
|
576
568
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
577
569
|
activityMilestones?: {
|
|
578
570
|
field: string;
|
|
@@ -580,6 +572,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
580
572
|
summary: string;
|
|
581
573
|
type?: string | undefined;
|
|
582
574
|
}[] | undefined;
|
|
575
|
+
nameField?: string | undefined;
|
|
583
576
|
displayNameField?: string | undefined;
|
|
584
577
|
recordName?: {
|
|
585
578
|
type: "text" | "autonumber";
|
|
@@ -903,7 +896,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
903
896
|
debounceMs?: number | undefined;
|
|
904
897
|
} | undefined;
|
|
905
898
|
}> | undefined;
|
|
906
|
-
defaultDetailForm?: string | undefined;
|
|
907
899
|
searchableFields?: string[] | undefined;
|
|
908
900
|
search?: {
|
|
909
901
|
fields: string[];
|
|
@@ -920,7 +912,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
920
912
|
trash: boolean;
|
|
921
913
|
mru: boolean;
|
|
922
914
|
clone: boolean;
|
|
923
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
915
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
924
916
|
} | undefined;
|
|
925
917
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
926
918
|
publicSharing?: {
|
|
@@ -948,6 +940,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
948
940
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
949
941
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
950
942
|
target?: string | undefined;
|
|
943
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
951
944
|
body?: {
|
|
952
945
|
language: "expression";
|
|
953
946
|
source: string;
|
|
@@ -1133,7 +1126,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1133
1126
|
relationshipField?: string | undefined;
|
|
1134
1127
|
} | undefined;
|
|
1135
1128
|
readonly language?: string | undefined;
|
|
1136
|
-
readonly maxRating?: number | undefined;
|
|
1137
1129
|
readonly step?: number | undefined;
|
|
1138
1130
|
readonly currencyConfig?: {
|
|
1139
1131
|
precision: number;
|
|
@@ -1227,7 +1219,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1227
1219
|
} | undefined;
|
|
1228
1220
|
readonly sortable?: boolean | undefined;
|
|
1229
1221
|
readonly inlineHelpText?: string | undefined;
|
|
1230
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1231
1222
|
readonly autonumberFormat?: string | undefined;
|
|
1232
1223
|
readonly index?: boolean | undefined;
|
|
1233
1224
|
readonly type: "text";
|
|
@@ -1310,7 +1301,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1310
1301
|
relationshipField?: string | undefined;
|
|
1311
1302
|
} | undefined;
|
|
1312
1303
|
readonly language?: string | undefined;
|
|
1313
|
-
readonly maxRating?: number | undefined;
|
|
1314
1304
|
readonly step?: number | undefined;
|
|
1315
1305
|
readonly currencyConfig?: {
|
|
1316
1306
|
precision: number;
|
|
@@ -1404,7 +1394,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1404
1394
|
} | undefined;
|
|
1405
1395
|
readonly sortable?: boolean | undefined;
|
|
1406
1396
|
readonly inlineHelpText?: string | undefined;
|
|
1407
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1408
1397
|
readonly autonumberFormat?: string | undefined;
|
|
1409
1398
|
readonly index?: boolean | undefined;
|
|
1410
1399
|
readonly type: "text";
|
|
@@ -1487,7 +1476,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1487
1476
|
relationshipField?: string | undefined;
|
|
1488
1477
|
} | undefined;
|
|
1489
1478
|
readonly language?: string | undefined;
|
|
1490
|
-
readonly maxRating?: number | undefined;
|
|
1491
1479
|
readonly step?: number | undefined;
|
|
1492
1480
|
readonly currencyConfig?: {
|
|
1493
1481
|
precision: number;
|
|
@@ -1581,7 +1569,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1581
1569
|
} | undefined;
|
|
1582
1570
|
readonly sortable?: boolean | undefined;
|
|
1583
1571
|
readonly inlineHelpText?: string | undefined;
|
|
1584
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1585
1572
|
readonly autonumberFormat?: string | undefined;
|
|
1586
1573
|
readonly index?: boolean | undefined;
|
|
1587
1574
|
readonly type: "text";
|
|
@@ -1664,7 +1651,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1664
1651
|
relationshipField?: string | undefined;
|
|
1665
1652
|
} | undefined;
|
|
1666
1653
|
readonly language?: string | undefined;
|
|
1667
|
-
readonly maxRating?: number | undefined;
|
|
1668
1654
|
readonly step?: number | undefined;
|
|
1669
1655
|
readonly currencyConfig?: {
|
|
1670
1656
|
precision: number;
|
|
@@ -1758,7 +1744,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1758
1744
|
} | undefined;
|
|
1759
1745
|
readonly sortable?: boolean | undefined;
|
|
1760
1746
|
readonly inlineHelpText?: string | undefined;
|
|
1761
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1762
1747
|
readonly autonumberFormat?: string | undefined;
|
|
1763
1748
|
readonly index?: boolean | undefined;
|
|
1764
1749
|
readonly type: "text";
|
|
@@ -1841,7 +1826,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1841
1826
|
relationshipField?: string | undefined;
|
|
1842
1827
|
} | undefined;
|
|
1843
1828
|
readonly language?: string | undefined;
|
|
1844
|
-
readonly maxRating?: number | undefined;
|
|
1845
1829
|
readonly step?: number | undefined;
|
|
1846
1830
|
readonly currencyConfig?: {
|
|
1847
1831
|
precision: number;
|
|
@@ -1935,7 +1919,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1935
1919
|
} | undefined;
|
|
1936
1920
|
readonly sortable?: boolean | undefined;
|
|
1937
1921
|
readonly inlineHelpText?: string | undefined;
|
|
1938
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1939
1922
|
readonly autonumberFormat?: string | undefined;
|
|
1940
1923
|
readonly index?: boolean | undefined;
|
|
1941
1924
|
readonly type: "text";
|
|
@@ -2021,7 +2004,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2021
2004
|
relationshipField?: string | undefined;
|
|
2022
2005
|
} | undefined;
|
|
2023
2006
|
readonly language?: string | undefined;
|
|
2024
|
-
readonly maxRating?: number | undefined;
|
|
2025
2007
|
readonly step?: number | undefined;
|
|
2026
2008
|
readonly currencyConfig?: {
|
|
2027
2009
|
precision: number;
|
|
@@ -2115,7 +2097,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2115
2097
|
} | undefined;
|
|
2116
2098
|
readonly sortable?: boolean | undefined;
|
|
2117
2099
|
readonly inlineHelpText?: string | undefined;
|
|
2118
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2119
2100
|
readonly autonumberFormat?: string | undefined;
|
|
2120
2101
|
readonly index?: boolean | undefined;
|
|
2121
2102
|
readonly type: "lookup";
|
|
@@ -2198,7 +2179,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2198
2179
|
relationshipField?: string | undefined;
|
|
2199
2180
|
} | undefined;
|
|
2200
2181
|
readonly language?: string | undefined;
|
|
2201
|
-
readonly maxRating?: number | undefined;
|
|
2202
2182
|
readonly step?: number | undefined;
|
|
2203
2183
|
readonly currencyConfig?: {
|
|
2204
2184
|
precision: number;
|
|
@@ -2292,7 +2272,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2292
2272
|
} | undefined;
|
|
2293
2273
|
readonly sortable?: boolean | undefined;
|
|
2294
2274
|
readonly inlineHelpText?: string | undefined;
|
|
2295
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2296
2275
|
readonly autonumberFormat?: string | undefined;
|
|
2297
2276
|
readonly index?: boolean | undefined;
|
|
2298
2277
|
readonly type: "select";
|
|
@@ -2375,7 +2354,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2375
2354
|
relationshipField?: string | undefined;
|
|
2376
2355
|
} | undefined;
|
|
2377
2356
|
readonly language?: string | undefined;
|
|
2378
|
-
readonly maxRating?: number | undefined;
|
|
2379
2357
|
readonly step?: number | undefined;
|
|
2380
2358
|
readonly currencyConfig?: {
|
|
2381
2359
|
precision: number;
|
|
@@ -2469,7 +2447,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2469
2447
|
} | undefined;
|
|
2470
2448
|
readonly sortable?: boolean | undefined;
|
|
2471
2449
|
readonly inlineHelpText?: string | undefined;
|
|
2472
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2473
2450
|
readonly autonumberFormat?: string | undefined;
|
|
2474
2451
|
readonly index?: boolean | undefined;
|
|
2475
2452
|
readonly type: "select";
|
|
@@ -2552,7 +2529,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2552
2529
|
relationshipField?: string | undefined;
|
|
2553
2530
|
} | undefined;
|
|
2554
2531
|
readonly language?: string | undefined;
|
|
2555
|
-
readonly maxRating?: number | undefined;
|
|
2556
2532
|
readonly step?: number | undefined;
|
|
2557
2533
|
readonly currencyConfig?: {
|
|
2558
2534
|
precision: number;
|
|
@@ -2646,7 +2622,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2646
2622
|
} | undefined;
|
|
2647
2623
|
readonly sortable?: boolean | undefined;
|
|
2648
2624
|
readonly inlineHelpText?: string | undefined;
|
|
2649
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2650
2625
|
readonly autonumberFormat?: string | undefined;
|
|
2651
2626
|
readonly index?: boolean | undefined;
|
|
2652
2627
|
readonly type: "textarea";
|
|
@@ -2729,7 +2704,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2729
2704
|
relationshipField?: string | undefined;
|
|
2730
2705
|
} | undefined;
|
|
2731
2706
|
readonly language?: string | undefined;
|
|
2732
|
-
readonly maxRating?: number | undefined;
|
|
2733
2707
|
readonly step?: number | undefined;
|
|
2734
2708
|
readonly currencyConfig?: {
|
|
2735
2709
|
precision: number;
|
|
@@ -2823,7 +2797,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2823
2797
|
} | undefined;
|
|
2824
2798
|
readonly sortable?: boolean | undefined;
|
|
2825
2799
|
readonly inlineHelpText?: string | undefined;
|
|
2826
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2827
2800
|
readonly autonumberFormat?: string | undefined;
|
|
2828
2801
|
readonly index?: boolean | undefined;
|
|
2829
2802
|
readonly type: "text";
|
|
@@ -2906,7 +2879,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2906
2879
|
relationshipField?: string | undefined;
|
|
2907
2880
|
} | undefined;
|
|
2908
2881
|
readonly language?: string | undefined;
|
|
2909
|
-
readonly maxRating?: number | undefined;
|
|
2910
2882
|
readonly step?: number | undefined;
|
|
2911
2883
|
readonly currencyConfig?: {
|
|
2912
2884
|
precision: number;
|
|
@@ -3000,7 +2972,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3000
2972
|
} | undefined;
|
|
3001
2973
|
readonly sortable?: boolean | undefined;
|
|
3002
2974
|
readonly inlineHelpText?: string | undefined;
|
|
3003
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3004
2975
|
readonly autonumberFormat?: string | undefined;
|
|
3005
2976
|
readonly index?: boolean | undefined;
|
|
3006
2977
|
readonly type: "select";
|
|
@@ -3083,7 +3054,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3083
3054
|
relationshipField?: string | undefined;
|
|
3084
3055
|
} | undefined;
|
|
3085
3056
|
readonly language?: string | undefined;
|
|
3086
|
-
readonly maxRating?: number | undefined;
|
|
3087
3057
|
readonly step?: number | undefined;
|
|
3088
3058
|
readonly currencyConfig?: {
|
|
3089
3059
|
precision: number;
|
|
@@ -3177,7 +3147,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3177
3147
|
} | undefined;
|
|
3178
3148
|
readonly sortable?: boolean | undefined;
|
|
3179
3149
|
readonly inlineHelpText?: string | undefined;
|
|
3180
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3181
3150
|
readonly autonumberFormat?: string | undefined;
|
|
3182
3151
|
readonly index?: boolean | undefined;
|
|
3183
3152
|
readonly type: "text";
|
|
@@ -3260,7 +3229,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3260
3229
|
relationshipField?: string | undefined;
|
|
3261
3230
|
} | undefined;
|
|
3262
3231
|
readonly language?: string | undefined;
|
|
3263
|
-
readonly maxRating?: number | undefined;
|
|
3264
3232
|
readonly step?: number | undefined;
|
|
3265
3233
|
readonly currencyConfig?: {
|
|
3266
3234
|
precision: number;
|
|
@@ -3354,7 +3322,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3354
3322
|
} | undefined;
|
|
3355
3323
|
readonly sortable?: boolean | undefined;
|
|
3356
3324
|
readonly inlineHelpText?: string | undefined;
|
|
3357
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3358
3325
|
readonly autonumberFormat?: string | undefined;
|
|
3359
3326
|
readonly index?: boolean | undefined;
|
|
3360
3327
|
readonly type: "select";
|
|
@@ -3437,7 +3404,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3437
3404
|
relationshipField?: string | undefined;
|
|
3438
3405
|
} | undefined;
|
|
3439
3406
|
readonly language?: string | undefined;
|
|
3440
|
-
readonly maxRating?: number | undefined;
|
|
3441
3407
|
readonly step?: number | undefined;
|
|
3442
3408
|
readonly currencyConfig?: {
|
|
3443
3409
|
precision: number;
|
|
@@ -3531,7 +3497,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3531
3497
|
} | undefined;
|
|
3532
3498
|
readonly sortable?: boolean | undefined;
|
|
3533
3499
|
readonly inlineHelpText?: string | undefined;
|
|
3534
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3535
3500
|
readonly autonumberFormat?: string | undefined;
|
|
3536
3501
|
readonly index?: boolean | undefined;
|
|
3537
3502
|
readonly type: "lookup";
|
|
@@ -3619,7 +3584,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3619
3584
|
relationshipField?: string | undefined;
|
|
3620
3585
|
} | undefined;
|
|
3621
3586
|
readonly language?: string | undefined;
|
|
3622
|
-
readonly maxRating?: number | undefined;
|
|
3623
3587
|
readonly step?: number | undefined;
|
|
3624
3588
|
readonly currencyConfig?: {
|
|
3625
3589
|
precision: number;
|
|
@@ -3713,7 +3677,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3713
3677
|
} | undefined;
|
|
3714
3678
|
readonly sortable?: boolean | undefined;
|
|
3715
3679
|
readonly inlineHelpText?: string | undefined;
|
|
3716
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3717
3680
|
readonly autonumberFormat?: string | undefined;
|
|
3718
3681
|
readonly index?: boolean | undefined;
|
|
3719
3682
|
readonly type: "lookup";
|
|
@@ -3796,7 +3759,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3796
3759
|
relationshipField?: string | undefined;
|
|
3797
3760
|
} | undefined;
|
|
3798
3761
|
readonly language?: string | undefined;
|
|
3799
|
-
readonly maxRating?: number | undefined;
|
|
3800
3762
|
readonly step?: number | undefined;
|
|
3801
3763
|
readonly currencyConfig?: {
|
|
3802
3764
|
precision: number;
|
|
@@ -3890,7 +3852,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3890
3852
|
} | undefined;
|
|
3891
3853
|
readonly sortable?: boolean | undefined;
|
|
3892
3854
|
readonly inlineHelpText?: string | undefined;
|
|
3893
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3894
3855
|
readonly autonumberFormat?: string | undefined;
|
|
3895
3856
|
readonly index?: boolean | undefined;
|
|
3896
3857
|
readonly type: "number";
|
|
@@ -3973,7 +3934,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3973
3934
|
relationshipField?: string | undefined;
|
|
3974
3935
|
} | undefined;
|
|
3975
3936
|
readonly language?: string | undefined;
|
|
3976
|
-
readonly maxRating?: number | undefined;
|
|
3977
3937
|
readonly step?: number | undefined;
|
|
3978
3938
|
readonly currencyConfig?: {
|
|
3979
3939
|
precision: number;
|
|
@@ -4067,7 +4027,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4067
4027
|
} | undefined;
|
|
4068
4028
|
readonly sortable?: boolean | undefined;
|
|
4069
4029
|
readonly inlineHelpText?: string | undefined;
|
|
4070
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4071
4030
|
readonly autonumberFormat?: string | undefined;
|
|
4072
4031
|
readonly index?: boolean | undefined;
|
|
4073
4032
|
readonly type: "text";
|
|
@@ -4150,7 +4109,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4150
4109
|
relationshipField?: string | undefined;
|
|
4151
4110
|
} | undefined;
|
|
4152
4111
|
readonly language?: string | undefined;
|
|
4153
|
-
readonly maxRating?: number | undefined;
|
|
4154
4112
|
readonly step?: number | undefined;
|
|
4155
4113
|
readonly currencyConfig?: {
|
|
4156
4114
|
precision: number;
|
|
@@ -4244,7 +4202,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4244
4202
|
} | undefined;
|
|
4245
4203
|
readonly sortable?: boolean | undefined;
|
|
4246
4204
|
readonly inlineHelpText?: string | undefined;
|
|
4247
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4248
4205
|
readonly autonumberFormat?: string | undefined;
|
|
4249
4206
|
readonly index?: boolean | undefined;
|
|
4250
4207
|
readonly type: "select";
|
|
@@ -4327,7 +4284,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4327
4284
|
relationshipField?: string | undefined;
|
|
4328
4285
|
} | undefined;
|
|
4329
4286
|
readonly language?: string | undefined;
|
|
4330
|
-
readonly maxRating?: number | undefined;
|
|
4331
4287
|
readonly step?: number | undefined;
|
|
4332
4288
|
readonly currencyConfig?: {
|
|
4333
4289
|
precision: number;
|
|
@@ -4421,7 +4377,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4421
4377
|
} | undefined;
|
|
4422
4378
|
readonly sortable?: boolean | undefined;
|
|
4423
4379
|
readonly inlineHelpText?: string | undefined;
|
|
4424
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4425
4380
|
readonly autonumberFormat?: string | undefined;
|
|
4426
4381
|
readonly index?: boolean | undefined;
|
|
4427
4382
|
readonly type: "textarea";
|
|
@@ -4504,7 +4459,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4504
4459
|
relationshipField?: string | undefined;
|
|
4505
4460
|
} | undefined;
|
|
4506
4461
|
readonly language?: string | undefined;
|
|
4507
|
-
readonly maxRating?: number | undefined;
|
|
4508
4462
|
readonly step?: number | undefined;
|
|
4509
4463
|
readonly currencyConfig?: {
|
|
4510
4464
|
precision: number;
|
|
@@ -4598,7 +4552,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4598
4552
|
} | undefined;
|
|
4599
4553
|
readonly sortable?: boolean | undefined;
|
|
4600
4554
|
readonly inlineHelpText?: string | undefined;
|
|
4601
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4602
4555
|
readonly autonumberFormat?: string | undefined;
|
|
4603
4556
|
readonly index?: boolean | undefined;
|
|
4604
4557
|
readonly type: "lookup";
|
|
@@ -4680,7 +4633,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4680
4633
|
relationshipField?: string | undefined;
|
|
4681
4634
|
} | undefined;
|
|
4682
4635
|
readonly language?: string | undefined;
|
|
4683
|
-
readonly maxRating?: number | undefined;
|
|
4684
4636
|
readonly step?: number | undefined;
|
|
4685
4637
|
readonly currencyConfig?: {
|
|
4686
4638
|
precision: number;
|
|
@@ -4774,7 +4726,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4774
4726
|
} | undefined;
|
|
4775
4727
|
readonly sortable?: boolean | undefined;
|
|
4776
4728
|
readonly inlineHelpText?: string | undefined;
|
|
4777
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4778
4729
|
readonly autonumberFormat?: string | undefined;
|
|
4779
4730
|
readonly index?: boolean | undefined;
|
|
4780
4731
|
readonly type: "datetime";
|
|
@@ -4856,7 +4807,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4856
4807
|
relationshipField?: string | undefined;
|
|
4857
4808
|
} | undefined;
|
|
4858
4809
|
readonly language?: string | undefined;
|
|
4859
|
-
readonly maxRating?: number | undefined;
|
|
4860
4810
|
readonly step?: number | undefined;
|
|
4861
4811
|
readonly currencyConfig?: {
|
|
4862
4812
|
precision: number;
|
|
@@ -4950,7 +4900,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4950
4900
|
} | undefined;
|
|
4951
4901
|
readonly sortable?: boolean | undefined;
|
|
4952
4902
|
readonly inlineHelpText?: string | undefined;
|
|
4953
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4954
4903
|
readonly autonumberFormat?: string | undefined;
|
|
4955
4904
|
readonly index?: boolean | undefined;
|
|
4956
4905
|
readonly type: "lookup";
|
|
@@ -5032,7 +4981,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
5032
4981
|
relationshipField?: string | undefined;
|
|
5033
4982
|
} | undefined;
|
|
5034
4983
|
readonly language?: string | undefined;
|
|
5035
|
-
readonly maxRating?: number | undefined;
|
|
5036
4984
|
readonly step?: number | undefined;
|
|
5037
4985
|
readonly currencyConfig?: {
|
|
5038
4986
|
precision: number;
|
|
@@ -5126,7 +5074,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
5126
5074
|
} | undefined;
|
|
5127
5075
|
readonly sortable?: boolean | undefined;
|
|
5128
5076
|
readonly inlineHelpText?: string | undefined;
|
|
5129
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5130
5077
|
readonly autonumberFormat?: string | undefined;
|
|
5131
5078
|
readonly index?: boolean | undefined;
|
|
5132
5079
|
readonly type: "datetime";
|
|
@@ -5348,7 +5295,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5348
5295
|
relationshipField?: string | undefined;
|
|
5349
5296
|
} | undefined;
|
|
5350
5297
|
language?: string | undefined;
|
|
5351
|
-
maxRating?: number | undefined;
|
|
5352
5298
|
step?: number | undefined;
|
|
5353
5299
|
currencyConfig?: {
|
|
5354
5300
|
precision: number;
|
|
@@ -5478,7 +5424,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5478
5424
|
requiredPermissions?: string[] | undefined;
|
|
5479
5425
|
system?: boolean | undefined;
|
|
5480
5426
|
inlineHelpText?: string | undefined;
|
|
5481
|
-
caseSensitive?: boolean | undefined;
|
|
5482
5427
|
autonumberFormat?: string | undefined;
|
|
5483
5428
|
}>;
|
|
5484
5429
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -5566,12 +5511,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5566
5511
|
versionField: string;
|
|
5567
5512
|
retentionDays?: number | undefined;
|
|
5568
5513
|
} | undefined;
|
|
5569
|
-
partitioning?: {
|
|
5570
|
-
enabled: boolean;
|
|
5571
|
-
strategy: "hash" | "list" | "range";
|
|
5572
|
-
key: string;
|
|
5573
|
-
interval?: string | undefined;
|
|
5574
|
-
} | undefined;
|
|
5575
5514
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
5576
5515
|
activityMilestones?: {
|
|
5577
5516
|
field: string;
|
|
@@ -5579,6 +5518,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5579
5518
|
summary: string;
|
|
5580
5519
|
type?: string | undefined;
|
|
5581
5520
|
}[] | undefined;
|
|
5521
|
+
nameField?: string | undefined;
|
|
5582
5522
|
displayNameField?: string | undefined;
|
|
5583
5523
|
recordName?: {
|
|
5584
5524
|
type: "text" | "autonumber";
|
|
@@ -5902,7 +5842,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5902
5842
|
debounceMs?: number | undefined;
|
|
5903
5843
|
} | undefined;
|
|
5904
5844
|
}> | undefined;
|
|
5905
|
-
defaultDetailForm?: string | undefined;
|
|
5906
5845
|
searchableFields?: string[] | undefined;
|
|
5907
5846
|
search?: {
|
|
5908
5847
|
fields: string[];
|
|
@@ -5919,7 +5858,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5919
5858
|
trash: boolean;
|
|
5920
5859
|
mru: boolean;
|
|
5921
5860
|
clone: boolean;
|
|
5922
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
5861
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5923
5862
|
} | undefined;
|
|
5924
5863
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5925
5864
|
publicSharing?: {
|
|
@@ -5947,6 +5886,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5947
5886
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
5948
5887
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
5949
5888
|
target?: string | undefined;
|
|
5889
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
5950
5890
|
body?: {
|
|
5951
5891
|
language: "expression";
|
|
5952
5892
|
source: string;
|
|
@@ -6132,7 +6072,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6132
6072
|
relationshipField?: string | undefined;
|
|
6133
6073
|
} | undefined;
|
|
6134
6074
|
readonly language?: string | undefined;
|
|
6135
|
-
readonly maxRating?: number | undefined;
|
|
6136
6075
|
readonly step?: number | undefined;
|
|
6137
6076
|
readonly currencyConfig?: {
|
|
6138
6077
|
precision: number;
|
|
@@ -6226,7 +6165,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6226
6165
|
} | undefined;
|
|
6227
6166
|
readonly sortable?: boolean | undefined;
|
|
6228
6167
|
readonly inlineHelpText?: string | undefined;
|
|
6229
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6230
6168
|
readonly autonumberFormat?: string | undefined;
|
|
6231
6169
|
readonly index?: boolean | undefined;
|
|
6232
6170
|
readonly type: "text";
|
|
@@ -6309,7 +6247,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6309
6247
|
relationshipField?: string | undefined;
|
|
6310
6248
|
} | undefined;
|
|
6311
6249
|
readonly language?: string | undefined;
|
|
6312
|
-
readonly maxRating?: number | undefined;
|
|
6313
6250
|
readonly step?: number | undefined;
|
|
6314
6251
|
readonly currencyConfig?: {
|
|
6315
6252
|
precision: number;
|
|
@@ -6403,7 +6340,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6403
6340
|
} | undefined;
|
|
6404
6341
|
readonly sortable?: boolean | undefined;
|
|
6405
6342
|
readonly inlineHelpText?: string | undefined;
|
|
6406
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6407
6343
|
readonly autonumberFormat?: string | undefined;
|
|
6408
6344
|
readonly index?: boolean | undefined;
|
|
6409
6345
|
readonly type: "number";
|
|
@@ -6486,7 +6422,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6486
6422
|
relationshipField?: string | undefined;
|
|
6487
6423
|
} | undefined;
|
|
6488
6424
|
readonly language?: string | undefined;
|
|
6489
|
-
readonly maxRating?: number | undefined;
|
|
6490
6425
|
readonly step?: number | undefined;
|
|
6491
6426
|
readonly currencyConfig?: {
|
|
6492
6427
|
precision: number;
|
|
@@ -6580,7 +6515,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6580
6515
|
} | undefined;
|
|
6581
6516
|
readonly sortable?: boolean | undefined;
|
|
6582
6517
|
readonly inlineHelpText?: string | undefined;
|
|
6583
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6584
6518
|
readonly autonumberFormat?: string | undefined;
|
|
6585
6519
|
readonly index?: boolean | undefined;
|
|
6586
6520
|
readonly type: "text";
|
|
@@ -6663,7 +6597,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6663
6597
|
relationshipField?: string | undefined;
|
|
6664
6598
|
} | undefined;
|
|
6665
6599
|
readonly language?: string | undefined;
|
|
6666
|
-
readonly maxRating?: number | undefined;
|
|
6667
6600
|
readonly step?: number | undefined;
|
|
6668
6601
|
readonly currencyConfig?: {
|
|
6669
6602
|
precision: number;
|
|
@@ -6757,7 +6690,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6757
6690
|
} | undefined;
|
|
6758
6691
|
readonly sortable?: boolean | undefined;
|
|
6759
6692
|
readonly inlineHelpText?: string | undefined;
|
|
6760
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6761
6693
|
readonly autonumberFormat?: string | undefined;
|
|
6762
6694
|
readonly index?: boolean | undefined;
|
|
6763
6695
|
readonly type: "text";
|
|
@@ -6840,7 +6772,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6840
6772
|
relationshipField?: string | undefined;
|
|
6841
6773
|
} | undefined;
|
|
6842
6774
|
readonly language?: string | undefined;
|
|
6843
|
-
readonly maxRating?: number | undefined;
|
|
6844
6775
|
readonly step?: number | undefined;
|
|
6845
6776
|
readonly currencyConfig?: {
|
|
6846
6777
|
precision: number;
|
|
@@ -6934,7 +6865,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6934
6865
|
} | undefined;
|
|
6935
6866
|
readonly sortable?: boolean | undefined;
|
|
6936
6867
|
readonly inlineHelpText?: string | undefined;
|
|
6937
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6938
6868
|
readonly autonumberFormat?: string | undefined;
|
|
6939
6869
|
readonly index?: boolean | undefined;
|
|
6940
6870
|
readonly type: "number";
|
|
@@ -7017,7 +6947,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7017
6947
|
relationshipField?: string | undefined;
|
|
7018
6948
|
} | undefined;
|
|
7019
6949
|
readonly language?: string | undefined;
|
|
7020
|
-
readonly maxRating?: number | undefined;
|
|
7021
6950
|
readonly step?: number | undefined;
|
|
7022
6951
|
readonly currencyConfig?: {
|
|
7023
6952
|
precision: number;
|
|
@@ -7111,7 +7040,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7111
7040
|
} | undefined;
|
|
7112
7041
|
readonly sortable?: boolean | undefined;
|
|
7113
7042
|
readonly inlineHelpText?: string | undefined;
|
|
7114
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7115
7043
|
readonly autonumberFormat?: string | undefined;
|
|
7116
7044
|
readonly index?: boolean | undefined;
|
|
7117
7045
|
readonly type: "select";
|
|
@@ -7197,7 +7125,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7197
7125
|
relationshipField?: string | undefined;
|
|
7198
7126
|
} | undefined;
|
|
7199
7127
|
readonly language?: string | undefined;
|
|
7200
|
-
readonly maxRating?: number | undefined;
|
|
7201
7128
|
readonly step?: number | undefined;
|
|
7202
7129
|
readonly currencyConfig?: {
|
|
7203
7130
|
precision: number;
|
|
@@ -7291,7 +7218,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7291
7218
|
} | undefined;
|
|
7292
7219
|
readonly sortable?: boolean | undefined;
|
|
7293
7220
|
readonly inlineHelpText?: string | undefined;
|
|
7294
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7295
7221
|
readonly autonumberFormat?: string | undefined;
|
|
7296
7222
|
readonly index?: boolean | undefined;
|
|
7297
7223
|
readonly type: "textarea";
|
|
@@ -7374,7 +7300,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7374
7300
|
relationshipField?: string | undefined;
|
|
7375
7301
|
} | undefined;
|
|
7376
7302
|
readonly language?: string | undefined;
|
|
7377
|
-
readonly maxRating?: number | undefined;
|
|
7378
7303
|
readonly step?: number | undefined;
|
|
7379
7304
|
readonly currencyConfig?: {
|
|
7380
7305
|
precision: number;
|
|
@@ -7468,7 +7393,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7468
7393
|
} | undefined;
|
|
7469
7394
|
readonly sortable?: boolean | undefined;
|
|
7470
7395
|
readonly inlineHelpText?: string | undefined;
|
|
7471
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7472
7396
|
readonly autonumberFormat?: string | undefined;
|
|
7473
7397
|
readonly index?: boolean | undefined;
|
|
7474
7398
|
readonly type: "text";
|
|
@@ -7551,7 +7475,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7551
7475
|
relationshipField?: string | undefined;
|
|
7552
7476
|
} | undefined;
|
|
7553
7477
|
readonly language?: string | undefined;
|
|
7554
|
-
readonly maxRating?: number | undefined;
|
|
7555
7478
|
readonly step?: number | undefined;
|
|
7556
7479
|
readonly currencyConfig?: {
|
|
7557
7480
|
precision: number;
|
|
@@ -7645,7 +7568,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7645
7568
|
} | undefined;
|
|
7646
7569
|
readonly sortable?: boolean | undefined;
|
|
7647
7570
|
readonly inlineHelpText?: string | undefined;
|
|
7648
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7649
7571
|
readonly autonumberFormat?: string | undefined;
|
|
7650
7572
|
readonly index?: boolean | undefined;
|
|
7651
7573
|
readonly type: "text";
|
|
@@ -7728,7 +7650,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7728
7650
|
relationshipField?: string | undefined;
|
|
7729
7651
|
} | undefined;
|
|
7730
7652
|
readonly language?: string | undefined;
|
|
7731
|
-
readonly maxRating?: number | undefined;
|
|
7732
7653
|
readonly step?: number | undefined;
|
|
7733
7654
|
readonly currencyConfig?: {
|
|
7734
7655
|
precision: number;
|
|
@@ -7822,7 +7743,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7822
7743
|
} | undefined;
|
|
7823
7744
|
readonly sortable?: boolean | undefined;
|
|
7824
7745
|
readonly inlineHelpText?: string | undefined;
|
|
7825
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7826
7746
|
readonly autonumberFormat?: string | undefined;
|
|
7827
7747
|
readonly index?: boolean | undefined;
|
|
7828
7748
|
readonly type: "textarea";
|
|
@@ -7909,7 +7829,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7909
7829
|
relationshipField?: string | undefined;
|
|
7910
7830
|
} | undefined;
|
|
7911
7831
|
readonly language?: string | undefined;
|
|
7912
|
-
readonly maxRating?: number | undefined;
|
|
7913
7832
|
readonly step?: number | undefined;
|
|
7914
7833
|
readonly currencyConfig?: {
|
|
7915
7834
|
precision: number;
|
|
@@ -8003,7 +7922,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8003
7922
|
} | undefined;
|
|
8004
7923
|
readonly sortable?: boolean | undefined;
|
|
8005
7924
|
readonly inlineHelpText?: string | undefined;
|
|
8006
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8007
7925
|
readonly autonumberFormat?: string | undefined;
|
|
8008
7926
|
readonly index?: boolean | undefined;
|
|
8009
7927
|
readonly type: "text";
|
|
@@ -8086,7 +8004,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8086
8004
|
relationshipField?: string | undefined;
|
|
8087
8005
|
} | undefined;
|
|
8088
8006
|
readonly language?: string | undefined;
|
|
8089
|
-
readonly maxRating?: number | undefined;
|
|
8090
8007
|
readonly step?: number | undefined;
|
|
8091
8008
|
readonly currencyConfig?: {
|
|
8092
8009
|
precision: number;
|
|
@@ -8180,7 +8097,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8180
8097
|
} | undefined;
|
|
8181
8098
|
readonly sortable?: boolean | undefined;
|
|
8182
8099
|
readonly inlineHelpText?: string | undefined;
|
|
8183
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8184
8100
|
readonly autonumberFormat?: string | undefined;
|
|
8185
8101
|
readonly index?: boolean | undefined;
|
|
8186
8102
|
readonly type: "lookup";
|
|
@@ -8263,7 +8179,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8263
8179
|
relationshipField?: string | undefined;
|
|
8264
8180
|
} | undefined;
|
|
8265
8181
|
readonly language?: string | undefined;
|
|
8266
|
-
readonly maxRating?: number | undefined;
|
|
8267
8182
|
readonly step?: number | undefined;
|
|
8268
8183
|
readonly currencyConfig?: {
|
|
8269
8184
|
precision: number;
|
|
@@ -8357,7 +8272,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8357
8272
|
} | undefined;
|
|
8358
8273
|
readonly sortable?: boolean | undefined;
|
|
8359
8274
|
readonly inlineHelpText?: string | undefined;
|
|
8360
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8361
8275
|
readonly autonumberFormat?: string | undefined;
|
|
8362
8276
|
readonly index?: boolean | undefined;
|
|
8363
8277
|
readonly type: "lookup";
|
|
@@ -8440,7 +8354,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8440
8354
|
relationshipField?: string | undefined;
|
|
8441
8355
|
} | undefined;
|
|
8442
8356
|
readonly language?: string | undefined;
|
|
8443
|
-
readonly maxRating?: number | undefined;
|
|
8444
8357
|
readonly step?: number | undefined;
|
|
8445
8358
|
readonly currencyConfig?: {
|
|
8446
8359
|
precision: number;
|
|
@@ -8534,7 +8447,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8534
8447
|
} | undefined;
|
|
8535
8448
|
readonly sortable?: boolean | undefined;
|
|
8536
8449
|
readonly inlineHelpText?: string | undefined;
|
|
8537
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8538
8450
|
readonly autonumberFormat?: string | undefined;
|
|
8539
8451
|
readonly index?: boolean | undefined;
|
|
8540
8452
|
readonly type: "datetime";
|
|
@@ -8674,7 +8586,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
8674
8586
|
relationshipField?: string | undefined;
|
|
8675
8587
|
} | undefined;
|
|
8676
8588
|
language?: string | undefined;
|
|
8677
|
-
maxRating?: number | undefined;
|
|
8678
8589
|
step?: number | undefined;
|
|
8679
8590
|
currencyConfig?: {
|
|
8680
8591
|
precision: number;
|
|
@@ -8804,7 +8715,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
8804
8715
|
requiredPermissions?: string[] | undefined;
|
|
8805
8716
|
system?: boolean | undefined;
|
|
8806
8717
|
inlineHelpText?: string | undefined;
|
|
8807
|
-
caseSensitive?: boolean | undefined;
|
|
8808
8718
|
autonumberFormat?: string | undefined;
|
|
8809
8719
|
}>;
|
|
8810
8720
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -8892,12 +8802,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
8892
8802
|
versionField: string;
|
|
8893
8803
|
retentionDays?: number | undefined;
|
|
8894
8804
|
} | undefined;
|
|
8895
|
-
partitioning?: {
|
|
8896
|
-
enabled: boolean;
|
|
8897
|
-
strategy: "hash" | "list" | "range";
|
|
8898
|
-
key: string;
|
|
8899
|
-
interval?: string | undefined;
|
|
8900
|
-
} | undefined;
|
|
8901
8805
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
8902
8806
|
activityMilestones?: {
|
|
8903
8807
|
field: string;
|
|
@@ -8905,6 +8809,7 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
8905
8809
|
summary: string;
|
|
8906
8810
|
type?: string | undefined;
|
|
8907
8811
|
}[] | undefined;
|
|
8812
|
+
nameField?: string | undefined;
|
|
8908
8813
|
displayNameField?: string | undefined;
|
|
8909
8814
|
recordName?: {
|
|
8910
8815
|
type: "text" | "autonumber";
|
|
@@ -9228,7 +9133,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9228
9133
|
debounceMs?: number | undefined;
|
|
9229
9134
|
} | undefined;
|
|
9230
9135
|
}> | undefined;
|
|
9231
|
-
defaultDetailForm?: string | undefined;
|
|
9232
9136
|
searchableFields?: string[] | undefined;
|
|
9233
9137
|
search?: {
|
|
9234
9138
|
fields: string[];
|
|
@@ -9245,7 +9149,7 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9245
9149
|
trash: boolean;
|
|
9246
9150
|
mru: boolean;
|
|
9247
9151
|
clone: boolean;
|
|
9248
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
9152
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9249
9153
|
} | undefined;
|
|
9250
9154
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9251
9155
|
publicSharing?: {
|
|
@@ -9273,6 +9177,7 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9273
9177
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
9274
9178
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
9275
9179
|
target?: string | undefined;
|
|
9180
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
9276
9181
|
body?: {
|
|
9277
9182
|
language: "expression";
|
|
9278
9183
|
source: string;
|
|
@@ -9458,7 +9363,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9458
9363
|
relationshipField?: string | undefined;
|
|
9459
9364
|
} | undefined;
|
|
9460
9365
|
readonly language?: string | undefined;
|
|
9461
|
-
readonly maxRating?: number | undefined;
|
|
9462
9366
|
readonly step?: number | undefined;
|
|
9463
9367
|
readonly currencyConfig?: {
|
|
9464
9368
|
precision: number;
|
|
@@ -9552,7 +9456,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9552
9456
|
} | undefined;
|
|
9553
9457
|
readonly sortable?: boolean | undefined;
|
|
9554
9458
|
readonly inlineHelpText?: string | undefined;
|
|
9555
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9556
9459
|
readonly autonumberFormat?: string | undefined;
|
|
9557
9460
|
readonly index?: boolean | undefined;
|
|
9558
9461
|
readonly type: "text";
|
|
@@ -9635,7 +9538,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9635
9538
|
relationshipField?: string | undefined;
|
|
9636
9539
|
} | undefined;
|
|
9637
9540
|
readonly language?: string | undefined;
|
|
9638
|
-
readonly maxRating?: number | undefined;
|
|
9639
9541
|
readonly step?: number | undefined;
|
|
9640
9542
|
readonly currencyConfig?: {
|
|
9641
9543
|
precision: number;
|
|
@@ -9729,7 +9631,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9729
9631
|
} | undefined;
|
|
9730
9632
|
readonly sortable?: boolean | undefined;
|
|
9731
9633
|
readonly inlineHelpText?: string | undefined;
|
|
9732
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9733
9634
|
readonly autonumberFormat?: string | undefined;
|
|
9734
9635
|
readonly index?: boolean | undefined;
|
|
9735
9636
|
readonly type: "text";
|
|
@@ -9812,7 +9713,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9812
9713
|
relationshipField?: string | undefined;
|
|
9813
9714
|
} | undefined;
|
|
9814
9715
|
readonly language?: string | undefined;
|
|
9815
|
-
readonly maxRating?: number | undefined;
|
|
9816
9716
|
readonly step?: number | undefined;
|
|
9817
9717
|
readonly currencyConfig?: {
|
|
9818
9718
|
precision: number;
|
|
@@ -9906,7 +9806,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9906
9806
|
} | undefined;
|
|
9907
9807
|
readonly sortable?: boolean | undefined;
|
|
9908
9808
|
readonly inlineHelpText?: string | undefined;
|
|
9909
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9910
9809
|
readonly autonumberFormat?: string | undefined;
|
|
9911
9810
|
readonly index?: boolean | undefined;
|
|
9912
9811
|
readonly type: "select";
|
|
@@ -9989,7 +9888,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9989
9888
|
relationshipField?: string | undefined;
|
|
9990
9889
|
} | undefined;
|
|
9991
9890
|
readonly language?: string | undefined;
|
|
9992
|
-
readonly maxRating?: number | undefined;
|
|
9993
9891
|
readonly step?: number | undefined;
|
|
9994
9892
|
readonly currencyConfig?: {
|
|
9995
9893
|
precision: number;
|
|
@@ -10083,7 +9981,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10083
9981
|
} | undefined;
|
|
10084
9982
|
readonly sortable?: boolean | undefined;
|
|
10085
9983
|
readonly inlineHelpText?: string | undefined;
|
|
10086
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10087
9984
|
readonly autonumberFormat?: string | undefined;
|
|
10088
9985
|
readonly index?: boolean | undefined;
|
|
10089
9986
|
readonly type: "textarea";
|
|
@@ -10166,7 +10063,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10166
10063
|
relationshipField?: string | undefined;
|
|
10167
10064
|
} | undefined;
|
|
10168
10065
|
readonly language?: string | undefined;
|
|
10169
|
-
readonly maxRating?: number | undefined;
|
|
10170
10066
|
readonly step?: number | undefined;
|
|
10171
10067
|
readonly currencyConfig?: {
|
|
10172
10068
|
precision: number;
|
|
@@ -10260,7 +10156,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10260
10156
|
} | undefined;
|
|
10261
10157
|
readonly sortable?: boolean | undefined;
|
|
10262
10158
|
readonly inlineHelpText?: string | undefined;
|
|
10263
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10264
10159
|
readonly autonumberFormat?: string | undefined;
|
|
10265
10160
|
readonly index?: boolean | undefined;
|
|
10266
10161
|
readonly type: "text";
|
|
@@ -10343,7 +10238,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10343
10238
|
relationshipField?: string | undefined;
|
|
10344
10239
|
} | undefined;
|
|
10345
10240
|
readonly language?: string | undefined;
|
|
10346
|
-
readonly maxRating?: number | undefined;
|
|
10347
10241
|
readonly step?: number | undefined;
|
|
10348
10242
|
readonly currencyConfig?: {
|
|
10349
10243
|
precision: number;
|
|
@@ -10437,7 +10331,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10437
10331
|
} | undefined;
|
|
10438
10332
|
readonly sortable?: boolean | undefined;
|
|
10439
10333
|
readonly inlineHelpText?: string | undefined;
|
|
10440
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10441
10334
|
readonly autonumberFormat?: string | undefined;
|
|
10442
10335
|
readonly index?: boolean | undefined;
|
|
10443
10336
|
readonly type: "text";
|
|
@@ -10520,7 +10413,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10520
10413
|
relationshipField?: string | undefined;
|
|
10521
10414
|
} | undefined;
|
|
10522
10415
|
readonly language?: string | undefined;
|
|
10523
|
-
readonly maxRating?: number | undefined;
|
|
10524
10416
|
readonly step?: number | undefined;
|
|
10525
10417
|
readonly currencyConfig?: {
|
|
10526
10418
|
precision: number;
|
|
@@ -10614,7 +10506,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10614
10506
|
} | undefined;
|
|
10615
10507
|
readonly sortable?: boolean | undefined;
|
|
10616
10508
|
readonly inlineHelpText?: string | undefined;
|
|
10617
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10618
10509
|
readonly autonumberFormat?: string | undefined;
|
|
10619
10510
|
readonly index?: boolean | undefined;
|
|
10620
10511
|
readonly type: "text";
|
|
@@ -10697,7 +10588,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10697
10588
|
relationshipField?: string | undefined;
|
|
10698
10589
|
} | undefined;
|
|
10699
10590
|
readonly language?: string | undefined;
|
|
10700
|
-
readonly maxRating?: number | undefined;
|
|
10701
10591
|
readonly step?: number | undefined;
|
|
10702
10592
|
readonly currencyConfig?: {
|
|
10703
10593
|
precision: number;
|
|
@@ -10791,7 +10681,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10791
10681
|
} | undefined;
|
|
10792
10682
|
readonly sortable?: boolean | undefined;
|
|
10793
10683
|
readonly inlineHelpText?: string | undefined;
|
|
10794
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10795
10684
|
readonly autonumberFormat?: string | undefined;
|
|
10796
10685
|
readonly index?: boolean | undefined;
|
|
10797
10686
|
readonly type: "number";
|
|
@@ -10874,7 +10763,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10874
10763
|
relationshipField?: string | undefined;
|
|
10875
10764
|
} | undefined;
|
|
10876
10765
|
readonly language?: string | undefined;
|
|
10877
|
-
readonly maxRating?: number | undefined;
|
|
10878
10766
|
readonly step?: number | undefined;
|
|
10879
10767
|
readonly currencyConfig?: {
|
|
10880
10768
|
precision: number;
|
|
@@ -10968,7 +10856,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10968
10856
|
} | undefined;
|
|
10969
10857
|
readonly sortable?: boolean | undefined;
|
|
10970
10858
|
readonly inlineHelpText?: string | undefined;
|
|
10971
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10972
10859
|
readonly autonumberFormat?: string | undefined;
|
|
10973
10860
|
readonly index?: boolean | undefined;
|
|
10974
10861
|
readonly type: "number";
|
|
@@ -11054,7 +10941,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11054
10941
|
relationshipField?: string | undefined;
|
|
11055
10942
|
} | undefined;
|
|
11056
10943
|
readonly language?: string | undefined;
|
|
11057
|
-
readonly maxRating?: number | undefined;
|
|
11058
10944
|
readonly step?: number | undefined;
|
|
11059
10945
|
readonly currencyConfig?: {
|
|
11060
10946
|
precision: number;
|
|
@@ -11148,7 +11034,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11148
11034
|
} | undefined;
|
|
11149
11035
|
readonly sortable?: boolean | undefined;
|
|
11150
11036
|
readonly inlineHelpText?: string | undefined;
|
|
11151
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11152
11037
|
readonly autonumberFormat?: string | undefined;
|
|
11153
11038
|
readonly index?: boolean | undefined;
|
|
11154
11039
|
readonly type: "textarea";
|
|
@@ -11231,7 +11116,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11231
11116
|
relationshipField?: string | undefined;
|
|
11232
11117
|
} | undefined;
|
|
11233
11118
|
readonly language?: string | undefined;
|
|
11234
|
-
readonly maxRating?: number | undefined;
|
|
11235
11119
|
readonly step?: number | undefined;
|
|
11236
11120
|
readonly currencyConfig?: {
|
|
11237
11121
|
precision: number;
|
|
@@ -11325,7 +11209,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11325
11209
|
} | undefined;
|
|
11326
11210
|
readonly sortable?: boolean | undefined;
|
|
11327
11211
|
readonly inlineHelpText?: string | undefined;
|
|
11328
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11329
11212
|
readonly autonumberFormat?: string | undefined;
|
|
11330
11213
|
readonly index?: boolean | undefined;
|
|
11331
11214
|
readonly type: "number";
|
|
@@ -11408,7 +11291,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11408
11291
|
relationshipField?: string | undefined;
|
|
11409
11292
|
} | undefined;
|
|
11410
11293
|
readonly language?: string | undefined;
|
|
11411
|
-
readonly maxRating?: number | undefined;
|
|
11412
11294
|
readonly step?: number | undefined;
|
|
11413
11295
|
readonly currencyConfig?: {
|
|
11414
11296
|
precision: number;
|
|
@@ -11502,7 +11384,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11502
11384
|
} | undefined;
|
|
11503
11385
|
readonly sortable?: boolean | undefined;
|
|
11504
11386
|
readonly inlineHelpText?: string | undefined;
|
|
11505
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11506
11387
|
readonly autonumberFormat?: string | undefined;
|
|
11507
11388
|
readonly index?: boolean | undefined;
|
|
11508
11389
|
readonly type: "lookup";
|
|
@@ -11585,7 +11466,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11585
11466
|
relationshipField?: string | undefined;
|
|
11586
11467
|
} | undefined;
|
|
11587
11468
|
readonly language?: string | undefined;
|
|
11588
|
-
readonly maxRating?: number | undefined;
|
|
11589
11469
|
readonly step?: number | undefined;
|
|
11590
11470
|
readonly currencyConfig?: {
|
|
11591
11471
|
precision: number;
|
|
@@ -11679,7 +11559,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11679
11559
|
} | undefined;
|
|
11680
11560
|
readonly sortable?: boolean | undefined;
|
|
11681
11561
|
readonly inlineHelpText?: string | undefined;
|
|
11682
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11683
11562
|
readonly autonumberFormat?: string | undefined;
|
|
11684
11563
|
readonly index?: boolean | undefined;
|
|
11685
11564
|
readonly type: "datetime";
|
|
@@ -11818,7 +11697,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
11818
11697
|
relationshipField?: string | undefined;
|
|
11819
11698
|
} | undefined;
|
|
11820
11699
|
language?: string | undefined;
|
|
11821
|
-
maxRating?: number | undefined;
|
|
11822
11700
|
step?: number | undefined;
|
|
11823
11701
|
currencyConfig?: {
|
|
11824
11702
|
precision: number;
|
|
@@ -11948,7 +11826,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
11948
11826
|
requiredPermissions?: string[] | undefined;
|
|
11949
11827
|
system?: boolean | undefined;
|
|
11950
11828
|
inlineHelpText?: string | undefined;
|
|
11951
|
-
caseSensitive?: boolean | undefined;
|
|
11952
11829
|
autonumberFormat?: string | undefined;
|
|
11953
11830
|
}>;
|
|
11954
11831
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -12036,12 +11913,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12036
11913
|
versionField: string;
|
|
12037
11914
|
retentionDays?: number | undefined;
|
|
12038
11915
|
} | undefined;
|
|
12039
|
-
partitioning?: {
|
|
12040
|
-
enabled: boolean;
|
|
12041
|
-
strategy: "hash" | "list" | "range";
|
|
12042
|
-
key: string;
|
|
12043
|
-
interval?: string | undefined;
|
|
12044
|
-
} | undefined;
|
|
12045
11916
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
12046
11917
|
activityMilestones?: {
|
|
12047
11918
|
field: string;
|
|
@@ -12049,6 +11920,7 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12049
11920
|
summary: string;
|
|
12050
11921
|
type?: string | undefined;
|
|
12051
11922
|
}[] | undefined;
|
|
11923
|
+
nameField?: string | undefined;
|
|
12052
11924
|
displayNameField?: string | undefined;
|
|
12053
11925
|
recordName?: {
|
|
12054
11926
|
type: "text" | "autonumber";
|
|
@@ -12372,7 +12244,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12372
12244
|
debounceMs?: number | undefined;
|
|
12373
12245
|
} | undefined;
|
|
12374
12246
|
}> | undefined;
|
|
12375
|
-
defaultDetailForm?: string | undefined;
|
|
12376
12247
|
searchableFields?: string[] | undefined;
|
|
12377
12248
|
search?: {
|
|
12378
12249
|
fields: string[];
|
|
@@ -12389,7 +12260,7 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12389
12260
|
trash: boolean;
|
|
12390
12261
|
mru: boolean;
|
|
12391
12262
|
clone: boolean;
|
|
12392
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
12263
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12393
12264
|
} | undefined;
|
|
12394
12265
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12395
12266
|
publicSharing?: {
|
|
@@ -12417,6 +12288,7 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12417
12288
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
12418
12289
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
12419
12290
|
target?: string | undefined;
|
|
12291
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
12420
12292
|
body?: {
|
|
12421
12293
|
language: "expression";
|
|
12422
12294
|
source: string;
|
|
@@ -12602,7 +12474,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12602
12474
|
relationshipField?: string | undefined;
|
|
12603
12475
|
} | undefined;
|
|
12604
12476
|
readonly language?: string | undefined;
|
|
12605
|
-
readonly maxRating?: number | undefined;
|
|
12606
12477
|
readonly step?: number | undefined;
|
|
12607
12478
|
readonly currencyConfig?: {
|
|
12608
12479
|
precision: number;
|
|
@@ -12696,7 +12567,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12696
12567
|
} | undefined;
|
|
12697
12568
|
readonly sortable?: boolean | undefined;
|
|
12698
12569
|
readonly inlineHelpText?: string | undefined;
|
|
12699
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12700
12570
|
readonly autonumberFormat?: string | undefined;
|
|
12701
12571
|
readonly index?: boolean | undefined;
|
|
12702
12572
|
readonly type: "text";
|
|
@@ -12779,7 +12649,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12779
12649
|
relationshipField?: string | undefined;
|
|
12780
12650
|
} | undefined;
|
|
12781
12651
|
readonly language?: string | undefined;
|
|
12782
|
-
readonly maxRating?: number | undefined;
|
|
12783
12652
|
readonly step?: number | undefined;
|
|
12784
12653
|
readonly currencyConfig?: {
|
|
12785
12654
|
precision: number;
|
|
@@ -12873,7 +12742,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12873
12742
|
} | undefined;
|
|
12874
12743
|
readonly sortable?: boolean | undefined;
|
|
12875
12744
|
readonly inlineHelpText?: string | undefined;
|
|
12876
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12877
12745
|
readonly autonumberFormat?: string | undefined;
|
|
12878
12746
|
readonly index?: boolean | undefined;
|
|
12879
12747
|
readonly type: "datetime";
|
|
@@ -12956,7 +12824,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12956
12824
|
relationshipField?: string | undefined;
|
|
12957
12825
|
} | undefined;
|
|
12958
12826
|
readonly language?: string | undefined;
|
|
12959
|
-
readonly maxRating?: number | undefined;
|
|
12960
12827
|
readonly step?: number | undefined;
|
|
12961
12828
|
readonly currencyConfig?: {
|
|
12962
12829
|
precision: number;
|
|
@@ -13050,7 +12917,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13050
12917
|
} | undefined;
|
|
13051
12918
|
readonly sortable?: boolean | undefined;
|
|
13052
12919
|
readonly inlineHelpText?: string | undefined;
|
|
13053
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13054
12920
|
readonly autonumberFormat?: string | undefined;
|
|
13055
12921
|
readonly index?: boolean | undefined;
|
|
13056
12922
|
readonly type: "text";
|
|
@@ -13133,7 +12999,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13133
12999
|
relationshipField?: string | undefined;
|
|
13134
13000
|
} | undefined;
|
|
13135
13001
|
readonly language?: string | undefined;
|
|
13136
|
-
readonly maxRating?: number | undefined;
|
|
13137
13002
|
readonly step?: number | undefined;
|
|
13138
13003
|
readonly currencyConfig?: {
|
|
13139
13004
|
precision: number;
|
|
@@ -13227,7 +13092,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13227
13092
|
} | undefined;
|
|
13228
13093
|
readonly sortable?: boolean | undefined;
|
|
13229
13094
|
readonly inlineHelpText?: string | undefined;
|
|
13230
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13231
13095
|
readonly autonumberFormat?: string | undefined;
|
|
13232
13096
|
readonly index?: boolean | undefined;
|
|
13233
13097
|
readonly type: "text";
|
|
@@ -13310,7 +13174,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13310
13174
|
relationshipField?: string | undefined;
|
|
13311
13175
|
} | undefined;
|
|
13312
13176
|
readonly language?: string | undefined;
|
|
13313
|
-
readonly maxRating?: number | undefined;
|
|
13314
13177
|
readonly step?: number | undefined;
|
|
13315
13178
|
readonly currencyConfig?: {
|
|
13316
13179
|
precision: number;
|
|
@@ -13404,7 +13267,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13404
13267
|
} | undefined;
|
|
13405
13268
|
readonly sortable?: boolean | undefined;
|
|
13406
13269
|
readonly inlineHelpText?: string | undefined;
|
|
13407
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13408
13270
|
readonly autonumberFormat?: string | undefined;
|
|
13409
13271
|
readonly index?: boolean | undefined;
|
|
13410
13272
|
readonly type: "text";
|
|
@@ -13487,7 +13349,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13487
13349
|
relationshipField?: string | undefined;
|
|
13488
13350
|
} | undefined;
|
|
13489
13351
|
readonly language?: string | undefined;
|
|
13490
|
-
readonly maxRating?: number | undefined;
|
|
13491
13352
|
readonly step?: number | undefined;
|
|
13492
13353
|
readonly currencyConfig?: {
|
|
13493
13354
|
precision: number;
|
|
@@ -13581,7 +13442,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13581
13442
|
} | undefined;
|
|
13582
13443
|
readonly sortable?: boolean | undefined;
|
|
13583
13444
|
readonly inlineHelpText?: string | undefined;
|
|
13584
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13585
13445
|
readonly autonumberFormat?: string | undefined;
|
|
13586
13446
|
readonly index?: boolean | undefined;
|
|
13587
13447
|
readonly type: "text";
|
|
@@ -13664,7 +13524,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13664
13524
|
relationshipField?: string | undefined;
|
|
13665
13525
|
} | undefined;
|
|
13666
13526
|
readonly language?: string | undefined;
|
|
13667
|
-
readonly maxRating?: number | undefined;
|
|
13668
13527
|
readonly step?: number | undefined;
|
|
13669
13528
|
readonly currencyConfig?: {
|
|
13670
13529
|
precision: number;
|
|
@@ -13758,7 +13617,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13758
13617
|
} | undefined;
|
|
13759
13618
|
readonly sortable?: boolean | undefined;
|
|
13760
13619
|
readonly inlineHelpText?: string | undefined;
|
|
13761
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13762
13620
|
readonly autonumberFormat?: string | undefined;
|
|
13763
13621
|
readonly index?: boolean | undefined;
|
|
13764
13622
|
readonly type: "lookup";
|
|
@@ -13841,7 +13699,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13841
13699
|
relationshipField?: string | undefined;
|
|
13842
13700
|
} | undefined;
|
|
13843
13701
|
readonly language?: string | undefined;
|
|
13844
|
-
readonly maxRating?: number | undefined;
|
|
13845
13702
|
readonly step?: number | undefined;
|
|
13846
13703
|
readonly currencyConfig?: {
|
|
13847
13704
|
precision: number;
|
|
@@ -13935,7 +13792,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13935
13792
|
} | undefined;
|
|
13936
13793
|
readonly sortable?: boolean | undefined;
|
|
13937
13794
|
readonly inlineHelpText?: string | undefined;
|
|
13938
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13939
13795
|
readonly autonumberFormat?: string | undefined;
|
|
13940
13796
|
readonly index?: boolean | undefined;
|
|
13941
13797
|
readonly type: "select";
|
|
@@ -14018,7 +13874,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14018
13874
|
relationshipField?: string | undefined;
|
|
14019
13875
|
} | undefined;
|
|
14020
13876
|
readonly language?: string | undefined;
|
|
14021
|
-
readonly maxRating?: number | undefined;
|
|
14022
13877
|
readonly step?: number | undefined;
|
|
14023
13878
|
readonly currencyConfig?: {
|
|
14024
13879
|
precision: number;
|
|
@@ -14112,7 +13967,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14112
13967
|
} | undefined;
|
|
14113
13968
|
readonly sortable?: boolean | undefined;
|
|
14114
13969
|
readonly inlineHelpText?: string | undefined;
|
|
14115
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14116
13970
|
readonly autonumberFormat?: string | undefined;
|
|
14117
13971
|
readonly index?: boolean | undefined;
|
|
14118
13972
|
readonly type: "select";
|
|
@@ -14202,7 +14056,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14202
14056
|
relationshipField?: string | undefined;
|
|
14203
14057
|
} | undefined;
|
|
14204
14058
|
readonly language?: string | undefined;
|
|
14205
|
-
readonly maxRating?: number | undefined;
|
|
14206
14059
|
readonly step?: number | undefined;
|
|
14207
14060
|
readonly currencyConfig?: {
|
|
14208
14061
|
precision: number;
|
|
@@ -14296,7 +14149,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14296
14149
|
} | undefined;
|
|
14297
14150
|
readonly sortable?: boolean | undefined;
|
|
14298
14151
|
readonly inlineHelpText?: string | undefined;
|
|
14299
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14300
14152
|
readonly autonumberFormat?: string | undefined;
|
|
14301
14153
|
readonly index?: boolean | undefined;
|
|
14302
14154
|
readonly type: "text";
|
|
@@ -14384,7 +14236,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14384
14236
|
relationshipField?: string | undefined;
|
|
14385
14237
|
} | undefined;
|
|
14386
14238
|
readonly language?: string | undefined;
|
|
14387
|
-
readonly maxRating?: number | undefined;
|
|
14388
14239
|
readonly step?: number | undefined;
|
|
14389
14240
|
readonly currencyConfig?: {
|
|
14390
14241
|
precision: number;
|
|
@@ -14478,7 +14329,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14478
14329
|
} | undefined;
|
|
14479
14330
|
readonly sortable?: boolean | undefined;
|
|
14480
14331
|
readonly inlineHelpText?: string | undefined;
|
|
14481
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14482
14332
|
readonly autonumberFormat?: string | undefined;
|
|
14483
14333
|
readonly index?: boolean | undefined;
|
|
14484
14334
|
readonly type: "select";
|
|
@@ -14561,7 +14411,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14561
14411
|
relationshipField?: string | undefined;
|
|
14562
14412
|
} | undefined;
|
|
14563
14413
|
readonly language?: string | undefined;
|
|
14564
|
-
readonly maxRating?: number | undefined;
|
|
14565
14414
|
readonly step?: number | undefined;
|
|
14566
14415
|
readonly currencyConfig?: {
|
|
14567
14416
|
precision: number;
|
|
@@ -14655,7 +14504,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14655
14504
|
} | undefined;
|
|
14656
14505
|
readonly sortable?: boolean | undefined;
|
|
14657
14506
|
readonly inlineHelpText?: string | undefined;
|
|
14658
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14659
14507
|
readonly autonumberFormat?: string | undefined;
|
|
14660
14508
|
readonly index?: boolean | undefined;
|
|
14661
14509
|
readonly type: "boolean";
|
|
@@ -14738,7 +14586,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14738
14586
|
relationshipField?: string | undefined;
|
|
14739
14587
|
} | undefined;
|
|
14740
14588
|
readonly language?: string | undefined;
|
|
14741
|
-
readonly maxRating?: number | undefined;
|
|
14742
14589
|
readonly step?: number | undefined;
|
|
14743
14590
|
readonly currencyConfig?: {
|
|
14744
14591
|
precision: number;
|
|
@@ -14832,7 +14679,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14832
14679
|
} | undefined;
|
|
14833
14680
|
readonly sortable?: boolean | undefined;
|
|
14834
14681
|
readonly inlineHelpText?: string | undefined;
|
|
14835
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14836
14682
|
readonly autonumberFormat?: string | undefined;
|
|
14837
14683
|
readonly index?: boolean | undefined;
|
|
14838
14684
|
readonly type: "text";
|
|
@@ -14915,7 +14761,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14915
14761
|
relationshipField?: string | undefined;
|
|
14916
14762
|
} | undefined;
|
|
14917
14763
|
readonly language?: string | undefined;
|
|
14918
|
-
readonly maxRating?: number | undefined;
|
|
14919
14764
|
readonly step?: number | undefined;
|
|
14920
14765
|
readonly currencyConfig?: {
|
|
14921
14766
|
precision: number;
|
|
@@ -15009,7 +14854,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
15009
14854
|
} | undefined;
|
|
15010
14855
|
readonly sortable?: boolean | undefined;
|
|
15011
14856
|
readonly inlineHelpText?: string | undefined;
|
|
15012
|
-
readonly caseSensitive?: boolean | undefined;
|
|
15013
14857
|
readonly autonumberFormat?: string | undefined;
|
|
15014
14858
|
readonly index?: boolean | undefined;
|
|
15015
14859
|
readonly type: "textarea";
|
|
@@ -15145,7 +14989,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15145
14989
|
relationshipField?: string | undefined;
|
|
15146
14990
|
} | undefined;
|
|
15147
14991
|
language?: string | undefined;
|
|
15148
|
-
maxRating?: number | undefined;
|
|
15149
14992
|
step?: number | undefined;
|
|
15150
14993
|
currencyConfig?: {
|
|
15151
14994
|
precision: number;
|
|
@@ -15275,7 +15118,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15275
15118
|
requiredPermissions?: string[] | undefined;
|
|
15276
15119
|
system?: boolean | undefined;
|
|
15277
15120
|
inlineHelpText?: string | undefined;
|
|
15278
|
-
caseSensitive?: boolean | undefined;
|
|
15279
15121
|
autonumberFormat?: string | undefined;
|
|
15280
15122
|
}>;
|
|
15281
15123
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -15363,12 +15205,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15363
15205
|
versionField: string;
|
|
15364
15206
|
retentionDays?: number | undefined;
|
|
15365
15207
|
} | undefined;
|
|
15366
|
-
partitioning?: {
|
|
15367
|
-
enabled: boolean;
|
|
15368
|
-
strategy: "hash" | "list" | "range";
|
|
15369
|
-
key: string;
|
|
15370
|
-
interval?: string | undefined;
|
|
15371
|
-
} | undefined;
|
|
15372
15208
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
15373
15209
|
activityMilestones?: {
|
|
15374
15210
|
field: string;
|
|
@@ -15376,6 +15212,7 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15376
15212
|
summary: string;
|
|
15377
15213
|
type?: string | undefined;
|
|
15378
15214
|
}[] | undefined;
|
|
15215
|
+
nameField?: string | undefined;
|
|
15379
15216
|
displayNameField?: string | undefined;
|
|
15380
15217
|
recordName?: {
|
|
15381
15218
|
type: "text" | "autonumber";
|
|
@@ -15699,7 +15536,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15699
15536
|
debounceMs?: number | undefined;
|
|
15700
15537
|
} | undefined;
|
|
15701
15538
|
}> | undefined;
|
|
15702
|
-
defaultDetailForm?: string | undefined;
|
|
15703
15539
|
searchableFields?: string[] | undefined;
|
|
15704
15540
|
search?: {
|
|
15705
15541
|
fields: string[];
|
|
@@ -15716,7 +15552,7 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15716
15552
|
trash: boolean;
|
|
15717
15553
|
mru: boolean;
|
|
15718
15554
|
clone: boolean;
|
|
15719
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
15555
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
15720
15556
|
} | undefined;
|
|
15721
15557
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
15722
15558
|
publicSharing?: {
|
|
@@ -15744,6 +15580,7 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15744
15580
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
15745
15581
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
15746
15582
|
target?: string | undefined;
|
|
15583
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
15747
15584
|
body?: {
|
|
15748
15585
|
language: "expression";
|
|
15749
15586
|
source: string;
|
|
@@ -15928,7 +15765,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15928
15765
|
relationshipField?: string | undefined;
|
|
15929
15766
|
} | undefined;
|
|
15930
15767
|
readonly language?: string | undefined;
|
|
15931
|
-
readonly maxRating?: number | undefined;
|
|
15932
15768
|
readonly step?: number | undefined;
|
|
15933
15769
|
readonly currencyConfig?: {
|
|
15934
15770
|
precision: number;
|
|
@@ -16022,7 +15858,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16022
15858
|
} | undefined;
|
|
16023
15859
|
readonly sortable?: boolean | undefined;
|
|
16024
15860
|
readonly inlineHelpText?: string | undefined;
|
|
16025
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16026
15861
|
readonly autonumberFormat?: string | undefined;
|
|
16027
15862
|
readonly index?: boolean | undefined;
|
|
16028
15863
|
readonly type: "text";
|
|
@@ -16109,7 +15944,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16109
15944
|
relationshipField?: string | undefined;
|
|
16110
15945
|
} | undefined;
|
|
16111
15946
|
readonly language?: string | undefined;
|
|
16112
|
-
readonly maxRating?: number | undefined;
|
|
16113
15947
|
readonly step?: number | undefined;
|
|
16114
15948
|
readonly currencyConfig?: {
|
|
16115
15949
|
precision: number;
|
|
@@ -16203,7 +16037,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16203
16037
|
} | undefined;
|
|
16204
16038
|
readonly sortable?: boolean | undefined;
|
|
16205
16039
|
readonly inlineHelpText?: string | undefined;
|
|
16206
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16207
16040
|
readonly autonumberFormat?: string | undefined;
|
|
16208
16041
|
readonly index?: boolean | undefined;
|
|
16209
16042
|
readonly type: "text";
|
|
@@ -16286,7 +16119,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16286
16119
|
relationshipField?: string | undefined;
|
|
16287
16120
|
} | undefined;
|
|
16288
16121
|
readonly language?: string | undefined;
|
|
16289
|
-
readonly maxRating?: number | undefined;
|
|
16290
16122
|
readonly step?: number | undefined;
|
|
16291
16123
|
readonly currencyConfig?: {
|
|
16292
16124
|
precision: number;
|
|
@@ -16380,7 +16212,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16380
16212
|
} | undefined;
|
|
16381
16213
|
readonly sortable?: boolean | undefined;
|
|
16382
16214
|
readonly inlineHelpText?: string | undefined;
|
|
16383
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16384
16215
|
readonly autonumberFormat?: string | undefined;
|
|
16385
16216
|
readonly index?: boolean | undefined;
|
|
16386
16217
|
readonly type: "text";
|
|
@@ -16463,7 +16294,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16463
16294
|
relationshipField?: string | undefined;
|
|
16464
16295
|
} | undefined;
|
|
16465
16296
|
readonly language?: string | undefined;
|
|
16466
|
-
readonly maxRating?: number | undefined;
|
|
16467
16297
|
readonly step?: number | undefined;
|
|
16468
16298
|
readonly currencyConfig?: {
|
|
16469
16299
|
precision: number;
|
|
@@ -16557,7 +16387,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16557
16387
|
} | undefined;
|
|
16558
16388
|
readonly sortable?: boolean | undefined;
|
|
16559
16389
|
readonly inlineHelpText?: string | undefined;
|
|
16560
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16561
16390
|
readonly autonumberFormat?: string | undefined;
|
|
16562
16391
|
readonly index?: boolean | undefined;
|
|
16563
16392
|
readonly type: "select";
|
|
@@ -16640,7 +16469,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16640
16469
|
relationshipField?: string | undefined;
|
|
16641
16470
|
} | undefined;
|
|
16642
16471
|
readonly language?: string | undefined;
|
|
16643
|
-
readonly maxRating?: number | undefined;
|
|
16644
16472
|
readonly step?: number | undefined;
|
|
16645
16473
|
readonly currencyConfig?: {
|
|
16646
16474
|
precision: number;
|
|
@@ -16734,7 +16562,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16734
16562
|
} | undefined;
|
|
16735
16563
|
readonly sortable?: boolean | undefined;
|
|
16736
16564
|
readonly inlineHelpText?: string | undefined;
|
|
16737
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16738
16565
|
readonly autonumberFormat?: string | undefined;
|
|
16739
16566
|
readonly index?: boolean | undefined;
|
|
16740
16567
|
readonly type: "text";
|
|
@@ -16817,7 +16644,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16817
16644
|
relationshipField?: string | undefined;
|
|
16818
16645
|
} | undefined;
|
|
16819
16646
|
readonly language?: string | undefined;
|
|
16820
|
-
readonly maxRating?: number | undefined;
|
|
16821
16647
|
readonly step?: number | undefined;
|
|
16822
16648
|
readonly currencyConfig?: {
|
|
16823
16649
|
precision: number;
|
|
@@ -16911,7 +16737,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16911
16737
|
} | undefined;
|
|
16912
16738
|
readonly sortable?: boolean | undefined;
|
|
16913
16739
|
readonly inlineHelpText?: string | undefined;
|
|
16914
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16915
16740
|
readonly autonumberFormat?: string | undefined;
|
|
16916
16741
|
readonly index?: boolean | undefined;
|
|
16917
16742
|
readonly type: "boolean";
|
|
@@ -16994,7 +16819,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16994
16819
|
relationshipField?: string | undefined;
|
|
16995
16820
|
} | undefined;
|
|
16996
16821
|
readonly language?: string | undefined;
|
|
16997
|
-
readonly maxRating?: number | undefined;
|
|
16998
16822
|
readonly step?: number | undefined;
|
|
16999
16823
|
readonly currencyConfig?: {
|
|
17000
16824
|
precision: number;
|
|
@@ -17088,7 +16912,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17088
16912
|
} | undefined;
|
|
17089
16913
|
readonly sortable?: boolean | undefined;
|
|
17090
16914
|
readonly inlineHelpText?: string | undefined;
|
|
17091
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17092
16915
|
readonly autonumberFormat?: string | undefined;
|
|
17093
16916
|
readonly index?: boolean | undefined;
|
|
17094
16917
|
readonly type: "number";
|
|
@@ -17174,7 +16997,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17174
16997
|
relationshipField?: string | undefined;
|
|
17175
16998
|
} | undefined;
|
|
17176
16999
|
readonly language?: string | undefined;
|
|
17177
|
-
readonly maxRating?: number | undefined;
|
|
17178
17000
|
readonly step?: number | undefined;
|
|
17179
17001
|
readonly currencyConfig?: {
|
|
17180
17002
|
precision: number;
|
|
@@ -17268,7 +17090,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17268
17090
|
} | undefined;
|
|
17269
17091
|
readonly sortable?: boolean | undefined;
|
|
17270
17092
|
readonly inlineHelpText?: string | undefined;
|
|
17271
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17272
17093
|
readonly autonumberFormat?: string | undefined;
|
|
17273
17094
|
readonly index?: boolean | undefined;
|
|
17274
17095
|
readonly type: "select";
|
|
@@ -17351,7 +17172,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17351
17172
|
relationshipField?: string | undefined;
|
|
17352
17173
|
} | undefined;
|
|
17353
17174
|
readonly language?: string | undefined;
|
|
17354
|
-
readonly maxRating?: number | undefined;
|
|
17355
17175
|
readonly step?: number | undefined;
|
|
17356
17176
|
readonly currencyConfig?: {
|
|
17357
17177
|
precision: number;
|
|
@@ -17445,7 +17265,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17445
17265
|
} | undefined;
|
|
17446
17266
|
readonly sortable?: boolean | undefined;
|
|
17447
17267
|
readonly inlineHelpText?: string | undefined;
|
|
17448
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17449
17268
|
readonly autonumberFormat?: string | undefined;
|
|
17450
17269
|
readonly index?: boolean | undefined;
|
|
17451
17270
|
readonly type: "text";
|
|
@@ -17528,7 +17347,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17528
17347
|
relationshipField?: string | undefined;
|
|
17529
17348
|
} | undefined;
|
|
17530
17349
|
readonly language?: string | undefined;
|
|
17531
|
-
readonly maxRating?: number | undefined;
|
|
17532
17350
|
readonly step?: number | undefined;
|
|
17533
17351
|
readonly currencyConfig?: {
|
|
17534
17352
|
precision: number;
|
|
@@ -17622,7 +17440,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17622
17440
|
} | undefined;
|
|
17623
17441
|
readonly sortable?: boolean | undefined;
|
|
17624
17442
|
readonly inlineHelpText?: string | undefined;
|
|
17625
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17626
17443
|
readonly autonumberFormat?: string | undefined;
|
|
17627
17444
|
readonly index?: boolean | undefined;
|
|
17628
17445
|
readonly type: "boolean";
|
|
@@ -17705,7 +17522,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17705
17522
|
relationshipField?: string | undefined;
|
|
17706
17523
|
} | undefined;
|
|
17707
17524
|
readonly language?: string | undefined;
|
|
17708
|
-
readonly maxRating?: number | undefined;
|
|
17709
17525
|
readonly step?: number | undefined;
|
|
17710
17526
|
readonly currencyConfig?: {
|
|
17711
17527
|
precision: number;
|
|
@@ -17799,7 +17615,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17799
17615
|
} | undefined;
|
|
17800
17616
|
readonly sortable?: boolean | undefined;
|
|
17801
17617
|
readonly inlineHelpText?: string | undefined;
|
|
17802
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17803
17618
|
readonly autonumberFormat?: string | undefined;
|
|
17804
17619
|
readonly index?: boolean | undefined;
|
|
17805
17620
|
readonly type: "json";
|
|
@@ -17882,7 +17697,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17882
17697
|
relationshipField?: string | undefined;
|
|
17883
17698
|
} | undefined;
|
|
17884
17699
|
readonly language?: string | undefined;
|
|
17885
|
-
readonly maxRating?: number | undefined;
|
|
17886
17700
|
readonly step?: number | undefined;
|
|
17887
17701
|
readonly currencyConfig?: {
|
|
17888
17702
|
precision: number;
|
|
@@ -17976,7 +17790,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17976
17790
|
} | undefined;
|
|
17977
17791
|
readonly sortable?: boolean | undefined;
|
|
17978
17792
|
readonly inlineHelpText?: string | undefined;
|
|
17979
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17980
17793
|
readonly autonumberFormat?: string | undefined;
|
|
17981
17794
|
readonly index?: boolean | undefined;
|
|
17982
17795
|
readonly type: "lookup";
|
|
@@ -18059,7 +17872,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18059
17872
|
relationshipField?: string | undefined;
|
|
18060
17873
|
} | undefined;
|
|
18061
17874
|
readonly language?: string | undefined;
|
|
18062
|
-
readonly maxRating?: number | undefined;
|
|
18063
17875
|
readonly step?: number | undefined;
|
|
18064
17876
|
readonly currencyConfig?: {
|
|
18065
17877
|
precision: number;
|
|
@@ -18153,7 +17965,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18153
17965
|
} | undefined;
|
|
18154
17966
|
readonly sortable?: boolean | undefined;
|
|
18155
17967
|
readonly inlineHelpText?: string | undefined;
|
|
18156
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18157
17968
|
readonly autonumberFormat?: string | undefined;
|
|
18158
17969
|
readonly index?: boolean | undefined;
|
|
18159
17970
|
readonly type: "select";
|
|
@@ -18236,7 +18047,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18236
18047
|
relationshipField?: string | undefined;
|
|
18237
18048
|
} | undefined;
|
|
18238
18049
|
readonly language?: string | undefined;
|
|
18239
|
-
readonly maxRating?: number | undefined;
|
|
18240
18050
|
readonly step?: number | undefined;
|
|
18241
18051
|
readonly currencyConfig?: {
|
|
18242
18052
|
precision: number;
|
|
@@ -18330,7 +18140,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18330
18140
|
} | undefined;
|
|
18331
18141
|
readonly sortable?: boolean | undefined;
|
|
18332
18142
|
readonly inlineHelpText?: string | undefined;
|
|
18333
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18334
18143
|
readonly autonumberFormat?: string | undefined;
|
|
18335
18144
|
readonly index?: boolean | undefined;
|
|
18336
18145
|
readonly type: "lookup";
|
|
@@ -18412,7 +18221,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18412
18221
|
relationshipField?: string | undefined;
|
|
18413
18222
|
} | undefined;
|
|
18414
18223
|
readonly language?: string | undefined;
|
|
18415
|
-
readonly maxRating?: number | undefined;
|
|
18416
18224
|
readonly step?: number | undefined;
|
|
18417
18225
|
readonly currencyConfig?: {
|
|
18418
18226
|
precision: number;
|
|
@@ -18506,7 +18314,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18506
18314
|
} | undefined;
|
|
18507
18315
|
readonly sortable?: boolean | undefined;
|
|
18508
18316
|
readonly inlineHelpText?: string | undefined;
|
|
18509
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18510
18317
|
readonly autonumberFormat?: string | undefined;
|
|
18511
18318
|
readonly index?: boolean | undefined;
|
|
18512
18319
|
readonly type: "datetime";
|
|
@@ -18588,7 +18395,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18588
18395
|
relationshipField?: string | undefined;
|
|
18589
18396
|
} | undefined;
|
|
18590
18397
|
readonly language?: string | undefined;
|
|
18591
|
-
readonly maxRating?: number | undefined;
|
|
18592
18398
|
readonly step?: number | undefined;
|
|
18593
18399
|
readonly currencyConfig?: {
|
|
18594
18400
|
precision: number;
|
|
@@ -18682,7 +18488,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18682
18488
|
} | undefined;
|
|
18683
18489
|
readonly sortable?: boolean | undefined;
|
|
18684
18490
|
readonly inlineHelpText?: string | undefined;
|
|
18685
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18686
18491
|
readonly autonumberFormat?: string | undefined;
|
|
18687
18492
|
readonly index?: boolean | undefined;
|
|
18688
18493
|
readonly type: "lookup";
|
|
@@ -18764,7 +18569,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18764
18569
|
relationshipField?: string | undefined;
|
|
18765
18570
|
} | undefined;
|
|
18766
18571
|
readonly language?: string | undefined;
|
|
18767
|
-
readonly maxRating?: number | undefined;
|
|
18768
18572
|
readonly step?: number | undefined;
|
|
18769
18573
|
readonly currencyConfig?: {
|
|
18770
18574
|
precision: number;
|
|
@@ -18858,7 +18662,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18858
18662
|
} | undefined;
|
|
18859
18663
|
readonly sortable?: boolean | undefined;
|
|
18860
18664
|
readonly inlineHelpText?: string | undefined;
|
|
18861
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18862
18665
|
readonly autonumberFormat?: string | undefined;
|
|
18863
18666
|
readonly index?: boolean | undefined;
|
|
18864
18667
|
readonly type: "datetime";
|