@objectstack/metadata-core 11.0.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.
- package/dist/index.d.cts +10 -212
- package/dist/index.d.ts +10 -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;
|
|
@@ -903,7 +895,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
903
895
|
debounceMs?: number | undefined;
|
|
904
896
|
} | undefined;
|
|
905
897
|
}> | undefined;
|
|
906
|
-
defaultDetailForm?: string | undefined;
|
|
907
898
|
searchableFields?: string[] | undefined;
|
|
908
899
|
search?: {
|
|
909
900
|
fields: string[];
|
|
@@ -920,7 +911,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
920
911
|
trash: boolean;
|
|
921
912
|
mru: boolean;
|
|
922
913
|
clone: boolean;
|
|
923
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
914
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
924
915
|
} | undefined;
|
|
925
916
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
926
917
|
publicSharing?: {
|
|
@@ -948,6 +939,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
948
939
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
949
940
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
950
941
|
target?: string | undefined;
|
|
942
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
951
943
|
body?: {
|
|
952
944
|
language: "expression";
|
|
953
945
|
source: string;
|
|
@@ -1133,7 +1125,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1133
1125
|
relationshipField?: string | undefined;
|
|
1134
1126
|
} | undefined;
|
|
1135
1127
|
readonly language?: string | undefined;
|
|
1136
|
-
readonly maxRating?: number | undefined;
|
|
1137
1128
|
readonly step?: number | undefined;
|
|
1138
1129
|
readonly currencyConfig?: {
|
|
1139
1130
|
precision: number;
|
|
@@ -1227,7 +1218,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1227
1218
|
} | undefined;
|
|
1228
1219
|
readonly sortable?: boolean | undefined;
|
|
1229
1220
|
readonly inlineHelpText?: string | undefined;
|
|
1230
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1231
1221
|
readonly autonumberFormat?: string | undefined;
|
|
1232
1222
|
readonly index?: boolean | undefined;
|
|
1233
1223
|
readonly type: "text";
|
|
@@ -1310,7 +1300,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1310
1300
|
relationshipField?: string | undefined;
|
|
1311
1301
|
} | undefined;
|
|
1312
1302
|
readonly language?: string | undefined;
|
|
1313
|
-
readonly maxRating?: number | undefined;
|
|
1314
1303
|
readonly step?: number | undefined;
|
|
1315
1304
|
readonly currencyConfig?: {
|
|
1316
1305
|
precision: number;
|
|
@@ -1404,7 +1393,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1404
1393
|
} | undefined;
|
|
1405
1394
|
readonly sortable?: boolean | undefined;
|
|
1406
1395
|
readonly inlineHelpText?: string | undefined;
|
|
1407
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1408
1396
|
readonly autonumberFormat?: string | undefined;
|
|
1409
1397
|
readonly index?: boolean | undefined;
|
|
1410
1398
|
readonly type: "text";
|
|
@@ -1487,7 +1475,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1487
1475
|
relationshipField?: string | undefined;
|
|
1488
1476
|
} | undefined;
|
|
1489
1477
|
readonly language?: string | undefined;
|
|
1490
|
-
readonly maxRating?: number | undefined;
|
|
1491
1478
|
readonly step?: number | undefined;
|
|
1492
1479
|
readonly currencyConfig?: {
|
|
1493
1480
|
precision: number;
|
|
@@ -1581,7 +1568,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1581
1568
|
} | undefined;
|
|
1582
1569
|
readonly sortable?: boolean | undefined;
|
|
1583
1570
|
readonly inlineHelpText?: string | undefined;
|
|
1584
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1585
1571
|
readonly autonumberFormat?: string | undefined;
|
|
1586
1572
|
readonly index?: boolean | undefined;
|
|
1587
1573
|
readonly type: "text";
|
|
@@ -1664,7 +1650,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1664
1650
|
relationshipField?: string | undefined;
|
|
1665
1651
|
} | undefined;
|
|
1666
1652
|
readonly language?: string | undefined;
|
|
1667
|
-
readonly maxRating?: number | undefined;
|
|
1668
1653
|
readonly step?: number | undefined;
|
|
1669
1654
|
readonly currencyConfig?: {
|
|
1670
1655
|
precision: number;
|
|
@@ -1758,7 +1743,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1758
1743
|
} | undefined;
|
|
1759
1744
|
readonly sortable?: boolean | undefined;
|
|
1760
1745
|
readonly inlineHelpText?: string | undefined;
|
|
1761
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1762
1746
|
readonly autonumberFormat?: string | undefined;
|
|
1763
1747
|
readonly index?: boolean | undefined;
|
|
1764
1748
|
readonly type: "text";
|
|
@@ -1841,7 +1825,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1841
1825
|
relationshipField?: string | undefined;
|
|
1842
1826
|
} | undefined;
|
|
1843
1827
|
readonly language?: string | undefined;
|
|
1844
|
-
readonly maxRating?: number | undefined;
|
|
1845
1828
|
readonly step?: number | undefined;
|
|
1846
1829
|
readonly currencyConfig?: {
|
|
1847
1830
|
precision: number;
|
|
@@ -1935,7 +1918,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
1935
1918
|
} | undefined;
|
|
1936
1919
|
readonly sortable?: boolean | undefined;
|
|
1937
1920
|
readonly inlineHelpText?: string | undefined;
|
|
1938
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1939
1921
|
readonly autonumberFormat?: string | undefined;
|
|
1940
1922
|
readonly index?: boolean | undefined;
|
|
1941
1923
|
readonly type: "text";
|
|
@@ -2021,7 +2003,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2021
2003
|
relationshipField?: string | undefined;
|
|
2022
2004
|
} | undefined;
|
|
2023
2005
|
readonly language?: string | undefined;
|
|
2024
|
-
readonly maxRating?: number | undefined;
|
|
2025
2006
|
readonly step?: number | undefined;
|
|
2026
2007
|
readonly currencyConfig?: {
|
|
2027
2008
|
precision: number;
|
|
@@ -2115,7 +2096,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2115
2096
|
} | undefined;
|
|
2116
2097
|
readonly sortable?: boolean | undefined;
|
|
2117
2098
|
readonly inlineHelpText?: string | undefined;
|
|
2118
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2119
2099
|
readonly autonumberFormat?: string | undefined;
|
|
2120
2100
|
readonly index?: boolean | undefined;
|
|
2121
2101
|
readonly type: "lookup";
|
|
@@ -2198,7 +2178,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2198
2178
|
relationshipField?: string | undefined;
|
|
2199
2179
|
} | undefined;
|
|
2200
2180
|
readonly language?: string | undefined;
|
|
2201
|
-
readonly maxRating?: number | undefined;
|
|
2202
2181
|
readonly step?: number | undefined;
|
|
2203
2182
|
readonly currencyConfig?: {
|
|
2204
2183
|
precision: number;
|
|
@@ -2292,7 +2271,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2292
2271
|
} | undefined;
|
|
2293
2272
|
readonly sortable?: boolean | undefined;
|
|
2294
2273
|
readonly inlineHelpText?: string | undefined;
|
|
2295
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2296
2274
|
readonly autonumberFormat?: string | undefined;
|
|
2297
2275
|
readonly index?: boolean | undefined;
|
|
2298
2276
|
readonly type: "select";
|
|
@@ -2375,7 +2353,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2375
2353
|
relationshipField?: string | undefined;
|
|
2376
2354
|
} | undefined;
|
|
2377
2355
|
readonly language?: string | undefined;
|
|
2378
|
-
readonly maxRating?: number | undefined;
|
|
2379
2356
|
readonly step?: number | undefined;
|
|
2380
2357
|
readonly currencyConfig?: {
|
|
2381
2358
|
precision: number;
|
|
@@ -2469,7 +2446,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2469
2446
|
} | undefined;
|
|
2470
2447
|
readonly sortable?: boolean | undefined;
|
|
2471
2448
|
readonly inlineHelpText?: string | undefined;
|
|
2472
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2473
2449
|
readonly autonumberFormat?: string | undefined;
|
|
2474
2450
|
readonly index?: boolean | undefined;
|
|
2475
2451
|
readonly type: "select";
|
|
@@ -2552,7 +2528,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2552
2528
|
relationshipField?: string | undefined;
|
|
2553
2529
|
} | undefined;
|
|
2554
2530
|
readonly language?: string | undefined;
|
|
2555
|
-
readonly maxRating?: number | undefined;
|
|
2556
2531
|
readonly step?: number | undefined;
|
|
2557
2532
|
readonly currencyConfig?: {
|
|
2558
2533
|
precision: number;
|
|
@@ -2646,7 +2621,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2646
2621
|
} | undefined;
|
|
2647
2622
|
readonly sortable?: boolean | undefined;
|
|
2648
2623
|
readonly inlineHelpText?: string | undefined;
|
|
2649
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2650
2624
|
readonly autonumberFormat?: string | undefined;
|
|
2651
2625
|
readonly index?: boolean | undefined;
|
|
2652
2626
|
readonly type: "textarea";
|
|
@@ -2729,7 +2703,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2729
2703
|
relationshipField?: string | undefined;
|
|
2730
2704
|
} | undefined;
|
|
2731
2705
|
readonly language?: string | undefined;
|
|
2732
|
-
readonly maxRating?: number | undefined;
|
|
2733
2706
|
readonly step?: number | undefined;
|
|
2734
2707
|
readonly currencyConfig?: {
|
|
2735
2708
|
precision: number;
|
|
@@ -2823,7 +2796,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2823
2796
|
} | undefined;
|
|
2824
2797
|
readonly sortable?: boolean | undefined;
|
|
2825
2798
|
readonly inlineHelpText?: string | undefined;
|
|
2826
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2827
2799
|
readonly autonumberFormat?: string | undefined;
|
|
2828
2800
|
readonly index?: boolean | undefined;
|
|
2829
2801
|
readonly type: "text";
|
|
@@ -2906,7 +2878,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
2906
2878
|
relationshipField?: string | undefined;
|
|
2907
2879
|
} | undefined;
|
|
2908
2880
|
readonly language?: string | undefined;
|
|
2909
|
-
readonly maxRating?: number | undefined;
|
|
2910
2881
|
readonly step?: number | undefined;
|
|
2911
2882
|
readonly currencyConfig?: {
|
|
2912
2883
|
precision: number;
|
|
@@ -3000,7 +2971,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3000
2971
|
} | undefined;
|
|
3001
2972
|
readonly sortable?: boolean | undefined;
|
|
3002
2973
|
readonly inlineHelpText?: string | undefined;
|
|
3003
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3004
2974
|
readonly autonumberFormat?: string | undefined;
|
|
3005
2975
|
readonly index?: boolean | undefined;
|
|
3006
2976
|
readonly type: "select";
|
|
@@ -3083,7 +3053,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3083
3053
|
relationshipField?: string | undefined;
|
|
3084
3054
|
} | undefined;
|
|
3085
3055
|
readonly language?: string | undefined;
|
|
3086
|
-
readonly maxRating?: number | undefined;
|
|
3087
3056
|
readonly step?: number | undefined;
|
|
3088
3057
|
readonly currencyConfig?: {
|
|
3089
3058
|
precision: number;
|
|
@@ -3177,7 +3146,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3177
3146
|
} | undefined;
|
|
3178
3147
|
readonly sortable?: boolean | undefined;
|
|
3179
3148
|
readonly inlineHelpText?: string | undefined;
|
|
3180
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3181
3149
|
readonly autonumberFormat?: string | undefined;
|
|
3182
3150
|
readonly index?: boolean | undefined;
|
|
3183
3151
|
readonly type: "text";
|
|
@@ -3260,7 +3228,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3260
3228
|
relationshipField?: string | undefined;
|
|
3261
3229
|
} | undefined;
|
|
3262
3230
|
readonly language?: string | undefined;
|
|
3263
|
-
readonly maxRating?: number | undefined;
|
|
3264
3231
|
readonly step?: number | undefined;
|
|
3265
3232
|
readonly currencyConfig?: {
|
|
3266
3233
|
precision: number;
|
|
@@ -3354,7 +3321,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3354
3321
|
} | undefined;
|
|
3355
3322
|
readonly sortable?: boolean | undefined;
|
|
3356
3323
|
readonly inlineHelpText?: string | undefined;
|
|
3357
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3358
3324
|
readonly autonumberFormat?: string | undefined;
|
|
3359
3325
|
readonly index?: boolean | undefined;
|
|
3360
3326
|
readonly type: "select";
|
|
@@ -3437,7 +3403,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3437
3403
|
relationshipField?: string | undefined;
|
|
3438
3404
|
} | undefined;
|
|
3439
3405
|
readonly language?: string | undefined;
|
|
3440
|
-
readonly maxRating?: number | undefined;
|
|
3441
3406
|
readonly step?: number | undefined;
|
|
3442
3407
|
readonly currencyConfig?: {
|
|
3443
3408
|
precision: number;
|
|
@@ -3531,7 +3496,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3531
3496
|
} | undefined;
|
|
3532
3497
|
readonly sortable?: boolean | undefined;
|
|
3533
3498
|
readonly inlineHelpText?: string | undefined;
|
|
3534
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3535
3499
|
readonly autonumberFormat?: string | undefined;
|
|
3536
3500
|
readonly index?: boolean | undefined;
|
|
3537
3501
|
readonly type: "lookup";
|
|
@@ -3619,7 +3583,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3619
3583
|
relationshipField?: string | undefined;
|
|
3620
3584
|
} | undefined;
|
|
3621
3585
|
readonly language?: string | undefined;
|
|
3622
|
-
readonly maxRating?: number | undefined;
|
|
3623
3586
|
readonly step?: number | undefined;
|
|
3624
3587
|
readonly currencyConfig?: {
|
|
3625
3588
|
precision: number;
|
|
@@ -3713,7 +3676,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3713
3676
|
} | undefined;
|
|
3714
3677
|
readonly sortable?: boolean | undefined;
|
|
3715
3678
|
readonly inlineHelpText?: string | undefined;
|
|
3716
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3717
3679
|
readonly autonumberFormat?: string | undefined;
|
|
3718
3680
|
readonly index?: boolean | undefined;
|
|
3719
3681
|
readonly type: "lookup";
|
|
@@ -3796,7 +3758,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3796
3758
|
relationshipField?: string | undefined;
|
|
3797
3759
|
} | undefined;
|
|
3798
3760
|
readonly language?: string | undefined;
|
|
3799
|
-
readonly maxRating?: number | undefined;
|
|
3800
3761
|
readonly step?: number | undefined;
|
|
3801
3762
|
readonly currencyConfig?: {
|
|
3802
3763
|
precision: number;
|
|
@@ -3890,7 +3851,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3890
3851
|
} | undefined;
|
|
3891
3852
|
readonly sortable?: boolean | undefined;
|
|
3892
3853
|
readonly inlineHelpText?: string | undefined;
|
|
3893
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3894
3854
|
readonly autonumberFormat?: string | undefined;
|
|
3895
3855
|
readonly index?: boolean | undefined;
|
|
3896
3856
|
readonly type: "number";
|
|
@@ -3973,7 +3933,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
3973
3933
|
relationshipField?: string | undefined;
|
|
3974
3934
|
} | undefined;
|
|
3975
3935
|
readonly language?: string | undefined;
|
|
3976
|
-
readonly maxRating?: number | undefined;
|
|
3977
3936
|
readonly step?: number | undefined;
|
|
3978
3937
|
readonly currencyConfig?: {
|
|
3979
3938
|
precision: number;
|
|
@@ -4067,7 +4026,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4067
4026
|
} | undefined;
|
|
4068
4027
|
readonly sortable?: boolean | undefined;
|
|
4069
4028
|
readonly inlineHelpText?: string | undefined;
|
|
4070
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4071
4029
|
readonly autonumberFormat?: string | undefined;
|
|
4072
4030
|
readonly index?: boolean | undefined;
|
|
4073
4031
|
readonly type: "text";
|
|
@@ -4150,7 +4108,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4150
4108
|
relationshipField?: string | undefined;
|
|
4151
4109
|
} | undefined;
|
|
4152
4110
|
readonly language?: string | undefined;
|
|
4153
|
-
readonly maxRating?: number | undefined;
|
|
4154
4111
|
readonly step?: number | undefined;
|
|
4155
4112
|
readonly currencyConfig?: {
|
|
4156
4113
|
precision: number;
|
|
@@ -4244,7 +4201,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4244
4201
|
} | undefined;
|
|
4245
4202
|
readonly sortable?: boolean | undefined;
|
|
4246
4203
|
readonly inlineHelpText?: string | undefined;
|
|
4247
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4248
4204
|
readonly autonumberFormat?: string | undefined;
|
|
4249
4205
|
readonly index?: boolean | undefined;
|
|
4250
4206
|
readonly type: "select";
|
|
@@ -4327,7 +4283,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4327
4283
|
relationshipField?: string | undefined;
|
|
4328
4284
|
} | undefined;
|
|
4329
4285
|
readonly language?: string | undefined;
|
|
4330
|
-
readonly maxRating?: number | undefined;
|
|
4331
4286
|
readonly step?: number | undefined;
|
|
4332
4287
|
readonly currencyConfig?: {
|
|
4333
4288
|
precision: number;
|
|
@@ -4421,7 +4376,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4421
4376
|
} | undefined;
|
|
4422
4377
|
readonly sortable?: boolean | undefined;
|
|
4423
4378
|
readonly inlineHelpText?: string | undefined;
|
|
4424
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4425
4379
|
readonly autonumberFormat?: string | undefined;
|
|
4426
4380
|
readonly index?: boolean | undefined;
|
|
4427
4381
|
readonly type: "textarea";
|
|
@@ -4504,7 +4458,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4504
4458
|
relationshipField?: string | undefined;
|
|
4505
4459
|
} | undefined;
|
|
4506
4460
|
readonly language?: string | undefined;
|
|
4507
|
-
readonly maxRating?: number | undefined;
|
|
4508
4461
|
readonly step?: number | undefined;
|
|
4509
4462
|
readonly currencyConfig?: {
|
|
4510
4463
|
precision: number;
|
|
@@ -4598,7 +4551,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4598
4551
|
} | undefined;
|
|
4599
4552
|
readonly sortable?: boolean | undefined;
|
|
4600
4553
|
readonly inlineHelpText?: string | undefined;
|
|
4601
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4602
4554
|
readonly autonumberFormat?: string | undefined;
|
|
4603
4555
|
readonly index?: boolean | undefined;
|
|
4604
4556
|
readonly type: "lookup";
|
|
@@ -4680,7 +4632,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4680
4632
|
relationshipField?: string | undefined;
|
|
4681
4633
|
} | undefined;
|
|
4682
4634
|
readonly language?: string | undefined;
|
|
4683
|
-
readonly maxRating?: number | undefined;
|
|
4684
4635
|
readonly step?: number | undefined;
|
|
4685
4636
|
readonly currencyConfig?: {
|
|
4686
4637
|
precision: number;
|
|
@@ -4774,7 +4725,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4774
4725
|
} | undefined;
|
|
4775
4726
|
readonly sortable?: boolean | undefined;
|
|
4776
4727
|
readonly inlineHelpText?: string | undefined;
|
|
4777
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4778
4728
|
readonly autonumberFormat?: string | undefined;
|
|
4779
4729
|
readonly index?: boolean | undefined;
|
|
4780
4730
|
readonly type: "datetime";
|
|
@@ -4856,7 +4806,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4856
4806
|
relationshipField?: string | undefined;
|
|
4857
4807
|
} | undefined;
|
|
4858
4808
|
readonly language?: string | undefined;
|
|
4859
|
-
readonly maxRating?: number | undefined;
|
|
4860
4809
|
readonly step?: number | undefined;
|
|
4861
4810
|
readonly currencyConfig?: {
|
|
4862
4811
|
precision: number;
|
|
@@ -4950,7 +4899,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
4950
4899
|
} | undefined;
|
|
4951
4900
|
readonly sortable?: boolean | undefined;
|
|
4952
4901
|
readonly inlineHelpText?: string | undefined;
|
|
4953
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4954
4902
|
readonly autonumberFormat?: string | undefined;
|
|
4955
4903
|
readonly index?: boolean | undefined;
|
|
4956
4904
|
readonly type: "lookup";
|
|
@@ -5032,7 +4980,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
5032
4980
|
relationshipField?: string | undefined;
|
|
5033
4981
|
} | undefined;
|
|
5034
4982
|
readonly language?: string | undefined;
|
|
5035
|
-
readonly maxRating?: number | undefined;
|
|
5036
4983
|
readonly step?: number | undefined;
|
|
5037
4984
|
readonly currencyConfig?: {
|
|
5038
4985
|
precision: number;
|
|
@@ -5126,7 +5073,6 @@ declare const SysMetadataObject: Omit<{
|
|
|
5126
5073
|
} | undefined;
|
|
5127
5074
|
readonly sortable?: boolean | undefined;
|
|
5128
5075
|
readonly inlineHelpText?: string | undefined;
|
|
5129
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5130
5076
|
readonly autonumberFormat?: string | undefined;
|
|
5131
5077
|
readonly index?: boolean | undefined;
|
|
5132
5078
|
readonly type: "datetime";
|
|
@@ -5348,7 +5294,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5348
5294
|
relationshipField?: string | undefined;
|
|
5349
5295
|
} | undefined;
|
|
5350
5296
|
language?: string | undefined;
|
|
5351
|
-
maxRating?: number | undefined;
|
|
5352
5297
|
step?: number | undefined;
|
|
5353
5298
|
currencyConfig?: {
|
|
5354
5299
|
precision: number;
|
|
@@ -5478,7 +5423,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5478
5423
|
requiredPermissions?: string[] | undefined;
|
|
5479
5424
|
system?: boolean | undefined;
|
|
5480
5425
|
inlineHelpText?: string | undefined;
|
|
5481
|
-
caseSensitive?: boolean | undefined;
|
|
5482
5426
|
autonumberFormat?: string | undefined;
|
|
5483
5427
|
}>;
|
|
5484
5428
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -5566,12 +5510,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5566
5510
|
versionField: string;
|
|
5567
5511
|
retentionDays?: number | undefined;
|
|
5568
5512
|
} | undefined;
|
|
5569
|
-
partitioning?: {
|
|
5570
|
-
enabled: boolean;
|
|
5571
|
-
strategy: "hash" | "list" | "range";
|
|
5572
|
-
key: string;
|
|
5573
|
-
interval?: string | undefined;
|
|
5574
|
-
} | undefined;
|
|
5575
5513
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
5576
5514
|
activityMilestones?: {
|
|
5577
5515
|
field: string;
|
|
@@ -5902,7 +5840,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5902
5840
|
debounceMs?: number | undefined;
|
|
5903
5841
|
} | undefined;
|
|
5904
5842
|
}> | undefined;
|
|
5905
|
-
defaultDetailForm?: string | undefined;
|
|
5906
5843
|
searchableFields?: string[] | undefined;
|
|
5907
5844
|
search?: {
|
|
5908
5845
|
fields: string[];
|
|
@@ -5919,7 +5856,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5919
5856
|
trash: boolean;
|
|
5920
5857
|
mru: boolean;
|
|
5921
5858
|
clone: boolean;
|
|
5922
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
5859
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5923
5860
|
} | undefined;
|
|
5924
5861
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5925
5862
|
publicSharing?: {
|
|
@@ -5947,6 +5884,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5947
5884
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
5948
5885
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
5949
5886
|
target?: string | undefined;
|
|
5887
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
5950
5888
|
body?: {
|
|
5951
5889
|
language: "expression";
|
|
5952
5890
|
source: string;
|
|
@@ -6132,7 +6070,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6132
6070
|
relationshipField?: string | undefined;
|
|
6133
6071
|
} | undefined;
|
|
6134
6072
|
readonly language?: string | undefined;
|
|
6135
|
-
readonly maxRating?: number | undefined;
|
|
6136
6073
|
readonly step?: number | undefined;
|
|
6137
6074
|
readonly currencyConfig?: {
|
|
6138
6075
|
precision: number;
|
|
@@ -6226,7 +6163,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6226
6163
|
} | undefined;
|
|
6227
6164
|
readonly sortable?: boolean | undefined;
|
|
6228
6165
|
readonly inlineHelpText?: string | undefined;
|
|
6229
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6230
6166
|
readonly autonumberFormat?: string | undefined;
|
|
6231
6167
|
readonly index?: boolean | undefined;
|
|
6232
6168
|
readonly type: "text";
|
|
@@ -6309,7 +6245,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6309
6245
|
relationshipField?: string | undefined;
|
|
6310
6246
|
} | undefined;
|
|
6311
6247
|
readonly language?: string | undefined;
|
|
6312
|
-
readonly maxRating?: number | undefined;
|
|
6313
6248
|
readonly step?: number | undefined;
|
|
6314
6249
|
readonly currencyConfig?: {
|
|
6315
6250
|
precision: number;
|
|
@@ -6403,7 +6338,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6403
6338
|
} | undefined;
|
|
6404
6339
|
readonly sortable?: boolean | undefined;
|
|
6405
6340
|
readonly inlineHelpText?: string | undefined;
|
|
6406
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6407
6341
|
readonly autonumberFormat?: string | undefined;
|
|
6408
6342
|
readonly index?: boolean | undefined;
|
|
6409
6343
|
readonly type: "number";
|
|
@@ -6486,7 +6420,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6486
6420
|
relationshipField?: string | undefined;
|
|
6487
6421
|
} | undefined;
|
|
6488
6422
|
readonly language?: string | undefined;
|
|
6489
|
-
readonly maxRating?: number | undefined;
|
|
6490
6423
|
readonly step?: number | undefined;
|
|
6491
6424
|
readonly currencyConfig?: {
|
|
6492
6425
|
precision: number;
|
|
@@ -6580,7 +6513,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6580
6513
|
} | undefined;
|
|
6581
6514
|
readonly sortable?: boolean | undefined;
|
|
6582
6515
|
readonly inlineHelpText?: string | undefined;
|
|
6583
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6584
6516
|
readonly autonumberFormat?: string | undefined;
|
|
6585
6517
|
readonly index?: boolean | undefined;
|
|
6586
6518
|
readonly type: "text";
|
|
@@ -6663,7 +6595,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6663
6595
|
relationshipField?: string | undefined;
|
|
6664
6596
|
} | undefined;
|
|
6665
6597
|
readonly language?: string | undefined;
|
|
6666
|
-
readonly maxRating?: number | undefined;
|
|
6667
6598
|
readonly step?: number | undefined;
|
|
6668
6599
|
readonly currencyConfig?: {
|
|
6669
6600
|
precision: number;
|
|
@@ -6757,7 +6688,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6757
6688
|
} | undefined;
|
|
6758
6689
|
readonly sortable?: boolean | undefined;
|
|
6759
6690
|
readonly inlineHelpText?: string | undefined;
|
|
6760
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6761
6691
|
readonly autonumberFormat?: string | undefined;
|
|
6762
6692
|
readonly index?: boolean | undefined;
|
|
6763
6693
|
readonly type: "text";
|
|
@@ -6840,7 +6770,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6840
6770
|
relationshipField?: string | undefined;
|
|
6841
6771
|
} | undefined;
|
|
6842
6772
|
readonly language?: string | undefined;
|
|
6843
|
-
readonly maxRating?: number | undefined;
|
|
6844
6773
|
readonly step?: number | undefined;
|
|
6845
6774
|
readonly currencyConfig?: {
|
|
6846
6775
|
precision: number;
|
|
@@ -6934,7 +6863,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
6934
6863
|
} | undefined;
|
|
6935
6864
|
readonly sortable?: boolean | undefined;
|
|
6936
6865
|
readonly inlineHelpText?: string | undefined;
|
|
6937
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6938
6866
|
readonly autonumberFormat?: string | undefined;
|
|
6939
6867
|
readonly index?: boolean | undefined;
|
|
6940
6868
|
readonly type: "number";
|
|
@@ -7017,7 +6945,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7017
6945
|
relationshipField?: string | undefined;
|
|
7018
6946
|
} | undefined;
|
|
7019
6947
|
readonly language?: string | undefined;
|
|
7020
|
-
readonly maxRating?: number | undefined;
|
|
7021
6948
|
readonly step?: number | undefined;
|
|
7022
6949
|
readonly currencyConfig?: {
|
|
7023
6950
|
precision: number;
|
|
@@ -7111,7 +7038,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7111
7038
|
} | undefined;
|
|
7112
7039
|
readonly sortable?: boolean | undefined;
|
|
7113
7040
|
readonly inlineHelpText?: string | undefined;
|
|
7114
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7115
7041
|
readonly autonumberFormat?: string | undefined;
|
|
7116
7042
|
readonly index?: boolean | undefined;
|
|
7117
7043
|
readonly type: "select";
|
|
@@ -7197,7 +7123,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7197
7123
|
relationshipField?: string | undefined;
|
|
7198
7124
|
} | undefined;
|
|
7199
7125
|
readonly language?: string | undefined;
|
|
7200
|
-
readonly maxRating?: number | undefined;
|
|
7201
7126
|
readonly step?: number | undefined;
|
|
7202
7127
|
readonly currencyConfig?: {
|
|
7203
7128
|
precision: number;
|
|
@@ -7291,7 +7216,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7291
7216
|
} | undefined;
|
|
7292
7217
|
readonly sortable?: boolean | undefined;
|
|
7293
7218
|
readonly inlineHelpText?: string | undefined;
|
|
7294
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7295
7219
|
readonly autonumberFormat?: string | undefined;
|
|
7296
7220
|
readonly index?: boolean | undefined;
|
|
7297
7221
|
readonly type: "textarea";
|
|
@@ -7374,7 +7298,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7374
7298
|
relationshipField?: string | undefined;
|
|
7375
7299
|
} | undefined;
|
|
7376
7300
|
readonly language?: string | undefined;
|
|
7377
|
-
readonly maxRating?: number | undefined;
|
|
7378
7301
|
readonly step?: number | undefined;
|
|
7379
7302
|
readonly currencyConfig?: {
|
|
7380
7303
|
precision: number;
|
|
@@ -7468,7 +7391,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7468
7391
|
} | undefined;
|
|
7469
7392
|
readonly sortable?: boolean | undefined;
|
|
7470
7393
|
readonly inlineHelpText?: string | undefined;
|
|
7471
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7472
7394
|
readonly autonumberFormat?: string | undefined;
|
|
7473
7395
|
readonly index?: boolean | undefined;
|
|
7474
7396
|
readonly type: "text";
|
|
@@ -7551,7 +7473,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7551
7473
|
relationshipField?: string | undefined;
|
|
7552
7474
|
} | undefined;
|
|
7553
7475
|
readonly language?: string | undefined;
|
|
7554
|
-
readonly maxRating?: number | undefined;
|
|
7555
7476
|
readonly step?: number | undefined;
|
|
7556
7477
|
readonly currencyConfig?: {
|
|
7557
7478
|
precision: number;
|
|
@@ -7645,7 +7566,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7645
7566
|
} | undefined;
|
|
7646
7567
|
readonly sortable?: boolean | undefined;
|
|
7647
7568
|
readonly inlineHelpText?: string | undefined;
|
|
7648
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7649
7569
|
readonly autonumberFormat?: string | undefined;
|
|
7650
7570
|
readonly index?: boolean | undefined;
|
|
7651
7571
|
readonly type: "text";
|
|
@@ -7728,7 +7648,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7728
7648
|
relationshipField?: string | undefined;
|
|
7729
7649
|
} | undefined;
|
|
7730
7650
|
readonly language?: string | undefined;
|
|
7731
|
-
readonly maxRating?: number | undefined;
|
|
7732
7651
|
readonly step?: number | undefined;
|
|
7733
7652
|
readonly currencyConfig?: {
|
|
7734
7653
|
precision: number;
|
|
@@ -7822,7 +7741,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7822
7741
|
} | undefined;
|
|
7823
7742
|
readonly sortable?: boolean | undefined;
|
|
7824
7743
|
readonly inlineHelpText?: string | undefined;
|
|
7825
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7826
7744
|
readonly autonumberFormat?: string | undefined;
|
|
7827
7745
|
readonly index?: boolean | undefined;
|
|
7828
7746
|
readonly type: "textarea";
|
|
@@ -7909,7 +7827,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
7909
7827
|
relationshipField?: string | undefined;
|
|
7910
7828
|
} | undefined;
|
|
7911
7829
|
readonly language?: string | undefined;
|
|
7912
|
-
readonly maxRating?: number | undefined;
|
|
7913
7830
|
readonly step?: number | undefined;
|
|
7914
7831
|
readonly currencyConfig?: {
|
|
7915
7832
|
precision: number;
|
|
@@ -8003,7 +7920,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8003
7920
|
} | undefined;
|
|
8004
7921
|
readonly sortable?: boolean | undefined;
|
|
8005
7922
|
readonly inlineHelpText?: string | undefined;
|
|
8006
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8007
7923
|
readonly autonumberFormat?: string | undefined;
|
|
8008
7924
|
readonly index?: boolean | undefined;
|
|
8009
7925
|
readonly type: "text";
|
|
@@ -8086,7 +8002,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8086
8002
|
relationshipField?: string | undefined;
|
|
8087
8003
|
} | undefined;
|
|
8088
8004
|
readonly language?: string | undefined;
|
|
8089
|
-
readonly maxRating?: number | undefined;
|
|
8090
8005
|
readonly step?: number | undefined;
|
|
8091
8006
|
readonly currencyConfig?: {
|
|
8092
8007
|
precision: number;
|
|
@@ -8180,7 +8095,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8180
8095
|
} | undefined;
|
|
8181
8096
|
readonly sortable?: boolean | undefined;
|
|
8182
8097
|
readonly inlineHelpText?: string | undefined;
|
|
8183
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8184
8098
|
readonly autonumberFormat?: string | undefined;
|
|
8185
8099
|
readonly index?: boolean | undefined;
|
|
8186
8100
|
readonly type: "lookup";
|
|
@@ -8263,7 +8177,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8263
8177
|
relationshipField?: string | undefined;
|
|
8264
8178
|
} | undefined;
|
|
8265
8179
|
readonly language?: string | undefined;
|
|
8266
|
-
readonly maxRating?: number | undefined;
|
|
8267
8180
|
readonly step?: number | undefined;
|
|
8268
8181
|
readonly currencyConfig?: {
|
|
8269
8182
|
precision: number;
|
|
@@ -8357,7 +8270,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8357
8270
|
} | undefined;
|
|
8358
8271
|
readonly sortable?: boolean | undefined;
|
|
8359
8272
|
readonly inlineHelpText?: string | undefined;
|
|
8360
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8361
8273
|
readonly autonumberFormat?: string | undefined;
|
|
8362
8274
|
readonly index?: boolean | undefined;
|
|
8363
8275
|
readonly type: "lookup";
|
|
@@ -8440,7 +8352,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8440
8352
|
relationshipField?: string | undefined;
|
|
8441
8353
|
} | undefined;
|
|
8442
8354
|
readonly language?: string | undefined;
|
|
8443
|
-
readonly maxRating?: number | undefined;
|
|
8444
8355
|
readonly step?: number | undefined;
|
|
8445
8356
|
readonly currencyConfig?: {
|
|
8446
8357
|
precision: number;
|
|
@@ -8534,7 +8445,6 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
8534
8445
|
} | undefined;
|
|
8535
8446
|
readonly sortable?: boolean | undefined;
|
|
8536
8447
|
readonly inlineHelpText?: string | undefined;
|
|
8537
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8538
8448
|
readonly autonumberFormat?: string | undefined;
|
|
8539
8449
|
readonly index?: boolean | undefined;
|
|
8540
8450
|
readonly type: "datetime";
|
|
@@ -8674,7 +8584,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
8674
8584
|
relationshipField?: string | undefined;
|
|
8675
8585
|
} | undefined;
|
|
8676
8586
|
language?: string | undefined;
|
|
8677
|
-
maxRating?: number | undefined;
|
|
8678
8587
|
step?: number | undefined;
|
|
8679
8588
|
currencyConfig?: {
|
|
8680
8589
|
precision: number;
|
|
@@ -8804,7 +8713,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
8804
8713
|
requiredPermissions?: string[] | undefined;
|
|
8805
8714
|
system?: boolean | undefined;
|
|
8806
8715
|
inlineHelpText?: string | undefined;
|
|
8807
|
-
caseSensitive?: boolean | undefined;
|
|
8808
8716
|
autonumberFormat?: string | undefined;
|
|
8809
8717
|
}>;
|
|
8810
8718
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -8892,12 +8800,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
8892
8800
|
versionField: string;
|
|
8893
8801
|
retentionDays?: number | undefined;
|
|
8894
8802
|
} | undefined;
|
|
8895
|
-
partitioning?: {
|
|
8896
|
-
enabled: boolean;
|
|
8897
|
-
strategy: "hash" | "list" | "range";
|
|
8898
|
-
key: string;
|
|
8899
|
-
interval?: string | undefined;
|
|
8900
|
-
} | undefined;
|
|
8901
8803
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
8902
8804
|
activityMilestones?: {
|
|
8903
8805
|
field: string;
|
|
@@ -9228,7 +9130,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9228
9130
|
debounceMs?: number | undefined;
|
|
9229
9131
|
} | undefined;
|
|
9230
9132
|
}> | undefined;
|
|
9231
|
-
defaultDetailForm?: string | undefined;
|
|
9232
9133
|
searchableFields?: string[] | undefined;
|
|
9233
9134
|
search?: {
|
|
9234
9135
|
fields: string[];
|
|
@@ -9245,7 +9146,7 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9245
9146
|
trash: boolean;
|
|
9246
9147
|
mru: boolean;
|
|
9247
9148
|
clone: boolean;
|
|
9248
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
9149
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9249
9150
|
} | undefined;
|
|
9250
9151
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9251
9152
|
publicSharing?: {
|
|
@@ -9273,6 +9174,7 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9273
9174
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
9274
9175
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
9275
9176
|
target?: string | undefined;
|
|
9177
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
9276
9178
|
body?: {
|
|
9277
9179
|
language: "expression";
|
|
9278
9180
|
source: string;
|
|
@@ -9458,7 +9360,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9458
9360
|
relationshipField?: string | undefined;
|
|
9459
9361
|
} | undefined;
|
|
9460
9362
|
readonly language?: string | undefined;
|
|
9461
|
-
readonly maxRating?: number | undefined;
|
|
9462
9363
|
readonly step?: number | undefined;
|
|
9463
9364
|
readonly currencyConfig?: {
|
|
9464
9365
|
precision: number;
|
|
@@ -9552,7 +9453,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9552
9453
|
} | undefined;
|
|
9553
9454
|
readonly sortable?: boolean | undefined;
|
|
9554
9455
|
readonly inlineHelpText?: string | undefined;
|
|
9555
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9556
9456
|
readonly autonumberFormat?: string | undefined;
|
|
9557
9457
|
readonly index?: boolean | undefined;
|
|
9558
9458
|
readonly type: "text";
|
|
@@ -9635,7 +9535,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9635
9535
|
relationshipField?: string | undefined;
|
|
9636
9536
|
} | undefined;
|
|
9637
9537
|
readonly language?: string | undefined;
|
|
9638
|
-
readonly maxRating?: number | undefined;
|
|
9639
9538
|
readonly step?: number | undefined;
|
|
9640
9539
|
readonly currencyConfig?: {
|
|
9641
9540
|
precision: number;
|
|
@@ -9729,7 +9628,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9729
9628
|
} | undefined;
|
|
9730
9629
|
readonly sortable?: boolean | undefined;
|
|
9731
9630
|
readonly inlineHelpText?: string | undefined;
|
|
9732
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9733
9631
|
readonly autonumberFormat?: string | undefined;
|
|
9734
9632
|
readonly index?: boolean | undefined;
|
|
9735
9633
|
readonly type: "text";
|
|
@@ -9812,7 +9710,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9812
9710
|
relationshipField?: string | undefined;
|
|
9813
9711
|
} | undefined;
|
|
9814
9712
|
readonly language?: string | undefined;
|
|
9815
|
-
readonly maxRating?: number | undefined;
|
|
9816
9713
|
readonly step?: number | undefined;
|
|
9817
9714
|
readonly currencyConfig?: {
|
|
9818
9715
|
precision: number;
|
|
@@ -9906,7 +9803,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9906
9803
|
} | undefined;
|
|
9907
9804
|
readonly sortable?: boolean | undefined;
|
|
9908
9805
|
readonly inlineHelpText?: string | undefined;
|
|
9909
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9910
9806
|
readonly autonumberFormat?: string | undefined;
|
|
9911
9807
|
readonly index?: boolean | undefined;
|
|
9912
9808
|
readonly type: "select";
|
|
@@ -9989,7 +9885,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
9989
9885
|
relationshipField?: string | undefined;
|
|
9990
9886
|
} | undefined;
|
|
9991
9887
|
readonly language?: string | undefined;
|
|
9992
|
-
readonly maxRating?: number | undefined;
|
|
9993
9888
|
readonly step?: number | undefined;
|
|
9994
9889
|
readonly currencyConfig?: {
|
|
9995
9890
|
precision: number;
|
|
@@ -10083,7 +9978,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10083
9978
|
} | undefined;
|
|
10084
9979
|
readonly sortable?: boolean | undefined;
|
|
10085
9980
|
readonly inlineHelpText?: string | undefined;
|
|
10086
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10087
9981
|
readonly autonumberFormat?: string | undefined;
|
|
10088
9982
|
readonly index?: boolean | undefined;
|
|
10089
9983
|
readonly type: "textarea";
|
|
@@ -10166,7 +10060,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10166
10060
|
relationshipField?: string | undefined;
|
|
10167
10061
|
} | undefined;
|
|
10168
10062
|
readonly language?: string | undefined;
|
|
10169
|
-
readonly maxRating?: number | undefined;
|
|
10170
10063
|
readonly step?: number | undefined;
|
|
10171
10064
|
readonly currencyConfig?: {
|
|
10172
10065
|
precision: number;
|
|
@@ -10260,7 +10153,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10260
10153
|
} | undefined;
|
|
10261
10154
|
readonly sortable?: boolean | undefined;
|
|
10262
10155
|
readonly inlineHelpText?: string | undefined;
|
|
10263
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10264
10156
|
readonly autonumberFormat?: string | undefined;
|
|
10265
10157
|
readonly index?: boolean | undefined;
|
|
10266
10158
|
readonly type: "text";
|
|
@@ -10343,7 +10235,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10343
10235
|
relationshipField?: string | undefined;
|
|
10344
10236
|
} | undefined;
|
|
10345
10237
|
readonly language?: string | undefined;
|
|
10346
|
-
readonly maxRating?: number | undefined;
|
|
10347
10238
|
readonly step?: number | undefined;
|
|
10348
10239
|
readonly currencyConfig?: {
|
|
10349
10240
|
precision: number;
|
|
@@ -10437,7 +10328,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10437
10328
|
} | undefined;
|
|
10438
10329
|
readonly sortable?: boolean | undefined;
|
|
10439
10330
|
readonly inlineHelpText?: string | undefined;
|
|
10440
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10441
10331
|
readonly autonumberFormat?: string | undefined;
|
|
10442
10332
|
readonly index?: boolean | undefined;
|
|
10443
10333
|
readonly type: "text";
|
|
@@ -10520,7 +10410,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10520
10410
|
relationshipField?: string | undefined;
|
|
10521
10411
|
} | undefined;
|
|
10522
10412
|
readonly language?: string | undefined;
|
|
10523
|
-
readonly maxRating?: number | undefined;
|
|
10524
10413
|
readonly step?: number | undefined;
|
|
10525
10414
|
readonly currencyConfig?: {
|
|
10526
10415
|
precision: number;
|
|
@@ -10614,7 +10503,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10614
10503
|
} | undefined;
|
|
10615
10504
|
readonly sortable?: boolean | undefined;
|
|
10616
10505
|
readonly inlineHelpText?: string | undefined;
|
|
10617
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10618
10506
|
readonly autonumberFormat?: string | undefined;
|
|
10619
10507
|
readonly index?: boolean | undefined;
|
|
10620
10508
|
readonly type: "text";
|
|
@@ -10697,7 +10585,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10697
10585
|
relationshipField?: string | undefined;
|
|
10698
10586
|
} | undefined;
|
|
10699
10587
|
readonly language?: string | undefined;
|
|
10700
|
-
readonly maxRating?: number | undefined;
|
|
10701
10588
|
readonly step?: number | undefined;
|
|
10702
10589
|
readonly currencyConfig?: {
|
|
10703
10590
|
precision: number;
|
|
@@ -10791,7 +10678,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10791
10678
|
} | undefined;
|
|
10792
10679
|
readonly sortable?: boolean | undefined;
|
|
10793
10680
|
readonly inlineHelpText?: string | undefined;
|
|
10794
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10795
10681
|
readonly autonumberFormat?: string | undefined;
|
|
10796
10682
|
readonly index?: boolean | undefined;
|
|
10797
10683
|
readonly type: "number";
|
|
@@ -10874,7 +10760,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10874
10760
|
relationshipField?: string | undefined;
|
|
10875
10761
|
} | undefined;
|
|
10876
10762
|
readonly language?: string | undefined;
|
|
10877
|
-
readonly maxRating?: number | undefined;
|
|
10878
10763
|
readonly step?: number | undefined;
|
|
10879
10764
|
readonly currencyConfig?: {
|
|
10880
10765
|
precision: number;
|
|
@@ -10968,7 +10853,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
10968
10853
|
} | undefined;
|
|
10969
10854
|
readonly sortable?: boolean | undefined;
|
|
10970
10855
|
readonly inlineHelpText?: string | undefined;
|
|
10971
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10972
10856
|
readonly autonumberFormat?: string | undefined;
|
|
10973
10857
|
readonly index?: boolean | undefined;
|
|
10974
10858
|
readonly type: "number";
|
|
@@ -11054,7 +10938,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11054
10938
|
relationshipField?: string | undefined;
|
|
11055
10939
|
} | undefined;
|
|
11056
10940
|
readonly language?: string | undefined;
|
|
11057
|
-
readonly maxRating?: number | undefined;
|
|
11058
10941
|
readonly step?: number | undefined;
|
|
11059
10942
|
readonly currencyConfig?: {
|
|
11060
10943
|
precision: number;
|
|
@@ -11148,7 +11031,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11148
11031
|
} | undefined;
|
|
11149
11032
|
readonly sortable?: boolean | undefined;
|
|
11150
11033
|
readonly inlineHelpText?: string | undefined;
|
|
11151
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11152
11034
|
readonly autonumberFormat?: string | undefined;
|
|
11153
11035
|
readonly index?: boolean | undefined;
|
|
11154
11036
|
readonly type: "textarea";
|
|
@@ -11231,7 +11113,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11231
11113
|
relationshipField?: string | undefined;
|
|
11232
11114
|
} | undefined;
|
|
11233
11115
|
readonly language?: string | undefined;
|
|
11234
|
-
readonly maxRating?: number | undefined;
|
|
11235
11116
|
readonly step?: number | undefined;
|
|
11236
11117
|
readonly currencyConfig?: {
|
|
11237
11118
|
precision: number;
|
|
@@ -11325,7 +11206,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11325
11206
|
} | undefined;
|
|
11326
11207
|
readonly sortable?: boolean | undefined;
|
|
11327
11208
|
readonly inlineHelpText?: string | undefined;
|
|
11328
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11329
11209
|
readonly autonumberFormat?: string | undefined;
|
|
11330
11210
|
readonly index?: boolean | undefined;
|
|
11331
11211
|
readonly type: "number";
|
|
@@ -11408,7 +11288,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11408
11288
|
relationshipField?: string | undefined;
|
|
11409
11289
|
} | undefined;
|
|
11410
11290
|
readonly language?: string | undefined;
|
|
11411
|
-
readonly maxRating?: number | undefined;
|
|
11412
11291
|
readonly step?: number | undefined;
|
|
11413
11292
|
readonly currencyConfig?: {
|
|
11414
11293
|
precision: number;
|
|
@@ -11502,7 +11381,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11502
11381
|
} | undefined;
|
|
11503
11382
|
readonly sortable?: boolean | undefined;
|
|
11504
11383
|
readonly inlineHelpText?: string | undefined;
|
|
11505
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11506
11384
|
readonly autonumberFormat?: string | undefined;
|
|
11507
11385
|
readonly index?: boolean | undefined;
|
|
11508
11386
|
readonly type: "lookup";
|
|
@@ -11585,7 +11463,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11585
11463
|
relationshipField?: string | undefined;
|
|
11586
11464
|
} | undefined;
|
|
11587
11465
|
readonly language?: string | undefined;
|
|
11588
|
-
readonly maxRating?: number | undefined;
|
|
11589
11466
|
readonly step?: number | undefined;
|
|
11590
11467
|
readonly currencyConfig?: {
|
|
11591
11468
|
precision: number;
|
|
@@ -11679,7 +11556,6 @@ declare const SysMetadataCommitObject: Omit<{
|
|
|
11679
11556
|
} | undefined;
|
|
11680
11557
|
readonly sortable?: boolean | undefined;
|
|
11681
11558
|
readonly inlineHelpText?: string | undefined;
|
|
11682
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11683
11559
|
readonly autonumberFormat?: string | undefined;
|
|
11684
11560
|
readonly index?: boolean | undefined;
|
|
11685
11561
|
readonly type: "datetime";
|
|
@@ -11818,7 +11694,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
11818
11694
|
relationshipField?: string | undefined;
|
|
11819
11695
|
} | undefined;
|
|
11820
11696
|
language?: string | undefined;
|
|
11821
|
-
maxRating?: number | undefined;
|
|
11822
11697
|
step?: number | undefined;
|
|
11823
11698
|
currencyConfig?: {
|
|
11824
11699
|
precision: number;
|
|
@@ -11948,7 +11823,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
11948
11823
|
requiredPermissions?: string[] | undefined;
|
|
11949
11824
|
system?: boolean | undefined;
|
|
11950
11825
|
inlineHelpText?: string | undefined;
|
|
11951
|
-
caseSensitive?: boolean | undefined;
|
|
11952
11826
|
autonumberFormat?: string | undefined;
|
|
11953
11827
|
}>;
|
|
11954
11828
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -12036,12 +11910,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12036
11910
|
versionField: string;
|
|
12037
11911
|
retentionDays?: number | undefined;
|
|
12038
11912
|
} | undefined;
|
|
12039
|
-
partitioning?: {
|
|
12040
|
-
enabled: boolean;
|
|
12041
|
-
strategy: "hash" | "list" | "range";
|
|
12042
|
-
key: string;
|
|
12043
|
-
interval?: string | undefined;
|
|
12044
|
-
} | undefined;
|
|
12045
11913
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
12046
11914
|
activityMilestones?: {
|
|
12047
11915
|
field: string;
|
|
@@ -12372,7 +12240,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12372
12240
|
debounceMs?: number | undefined;
|
|
12373
12241
|
} | undefined;
|
|
12374
12242
|
}> | undefined;
|
|
12375
|
-
defaultDetailForm?: string | undefined;
|
|
12376
12243
|
searchableFields?: string[] | undefined;
|
|
12377
12244
|
search?: {
|
|
12378
12245
|
fields: string[];
|
|
@@ -12389,7 +12256,7 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12389
12256
|
trash: boolean;
|
|
12390
12257
|
mru: boolean;
|
|
12391
12258
|
clone: boolean;
|
|
12392
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
12259
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12393
12260
|
} | undefined;
|
|
12394
12261
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12395
12262
|
publicSharing?: {
|
|
@@ -12417,6 +12284,7 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12417
12284
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
12418
12285
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
12419
12286
|
target?: string | undefined;
|
|
12287
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
12420
12288
|
body?: {
|
|
12421
12289
|
language: "expression";
|
|
12422
12290
|
source: string;
|
|
@@ -12602,7 +12470,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12602
12470
|
relationshipField?: string | undefined;
|
|
12603
12471
|
} | undefined;
|
|
12604
12472
|
readonly language?: string | undefined;
|
|
12605
|
-
readonly maxRating?: number | undefined;
|
|
12606
12473
|
readonly step?: number | undefined;
|
|
12607
12474
|
readonly currencyConfig?: {
|
|
12608
12475
|
precision: number;
|
|
@@ -12696,7 +12563,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12696
12563
|
} | undefined;
|
|
12697
12564
|
readonly sortable?: boolean | undefined;
|
|
12698
12565
|
readonly inlineHelpText?: string | undefined;
|
|
12699
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12700
12566
|
readonly autonumberFormat?: string | undefined;
|
|
12701
12567
|
readonly index?: boolean | undefined;
|
|
12702
12568
|
readonly type: "text";
|
|
@@ -12779,7 +12645,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12779
12645
|
relationshipField?: string | undefined;
|
|
12780
12646
|
} | undefined;
|
|
12781
12647
|
readonly language?: string | undefined;
|
|
12782
|
-
readonly maxRating?: number | undefined;
|
|
12783
12648
|
readonly step?: number | undefined;
|
|
12784
12649
|
readonly currencyConfig?: {
|
|
12785
12650
|
precision: number;
|
|
@@ -12873,7 +12738,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12873
12738
|
} | undefined;
|
|
12874
12739
|
readonly sortable?: boolean | undefined;
|
|
12875
12740
|
readonly inlineHelpText?: string | undefined;
|
|
12876
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12877
12741
|
readonly autonumberFormat?: string | undefined;
|
|
12878
12742
|
readonly index?: boolean | undefined;
|
|
12879
12743
|
readonly type: "datetime";
|
|
@@ -12956,7 +12820,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
12956
12820
|
relationshipField?: string | undefined;
|
|
12957
12821
|
} | undefined;
|
|
12958
12822
|
readonly language?: string | undefined;
|
|
12959
|
-
readonly maxRating?: number | undefined;
|
|
12960
12823
|
readonly step?: number | undefined;
|
|
12961
12824
|
readonly currencyConfig?: {
|
|
12962
12825
|
precision: number;
|
|
@@ -13050,7 +12913,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13050
12913
|
} | undefined;
|
|
13051
12914
|
readonly sortable?: boolean | undefined;
|
|
13052
12915
|
readonly inlineHelpText?: string | undefined;
|
|
13053
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13054
12916
|
readonly autonumberFormat?: string | undefined;
|
|
13055
12917
|
readonly index?: boolean | undefined;
|
|
13056
12918
|
readonly type: "text";
|
|
@@ -13133,7 +12995,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13133
12995
|
relationshipField?: string | undefined;
|
|
13134
12996
|
} | undefined;
|
|
13135
12997
|
readonly language?: string | undefined;
|
|
13136
|
-
readonly maxRating?: number | undefined;
|
|
13137
12998
|
readonly step?: number | undefined;
|
|
13138
12999
|
readonly currencyConfig?: {
|
|
13139
13000
|
precision: number;
|
|
@@ -13227,7 +13088,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13227
13088
|
} | undefined;
|
|
13228
13089
|
readonly sortable?: boolean | undefined;
|
|
13229
13090
|
readonly inlineHelpText?: string | undefined;
|
|
13230
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13231
13091
|
readonly autonumberFormat?: string | undefined;
|
|
13232
13092
|
readonly index?: boolean | undefined;
|
|
13233
13093
|
readonly type: "text";
|
|
@@ -13310,7 +13170,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13310
13170
|
relationshipField?: string | undefined;
|
|
13311
13171
|
} | undefined;
|
|
13312
13172
|
readonly language?: string | undefined;
|
|
13313
|
-
readonly maxRating?: number | undefined;
|
|
13314
13173
|
readonly step?: number | undefined;
|
|
13315
13174
|
readonly currencyConfig?: {
|
|
13316
13175
|
precision: number;
|
|
@@ -13404,7 +13263,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13404
13263
|
} | undefined;
|
|
13405
13264
|
readonly sortable?: boolean | undefined;
|
|
13406
13265
|
readonly inlineHelpText?: string | undefined;
|
|
13407
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13408
13266
|
readonly autonumberFormat?: string | undefined;
|
|
13409
13267
|
readonly index?: boolean | undefined;
|
|
13410
13268
|
readonly type: "text";
|
|
@@ -13487,7 +13345,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13487
13345
|
relationshipField?: string | undefined;
|
|
13488
13346
|
} | undefined;
|
|
13489
13347
|
readonly language?: string | undefined;
|
|
13490
|
-
readonly maxRating?: number | undefined;
|
|
13491
13348
|
readonly step?: number | undefined;
|
|
13492
13349
|
readonly currencyConfig?: {
|
|
13493
13350
|
precision: number;
|
|
@@ -13581,7 +13438,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13581
13438
|
} | undefined;
|
|
13582
13439
|
readonly sortable?: boolean | undefined;
|
|
13583
13440
|
readonly inlineHelpText?: string | undefined;
|
|
13584
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13585
13441
|
readonly autonumberFormat?: string | undefined;
|
|
13586
13442
|
readonly index?: boolean | undefined;
|
|
13587
13443
|
readonly type: "text";
|
|
@@ -13664,7 +13520,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13664
13520
|
relationshipField?: string | undefined;
|
|
13665
13521
|
} | undefined;
|
|
13666
13522
|
readonly language?: string | undefined;
|
|
13667
|
-
readonly maxRating?: number | undefined;
|
|
13668
13523
|
readonly step?: number | undefined;
|
|
13669
13524
|
readonly currencyConfig?: {
|
|
13670
13525
|
precision: number;
|
|
@@ -13758,7 +13613,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13758
13613
|
} | undefined;
|
|
13759
13614
|
readonly sortable?: boolean | undefined;
|
|
13760
13615
|
readonly inlineHelpText?: string | undefined;
|
|
13761
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13762
13616
|
readonly autonumberFormat?: string | undefined;
|
|
13763
13617
|
readonly index?: boolean | undefined;
|
|
13764
13618
|
readonly type: "lookup";
|
|
@@ -13841,7 +13695,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13841
13695
|
relationshipField?: string | undefined;
|
|
13842
13696
|
} | undefined;
|
|
13843
13697
|
readonly language?: string | undefined;
|
|
13844
|
-
readonly maxRating?: number | undefined;
|
|
13845
13698
|
readonly step?: number | undefined;
|
|
13846
13699
|
readonly currencyConfig?: {
|
|
13847
13700
|
precision: number;
|
|
@@ -13935,7 +13788,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
13935
13788
|
} | undefined;
|
|
13936
13789
|
readonly sortable?: boolean | undefined;
|
|
13937
13790
|
readonly inlineHelpText?: string | undefined;
|
|
13938
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13939
13791
|
readonly autonumberFormat?: string | undefined;
|
|
13940
13792
|
readonly index?: boolean | undefined;
|
|
13941
13793
|
readonly type: "select";
|
|
@@ -14018,7 +13870,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14018
13870
|
relationshipField?: string | undefined;
|
|
14019
13871
|
} | undefined;
|
|
14020
13872
|
readonly language?: string | undefined;
|
|
14021
|
-
readonly maxRating?: number | undefined;
|
|
14022
13873
|
readonly step?: number | undefined;
|
|
14023
13874
|
readonly currencyConfig?: {
|
|
14024
13875
|
precision: number;
|
|
@@ -14112,7 +13963,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14112
13963
|
} | undefined;
|
|
14113
13964
|
readonly sortable?: boolean | undefined;
|
|
14114
13965
|
readonly inlineHelpText?: string | undefined;
|
|
14115
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14116
13966
|
readonly autonumberFormat?: string | undefined;
|
|
14117
13967
|
readonly index?: boolean | undefined;
|
|
14118
13968
|
readonly type: "select";
|
|
@@ -14202,7 +14052,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14202
14052
|
relationshipField?: string | undefined;
|
|
14203
14053
|
} | undefined;
|
|
14204
14054
|
readonly language?: string | undefined;
|
|
14205
|
-
readonly maxRating?: number | undefined;
|
|
14206
14055
|
readonly step?: number | undefined;
|
|
14207
14056
|
readonly currencyConfig?: {
|
|
14208
14057
|
precision: number;
|
|
@@ -14296,7 +14145,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14296
14145
|
} | undefined;
|
|
14297
14146
|
readonly sortable?: boolean | undefined;
|
|
14298
14147
|
readonly inlineHelpText?: string | undefined;
|
|
14299
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14300
14148
|
readonly autonumberFormat?: string | undefined;
|
|
14301
14149
|
readonly index?: boolean | undefined;
|
|
14302
14150
|
readonly type: "text";
|
|
@@ -14384,7 +14232,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14384
14232
|
relationshipField?: string | undefined;
|
|
14385
14233
|
} | undefined;
|
|
14386
14234
|
readonly language?: string | undefined;
|
|
14387
|
-
readonly maxRating?: number | undefined;
|
|
14388
14235
|
readonly step?: number | undefined;
|
|
14389
14236
|
readonly currencyConfig?: {
|
|
14390
14237
|
precision: number;
|
|
@@ -14478,7 +14325,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14478
14325
|
} | undefined;
|
|
14479
14326
|
readonly sortable?: boolean | undefined;
|
|
14480
14327
|
readonly inlineHelpText?: string | undefined;
|
|
14481
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14482
14328
|
readonly autonumberFormat?: string | undefined;
|
|
14483
14329
|
readonly index?: boolean | undefined;
|
|
14484
14330
|
readonly type: "select";
|
|
@@ -14561,7 +14407,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14561
14407
|
relationshipField?: string | undefined;
|
|
14562
14408
|
} | undefined;
|
|
14563
14409
|
readonly language?: string | undefined;
|
|
14564
|
-
readonly maxRating?: number | undefined;
|
|
14565
14410
|
readonly step?: number | undefined;
|
|
14566
14411
|
readonly currencyConfig?: {
|
|
14567
14412
|
precision: number;
|
|
@@ -14655,7 +14500,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14655
14500
|
} | undefined;
|
|
14656
14501
|
readonly sortable?: boolean | undefined;
|
|
14657
14502
|
readonly inlineHelpText?: string | undefined;
|
|
14658
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14659
14503
|
readonly autonumberFormat?: string | undefined;
|
|
14660
14504
|
readonly index?: boolean | undefined;
|
|
14661
14505
|
readonly type: "boolean";
|
|
@@ -14738,7 +14582,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14738
14582
|
relationshipField?: string | undefined;
|
|
14739
14583
|
} | undefined;
|
|
14740
14584
|
readonly language?: string | undefined;
|
|
14741
|
-
readonly maxRating?: number | undefined;
|
|
14742
14585
|
readonly step?: number | undefined;
|
|
14743
14586
|
readonly currencyConfig?: {
|
|
14744
14587
|
precision: number;
|
|
@@ -14832,7 +14675,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14832
14675
|
} | undefined;
|
|
14833
14676
|
readonly sortable?: boolean | undefined;
|
|
14834
14677
|
readonly inlineHelpText?: string | undefined;
|
|
14835
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14836
14678
|
readonly autonumberFormat?: string | undefined;
|
|
14837
14679
|
readonly index?: boolean | undefined;
|
|
14838
14680
|
readonly type: "text";
|
|
@@ -14915,7 +14757,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
14915
14757
|
relationshipField?: string | undefined;
|
|
14916
14758
|
} | undefined;
|
|
14917
14759
|
readonly language?: string | undefined;
|
|
14918
|
-
readonly maxRating?: number | undefined;
|
|
14919
14760
|
readonly step?: number | undefined;
|
|
14920
14761
|
readonly currencyConfig?: {
|
|
14921
14762
|
precision: number;
|
|
@@ -15009,7 +14850,6 @@ declare const SysMetadataAuditObject: Omit<{
|
|
|
15009
14850
|
} | undefined;
|
|
15010
14851
|
readonly sortable?: boolean | undefined;
|
|
15011
14852
|
readonly inlineHelpText?: string | undefined;
|
|
15012
|
-
readonly caseSensitive?: boolean | undefined;
|
|
15013
14853
|
readonly autonumberFormat?: string | undefined;
|
|
15014
14854
|
readonly index?: boolean | undefined;
|
|
15015
14855
|
readonly type: "textarea";
|
|
@@ -15145,7 +14985,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15145
14985
|
relationshipField?: string | undefined;
|
|
15146
14986
|
} | undefined;
|
|
15147
14987
|
language?: string | undefined;
|
|
15148
|
-
maxRating?: number | undefined;
|
|
15149
14988
|
step?: number | undefined;
|
|
15150
14989
|
currencyConfig?: {
|
|
15151
14990
|
precision: number;
|
|
@@ -15275,7 +15114,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15275
15114
|
requiredPermissions?: string[] | undefined;
|
|
15276
15115
|
system?: boolean | undefined;
|
|
15277
15116
|
inlineHelpText?: string | undefined;
|
|
15278
|
-
caseSensitive?: boolean | undefined;
|
|
15279
15117
|
autonumberFormat?: string | undefined;
|
|
15280
15118
|
}>;
|
|
15281
15119
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -15363,12 +15201,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15363
15201
|
versionField: string;
|
|
15364
15202
|
retentionDays?: number | undefined;
|
|
15365
15203
|
} | undefined;
|
|
15366
|
-
partitioning?: {
|
|
15367
|
-
enabled: boolean;
|
|
15368
|
-
strategy: "hash" | "list" | "range";
|
|
15369
|
-
key: string;
|
|
15370
|
-
interval?: string | undefined;
|
|
15371
|
-
} | undefined;
|
|
15372
15204
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
15373
15205
|
activityMilestones?: {
|
|
15374
15206
|
field: string;
|
|
@@ -15699,7 +15531,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15699
15531
|
debounceMs?: number | undefined;
|
|
15700
15532
|
} | undefined;
|
|
15701
15533
|
}> | undefined;
|
|
15702
|
-
defaultDetailForm?: string | undefined;
|
|
15703
15534
|
searchableFields?: string[] | undefined;
|
|
15704
15535
|
search?: {
|
|
15705
15536
|
fields: string[];
|
|
@@ -15716,7 +15547,7 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15716
15547
|
trash: boolean;
|
|
15717
15548
|
mru: boolean;
|
|
15718
15549
|
clone: boolean;
|
|
15719
|
-
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "
|
|
15550
|
+
apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "get" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
15720
15551
|
} | undefined;
|
|
15721
15552
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
15722
15553
|
publicSharing?: {
|
|
@@ -15744,6 +15575,7 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15744
15575
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
15745
15576
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
15746
15577
|
target?: string | undefined;
|
|
15578
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
15747
15579
|
body?: {
|
|
15748
15580
|
language: "expression";
|
|
15749
15581
|
source: string;
|
|
@@ -15928,7 +15760,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
15928
15760
|
relationshipField?: string | undefined;
|
|
15929
15761
|
} | undefined;
|
|
15930
15762
|
readonly language?: string | undefined;
|
|
15931
|
-
readonly maxRating?: number | undefined;
|
|
15932
15763
|
readonly step?: number | undefined;
|
|
15933
15764
|
readonly currencyConfig?: {
|
|
15934
15765
|
precision: number;
|
|
@@ -16022,7 +15853,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16022
15853
|
} | undefined;
|
|
16023
15854
|
readonly sortable?: boolean | undefined;
|
|
16024
15855
|
readonly inlineHelpText?: string | undefined;
|
|
16025
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16026
15856
|
readonly autonumberFormat?: string | undefined;
|
|
16027
15857
|
readonly index?: boolean | undefined;
|
|
16028
15858
|
readonly type: "text";
|
|
@@ -16109,7 +15939,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16109
15939
|
relationshipField?: string | undefined;
|
|
16110
15940
|
} | undefined;
|
|
16111
15941
|
readonly language?: string | undefined;
|
|
16112
|
-
readonly maxRating?: number | undefined;
|
|
16113
15942
|
readonly step?: number | undefined;
|
|
16114
15943
|
readonly currencyConfig?: {
|
|
16115
15944
|
precision: number;
|
|
@@ -16203,7 +16032,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16203
16032
|
} | undefined;
|
|
16204
16033
|
readonly sortable?: boolean | undefined;
|
|
16205
16034
|
readonly inlineHelpText?: string | undefined;
|
|
16206
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16207
16035
|
readonly autonumberFormat?: string | undefined;
|
|
16208
16036
|
readonly index?: boolean | undefined;
|
|
16209
16037
|
readonly type: "text";
|
|
@@ -16286,7 +16114,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16286
16114
|
relationshipField?: string | undefined;
|
|
16287
16115
|
} | undefined;
|
|
16288
16116
|
readonly language?: string | undefined;
|
|
16289
|
-
readonly maxRating?: number | undefined;
|
|
16290
16117
|
readonly step?: number | undefined;
|
|
16291
16118
|
readonly currencyConfig?: {
|
|
16292
16119
|
precision: number;
|
|
@@ -16380,7 +16207,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16380
16207
|
} | undefined;
|
|
16381
16208
|
readonly sortable?: boolean | undefined;
|
|
16382
16209
|
readonly inlineHelpText?: string | undefined;
|
|
16383
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16384
16210
|
readonly autonumberFormat?: string | undefined;
|
|
16385
16211
|
readonly index?: boolean | undefined;
|
|
16386
16212
|
readonly type: "text";
|
|
@@ -16463,7 +16289,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16463
16289
|
relationshipField?: string | undefined;
|
|
16464
16290
|
} | undefined;
|
|
16465
16291
|
readonly language?: string | undefined;
|
|
16466
|
-
readonly maxRating?: number | undefined;
|
|
16467
16292
|
readonly step?: number | undefined;
|
|
16468
16293
|
readonly currencyConfig?: {
|
|
16469
16294
|
precision: number;
|
|
@@ -16557,7 +16382,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16557
16382
|
} | undefined;
|
|
16558
16383
|
readonly sortable?: boolean | undefined;
|
|
16559
16384
|
readonly inlineHelpText?: string | undefined;
|
|
16560
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16561
16385
|
readonly autonumberFormat?: string | undefined;
|
|
16562
16386
|
readonly index?: boolean | undefined;
|
|
16563
16387
|
readonly type: "select";
|
|
@@ -16640,7 +16464,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16640
16464
|
relationshipField?: string | undefined;
|
|
16641
16465
|
} | undefined;
|
|
16642
16466
|
readonly language?: string | undefined;
|
|
16643
|
-
readonly maxRating?: number | undefined;
|
|
16644
16467
|
readonly step?: number | undefined;
|
|
16645
16468
|
readonly currencyConfig?: {
|
|
16646
16469
|
precision: number;
|
|
@@ -16734,7 +16557,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16734
16557
|
} | undefined;
|
|
16735
16558
|
readonly sortable?: boolean | undefined;
|
|
16736
16559
|
readonly inlineHelpText?: string | undefined;
|
|
16737
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16738
16560
|
readonly autonumberFormat?: string | undefined;
|
|
16739
16561
|
readonly index?: boolean | undefined;
|
|
16740
16562
|
readonly type: "text";
|
|
@@ -16817,7 +16639,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16817
16639
|
relationshipField?: string | undefined;
|
|
16818
16640
|
} | undefined;
|
|
16819
16641
|
readonly language?: string | undefined;
|
|
16820
|
-
readonly maxRating?: number | undefined;
|
|
16821
16642
|
readonly step?: number | undefined;
|
|
16822
16643
|
readonly currencyConfig?: {
|
|
16823
16644
|
precision: number;
|
|
@@ -16911,7 +16732,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16911
16732
|
} | undefined;
|
|
16912
16733
|
readonly sortable?: boolean | undefined;
|
|
16913
16734
|
readonly inlineHelpText?: string | undefined;
|
|
16914
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16915
16735
|
readonly autonumberFormat?: string | undefined;
|
|
16916
16736
|
readonly index?: boolean | undefined;
|
|
16917
16737
|
readonly type: "boolean";
|
|
@@ -16994,7 +16814,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
16994
16814
|
relationshipField?: string | undefined;
|
|
16995
16815
|
} | undefined;
|
|
16996
16816
|
readonly language?: string | undefined;
|
|
16997
|
-
readonly maxRating?: number | undefined;
|
|
16998
16817
|
readonly step?: number | undefined;
|
|
16999
16818
|
readonly currencyConfig?: {
|
|
17000
16819
|
precision: number;
|
|
@@ -17088,7 +16907,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17088
16907
|
} | undefined;
|
|
17089
16908
|
readonly sortable?: boolean | undefined;
|
|
17090
16909
|
readonly inlineHelpText?: string | undefined;
|
|
17091
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17092
16910
|
readonly autonumberFormat?: string | undefined;
|
|
17093
16911
|
readonly index?: boolean | undefined;
|
|
17094
16912
|
readonly type: "number";
|
|
@@ -17174,7 +16992,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17174
16992
|
relationshipField?: string | undefined;
|
|
17175
16993
|
} | undefined;
|
|
17176
16994
|
readonly language?: string | undefined;
|
|
17177
|
-
readonly maxRating?: number | undefined;
|
|
17178
16995
|
readonly step?: number | undefined;
|
|
17179
16996
|
readonly currencyConfig?: {
|
|
17180
16997
|
precision: number;
|
|
@@ -17268,7 +17085,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17268
17085
|
} | undefined;
|
|
17269
17086
|
readonly sortable?: boolean | undefined;
|
|
17270
17087
|
readonly inlineHelpText?: string | undefined;
|
|
17271
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17272
17088
|
readonly autonumberFormat?: string | undefined;
|
|
17273
17089
|
readonly index?: boolean | undefined;
|
|
17274
17090
|
readonly type: "select";
|
|
@@ -17351,7 +17167,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17351
17167
|
relationshipField?: string | undefined;
|
|
17352
17168
|
} | undefined;
|
|
17353
17169
|
readonly language?: string | undefined;
|
|
17354
|
-
readonly maxRating?: number | undefined;
|
|
17355
17170
|
readonly step?: number | undefined;
|
|
17356
17171
|
readonly currencyConfig?: {
|
|
17357
17172
|
precision: number;
|
|
@@ -17445,7 +17260,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17445
17260
|
} | undefined;
|
|
17446
17261
|
readonly sortable?: boolean | undefined;
|
|
17447
17262
|
readonly inlineHelpText?: string | undefined;
|
|
17448
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17449
17263
|
readonly autonumberFormat?: string | undefined;
|
|
17450
17264
|
readonly index?: boolean | undefined;
|
|
17451
17265
|
readonly type: "text";
|
|
@@ -17528,7 +17342,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17528
17342
|
relationshipField?: string | undefined;
|
|
17529
17343
|
} | undefined;
|
|
17530
17344
|
readonly language?: string | undefined;
|
|
17531
|
-
readonly maxRating?: number | undefined;
|
|
17532
17345
|
readonly step?: number | undefined;
|
|
17533
17346
|
readonly currencyConfig?: {
|
|
17534
17347
|
precision: number;
|
|
@@ -17622,7 +17435,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17622
17435
|
} | undefined;
|
|
17623
17436
|
readonly sortable?: boolean | undefined;
|
|
17624
17437
|
readonly inlineHelpText?: string | undefined;
|
|
17625
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17626
17438
|
readonly autonumberFormat?: string | undefined;
|
|
17627
17439
|
readonly index?: boolean | undefined;
|
|
17628
17440
|
readonly type: "boolean";
|
|
@@ -17705,7 +17517,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17705
17517
|
relationshipField?: string | undefined;
|
|
17706
17518
|
} | undefined;
|
|
17707
17519
|
readonly language?: string | undefined;
|
|
17708
|
-
readonly maxRating?: number | undefined;
|
|
17709
17520
|
readonly step?: number | undefined;
|
|
17710
17521
|
readonly currencyConfig?: {
|
|
17711
17522
|
precision: number;
|
|
@@ -17799,7 +17610,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17799
17610
|
} | undefined;
|
|
17800
17611
|
readonly sortable?: boolean | undefined;
|
|
17801
17612
|
readonly inlineHelpText?: string | undefined;
|
|
17802
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17803
17613
|
readonly autonumberFormat?: string | undefined;
|
|
17804
17614
|
readonly index?: boolean | undefined;
|
|
17805
17615
|
readonly type: "json";
|
|
@@ -17882,7 +17692,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17882
17692
|
relationshipField?: string | undefined;
|
|
17883
17693
|
} | undefined;
|
|
17884
17694
|
readonly language?: string | undefined;
|
|
17885
|
-
readonly maxRating?: number | undefined;
|
|
17886
17695
|
readonly step?: number | undefined;
|
|
17887
17696
|
readonly currencyConfig?: {
|
|
17888
17697
|
precision: number;
|
|
@@ -17976,7 +17785,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
17976
17785
|
} | undefined;
|
|
17977
17786
|
readonly sortable?: boolean | undefined;
|
|
17978
17787
|
readonly inlineHelpText?: string | undefined;
|
|
17979
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17980
17788
|
readonly autonumberFormat?: string | undefined;
|
|
17981
17789
|
readonly index?: boolean | undefined;
|
|
17982
17790
|
readonly type: "lookup";
|
|
@@ -18059,7 +17867,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18059
17867
|
relationshipField?: string | undefined;
|
|
18060
17868
|
} | undefined;
|
|
18061
17869
|
readonly language?: string | undefined;
|
|
18062
|
-
readonly maxRating?: number | undefined;
|
|
18063
17870
|
readonly step?: number | undefined;
|
|
18064
17871
|
readonly currencyConfig?: {
|
|
18065
17872
|
precision: number;
|
|
@@ -18153,7 +17960,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18153
17960
|
} | undefined;
|
|
18154
17961
|
readonly sortable?: boolean | undefined;
|
|
18155
17962
|
readonly inlineHelpText?: string | undefined;
|
|
18156
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18157
17963
|
readonly autonumberFormat?: string | undefined;
|
|
18158
17964
|
readonly index?: boolean | undefined;
|
|
18159
17965
|
readonly type: "select";
|
|
@@ -18236,7 +18042,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18236
18042
|
relationshipField?: string | undefined;
|
|
18237
18043
|
} | undefined;
|
|
18238
18044
|
readonly language?: string | undefined;
|
|
18239
|
-
readonly maxRating?: number | undefined;
|
|
18240
18045
|
readonly step?: number | undefined;
|
|
18241
18046
|
readonly currencyConfig?: {
|
|
18242
18047
|
precision: number;
|
|
@@ -18330,7 +18135,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18330
18135
|
} | undefined;
|
|
18331
18136
|
readonly sortable?: boolean | undefined;
|
|
18332
18137
|
readonly inlineHelpText?: string | undefined;
|
|
18333
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18334
18138
|
readonly autonumberFormat?: string | undefined;
|
|
18335
18139
|
readonly index?: boolean | undefined;
|
|
18336
18140
|
readonly type: "lookup";
|
|
@@ -18412,7 +18216,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18412
18216
|
relationshipField?: string | undefined;
|
|
18413
18217
|
} | undefined;
|
|
18414
18218
|
readonly language?: string | undefined;
|
|
18415
|
-
readonly maxRating?: number | undefined;
|
|
18416
18219
|
readonly step?: number | undefined;
|
|
18417
18220
|
readonly currencyConfig?: {
|
|
18418
18221
|
precision: number;
|
|
@@ -18506,7 +18309,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18506
18309
|
} | undefined;
|
|
18507
18310
|
readonly sortable?: boolean | undefined;
|
|
18508
18311
|
readonly inlineHelpText?: string | undefined;
|
|
18509
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18510
18312
|
readonly autonumberFormat?: string | undefined;
|
|
18511
18313
|
readonly index?: boolean | undefined;
|
|
18512
18314
|
readonly type: "datetime";
|
|
@@ -18588,7 +18390,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18588
18390
|
relationshipField?: string | undefined;
|
|
18589
18391
|
} | undefined;
|
|
18590
18392
|
readonly language?: string | undefined;
|
|
18591
|
-
readonly maxRating?: number | undefined;
|
|
18592
18393
|
readonly step?: number | undefined;
|
|
18593
18394
|
readonly currencyConfig?: {
|
|
18594
18395
|
precision: number;
|
|
@@ -18682,7 +18483,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18682
18483
|
} | undefined;
|
|
18683
18484
|
readonly sortable?: boolean | undefined;
|
|
18684
18485
|
readonly inlineHelpText?: string | undefined;
|
|
18685
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18686
18486
|
readonly autonumberFormat?: string | undefined;
|
|
18687
18487
|
readonly index?: boolean | undefined;
|
|
18688
18488
|
readonly type: "lookup";
|
|
@@ -18764,7 +18564,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18764
18564
|
relationshipField?: string | undefined;
|
|
18765
18565
|
} | undefined;
|
|
18766
18566
|
readonly language?: string | undefined;
|
|
18767
|
-
readonly maxRating?: number | undefined;
|
|
18768
18567
|
readonly step?: number | undefined;
|
|
18769
18568
|
readonly currencyConfig?: {
|
|
18770
18569
|
precision: number;
|
|
@@ -18858,7 +18657,6 @@ declare const SysViewDefinitionObject: Omit<{
|
|
|
18858
18657
|
} | undefined;
|
|
18859
18658
|
readonly sortable?: boolean | undefined;
|
|
18860
18659
|
readonly inlineHelpText?: string | undefined;
|
|
18861
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18862
18660
|
readonly autonumberFormat?: string | undefined;
|
|
18863
18661
|
readonly index?: boolean | undefined;
|
|
18864
18662
|
readonly type: "datetime";
|