@objectstack/service-storage 10.3.0 → 11.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -93
- package/dist/index.d.cts +42 -90
- package/dist/index.d.ts +42 -90
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -440,7 +440,7 @@ declare const SystemFile: Omit<{
|
|
|
440
440
|
abstract: boolean;
|
|
441
441
|
datasource: string;
|
|
442
442
|
fields: Record<string, {
|
|
443
|
-
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
443
|
+
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "user" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
444
444
|
required: boolean;
|
|
445
445
|
searchable: boolean;
|
|
446
446
|
multiple: boolean;
|
|
@@ -514,6 +514,7 @@ declare const SystemFile: Omit<{
|
|
|
514
514
|
generatedBy?: string | undefined;
|
|
515
515
|
} | undefined;
|
|
516
516
|
} | undefined;
|
|
517
|
+
returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
517
518
|
summaryOperations?: {
|
|
518
519
|
object: string;
|
|
519
520
|
field: string;
|
|
@@ -521,7 +522,6 @@ declare const SystemFile: Omit<{
|
|
|
521
522
|
relationshipField?: string | undefined;
|
|
522
523
|
} | undefined;
|
|
523
524
|
language?: string | undefined;
|
|
524
|
-
maxRating?: number | undefined;
|
|
525
525
|
step?: number | undefined;
|
|
526
526
|
currencyConfig?: {
|
|
527
527
|
precision: number;
|
|
@@ -651,7 +651,6 @@ declare const SystemFile: Omit<{
|
|
|
651
651
|
requiredPermissions?: string[] | undefined;
|
|
652
652
|
system?: boolean | undefined;
|
|
653
653
|
inlineHelpText?: string | undefined;
|
|
654
|
-
caseSensitive?: boolean | undefined;
|
|
655
654
|
autonumberFormat?: string | undefined;
|
|
656
655
|
}>;
|
|
657
656
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -739,12 +738,6 @@ declare const SystemFile: Omit<{
|
|
|
739
738
|
versionField: string;
|
|
740
739
|
retentionDays?: number | undefined;
|
|
741
740
|
} | undefined;
|
|
742
|
-
partitioning?: {
|
|
743
|
-
enabled: boolean;
|
|
744
|
-
strategy: "list" | "hash" | "range";
|
|
745
|
-
key: string;
|
|
746
|
-
interval?: string | undefined;
|
|
747
|
-
} | undefined;
|
|
748
741
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
749
742
|
activityMilestones?: {
|
|
750
743
|
field: string;
|
|
@@ -1075,7 +1068,6 @@ declare const SystemFile: Omit<{
|
|
|
1075
1068
|
debounceMs?: number | undefined;
|
|
1076
1069
|
} | undefined;
|
|
1077
1070
|
}> | undefined;
|
|
1078
|
-
defaultDetailForm?: string | undefined;
|
|
1079
1071
|
searchableFields?: string[] | undefined;
|
|
1080
1072
|
search?: {
|
|
1081
1073
|
fields: string[];
|
|
@@ -1120,6 +1112,7 @@ declare const SystemFile: Omit<{
|
|
|
1120
1112
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
1121
1113
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
1122
1114
|
target?: string | undefined;
|
|
1115
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
1123
1116
|
body?: {
|
|
1124
1117
|
language: "expression";
|
|
1125
1118
|
source: string;
|
|
@@ -1137,7 +1130,7 @@ declare const SystemFile: Omit<{
|
|
|
1137
1130
|
field?: string | undefined;
|
|
1138
1131
|
objectOverride?: string | undefined;
|
|
1139
1132
|
label?: string | undefined;
|
|
1140
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
1133
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
1141
1134
|
options?: {
|
|
1142
1135
|
label: string;
|
|
1143
1136
|
value: string;
|
|
@@ -1241,6 +1234,7 @@ declare const SystemFile: Omit<{
|
|
|
1241
1234
|
readonly name?: string | undefined;
|
|
1242
1235
|
readonly precision?: number | undefined;
|
|
1243
1236
|
readonly required?: boolean | undefined;
|
|
1237
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1244
1238
|
readonly multiple?: boolean | undefined;
|
|
1245
1239
|
readonly dependencies?: string[] | undefined;
|
|
1246
1240
|
readonly externalId?: boolean | undefined;
|
|
@@ -1303,7 +1297,6 @@ declare const SystemFile: Omit<{
|
|
|
1303
1297
|
relationshipField?: string | undefined;
|
|
1304
1298
|
} | undefined;
|
|
1305
1299
|
readonly language?: string | undefined;
|
|
1306
|
-
readonly maxRating?: number | undefined;
|
|
1307
1300
|
readonly step?: number | undefined;
|
|
1308
1301
|
readonly currencyConfig?: {
|
|
1309
1302
|
precision: number;
|
|
@@ -1397,7 +1390,6 @@ declare const SystemFile: Omit<{
|
|
|
1397
1390
|
} | undefined;
|
|
1398
1391
|
readonly sortable?: boolean | undefined;
|
|
1399
1392
|
readonly inlineHelpText?: string | undefined;
|
|
1400
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1401
1393
|
readonly autonumberFormat?: string | undefined;
|
|
1402
1394
|
readonly index?: boolean | undefined;
|
|
1403
1395
|
readonly type: "text";
|
|
@@ -1416,6 +1408,7 @@ declare const SystemFile: Omit<{
|
|
|
1416
1408
|
readonly name?: string | undefined;
|
|
1417
1409
|
readonly precision?: number | undefined;
|
|
1418
1410
|
readonly required?: boolean | undefined;
|
|
1411
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1419
1412
|
readonly multiple?: boolean | undefined;
|
|
1420
1413
|
readonly dependencies?: string[] | undefined;
|
|
1421
1414
|
readonly externalId?: boolean | undefined;
|
|
@@ -1478,7 +1471,6 @@ declare const SystemFile: Omit<{
|
|
|
1478
1471
|
relationshipField?: string | undefined;
|
|
1479
1472
|
} | undefined;
|
|
1480
1473
|
readonly language?: string | undefined;
|
|
1481
|
-
readonly maxRating?: number | undefined;
|
|
1482
1474
|
readonly step?: number | undefined;
|
|
1483
1475
|
readonly currencyConfig?: {
|
|
1484
1476
|
precision: number;
|
|
@@ -1572,7 +1564,6 @@ declare const SystemFile: Omit<{
|
|
|
1572
1564
|
} | undefined;
|
|
1573
1565
|
readonly sortable?: boolean | undefined;
|
|
1574
1566
|
readonly inlineHelpText?: string | undefined;
|
|
1575
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1576
1567
|
readonly autonumberFormat?: string | undefined;
|
|
1577
1568
|
readonly index?: boolean | undefined;
|
|
1578
1569
|
readonly type: "text";
|
|
@@ -1591,6 +1582,7 @@ declare const SystemFile: Omit<{
|
|
|
1591
1582
|
readonly name?: string | undefined;
|
|
1592
1583
|
readonly precision?: number | undefined;
|
|
1593
1584
|
readonly required?: boolean | undefined;
|
|
1585
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1594
1586
|
readonly multiple?: boolean | undefined;
|
|
1595
1587
|
readonly dependencies?: string[] | undefined;
|
|
1596
1588
|
readonly externalId?: boolean | undefined;
|
|
@@ -1653,7 +1645,6 @@ declare const SystemFile: Omit<{
|
|
|
1653
1645
|
relationshipField?: string | undefined;
|
|
1654
1646
|
} | undefined;
|
|
1655
1647
|
readonly language?: string | undefined;
|
|
1656
|
-
readonly maxRating?: number | undefined;
|
|
1657
1648
|
readonly step?: number | undefined;
|
|
1658
1649
|
readonly currencyConfig?: {
|
|
1659
1650
|
precision: number;
|
|
@@ -1747,7 +1738,6 @@ declare const SystemFile: Omit<{
|
|
|
1747
1738
|
} | undefined;
|
|
1748
1739
|
readonly sortable?: boolean | undefined;
|
|
1749
1740
|
readonly inlineHelpText?: string | undefined;
|
|
1750
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1751
1741
|
readonly autonumberFormat?: string | undefined;
|
|
1752
1742
|
readonly index?: boolean | undefined;
|
|
1753
1743
|
readonly type: "text";
|
|
@@ -1766,6 +1756,7 @@ declare const SystemFile: Omit<{
|
|
|
1766
1756
|
readonly name?: string | undefined;
|
|
1767
1757
|
readonly precision?: number | undefined;
|
|
1768
1758
|
readonly required?: boolean | undefined;
|
|
1759
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1769
1760
|
readonly multiple?: boolean | undefined;
|
|
1770
1761
|
readonly dependencies?: string[] | undefined;
|
|
1771
1762
|
readonly externalId?: boolean | undefined;
|
|
@@ -1828,7 +1819,6 @@ declare const SystemFile: Omit<{
|
|
|
1828
1819
|
relationshipField?: string | undefined;
|
|
1829
1820
|
} | undefined;
|
|
1830
1821
|
readonly language?: string | undefined;
|
|
1831
|
-
readonly maxRating?: number | undefined;
|
|
1832
1822
|
readonly step?: number | undefined;
|
|
1833
1823
|
readonly currencyConfig?: {
|
|
1834
1824
|
precision: number;
|
|
@@ -1922,7 +1912,6 @@ declare const SystemFile: Omit<{
|
|
|
1922
1912
|
} | undefined;
|
|
1923
1913
|
readonly sortable?: boolean | undefined;
|
|
1924
1914
|
readonly inlineHelpText?: string | undefined;
|
|
1925
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1926
1915
|
readonly autonumberFormat?: string | undefined;
|
|
1927
1916
|
readonly index?: boolean | undefined;
|
|
1928
1917
|
readonly type: "text";
|
|
@@ -1941,6 +1930,7 @@ declare const SystemFile: Omit<{
|
|
|
1941
1930
|
readonly name?: string | undefined;
|
|
1942
1931
|
readonly precision?: number | undefined;
|
|
1943
1932
|
readonly required?: boolean | undefined;
|
|
1933
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1944
1934
|
readonly multiple?: boolean | undefined;
|
|
1945
1935
|
readonly dependencies?: string[] | undefined;
|
|
1946
1936
|
readonly externalId?: boolean | undefined;
|
|
@@ -2003,7 +1993,6 @@ declare const SystemFile: Omit<{
|
|
|
2003
1993
|
relationshipField?: string | undefined;
|
|
2004
1994
|
} | undefined;
|
|
2005
1995
|
readonly language?: string | undefined;
|
|
2006
|
-
readonly maxRating?: number | undefined;
|
|
2007
1996
|
readonly step?: number | undefined;
|
|
2008
1997
|
readonly currencyConfig?: {
|
|
2009
1998
|
precision: number;
|
|
@@ -2097,7 +2086,6 @@ declare const SystemFile: Omit<{
|
|
|
2097
2086
|
} | undefined;
|
|
2098
2087
|
readonly sortable?: boolean | undefined;
|
|
2099
2088
|
readonly inlineHelpText?: string | undefined;
|
|
2100
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2101
2089
|
readonly autonumberFormat?: string | undefined;
|
|
2102
2090
|
readonly index?: boolean | undefined;
|
|
2103
2091
|
readonly type: "number";
|
|
@@ -2116,6 +2104,7 @@ declare const SystemFile: Omit<{
|
|
|
2116
2104
|
readonly name?: string | undefined;
|
|
2117
2105
|
readonly precision?: number | undefined;
|
|
2118
2106
|
readonly required?: boolean | undefined;
|
|
2107
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2119
2108
|
readonly multiple?: boolean | undefined;
|
|
2120
2109
|
readonly dependencies?: string[] | undefined;
|
|
2121
2110
|
readonly externalId?: boolean | undefined;
|
|
@@ -2178,7 +2167,6 @@ declare const SystemFile: Omit<{
|
|
|
2178
2167
|
relationshipField?: string | undefined;
|
|
2179
2168
|
} | undefined;
|
|
2180
2169
|
readonly language?: string | undefined;
|
|
2181
|
-
readonly maxRating?: number | undefined;
|
|
2182
2170
|
readonly step?: number | undefined;
|
|
2183
2171
|
readonly currencyConfig?: {
|
|
2184
2172
|
precision: number;
|
|
@@ -2272,7 +2260,6 @@ declare const SystemFile: Omit<{
|
|
|
2272
2260
|
} | undefined;
|
|
2273
2261
|
readonly sortable?: boolean | undefined;
|
|
2274
2262
|
readonly inlineHelpText?: string | undefined;
|
|
2275
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2276
2263
|
readonly autonumberFormat?: string | undefined;
|
|
2277
2264
|
readonly index?: boolean | undefined;
|
|
2278
2265
|
readonly type: "select";
|
|
@@ -2291,6 +2278,7 @@ declare const SystemFile: Omit<{
|
|
|
2291
2278
|
readonly name?: string | undefined;
|
|
2292
2279
|
readonly precision?: number | undefined;
|
|
2293
2280
|
readonly required?: boolean | undefined;
|
|
2281
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2294
2282
|
readonly multiple?: boolean | undefined;
|
|
2295
2283
|
readonly dependencies?: string[] | undefined;
|
|
2296
2284
|
readonly externalId?: boolean | undefined;
|
|
@@ -2353,7 +2341,6 @@ declare const SystemFile: Omit<{
|
|
|
2353
2341
|
relationshipField?: string | undefined;
|
|
2354
2342
|
} | undefined;
|
|
2355
2343
|
readonly language?: string | undefined;
|
|
2356
|
-
readonly maxRating?: number | undefined;
|
|
2357
2344
|
readonly step?: number | undefined;
|
|
2358
2345
|
readonly currencyConfig?: {
|
|
2359
2346
|
precision: number;
|
|
@@ -2447,7 +2434,6 @@ declare const SystemFile: Omit<{
|
|
|
2447
2434
|
} | undefined;
|
|
2448
2435
|
readonly sortable?: boolean | undefined;
|
|
2449
2436
|
readonly inlineHelpText?: string | undefined;
|
|
2450
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2451
2437
|
readonly autonumberFormat?: string | undefined;
|
|
2452
2438
|
readonly index?: boolean | undefined;
|
|
2453
2439
|
readonly type: "text";
|
|
@@ -2466,6 +2452,7 @@ declare const SystemFile: Omit<{
|
|
|
2466
2452
|
readonly name?: string | undefined;
|
|
2467
2453
|
readonly precision?: number | undefined;
|
|
2468
2454
|
readonly required?: boolean | undefined;
|
|
2455
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2469
2456
|
readonly multiple?: boolean | undefined;
|
|
2470
2457
|
readonly dependencies?: string[] | undefined;
|
|
2471
2458
|
readonly externalId?: boolean | undefined;
|
|
@@ -2528,7 +2515,6 @@ declare const SystemFile: Omit<{
|
|
|
2528
2515
|
relationshipField?: string | undefined;
|
|
2529
2516
|
} | undefined;
|
|
2530
2517
|
readonly language?: string | undefined;
|
|
2531
|
-
readonly maxRating?: number | undefined;
|
|
2532
2518
|
readonly step?: number | undefined;
|
|
2533
2519
|
readonly currencyConfig?: {
|
|
2534
2520
|
precision: number;
|
|
@@ -2622,7 +2608,6 @@ declare const SystemFile: Omit<{
|
|
|
2622
2608
|
} | undefined;
|
|
2623
2609
|
readonly sortable?: boolean | undefined;
|
|
2624
2610
|
readonly inlineHelpText?: string | undefined;
|
|
2625
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2626
2611
|
readonly autonumberFormat?: string | undefined;
|
|
2627
2612
|
readonly index?: boolean | undefined;
|
|
2628
2613
|
readonly type: "select";
|
|
@@ -2641,6 +2626,7 @@ declare const SystemFile: Omit<{
|
|
|
2641
2626
|
readonly name?: string | undefined;
|
|
2642
2627
|
readonly precision?: number | undefined;
|
|
2643
2628
|
readonly required?: boolean | undefined;
|
|
2629
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2644
2630
|
readonly multiple?: boolean | undefined;
|
|
2645
2631
|
readonly dependencies?: string[] | undefined;
|
|
2646
2632
|
readonly externalId?: boolean | undefined;
|
|
@@ -2703,7 +2689,6 @@ declare const SystemFile: Omit<{
|
|
|
2703
2689
|
relationshipField?: string | undefined;
|
|
2704
2690
|
} | undefined;
|
|
2705
2691
|
readonly language?: string | undefined;
|
|
2706
|
-
readonly maxRating?: number | undefined;
|
|
2707
2692
|
readonly step?: number | undefined;
|
|
2708
2693
|
readonly currencyConfig?: {
|
|
2709
2694
|
precision: number;
|
|
@@ -2797,7 +2782,6 @@ declare const SystemFile: Omit<{
|
|
|
2797
2782
|
} | undefined;
|
|
2798
2783
|
readonly sortable?: boolean | undefined;
|
|
2799
2784
|
readonly inlineHelpText?: string | undefined;
|
|
2800
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2801
2785
|
readonly autonumberFormat?: string | undefined;
|
|
2802
2786
|
readonly index?: boolean | undefined;
|
|
2803
2787
|
readonly type: "select";
|
|
@@ -2816,6 +2800,7 @@ declare const SystemFile: Omit<{
|
|
|
2816
2800
|
readonly name?: string | undefined;
|
|
2817
2801
|
readonly precision?: number | undefined;
|
|
2818
2802
|
readonly required?: boolean | undefined;
|
|
2803
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2819
2804
|
readonly multiple?: boolean | undefined;
|
|
2820
2805
|
readonly dependencies?: string[] | undefined;
|
|
2821
2806
|
readonly externalId?: boolean | undefined;
|
|
@@ -2878,7 +2863,6 @@ declare const SystemFile: Omit<{
|
|
|
2878
2863
|
relationshipField?: string | undefined;
|
|
2879
2864
|
} | undefined;
|
|
2880
2865
|
readonly language?: string | undefined;
|
|
2881
|
-
readonly maxRating?: number | undefined;
|
|
2882
2866
|
readonly step?: number | undefined;
|
|
2883
2867
|
readonly currencyConfig?: {
|
|
2884
2868
|
precision: number;
|
|
@@ -2972,7 +2956,6 @@ declare const SystemFile: Omit<{
|
|
|
2972
2956
|
} | undefined;
|
|
2973
2957
|
readonly sortable?: boolean | undefined;
|
|
2974
2958
|
readonly inlineHelpText?: string | undefined;
|
|
2975
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2976
2959
|
readonly autonumberFormat?: string | undefined;
|
|
2977
2960
|
readonly index?: boolean | undefined;
|
|
2978
2961
|
readonly type: "text";
|
|
@@ -2991,6 +2974,7 @@ declare const SystemFile: Omit<{
|
|
|
2991
2974
|
readonly name?: string | undefined;
|
|
2992
2975
|
readonly precision?: number | undefined;
|
|
2993
2976
|
readonly required?: boolean | undefined;
|
|
2977
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2994
2978
|
readonly multiple?: boolean | undefined;
|
|
2995
2979
|
readonly dependencies?: string[] | undefined;
|
|
2996
2980
|
readonly externalId?: boolean | undefined;
|
|
@@ -3053,7 +3037,6 @@ declare const SystemFile: Omit<{
|
|
|
3053
3037
|
relationshipField?: string | undefined;
|
|
3054
3038
|
} | undefined;
|
|
3055
3039
|
readonly language?: string | undefined;
|
|
3056
|
-
readonly maxRating?: number | undefined;
|
|
3057
3040
|
readonly step?: number | undefined;
|
|
3058
3041
|
readonly currencyConfig?: {
|
|
3059
3042
|
precision: number;
|
|
@@ -3147,7 +3130,6 @@ declare const SystemFile: Omit<{
|
|
|
3147
3130
|
} | undefined;
|
|
3148
3131
|
readonly sortable?: boolean | undefined;
|
|
3149
3132
|
readonly inlineHelpText?: string | undefined;
|
|
3150
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3151
3133
|
readonly autonumberFormat?: string | undefined;
|
|
3152
3134
|
readonly index?: boolean | undefined;
|
|
3153
3135
|
readonly type: "text";
|
|
@@ -3166,6 +3148,7 @@ declare const SystemFile: Omit<{
|
|
|
3166
3148
|
readonly name?: string | undefined;
|
|
3167
3149
|
readonly precision?: number | undefined;
|
|
3168
3150
|
readonly required?: boolean | undefined;
|
|
3151
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3169
3152
|
readonly multiple?: boolean | undefined;
|
|
3170
3153
|
readonly dependencies?: string[] | undefined;
|
|
3171
3154
|
readonly externalId?: boolean | undefined;
|
|
@@ -3228,7 +3211,6 @@ declare const SystemFile: Omit<{
|
|
|
3228
3211
|
relationshipField?: string | undefined;
|
|
3229
3212
|
} | undefined;
|
|
3230
3213
|
readonly language?: string | undefined;
|
|
3231
|
-
readonly maxRating?: number | undefined;
|
|
3232
3214
|
readonly step?: number | undefined;
|
|
3233
3215
|
readonly currencyConfig?: {
|
|
3234
3216
|
precision: number;
|
|
@@ -3322,7 +3304,6 @@ declare const SystemFile: Omit<{
|
|
|
3322
3304
|
} | undefined;
|
|
3323
3305
|
readonly sortable?: boolean | undefined;
|
|
3324
3306
|
readonly inlineHelpText?: string | undefined;
|
|
3325
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3326
3307
|
readonly autonumberFormat?: string | undefined;
|
|
3327
3308
|
readonly index?: boolean | undefined;
|
|
3328
3309
|
readonly type: "text";
|
|
@@ -3341,6 +3322,7 @@ declare const SystemFile: Omit<{
|
|
|
3341
3322
|
readonly name?: string | undefined;
|
|
3342
3323
|
readonly precision?: number | undefined;
|
|
3343
3324
|
readonly required?: boolean | undefined;
|
|
3325
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3344
3326
|
readonly multiple?: boolean | undefined;
|
|
3345
3327
|
readonly dependencies?: string[] | undefined;
|
|
3346
3328
|
readonly externalId?: boolean | undefined;
|
|
@@ -3403,7 +3385,6 @@ declare const SystemFile: Omit<{
|
|
|
3403
3385
|
relationshipField?: string | undefined;
|
|
3404
3386
|
} | undefined;
|
|
3405
3387
|
readonly language?: string | undefined;
|
|
3406
|
-
readonly maxRating?: number | undefined;
|
|
3407
3388
|
readonly step?: number | undefined;
|
|
3408
3389
|
readonly currencyConfig?: {
|
|
3409
3390
|
precision: number;
|
|
@@ -3497,7 +3478,6 @@ declare const SystemFile: Omit<{
|
|
|
3497
3478
|
} | undefined;
|
|
3498
3479
|
readonly sortable?: boolean | undefined;
|
|
3499
3480
|
readonly inlineHelpText?: string | undefined;
|
|
3500
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3501
3481
|
readonly autonumberFormat?: string | undefined;
|
|
3502
3482
|
readonly index?: boolean | undefined;
|
|
3503
3483
|
readonly type: "datetime";
|
|
@@ -3516,6 +3496,7 @@ declare const SystemFile: Omit<{
|
|
|
3516
3496
|
readonly name?: string | undefined;
|
|
3517
3497
|
readonly precision?: number | undefined;
|
|
3518
3498
|
readonly required?: boolean | undefined;
|
|
3499
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3519
3500
|
readonly multiple?: boolean | undefined;
|
|
3520
3501
|
readonly dependencies?: string[] | undefined;
|
|
3521
3502
|
readonly externalId?: boolean | undefined;
|
|
@@ -3578,7 +3559,6 @@ declare const SystemFile: Omit<{
|
|
|
3578
3559
|
relationshipField?: string | undefined;
|
|
3579
3560
|
} | undefined;
|
|
3580
3561
|
readonly language?: string | undefined;
|
|
3581
|
-
readonly maxRating?: number | undefined;
|
|
3582
3562
|
readonly step?: number | undefined;
|
|
3583
3563
|
readonly currencyConfig?: {
|
|
3584
3564
|
precision: number;
|
|
@@ -3672,7 +3652,6 @@ declare const SystemFile: Omit<{
|
|
|
3672
3652
|
} | undefined;
|
|
3673
3653
|
readonly sortable?: boolean | undefined;
|
|
3674
3654
|
readonly inlineHelpText?: string | undefined;
|
|
3675
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3676
3655
|
readonly autonumberFormat?: string | undefined;
|
|
3677
3656
|
readonly index?: boolean | undefined;
|
|
3678
3657
|
readonly type: "datetime";
|
|
@@ -3696,7 +3675,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
3696
3675
|
abstract: boolean;
|
|
3697
3676
|
datasource: string;
|
|
3698
3677
|
fields: Record<string, {
|
|
3699
|
-
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3678
|
+
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "user" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3700
3679
|
required: boolean;
|
|
3701
3680
|
searchable: boolean;
|
|
3702
3681
|
multiple: boolean;
|
|
@@ -3770,6 +3749,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
3770
3749
|
generatedBy?: string | undefined;
|
|
3771
3750
|
} | undefined;
|
|
3772
3751
|
} | undefined;
|
|
3752
|
+
returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3773
3753
|
summaryOperations?: {
|
|
3774
3754
|
object: string;
|
|
3775
3755
|
field: string;
|
|
@@ -3777,7 +3757,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
3777
3757
|
relationshipField?: string | undefined;
|
|
3778
3758
|
} | undefined;
|
|
3779
3759
|
language?: string | undefined;
|
|
3780
|
-
maxRating?: number | undefined;
|
|
3781
3760
|
step?: number | undefined;
|
|
3782
3761
|
currencyConfig?: {
|
|
3783
3762
|
precision: number;
|
|
@@ -3907,7 +3886,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
3907
3886
|
requiredPermissions?: string[] | undefined;
|
|
3908
3887
|
system?: boolean | undefined;
|
|
3909
3888
|
inlineHelpText?: string | undefined;
|
|
3910
|
-
caseSensitive?: boolean | undefined;
|
|
3911
3889
|
autonumberFormat?: string | undefined;
|
|
3912
3890
|
}>;
|
|
3913
3891
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -3995,12 +3973,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
3995
3973
|
versionField: string;
|
|
3996
3974
|
retentionDays?: number | undefined;
|
|
3997
3975
|
} | undefined;
|
|
3998
|
-
partitioning?: {
|
|
3999
|
-
enabled: boolean;
|
|
4000
|
-
strategy: "list" | "hash" | "range";
|
|
4001
|
-
key: string;
|
|
4002
|
-
interval?: string | undefined;
|
|
4003
|
-
} | undefined;
|
|
4004
3976
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
4005
3977
|
activityMilestones?: {
|
|
4006
3978
|
field: string;
|
|
@@ -4331,7 +4303,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
4331
4303
|
debounceMs?: number | undefined;
|
|
4332
4304
|
} | undefined;
|
|
4333
4305
|
}> | undefined;
|
|
4334
|
-
defaultDetailForm?: string | undefined;
|
|
4335
4306
|
searchableFields?: string[] | undefined;
|
|
4336
4307
|
search?: {
|
|
4337
4308
|
fields: string[];
|
|
@@ -4376,6 +4347,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4376
4347
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
4377
4348
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
4378
4349
|
target?: string | undefined;
|
|
4350
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
4379
4351
|
body?: {
|
|
4380
4352
|
language: "expression";
|
|
4381
4353
|
source: string;
|
|
@@ -4393,7 +4365,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4393
4365
|
field?: string | undefined;
|
|
4394
4366
|
objectOverride?: string | undefined;
|
|
4395
4367
|
label?: string | undefined;
|
|
4396
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4368
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4397
4369
|
options?: {
|
|
4398
4370
|
label: string;
|
|
4399
4371
|
value: string;
|
|
@@ -4497,6 +4469,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4497
4469
|
readonly name?: string | undefined;
|
|
4498
4470
|
readonly precision?: number | undefined;
|
|
4499
4471
|
readonly required?: boolean | undefined;
|
|
4472
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4500
4473
|
readonly multiple?: boolean | undefined;
|
|
4501
4474
|
readonly dependencies?: string[] | undefined;
|
|
4502
4475
|
readonly externalId?: boolean | undefined;
|
|
@@ -4559,7 +4532,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
4559
4532
|
relationshipField?: string | undefined;
|
|
4560
4533
|
} | undefined;
|
|
4561
4534
|
readonly language?: string | undefined;
|
|
4562
|
-
readonly maxRating?: number | undefined;
|
|
4563
4535
|
readonly step?: number | undefined;
|
|
4564
4536
|
readonly currencyConfig?: {
|
|
4565
4537
|
precision: number;
|
|
@@ -4653,7 +4625,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
4653
4625
|
} | undefined;
|
|
4654
4626
|
readonly sortable?: boolean | undefined;
|
|
4655
4627
|
readonly inlineHelpText?: string | undefined;
|
|
4656
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4657
4628
|
readonly autonumberFormat?: string | undefined;
|
|
4658
4629
|
readonly index?: boolean | undefined;
|
|
4659
4630
|
readonly type: "text";
|
|
@@ -4672,6 +4643,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4672
4643
|
readonly name?: string | undefined;
|
|
4673
4644
|
readonly precision?: number | undefined;
|
|
4674
4645
|
readonly required?: boolean | undefined;
|
|
4646
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4675
4647
|
readonly multiple?: boolean | undefined;
|
|
4676
4648
|
readonly dependencies?: string[] | undefined;
|
|
4677
4649
|
readonly externalId?: boolean | undefined;
|
|
@@ -4734,7 +4706,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
4734
4706
|
relationshipField?: string | undefined;
|
|
4735
4707
|
} | undefined;
|
|
4736
4708
|
readonly language?: string | undefined;
|
|
4737
|
-
readonly maxRating?: number | undefined;
|
|
4738
4709
|
readonly step?: number | undefined;
|
|
4739
4710
|
readonly currencyConfig?: {
|
|
4740
4711
|
precision: number;
|
|
@@ -4828,7 +4799,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
4828
4799
|
} | undefined;
|
|
4829
4800
|
readonly sortable?: boolean | undefined;
|
|
4830
4801
|
readonly inlineHelpText?: string | undefined;
|
|
4831
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4832
4802
|
readonly autonumberFormat?: string | undefined;
|
|
4833
4803
|
readonly index?: boolean | undefined;
|
|
4834
4804
|
readonly type: "text";
|
|
@@ -4847,6 +4817,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4847
4817
|
readonly name?: string | undefined;
|
|
4848
4818
|
readonly precision?: number | undefined;
|
|
4849
4819
|
readonly required?: boolean | undefined;
|
|
4820
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4850
4821
|
readonly multiple?: boolean | undefined;
|
|
4851
4822
|
readonly dependencies?: string[] | undefined;
|
|
4852
4823
|
readonly externalId?: boolean | undefined;
|
|
@@ -4909,7 +4880,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
4909
4880
|
relationshipField?: string | undefined;
|
|
4910
4881
|
} | undefined;
|
|
4911
4882
|
readonly language?: string | undefined;
|
|
4912
|
-
readonly maxRating?: number | undefined;
|
|
4913
4883
|
readonly step?: number | undefined;
|
|
4914
4884
|
readonly currencyConfig?: {
|
|
4915
4885
|
precision: number;
|
|
@@ -5003,7 +4973,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5003
4973
|
} | undefined;
|
|
5004
4974
|
readonly sortable?: boolean | undefined;
|
|
5005
4975
|
readonly inlineHelpText?: string | undefined;
|
|
5006
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5007
4976
|
readonly autonumberFormat?: string | undefined;
|
|
5008
4977
|
readonly index?: boolean | undefined;
|
|
5009
4978
|
readonly type: "text";
|
|
@@ -5022,6 +4991,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5022
4991
|
readonly name?: string | undefined;
|
|
5023
4992
|
readonly precision?: number | undefined;
|
|
5024
4993
|
readonly required?: boolean | undefined;
|
|
4994
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5025
4995
|
readonly multiple?: boolean | undefined;
|
|
5026
4996
|
readonly dependencies?: string[] | undefined;
|
|
5027
4997
|
readonly externalId?: boolean | undefined;
|
|
@@ -5084,7 +5054,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5084
5054
|
relationshipField?: string | undefined;
|
|
5085
5055
|
} | undefined;
|
|
5086
5056
|
readonly language?: string | undefined;
|
|
5087
|
-
readonly maxRating?: number | undefined;
|
|
5088
5057
|
readonly step?: number | undefined;
|
|
5089
5058
|
readonly currencyConfig?: {
|
|
5090
5059
|
precision: number;
|
|
@@ -5178,7 +5147,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5178
5147
|
} | undefined;
|
|
5179
5148
|
readonly sortable?: boolean | undefined;
|
|
5180
5149
|
readonly inlineHelpText?: string | undefined;
|
|
5181
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5182
5150
|
readonly autonumberFormat?: string | undefined;
|
|
5183
5151
|
readonly index?: boolean | undefined;
|
|
5184
5152
|
readonly type: "text";
|
|
@@ -5197,6 +5165,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5197
5165
|
readonly name?: string | undefined;
|
|
5198
5166
|
readonly precision?: number | undefined;
|
|
5199
5167
|
readonly required?: boolean | undefined;
|
|
5168
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5200
5169
|
readonly multiple?: boolean | undefined;
|
|
5201
5170
|
readonly dependencies?: string[] | undefined;
|
|
5202
5171
|
readonly externalId?: boolean | undefined;
|
|
@@ -5259,7 +5228,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5259
5228
|
relationshipField?: string | undefined;
|
|
5260
5229
|
} | undefined;
|
|
5261
5230
|
readonly language?: string | undefined;
|
|
5262
|
-
readonly maxRating?: number | undefined;
|
|
5263
5231
|
readonly step?: number | undefined;
|
|
5264
5232
|
readonly currencyConfig?: {
|
|
5265
5233
|
precision: number;
|
|
@@ -5353,7 +5321,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5353
5321
|
} | undefined;
|
|
5354
5322
|
readonly sortable?: boolean | undefined;
|
|
5355
5323
|
readonly inlineHelpText?: string | undefined;
|
|
5356
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5357
5324
|
readonly autonumberFormat?: string | undefined;
|
|
5358
5325
|
readonly index?: boolean | undefined;
|
|
5359
5326
|
readonly type: "text";
|
|
@@ -5372,6 +5339,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5372
5339
|
readonly name?: string | undefined;
|
|
5373
5340
|
readonly precision?: number | undefined;
|
|
5374
5341
|
readonly required?: boolean | undefined;
|
|
5342
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5375
5343
|
readonly multiple?: boolean | undefined;
|
|
5376
5344
|
readonly dependencies?: string[] | undefined;
|
|
5377
5345
|
readonly externalId?: boolean | undefined;
|
|
@@ -5434,7 +5402,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5434
5402
|
relationshipField?: string | undefined;
|
|
5435
5403
|
} | undefined;
|
|
5436
5404
|
readonly language?: string | undefined;
|
|
5437
|
-
readonly maxRating?: number | undefined;
|
|
5438
5405
|
readonly step?: number | undefined;
|
|
5439
5406
|
readonly currencyConfig?: {
|
|
5440
5407
|
precision: number;
|
|
@@ -5528,7 +5495,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5528
5495
|
} | undefined;
|
|
5529
5496
|
readonly sortable?: boolean | undefined;
|
|
5530
5497
|
readonly inlineHelpText?: string | undefined;
|
|
5531
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5532
5498
|
readonly autonumberFormat?: string | undefined;
|
|
5533
5499
|
readonly index?: boolean | undefined;
|
|
5534
5500
|
readonly type: "number";
|
|
@@ -5547,6 +5513,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5547
5513
|
readonly name?: string | undefined;
|
|
5548
5514
|
readonly precision?: number | undefined;
|
|
5549
5515
|
readonly required?: boolean | undefined;
|
|
5516
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5550
5517
|
readonly multiple?: boolean | undefined;
|
|
5551
5518
|
readonly dependencies?: string[] | undefined;
|
|
5552
5519
|
readonly externalId?: boolean | undefined;
|
|
@@ -5609,7 +5576,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5609
5576
|
relationshipField?: string | undefined;
|
|
5610
5577
|
} | undefined;
|
|
5611
5578
|
readonly language?: string | undefined;
|
|
5612
|
-
readonly maxRating?: number | undefined;
|
|
5613
5579
|
readonly step?: number | undefined;
|
|
5614
5580
|
readonly currencyConfig?: {
|
|
5615
5581
|
precision: number;
|
|
@@ -5703,7 +5669,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5703
5669
|
} | undefined;
|
|
5704
5670
|
readonly sortable?: boolean | undefined;
|
|
5705
5671
|
readonly inlineHelpText?: string | undefined;
|
|
5706
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5707
5672
|
readonly autonumberFormat?: string | undefined;
|
|
5708
5673
|
readonly index?: boolean | undefined;
|
|
5709
5674
|
readonly type: "number";
|
|
@@ -5722,6 +5687,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5722
5687
|
readonly name?: string | undefined;
|
|
5723
5688
|
readonly precision?: number | undefined;
|
|
5724
5689
|
readonly required?: boolean | undefined;
|
|
5690
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5725
5691
|
readonly multiple?: boolean | undefined;
|
|
5726
5692
|
readonly dependencies?: string[] | undefined;
|
|
5727
5693
|
readonly externalId?: boolean | undefined;
|
|
@@ -5784,7 +5750,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5784
5750
|
relationshipField?: string | undefined;
|
|
5785
5751
|
} | undefined;
|
|
5786
5752
|
readonly language?: string | undefined;
|
|
5787
|
-
readonly maxRating?: number | undefined;
|
|
5788
5753
|
readonly step?: number | undefined;
|
|
5789
5754
|
readonly currencyConfig?: {
|
|
5790
5755
|
precision: number;
|
|
@@ -5878,7 +5843,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5878
5843
|
} | undefined;
|
|
5879
5844
|
readonly sortable?: boolean | undefined;
|
|
5880
5845
|
readonly inlineHelpText?: string | undefined;
|
|
5881
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5882
5846
|
readonly autonumberFormat?: string | undefined;
|
|
5883
5847
|
readonly index?: boolean | undefined;
|
|
5884
5848
|
readonly type: "number";
|
|
@@ -5897,6 +5861,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5897
5861
|
readonly name?: string | undefined;
|
|
5898
5862
|
readonly precision?: number | undefined;
|
|
5899
5863
|
readonly required?: boolean | undefined;
|
|
5864
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5900
5865
|
readonly multiple?: boolean | undefined;
|
|
5901
5866
|
readonly dependencies?: string[] | undefined;
|
|
5902
5867
|
readonly externalId?: boolean | undefined;
|
|
@@ -5959,7 +5924,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
5959
5924
|
relationshipField?: string | undefined;
|
|
5960
5925
|
} | undefined;
|
|
5961
5926
|
readonly language?: string | undefined;
|
|
5962
|
-
readonly maxRating?: number | undefined;
|
|
5963
5927
|
readonly step?: number | undefined;
|
|
5964
5928
|
readonly currencyConfig?: {
|
|
5965
5929
|
precision: number;
|
|
@@ -6053,7 +6017,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6053
6017
|
} | undefined;
|
|
6054
6018
|
readonly sortable?: boolean | undefined;
|
|
6055
6019
|
readonly inlineHelpText?: string | undefined;
|
|
6056
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6057
6020
|
readonly autonumberFormat?: string | undefined;
|
|
6058
6021
|
readonly index?: boolean | undefined;
|
|
6059
6022
|
readonly type: "number";
|
|
@@ -6072,6 +6035,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6072
6035
|
readonly name?: string | undefined;
|
|
6073
6036
|
readonly precision?: number | undefined;
|
|
6074
6037
|
readonly required?: boolean | undefined;
|
|
6038
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6075
6039
|
readonly multiple?: boolean | undefined;
|
|
6076
6040
|
readonly dependencies?: string[] | undefined;
|
|
6077
6041
|
readonly externalId?: boolean | undefined;
|
|
@@ -6134,7 +6098,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6134
6098
|
relationshipField?: string | undefined;
|
|
6135
6099
|
} | undefined;
|
|
6136
6100
|
readonly language?: string | undefined;
|
|
6137
|
-
readonly maxRating?: number | undefined;
|
|
6138
6101
|
readonly step?: number | undefined;
|
|
6139
6102
|
readonly currencyConfig?: {
|
|
6140
6103
|
precision: number;
|
|
@@ -6228,7 +6191,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6228
6191
|
} | undefined;
|
|
6229
6192
|
readonly sortable?: boolean | undefined;
|
|
6230
6193
|
readonly inlineHelpText?: string | undefined;
|
|
6231
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6232
6194
|
readonly autonumberFormat?: string | undefined;
|
|
6233
6195
|
readonly index?: boolean | undefined;
|
|
6234
6196
|
readonly type: "number";
|
|
@@ -6247,6 +6209,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6247
6209
|
readonly name?: string | undefined;
|
|
6248
6210
|
readonly precision?: number | undefined;
|
|
6249
6211
|
readonly required?: boolean | undefined;
|
|
6212
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6250
6213
|
readonly multiple?: boolean | undefined;
|
|
6251
6214
|
readonly dependencies?: string[] | undefined;
|
|
6252
6215
|
readonly externalId?: boolean | undefined;
|
|
@@ -6309,7 +6272,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6309
6272
|
relationshipField?: string | undefined;
|
|
6310
6273
|
} | undefined;
|
|
6311
6274
|
readonly language?: string | undefined;
|
|
6312
|
-
readonly maxRating?: number | undefined;
|
|
6313
6275
|
readonly step?: number | undefined;
|
|
6314
6276
|
readonly currencyConfig?: {
|
|
6315
6277
|
precision: number;
|
|
@@ -6403,7 +6365,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6403
6365
|
} | undefined;
|
|
6404
6366
|
readonly sortable?: boolean | undefined;
|
|
6405
6367
|
readonly inlineHelpText?: string | undefined;
|
|
6406
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6407
6368
|
readonly autonumberFormat?: string | undefined;
|
|
6408
6369
|
readonly index?: boolean | undefined;
|
|
6409
6370
|
readonly type: "text";
|
|
@@ -6422,6 +6383,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6422
6383
|
readonly name?: string | undefined;
|
|
6423
6384
|
readonly precision?: number | undefined;
|
|
6424
6385
|
readonly required?: boolean | undefined;
|
|
6386
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6425
6387
|
readonly multiple?: boolean | undefined;
|
|
6426
6388
|
readonly dependencies?: string[] | undefined;
|
|
6427
6389
|
readonly externalId?: boolean | undefined;
|
|
@@ -6484,7 +6446,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6484
6446
|
relationshipField?: string | undefined;
|
|
6485
6447
|
} | undefined;
|
|
6486
6448
|
readonly language?: string | undefined;
|
|
6487
|
-
readonly maxRating?: number | undefined;
|
|
6488
6449
|
readonly step?: number | undefined;
|
|
6489
6450
|
readonly currencyConfig?: {
|
|
6490
6451
|
precision: number;
|
|
@@ -6578,7 +6539,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6578
6539
|
} | undefined;
|
|
6579
6540
|
readonly sortable?: boolean | undefined;
|
|
6580
6541
|
readonly inlineHelpText?: string | undefined;
|
|
6581
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6582
6542
|
readonly autonumberFormat?: string | undefined;
|
|
6583
6543
|
readonly index?: boolean | undefined;
|
|
6584
6544
|
readonly type: "text";
|
|
@@ -6597,6 +6557,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6597
6557
|
readonly name?: string | undefined;
|
|
6598
6558
|
readonly precision?: number | undefined;
|
|
6599
6559
|
readonly required?: boolean | undefined;
|
|
6560
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6600
6561
|
readonly multiple?: boolean | undefined;
|
|
6601
6562
|
readonly dependencies?: string[] | undefined;
|
|
6602
6563
|
readonly externalId?: boolean | undefined;
|
|
@@ -6659,7 +6620,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6659
6620
|
relationshipField?: string | undefined;
|
|
6660
6621
|
} | undefined;
|
|
6661
6622
|
readonly language?: string | undefined;
|
|
6662
|
-
readonly maxRating?: number | undefined;
|
|
6663
6623
|
readonly step?: number | undefined;
|
|
6664
6624
|
readonly currencyConfig?: {
|
|
6665
6625
|
precision: number;
|
|
@@ -6753,7 +6713,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6753
6713
|
} | undefined;
|
|
6754
6714
|
readonly sortable?: boolean | undefined;
|
|
6755
6715
|
readonly inlineHelpText?: string | undefined;
|
|
6756
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6757
6716
|
readonly autonumberFormat?: string | undefined;
|
|
6758
6717
|
readonly index?: boolean | undefined;
|
|
6759
6718
|
readonly type: "text";
|
|
@@ -6772,6 +6731,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6772
6731
|
readonly name?: string | undefined;
|
|
6773
6732
|
readonly precision?: number | undefined;
|
|
6774
6733
|
readonly required?: boolean | undefined;
|
|
6734
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6775
6735
|
readonly multiple?: boolean | undefined;
|
|
6776
6736
|
readonly dependencies?: string[] | undefined;
|
|
6777
6737
|
readonly externalId?: boolean | undefined;
|
|
@@ -6834,7 +6794,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6834
6794
|
relationshipField?: string | undefined;
|
|
6835
6795
|
} | undefined;
|
|
6836
6796
|
readonly language?: string | undefined;
|
|
6837
|
-
readonly maxRating?: number | undefined;
|
|
6838
6797
|
readonly step?: number | undefined;
|
|
6839
6798
|
readonly currencyConfig?: {
|
|
6840
6799
|
precision: number;
|
|
@@ -6928,7 +6887,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
6928
6887
|
} | undefined;
|
|
6929
6888
|
readonly sortable?: boolean | undefined;
|
|
6930
6889
|
readonly inlineHelpText?: string | undefined;
|
|
6931
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6932
6890
|
readonly autonumberFormat?: string | undefined;
|
|
6933
6891
|
readonly index?: boolean | undefined;
|
|
6934
6892
|
readonly type: "text";
|
|
@@ -6947,6 +6905,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6947
6905
|
readonly name?: string | undefined;
|
|
6948
6906
|
readonly precision?: number | undefined;
|
|
6949
6907
|
readonly required?: boolean | undefined;
|
|
6908
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6950
6909
|
readonly multiple?: boolean | undefined;
|
|
6951
6910
|
readonly dependencies?: string[] | undefined;
|
|
6952
6911
|
readonly externalId?: boolean | undefined;
|
|
@@ -7009,7 +6968,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7009
6968
|
relationshipField?: string | undefined;
|
|
7010
6969
|
} | undefined;
|
|
7011
6970
|
readonly language?: string | undefined;
|
|
7012
|
-
readonly maxRating?: number | undefined;
|
|
7013
6971
|
readonly step?: number | undefined;
|
|
7014
6972
|
readonly currencyConfig?: {
|
|
7015
6973
|
precision: number;
|
|
@@ -7103,7 +7061,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7103
7061
|
} | undefined;
|
|
7104
7062
|
readonly sortable?: boolean | undefined;
|
|
7105
7063
|
readonly inlineHelpText?: string | undefined;
|
|
7106
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7107
7064
|
readonly autonumberFormat?: string | undefined;
|
|
7108
7065
|
readonly index?: boolean | undefined;
|
|
7109
7066
|
readonly type: "text";
|
|
@@ -7122,6 +7079,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7122
7079
|
readonly name?: string | undefined;
|
|
7123
7080
|
readonly precision?: number | undefined;
|
|
7124
7081
|
readonly required?: boolean | undefined;
|
|
7082
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7125
7083
|
readonly multiple?: boolean | undefined;
|
|
7126
7084
|
readonly dependencies?: string[] | undefined;
|
|
7127
7085
|
readonly externalId?: boolean | undefined;
|
|
@@ -7184,7 +7142,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7184
7142
|
relationshipField?: string | undefined;
|
|
7185
7143
|
} | undefined;
|
|
7186
7144
|
readonly language?: string | undefined;
|
|
7187
|
-
readonly maxRating?: number | undefined;
|
|
7188
7145
|
readonly step?: number | undefined;
|
|
7189
7146
|
readonly currencyConfig?: {
|
|
7190
7147
|
precision: number;
|
|
@@ -7278,7 +7235,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7278
7235
|
} | undefined;
|
|
7279
7236
|
readonly sortable?: boolean | undefined;
|
|
7280
7237
|
readonly inlineHelpText?: string | undefined;
|
|
7281
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7282
7238
|
readonly autonumberFormat?: string | undefined;
|
|
7283
7239
|
readonly index?: boolean | undefined;
|
|
7284
7240
|
readonly type: "text";
|
|
@@ -7297,6 +7253,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7297
7253
|
readonly name?: string | undefined;
|
|
7298
7254
|
readonly precision?: number | undefined;
|
|
7299
7255
|
readonly required?: boolean | undefined;
|
|
7256
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7300
7257
|
readonly multiple?: boolean | undefined;
|
|
7301
7258
|
readonly dependencies?: string[] | undefined;
|
|
7302
7259
|
readonly externalId?: boolean | undefined;
|
|
@@ -7359,7 +7316,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7359
7316
|
relationshipField?: string | undefined;
|
|
7360
7317
|
} | undefined;
|
|
7361
7318
|
readonly language?: string | undefined;
|
|
7362
|
-
readonly maxRating?: number | undefined;
|
|
7363
7319
|
readonly step?: number | undefined;
|
|
7364
7320
|
readonly currencyConfig?: {
|
|
7365
7321
|
precision: number;
|
|
@@ -7453,7 +7409,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7453
7409
|
} | undefined;
|
|
7454
7410
|
readonly sortable?: boolean | undefined;
|
|
7455
7411
|
readonly inlineHelpText?: string | undefined;
|
|
7456
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7457
7412
|
readonly autonumberFormat?: string | undefined;
|
|
7458
7413
|
readonly index?: boolean | undefined;
|
|
7459
7414
|
readonly type: "select";
|
|
@@ -7472,6 +7427,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7472
7427
|
readonly name?: string | undefined;
|
|
7473
7428
|
readonly precision?: number | undefined;
|
|
7474
7429
|
readonly required?: boolean | undefined;
|
|
7430
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7475
7431
|
readonly multiple?: boolean | undefined;
|
|
7476
7432
|
readonly dependencies?: string[] | undefined;
|
|
7477
7433
|
readonly externalId?: boolean | undefined;
|
|
@@ -7534,7 +7490,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7534
7490
|
relationshipField?: string | undefined;
|
|
7535
7491
|
} | undefined;
|
|
7536
7492
|
readonly language?: string | undefined;
|
|
7537
|
-
readonly maxRating?: number | undefined;
|
|
7538
7493
|
readonly step?: number | undefined;
|
|
7539
7494
|
readonly currencyConfig?: {
|
|
7540
7495
|
precision: number;
|
|
@@ -7628,7 +7583,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7628
7583
|
} | undefined;
|
|
7629
7584
|
readonly sortable?: boolean | undefined;
|
|
7630
7585
|
readonly inlineHelpText?: string | undefined;
|
|
7631
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7632
7586
|
readonly autonumberFormat?: string | undefined;
|
|
7633
7587
|
readonly index?: boolean | undefined;
|
|
7634
7588
|
readonly type: "datetime";
|
|
@@ -7647,6 +7601,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7647
7601
|
readonly name?: string | undefined;
|
|
7648
7602
|
readonly precision?: number | undefined;
|
|
7649
7603
|
readonly required?: boolean | undefined;
|
|
7604
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7650
7605
|
readonly multiple?: boolean | undefined;
|
|
7651
7606
|
readonly dependencies?: string[] | undefined;
|
|
7652
7607
|
readonly externalId?: boolean | undefined;
|
|
@@ -7709,7 +7664,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7709
7664
|
relationshipField?: string | undefined;
|
|
7710
7665
|
} | undefined;
|
|
7711
7666
|
readonly language?: string | undefined;
|
|
7712
|
-
readonly maxRating?: number | undefined;
|
|
7713
7667
|
readonly step?: number | undefined;
|
|
7714
7668
|
readonly currencyConfig?: {
|
|
7715
7669
|
precision: number;
|
|
@@ -7803,7 +7757,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7803
7757
|
} | undefined;
|
|
7804
7758
|
readonly sortable?: boolean | undefined;
|
|
7805
7759
|
readonly inlineHelpText?: string | undefined;
|
|
7806
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7807
7760
|
readonly autonumberFormat?: string | undefined;
|
|
7808
7761
|
readonly index?: boolean | undefined;
|
|
7809
7762
|
readonly type: "datetime";
|
|
@@ -7822,6 +7775,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7822
7775
|
readonly name?: string | undefined;
|
|
7823
7776
|
readonly precision?: number | undefined;
|
|
7824
7777
|
readonly required?: boolean | undefined;
|
|
7778
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7825
7779
|
readonly multiple?: boolean | undefined;
|
|
7826
7780
|
readonly dependencies?: string[] | undefined;
|
|
7827
7781
|
readonly externalId?: boolean | undefined;
|
|
@@ -7884,7 +7838,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7884
7838
|
relationshipField?: string | undefined;
|
|
7885
7839
|
} | undefined;
|
|
7886
7840
|
readonly language?: string | undefined;
|
|
7887
|
-
readonly maxRating?: number | undefined;
|
|
7888
7841
|
readonly step?: number | undefined;
|
|
7889
7842
|
readonly currencyConfig?: {
|
|
7890
7843
|
precision: number;
|
|
@@ -7978,7 +7931,6 @@ declare const SystemUploadSession: Omit<{
|
|
|
7978
7931
|
} | undefined;
|
|
7979
7932
|
readonly sortable?: boolean | undefined;
|
|
7980
7933
|
readonly inlineHelpText?: string | undefined;
|
|
7981
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7982
7934
|
readonly autonumberFormat?: string | undefined;
|
|
7983
7935
|
readonly index?: boolean | undefined;
|
|
7984
7936
|
readonly type: "datetime";
|