@objectstack/service-automation 9.7.0 → 9.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +32 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +42 -975
- package/dist/index.d.ts +42 -975
- package/dist/index.js +32 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -806,7 +806,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
806
806
|
multiple: boolean;
|
|
807
807
|
unique: boolean;
|
|
808
808
|
deleteBehavior: "set_null" | "cascade" | "restrict";
|
|
809
|
-
auditTrail: boolean;
|
|
810
809
|
hidden: boolean;
|
|
811
810
|
readonly: boolean;
|
|
812
811
|
sortable: boolean;
|
|
@@ -832,7 +831,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
832
831
|
}[] | undefined;
|
|
833
832
|
reference?: string | undefined;
|
|
834
833
|
referenceFilters?: string[] | undefined;
|
|
835
|
-
writeRequiresMasterRead?: boolean | undefined;
|
|
836
834
|
inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
837
835
|
inlineTitle?: string | undefined;
|
|
838
836
|
inlineColumns?: any[] | undefined;
|
|
@@ -864,28 +862,14 @@ declare const SysAutomationRun: Omit<{
|
|
|
864
862
|
relationshipField?: string | undefined;
|
|
865
863
|
} | undefined;
|
|
866
864
|
language?: string | undefined;
|
|
867
|
-
theme?: string | undefined;
|
|
868
|
-
lineNumbers?: boolean | undefined;
|
|
869
865
|
maxRating?: number | undefined;
|
|
870
|
-
allowHalf?: boolean | undefined;
|
|
871
|
-
displayMap?: boolean | undefined;
|
|
872
|
-
allowGeocoding?: boolean | undefined;
|
|
873
|
-
addressFormat?: "us" | "uk" | "international" | undefined;
|
|
874
|
-
colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
875
|
-
allowAlpha?: boolean | undefined;
|
|
876
|
-
presetColors?: string[] | undefined;
|
|
877
866
|
step?: number | undefined;
|
|
878
|
-
showValue?: boolean | undefined;
|
|
879
|
-
marks?: Record<string, string> | undefined;
|
|
880
|
-
barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
881
|
-
qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
882
|
-
displayValue?: boolean | undefined;
|
|
883
|
-
allowScanning?: boolean | undefined;
|
|
884
867
|
currencyConfig?: {
|
|
885
868
|
precision: number;
|
|
886
869
|
currencyMode: "fixed" | "dynamic";
|
|
887
870
|
defaultCurrency: string;
|
|
888
871
|
} | undefined;
|
|
872
|
+
dimensions?: number | undefined;
|
|
889
873
|
vectorConfig?: {
|
|
890
874
|
dimensions: number;
|
|
891
875
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -934,46 +918,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
934
918
|
} | undefined;
|
|
935
919
|
maxVersions?: number | undefined;
|
|
936
920
|
} | undefined;
|
|
937
|
-
|
|
938
|
-
enabled: boolean;
|
|
939
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
940
|
-
keyManagement: {
|
|
941
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
942
|
-
keyId?: string | undefined;
|
|
943
|
-
rotationPolicy?: {
|
|
944
|
-
enabled: boolean;
|
|
945
|
-
frequencyDays: number;
|
|
946
|
-
retainOldVersions: number;
|
|
947
|
-
autoRotate: boolean;
|
|
948
|
-
} | undefined;
|
|
949
|
-
};
|
|
950
|
-
scope: "database" | "table" | "record" | "field";
|
|
951
|
-
deterministicEncryption: boolean;
|
|
952
|
-
searchableEncryption: boolean;
|
|
953
|
-
} | undefined;
|
|
954
|
-
maskingRule?: {
|
|
955
|
-
field: string;
|
|
956
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
957
|
-
preserveFormat: boolean;
|
|
958
|
-
preserveLength: boolean;
|
|
959
|
-
pattern?: string | undefined;
|
|
960
|
-
roles?: string[] | undefined;
|
|
961
|
-
exemptRoles?: string[] | undefined;
|
|
962
|
-
} | undefined;
|
|
921
|
+
trackHistory?: boolean | undefined;
|
|
963
922
|
dependencies?: string[] | undefined;
|
|
964
|
-
cached?: {
|
|
965
|
-
enabled: boolean;
|
|
966
|
-
ttl: number;
|
|
967
|
-
invalidateOn: string[];
|
|
968
|
-
} | undefined;
|
|
969
|
-
dataQuality?: {
|
|
970
|
-
uniqueness: boolean;
|
|
971
|
-
completeness: number;
|
|
972
|
-
accuracy?: {
|
|
973
|
-
source: string;
|
|
974
|
-
threshold: number;
|
|
975
|
-
} | undefined;
|
|
976
|
-
} | undefined;
|
|
977
923
|
group?: string | undefined;
|
|
978
924
|
visibleWhen?: {
|
|
979
925
|
dialect: "cel" | "js" | "cron" | "template";
|
|
@@ -1045,7 +991,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1045
991
|
} | undefined;
|
|
1046
992
|
system?: boolean | undefined;
|
|
1047
993
|
inlineHelpText?: string | undefined;
|
|
1048
|
-
trackFeedHistory?: boolean | undefined;
|
|
1049
994
|
caseSensitive?: boolean | undefined;
|
|
1050
995
|
autonumberFormat?: string | undefined;
|
|
1051
996
|
}>;
|
|
@@ -1136,12 +1081,13 @@ declare const SysAutomationRun: Omit<{
|
|
|
1136
1081
|
key: string;
|
|
1137
1082
|
interval?: string | undefined;
|
|
1138
1083
|
} | undefined;
|
|
1139
|
-
cdc?: {
|
|
1140
|
-
enabled: boolean;
|
|
1141
|
-
events: ("delete" | "update" | "insert")[];
|
|
1142
|
-
destination: string;
|
|
1143
|
-
} | undefined;
|
|
1144
1084
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
1085
|
+
activityMilestones?: {
|
|
1086
|
+
field: string;
|
|
1087
|
+
value: string;
|
|
1088
|
+
summary: string;
|
|
1089
|
+
type?: string | undefined;
|
|
1090
|
+
}[] | undefined;
|
|
1145
1091
|
displayNameField?: string | undefined;
|
|
1146
1092
|
recordName?: {
|
|
1147
1093
|
type: "text" | "autonumber";
|
|
@@ -1452,7 +1398,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1452
1398
|
clone: boolean;
|
|
1453
1399
|
apiMethods?: ("upsert" | "import" | "export" | "delete" | "update" | "create" | "search" | "list" | "get" | "bulk" | "aggregate" | "history" | "restore" | "purge")[] | undefined;
|
|
1454
1400
|
} | undefined;
|
|
1455
|
-
recordTypes?: string[] | undefined;
|
|
1456
1401
|
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
1457
1402
|
publicSharing?: {
|
|
1458
1403
|
enabled: boolean;
|
|
@@ -1509,6 +1454,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
1509
1454
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
1510
1455
|
confirmText?: string | undefined;
|
|
1511
1456
|
successMessage?: string | undefined;
|
|
1457
|
+
errorMessage?: string | undefined;
|
|
1458
|
+
undoable?: boolean | undefined;
|
|
1512
1459
|
resultDialog?: {
|
|
1513
1460
|
title?: string | undefined;
|
|
1514
1461
|
description?: string | undefined;
|
|
@@ -1602,7 +1549,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1602
1549
|
readonly required?: boolean | undefined;
|
|
1603
1550
|
readonly multiple?: boolean | undefined;
|
|
1604
1551
|
readonly dependencies?: string[] | undefined;
|
|
1605
|
-
readonly theme?: string | undefined;
|
|
1606
1552
|
readonly externalId?: boolean | undefined;
|
|
1607
1553
|
readonly defaultValue?: unknown;
|
|
1608
1554
|
readonly group?: string | undefined;
|
|
@@ -1610,23 +1556,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
1610
1556
|
readonly system?: boolean | undefined;
|
|
1611
1557
|
readonly min?: number | undefined;
|
|
1612
1558
|
readonly max?: number | undefined;
|
|
1613
|
-
readonly
|
|
1614
|
-
enabled: boolean;
|
|
1615
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
1616
|
-
keyManagement: {
|
|
1617
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
1618
|
-
keyId?: string | undefined;
|
|
1619
|
-
rotationPolicy?: {
|
|
1620
|
-
enabled: boolean;
|
|
1621
|
-
frequencyDays: number;
|
|
1622
|
-
retainOldVersions: number;
|
|
1623
|
-
autoRotate: boolean;
|
|
1624
|
-
} | undefined;
|
|
1625
|
-
};
|
|
1626
|
-
scope: "record" | "field" | "table" | "database";
|
|
1627
|
-
deterministicEncryption: boolean;
|
|
1628
|
-
searchableEncryption: boolean;
|
|
1629
|
-
} | undefined;
|
|
1559
|
+
readonly dimensions?: number | undefined;
|
|
1630
1560
|
readonly columnName?: string | undefined;
|
|
1631
1561
|
readonly searchable?: boolean | undefined;
|
|
1632
1562
|
readonly unique?: boolean | undefined;
|
|
@@ -1635,7 +1565,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1635
1565
|
readonly scale?: number | undefined;
|
|
1636
1566
|
readonly reference?: string | undefined;
|
|
1637
1567
|
readonly referenceFilters?: string[] | undefined;
|
|
1638
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1639
1568
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1640
1569
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1641
1570
|
readonly inlineTitle?: string | undefined;
|
|
@@ -1660,22 +1589,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
1660
1589
|
relationshipField?: string | undefined;
|
|
1661
1590
|
} | undefined;
|
|
1662
1591
|
readonly language?: string | undefined;
|
|
1663
|
-
readonly lineNumbers?: boolean | undefined;
|
|
1664
1592
|
readonly maxRating?: number | undefined;
|
|
1665
|
-
readonly allowHalf?: boolean | undefined;
|
|
1666
|
-
readonly displayMap?: boolean | undefined;
|
|
1667
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
1668
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
1669
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
1670
|
-
readonly allowAlpha?: boolean | undefined;
|
|
1671
|
-
readonly presetColors?: string[] | undefined;
|
|
1672
1593
|
readonly step?: number | undefined;
|
|
1673
|
-
readonly showValue?: boolean | undefined;
|
|
1674
|
-
readonly marks?: Record<string, string> | undefined;
|
|
1675
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
1676
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
1677
|
-
readonly displayValue?: boolean | undefined;
|
|
1678
|
-
readonly allowScanning?: boolean | undefined;
|
|
1679
1594
|
readonly currencyConfig?: {
|
|
1680
1595
|
precision: number;
|
|
1681
1596
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -1729,29 +1644,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
1729
1644
|
} | undefined;
|
|
1730
1645
|
maxVersions?: number | undefined;
|
|
1731
1646
|
} | undefined;
|
|
1732
|
-
readonly
|
|
1733
|
-
field: string;
|
|
1734
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1735
|
-
preserveFormat: boolean;
|
|
1736
|
-
preserveLength: boolean;
|
|
1737
|
-
pattern?: string | undefined;
|
|
1738
|
-
roles?: string[] | undefined;
|
|
1739
|
-
exemptRoles?: string[] | undefined;
|
|
1740
|
-
} | undefined;
|
|
1741
|
-
readonly auditTrail?: boolean | undefined;
|
|
1742
|
-
readonly cached?: {
|
|
1743
|
-
enabled: boolean;
|
|
1744
|
-
ttl: number;
|
|
1745
|
-
invalidateOn: string[];
|
|
1746
|
-
} | undefined;
|
|
1747
|
-
readonly dataQuality?: {
|
|
1748
|
-
uniqueness: boolean;
|
|
1749
|
-
completeness: number;
|
|
1750
|
-
accuracy?: {
|
|
1751
|
-
source: string;
|
|
1752
|
-
threshold: number;
|
|
1753
|
-
} | undefined;
|
|
1754
|
-
} | undefined;
|
|
1647
|
+
readonly trackHistory?: boolean | undefined;
|
|
1755
1648
|
readonly visibleWhen?: {
|
|
1756
1649
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1757
1650
|
source?: string | undefined;
|
|
@@ -1790,7 +1683,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1790
1683
|
} | undefined;
|
|
1791
1684
|
readonly sortable?: boolean | undefined;
|
|
1792
1685
|
readonly inlineHelpText?: string | undefined;
|
|
1793
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
1794
1686
|
readonly caseSensitive?: boolean | undefined;
|
|
1795
1687
|
readonly autonumberFormat?: string | undefined;
|
|
1796
1688
|
readonly index?: boolean | undefined;
|
|
@@ -1812,7 +1704,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1812
1704
|
readonly required?: boolean | undefined;
|
|
1813
1705
|
readonly multiple?: boolean | undefined;
|
|
1814
1706
|
readonly dependencies?: string[] | undefined;
|
|
1815
|
-
readonly theme?: string | undefined;
|
|
1816
1707
|
readonly externalId?: boolean | undefined;
|
|
1817
1708
|
readonly defaultValue?: unknown;
|
|
1818
1709
|
readonly group?: string | undefined;
|
|
@@ -1820,23 +1711,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
1820
1711
|
readonly system?: boolean | undefined;
|
|
1821
1712
|
readonly min?: number | undefined;
|
|
1822
1713
|
readonly max?: number | undefined;
|
|
1823
|
-
readonly
|
|
1824
|
-
enabled: boolean;
|
|
1825
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
1826
|
-
keyManagement: {
|
|
1827
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
1828
|
-
keyId?: string | undefined;
|
|
1829
|
-
rotationPolicy?: {
|
|
1830
|
-
enabled: boolean;
|
|
1831
|
-
frequencyDays: number;
|
|
1832
|
-
retainOldVersions: number;
|
|
1833
|
-
autoRotate: boolean;
|
|
1834
|
-
} | undefined;
|
|
1835
|
-
};
|
|
1836
|
-
scope: "record" | "field" | "table" | "database";
|
|
1837
|
-
deterministicEncryption: boolean;
|
|
1838
|
-
searchableEncryption: boolean;
|
|
1839
|
-
} | undefined;
|
|
1714
|
+
readonly dimensions?: number | undefined;
|
|
1840
1715
|
readonly columnName?: string | undefined;
|
|
1841
1716
|
readonly searchable?: boolean | undefined;
|
|
1842
1717
|
readonly unique?: boolean | undefined;
|
|
@@ -1845,7 +1720,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1845
1720
|
readonly scale?: number | undefined;
|
|
1846
1721
|
reference: string;
|
|
1847
1722
|
readonly referenceFilters?: string[] | undefined;
|
|
1848
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1849
1723
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1850
1724
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1851
1725
|
readonly inlineTitle?: string | undefined;
|
|
@@ -1870,22 +1744,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
1870
1744
|
relationshipField?: string | undefined;
|
|
1871
1745
|
} | undefined;
|
|
1872
1746
|
readonly language?: string | undefined;
|
|
1873
|
-
readonly lineNumbers?: boolean | undefined;
|
|
1874
1747
|
readonly maxRating?: number | undefined;
|
|
1875
|
-
readonly allowHalf?: boolean | undefined;
|
|
1876
|
-
readonly displayMap?: boolean | undefined;
|
|
1877
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
1878
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
1879
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
1880
|
-
readonly allowAlpha?: boolean | undefined;
|
|
1881
|
-
readonly presetColors?: string[] | undefined;
|
|
1882
1748
|
readonly step?: number | undefined;
|
|
1883
|
-
readonly showValue?: boolean | undefined;
|
|
1884
|
-
readonly marks?: Record<string, string> | undefined;
|
|
1885
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
1886
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
1887
|
-
readonly displayValue?: boolean | undefined;
|
|
1888
|
-
readonly allowScanning?: boolean | undefined;
|
|
1889
1749
|
readonly currencyConfig?: {
|
|
1890
1750
|
precision: number;
|
|
1891
1751
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -1939,29 +1799,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
1939
1799
|
} | undefined;
|
|
1940
1800
|
maxVersions?: number | undefined;
|
|
1941
1801
|
} | undefined;
|
|
1942
|
-
readonly
|
|
1943
|
-
field: string;
|
|
1944
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1945
|
-
preserveFormat: boolean;
|
|
1946
|
-
preserveLength: boolean;
|
|
1947
|
-
pattern?: string | undefined;
|
|
1948
|
-
roles?: string[] | undefined;
|
|
1949
|
-
exemptRoles?: string[] | undefined;
|
|
1950
|
-
} | undefined;
|
|
1951
|
-
readonly auditTrail?: boolean | undefined;
|
|
1952
|
-
readonly cached?: {
|
|
1953
|
-
enabled: boolean;
|
|
1954
|
-
ttl: number;
|
|
1955
|
-
invalidateOn: string[];
|
|
1956
|
-
} | undefined;
|
|
1957
|
-
readonly dataQuality?: {
|
|
1958
|
-
uniqueness: boolean;
|
|
1959
|
-
completeness: number;
|
|
1960
|
-
accuracy?: {
|
|
1961
|
-
source: string;
|
|
1962
|
-
threshold: number;
|
|
1963
|
-
} | undefined;
|
|
1964
|
-
} | undefined;
|
|
1802
|
+
readonly trackHistory?: boolean | undefined;
|
|
1965
1803
|
readonly visibleWhen?: {
|
|
1966
1804
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1967
1805
|
source?: string | undefined;
|
|
@@ -2000,7 +1838,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2000
1838
|
} | undefined;
|
|
2001
1839
|
readonly sortable?: boolean | undefined;
|
|
2002
1840
|
readonly inlineHelpText?: string | undefined;
|
|
2003
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2004
1841
|
readonly caseSensitive?: boolean | undefined;
|
|
2005
1842
|
readonly autonumberFormat?: string | undefined;
|
|
2006
1843
|
readonly index?: boolean | undefined;
|
|
@@ -2022,7 +1859,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2022
1859
|
readonly required?: boolean | undefined;
|
|
2023
1860
|
readonly multiple?: boolean | undefined;
|
|
2024
1861
|
readonly dependencies?: string[] | undefined;
|
|
2025
|
-
readonly theme?: string | undefined;
|
|
2026
1862
|
readonly externalId?: boolean | undefined;
|
|
2027
1863
|
readonly defaultValue?: unknown;
|
|
2028
1864
|
readonly group?: string | undefined;
|
|
@@ -2030,23 +1866,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2030
1866
|
readonly system?: boolean | undefined;
|
|
2031
1867
|
readonly min?: number | undefined;
|
|
2032
1868
|
readonly max?: number | undefined;
|
|
2033
|
-
readonly
|
|
2034
|
-
enabled: boolean;
|
|
2035
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
2036
|
-
keyManagement: {
|
|
2037
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
2038
|
-
keyId?: string | undefined;
|
|
2039
|
-
rotationPolicy?: {
|
|
2040
|
-
enabled: boolean;
|
|
2041
|
-
frequencyDays: number;
|
|
2042
|
-
retainOldVersions: number;
|
|
2043
|
-
autoRotate: boolean;
|
|
2044
|
-
} | undefined;
|
|
2045
|
-
};
|
|
2046
|
-
scope: "record" | "field" | "table" | "database";
|
|
2047
|
-
deterministicEncryption: boolean;
|
|
2048
|
-
searchableEncryption: boolean;
|
|
2049
|
-
} | undefined;
|
|
1869
|
+
readonly dimensions?: number | undefined;
|
|
2050
1870
|
readonly columnName?: string | undefined;
|
|
2051
1871
|
readonly searchable?: boolean | undefined;
|
|
2052
1872
|
readonly unique?: boolean | undefined;
|
|
@@ -2055,7 +1875,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2055
1875
|
readonly scale?: number | undefined;
|
|
2056
1876
|
readonly reference?: string | undefined;
|
|
2057
1877
|
readonly referenceFilters?: string[] | undefined;
|
|
2058
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2059
1878
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2060
1879
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2061
1880
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2080,22 +1899,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2080
1899
|
relationshipField?: string | undefined;
|
|
2081
1900
|
} | undefined;
|
|
2082
1901
|
readonly language?: string | undefined;
|
|
2083
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2084
1902
|
readonly maxRating?: number | undefined;
|
|
2085
|
-
readonly allowHalf?: boolean | undefined;
|
|
2086
|
-
readonly displayMap?: boolean | undefined;
|
|
2087
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
2088
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
2089
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
2090
|
-
readonly allowAlpha?: boolean | undefined;
|
|
2091
|
-
readonly presetColors?: string[] | undefined;
|
|
2092
1903
|
readonly step?: number | undefined;
|
|
2093
|
-
readonly showValue?: boolean | undefined;
|
|
2094
|
-
readonly marks?: Record<string, string> | undefined;
|
|
2095
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
2096
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
2097
|
-
readonly displayValue?: boolean | undefined;
|
|
2098
|
-
readonly allowScanning?: boolean | undefined;
|
|
2099
1904
|
readonly currencyConfig?: {
|
|
2100
1905
|
precision: number;
|
|
2101
1906
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2149,29 +1954,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2149
1954
|
} | undefined;
|
|
2150
1955
|
maxVersions?: number | undefined;
|
|
2151
1956
|
} | undefined;
|
|
2152
|
-
readonly
|
|
2153
|
-
field: string;
|
|
2154
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2155
|
-
preserveFormat: boolean;
|
|
2156
|
-
preserveLength: boolean;
|
|
2157
|
-
pattern?: string | undefined;
|
|
2158
|
-
roles?: string[] | undefined;
|
|
2159
|
-
exemptRoles?: string[] | undefined;
|
|
2160
|
-
} | undefined;
|
|
2161
|
-
readonly auditTrail?: boolean | undefined;
|
|
2162
|
-
readonly cached?: {
|
|
2163
|
-
enabled: boolean;
|
|
2164
|
-
ttl: number;
|
|
2165
|
-
invalidateOn: string[];
|
|
2166
|
-
} | undefined;
|
|
2167
|
-
readonly dataQuality?: {
|
|
2168
|
-
uniqueness: boolean;
|
|
2169
|
-
completeness: number;
|
|
2170
|
-
accuracy?: {
|
|
2171
|
-
source: string;
|
|
2172
|
-
threshold: number;
|
|
2173
|
-
} | undefined;
|
|
2174
|
-
} | undefined;
|
|
1957
|
+
readonly trackHistory?: boolean | undefined;
|
|
2175
1958
|
readonly visibleWhen?: {
|
|
2176
1959
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2177
1960
|
source?: string | undefined;
|
|
@@ -2210,7 +1993,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2210
1993
|
} | undefined;
|
|
2211
1994
|
readonly sortable?: boolean | undefined;
|
|
2212
1995
|
readonly inlineHelpText?: string | undefined;
|
|
2213
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2214
1996
|
readonly caseSensitive?: boolean | undefined;
|
|
2215
1997
|
readonly autonumberFormat?: string | undefined;
|
|
2216
1998
|
readonly index?: boolean | undefined;
|
|
@@ -2232,7 +2014,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2232
2014
|
readonly required?: boolean | undefined;
|
|
2233
2015
|
readonly multiple?: boolean | undefined;
|
|
2234
2016
|
readonly dependencies?: string[] | undefined;
|
|
2235
|
-
readonly theme?: string | undefined;
|
|
2236
2017
|
readonly externalId?: boolean | undefined;
|
|
2237
2018
|
readonly defaultValue?: unknown;
|
|
2238
2019
|
readonly group?: string | undefined;
|
|
@@ -2240,23 +2021,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2240
2021
|
readonly system?: boolean | undefined;
|
|
2241
2022
|
readonly min?: number | undefined;
|
|
2242
2023
|
readonly max?: number | undefined;
|
|
2243
|
-
readonly
|
|
2244
|
-
enabled: boolean;
|
|
2245
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
2246
|
-
keyManagement: {
|
|
2247
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
2248
|
-
keyId?: string | undefined;
|
|
2249
|
-
rotationPolicy?: {
|
|
2250
|
-
enabled: boolean;
|
|
2251
|
-
frequencyDays: number;
|
|
2252
|
-
retainOldVersions: number;
|
|
2253
|
-
autoRotate: boolean;
|
|
2254
|
-
} | undefined;
|
|
2255
|
-
};
|
|
2256
|
-
scope: "record" | "field" | "table" | "database";
|
|
2257
|
-
deterministicEncryption: boolean;
|
|
2258
|
-
searchableEncryption: boolean;
|
|
2259
|
-
} | undefined;
|
|
2024
|
+
readonly dimensions?: number | undefined;
|
|
2260
2025
|
readonly columnName?: string | undefined;
|
|
2261
2026
|
readonly searchable?: boolean | undefined;
|
|
2262
2027
|
readonly unique?: boolean | undefined;
|
|
@@ -2265,7 +2030,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2265
2030
|
readonly scale?: number | undefined;
|
|
2266
2031
|
readonly reference?: string | undefined;
|
|
2267
2032
|
readonly referenceFilters?: string[] | undefined;
|
|
2268
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2269
2033
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2270
2034
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2271
2035
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2290,22 +2054,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2290
2054
|
relationshipField?: string | undefined;
|
|
2291
2055
|
} | undefined;
|
|
2292
2056
|
readonly language?: string | undefined;
|
|
2293
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2294
2057
|
readonly maxRating?: number | undefined;
|
|
2295
|
-
readonly allowHalf?: boolean | undefined;
|
|
2296
|
-
readonly displayMap?: boolean | undefined;
|
|
2297
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
2298
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
2299
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
2300
|
-
readonly allowAlpha?: boolean | undefined;
|
|
2301
|
-
readonly presetColors?: string[] | undefined;
|
|
2302
2058
|
readonly step?: number | undefined;
|
|
2303
|
-
readonly showValue?: boolean | undefined;
|
|
2304
|
-
readonly marks?: Record<string, string> | undefined;
|
|
2305
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
2306
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
2307
|
-
readonly displayValue?: boolean | undefined;
|
|
2308
|
-
readonly allowScanning?: boolean | undefined;
|
|
2309
2059
|
readonly currencyConfig?: {
|
|
2310
2060
|
precision: number;
|
|
2311
2061
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2359,29 +2109,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2359
2109
|
} | undefined;
|
|
2360
2110
|
maxVersions?: number | undefined;
|
|
2361
2111
|
} | undefined;
|
|
2362
|
-
readonly
|
|
2363
|
-
field: string;
|
|
2364
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2365
|
-
preserveFormat: boolean;
|
|
2366
|
-
preserveLength: boolean;
|
|
2367
|
-
pattern?: string | undefined;
|
|
2368
|
-
roles?: string[] | undefined;
|
|
2369
|
-
exemptRoles?: string[] | undefined;
|
|
2370
|
-
} | undefined;
|
|
2371
|
-
readonly auditTrail?: boolean | undefined;
|
|
2372
|
-
readonly cached?: {
|
|
2373
|
-
enabled: boolean;
|
|
2374
|
-
ttl: number;
|
|
2375
|
-
invalidateOn: string[];
|
|
2376
|
-
} | undefined;
|
|
2377
|
-
readonly dataQuality?: {
|
|
2378
|
-
uniqueness: boolean;
|
|
2379
|
-
completeness: number;
|
|
2380
|
-
accuracy?: {
|
|
2381
|
-
source: string;
|
|
2382
|
-
threshold: number;
|
|
2383
|
-
} | undefined;
|
|
2384
|
-
} | undefined;
|
|
2112
|
+
readonly trackHistory?: boolean | undefined;
|
|
2385
2113
|
readonly visibleWhen?: {
|
|
2386
2114
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2387
2115
|
source?: string | undefined;
|
|
@@ -2420,7 +2148,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2420
2148
|
} | undefined;
|
|
2421
2149
|
readonly sortable?: boolean | undefined;
|
|
2422
2150
|
readonly inlineHelpText?: string | undefined;
|
|
2423
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2424
2151
|
readonly caseSensitive?: boolean | undefined;
|
|
2425
2152
|
readonly autonumberFormat?: string | undefined;
|
|
2426
2153
|
readonly index?: boolean | undefined;
|
|
@@ -2442,7 +2169,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2442
2169
|
readonly required?: boolean | undefined;
|
|
2443
2170
|
readonly multiple?: boolean | undefined;
|
|
2444
2171
|
readonly dependencies?: string[] | undefined;
|
|
2445
|
-
readonly theme?: string | undefined;
|
|
2446
2172
|
readonly externalId?: boolean | undefined;
|
|
2447
2173
|
readonly defaultValue?: unknown;
|
|
2448
2174
|
readonly group?: string | undefined;
|
|
@@ -2450,23 +2176,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2450
2176
|
readonly system?: boolean | undefined;
|
|
2451
2177
|
readonly min?: number | undefined;
|
|
2452
2178
|
readonly max?: number | undefined;
|
|
2453
|
-
readonly
|
|
2454
|
-
enabled: boolean;
|
|
2455
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
2456
|
-
keyManagement: {
|
|
2457
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
2458
|
-
keyId?: string | undefined;
|
|
2459
|
-
rotationPolicy?: {
|
|
2460
|
-
enabled: boolean;
|
|
2461
|
-
frequencyDays: number;
|
|
2462
|
-
retainOldVersions: number;
|
|
2463
|
-
autoRotate: boolean;
|
|
2464
|
-
} | undefined;
|
|
2465
|
-
};
|
|
2466
|
-
scope: "record" | "field" | "table" | "database";
|
|
2467
|
-
deterministicEncryption: boolean;
|
|
2468
|
-
searchableEncryption: boolean;
|
|
2469
|
-
} | undefined;
|
|
2179
|
+
readonly dimensions?: number | undefined;
|
|
2470
2180
|
readonly columnName?: string | undefined;
|
|
2471
2181
|
readonly searchable?: boolean | undefined;
|
|
2472
2182
|
readonly unique?: boolean | undefined;
|
|
@@ -2475,7 +2185,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2475
2185
|
readonly scale?: number | undefined;
|
|
2476
2186
|
readonly reference?: string | undefined;
|
|
2477
2187
|
readonly referenceFilters?: string[] | undefined;
|
|
2478
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2479
2188
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2480
2189
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2481
2190
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2500,22 +2209,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2500
2209
|
relationshipField?: string | undefined;
|
|
2501
2210
|
} | undefined;
|
|
2502
2211
|
readonly language?: string | undefined;
|
|
2503
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2504
2212
|
readonly maxRating?: number | undefined;
|
|
2505
|
-
readonly allowHalf?: boolean | undefined;
|
|
2506
|
-
readonly displayMap?: boolean | undefined;
|
|
2507
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
2508
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
2509
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
2510
|
-
readonly allowAlpha?: boolean | undefined;
|
|
2511
|
-
readonly presetColors?: string[] | undefined;
|
|
2512
2213
|
readonly step?: number | undefined;
|
|
2513
|
-
readonly showValue?: boolean | undefined;
|
|
2514
|
-
readonly marks?: Record<string, string> | undefined;
|
|
2515
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
2516
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
2517
|
-
readonly displayValue?: boolean | undefined;
|
|
2518
|
-
readonly allowScanning?: boolean | undefined;
|
|
2519
2214
|
readonly currencyConfig?: {
|
|
2520
2215
|
precision: number;
|
|
2521
2216
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2569,29 +2264,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2569
2264
|
} | undefined;
|
|
2570
2265
|
maxVersions?: number | undefined;
|
|
2571
2266
|
} | undefined;
|
|
2572
|
-
readonly
|
|
2573
|
-
field: string;
|
|
2574
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2575
|
-
preserveFormat: boolean;
|
|
2576
|
-
preserveLength: boolean;
|
|
2577
|
-
pattern?: string | undefined;
|
|
2578
|
-
roles?: string[] | undefined;
|
|
2579
|
-
exemptRoles?: string[] | undefined;
|
|
2580
|
-
} | undefined;
|
|
2581
|
-
readonly auditTrail?: boolean | undefined;
|
|
2582
|
-
readonly cached?: {
|
|
2583
|
-
enabled: boolean;
|
|
2584
|
-
ttl: number;
|
|
2585
|
-
invalidateOn: string[];
|
|
2586
|
-
} | undefined;
|
|
2587
|
-
readonly dataQuality?: {
|
|
2588
|
-
uniqueness: boolean;
|
|
2589
|
-
completeness: number;
|
|
2590
|
-
accuracy?: {
|
|
2591
|
-
source: string;
|
|
2592
|
-
threshold: number;
|
|
2593
|
-
} | undefined;
|
|
2594
|
-
} | undefined;
|
|
2267
|
+
readonly trackHistory?: boolean | undefined;
|
|
2595
2268
|
readonly visibleWhen?: {
|
|
2596
2269
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2597
2270
|
source?: string | undefined;
|
|
@@ -2630,7 +2303,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2630
2303
|
} | undefined;
|
|
2631
2304
|
readonly sortable?: boolean | undefined;
|
|
2632
2305
|
readonly inlineHelpText?: string | undefined;
|
|
2633
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2634
2306
|
readonly caseSensitive?: boolean | undefined;
|
|
2635
2307
|
readonly autonumberFormat?: string | undefined;
|
|
2636
2308
|
readonly index?: boolean | undefined;
|
|
@@ -2652,7 +2324,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2652
2324
|
readonly required?: boolean | undefined;
|
|
2653
2325
|
readonly multiple?: boolean | undefined;
|
|
2654
2326
|
readonly dependencies?: string[] | undefined;
|
|
2655
|
-
readonly theme?: string | undefined;
|
|
2656
2327
|
readonly externalId?: boolean | undefined;
|
|
2657
2328
|
readonly defaultValue?: unknown;
|
|
2658
2329
|
readonly group?: string | undefined;
|
|
@@ -2660,23 +2331,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2660
2331
|
readonly system?: boolean | undefined;
|
|
2661
2332
|
readonly min?: number | undefined;
|
|
2662
2333
|
readonly max?: number | undefined;
|
|
2663
|
-
readonly
|
|
2664
|
-
enabled: boolean;
|
|
2665
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
2666
|
-
keyManagement: {
|
|
2667
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
2668
|
-
keyId?: string | undefined;
|
|
2669
|
-
rotationPolicy?: {
|
|
2670
|
-
enabled: boolean;
|
|
2671
|
-
frequencyDays: number;
|
|
2672
|
-
retainOldVersions: number;
|
|
2673
|
-
autoRotate: boolean;
|
|
2674
|
-
} | undefined;
|
|
2675
|
-
};
|
|
2676
|
-
scope: "record" | "field" | "table" | "database";
|
|
2677
|
-
deterministicEncryption: boolean;
|
|
2678
|
-
searchableEncryption: boolean;
|
|
2679
|
-
} | undefined;
|
|
2334
|
+
readonly dimensions?: number | undefined;
|
|
2680
2335
|
readonly columnName?: string | undefined;
|
|
2681
2336
|
readonly searchable?: boolean | undefined;
|
|
2682
2337
|
readonly unique?: boolean | undefined;
|
|
@@ -2685,7 +2340,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2685
2340
|
readonly scale?: number | undefined;
|
|
2686
2341
|
readonly reference?: string | undefined;
|
|
2687
2342
|
readonly referenceFilters?: string[] | undefined;
|
|
2688
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2689
2343
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2690
2344
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2691
2345
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2710,22 +2364,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2710
2364
|
relationshipField?: string | undefined;
|
|
2711
2365
|
} | undefined;
|
|
2712
2366
|
readonly language?: string | undefined;
|
|
2713
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2714
2367
|
readonly maxRating?: number | undefined;
|
|
2715
|
-
readonly allowHalf?: boolean | undefined;
|
|
2716
|
-
readonly displayMap?: boolean | undefined;
|
|
2717
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
2718
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
2719
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
2720
|
-
readonly allowAlpha?: boolean | undefined;
|
|
2721
|
-
readonly presetColors?: string[] | undefined;
|
|
2722
2368
|
readonly step?: number | undefined;
|
|
2723
|
-
readonly showValue?: boolean | undefined;
|
|
2724
|
-
readonly marks?: Record<string, string> | undefined;
|
|
2725
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
2726
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
2727
|
-
readonly displayValue?: boolean | undefined;
|
|
2728
|
-
readonly allowScanning?: boolean | undefined;
|
|
2729
2369
|
readonly currencyConfig?: {
|
|
2730
2370
|
precision: number;
|
|
2731
2371
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2779,29 +2419,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2779
2419
|
} | undefined;
|
|
2780
2420
|
maxVersions?: number | undefined;
|
|
2781
2421
|
} | undefined;
|
|
2782
|
-
readonly
|
|
2783
|
-
field: string;
|
|
2784
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2785
|
-
preserveFormat: boolean;
|
|
2786
|
-
preserveLength: boolean;
|
|
2787
|
-
pattern?: string | undefined;
|
|
2788
|
-
roles?: string[] | undefined;
|
|
2789
|
-
exemptRoles?: string[] | undefined;
|
|
2790
|
-
} | undefined;
|
|
2791
|
-
readonly auditTrail?: boolean | undefined;
|
|
2792
|
-
readonly cached?: {
|
|
2793
|
-
enabled: boolean;
|
|
2794
|
-
ttl: number;
|
|
2795
|
-
invalidateOn: string[];
|
|
2796
|
-
} | undefined;
|
|
2797
|
-
readonly dataQuality?: {
|
|
2798
|
-
uniqueness: boolean;
|
|
2799
|
-
completeness: number;
|
|
2800
|
-
accuracy?: {
|
|
2801
|
-
source: string;
|
|
2802
|
-
threshold: number;
|
|
2803
|
-
} | undefined;
|
|
2804
|
-
} | undefined;
|
|
2422
|
+
readonly trackHistory?: boolean | undefined;
|
|
2805
2423
|
readonly visibleWhen?: {
|
|
2806
2424
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2807
2425
|
source?: string | undefined;
|
|
@@ -2840,7 +2458,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2840
2458
|
} | undefined;
|
|
2841
2459
|
readonly sortable?: boolean | undefined;
|
|
2842
2460
|
readonly inlineHelpText?: string | undefined;
|
|
2843
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2844
2461
|
readonly caseSensitive?: boolean | undefined;
|
|
2845
2462
|
readonly autonumberFormat?: string | undefined;
|
|
2846
2463
|
readonly index?: boolean | undefined;
|
|
@@ -2862,7 +2479,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2862
2479
|
readonly required?: boolean | undefined;
|
|
2863
2480
|
readonly multiple?: boolean | undefined;
|
|
2864
2481
|
readonly dependencies?: string[] | undefined;
|
|
2865
|
-
readonly theme?: string | undefined;
|
|
2866
2482
|
readonly externalId?: boolean | undefined;
|
|
2867
2483
|
readonly defaultValue?: unknown;
|
|
2868
2484
|
readonly group?: string | undefined;
|
|
@@ -2870,23 +2486,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2870
2486
|
readonly system?: boolean | undefined;
|
|
2871
2487
|
readonly min?: number | undefined;
|
|
2872
2488
|
readonly max?: number | undefined;
|
|
2873
|
-
readonly
|
|
2874
|
-
enabled: boolean;
|
|
2875
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
2876
|
-
keyManagement: {
|
|
2877
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
2878
|
-
keyId?: string | undefined;
|
|
2879
|
-
rotationPolicy?: {
|
|
2880
|
-
enabled: boolean;
|
|
2881
|
-
frequencyDays: number;
|
|
2882
|
-
retainOldVersions: number;
|
|
2883
|
-
autoRotate: boolean;
|
|
2884
|
-
} | undefined;
|
|
2885
|
-
};
|
|
2886
|
-
scope: "record" | "field" | "table" | "database";
|
|
2887
|
-
deterministicEncryption: boolean;
|
|
2888
|
-
searchableEncryption: boolean;
|
|
2889
|
-
} | undefined;
|
|
2489
|
+
readonly dimensions?: number | undefined;
|
|
2890
2490
|
readonly columnName?: string | undefined;
|
|
2891
2491
|
readonly searchable?: boolean | undefined;
|
|
2892
2492
|
readonly unique?: boolean | undefined;
|
|
@@ -2895,7 +2495,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2895
2495
|
readonly scale?: number | undefined;
|
|
2896
2496
|
readonly reference?: string | undefined;
|
|
2897
2497
|
readonly referenceFilters?: string[] | undefined;
|
|
2898
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2899
2498
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2900
2499
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2901
2500
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2920,22 +2519,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2920
2519
|
relationshipField?: string | undefined;
|
|
2921
2520
|
} | undefined;
|
|
2922
2521
|
readonly language?: string | undefined;
|
|
2923
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2924
2522
|
readonly maxRating?: number | undefined;
|
|
2925
|
-
readonly allowHalf?: boolean | undefined;
|
|
2926
|
-
readonly displayMap?: boolean | undefined;
|
|
2927
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
2928
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
2929
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
2930
|
-
readonly allowAlpha?: boolean | undefined;
|
|
2931
|
-
readonly presetColors?: string[] | undefined;
|
|
2932
2523
|
readonly step?: number | undefined;
|
|
2933
|
-
readonly showValue?: boolean | undefined;
|
|
2934
|
-
readonly marks?: Record<string, string> | undefined;
|
|
2935
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
2936
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
2937
|
-
readonly displayValue?: boolean | undefined;
|
|
2938
|
-
readonly allowScanning?: boolean | undefined;
|
|
2939
2524
|
readonly currencyConfig?: {
|
|
2940
2525
|
precision: number;
|
|
2941
2526
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2989,29 +2574,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2989
2574
|
} | undefined;
|
|
2990
2575
|
maxVersions?: number | undefined;
|
|
2991
2576
|
} | undefined;
|
|
2992
|
-
readonly
|
|
2993
|
-
field: string;
|
|
2994
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2995
|
-
preserveFormat: boolean;
|
|
2996
|
-
preserveLength: boolean;
|
|
2997
|
-
pattern?: string | undefined;
|
|
2998
|
-
roles?: string[] | undefined;
|
|
2999
|
-
exemptRoles?: string[] | undefined;
|
|
3000
|
-
} | undefined;
|
|
3001
|
-
readonly auditTrail?: boolean | undefined;
|
|
3002
|
-
readonly cached?: {
|
|
3003
|
-
enabled: boolean;
|
|
3004
|
-
ttl: number;
|
|
3005
|
-
invalidateOn: string[];
|
|
3006
|
-
} | undefined;
|
|
3007
|
-
readonly dataQuality?: {
|
|
3008
|
-
uniqueness: boolean;
|
|
3009
|
-
completeness: number;
|
|
3010
|
-
accuracy?: {
|
|
3011
|
-
source: string;
|
|
3012
|
-
threshold: number;
|
|
3013
|
-
} | undefined;
|
|
3014
|
-
} | undefined;
|
|
2577
|
+
readonly trackHistory?: boolean | undefined;
|
|
3015
2578
|
readonly visibleWhen?: {
|
|
3016
2579
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3017
2580
|
source?: string | undefined;
|
|
@@ -3050,7 +2613,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3050
2613
|
} | undefined;
|
|
3051
2614
|
readonly sortable?: boolean | undefined;
|
|
3052
2615
|
readonly inlineHelpText?: string | undefined;
|
|
3053
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3054
2616
|
readonly caseSensitive?: boolean | undefined;
|
|
3055
2617
|
readonly autonumberFormat?: string | undefined;
|
|
3056
2618
|
readonly index?: boolean | undefined;
|
|
@@ -3072,7 +2634,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3072
2634
|
readonly required?: boolean | undefined;
|
|
3073
2635
|
readonly multiple?: boolean | undefined;
|
|
3074
2636
|
readonly dependencies?: string[] | undefined;
|
|
3075
|
-
readonly theme?: string | undefined;
|
|
3076
2637
|
readonly externalId?: boolean | undefined;
|
|
3077
2638
|
readonly defaultValue?: unknown;
|
|
3078
2639
|
readonly group?: string | undefined;
|
|
@@ -3080,23 +2641,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3080
2641
|
readonly system?: boolean | undefined;
|
|
3081
2642
|
readonly min?: number | undefined;
|
|
3082
2643
|
readonly max?: number | undefined;
|
|
3083
|
-
readonly
|
|
3084
|
-
enabled: boolean;
|
|
3085
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
3086
|
-
keyManagement: {
|
|
3087
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
3088
|
-
keyId?: string | undefined;
|
|
3089
|
-
rotationPolicy?: {
|
|
3090
|
-
enabled: boolean;
|
|
3091
|
-
frequencyDays: number;
|
|
3092
|
-
retainOldVersions: number;
|
|
3093
|
-
autoRotate: boolean;
|
|
3094
|
-
} | undefined;
|
|
3095
|
-
};
|
|
3096
|
-
scope: "record" | "field" | "table" | "database";
|
|
3097
|
-
deterministicEncryption: boolean;
|
|
3098
|
-
searchableEncryption: boolean;
|
|
3099
|
-
} | undefined;
|
|
2644
|
+
readonly dimensions?: number | undefined;
|
|
3100
2645
|
readonly columnName?: string | undefined;
|
|
3101
2646
|
readonly searchable?: boolean | undefined;
|
|
3102
2647
|
readonly unique?: boolean | undefined;
|
|
@@ -3105,7 +2650,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3105
2650
|
readonly scale?: number | undefined;
|
|
3106
2651
|
readonly reference?: string | undefined;
|
|
3107
2652
|
readonly referenceFilters?: string[] | undefined;
|
|
3108
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3109
2653
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3110
2654
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3111
2655
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3130,22 +2674,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3130
2674
|
relationshipField?: string | undefined;
|
|
3131
2675
|
} | undefined;
|
|
3132
2676
|
readonly language?: string | undefined;
|
|
3133
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3134
2677
|
readonly maxRating?: number | undefined;
|
|
3135
|
-
readonly allowHalf?: boolean | undefined;
|
|
3136
|
-
readonly displayMap?: boolean | undefined;
|
|
3137
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
3138
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
3139
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
3140
|
-
readonly allowAlpha?: boolean | undefined;
|
|
3141
|
-
readonly presetColors?: string[] | undefined;
|
|
3142
2678
|
readonly step?: number | undefined;
|
|
3143
|
-
readonly showValue?: boolean | undefined;
|
|
3144
|
-
readonly marks?: Record<string, string> | undefined;
|
|
3145
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
3146
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
3147
|
-
readonly displayValue?: boolean | undefined;
|
|
3148
|
-
readonly allowScanning?: boolean | undefined;
|
|
3149
2679
|
readonly currencyConfig?: {
|
|
3150
2680
|
precision: number;
|
|
3151
2681
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -3199,29 +2729,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3199
2729
|
} | undefined;
|
|
3200
2730
|
maxVersions?: number | undefined;
|
|
3201
2731
|
} | undefined;
|
|
3202
|
-
readonly
|
|
3203
|
-
field: string;
|
|
3204
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3205
|
-
preserveFormat: boolean;
|
|
3206
|
-
preserveLength: boolean;
|
|
3207
|
-
pattern?: string | undefined;
|
|
3208
|
-
roles?: string[] | undefined;
|
|
3209
|
-
exemptRoles?: string[] | undefined;
|
|
3210
|
-
} | undefined;
|
|
3211
|
-
readonly auditTrail?: boolean | undefined;
|
|
3212
|
-
readonly cached?: {
|
|
3213
|
-
enabled: boolean;
|
|
3214
|
-
ttl: number;
|
|
3215
|
-
invalidateOn: string[];
|
|
3216
|
-
} | undefined;
|
|
3217
|
-
readonly dataQuality?: {
|
|
3218
|
-
uniqueness: boolean;
|
|
3219
|
-
completeness: number;
|
|
3220
|
-
accuracy?: {
|
|
3221
|
-
source: string;
|
|
3222
|
-
threshold: number;
|
|
3223
|
-
} | undefined;
|
|
3224
|
-
} | undefined;
|
|
2732
|
+
readonly trackHistory?: boolean | undefined;
|
|
3225
2733
|
readonly visibleWhen?: {
|
|
3226
2734
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3227
2735
|
source?: string | undefined;
|
|
@@ -3260,7 +2768,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3260
2768
|
} | undefined;
|
|
3261
2769
|
readonly sortable?: boolean | undefined;
|
|
3262
2770
|
readonly inlineHelpText?: string | undefined;
|
|
3263
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3264
2771
|
readonly caseSensitive?: boolean | undefined;
|
|
3265
2772
|
readonly autonumberFormat?: string | undefined;
|
|
3266
2773
|
readonly index?: boolean | undefined;
|
|
@@ -3282,7 +2789,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3282
2789
|
readonly required?: boolean | undefined;
|
|
3283
2790
|
readonly multiple?: boolean | undefined;
|
|
3284
2791
|
readonly dependencies?: string[] | undefined;
|
|
3285
|
-
readonly theme?: string | undefined;
|
|
3286
2792
|
readonly externalId?: boolean | undefined;
|
|
3287
2793
|
readonly defaultValue?: unknown;
|
|
3288
2794
|
readonly group?: string | undefined;
|
|
@@ -3290,23 +2796,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3290
2796
|
readonly system?: boolean | undefined;
|
|
3291
2797
|
readonly min?: number | undefined;
|
|
3292
2798
|
readonly max?: number | undefined;
|
|
3293
|
-
readonly
|
|
3294
|
-
enabled: boolean;
|
|
3295
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
3296
|
-
keyManagement: {
|
|
3297
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
3298
|
-
keyId?: string | undefined;
|
|
3299
|
-
rotationPolicy?: {
|
|
3300
|
-
enabled: boolean;
|
|
3301
|
-
frequencyDays: number;
|
|
3302
|
-
retainOldVersions: number;
|
|
3303
|
-
autoRotate: boolean;
|
|
3304
|
-
} | undefined;
|
|
3305
|
-
};
|
|
3306
|
-
scope: "record" | "field" | "table" | "database";
|
|
3307
|
-
deterministicEncryption: boolean;
|
|
3308
|
-
searchableEncryption: boolean;
|
|
3309
|
-
} | undefined;
|
|
2799
|
+
readonly dimensions?: number | undefined;
|
|
3310
2800
|
readonly columnName?: string | undefined;
|
|
3311
2801
|
readonly searchable?: boolean | undefined;
|
|
3312
2802
|
readonly unique?: boolean | undefined;
|
|
@@ -3315,7 +2805,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3315
2805
|
readonly scale?: number | undefined;
|
|
3316
2806
|
readonly reference?: string | undefined;
|
|
3317
2807
|
readonly referenceFilters?: string[] | undefined;
|
|
3318
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3319
2808
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3320
2809
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3321
2810
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3340,22 +2829,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3340
2829
|
relationshipField?: string | undefined;
|
|
3341
2830
|
} | undefined;
|
|
3342
2831
|
readonly language?: string | undefined;
|
|
3343
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3344
2832
|
readonly maxRating?: number | undefined;
|
|
3345
|
-
readonly allowHalf?: boolean | undefined;
|
|
3346
|
-
readonly displayMap?: boolean | undefined;
|
|
3347
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
3348
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
3349
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
3350
|
-
readonly allowAlpha?: boolean | undefined;
|
|
3351
|
-
readonly presetColors?: string[] | undefined;
|
|
3352
2833
|
readonly step?: number | undefined;
|
|
3353
|
-
readonly showValue?: boolean | undefined;
|
|
3354
|
-
readonly marks?: Record<string, string> | undefined;
|
|
3355
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
3356
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
3357
|
-
readonly displayValue?: boolean | undefined;
|
|
3358
|
-
readonly allowScanning?: boolean | undefined;
|
|
3359
2834
|
readonly currencyConfig?: {
|
|
3360
2835
|
precision: number;
|
|
3361
2836
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -3409,29 +2884,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3409
2884
|
} | undefined;
|
|
3410
2885
|
maxVersions?: number | undefined;
|
|
3411
2886
|
} | undefined;
|
|
3412
|
-
readonly
|
|
3413
|
-
field: string;
|
|
3414
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3415
|
-
preserveFormat: boolean;
|
|
3416
|
-
preserveLength: boolean;
|
|
3417
|
-
pattern?: string | undefined;
|
|
3418
|
-
roles?: string[] | undefined;
|
|
3419
|
-
exemptRoles?: string[] | undefined;
|
|
3420
|
-
} | undefined;
|
|
3421
|
-
readonly auditTrail?: boolean | undefined;
|
|
3422
|
-
readonly cached?: {
|
|
3423
|
-
enabled: boolean;
|
|
3424
|
-
ttl: number;
|
|
3425
|
-
invalidateOn: string[];
|
|
3426
|
-
} | undefined;
|
|
3427
|
-
readonly dataQuality?: {
|
|
3428
|
-
uniqueness: boolean;
|
|
3429
|
-
completeness: number;
|
|
3430
|
-
accuracy?: {
|
|
3431
|
-
source: string;
|
|
3432
|
-
threshold: number;
|
|
3433
|
-
} | undefined;
|
|
3434
|
-
} | undefined;
|
|
2887
|
+
readonly trackHistory?: boolean | undefined;
|
|
3435
2888
|
readonly visibleWhen?: {
|
|
3436
2889
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3437
2890
|
source?: string | undefined;
|
|
@@ -3470,7 +2923,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3470
2923
|
} | undefined;
|
|
3471
2924
|
readonly sortable?: boolean | undefined;
|
|
3472
2925
|
readonly inlineHelpText?: string | undefined;
|
|
3473
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3474
2926
|
readonly caseSensitive?: boolean | undefined;
|
|
3475
2927
|
readonly autonumberFormat?: string | undefined;
|
|
3476
2928
|
readonly index?: boolean | undefined;
|
|
@@ -3492,7 +2944,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3492
2944
|
readonly required?: boolean | undefined;
|
|
3493
2945
|
readonly multiple?: boolean | undefined;
|
|
3494
2946
|
readonly dependencies?: string[] | undefined;
|
|
3495
|
-
readonly theme?: string | undefined;
|
|
3496
2947
|
readonly externalId?: boolean | undefined;
|
|
3497
2948
|
readonly defaultValue?: unknown;
|
|
3498
2949
|
readonly group?: string | undefined;
|
|
@@ -3500,23 +2951,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3500
2951
|
readonly system?: boolean | undefined;
|
|
3501
2952
|
readonly min?: number | undefined;
|
|
3502
2953
|
readonly max?: number | undefined;
|
|
3503
|
-
readonly
|
|
3504
|
-
enabled: boolean;
|
|
3505
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
3506
|
-
keyManagement: {
|
|
3507
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
3508
|
-
keyId?: string | undefined;
|
|
3509
|
-
rotationPolicy?: {
|
|
3510
|
-
enabled: boolean;
|
|
3511
|
-
frequencyDays: number;
|
|
3512
|
-
retainOldVersions: number;
|
|
3513
|
-
autoRotate: boolean;
|
|
3514
|
-
} | undefined;
|
|
3515
|
-
};
|
|
3516
|
-
scope: "record" | "field" | "table" | "database";
|
|
3517
|
-
deterministicEncryption: boolean;
|
|
3518
|
-
searchableEncryption: boolean;
|
|
3519
|
-
} | undefined;
|
|
2954
|
+
readonly dimensions?: number | undefined;
|
|
3520
2955
|
readonly columnName?: string | undefined;
|
|
3521
2956
|
readonly searchable?: boolean | undefined;
|
|
3522
2957
|
readonly unique?: boolean | undefined;
|
|
@@ -3525,7 +2960,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3525
2960
|
readonly scale?: number | undefined;
|
|
3526
2961
|
readonly reference?: string | undefined;
|
|
3527
2962
|
readonly referenceFilters?: string[] | undefined;
|
|
3528
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3529
2963
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3530
2964
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3531
2965
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3550,22 +2984,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3550
2984
|
relationshipField?: string | undefined;
|
|
3551
2985
|
} | undefined;
|
|
3552
2986
|
readonly language?: string | undefined;
|
|
3553
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3554
2987
|
readonly maxRating?: number | undefined;
|
|
3555
|
-
readonly allowHalf?: boolean | undefined;
|
|
3556
|
-
readonly displayMap?: boolean | undefined;
|
|
3557
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
3558
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
3559
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
3560
|
-
readonly allowAlpha?: boolean | undefined;
|
|
3561
|
-
readonly presetColors?: string[] | undefined;
|
|
3562
2988
|
readonly step?: number | undefined;
|
|
3563
|
-
readonly showValue?: boolean | undefined;
|
|
3564
|
-
readonly marks?: Record<string, string> | undefined;
|
|
3565
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
3566
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
3567
|
-
readonly displayValue?: boolean | undefined;
|
|
3568
|
-
readonly allowScanning?: boolean | undefined;
|
|
3569
2989
|
readonly currencyConfig?: {
|
|
3570
2990
|
precision: number;
|
|
3571
2991
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -3619,29 +3039,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3619
3039
|
} | undefined;
|
|
3620
3040
|
maxVersions?: number | undefined;
|
|
3621
3041
|
} | undefined;
|
|
3622
|
-
readonly
|
|
3623
|
-
field: string;
|
|
3624
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3625
|
-
preserveFormat: boolean;
|
|
3626
|
-
preserveLength: boolean;
|
|
3627
|
-
pattern?: string | undefined;
|
|
3628
|
-
roles?: string[] | undefined;
|
|
3629
|
-
exemptRoles?: string[] | undefined;
|
|
3630
|
-
} | undefined;
|
|
3631
|
-
readonly auditTrail?: boolean | undefined;
|
|
3632
|
-
readonly cached?: {
|
|
3633
|
-
enabled: boolean;
|
|
3634
|
-
ttl: number;
|
|
3635
|
-
invalidateOn: string[];
|
|
3636
|
-
} | undefined;
|
|
3637
|
-
readonly dataQuality?: {
|
|
3638
|
-
uniqueness: boolean;
|
|
3639
|
-
completeness: number;
|
|
3640
|
-
accuracy?: {
|
|
3641
|
-
source: string;
|
|
3642
|
-
threshold: number;
|
|
3643
|
-
} | undefined;
|
|
3644
|
-
} | undefined;
|
|
3042
|
+
readonly trackHistory?: boolean | undefined;
|
|
3645
3043
|
readonly visibleWhen?: {
|
|
3646
3044
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3647
3045
|
source?: string | undefined;
|
|
@@ -3680,7 +3078,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3680
3078
|
} | undefined;
|
|
3681
3079
|
readonly sortable?: boolean | undefined;
|
|
3682
3080
|
readonly inlineHelpText?: string | undefined;
|
|
3683
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3684
3081
|
readonly caseSensitive?: boolean | undefined;
|
|
3685
3082
|
readonly autonumberFormat?: string | undefined;
|
|
3686
3083
|
readonly index?: boolean | undefined;
|
|
@@ -3702,7 +3099,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3702
3099
|
readonly required?: boolean | undefined;
|
|
3703
3100
|
readonly multiple?: boolean | undefined;
|
|
3704
3101
|
readonly dependencies?: string[] | undefined;
|
|
3705
|
-
readonly theme?: string | undefined;
|
|
3706
3102
|
readonly externalId?: boolean | undefined;
|
|
3707
3103
|
readonly defaultValue?: unknown;
|
|
3708
3104
|
readonly group?: string | undefined;
|
|
@@ -3710,23 +3106,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3710
3106
|
readonly system?: boolean | undefined;
|
|
3711
3107
|
readonly min?: number | undefined;
|
|
3712
3108
|
readonly max?: number | undefined;
|
|
3713
|
-
readonly
|
|
3714
|
-
enabled: boolean;
|
|
3715
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
3716
|
-
keyManagement: {
|
|
3717
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
3718
|
-
keyId?: string | undefined;
|
|
3719
|
-
rotationPolicy?: {
|
|
3720
|
-
enabled: boolean;
|
|
3721
|
-
frequencyDays: number;
|
|
3722
|
-
retainOldVersions: number;
|
|
3723
|
-
autoRotate: boolean;
|
|
3724
|
-
} | undefined;
|
|
3725
|
-
};
|
|
3726
|
-
scope: "record" | "field" | "table" | "database";
|
|
3727
|
-
deterministicEncryption: boolean;
|
|
3728
|
-
searchableEncryption: boolean;
|
|
3729
|
-
} | undefined;
|
|
3109
|
+
readonly dimensions?: number | undefined;
|
|
3730
3110
|
readonly columnName?: string | undefined;
|
|
3731
3111
|
readonly searchable?: boolean | undefined;
|
|
3732
3112
|
readonly unique?: boolean | undefined;
|
|
@@ -3735,7 +3115,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3735
3115
|
readonly scale?: number | undefined;
|
|
3736
3116
|
readonly reference?: string | undefined;
|
|
3737
3117
|
readonly referenceFilters?: string[] | undefined;
|
|
3738
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3739
3118
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3740
3119
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3741
3120
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3760,22 +3139,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3760
3139
|
relationshipField?: string | undefined;
|
|
3761
3140
|
} | undefined;
|
|
3762
3141
|
readonly language?: string | undefined;
|
|
3763
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3764
3142
|
readonly maxRating?: number | undefined;
|
|
3765
|
-
readonly allowHalf?: boolean | undefined;
|
|
3766
|
-
readonly displayMap?: boolean | undefined;
|
|
3767
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
3768
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
3769
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
3770
|
-
readonly allowAlpha?: boolean | undefined;
|
|
3771
|
-
readonly presetColors?: string[] | undefined;
|
|
3772
3143
|
readonly step?: number | undefined;
|
|
3773
|
-
readonly showValue?: boolean | undefined;
|
|
3774
|
-
readonly marks?: Record<string, string> | undefined;
|
|
3775
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
3776
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
3777
|
-
readonly displayValue?: boolean | undefined;
|
|
3778
|
-
readonly allowScanning?: boolean | undefined;
|
|
3779
3144
|
readonly currencyConfig?: {
|
|
3780
3145
|
precision: number;
|
|
3781
3146
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -3829,29 +3194,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3829
3194
|
} | undefined;
|
|
3830
3195
|
maxVersions?: number | undefined;
|
|
3831
3196
|
} | undefined;
|
|
3832
|
-
readonly
|
|
3833
|
-
field: string;
|
|
3834
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3835
|
-
preserveFormat: boolean;
|
|
3836
|
-
preserveLength: boolean;
|
|
3837
|
-
pattern?: string | undefined;
|
|
3838
|
-
roles?: string[] | undefined;
|
|
3839
|
-
exemptRoles?: string[] | undefined;
|
|
3840
|
-
} | undefined;
|
|
3841
|
-
readonly auditTrail?: boolean | undefined;
|
|
3842
|
-
readonly cached?: {
|
|
3843
|
-
enabled: boolean;
|
|
3844
|
-
ttl: number;
|
|
3845
|
-
invalidateOn: string[];
|
|
3846
|
-
} | undefined;
|
|
3847
|
-
readonly dataQuality?: {
|
|
3848
|
-
uniqueness: boolean;
|
|
3849
|
-
completeness: number;
|
|
3850
|
-
accuracy?: {
|
|
3851
|
-
source: string;
|
|
3852
|
-
threshold: number;
|
|
3853
|
-
} | undefined;
|
|
3854
|
-
} | undefined;
|
|
3197
|
+
readonly trackHistory?: boolean | undefined;
|
|
3855
3198
|
readonly visibleWhen?: {
|
|
3856
3199
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3857
3200
|
source?: string | undefined;
|
|
@@ -3890,7 +3233,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3890
3233
|
} | undefined;
|
|
3891
3234
|
readonly sortable?: boolean | undefined;
|
|
3892
3235
|
readonly inlineHelpText?: string | undefined;
|
|
3893
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3894
3236
|
readonly caseSensitive?: boolean | undefined;
|
|
3895
3237
|
readonly autonumberFormat?: string | undefined;
|
|
3896
3238
|
readonly index?: boolean | undefined;
|
|
@@ -3912,7 +3254,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3912
3254
|
readonly required?: boolean | undefined;
|
|
3913
3255
|
readonly multiple?: boolean | undefined;
|
|
3914
3256
|
readonly dependencies?: string[] | undefined;
|
|
3915
|
-
readonly theme?: string | undefined;
|
|
3916
3257
|
readonly externalId?: boolean | undefined;
|
|
3917
3258
|
readonly defaultValue?: unknown;
|
|
3918
3259
|
readonly group?: string | undefined;
|
|
@@ -3920,23 +3261,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3920
3261
|
readonly system?: boolean | undefined;
|
|
3921
3262
|
readonly min?: number | undefined;
|
|
3922
3263
|
readonly max?: number | undefined;
|
|
3923
|
-
readonly
|
|
3924
|
-
enabled: boolean;
|
|
3925
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
3926
|
-
keyManagement: {
|
|
3927
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
3928
|
-
keyId?: string | undefined;
|
|
3929
|
-
rotationPolicy?: {
|
|
3930
|
-
enabled: boolean;
|
|
3931
|
-
frequencyDays: number;
|
|
3932
|
-
retainOldVersions: number;
|
|
3933
|
-
autoRotate: boolean;
|
|
3934
|
-
} | undefined;
|
|
3935
|
-
};
|
|
3936
|
-
scope: "record" | "field" | "table" | "database";
|
|
3937
|
-
deterministicEncryption: boolean;
|
|
3938
|
-
searchableEncryption: boolean;
|
|
3939
|
-
} | undefined;
|
|
3264
|
+
readonly dimensions?: number | undefined;
|
|
3940
3265
|
readonly columnName?: string | undefined;
|
|
3941
3266
|
readonly searchable?: boolean | undefined;
|
|
3942
3267
|
readonly unique?: boolean | undefined;
|
|
@@ -3945,7 +3270,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3945
3270
|
readonly scale?: number | undefined;
|
|
3946
3271
|
readonly reference?: string | undefined;
|
|
3947
3272
|
readonly referenceFilters?: string[] | undefined;
|
|
3948
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3949
3273
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3950
3274
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3951
3275
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3970,22 +3294,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3970
3294
|
relationshipField?: string | undefined;
|
|
3971
3295
|
} | undefined;
|
|
3972
3296
|
readonly language?: string | undefined;
|
|
3973
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3974
3297
|
readonly maxRating?: number | undefined;
|
|
3975
|
-
readonly allowHalf?: boolean | undefined;
|
|
3976
|
-
readonly displayMap?: boolean | undefined;
|
|
3977
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
3978
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
3979
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
3980
|
-
readonly allowAlpha?: boolean | undefined;
|
|
3981
|
-
readonly presetColors?: string[] | undefined;
|
|
3982
3298
|
readonly step?: number | undefined;
|
|
3983
|
-
readonly showValue?: boolean | undefined;
|
|
3984
|
-
readonly marks?: Record<string, string> | undefined;
|
|
3985
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
3986
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
3987
|
-
readonly displayValue?: boolean | undefined;
|
|
3988
|
-
readonly allowScanning?: boolean | undefined;
|
|
3989
3299
|
readonly currencyConfig?: {
|
|
3990
3300
|
precision: number;
|
|
3991
3301
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4039,29 +3349,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4039
3349
|
} | undefined;
|
|
4040
3350
|
maxVersions?: number | undefined;
|
|
4041
3351
|
} | undefined;
|
|
4042
|
-
readonly
|
|
4043
|
-
field: string;
|
|
4044
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4045
|
-
preserveFormat: boolean;
|
|
4046
|
-
preserveLength: boolean;
|
|
4047
|
-
pattern?: string | undefined;
|
|
4048
|
-
roles?: string[] | undefined;
|
|
4049
|
-
exemptRoles?: string[] | undefined;
|
|
4050
|
-
} | undefined;
|
|
4051
|
-
readonly auditTrail?: boolean | undefined;
|
|
4052
|
-
readonly cached?: {
|
|
4053
|
-
enabled: boolean;
|
|
4054
|
-
ttl: number;
|
|
4055
|
-
invalidateOn: string[];
|
|
4056
|
-
} | undefined;
|
|
4057
|
-
readonly dataQuality?: {
|
|
4058
|
-
uniqueness: boolean;
|
|
4059
|
-
completeness: number;
|
|
4060
|
-
accuracy?: {
|
|
4061
|
-
source: string;
|
|
4062
|
-
threshold: number;
|
|
4063
|
-
} | undefined;
|
|
4064
|
-
} | undefined;
|
|
3352
|
+
readonly trackHistory?: boolean | undefined;
|
|
4065
3353
|
readonly visibleWhen?: {
|
|
4066
3354
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4067
3355
|
source?: string | undefined;
|
|
@@ -4100,7 +3388,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4100
3388
|
} | undefined;
|
|
4101
3389
|
readonly sortable?: boolean | undefined;
|
|
4102
3390
|
readonly inlineHelpText?: string | undefined;
|
|
4103
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4104
3391
|
readonly caseSensitive?: boolean | undefined;
|
|
4105
3392
|
readonly autonumberFormat?: string | undefined;
|
|
4106
3393
|
readonly index?: boolean | undefined;
|
|
@@ -4122,7 +3409,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4122
3409
|
readonly required?: boolean | undefined;
|
|
4123
3410
|
readonly multiple?: boolean | undefined;
|
|
4124
3411
|
readonly dependencies?: string[] | undefined;
|
|
4125
|
-
readonly theme?: string | undefined;
|
|
4126
3412
|
readonly externalId?: boolean | undefined;
|
|
4127
3413
|
readonly defaultValue?: unknown;
|
|
4128
3414
|
readonly group?: string | undefined;
|
|
@@ -4130,23 +3416,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4130
3416
|
readonly system?: boolean | undefined;
|
|
4131
3417
|
readonly min?: number | undefined;
|
|
4132
3418
|
readonly max?: number | undefined;
|
|
4133
|
-
readonly
|
|
4134
|
-
enabled: boolean;
|
|
4135
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
4136
|
-
keyManagement: {
|
|
4137
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
4138
|
-
keyId?: string | undefined;
|
|
4139
|
-
rotationPolicy?: {
|
|
4140
|
-
enabled: boolean;
|
|
4141
|
-
frequencyDays: number;
|
|
4142
|
-
retainOldVersions: number;
|
|
4143
|
-
autoRotate: boolean;
|
|
4144
|
-
} | undefined;
|
|
4145
|
-
};
|
|
4146
|
-
scope: "record" | "field" | "table" | "database";
|
|
4147
|
-
deterministicEncryption: boolean;
|
|
4148
|
-
searchableEncryption: boolean;
|
|
4149
|
-
} | undefined;
|
|
3419
|
+
readonly dimensions?: number | undefined;
|
|
4150
3420
|
readonly columnName?: string | undefined;
|
|
4151
3421
|
readonly searchable?: boolean | undefined;
|
|
4152
3422
|
readonly unique?: boolean | undefined;
|
|
@@ -4155,7 +3425,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4155
3425
|
readonly scale?: number | undefined;
|
|
4156
3426
|
readonly reference?: string | undefined;
|
|
4157
3427
|
readonly referenceFilters?: string[] | undefined;
|
|
4158
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4159
3428
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4160
3429
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4161
3430
|
readonly inlineTitle?: string | undefined;
|
|
@@ -4180,22 +3449,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
4180
3449
|
relationshipField?: string | undefined;
|
|
4181
3450
|
} | undefined;
|
|
4182
3451
|
readonly language?: string | undefined;
|
|
4183
|
-
readonly lineNumbers?: boolean | undefined;
|
|
4184
3452
|
readonly maxRating?: number | undefined;
|
|
4185
|
-
readonly allowHalf?: boolean | undefined;
|
|
4186
|
-
readonly displayMap?: boolean | undefined;
|
|
4187
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
4188
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
4189
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
4190
|
-
readonly allowAlpha?: boolean | undefined;
|
|
4191
|
-
readonly presetColors?: string[] | undefined;
|
|
4192
3453
|
readonly step?: number | undefined;
|
|
4193
|
-
readonly showValue?: boolean | undefined;
|
|
4194
|
-
readonly marks?: Record<string, string> | undefined;
|
|
4195
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
4196
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
4197
|
-
readonly displayValue?: boolean | undefined;
|
|
4198
|
-
readonly allowScanning?: boolean | undefined;
|
|
4199
3454
|
readonly currencyConfig?: {
|
|
4200
3455
|
precision: number;
|
|
4201
3456
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4249,29 +3504,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4249
3504
|
} | undefined;
|
|
4250
3505
|
maxVersions?: number | undefined;
|
|
4251
3506
|
} | undefined;
|
|
4252
|
-
readonly
|
|
4253
|
-
field: string;
|
|
4254
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4255
|
-
preserveFormat: boolean;
|
|
4256
|
-
preserveLength: boolean;
|
|
4257
|
-
pattern?: string | undefined;
|
|
4258
|
-
roles?: string[] | undefined;
|
|
4259
|
-
exemptRoles?: string[] | undefined;
|
|
4260
|
-
} | undefined;
|
|
4261
|
-
readonly auditTrail?: boolean | undefined;
|
|
4262
|
-
readonly cached?: {
|
|
4263
|
-
enabled: boolean;
|
|
4264
|
-
ttl: number;
|
|
4265
|
-
invalidateOn: string[];
|
|
4266
|
-
} | undefined;
|
|
4267
|
-
readonly dataQuality?: {
|
|
4268
|
-
uniqueness: boolean;
|
|
4269
|
-
completeness: number;
|
|
4270
|
-
accuracy?: {
|
|
4271
|
-
source: string;
|
|
4272
|
-
threshold: number;
|
|
4273
|
-
} | undefined;
|
|
4274
|
-
} | undefined;
|
|
3507
|
+
readonly trackHistory?: boolean | undefined;
|
|
4275
3508
|
readonly visibleWhen?: {
|
|
4276
3509
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4277
3510
|
source?: string | undefined;
|
|
@@ -4310,7 +3543,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4310
3543
|
} | undefined;
|
|
4311
3544
|
readonly sortable?: boolean | undefined;
|
|
4312
3545
|
readonly inlineHelpText?: string | undefined;
|
|
4313
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4314
3546
|
readonly caseSensitive?: boolean | undefined;
|
|
4315
3547
|
readonly autonumberFormat?: string | undefined;
|
|
4316
3548
|
readonly index?: boolean | undefined;
|
|
@@ -4332,7 +3564,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4332
3564
|
readonly required?: boolean | undefined;
|
|
4333
3565
|
readonly multiple?: boolean | undefined;
|
|
4334
3566
|
readonly dependencies?: string[] | undefined;
|
|
4335
|
-
readonly theme?: string | undefined;
|
|
4336
3567
|
readonly externalId?: boolean | undefined;
|
|
4337
3568
|
readonly defaultValue?: unknown;
|
|
4338
3569
|
readonly group?: string | undefined;
|
|
@@ -4340,23 +3571,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4340
3571
|
readonly system?: boolean | undefined;
|
|
4341
3572
|
readonly min?: number | undefined;
|
|
4342
3573
|
readonly max?: number | undefined;
|
|
4343
|
-
readonly
|
|
4344
|
-
enabled: boolean;
|
|
4345
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
4346
|
-
keyManagement: {
|
|
4347
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
4348
|
-
keyId?: string | undefined;
|
|
4349
|
-
rotationPolicy?: {
|
|
4350
|
-
enabled: boolean;
|
|
4351
|
-
frequencyDays: number;
|
|
4352
|
-
retainOldVersions: number;
|
|
4353
|
-
autoRotate: boolean;
|
|
4354
|
-
} | undefined;
|
|
4355
|
-
};
|
|
4356
|
-
scope: "record" | "field" | "table" | "database";
|
|
4357
|
-
deterministicEncryption: boolean;
|
|
4358
|
-
searchableEncryption: boolean;
|
|
4359
|
-
} | undefined;
|
|
3574
|
+
readonly dimensions?: number | undefined;
|
|
4360
3575
|
readonly columnName?: string | undefined;
|
|
4361
3576
|
readonly searchable?: boolean | undefined;
|
|
4362
3577
|
readonly unique?: boolean | undefined;
|
|
@@ -4365,7 +3580,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4365
3580
|
readonly scale?: number | undefined;
|
|
4366
3581
|
readonly reference?: string | undefined;
|
|
4367
3582
|
readonly referenceFilters?: string[] | undefined;
|
|
4368
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4369
3583
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4370
3584
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4371
3585
|
readonly inlineTitle?: string | undefined;
|
|
@@ -4390,22 +3604,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
4390
3604
|
relationshipField?: string | undefined;
|
|
4391
3605
|
} | undefined;
|
|
4392
3606
|
readonly language?: string | undefined;
|
|
4393
|
-
readonly lineNumbers?: boolean | undefined;
|
|
4394
3607
|
readonly maxRating?: number | undefined;
|
|
4395
|
-
readonly allowHalf?: boolean | undefined;
|
|
4396
|
-
readonly displayMap?: boolean | undefined;
|
|
4397
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
4398
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
4399
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
4400
|
-
readonly allowAlpha?: boolean | undefined;
|
|
4401
|
-
readonly presetColors?: string[] | undefined;
|
|
4402
3608
|
readonly step?: number | undefined;
|
|
4403
|
-
readonly showValue?: boolean | undefined;
|
|
4404
|
-
readonly marks?: Record<string, string> | undefined;
|
|
4405
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
4406
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
4407
|
-
readonly displayValue?: boolean | undefined;
|
|
4408
|
-
readonly allowScanning?: boolean | undefined;
|
|
4409
3609
|
readonly currencyConfig?: {
|
|
4410
3610
|
precision: number;
|
|
4411
3611
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4459,29 +3659,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4459
3659
|
} | undefined;
|
|
4460
3660
|
maxVersions?: number | undefined;
|
|
4461
3661
|
} | undefined;
|
|
4462
|
-
readonly
|
|
4463
|
-
field: string;
|
|
4464
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4465
|
-
preserveFormat: boolean;
|
|
4466
|
-
preserveLength: boolean;
|
|
4467
|
-
pattern?: string | undefined;
|
|
4468
|
-
roles?: string[] | undefined;
|
|
4469
|
-
exemptRoles?: string[] | undefined;
|
|
4470
|
-
} | undefined;
|
|
4471
|
-
readonly auditTrail?: boolean | undefined;
|
|
4472
|
-
readonly cached?: {
|
|
4473
|
-
enabled: boolean;
|
|
4474
|
-
ttl: number;
|
|
4475
|
-
invalidateOn: string[];
|
|
4476
|
-
} | undefined;
|
|
4477
|
-
readonly dataQuality?: {
|
|
4478
|
-
uniqueness: boolean;
|
|
4479
|
-
completeness: number;
|
|
4480
|
-
accuracy?: {
|
|
4481
|
-
source: string;
|
|
4482
|
-
threshold: number;
|
|
4483
|
-
} | undefined;
|
|
4484
|
-
} | undefined;
|
|
3662
|
+
readonly trackHistory?: boolean | undefined;
|
|
4485
3663
|
readonly visibleWhen?: {
|
|
4486
3664
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4487
3665
|
source?: string | undefined;
|
|
@@ -4520,7 +3698,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4520
3698
|
} | undefined;
|
|
4521
3699
|
readonly sortable?: boolean | undefined;
|
|
4522
3700
|
readonly inlineHelpText?: string | undefined;
|
|
4523
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4524
3701
|
readonly caseSensitive?: boolean | undefined;
|
|
4525
3702
|
readonly autonumberFormat?: string | undefined;
|
|
4526
3703
|
readonly index?: boolean | undefined;
|
|
@@ -4542,7 +3719,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4542
3719
|
readonly required?: boolean | undefined;
|
|
4543
3720
|
readonly multiple?: boolean | undefined;
|
|
4544
3721
|
readonly dependencies?: string[] | undefined;
|
|
4545
|
-
readonly theme?: string | undefined;
|
|
4546
3722
|
readonly externalId?: boolean | undefined;
|
|
4547
3723
|
readonly defaultValue?: unknown;
|
|
4548
3724
|
readonly group?: string | undefined;
|
|
@@ -4550,23 +3726,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4550
3726
|
readonly system?: boolean | undefined;
|
|
4551
3727
|
readonly min?: number | undefined;
|
|
4552
3728
|
readonly max?: number | undefined;
|
|
4553
|
-
readonly
|
|
4554
|
-
enabled: boolean;
|
|
4555
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
4556
|
-
keyManagement: {
|
|
4557
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
4558
|
-
keyId?: string | undefined;
|
|
4559
|
-
rotationPolicy?: {
|
|
4560
|
-
enabled: boolean;
|
|
4561
|
-
frequencyDays: number;
|
|
4562
|
-
retainOldVersions: number;
|
|
4563
|
-
autoRotate: boolean;
|
|
4564
|
-
} | undefined;
|
|
4565
|
-
};
|
|
4566
|
-
scope: "record" | "field" | "table" | "database";
|
|
4567
|
-
deterministicEncryption: boolean;
|
|
4568
|
-
searchableEncryption: boolean;
|
|
4569
|
-
} | undefined;
|
|
3729
|
+
readonly dimensions?: number | undefined;
|
|
4570
3730
|
readonly columnName?: string | undefined;
|
|
4571
3731
|
readonly searchable?: boolean | undefined;
|
|
4572
3732
|
readonly unique?: boolean | undefined;
|
|
@@ -4575,7 +3735,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4575
3735
|
readonly scale?: number | undefined;
|
|
4576
3736
|
readonly reference?: string | undefined;
|
|
4577
3737
|
readonly referenceFilters?: string[] | undefined;
|
|
4578
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4579
3738
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4580
3739
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4581
3740
|
readonly inlineTitle?: string | undefined;
|
|
@@ -4600,22 +3759,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
4600
3759
|
relationshipField?: string | undefined;
|
|
4601
3760
|
} | undefined;
|
|
4602
3761
|
readonly language?: string | undefined;
|
|
4603
|
-
readonly lineNumbers?: boolean | undefined;
|
|
4604
3762
|
readonly maxRating?: number | undefined;
|
|
4605
|
-
readonly allowHalf?: boolean | undefined;
|
|
4606
|
-
readonly displayMap?: boolean | undefined;
|
|
4607
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
4608
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
4609
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
4610
|
-
readonly allowAlpha?: boolean | undefined;
|
|
4611
|
-
readonly presetColors?: string[] | undefined;
|
|
4612
3763
|
readonly step?: number | undefined;
|
|
4613
|
-
readonly showValue?: boolean | undefined;
|
|
4614
|
-
readonly marks?: Record<string, string> | undefined;
|
|
4615
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
4616
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
4617
|
-
readonly displayValue?: boolean | undefined;
|
|
4618
|
-
readonly allowScanning?: boolean | undefined;
|
|
4619
3764
|
readonly currencyConfig?: {
|
|
4620
3765
|
precision: number;
|
|
4621
3766
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4669,29 +3814,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4669
3814
|
} | undefined;
|
|
4670
3815
|
maxVersions?: number | undefined;
|
|
4671
3816
|
} | undefined;
|
|
4672
|
-
readonly
|
|
4673
|
-
field: string;
|
|
4674
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4675
|
-
preserveFormat: boolean;
|
|
4676
|
-
preserveLength: boolean;
|
|
4677
|
-
pattern?: string | undefined;
|
|
4678
|
-
roles?: string[] | undefined;
|
|
4679
|
-
exemptRoles?: string[] | undefined;
|
|
4680
|
-
} | undefined;
|
|
4681
|
-
readonly auditTrail?: boolean | undefined;
|
|
4682
|
-
readonly cached?: {
|
|
4683
|
-
enabled: boolean;
|
|
4684
|
-
ttl: number;
|
|
4685
|
-
invalidateOn: string[];
|
|
4686
|
-
} | undefined;
|
|
4687
|
-
readonly dataQuality?: {
|
|
4688
|
-
uniqueness: boolean;
|
|
4689
|
-
completeness: number;
|
|
4690
|
-
accuracy?: {
|
|
4691
|
-
source: string;
|
|
4692
|
-
threshold: number;
|
|
4693
|
-
} | undefined;
|
|
4694
|
-
} | undefined;
|
|
3817
|
+
readonly trackHistory?: boolean | undefined;
|
|
4695
3818
|
readonly visibleWhen?: {
|
|
4696
3819
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4697
3820
|
source?: string | undefined;
|
|
@@ -4730,7 +3853,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4730
3853
|
} | undefined;
|
|
4731
3854
|
readonly sortable?: boolean | undefined;
|
|
4732
3855
|
readonly inlineHelpText?: string | undefined;
|
|
4733
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4734
3856
|
readonly caseSensitive?: boolean | undefined;
|
|
4735
3857
|
readonly autonumberFormat?: string | undefined;
|
|
4736
3858
|
readonly index?: boolean | undefined;
|
|
@@ -4752,7 +3874,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4752
3874
|
readonly required?: boolean | undefined;
|
|
4753
3875
|
readonly multiple?: boolean | undefined;
|
|
4754
3876
|
readonly dependencies?: string[] | undefined;
|
|
4755
|
-
readonly theme?: string | undefined;
|
|
4756
3877
|
readonly externalId?: boolean | undefined;
|
|
4757
3878
|
readonly defaultValue?: unknown;
|
|
4758
3879
|
readonly group?: string | undefined;
|
|
@@ -4760,23 +3881,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4760
3881
|
readonly system?: boolean | undefined;
|
|
4761
3882
|
readonly min?: number | undefined;
|
|
4762
3883
|
readonly max?: number | undefined;
|
|
4763
|
-
readonly
|
|
4764
|
-
enabled: boolean;
|
|
4765
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
4766
|
-
keyManagement: {
|
|
4767
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
4768
|
-
keyId?: string | undefined;
|
|
4769
|
-
rotationPolicy?: {
|
|
4770
|
-
enabled: boolean;
|
|
4771
|
-
frequencyDays: number;
|
|
4772
|
-
retainOldVersions: number;
|
|
4773
|
-
autoRotate: boolean;
|
|
4774
|
-
} | undefined;
|
|
4775
|
-
};
|
|
4776
|
-
scope: "record" | "field" | "table" | "database";
|
|
4777
|
-
deterministicEncryption: boolean;
|
|
4778
|
-
searchableEncryption: boolean;
|
|
4779
|
-
} | undefined;
|
|
3884
|
+
readonly dimensions?: number | undefined;
|
|
4780
3885
|
readonly columnName?: string | undefined;
|
|
4781
3886
|
readonly searchable?: boolean | undefined;
|
|
4782
3887
|
readonly unique?: boolean | undefined;
|
|
@@ -4785,7 +3890,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4785
3890
|
readonly scale?: number | undefined;
|
|
4786
3891
|
readonly reference?: string | undefined;
|
|
4787
3892
|
readonly referenceFilters?: string[] | undefined;
|
|
4788
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4789
3893
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4790
3894
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4791
3895
|
readonly inlineTitle?: string | undefined;
|
|
@@ -4810,22 +3914,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
4810
3914
|
relationshipField?: string | undefined;
|
|
4811
3915
|
} | undefined;
|
|
4812
3916
|
readonly language?: string | undefined;
|
|
4813
|
-
readonly lineNumbers?: boolean | undefined;
|
|
4814
3917
|
readonly maxRating?: number | undefined;
|
|
4815
|
-
readonly allowHalf?: boolean | undefined;
|
|
4816
|
-
readonly displayMap?: boolean | undefined;
|
|
4817
|
-
readonly allowGeocoding?: boolean | undefined;
|
|
4818
|
-
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
4819
|
-
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
4820
|
-
readonly allowAlpha?: boolean | undefined;
|
|
4821
|
-
readonly presetColors?: string[] | undefined;
|
|
4822
3918
|
readonly step?: number | undefined;
|
|
4823
|
-
readonly showValue?: boolean | undefined;
|
|
4824
|
-
readonly marks?: Record<string, string> | undefined;
|
|
4825
|
-
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
4826
|
-
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
4827
|
-
readonly displayValue?: boolean | undefined;
|
|
4828
|
-
readonly allowScanning?: boolean | undefined;
|
|
4829
3919
|
readonly currencyConfig?: {
|
|
4830
3920
|
precision: number;
|
|
4831
3921
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4879,29 +3969,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4879
3969
|
} | undefined;
|
|
4880
3970
|
maxVersions?: number | undefined;
|
|
4881
3971
|
} | undefined;
|
|
4882
|
-
readonly
|
|
4883
|
-
field: string;
|
|
4884
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4885
|
-
preserveFormat: boolean;
|
|
4886
|
-
preserveLength: boolean;
|
|
4887
|
-
pattern?: string | undefined;
|
|
4888
|
-
roles?: string[] | undefined;
|
|
4889
|
-
exemptRoles?: string[] | undefined;
|
|
4890
|
-
} | undefined;
|
|
4891
|
-
readonly auditTrail?: boolean | undefined;
|
|
4892
|
-
readonly cached?: {
|
|
4893
|
-
enabled: boolean;
|
|
4894
|
-
ttl: number;
|
|
4895
|
-
invalidateOn: string[];
|
|
4896
|
-
} | undefined;
|
|
4897
|
-
readonly dataQuality?: {
|
|
4898
|
-
uniqueness: boolean;
|
|
4899
|
-
completeness: number;
|
|
4900
|
-
accuracy?: {
|
|
4901
|
-
source: string;
|
|
4902
|
-
threshold: number;
|
|
4903
|
-
} | undefined;
|
|
4904
|
-
} | undefined;
|
|
3972
|
+
readonly trackHistory?: boolean | undefined;
|
|
4905
3973
|
readonly visibleWhen?: {
|
|
4906
3974
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4907
3975
|
source?: string | undefined;
|
|
@@ -4940,7 +4008,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4940
4008
|
} | undefined;
|
|
4941
4009
|
readonly sortable?: boolean | undefined;
|
|
4942
4010
|
readonly inlineHelpText?: string | undefined;
|
|
4943
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4944
4011
|
readonly caseSensitive?: boolean | undefined;
|
|
4945
4012
|
readonly autonumberFormat?: string | undefined;
|
|
4946
4013
|
readonly index?: boolean | undefined;
|