@objectstack/platform-objects 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/audit/index.d.mts +18 -346
- package/dist/audit/index.d.ts +18 -346
- package/dist/identity/index.d.mts +1418 -660
- package/dist/identity/index.d.ts +1418 -660
- package/dist/identity/index.js +178 -7
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +178 -7
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.js +178 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +178 -7
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +6 -100
- package/dist/system/index.d.ts +6 -100
- package/package.json +3 -3
package/dist/system/index.d.mts
CHANGED
|
@@ -118,7 +118,6 @@ declare const SysSetting: Omit<{
|
|
|
118
118
|
relationshipField?: string | undefined;
|
|
119
119
|
} | undefined;
|
|
120
120
|
language?: string | undefined;
|
|
121
|
-
maxRating?: number | undefined;
|
|
122
121
|
step?: number | undefined;
|
|
123
122
|
currencyConfig?: {
|
|
124
123
|
precision: number;
|
|
@@ -248,7 +247,6 @@ declare const SysSetting: Omit<{
|
|
|
248
247
|
requiredPermissions?: string[] | undefined;
|
|
249
248
|
system?: boolean | undefined;
|
|
250
249
|
inlineHelpText?: string | undefined;
|
|
251
|
-
caseSensitive?: boolean | undefined;
|
|
252
250
|
autonumberFormat?: string | undefined;
|
|
253
251
|
}>;
|
|
254
252
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -336,12 +334,6 @@ declare const SysSetting: Omit<{
|
|
|
336
334
|
versionField: string;
|
|
337
335
|
retentionDays?: number | undefined;
|
|
338
336
|
} | undefined;
|
|
339
|
-
partitioning?: {
|
|
340
|
-
enabled: boolean;
|
|
341
|
-
strategy: "hash" | "list" | "range";
|
|
342
|
-
key: string;
|
|
343
|
-
interval?: string | undefined;
|
|
344
|
-
} | undefined;
|
|
345
337
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
346
338
|
activityMilestones?: {
|
|
347
339
|
field: string;
|
|
@@ -672,7 +664,6 @@ declare const SysSetting: Omit<{
|
|
|
672
664
|
debounceMs?: number | undefined;
|
|
673
665
|
} | undefined;
|
|
674
666
|
}> | undefined;
|
|
675
|
-
defaultDetailForm?: string | undefined;
|
|
676
667
|
searchableFields?: string[] | undefined;
|
|
677
668
|
search?: {
|
|
678
669
|
fields: string[];
|
|
@@ -689,7 +680,7 @@ declare const SysSetting: Omit<{
|
|
|
689
680
|
trash: boolean;
|
|
690
681
|
mru: boolean;
|
|
691
682
|
clone: boolean;
|
|
692
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
683
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
693
684
|
} | undefined;
|
|
694
685
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
695
686
|
publicSharing?: {
|
|
@@ -717,6 +708,7 @@ declare const SysSetting: Omit<{
|
|
|
717
708
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
718
709
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
719
710
|
target?: string | undefined;
|
|
711
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
720
712
|
body?: {
|
|
721
713
|
language: "expression";
|
|
722
714
|
source: string;
|
|
@@ -1000,7 +992,6 @@ declare const SysSetting: Omit<{
|
|
|
1000
992
|
relationshipField?: string | undefined;
|
|
1001
993
|
} | undefined;
|
|
1002
994
|
readonly language?: string | undefined;
|
|
1003
|
-
readonly maxRating?: number | undefined;
|
|
1004
995
|
readonly step?: number | undefined;
|
|
1005
996
|
readonly currencyConfig?: {
|
|
1006
997
|
precision: number;
|
|
@@ -1094,7 +1085,6 @@ declare const SysSetting: Omit<{
|
|
|
1094
1085
|
} | undefined;
|
|
1095
1086
|
readonly sortable?: boolean | undefined;
|
|
1096
1087
|
readonly inlineHelpText?: string | undefined;
|
|
1097
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1098
1088
|
readonly autonumberFormat?: string | undefined;
|
|
1099
1089
|
readonly index?: boolean | undefined;
|
|
1100
1090
|
readonly type: "text";
|
|
@@ -1176,7 +1166,6 @@ declare const SysSetting: Omit<{
|
|
|
1176
1166
|
relationshipField?: string | undefined;
|
|
1177
1167
|
} | undefined;
|
|
1178
1168
|
readonly language?: string | undefined;
|
|
1179
|
-
readonly maxRating?: number | undefined;
|
|
1180
1169
|
readonly step?: number | undefined;
|
|
1181
1170
|
readonly currencyConfig?: {
|
|
1182
1171
|
precision: number;
|
|
@@ -1270,7 +1259,6 @@ declare const SysSetting: Omit<{
|
|
|
1270
1259
|
} | undefined;
|
|
1271
1260
|
readonly sortable?: boolean | undefined;
|
|
1272
1261
|
readonly inlineHelpText?: string | undefined;
|
|
1273
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1274
1262
|
readonly autonumberFormat?: string | undefined;
|
|
1275
1263
|
readonly index?: boolean | undefined;
|
|
1276
1264
|
readonly type: "datetime";
|
|
@@ -1352,7 +1340,6 @@ declare const SysSetting: Omit<{
|
|
|
1352
1340
|
relationshipField?: string | undefined;
|
|
1353
1341
|
} | undefined;
|
|
1354
1342
|
readonly language?: string | undefined;
|
|
1355
|
-
readonly maxRating?: number | undefined;
|
|
1356
1343
|
readonly step?: number | undefined;
|
|
1357
1344
|
readonly currencyConfig?: {
|
|
1358
1345
|
precision: number;
|
|
@@ -1446,7 +1433,6 @@ declare const SysSetting: Omit<{
|
|
|
1446
1433
|
} | undefined;
|
|
1447
1434
|
readonly sortable?: boolean | undefined;
|
|
1448
1435
|
readonly inlineHelpText?: string | undefined;
|
|
1449
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1450
1436
|
readonly autonumberFormat?: string | undefined;
|
|
1451
1437
|
readonly index?: boolean | undefined;
|
|
1452
1438
|
readonly type: "datetime";
|
|
@@ -1528,7 +1514,6 @@ declare const SysSetting: Omit<{
|
|
|
1528
1514
|
relationshipField?: string | undefined;
|
|
1529
1515
|
} | undefined;
|
|
1530
1516
|
readonly language?: string | undefined;
|
|
1531
|
-
readonly maxRating?: number | undefined;
|
|
1532
1517
|
readonly step?: number | undefined;
|
|
1533
1518
|
readonly currencyConfig?: {
|
|
1534
1519
|
precision: number;
|
|
@@ -1622,7 +1607,6 @@ declare const SysSetting: Omit<{
|
|
|
1622
1607
|
} | undefined;
|
|
1623
1608
|
readonly sortable?: boolean | undefined;
|
|
1624
1609
|
readonly inlineHelpText?: string | undefined;
|
|
1625
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1626
1610
|
readonly autonumberFormat?: string | undefined;
|
|
1627
1611
|
readonly index?: boolean | undefined;
|
|
1628
1612
|
readonly type: "text";
|
|
@@ -1704,7 +1688,6 @@ declare const SysSetting: Omit<{
|
|
|
1704
1688
|
relationshipField?: string | undefined;
|
|
1705
1689
|
} | undefined;
|
|
1706
1690
|
readonly language?: string | undefined;
|
|
1707
|
-
readonly maxRating?: number | undefined;
|
|
1708
1691
|
readonly step?: number | undefined;
|
|
1709
1692
|
readonly currencyConfig?: {
|
|
1710
1693
|
precision: number;
|
|
@@ -1798,7 +1781,6 @@ declare const SysSetting: Omit<{
|
|
|
1798
1781
|
} | undefined;
|
|
1799
1782
|
readonly sortable?: boolean | undefined;
|
|
1800
1783
|
readonly inlineHelpText?: string | undefined;
|
|
1801
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1802
1784
|
readonly autonumberFormat?: string | undefined;
|
|
1803
1785
|
readonly index?: boolean | undefined;
|
|
1804
1786
|
readonly type: "text";
|
|
@@ -1880,7 +1862,6 @@ declare const SysSetting: Omit<{
|
|
|
1880
1862
|
relationshipField?: string | undefined;
|
|
1881
1863
|
} | undefined;
|
|
1882
1864
|
readonly language?: string | undefined;
|
|
1883
|
-
readonly maxRating?: number | undefined;
|
|
1884
1865
|
readonly step?: number | undefined;
|
|
1885
1866
|
readonly currencyConfig?: {
|
|
1886
1867
|
precision: number;
|
|
@@ -1974,7 +1955,6 @@ declare const SysSetting: Omit<{
|
|
|
1974
1955
|
} | undefined;
|
|
1975
1956
|
readonly sortable?: boolean | undefined;
|
|
1976
1957
|
readonly inlineHelpText?: string | undefined;
|
|
1977
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1978
1958
|
readonly autonumberFormat?: string | undefined;
|
|
1979
1959
|
readonly index?: boolean | undefined;
|
|
1980
1960
|
readonly type: "select";
|
|
@@ -2056,7 +2036,6 @@ declare const SysSetting: Omit<{
|
|
|
2056
2036
|
relationshipField?: string | undefined;
|
|
2057
2037
|
} | undefined;
|
|
2058
2038
|
readonly language?: string | undefined;
|
|
2059
|
-
readonly maxRating?: number | undefined;
|
|
2060
2039
|
readonly step?: number | undefined;
|
|
2061
2040
|
readonly currencyConfig?: {
|
|
2062
2041
|
precision: number;
|
|
@@ -2150,7 +2129,6 @@ declare const SysSetting: Omit<{
|
|
|
2150
2129
|
} | undefined;
|
|
2151
2130
|
readonly sortable?: boolean | undefined;
|
|
2152
2131
|
readonly inlineHelpText?: string | undefined;
|
|
2153
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2154
2132
|
readonly autonumberFormat?: string | undefined;
|
|
2155
2133
|
readonly index?: boolean | undefined;
|
|
2156
2134
|
readonly type: "lookup";
|
|
@@ -2232,7 +2210,6 @@ declare const SysSetting: Omit<{
|
|
|
2232
2210
|
relationshipField?: string | undefined;
|
|
2233
2211
|
} | undefined;
|
|
2234
2212
|
readonly language?: string | undefined;
|
|
2235
|
-
readonly maxRating?: number | undefined;
|
|
2236
2213
|
readonly step?: number | undefined;
|
|
2237
2214
|
readonly currencyConfig?: {
|
|
2238
2215
|
precision: number;
|
|
@@ -2326,7 +2303,6 @@ declare const SysSetting: Omit<{
|
|
|
2326
2303
|
} | undefined;
|
|
2327
2304
|
readonly sortable?: boolean | undefined;
|
|
2328
2305
|
readonly inlineHelpText?: string | undefined;
|
|
2329
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2330
2306
|
readonly autonumberFormat?: string | undefined;
|
|
2331
2307
|
readonly index?: boolean | undefined;
|
|
2332
2308
|
readonly type: "json";
|
|
@@ -2408,7 +2384,6 @@ declare const SysSetting: Omit<{
|
|
|
2408
2384
|
relationshipField?: string | undefined;
|
|
2409
2385
|
} | undefined;
|
|
2410
2386
|
readonly language?: string | undefined;
|
|
2411
|
-
readonly maxRating?: number | undefined;
|
|
2412
2387
|
readonly step?: number | undefined;
|
|
2413
2388
|
readonly currencyConfig?: {
|
|
2414
2389
|
precision: number;
|
|
@@ -2502,7 +2477,6 @@ declare const SysSetting: Omit<{
|
|
|
2502
2477
|
} | undefined;
|
|
2503
2478
|
readonly sortable?: boolean | undefined;
|
|
2504
2479
|
readonly inlineHelpText?: string | undefined;
|
|
2505
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2506
2480
|
readonly autonumberFormat?: string | undefined;
|
|
2507
2481
|
readonly index?: boolean | undefined;
|
|
2508
2482
|
readonly type: "boolean";
|
|
@@ -2584,7 +2558,6 @@ declare const SysSetting: Omit<{
|
|
|
2584
2558
|
relationshipField?: string | undefined;
|
|
2585
2559
|
} | undefined;
|
|
2586
2560
|
readonly language?: string | undefined;
|
|
2587
|
-
readonly maxRating?: number | undefined;
|
|
2588
2561
|
readonly step?: number | undefined;
|
|
2589
2562
|
readonly currencyConfig?: {
|
|
2590
2563
|
precision: number;
|
|
@@ -2678,7 +2651,6 @@ declare const SysSetting: Omit<{
|
|
|
2678
2651
|
} | undefined;
|
|
2679
2652
|
readonly sortable?: boolean | undefined;
|
|
2680
2653
|
readonly inlineHelpText?: string | undefined;
|
|
2681
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2682
2654
|
readonly autonumberFormat?: string | undefined;
|
|
2683
2655
|
readonly index?: boolean | undefined;
|
|
2684
2656
|
readonly type: "boolean";
|
|
@@ -2760,7 +2732,6 @@ declare const SysSetting: Omit<{
|
|
|
2760
2732
|
relationshipField?: string | undefined;
|
|
2761
2733
|
} | undefined;
|
|
2762
2734
|
readonly language?: string | undefined;
|
|
2763
|
-
readonly maxRating?: number | undefined;
|
|
2764
2735
|
readonly step?: number | undefined;
|
|
2765
2736
|
readonly currencyConfig?: {
|
|
2766
2737
|
precision: number;
|
|
@@ -2854,7 +2825,6 @@ declare const SysSetting: Omit<{
|
|
|
2854
2825
|
} | undefined;
|
|
2855
2826
|
readonly sortable?: boolean | undefined;
|
|
2856
2827
|
readonly inlineHelpText?: string | undefined;
|
|
2857
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2858
2828
|
readonly autonumberFormat?: string | undefined;
|
|
2859
2829
|
readonly index?: boolean | undefined;
|
|
2860
2830
|
readonly type: "text";
|
|
@@ -2936,7 +2906,6 @@ declare const SysSetting: Omit<{
|
|
|
2936
2906
|
relationshipField?: string | undefined;
|
|
2937
2907
|
} | undefined;
|
|
2938
2908
|
readonly language?: string | undefined;
|
|
2939
|
-
readonly maxRating?: number | undefined;
|
|
2940
2909
|
readonly step?: number | undefined;
|
|
2941
2910
|
readonly currencyConfig?: {
|
|
2942
2911
|
precision: number;
|
|
@@ -3030,7 +2999,6 @@ declare const SysSetting: Omit<{
|
|
|
3030
2999
|
} | undefined;
|
|
3031
3000
|
readonly sortable?: boolean | undefined;
|
|
3032
3001
|
readonly inlineHelpText?: string | undefined;
|
|
3033
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3034
3002
|
readonly autonumberFormat?: string | undefined;
|
|
3035
3003
|
readonly index?: boolean | undefined;
|
|
3036
3004
|
readonly type: "text";
|
|
@@ -3112,7 +3080,6 @@ declare const SysSetting: Omit<{
|
|
|
3112
3080
|
relationshipField?: string | undefined;
|
|
3113
3081
|
} | undefined;
|
|
3114
3082
|
readonly language?: string | undefined;
|
|
3115
|
-
readonly maxRating?: number | undefined;
|
|
3116
3083
|
readonly step?: number | undefined;
|
|
3117
3084
|
readonly currencyConfig?: {
|
|
3118
3085
|
precision: number;
|
|
@@ -3206,7 +3173,6 @@ declare const SysSetting: Omit<{
|
|
|
3206
3173
|
} | undefined;
|
|
3207
3174
|
readonly sortable?: boolean | undefined;
|
|
3208
3175
|
readonly inlineHelpText?: string | undefined;
|
|
3209
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3210
3176
|
readonly autonumberFormat?: string | undefined;
|
|
3211
3177
|
readonly index?: boolean | undefined;
|
|
3212
3178
|
readonly type: "lookup";
|
|
@@ -3348,7 +3314,6 @@ declare const SysSecret: Omit<{
|
|
|
3348
3314
|
relationshipField?: string | undefined;
|
|
3349
3315
|
} | undefined;
|
|
3350
3316
|
language?: string | undefined;
|
|
3351
|
-
maxRating?: number | undefined;
|
|
3352
3317
|
step?: number | undefined;
|
|
3353
3318
|
currencyConfig?: {
|
|
3354
3319
|
precision: number;
|
|
@@ -3478,7 +3443,6 @@ declare const SysSecret: Omit<{
|
|
|
3478
3443
|
requiredPermissions?: string[] | undefined;
|
|
3479
3444
|
system?: boolean | undefined;
|
|
3480
3445
|
inlineHelpText?: string | undefined;
|
|
3481
|
-
caseSensitive?: boolean | undefined;
|
|
3482
3446
|
autonumberFormat?: string | undefined;
|
|
3483
3447
|
}>;
|
|
3484
3448
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -3566,12 +3530,6 @@ declare const SysSecret: Omit<{
|
|
|
3566
3530
|
versionField: string;
|
|
3567
3531
|
retentionDays?: number | undefined;
|
|
3568
3532
|
} | undefined;
|
|
3569
|
-
partitioning?: {
|
|
3570
|
-
enabled: boolean;
|
|
3571
|
-
strategy: "hash" | "list" | "range";
|
|
3572
|
-
key: string;
|
|
3573
|
-
interval?: string | undefined;
|
|
3574
|
-
} | undefined;
|
|
3575
3533
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
3576
3534
|
activityMilestones?: {
|
|
3577
3535
|
field: string;
|
|
@@ -3902,7 +3860,6 @@ declare const SysSecret: Omit<{
|
|
|
3902
3860
|
debounceMs?: number | undefined;
|
|
3903
3861
|
} | undefined;
|
|
3904
3862
|
}> | undefined;
|
|
3905
|
-
defaultDetailForm?: string | undefined;
|
|
3906
3863
|
searchableFields?: string[] | undefined;
|
|
3907
3864
|
search?: {
|
|
3908
3865
|
fields: string[];
|
|
@@ -3919,7 +3876,7 @@ declare const SysSecret: Omit<{
|
|
|
3919
3876
|
trash: boolean;
|
|
3920
3877
|
mru: boolean;
|
|
3921
3878
|
clone: boolean;
|
|
3922
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
3879
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
3923
3880
|
} | undefined;
|
|
3924
3881
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
3925
3882
|
publicSharing?: {
|
|
@@ -3947,6 +3904,7 @@ declare const SysSecret: Omit<{
|
|
|
3947
3904
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
3948
3905
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
3949
3906
|
target?: string | undefined;
|
|
3907
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
3950
3908
|
body?: {
|
|
3951
3909
|
language: "expression";
|
|
3952
3910
|
source: string;
|
|
@@ -4140,7 +4098,6 @@ declare const SysSecret: Omit<{
|
|
|
4140
4098
|
relationshipField?: string | undefined;
|
|
4141
4099
|
} | undefined;
|
|
4142
4100
|
readonly language?: string | undefined;
|
|
4143
|
-
readonly maxRating?: number | undefined;
|
|
4144
4101
|
readonly step?: number | undefined;
|
|
4145
4102
|
readonly currencyConfig?: {
|
|
4146
4103
|
precision: number;
|
|
@@ -4234,7 +4191,6 @@ declare const SysSecret: Omit<{
|
|
|
4234
4191
|
} | undefined;
|
|
4235
4192
|
readonly sortable?: boolean | undefined;
|
|
4236
4193
|
readonly inlineHelpText?: string | undefined;
|
|
4237
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4238
4194
|
readonly autonumberFormat?: string | undefined;
|
|
4239
4195
|
readonly index?: boolean | undefined;
|
|
4240
4196
|
readonly type: "text";
|
|
@@ -4316,7 +4272,6 @@ declare const SysSecret: Omit<{
|
|
|
4316
4272
|
relationshipField?: string | undefined;
|
|
4317
4273
|
} | undefined;
|
|
4318
4274
|
readonly language?: string | undefined;
|
|
4319
|
-
readonly maxRating?: number | undefined;
|
|
4320
4275
|
readonly step?: number | undefined;
|
|
4321
4276
|
readonly currencyConfig?: {
|
|
4322
4277
|
precision: number;
|
|
@@ -4410,7 +4365,6 @@ declare const SysSecret: Omit<{
|
|
|
4410
4365
|
} | undefined;
|
|
4411
4366
|
readonly sortable?: boolean | undefined;
|
|
4412
4367
|
readonly inlineHelpText?: string | undefined;
|
|
4413
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4414
4368
|
readonly autonumberFormat?: string | undefined;
|
|
4415
4369
|
readonly index?: boolean | undefined;
|
|
4416
4370
|
readonly type: "datetime";
|
|
@@ -4492,7 +4446,6 @@ declare const SysSecret: Omit<{
|
|
|
4492
4446
|
relationshipField?: string | undefined;
|
|
4493
4447
|
} | undefined;
|
|
4494
4448
|
readonly language?: string | undefined;
|
|
4495
|
-
readonly maxRating?: number | undefined;
|
|
4496
4449
|
readonly step?: number | undefined;
|
|
4497
4450
|
readonly currencyConfig?: {
|
|
4498
4451
|
precision: number;
|
|
@@ -4586,7 +4539,6 @@ declare const SysSecret: Omit<{
|
|
|
4586
4539
|
} | undefined;
|
|
4587
4540
|
readonly sortable?: boolean | undefined;
|
|
4588
4541
|
readonly inlineHelpText?: string | undefined;
|
|
4589
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4590
4542
|
readonly autonumberFormat?: string | undefined;
|
|
4591
4543
|
readonly index?: boolean | undefined;
|
|
4592
4544
|
readonly type: "datetime";
|
|
@@ -4674,7 +4626,6 @@ declare const SysSecret: Omit<{
|
|
|
4674
4626
|
relationshipField?: string | undefined;
|
|
4675
4627
|
} | undefined;
|
|
4676
4628
|
readonly language?: string | undefined;
|
|
4677
|
-
readonly maxRating?: number | undefined;
|
|
4678
4629
|
readonly step?: number | undefined;
|
|
4679
4630
|
readonly currencyConfig?: {
|
|
4680
4631
|
precision: number;
|
|
@@ -4768,7 +4719,6 @@ declare const SysSecret: Omit<{
|
|
|
4768
4719
|
} | undefined;
|
|
4769
4720
|
readonly sortable?: boolean | undefined;
|
|
4770
4721
|
readonly inlineHelpText?: string | undefined;
|
|
4771
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4772
4722
|
readonly autonumberFormat?: string | undefined;
|
|
4773
4723
|
readonly index?: boolean | undefined;
|
|
4774
4724
|
readonly type: "text";
|
|
@@ -4850,7 +4800,6 @@ declare const SysSecret: Omit<{
|
|
|
4850
4800
|
relationshipField?: string | undefined;
|
|
4851
4801
|
} | undefined;
|
|
4852
4802
|
readonly language?: string | undefined;
|
|
4853
|
-
readonly maxRating?: number | undefined;
|
|
4854
4803
|
readonly step?: number | undefined;
|
|
4855
4804
|
readonly currencyConfig?: {
|
|
4856
4805
|
precision: number;
|
|
@@ -4944,7 +4893,6 @@ declare const SysSecret: Omit<{
|
|
|
4944
4893
|
} | undefined;
|
|
4945
4894
|
readonly sortable?: boolean | undefined;
|
|
4946
4895
|
readonly inlineHelpText?: string | undefined;
|
|
4947
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4948
4896
|
readonly autonumberFormat?: string | undefined;
|
|
4949
4897
|
readonly index?: boolean | undefined;
|
|
4950
4898
|
readonly type: "text";
|
|
@@ -5027,7 +4975,6 @@ declare const SysSecret: Omit<{
|
|
|
5027
4975
|
relationshipField?: string | undefined;
|
|
5028
4976
|
} | undefined;
|
|
5029
4977
|
readonly language?: string | undefined;
|
|
5030
|
-
readonly maxRating?: number | undefined;
|
|
5031
4978
|
readonly step?: number | undefined;
|
|
5032
4979
|
readonly currencyConfig?: {
|
|
5033
4980
|
precision: number;
|
|
@@ -5121,7 +5068,6 @@ declare const SysSecret: Omit<{
|
|
|
5121
5068
|
} | undefined;
|
|
5122
5069
|
readonly sortable?: boolean | undefined;
|
|
5123
5070
|
readonly inlineHelpText?: string | undefined;
|
|
5124
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5125
5071
|
readonly autonumberFormat?: string | undefined;
|
|
5126
5072
|
readonly index?: boolean | undefined;
|
|
5127
5073
|
readonly type: "text";
|
|
@@ -5204,7 +5150,6 @@ declare const SysSecret: Omit<{
|
|
|
5204
5150
|
relationshipField?: string | undefined;
|
|
5205
5151
|
} | undefined;
|
|
5206
5152
|
readonly language?: string | undefined;
|
|
5207
|
-
readonly maxRating?: number | undefined;
|
|
5208
5153
|
readonly step?: number | undefined;
|
|
5209
5154
|
readonly currencyConfig?: {
|
|
5210
5155
|
precision: number;
|
|
@@ -5298,7 +5243,6 @@ declare const SysSecret: Omit<{
|
|
|
5298
5243
|
} | undefined;
|
|
5299
5244
|
readonly sortable?: boolean | undefined;
|
|
5300
5245
|
readonly inlineHelpText?: string | undefined;
|
|
5301
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5302
5246
|
readonly autonumberFormat?: string | undefined;
|
|
5303
5247
|
readonly index?: boolean | undefined;
|
|
5304
5248
|
readonly type: "text";
|
|
@@ -5381,7 +5325,6 @@ declare const SysSecret: Omit<{
|
|
|
5381
5325
|
relationshipField?: string | undefined;
|
|
5382
5326
|
} | undefined;
|
|
5383
5327
|
readonly language?: string | undefined;
|
|
5384
|
-
readonly maxRating?: number | undefined;
|
|
5385
5328
|
readonly step?: number | undefined;
|
|
5386
5329
|
readonly currencyConfig?: {
|
|
5387
5330
|
precision: number;
|
|
@@ -5475,7 +5418,6 @@ declare const SysSecret: Omit<{
|
|
|
5475
5418
|
} | undefined;
|
|
5476
5419
|
readonly sortable?: boolean | undefined;
|
|
5477
5420
|
readonly inlineHelpText?: string | undefined;
|
|
5478
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5479
5421
|
readonly autonumberFormat?: string | undefined;
|
|
5480
5422
|
readonly index?: boolean | undefined;
|
|
5481
5423
|
readonly type: "number";
|
|
@@ -5557,7 +5499,6 @@ declare const SysSecret: Omit<{
|
|
|
5557
5499
|
relationshipField?: string | undefined;
|
|
5558
5500
|
} | undefined;
|
|
5559
5501
|
readonly language?: string | undefined;
|
|
5560
|
-
readonly maxRating?: number | undefined;
|
|
5561
5502
|
readonly step?: number | undefined;
|
|
5562
5503
|
readonly currencyConfig?: {
|
|
5563
5504
|
precision: number;
|
|
@@ -5651,7 +5592,6 @@ declare const SysSecret: Omit<{
|
|
|
5651
5592
|
} | undefined;
|
|
5652
5593
|
readonly sortable?: boolean | undefined;
|
|
5653
5594
|
readonly inlineHelpText?: string | undefined;
|
|
5654
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5655
5595
|
readonly autonumberFormat?: string | undefined;
|
|
5656
5596
|
readonly index?: boolean | undefined;
|
|
5657
5597
|
readonly type: "text";
|
|
@@ -5783,7 +5723,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
5783
5723
|
relationshipField?: string | undefined;
|
|
5784
5724
|
} | undefined;
|
|
5785
5725
|
language?: string | undefined;
|
|
5786
|
-
maxRating?: number | undefined;
|
|
5787
5726
|
step?: number | undefined;
|
|
5788
5727
|
currencyConfig?: {
|
|
5789
5728
|
precision: number;
|
|
@@ -5913,7 +5852,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
5913
5852
|
requiredPermissions?: string[] | undefined;
|
|
5914
5853
|
system?: boolean | undefined;
|
|
5915
5854
|
inlineHelpText?: string | undefined;
|
|
5916
|
-
caseSensitive?: boolean | undefined;
|
|
5917
5855
|
autonumberFormat?: string | undefined;
|
|
5918
5856
|
}>;
|
|
5919
5857
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -6001,12 +5939,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
6001
5939
|
versionField: string;
|
|
6002
5940
|
retentionDays?: number | undefined;
|
|
6003
5941
|
} | undefined;
|
|
6004
|
-
partitioning?: {
|
|
6005
|
-
enabled: boolean;
|
|
6006
|
-
strategy: "hash" | "list" | "range";
|
|
6007
|
-
key: string;
|
|
6008
|
-
interval?: string | undefined;
|
|
6009
|
-
} | undefined;
|
|
6010
5942
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
6011
5943
|
activityMilestones?: {
|
|
6012
5944
|
field: string;
|
|
@@ -6337,7 +6269,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
6337
6269
|
debounceMs?: number | undefined;
|
|
6338
6270
|
} | undefined;
|
|
6339
6271
|
}> | undefined;
|
|
6340
|
-
defaultDetailForm?: string | undefined;
|
|
6341
6272
|
searchableFields?: string[] | undefined;
|
|
6342
6273
|
search?: {
|
|
6343
6274
|
fields: string[];
|
|
@@ -6354,7 +6285,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6354
6285
|
trash: boolean;
|
|
6355
6286
|
mru: boolean;
|
|
6356
6287
|
clone: boolean;
|
|
6357
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
6288
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
6358
6289
|
} | undefined;
|
|
6359
6290
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
6360
6291
|
publicSharing?: {
|
|
@@ -6382,6 +6313,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6382
6313
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
6383
6314
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
6384
6315
|
target?: string | undefined;
|
|
6316
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
6385
6317
|
body?: {
|
|
6386
6318
|
language: "expression";
|
|
6387
6319
|
source: string;
|
|
@@ -6579,7 +6511,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
6579
6511
|
relationshipField?: string | undefined;
|
|
6580
6512
|
} | undefined;
|
|
6581
6513
|
readonly language?: string | undefined;
|
|
6582
|
-
readonly maxRating?: number | undefined;
|
|
6583
6514
|
readonly step?: number | undefined;
|
|
6584
6515
|
readonly currencyConfig?: {
|
|
6585
6516
|
precision: number;
|
|
@@ -6673,7 +6604,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
6673
6604
|
} | undefined;
|
|
6674
6605
|
readonly sortable?: boolean | undefined;
|
|
6675
6606
|
readonly inlineHelpText?: string | undefined;
|
|
6676
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6677
6607
|
readonly autonumberFormat?: string | undefined;
|
|
6678
6608
|
readonly index?: boolean | undefined;
|
|
6679
6609
|
readonly type: "text";
|
|
@@ -6755,7 +6685,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
6755
6685
|
relationshipField?: string | undefined;
|
|
6756
6686
|
} | undefined;
|
|
6757
6687
|
readonly language?: string | undefined;
|
|
6758
|
-
readonly maxRating?: number | undefined;
|
|
6759
6688
|
readonly step?: number | undefined;
|
|
6760
6689
|
readonly currencyConfig?: {
|
|
6761
6690
|
precision: number;
|
|
@@ -6849,7 +6778,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
6849
6778
|
} | undefined;
|
|
6850
6779
|
readonly sortable?: boolean | undefined;
|
|
6851
6780
|
readonly inlineHelpText?: string | undefined;
|
|
6852
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6853
6781
|
readonly autonumberFormat?: string | undefined;
|
|
6854
6782
|
readonly index?: boolean | undefined;
|
|
6855
6783
|
readonly type: "datetime";
|
|
@@ -6931,7 +6859,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
6931
6859
|
relationshipField?: string | undefined;
|
|
6932
6860
|
} | undefined;
|
|
6933
6861
|
readonly language?: string | undefined;
|
|
6934
|
-
readonly maxRating?: number | undefined;
|
|
6935
6862
|
readonly step?: number | undefined;
|
|
6936
6863
|
readonly currencyConfig?: {
|
|
6937
6864
|
precision: number;
|
|
@@ -7025,7 +6952,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7025
6952
|
} | undefined;
|
|
7026
6953
|
readonly sortable?: boolean | undefined;
|
|
7027
6954
|
readonly inlineHelpText?: string | undefined;
|
|
7028
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7029
6955
|
readonly autonumberFormat?: string | undefined;
|
|
7030
6956
|
readonly index?: boolean | undefined;
|
|
7031
6957
|
readonly type: "text";
|
|
@@ -7107,7 +7033,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7107
7033
|
relationshipField?: string | undefined;
|
|
7108
7034
|
} | undefined;
|
|
7109
7035
|
readonly language?: string | undefined;
|
|
7110
|
-
readonly maxRating?: number | undefined;
|
|
7111
7036
|
readonly step?: number | undefined;
|
|
7112
7037
|
readonly currencyConfig?: {
|
|
7113
7038
|
precision: number;
|
|
@@ -7201,7 +7126,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7201
7126
|
} | undefined;
|
|
7202
7127
|
readonly sortable?: boolean | undefined;
|
|
7203
7128
|
readonly inlineHelpText?: string | undefined;
|
|
7204
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7205
7129
|
readonly autonumberFormat?: string | undefined;
|
|
7206
7130
|
readonly index?: boolean | undefined;
|
|
7207
7131
|
readonly type: "text";
|
|
@@ -7283,7 +7207,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7283
7207
|
relationshipField?: string | undefined;
|
|
7284
7208
|
} | undefined;
|
|
7285
7209
|
readonly language?: string | undefined;
|
|
7286
|
-
readonly maxRating?: number | undefined;
|
|
7287
7210
|
readonly step?: number | undefined;
|
|
7288
7211
|
readonly currencyConfig?: {
|
|
7289
7212
|
precision: number;
|
|
@@ -7377,7 +7300,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7377
7300
|
} | undefined;
|
|
7378
7301
|
readonly sortable?: boolean | undefined;
|
|
7379
7302
|
readonly inlineHelpText?: string | undefined;
|
|
7380
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7381
7303
|
readonly autonumberFormat?: string | undefined;
|
|
7382
7304
|
readonly index?: boolean | undefined;
|
|
7383
7305
|
readonly type: "select";
|
|
@@ -7459,7 +7381,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7459
7381
|
relationshipField?: string | undefined;
|
|
7460
7382
|
} | undefined;
|
|
7461
7383
|
readonly language?: string | undefined;
|
|
7462
|
-
readonly maxRating?: number | undefined;
|
|
7463
7384
|
readonly step?: number | undefined;
|
|
7464
7385
|
readonly currencyConfig?: {
|
|
7465
7386
|
precision: number;
|
|
@@ -7553,7 +7474,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7553
7474
|
} | undefined;
|
|
7554
7475
|
readonly sortable?: boolean | undefined;
|
|
7555
7476
|
readonly inlineHelpText?: string | undefined;
|
|
7556
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7557
7477
|
readonly autonumberFormat?: string | undefined;
|
|
7558
7478
|
readonly index?: boolean | undefined;
|
|
7559
7479
|
readonly type: "select";
|
|
@@ -7635,7 +7555,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7635
7555
|
relationshipField?: string | undefined;
|
|
7636
7556
|
} | undefined;
|
|
7637
7557
|
readonly language?: string | undefined;
|
|
7638
|
-
readonly maxRating?: number | undefined;
|
|
7639
7558
|
readonly step?: number | undefined;
|
|
7640
7559
|
readonly currencyConfig?: {
|
|
7641
7560
|
precision: number;
|
|
@@ -7729,7 +7648,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7729
7648
|
} | undefined;
|
|
7730
7649
|
readonly sortable?: boolean | undefined;
|
|
7731
7650
|
readonly inlineHelpText?: string | undefined;
|
|
7732
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7733
7651
|
readonly autonumberFormat?: string | undefined;
|
|
7734
7652
|
readonly index?: boolean | undefined;
|
|
7735
7653
|
readonly type: "lookup";
|
|
@@ -7816,7 +7734,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7816
7734
|
relationshipField?: string | undefined;
|
|
7817
7735
|
} | undefined;
|
|
7818
7736
|
readonly language?: string | undefined;
|
|
7819
|
-
readonly maxRating?: number | undefined;
|
|
7820
7737
|
readonly step?: number | undefined;
|
|
7821
7738
|
readonly currencyConfig?: {
|
|
7822
7739
|
precision: number;
|
|
@@ -7910,7 +7827,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7910
7827
|
} | undefined;
|
|
7911
7828
|
readonly sortable?: boolean | undefined;
|
|
7912
7829
|
readonly inlineHelpText?: string | undefined;
|
|
7913
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7914
7830
|
readonly autonumberFormat?: string | undefined;
|
|
7915
7831
|
readonly index?: boolean | undefined;
|
|
7916
7832
|
readonly type: "select";
|
|
@@ -7993,7 +7909,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
7993
7909
|
relationshipField?: string | undefined;
|
|
7994
7910
|
} | undefined;
|
|
7995
7911
|
readonly language?: string | undefined;
|
|
7996
|
-
readonly maxRating?: number | undefined;
|
|
7997
7912
|
readonly step?: number | undefined;
|
|
7998
7913
|
readonly currencyConfig?: {
|
|
7999
7914
|
precision: number;
|
|
@@ -8087,7 +8002,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8087
8002
|
} | undefined;
|
|
8088
8003
|
readonly sortable?: boolean | undefined;
|
|
8089
8004
|
readonly inlineHelpText?: string | undefined;
|
|
8090
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8091
8005
|
readonly autonumberFormat?: string | undefined;
|
|
8092
8006
|
readonly index?: boolean | undefined;
|
|
8093
8007
|
readonly type: "text";
|
|
@@ -8175,7 +8089,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8175
8089
|
relationshipField?: string | undefined;
|
|
8176
8090
|
} | undefined;
|
|
8177
8091
|
readonly language?: string | undefined;
|
|
8178
|
-
readonly maxRating?: number | undefined;
|
|
8179
8092
|
readonly step?: number | undefined;
|
|
8180
8093
|
readonly currencyConfig?: {
|
|
8181
8094
|
precision: number;
|
|
@@ -8269,7 +8182,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8269
8182
|
} | undefined;
|
|
8270
8183
|
readonly sortable?: boolean | undefined;
|
|
8271
8184
|
readonly inlineHelpText?: string | undefined;
|
|
8272
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8273
8185
|
readonly autonumberFormat?: string | undefined;
|
|
8274
8186
|
readonly index?: boolean | undefined;
|
|
8275
8187
|
readonly type: "text";
|
|
@@ -8352,7 +8264,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8352
8264
|
relationshipField?: string | undefined;
|
|
8353
8265
|
} | undefined;
|
|
8354
8266
|
readonly language?: string | undefined;
|
|
8355
|
-
readonly maxRating?: number | undefined;
|
|
8356
8267
|
readonly step?: number | undefined;
|
|
8357
8268
|
readonly currencyConfig?: {
|
|
8358
8269
|
precision: number;
|
|
@@ -8446,7 +8357,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8446
8357
|
} | undefined;
|
|
8447
8358
|
readonly sortable?: boolean | undefined;
|
|
8448
8359
|
readonly inlineHelpText?: string | undefined;
|
|
8449
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8450
8360
|
readonly autonumberFormat?: string | undefined;
|
|
8451
8361
|
readonly index?: boolean | undefined;
|
|
8452
8362
|
readonly type: "text";
|
|
@@ -8529,7 +8439,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8529
8439
|
relationshipField?: string | undefined;
|
|
8530
8440
|
} | undefined;
|
|
8531
8441
|
readonly language?: string | undefined;
|
|
8532
|
-
readonly maxRating?: number | undefined;
|
|
8533
8442
|
readonly step?: number | undefined;
|
|
8534
8443
|
readonly currencyConfig?: {
|
|
8535
8444
|
precision: number;
|
|
@@ -8623,7 +8532,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8623
8532
|
} | undefined;
|
|
8624
8533
|
readonly sortable?: boolean | undefined;
|
|
8625
8534
|
readonly inlineHelpText?: string | undefined;
|
|
8626
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8627
8535
|
readonly autonumberFormat?: string | undefined;
|
|
8628
8536
|
readonly index?: boolean | undefined;
|
|
8629
8537
|
readonly type: "boolean";
|
|
@@ -8706,7 +8614,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8706
8614
|
relationshipField?: string | undefined;
|
|
8707
8615
|
} | undefined;
|
|
8708
8616
|
readonly language?: string | undefined;
|
|
8709
|
-
readonly maxRating?: number | undefined;
|
|
8710
8617
|
readonly step?: number | undefined;
|
|
8711
8618
|
readonly currencyConfig?: {
|
|
8712
8619
|
precision: number;
|
|
@@ -8800,7 +8707,6 @@ declare const SysSettingAudit: Omit<{
|
|
|
8800
8707
|
} | undefined;
|
|
8801
8708
|
readonly sortable?: boolean | undefined;
|
|
8802
8709
|
readonly inlineHelpText?: string | undefined;
|
|
8803
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8804
8710
|
readonly autonumberFormat?: string | undefined;
|
|
8805
8711
|
readonly index?: boolean | undefined;
|
|
8806
8712
|
readonly type: "text";
|