@objectstack/service-automation 9.6.0 → 9.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +23 -975
- package/dist/index.d.ts +23 -975
- 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,23 +862,8 @@ 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";
|
|
@@ -934,46 +917,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
934
917
|
} | undefined;
|
|
935
918
|
maxVersions?: number | undefined;
|
|
936
919
|
} | 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;
|
|
920
|
+
trackHistory?: boolean | undefined;
|
|
963
921
|
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
922
|
group?: string | undefined;
|
|
978
923
|
visibleWhen?: {
|
|
979
924
|
dialect: "cel" | "js" | "cron" | "template";
|
|
@@ -1045,7 +990,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1045
990
|
} | undefined;
|
|
1046
991
|
system?: boolean | undefined;
|
|
1047
992
|
inlineHelpText?: string | undefined;
|
|
1048
|
-
trackFeedHistory?: boolean | undefined;
|
|
1049
993
|
caseSensitive?: boolean | undefined;
|
|
1050
994
|
autonumberFormat?: string | undefined;
|
|
1051
995
|
}>;
|
|
@@ -1136,12 +1080,13 @@ declare const SysAutomationRun: Omit<{
|
|
|
1136
1080
|
key: string;
|
|
1137
1081
|
interval?: string | undefined;
|
|
1138
1082
|
} | undefined;
|
|
1139
|
-
cdc?: {
|
|
1140
|
-
enabled: boolean;
|
|
1141
|
-
events: ("delete" | "update" | "insert")[];
|
|
1142
|
-
destination: string;
|
|
1143
|
-
} | undefined;
|
|
1144
1083
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
1084
|
+
activityMilestones?: {
|
|
1085
|
+
field: string;
|
|
1086
|
+
value: string;
|
|
1087
|
+
summary: string;
|
|
1088
|
+
type?: string | undefined;
|
|
1089
|
+
}[] | undefined;
|
|
1145
1090
|
displayNameField?: string | undefined;
|
|
1146
1091
|
recordName?: {
|
|
1147
1092
|
type: "text" | "autonumber";
|
|
@@ -1452,7 +1397,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1452
1397
|
clone: boolean;
|
|
1453
1398
|
apiMethods?: ("upsert" | "import" | "export" | "delete" | "update" | "create" | "search" | "list" | "get" | "bulk" | "aggregate" | "history" | "restore" | "purge")[] | undefined;
|
|
1454
1399
|
} | undefined;
|
|
1455
|
-
recordTypes?: string[] | undefined;
|
|
1456
1400
|
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
1457
1401
|
publicSharing?: {
|
|
1458
1402
|
enabled: boolean;
|
|
@@ -1602,7 +1546,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1602
1546
|
readonly required?: boolean | undefined;
|
|
1603
1547
|
readonly multiple?: boolean | undefined;
|
|
1604
1548
|
readonly dependencies?: string[] | undefined;
|
|
1605
|
-
readonly theme?: string | undefined;
|
|
1606
1549
|
readonly externalId?: boolean | undefined;
|
|
1607
1550
|
readonly defaultValue?: unknown;
|
|
1608
1551
|
readonly group?: string | undefined;
|
|
@@ -1610,23 +1553,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1610
1553
|
readonly system?: boolean | undefined;
|
|
1611
1554
|
readonly min?: number | undefined;
|
|
1612
1555
|
readonly max?: number | undefined;
|
|
1613
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
1630
1556
|
readonly columnName?: string | undefined;
|
|
1631
1557
|
readonly searchable?: boolean | undefined;
|
|
1632
1558
|
readonly unique?: boolean | undefined;
|
|
@@ -1635,7 +1561,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1635
1561
|
readonly scale?: number | undefined;
|
|
1636
1562
|
readonly reference?: string | undefined;
|
|
1637
1563
|
readonly referenceFilters?: string[] | undefined;
|
|
1638
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1639
1564
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1640
1565
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1641
1566
|
readonly inlineTitle?: string | undefined;
|
|
@@ -1660,22 +1585,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
1660
1585
|
relationshipField?: string | undefined;
|
|
1661
1586
|
} | undefined;
|
|
1662
1587
|
readonly language?: string | undefined;
|
|
1663
|
-
readonly lineNumbers?: boolean | undefined;
|
|
1664
1588
|
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
1589
|
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
1590
|
readonly currencyConfig?: {
|
|
1680
1591
|
precision: number;
|
|
1681
1592
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -1729,29 +1640,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
1729
1640
|
} | undefined;
|
|
1730
1641
|
maxVersions?: number | undefined;
|
|
1731
1642
|
} | 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;
|
|
1643
|
+
readonly trackHistory?: boolean | undefined;
|
|
1755
1644
|
readonly visibleWhen?: {
|
|
1756
1645
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1757
1646
|
source?: string | undefined;
|
|
@@ -1790,7 +1679,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1790
1679
|
} | undefined;
|
|
1791
1680
|
readonly sortable?: boolean | undefined;
|
|
1792
1681
|
readonly inlineHelpText?: string | undefined;
|
|
1793
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
1794
1682
|
readonly caseSensitive?: boolean | undefined;
|
|
1795
1683
|
readonly autonumberFormat?: string | undefined;
|
|
1796
1684
|
readonly index?: boolean | undefined;
|
|
@@ -1812,7 +1700,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1812
1700
|
readonly required?: boolean | undefined;
|
|
1813
1701
|
readonly multiple?: boolean | undefined;
|
|
1814
1702
|
readonly dependencies?: string[] | undefined;
|
|
1815
|
-
readonly theme?: string | undefined;
|
|
1816
1703
|
readonly externalId?: boolean | undefined;
|
|
1817
1704
|
readonly defaultValue?: unknown;
|
|
1818
1705
|
readonly group?: string | undefined;
|
|
@@ -1820,23 +1707,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1820
1707
|
readonly system?: boolean | undefined;
|
|
1821
1708
|
readonly min?: number | undefined;
|
|
1822
1709
|
readonly max?: number | undefined;
|
|
1823
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
1840
1710
|
readonly columnName?: string | undefined;
|
|
1841
1711
|
readonly searchable?: boolean | undefined;
|
|
1842
1712
|
readonly unique?: boolean | undefined;
|
|
@@ -1845,7 +1715,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
1845
1715
|
readonly scale?: number | undefined;
|
|
1846
1716
|
reference: string;
|
|
1847
1717
|
readonly referenceFilters?: string[] | undefined;
|
|
1848
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1849
1718
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1850
1719
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1851
1720
|
readonly inlineTitle?: string | undefined;
|
|
@@ -1870,22 +1739,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
1870
1739
|
relationshipField?: string | undefined;
|
|
1871
1740
|
} | undefined;
|
|
1872
1741
|
readonly language?: string | undefined;
|
|
1873
|
-
readonly lineNumbers?: boolean | undefined;
|
|
1874
1742
|
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
1743
|
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
1744
|
readonly currencyConfig?: {
|
|
1890
1745
|
precision: number;
|
|
1891
1746
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -1939,29 +1794,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
1939
1794
|
} | undefined;
|
|
1940
1795
|
maxVersions?: number | undefined;
|
|
1941
1796
|
} | 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;
|
|
1797
|
+
readonly trackHistory?: boolean | undefined;
|
|
1965
1798
|
readonly visibleWhen?: {
|
|
1966
1799
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1967
1800
|
source?: string | undefined;
|
|
@@ -2000,7 +1833,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2000
1833
|
} | undefined;
|
|
2001
1834
|
readonly sortable?: boolean | undefined;
|
|
2002
1835
|
readonly inlineHelpText?: string | undefined;
|
|
2003
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2004
1836
|
readonly caseSensitive?: boolean | undefined;
|
|
2005
1837
|
readonly autonumberFormat?: string | undefined;
|
|
2006
1838
|
readonly index?: boolean | undefined;
|
|
@@ -2022,7 +1854,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2022
1854
|
readonly required?: boolean | undefined;
|
|
2023
1855
|
readonly multiple?: boolean | undefined;
|
|
2024
1856
|
readonly dependencies?: string[] | undefined;
|
|
2025
|
-
readonly theme?: string | undefined;
|
|
2026
1857
|
readonly externalId?: boolean | undefined;
|
|
2027
1858
|
readonly defaultValue?: unknown;
|
|
2028
1859
|
readonly group?: string | undefined;
|
|
@@ -2030,23 +1861,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2030
1861
|
readonly system?: boolean | undefined;
|
|
2031
1862
|
readonly min?: number | undefined;
|
|
2032
1863
|
readonly max?: number | undefined;
|
|
2033
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
2050
1864
|
readonly columnName?: string | undefined;
|
|
2051
1865
|
readonly searchable?: boolean | undefined;
|
|
2052
1866
|
readonly unique?: boolean | undefined;
|
|
@@ -2055,7 +1869,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2055
1869
|
readonly scale?: number | undefined;
|
|
2056
1870
|
readonly reference?: string | undefined;
|
|
2057
1871
|
readonly referenceFilters?: string[] | undefined;
|
|
2058
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2059
1872
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2060
1873
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2061
1874
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2080,22 +1893,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2080
1893
|
relationshipField?: string | undefined;
|
|
2081
1894
|
} | undefined;
|
|
2082
1895
|
readonly language?: string | undefined;
|
|
2083
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2084
1896
|
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
1897
|
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
1898
|
readonly currencyConfig?: {
|
|
2100
1899
|
precision: number;
|
|
2101
1900
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2149,29 +1948,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2149
1948
|
} | undefined;
|
|
2150
1949
|
maxVersions?: number | undefined;
|
|
2151
1950
|
} | 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;
|
|
1951
|
+
readonly trackHistory?: boolean | undefined;
|
|
2175
1952
|
readonly visibleWhen?: {
|
|
2176
1953
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2177
1954
|
source?: string | undefined;
|
|
@@ -2210,7 +1987,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2210
1987
|
} | undefined;
|
|
2211
1988
|
readonly sortable?: boolean | undefined;
|
|
2212
1989
|
readonly inlineHelpText?: string | undefined;
|
|
2213
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2214
1990
|
readonly caseSensitive?: boolean | undefined;
|
|
2215
1991
|
readonly autonumberFormat?: string | undefined;
|
|
2216
1992
|
readonly index?: boolean | undefined;
|
|
@@ -2232,7 +2008,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2232
2008
|
readonly required?: boolean | undefined;
|
|
2233
2009
|
readonly multiple?: boolean | undefined;
|
|
2234
2010
|
readonly dependencies?: string[] | undefined;
|
|
2235
|
-
readonly theme?: string | undefined;
|
|
2236
2011
|
readonly externalId?: boolean | undefined;
|
|
2237
2012
|
readonly defaultValue?: unknown;
|
|
2238
2013
|
readonly group?: string | undefined;
|
|
@@ -2240,23 +2015,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2240
2015
|
readonly system?: boolean | undefined;
|
|
2241
2016
|
readonly min?: number | undefined;
|
|
2242
2017
|
readonly max?: number | undefined;
|
|
2243
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
2260
2018
|
readonly columnName?: string | undefined;
|
|
2261
2019
|
readonly searchable?: boolean | undefined;
|
|
2262
2020
|
readonly unique?: boolean | undefined;
|
|
@@ -2265,7 +2023,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2265
2023
|
readonly scale?: number | undefined;
|
|
2266
2024
|
readonly reference?: string | undefined;
|
|
2267
2025
|
readonly referenceFilters?: string[] | undefined;
|
|
2268
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2269
2026
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2270
2027
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2271
2028
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2290,22 +2047,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2290
2047
|
relationshipField?: string | undefined;
|
|
2291
2048
|
} | undefined;
|
|
2292
2049
|
readonly language?: string | undefined;
|
|
2293
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2294
2050
|
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
2051
|
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
2052
|
readonly currencyConfig?: {
|
|
2310
2053
|
precision: number;
|
|
2311
2054
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2359,29 +2102,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2359
2102
|
} | undefined;
|
|
2360
2103
|
maxVersions?: number | undefined;
|
|
2361
2104
|
} | 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;
|
|
2105
|
+
readonly trackHistory?: boolean | undefined;
|
|
2385
2106
|
readonly visibleWhen?: {
|
|
2386
2107
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2387
2108
|
source?: string | undefined;
|
|
@@ -2420,7 +2141,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2420
2141
|
} | undefined;
|
|
2421
2142
|
readonly sortable?: boolean | undefined;
|
|
2422
2143
|
readonly inlineHelpText?: string | undefined;
|
|
2423
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2424
2144
|
readonly caseSensitive?: boolean | undefined;
|
|
2425
2145
|
readonly autonumberFormat?: string | undefined;
|
|
2426
2146
|
readonly index?: boolean | undefined;
|
|
@@ -2442,7 +2162,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2442
2162
|
readonly required?: boolean | undefined;
|
|
2443
2163
|
readonly multiple?: boolean | undefined;
|
|
2444
2164
|
readonly dependencies?: string[] | undefined;
|
|
2445
|
-
readonly theme?: string | undefined;
|
|
2446
2165
|
readonly externalId?: boolean | undefined;
|
|
2447
2166
|
readonly defaultValue?: unknown;
|
|
2448
2167
|
readonly group?: string | undefined;
|
|
@@ -2450,23 +2169,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2450
2169
|
readonly system?: boolean | undefined;
|
|
2451
2170
|
readonly min?: number | undefined;
|
|
2452
2171
|
readonly max?: number | undefined;
|
|
2453
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
2470
2172
|
readonly columnName?: string | undefined;
|
|
2471
2173
|
readonly searchable?: boolean | undefined;
|
|
2472
2174
|
readonly unique?: boolean | undefined;
|
|
@@ -2475,7 +2177,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2475
2177
|
readonly scale?: number | undefined;
|
|
2476
2178
|
readonly reference?: string | undefined;
|
|
2477
2179
|
readonly referenceFilters?: string[] | undefined;
|
|
2478
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2479
2180
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2480
2181
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2481
2182
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2500,22 +2201,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2500
2201
|
relationshipField?: string | undefined;
|
|
2501
2202
|
} | undefined;
|
|
2502
2203
|
readonly language?: string | undefined;
|
|
2503
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2504
2204
|
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
2205
|
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
2206
|
readonly currencyConfig?: {
|
|
2520
2207
|
precision: number;
|
|
2521
2208
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2569,29 +2256,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2569
2256
|
} | undefined;
|
|
2570
2257
|
maxVersions?: number | undefined;
|
|
2571
2258
|
} | 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;
|
|
2259
|
+
readonly trackHistory?: boolean | undefined;
|
|
2595
2260
|
readonly visibleWhen?: {
|
|
2596
2261
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2597
2262
|
source?: string | undefined;
|
|
@@ -2630,7 +2295,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2630
2295
|
} | undefined;
|
|
2631
2296
|
readonly sortable?: boolean | undefined;
|
|
2632
2297
|
readonly inlineHelpText?: string | undefined;
|
|
2633
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2634
2298
|
readonly caseSensitive?: boolean | undefined;
|
|
2635
2299
|
readonly autonumberFormat?: string | undefined;
|
|
2636
2300
|
readonly index?: boolean | undefined;
|
|
@@ -2652,7 +2316,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2652
2316
|
readonly required?: boolean | undefined;
|
|
2653
2317
|
readonly multiple?: boolean | undefined;
|
|
2654
2318
|
readonly dependencies?: string[] | undefined;
|
|
2655
|
-
readonly theme?: string | undefined;
|
|
2656
2319
|
readonly externalId?: boolean | undefined;
|
|
2657
2320
|
readonly defaultValue?: unknown;
|
|
2658
2321
|
readonly group?: string | undefined;
|
|
@@ -2660,23 +2323,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2660
2323
|
readonly system?: boolean | undefined;
|
|
2661
2324
|
readonly min?: number | undefined;
|
|
2662
2325
|
readonly max?: number | undefined;
|
|
2663
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
2680
2326
|
readonly columnName?: string | undefined;
|
|
2681
2327
|
readonly searchable?: boolean | undefined;
|
|
2682
2328
|
readonly unique?: boolean | undefined;
|
|
@@ -2685,7 +2331,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2685
2331
|
readonly scale?: number | undefined;
|
|
2686
2332
|
readonly reference?: string | undefined;
|
|
2687
2333
|
readonly referenceFilters?: string[] | undefined;
|
|
2688
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2689
2334
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2690
2335
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2691
2336
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2710,22 +2355,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2710
2355
|
relationshipField?: string | undefined;
|
|
2711
2356
|
} | undefined;
|
|
2712
2357
|
readonly language?: string | undefined;
|
|
2713
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2714
2358
|
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
2359
|
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
2360
|
readonly currencyConfig?: {
|
|
2730
2361
|
precision: number;
|
|
2731
2362
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2779,29 +2410,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2779
2410
|
} | undefined;
|
|
2780
2411
|
maxVersions?: number | undefined;
|
|
2781
2412
|
} | 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;
|
|
2413
|
+
readonly trackHistory?: boolean | undefined;
|
|
2805
2414
|
readonly visibleWhen?: {
|
|
2806
2415
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2807
2416
|
source?: string | undefined;
|
|
@@ -2840,7 +2449,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2840
2449
|
} | undefined;
|
|
2841
2450
|
readonly sortable?: boolean | undefined;
|
|
2842
2451
|
readonly inlineHelpText?: string | undefined;
|
|
2843
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
2844
2452
|
readonly caseSensitive?: boolean | undefined;
|
|
2845
2453
|
readonly autonumberFormat?: string | undefined;
|
|
2846
2454
|
readonly index?: boolean | undefined;
|
|
@@ -2862,7 +2470,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2862
2470
|
readonly required?: boolean | undefined;
|
|
2863
2471
|
readonly multiple?: boolean | undefined;
|
|
2864
2472
|
readonly dependencies?: string[] | undefined;
|
|
2865
|
-
readonly theme?: string | undefined;
|
|
2866
2473
|
readonly externalId?: boolean | undefined;
|
|
2867
2474
|
readonly defaultValue?: unknown;
|
|
2868
2475
|
readonly group?: string | undefined;
|
|
@@ -2870,23 +2477,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2870
2477
|
readonly system?: boolean | undefined;
|
|
2871
2478
|
readonly min?: number | undefined;
|
|
2872
2479
|
readonly max?: number | undefined;
|
|
2873
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
2890
2480
|
readonly columnName?: string | undefined;
|
|
2891
2481
|
readonly searchable?: boolean | undefined;
|
|
2892
2482
|
readonly unique?: boolean | undefined;
|
|
@@ -2895,7 +2485,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
2895
2485
|
readonly scale?: number | undefined;
|
|
2896
2486
|
readonly reference?: string | undefined;
|
|
2897
2487
|
readonly referenceFilters?: string[] | undefined;
|
|
2898
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2899
2488
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2900
2489
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2901
2490
|
readonly inlineTitle?: string | undefined;
|
|
@@ -2920,22 +2509,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
2920
2509
|
relationshipField?: string | undefined;
|
|
2921
2510
|
} | undefined;
|
|
2922
2511
|
readonly language?: string | undefined;
|
|
2923
|
-
readonly lineNumbers?: boolean | undefined;
|
|
2924
2512
|
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
2513
|
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
2514
|
readonly currencyConfig?: {
|
|
2940
2515
|
precision: number;
|
|
2941
2516
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -2989,29 +2564,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
2989
2564
|
} | undefined;
|
|
2990
2565
|
maxVersions?: number | undefined;
|
|
2991
2566
|
} | 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;
|
|
2567
|
+
readonly trackHistory?: boolean | undefined;
|
|
3015
2568
|
readonly visibleWhen?: {
|
|
3016
2569
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3017
2570
|
source?: string | undefined;
|
|
@@ -3050,7 +2603,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3050
2603
|
} | undefined;
|
|
3051
2604
|
readonly sortable?: boolean | undefined;
|
|
3052
2605
|
readonly inlineHelpText?: string | undefined;
|
|
3053
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3054
2606
|
readonly caseSensitive?: boolean | undefined;
|
|
3055
2607
|
readonly autonumberFormat?: string | undefined;
|
|
3056
2608
|
readonly index?: boolean | undefined;
|
|
@@ -3072,7 +2624,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3072
2624
|
readonly required?: boolean | undefined;
|
|
3073
2625
|
readonly multiple?: boolean | undefined;
|
|
3074
2626
|
readonly dependencies?: string[] | undefined;
|
|
3075
|
-
readonly theme?: string | undefined;
|
|
3076
2627
|
readonly externalId?: boolean | undefined;
|
|
3077
2628
|
readonly defaultValue?: unknown;
|
|
3078
2629
|
readonly group?: string | undefined;
|
|
@@ -3080,23 +2631,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3080
2631
|
readonly system?: boolean | undefined;
|
|
3081
2632
|
readonly min?: number | undefined;
|
|
3082
2633
|
readonly max?: number | undefined;
|
|
3083
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
3100
2634
|
readonly columnName?: string | undefined;
|
|
3101
2635
|
readonly searchable?: boolean | undefined;
|
|
3102
2636
|
readonly unique?: boolean | undefined;
|
|
@@ -3105,7 +2639,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3105
2639
|
readonly scale?: number | undefined;
|
|
3106
2640
|
readonly reference?: string | undefined;
|
|
3107
2641
|
readonly referenceFilters?: string[] | undefined;
|
|
3108
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3109
2642
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3110
2643
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3111
2644
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3130,22 +2663,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3130
2663
|
relationshipField?: string | undefined;
|
|
3131
2664
|
} | undefined;
|
|
3132
2665
|
readonly language?: string | undefined;
|
|
3133
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3134
2666
|
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
2667
|
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
2668
|
readonly currencyConfig?: {
|
|
3150
2669
|
precision: number;
|
|
3151
2670
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -3199,29 +2718,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3199
2718
|
} | undefined;
|
|
3200
2719
|
maxVersions?: number | undefined;
|
|
3201
2720
|
} | 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;
|
|
2721
|
+
readonly trackHistory?: boolean | undefined;
|
|
3225
2722
|
readonly visibleWhen?: {
|
|
3226
2723
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3227
2724
|
source?: string | undefined;
|
|
@@ -3260,7 +2757,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3260
2757
|
} | undefined;
|
|
3261
2758
|
readonly sortable?: boolean | undefined;
|
|
3262
2759
|
readonly inlineHelpText?: string | undefined;
|
|
3263
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3264
2760
|
readonly caseSensitive?: boolean | undefined;
|
|
3265
2761
|
readonly autonumberFormat?: string | undefined;
|
|
3266
2762
|
readonly index?: boolean | undefined;
|
|
@@ -3282,7 +2778,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3282
2778
|
readonly required?: boolean | undefined;
|
|
3283
2779
|
readonly multiple?: boolean | undefined;
|
|
3284
2780
|
readonly dependencies?: string[] | undefined;
|
|
3285
|
-
readonly theme?: string | undefined;
|
|
3286
2781
|
readonly externalId?: boolean | undefined;
|
|
3287
2782
|
readonly defaultValue?: unknown;
|
|
3288
2783
|
readonly group?: string | undefined;
|
|
@@ -3290,23 +2785,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3290
2785
|
readonly system?: boolean | undefined;
|
|
3291
2786
|
readonly min?: number | undefined;
|
|
3292
2787
|
readonly max?: number | undefined;
|
|
3293
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
3310
2788
|
readonly columnName?: string | undefined;
|
|
3311
2789
|
readonly searchable?: boolean | undefined;
|
|
3312
2790
|
readonly unique?: boolean | undefined;
|
|
@@ -3315,7 +2793,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3315
2793
|
readonly scale?: number | undefined;
|
|
3316
2794
|
readonly reference?: string | undefined;
|
|
3317
2795
|
readonly referenceFilters?: string[] | undefined;
|
|
3318
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3319
2796
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3320
2797
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3321
2798
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3340,22 +2817,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3340
2817
|
relationshipField?: string | undefined;
|
|
3341
2818
|
} | undefined;
|
|
3342
2819
|
readonly language?: string | undefined;
|
|
3343
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3344
2820
|
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
2821
|
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
2822
|
readonly currencyConfig?: {
|
|
3360
2823
|
precision: number;
|
|
3361
2824
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -3409,29 +2872,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3409
2872
|
} | undefined;
|
|
3410
2873
|
maxVersions?: number | undefined;
|
|
3411
2874
|
} | 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;
|
|
2875
|
+
readonly trackHistory?: boolean | undefined;
|
|
3435
2876
|
readonly visibleWhen?: {
|
|
3436
2877
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3437
2878
|
source?: string | undefined;
|
|
@@ -3470,7 +2911,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3470
2911
|
} | undefined;
|
|
3471
2912
|
readonly sortable?: boolean | undefined;
|
|
3472
2913
|
readonly inlineHelpText?: string | undefined;
|
|
3473
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3474
2914
|
readonly caseSensitive?: boolean | undefined;
|
|
3475
2915
|
readonly autonumberFormat?: string | undefined;
|
|
3476
2916
|
readonly index?: boolean | undefined;
|
|
@@ -3492,7 +2932,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3492
2932
|
readonly required?: boolean | undefined;
|
|
3493
2933
|
readonly multiple?: boolean | undefined;
|
|
3494
2934
|
readonly dependencies?: string[] | undefined;
|
|
3495
|
-
readonly theme?: string | undefined;
|
|
3496
2935
|
readonly externalId?: boolean | undefined;
|
|
3497
2936
|
readonly defaultValue?: unknown;
|
|
3498
2937
|
readonly group?: string | undefined;
|
|
@@ -3500,23 +2939,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3500
2939
|
readonly system?: boolean | undefined;
|
|
3501
2940
|
readonly min?: number | undefined;
|
|
3502
2941
|
readonly max?: number | undefined;
|
|
3503
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
3520
2942
|
readonly columnName?: string | undefined;
|
|
3521
2943
|
readonly searchable?: boolean | undefined;
|
|
3522
2944
|
readonly unique?: boolean | undefined;
|
|
@@ -3525,7 +2947,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3525
2947
|
readonly scale?: number | undefined;
|
|
3526
2948
|
readonly reference?: string | undefined;
|
|
3527
2949
|
readonly referenceFilters?: string[] | undefined;
|
|
3528
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3529
2950
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3530
2951
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3531
2952
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3550,22 +2971,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3550
2971
|
relationshipField?: string | undefined;
|
|
3551
2972
|
} | undefined;
|
|
3552
2973
|
readonly language?: string | undefined;
|
|
3553
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3554
2974
|
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
2975
|
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
2976
|
readonly currencyConfig?: {
|
|
3570
2977
|
precision: number;
|
|
3571
2978
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -3619,29 +3026,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3619
3026
|
} | undefined;
|
|
3620
3027
|
maxVersions?: number | undefined;
|
|
3621
3028
|
} | 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;
|
|
3029
|
+
readonly trackHistory?: boolean | undefined;
|
|
3645
3030
|
readonly visibleWhen?: {
|
|
3646
3031
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3647
3032
|
source?: string | undefined;
|
|
@@ -3680,7 +3065,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3680
3065
|
} | undefined;
|
|
3681
3066
|
readonly sortable?: boolean | undefined;
|
|
3682
3067
|
readonly inlineHelpText?: string | undefined;
|
|
3683
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3684
3068
|
readonly caseSensitive?: boolean | undefined;
|
|
3685
3069
|
readonly autonumberFormat?: string | undefined;
|
|
3686
3070
|
readonly index?: boolean | undefined;
|
|
@@ -3702,7 +3086,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3702
3086
|
readonly required?: boolean | undefined;
|
|
3703
3087
|
readonly multiple?: boolean | undefined;
|
|
3704
3088
|
readonly dependencies?: string[] | undefined;
|
|
3705
|
-
readonly theme?: string | undefined;
|
|
3706
3089
|
readonly externalId?: boolean | undefined;
|
|
3707
3090
|
readonly defaultValue?: unknown;
|
|
3708
3091
|
readonly group?: string | undefined;
|
|
@@ -3710,23 +3093,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3710
3093
|
readonly system?: boolean | undefined;
|
|
3711
3094
|
readonly min?: number | undefined;
|
|
3712
3095
|
readonly max?: number | undefined;
|
|
3713
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
3730
3096
|
readonly columnName?: string | undefined;
|
|
3731
3097
|
readonly searchable?: boolean | undefined;
|
|
3732
3098
|
readonly unique?: boolean | undefined;
|
|
@@ -3735,7 +3101,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3735
3101
|
readonly scale?: number | undefined;
|
|
3736
3102
|
readonly reference?: string | undefined;
|
|
3737
3103
|
readonly referenceFilters?: string[] | undefined;
|
|
3738
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3739
3104
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3740
3105
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3741
3106
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3760,22 +3125,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3760
3125
|
relationshipField?: string | undefined;
|
|
3761
3126
|
} | undefined;
|
|
3762
3127
|
readonly language?: string | undefined;
|
|
3763
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3764
3128
|
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
3129
|
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
3130
|
readonly currencyConfig?: {
|
|
3780
3131
|
precision: number;
|
|
3781
3132
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -3829,29 +3180,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
3829
3180
|
} | undefined;
|
|
3830
3181
|
maxVersions?: number | undefined;
|
|
3831
3182
|
} | 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;
|
|
3183
|
+
readonly trackHistory?: boolean | undefined;
|
|
3855
3184
|
readonly visibleWhen?: {
|
|
3856
3185
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3857
3186
|
source?: string | undefined;
|
|
@@ -3890,7 +3219,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3890
3219
|
} | undefined;
|
|
3891
3220
|
readonly sortable?: boolean | undefined;
|
|
3892
3221
|
readonly inlineHelpText?: string | undefined;
|
|
3893
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
3894
3222
|
readonly caseSensitive?: boolean | undefined;
|
|
3895
3223
|
readonly autonumberFormat?: string | undefined;
|
|
3896
3224
|
readonly index?: boolean | undefined;
|
|
@@ -3912,7 +3240,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3912
3240
|
readonly required?: boolean | undefined;
|
|
3913
3241
|
readonly multiple?: boolean | undefined;
|
|
3914
3242
|
readonly dependencies?: string[] | undefined;
|
|
3915
|
-
readonly theme?: string | undefined;
|
|
3916
3243
|
readonly externalId?: boolean | undefined;
|
|
3917
3244
|
readonly defaultValue?: unknown;
|
|
3918
3245
|
readonly group?: string | undefined;
|
|
@@ -3920,23 +3247,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3920
3247
|
readonly system?: boolean | undefined;
|
|
3921
3248
|
readonly min?: number | undefined;
|
|
3922
3249
|
readonly max?: number | undefined;
|
|
3923
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
3940
3250
|
readonly columnName?: string | undefined;
|
|
3941
3251
|
readonly searchable?: boolean | undefined;
|
|
3942
3252
|
readonly unique?: boolean | undefined;
|
|
@@ -3945,7 +3255,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
3945
3255
|
readonly scale?: number | undefined;
|
|
3946
3256
|
readonly reference?: string | undefined;
|
|
3947
3257
|
readonly referenceFilters?: string[] | undefined;
|
|
3948
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3949
3258
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3950
3259
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3951
3260
|
readonly inlineTitle?: string | undefined;
|
|
@@ -3970,22 +3279,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
3970
3279
|
relationshipField?: string | undefined;
|
|
3971
3280
|
} | undefined;
|
|
3972
3281
|
readonly language?: string | undefined;
|
|
3973
|
-
readonly lineNumbers?: boolean | undefined;
|
|
3974
3282
|
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
3283
|
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
3284
|
readonly currencyConfig?: {
|
|
3990
3285
|
precision: number;
|
|
3991
3286
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4039,29 +3334,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4039
3334
|
} | undefined;
|
|
4040
3335
|
maxVersions?: number | undefined;
|
|
4041
3336
|
} | 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;
|
|
3337
|
+
readonly trackHistory?: boolean | undefined;
|
|
4065
3338
|
readonly visibleWhen?: {
|
|
4066
3339
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4067
3340
|
source?: string | undefined;
|
|
@@ -4100,7 +3373,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4100
3373
|
} | undefined;
|
|
4101
3374
|
readonly sortable?: boolean | undefined;
|
|
4102
3375
|
readonly inlineHelpText?: string | undefined;
|
|
4103
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4104
3376
|
readonly caseSensitive?: boolean | undefined;
|
|
4105
3377
|
readonly autonumberFormat?: string | undefined;
|
|
4106
3378
|
readonly index?: boolean | undefined;
|
|
@@ -4122,7 +3394,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4122
3394
|
readonly required?: boolean | undefined;
|
|
4123
3395
|
readonly multiple?: boolean | undefined;
|
|
4124
3396
|
readonly dependencies?: string[] | undefined;
|
|
4125
|
-
readonly theme?: string | undefined;
|
|
4126
3397
|
readonly externalId?: boolean | undefined;
|
|
4127
3398
|
readonly defaultValue?: unknown;
|
|
4128
3399
|
readonly group?: string | undefined;
|
|
@@ -4130,23 +3401,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4130
3401
|
readonly system?: boolean | undefined;
|
|
4131
3402
|
readonly min?: number | undefined;
|
|
4132
3403
|
readonly max?: number | undefined;
|
|
4133
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
4150
3404
|
readonly columnName?: string | undefined;
|
|
4151
3405
|
readonly searchable?: boolean | undefined;
|
|
4152
3406
|
readonly unique?: boolean | undefined;
|
|
@@ -4155,7 +3409,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4155
3409
|
readonly scale?: number | undefined;
|
|
4156
3410
|
readonly reference?: string | undefined;
|
|
4157
3411
|
readonly referenceFilters?: string[] | undefined;
|
|
4158
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4159
3412
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4160
3413
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4161
3414
|
readonly inlineTitle?: string | undefined;
|
|
@@ -4180,22 +3433,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
4180
3433
|
relationshipField?: string | undefined;
|
|
4181
3434
|
} | undefined;
|
|
4182
3435
|
readonly language?: string | undefined;
|
|
4183
|
-
readonly lineNumbers?: boolean | undefined;
|
|
4184
3436
|
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
3437
|
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
3438
|
readonly currencyConfig?: {
|
|
4200
3439
|
precision: number;
|
|
4201
3440
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4249,29 +3488,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4249
3488
|
} | undefined;
|
|
4250
3489
|
maxVersions?: number | undefined;
|
|
4251
3490
|
} | 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;
|
|
3491
|
+
readonly trackHistory?: boolean | undefined;
|
|
4275
3492
|
readonly visibleWhen?: {
|
|
4276
3493
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4277
3494
|
source?: string | undefined;
|
|
@@ -4310,7 +3527,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4310
3527
|
} | undefined;
|
|
4311
3528
|
readonly sortable?: boolean | undefined;
|
|
4312
3529
|
readonly inlineHelpText?: string | undefined;
|
|
4313
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4314
3530
|
readonly caseSensitive?: boolean | undefined;
|
|
4315
3531
|
readonly autonumberFormat?: string | undefined;
|
|
4316
3532
|
readonly index?: boolean | undefined;
|
|
@@ -4332,7 +3548,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4332
3548
|
readonly required?: boolean | undefined;
|
|
4333
3549
|
readonly multiple?: boolean | undefined;
|
|
4334
3550
|
readonly dependencies?: string[] | undefined;
|
|
4335
|
-
readonly theme?: string | undefined;
|
|
4336
3551
|
readonly externalId?: boolean | undefined;
|
|
4337
3552
|
readonly defaultValue?: unknown;
|
|
4338
3553
|
readonly group?: string | undefined;
|
|
@@ -4340,23 +3555,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4340
3555
|
readonly system?: boolean | undefined;
|
|
4341
3556
|
readonly min?: number | undefined;
|
|
4342
3557
|
readonly max?: number | undefined;
|
|
4343
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
4360
3558
|
readonly columnName?: string | undefined;
|
|
4361
3559
|
readonly searchable?: boolean | undefined;
|
|
4362
3560
|
readonly unique?: boolean | undefined;
|
|
@@ -4365,7 +3563,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4365
3563
|
readonly scale?: number | undefined;
|
|
4366
3564
|
readonly reference?: string | undefined;
|
|
4367
3565
|
readonly referenceFilters?: string[] | undefined;
|
|
4368
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4369
3566
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4370
3567
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4371
3568
|
readonly inlineTitle?: string | undefined;
|
|
@@ -4390,22 +3587,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
4390
3587
|
relationshipField?: string | undefined;
|
|
4391
3588
|
} | undefined;
|
|
4392
3589
|
readonly language?: string | undefined;
|
|
4393
|
-
readonly lineNumbers?: boolean | undefined;
|
|
4394
3590
|
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
3591
|
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
3592
|
readonly currencyConfig?: {
|
|
4410
3593
|
precision: number;
|
|
4411
3594
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4459,29 +3642,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4459
3642
|
} | undefined;
|
|
4460
3643
|
maxVersions?: number | undefined;
|
|
4461
3644
|
} | 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;
|
|
3645
|
+
readonly trackHistory?: boolean | undefined;
|
|
4485
3646
|
readonly visibleWhen?: {
|
|
4486
3647
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4487
3648
|
source?: string | undefined;
|
|
@@ -4520,7 +3681,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4520
3681
|
} | undefined;
|
|
4521
3682
|
readonly sortable?: boolean | undefined;
|
|
4522
3683
|
readonly inlineHelpText?: string | undefined;
|
|
4523
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4524
3684
|
readonly caseSensitive?: boolean | undefined;
|
|
4525
3685
|
readonly autonumberFormat?: string | undefined;
|
|
4526
3686
|
readonly index?: boolean | undefined;
|
|
@@ -4542,7 +3702,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4542
3702
|
readonly required?: boolean | undefined;
|
|
4543
3703
|
readonly multiple?: boolean | undefined;
|
|
4544
3704
|
readonly dependencies?: string[] | undefined;
|
|
4545
|
-
readonly theme?: string | undefined;
|
|
4546
3705
|
readonly externalId?: boolean | undefined;
|
|
4547
3706
|
readonly defaultValue?: unknown;
|
|
4548
3707
|
readonly group?: string | undefined;
|
|
@@ -4550,23 +3709,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4550
3709
|
readonly system?: boolean | undefined;
|
|
4551
3710
|
readonly min?: number | undefined;
|
|
4552
3711
|
readonly max?: number | undefined;
|
|
4553
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
4570
3712
|
readonly columnName?: string | undefined;
|
|
4571
3713
|
readonly searchable?: boolean | undefined;
|
|
4572
3714
|
readonly unique?: boolean | undefined;
|
|
@@ -4575,7 +3717,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4575
3717
|
readonly scale?: number | undefined;
|
|
4576
3718
|
readonly reference?: string | undefined;
|
|
4577
3719
|
readonly referenceFilters?: string[] | undefined;
|
|
4578
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4579
3720
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4580
3721
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4581
3722
|
readonly inlineTitle?: string | undefined;
|
|
@@ -4600,22 +3741,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
4600
3741
|
relationshipField?: string | undefined;
|
|
4601
3742
|
} | undefined;
|
|
4602
3743
|
readonly language?: string | undefined;
|
|
4603
|
-
readonly lineNumbers?: boolean | undefined;
|
|
4604
3744
|
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
3745
|
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
3746
|
readonly currencyConfig?: {
|
|
4620
3747
|
precision: number;
|
|
4621
3748
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4669,29 +3796,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4669
3796
|
} | undefined;
|
|
4670
3797
|
maxVersions?: number | undefined;
|
|
4671
3798
|
} | 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;
|
|
3799
|
+
readonly trackHistory?: boolean | undefined;
|
|
4695
3800
|
readonly visibleWhen?: {
|
|
4696
3801
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4697
3802
|
source?: string | undefined;
|
|
@@ -4730,7 +3835,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4730
3835
|
} | undefined;
|
|
4731
3836
|
readonly sortable?: boolean | undefined;
|
|
4732
3837
|
readonly inlineHelpText?: string | undefined;
|
|
4733
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4734
3838
|
readonly caseSensitive?: boolean | undefined;
|
|
4735
3839
|
readonly autonumberFormat?: string | undefined;
|
|
4736
3840
|
readonly index?: boolean | undefined;
|
|
@@ -4752,7 +3856,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4752
3856
|
readonly required?: boolean | undefined;
|
|
4753
3857
|
readonly multiple?: boolean | undefined;
|
|
4754
3858
|
readonly dependencies?: string[] | undefined;
|
|
4755
|
-
readonly theme?: string | undefined;
|
|
4756
3859
|
readonly externalId?: boolean | undefined;
|
|
4757
3860
|
readonly defaultValue?: unknown;
|
|
4758
3861
|
readonly group?: string | undefined;
|
|
@@ -4760,23 +3863,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4760
3863
|
readonly system?: boolean | undefined;
|
|
4761
3864
|
readonly min?: number | undefined;
|
|
4762
3865
|
readonly max?: number | undefined;
|
|
4763
|
-
readonly encryptionConfig?: {
|
|
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;
|
|
4780
3866
|
readonly columnName?: string | undefined;
|
|
4781
3867
|
readonly searchable?: boolean | undefined;
|
|
4782
3868
|
readonly unique?: boolean | undefined;
|
|
@@ -4785,7 +3871,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4785
3871
|
readonly scale?: number | undefined;
|
|
4786
3872
|
readonly reference?: string | undefined;
|
|
4787
3873
|
readonly referenceFilters?: string[] | undefined;
|
|
4788
|
-
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4789
3874
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4790
3875
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4791
3876
|
readonly inlineTitle?: string | undefined;
|
|
@@ -4810,22 +3895,8 @@ declare const SysAutomationRun: Omit<{
|
|
|
4810
3895
|
relationshipField?: string | undefined;
|
|
4811
3896
|
} | undefined;
|
|
4812
3897
|
readonly language?: string | undefined;
|
|
4813
|
-
readonly lineNumbers?: boolean | undefined;
|
|
4814
3898
|
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
3899
|
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
3900
|
readonly currencyConfig?: {
|
|
4830
3901
|
precision: number;
|
|
4831
3902
|
currencyMode: "fixed" | "dynamic";
|
|
@@ -4879,29 +3950,7 @@ declare const SysAutomationRun: Omit<{
|
|
|
4879
3950
|
} | undefined;
|
|
4880
3951
|
maxVersions?: number | undefined;
|
|
4881
3952
|
} | 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;
|
|
3953
|
+
readonly trackHistory?: boolean | undefined;
|
|
4905
3954
|
readonly visibleWhen?: {
|
|
4906
3955
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4907
3956
|
source?: string | undefined;
|
|
@@ -4940,7 +3989,6 @@ declare const SysAutomationRun: Omit<{
|
|
|
4940
3989
|
} | undefined;
|
|
4941
3990
|
readonly sortable?: boolean | undefined;
|
|
4942
3991
|
readonly inlineHelpText?: string | undefined;
|
|
4943
|
-
readonly trackFeedHistory?: boolean | undefined;
|
|
4944
3992
|
readonly caseSensitive?: boolean | undefined;
|
|
4945
3993
|
readonly autonumberFormat?: string | undefined;
|
|
4946
3994
|
readonly index?: boolean | undefined;
|