@elyx-code/project-logic-tree 0.0.6521 → 0.0.6523
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.ts +611 -360
- package/dist/index.js +34311 -31744
- package/dist/index.umd.cjs +228 -250
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -594,12 +594,6 @@ export declare class BaseRegisteredExtension {
|
|
|
594
594
|
constructor(extensionsRegistry: ExtensionsRegistry);
|
|
595
595
|
}
|
|
596
596
|
|
|
597
|
-
export declare const basesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
598
|
-
|
|
599
|
-
export declare const basesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
600
|
-
|
|
601
|
-
export declare const basesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
602
|
-
|
|
603
597
|
export declare abstract class BaseState extends SharedStateFunctionality implements IGenericBase {
|
|
604
598
|
abstract id: EntityId;
|
|
605
599
|
abstract version: EntityVersion;
|
|
@@ -1656,7 +1650,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1656
1650
|
};
|
|
1657
1651
|
};
|
|
1658
1652
|
};
|
|
1659
|
-
"external-integration--
|
|
1653
|
+
"external-integration--google-drive--get--smart-fetch-document": {
|
|
1660
1654
|
id: ExternalIntegrationOperations;
|
|
1661
1655
|
inputs: {
|
|
1662
1656
|
connection: {
|
|
@@ -1665,68 +1659,75 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1665
1659
|
id: string;
|
|
1666
1660
|
};
|
|
1667
1661
|
};
|
|
1668
|
-
|
|
1669
|
-
outputs: {};
|
|
1670
|
-
};
|
|
1671
|
-
"external-integration--airtable--get--bases": {
|
|
1672
|
-
id: ExternalIntegrationOperations;
|
|
1673
|
-
inputs: {
|
|
1674
|
-
connection: {
|
|
1662
|
+
fileId: {
|
|
1675
1663
|
id: string;
|
|
1676
1664
|
dataType: {
|
|
1677
1665
|
id: string;
|
|
1678
1666
|
};
|
|
1679
1667
|
};
|
|
1680
|
-
|
|
1681
|
-
outputs: {};
|
|
1682
|
-
};
|
|
1683
|
-
"external-integration--google--get--workspace-org-units": {
|
|
1684
|
-
id: ExternalIntegrationOperations;
|
|
1685
|
-
inputs: {
|
|
1686
|
-
connection: {
|
|
1668
|
+
mode: {
|
|
1687
1669
|
id: string;
|
|
1688
1670
|
dataType: {
|
|
1689
1671
|
id: string;
|
|
1690
1672
|
};
|
|
1691
1673
|
};
|
|
1692
1674
|
};
|
|
1693
|
-
outputs: {
|
|
1694
|
-
|
|
1695
|
-
"external-integration--google--get--workspace-users": {
|
|
1696
|
-
id: ExternalIntegrationOperations;
|
|
1697
|
-
inputs: {
|
|
1698
|
-
connection: {
|
|
1675
|
+
outputs: {
|
|
1676
|
+
kind: {
|
|
1699
1677
|
id: string;
|
|
1700
1678
|
dataType: {
|
|
1701
1679
|
id: string;
|
|
1702
1680
|
};
|
|
1703
1681
|
};
|
|
1704
|
-
|
|
1705
|
-
outputs: {};
|
|
1706
|
-
};
|
|
1707
|
-
"external-integration--google--get--workspace-user-access-tokens": {
|
|
1708
|
-
id: ExternalIntegrationOperations;
|
|
1709
|
-
inputs: {
|
|
1710
|
-
connection: {
|
|
1682
|
+
mimeType: {
|
|
1711
1683
|
id: string;
|
|
1712
1684
|
dataType: {
|
|
1713
1685
|
id: string;
|
|
1714
1686
|
};
|
|
1715
1687
|
};
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1688
|
+
isBinary: {
|
|
1689
|
+
id: string;
|
|
1690
|
+
dataType: {
|
|
1691
|
+
id: string;
|
|
1692
|
+
};
|
|
1693
|
+
};
|
|
1694
|
+
title: {
|
|
1695
|
+
id: string;
|
|
1696
|
+
dataType: {
|
|
1697
|
+
id: string;
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
sizeBytes: {
|
|
1701
|
+
id: string;
|
|
1702
|
+
dataType: {
|
|
1703
|
+
id: string;
|
|
1704
|
+
};
|
|
1705
|
+
};
|
|
1706
|
+
text: {
|
|
1707
|
+
id: string;
|
|
1708
|
+
dataType: {
|
|
1709
|
+
id: string;
|
|
1710
|
+
};
|
|
1711
|
+
};
|
|
1712
|
+
base64: {
|
|
1713
|
+
id: string;
|
|
1714
|
+
dataType: {
|
|
1715
|
+
id: string;
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
json: {
|
|
1719
|
+
id: string;
|
|
1720
|
+
dataType: {
|
|
1721
|
+
id: string;
|
|
1722
|
+
};
|
|
1723
|
+
};
|
|
1724
|
+
raw_json: {
|
|
1723
1725
|
id: string;
|
|
1724
1726
|
dataType: {
|
|
1725
1727
|
id: string;
|
|
1726
1728
|
};
|
|
1727
1729
|
};
|
|
1728
1730
|
};
|
|
1729
|
-
outputs: {};
|
|
1730
1731
|
};
|
|
1731
1732
|
"external-integration--google-drive--get--files": {
|
|
1732
1733
|
id: ExternalIntegrationOperations;
|
|
@@ -1836,7 +1837,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1836
1837
|
};
|
|
1837
1838
|
};
|
|
1838
1839
|
};
|
|
1839
|
-
"external-integration--google-drive--
|
|
1840
|
+
"external-integration--google-drive--post--upload-document": {
|
|
1840
1841
|
id: ExternalIntegrationOperations;
|
|
1841
1842
|
inputs: {
|
|
1842
1843
|
connection: {
|
|
@@ -1848,7 +1849,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1848
1849
|
};
|
|
1849
1850
|
outputs: {};
|
|
1850
1851
|
};
|
|
1851
|
-
"external-integration--google-
|
|
1852
|
+
"external-integration--google-gemini--post--generate-content": {
|
|
1852
1853
|
id: ExternalIntegrationOperations;
|
|
1853
1854
|
inputs: {
|
|
1854
1855
|
connection: {
|
|
@@ -1857,34 +1858,29 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1857
1858
|
id: string;
|
|
1858
1859
|
};
|
|
1859
1860
|
};
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1861
|
+
model: {
|
|
1862
|
+
id: string;
|
|
1863
|
+
dataType: {
|
|
1864
|
+
id: string;
|
|
1865
|
+
};
|
|
1866
|
+
};
|
|
1867
|
+
prompt: {
|
|
1867
1868
|
id: string;
|
|
1868
1869
|
dataType: {
|
|
1869
1870
|
id: string;
|
|
1870
1871
|
};
|
|
1871
1872
|
};
|
|
1872
1873
|
};
|
|
1873
|
-
outputs: {
|
|
1874
|
-
|
|
1875
|
-
"external-integration--google-drive--post--upload-document": {
|
|
1876
|
-
id: ExternalIntegrationOperations;
|
|
1877
|
-
inputs: {
|
|
1878
|
-
connection: {
|
|
1874
|
+
outputs: {
|
|
1875
|
+
content: {
|
|
1879
1876
|
id: string;
|
|
1880
1877
|
dataType: {
|
|
1881
1878
|
id: string;
|
|
1882
1879
|
};
|
|
1883
1880
|
};
|
|
1884
1881
|
};
|
|
1885
|
-
outputs: {};
|
|
1886
1882
|
};
|
|
1887
|
-
"external-integration--google-
|
|
1883
|
+
"external-integration--google-mail--post--send-email": {
|
|
1888
1884
|
id: ExternalIntegrationOperations;
|
|
1889
1885
|
inputs: {
|
|
1890
1886
|
connection: {
|
|
@@ -1893,22 +1889,47 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1893
1889
|
id: string;
|
|
1894
1890
|
};
|
|
1895
1891
|
};
|
|
1892
|
+
to: {
|
|
1893
|
+
id: string;
|
|
1894
|
+
dataType: {
|
|
1895
|
+
id: string;
|
|
1896
|
+
};
|
|
1897
|
+
};
|
|
1898
|
+
subject: {
|
|
1899
|
+
id: string;
|
|
1900
|
+
dataType: {
|
|
1901
|
+
id: string;
|
|
1902
|
+
};
|
|
1903
|
+
};
|
|
1904
|
+
from: {
|
|
1905
|
+
id: string;
|
|
1906
|
+
dataType: {
|
|
1907
|
+
id: string;
|
|
1908
|
+
};
|
|
1909
|
+
};
|
|
1910
|
+
body: {
|
|
1911
|
+
id: string;
|
|
1912
|
+
dataType: {
|
|
1913
|
+
id: string;
|
|
1914
|
+
};
|
|
1915
|
+
};
|
|
1896
1916
|
};
|
|
1897
|
-
outputs: {
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1917
|
+
outputs: {
|
|
1918
|
+
idOutput: {
|
|
1919
|
+
id: string;
|
|
1920
|
+
dataType: {
|
|
1921
|
+
id: string;
|
|
1922
|
+
};
|
|
1923
|
+
};
|
|
1924
|
+
threadId: {
|
|
1903
1925
|
id: string;
|
|
1904
1926
|
dataType: {
|
|
1905
1927
|
id: string;
|
|
1906
1928
|
};
|
|
1907
1929
|
};
|
|
1908
1930
|
};
|
|
1909
|
-
outputs: {};
|
|
1910
1931
|
};
|
|
1911
|
-
"external-integration--google-
|
|
1932
|
+
"external-integration--google-mail--get--emails": {
|
|
1912
1933
|
id: ExternalIntegrationOperations;
|
|
1913
1934
|
inputs: {
|
|
1914
1935
|
connection: {
|
|
@@ -1920,7 +1941,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1920
1941
|
};
|
|
1921
1942
|
outputs: {};
|
|
1922
1943
|
};
|
|
1923
|
-
"external-integration--
|
|
1944
|
+
"external-integration--slack--post--send-message": {
|
|
1924
1945
|
id: ExternalIntegrationOperations;
|
|
1925
1946
|
inputs: {
|
|
1926
1947
|
connection: {
|
|
@@ -1929,13 +1950,25 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1929
1950
|
id: string;
|
|
1930
1951
|
};
|
|
1931
1952
|
};
|
|
1932
|
-
|
|
1953
|
+
channel: {
|
|
1933
1954
|
id: string;
|
|
1934
1955
|
dataType: {
|
|
1935
1956
|
id: string;
|
|
1936
1957
|
};
|
|
1937
1958
|
};
|
|
1938
|
-
|
|
1959
|
+
text: {
|
|
1960
|
+
id: string;
|
|
1961
|
+
dataType: {
|
|
1962
|
+
id: string;
|
|
1963
|
+
};
|
|
1964
|
+
};
|
|
1965
|
+
reply_broadcast: {
|
|
1966
|
+
id: string;
|
|
1967
|
+
dataType: {
|
|
1968
|
+
id: string;
|
|
1969
|
+
};
|
|
1970
|
+
};
|
|
1971
|
+
thread_ts: {
|
|
1939
1972
|
id: string;
|
|
1940
1973
|
dataType: {
|
|
1941
1974
|
id: string;
|
|
@@ -1943,7 +1976,31 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1943
1976
|
};
|
|
1944
1977
|
};
|
|
1945
1978
|
outputs: {
|
|
1946
|
-
|
|
1979
|
+
channel: {
|
|
1980
|
+
id: string;
|
|
1981
|
+
dataType: {
|
|
1982
|
+
id: string;
|
|
1983
|
+
};
|
|
1984
|
+
};
|
|
1985
|
+
message: {
|
|
1986
|
+
id: string;
|
|
1987
|
+
dataType: {
|
|
1988
|
+
id: string;
|
|
1989
|
+
};
|
|
1990
|
+
};
|
|
1991
|
+
ok: {
|
|
1992
|
+
id: string;
|
|
1993
|
+
dataType: {
|
|
1994
|
+
id: string;
|
|
1995
|
+
};
|
|
1996
|
+
};
|
|
1997
|
+
raw_json: {
|
|
1998
|
+
id: string;
|
|
1999
|
+
dataType: {
|
|
2000
|
+
id: string;
|
|
2001
|
+
};
|
|
2002
|
+
};
|
|
2003
|
+
ts: {
|
|
1947
2004
|
id: string;
|
|
1948
2005
|
dataType: {
|
|
1949
2006
|
id: string;
|
|
@@ -1951,7 +2008,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1951
2008
|
};
|
|
1952
2009
|
};
|
|
1953
2010
|
};
|
|
1954
|
-
"external-integration--
|
|
2011
|
+
"external-integration--slack--get--channels": {
|
|
1955
2012
|
id: ExternalIntegrationOperations;
|
|
1956
2013
|
inputs: {
|
|
1957
2014
|
connection: {
|
|
@@ -1960,107 +2017,178 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1960
2017
|
id: string;
|
|
1961
2018
|
};
|
|
1962
2019
|
};
|
|
1963
|
-
|
|
2020
|
+
excludeArchived: {
|
|
1964
2021
|
id: string;
|
|
1965
2022
|
dataType: {
|
|
1966
2023
|
id: string;
|
|
1967
2024
|
};
|
|
1968
2025
|
};
|
|
1969
|
-
|
|
2026
|
+
onlyJoined: {
|
|
1970
2027
|
id: string;
|
|
1971
2028
|
dataType: {
|
|
1972
2029
|
id: string;
|
|
1973
2030
|
};
|
|
1974
2031
|
};
|
|
1975
|
-
|
|
2032
|
+
teamId: {
|
|
1976
2033
|
id: string;
|
|
1977
2034
|
dataType: {
|
|
1978
2035
|
id: string;
|
|
1979
2036
|
};
|
|
1980
2037
|
};
|
|
1981
|
-
|
|
2038
|
+
joinPublicChannels: {
|
|
1982
2039
|
id: string;
|
|
1983
2040
|
dataType: {
|
|
1984
2041
|
id: string;
|
|
1985
2042
|
};
|
|
1986
2043
|
};
|
|
1987
|
-
|
|
1988
|
-
outputs: {
|
|
1989
|
-
idOutput: {
|
|
2044
|
+
autoPaginate: {
|
|
1990
2045
|
id: string;
|
|
1991
2046
|
dataType: {
|
|
1992
2047
|
id: string;
|
|
1993
2048
|
};
|
|
1994
2049
|
};
|
|
1995
|
-
|
|
2050
|
+
types: {
|
|
1996
2051
|
id: string;
|
|
1997
2052
|
dataType: {
|
|
1998
2053
|
id: string;
|
|
1999
2054
|
};
|
|
2000
2055
|
};
|
|
2001
|
-
|
|
2002
|
-
};
|
|
2003
|
-
"external-integration--google-mail--get--fetch-attachment": {
|
|
2004
|
-
id: ExternalIntegrationOperations;
|
|
2005
|
-
inputs: {
|
|
2006
|
-
connection: {
|
|
2056
|
+
pageSize: {
|
|
2007
2057
|
id: string;
|
|
2008
2058
|
dataType: {
|
|
2009
2059
|
id: string;
|
|
2010
2060
|
};
|
|
2011
2061
|
};
|
|
2012
|
-
|
|
2013
|
-
outputs: {};
|
|
2014
|
-
};
|
|
2015
|
-
"external-integration--google-mail--get--emails": {
|
|
2016
|
-
id: ExternalIntegrationOperations;
|
|
2017
|
-
inputs: {
|
|
2018
|
-
connection: {
|
|
2062
|
+
pageToken: {
|
|
2019
2063
|
id: string;
|
|
2020
2064
|
dataType: {
|
|
2021
2065
|
id: string;
|
|
2022
2066
|
};
|
|
2023
2067
|
};
|
|
2024
|
-
|
|
2025
|
-
outputs: {};
|
|
2026
|
-
};
|
|
2027
|
-
"external-integration--google-mail--get--labels": {
|
|
2028
|
-
id: ExternalIntegrationOperations;
|
|
2029
|
-
inputs: {
|
|
2030
|
-
connection: {
|
|
2068
|
+
nameContains: {
|
|
2031
2069
|
id: string;
|
|
2032
2070
|
dataType: {
|
|
2033
2071
|
id: string;
|
|
2034
2072
|
};
|
|
2035
2073
|
};
|
|
2036
2074
|
};
|
|
2037
|
-
outputs: {
|
|
2038
|
-
|
|
2039
|
-
"external-integration--google-sheet--get--fetch-spreadsheet": {
|
|
2040
|
-
id: ExternalIntegrationOperations;
|
|
2041
|
-
inputs: {
|
|
2042
|
-
connection: {
|
|
2075
|
+
outputs: {
|
|
2076
|
+
channels: {
|
|
2043
2077
|
id: string;
|
|
2044
2078
|
dataType: {
|
|
2045
2079
|
id: string;
|
|
2080
|
+
entity: {
|
|
2081
|
+
id: string;
|
|
2082
|
+
properties: {
|
|
2083
|
+
idProperty: {
|
|
2084
|
+
id: string;
|
|
2085
|
+
dataType: {
|
|
2086
|
+
id: string;
|
|
2087
|
+
};
|
|
2088
|
+
};
|
|
2089
|
+
name: {
|
|
2090
|
+
id: string;
|
|
2091
|
+
dataType: {
|
|
2092
|
+
id: string;
|
|
2093
|
+
};
|
|
2094
|
+
};
|
|
2095
|
+
is_channel: {
|
|
2096
|
+
id: string;
|
|
2097
|
+
dataType: {
|
|
2098
|
+
id: string;
|
|
2099
|
+
};
|
|
2100
|
+
};
|
|
2101
|
+
is_group: {
|
|
2102
|
+
id: string;
|
|
2103
|
+
dataType: {
|
|
2104
|
+
id: string;
|
|
2105
|
+
};
|
|
2106
|
+
};
|
|
2107
|
+
is_im: {
|
|
2108
|
+
id: string;
|
|
2109
|
+
dataType: {
|
|
2110
|
+
id: string;
|
|
2111
|
+
};
|
|
2112
|
+
};
|
|
2113
|
+
created: {
|
|
2114
|
+
id: string;
|
|
2115
|
+
dataType: {
|
|
2116
|
+
id: string;
|
|
2117
|
+
};
|
|
2118
|
+
};
|
|
2119
|
+
creator: {
|
|
2120
|
+
id: string;
|
|
2121
|
+
dataType: {
|
|
2122
|
+
id: string;
|
|
2123
|
+
};
|
|
2124
|
+
};
|
|
2125
|
+
is_archived: {
|
|
2126
|
+
id: string;
|
|
2127
|
+
dataType: {
|
|
2128
|
+
id: string;
|
|
2129
|
+
};
|
|
2130
|
+
};
|
|
2131
|
+
is_general: {
|
|
2132
|
+
id: string;
|
|
2133
|
+
dataType: {
|
|
2134
|
+
id: string;
|
|
2135
|
+
};
|
|
2136
|
+
};
|
|
2137
|
+
name_normalized: {
|
|
2138
|
+
id: string;
|
|
2139
|
+
dataType: {
|
|
2140
|
+
id: string;
|
|
2141
|
+
};
|
|
2142
|
+
};
|
|
2143
|
+
is_shared: {
|
|
2144
|
+
id: string;
|
|
2145
|
+
dataType: {
|
|
2146
|
+
id: string;
|
|
2147
|
+
};
|
|
2148
|
+
};
|
|
2149
|
+
is_private: {
|
|
2150
|
+
id: string;
|
|
2151
|
+
dataType: {
|
|
2152
|
+
id: string;
|
|
2153
|
+
};
|
|
2154
|
+
};
|
|
2155
|
+
is_mpim: {
|
|
2156
|
+
id: string;
|
|
2157
|
+
dataType: {
|
|
2158
|
+
id: string;
|
|
2159
|
+
};
|
|
2160
|
+
};
|
|
2161
|
+
updated: {
|
|
2162
|
+
id: string;
|
|
2163
|
+
dataType: {
|
|
2164
|
+
id: string;
|
|
2165
|
+
};
|
|
2166
|
+
};
|
|
2167
|
+
num_members: {
|
|
2168
|
+
id: string;
|
|
2169
|
+
dataType: {
|
|
2170
|
+
id: string;
|
|
2171
|
+
};
|
|
2172
|
+
};
|
|
2173
|
+
raw_json: {
|
|
2174
|
+
id: string;
|
|
2175
|
+
dataType: {
|
|
2176
|
+
id: string;
|
|
2177
|
+
};
|
|
2178
|
+
};
|
|
2179
|
+
};
|
|
2180
|
+
};
|
|
2046
2181
|
};
|
|
2047
2182
|
};
|
|
2048
|
-
|
|
2049
|
-
outputs: {};
|
|
2050
|
-
};
|
|
2051
|
-
"external-integration--jira--post--create-issue": {
|
|
2052
|
-
id: ExternalIntegrationOperations;
|
|
2053
|
-
inputs: {
|
|
2054
|
-
connection: {
|
|
2183
|
+
nextPageToken: {
|
|
2055
2184
|
id: string;
|
|
2056
2185
|
dataType: {
|
|
2057
2186
|
id: string;
|
|
2058
2187
|
};
|
|
2059
2188
|
};
|
|
2060
2189
|
};
|
|
2061
|
-
outputs: {};
|
|
2062
2190
|
};
|
|
2063
|
-
"external-integration--
|
|
2191
|
+
"external-integration--slack--get--messages": {
|
|
2064
2192
|
id: ExternalIntegrationOperations;
|
|
2065
2193
|
inputs: {
|
|
2066
2194
|
connection: {
|
|
@@ -2069,170 +2197,229 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2069
2197
|
id: string;
|
|
2070
2198
|
};
|
|
2071
2199
|
};
|
|
2072
|
-
|
|
2073
|
-
outputs: {};
|
|
2074
|
-
};
|
|
2075
|
-
"external-integration--jira--get--projects": {
|
|
2076
|
-
id: ExternalIntegrationOperations;
|
|
2077
|
-
inputs: {
|
|
2078
|
-
connection: {
|
|
2200
|
+
channel: {
|
|
2079
2201
|
id: string;
|
|
2080
2202
|
dataType: {
|
|
2081
2203
|
id: string;
|
|
2082
2204
|
};
|
|
2083
2205
|
};
|
|
2084
|
-
|
|
2085
|
-
outputs: {};
|
|
2086
|
-
};
|
|
2087
|
-
"external-integration--jira--get--issue-types": {
|
|
2088
|
-
id: ExternalIntegrationOperations;
|
|
2089
|
-
inputs: {
|
|
2090
|
-
connection: {
|
|
2206
|
+
pageSize: {
|
|
2091
2207
|
id: string;
|
|
2092
2208
|
dataType: {
|
|
2093
2209
|
id: string;
|
|
2094
2210
|
};
|
|
2095
2211
|
};
|
|
2096
|
-
|
|
2097
|
-
outputs: {};
|
|
2098
|
-
};
|
|
2099
|
-
"external-integration--slack--post--send-message": {
|
|
2100
|
-
id: ExternalIntegrationOperations;
|
|
2101
|
-
inputs: {
|
|
2102
|
-
connection: {
|
|
2212
|
+
pageToken: {
|
|
2103
2213
|
id: string;
|
|
2104
2214
|
dataType: {
|
|
2105
2215
|
id: string;
|
|
2106
2216
|
};
|
|
2107
2217
|
};
|
|
2108
|
-
|
|
2218
|
+
oldest: {
|
|
2109
2219
|
id: string;
|
|
2110
2220
|
dataType: {
|
|
2111
2221
|
id: string;
|
|
2112
2222
|
};
|
|
2113
2223
|
};
|
|
2114
|
-
|
|
2224
|
+
latest: {
|
|
2115
2225
|
id: string;
|
|
2116
2226
|
dataType: {
|
|
2117
2227
|
id: string;
|
|
2118
2228
|
};
|
|
2119
2229
|
};
|
|
2120
|
-
|
|
2230
|
+
inclusive: {
|
|
2121
2231
|
id: string;
|
|
2122
2232
|
dataType: {
|
|
2123
2233
|
id: string;
|
|
2124
2234
|
};
|
|
2125
2235
|
};
|
|
2126
|
-
|
|
2236
|
+
includeAllMetadata: {
|
|
2127
2237
|
id: string;
|
|
2128
2238
|
dataType: {
|
|
2129
2239
|
id: string;
|
|
2130
2240
|
};
|
|
2131
2241
|
};
|
|
2132
|
-
|
|
2133
|
-
outputs: {
|
|
2134
|
-
channel: {
|
|
2242
|
+
autoPaginate: {
|
|
2135
2243
|
id: string;
|
|
2136
2244
|
dataType: {
|
|
2137
2245
|
id: string;
|
|
2138
2246
|
};
|
|
2139
2247
|
};
|
|
2140
|
-
|
|
2248
|
+
textContains: {
|
|
2141
2249
|
id: string;
|
|
2142
2250
|
dataType: {
|
|
2143
2251
|
id: string;
|
|
2144
2252
|
};
|
|
2145
2253
|
};
|
|
2146
|
-
|
|
2254
|
+
onlyThreadRoots: {
|
|
2147
2255
|
id: string;
|
|
2148
2256
|
dataType: {
|
|
2149
2257
|
id: string;
|
|
2150
2258
|
};
|
|
2151
2259
|
};
|
|
2152
|
-
|
|
2260
|
+
};
|
|
2261
|
+
outputs: {
|
|
2262
|
+
messages: {
|
|
2263
|
+
id: string;
|
|
2264
|
+
dataType: {
|
|
2265
|
+
id: string;
|
|
2266
|
+
entity: {
|
|
2267
|
+
id: string;
|
|
2268
|
+
properties: {
|
|
2269
|
+
ts: {
|
|
2270
|
+
id: string;
|
|
2271
|
+
dataType: {
|
|
2272
|
+
id: string;
|
|
2273
|
+
};
|
|
2274
|
+
};
|
|
2275
|
+
text: {
|
|
2276
|
+
id: string;
|
|
2277
|
+
dataType: {
|
|
2278
|
+
id: string;
|
|
2279
|
+
};
|
|
2280
|
+
};
|
|
2281
|
+
user: {
|
|
2282
|
+
id: string;
|
|
2283
|
+
dataType: {
|
|
2284
|
+
id: string;
|
|
2285
|
+
};
|
|
2286
|
+
};
|
|
2287
|
+
type: {
|
|
2288
|
+
id: string;
|
|
2289
|
+
dataType: {
|
|
2290
|
+
id: string;
|
|
2291
|
+
};
|
|
2292
|
+
};
|
|
2293
|
+
thread_ts: {
|
|
2294
|
+
id: string;
|
|
2295
|
+
dataType: {
|
|
2296
|
+
id: string;
|
|
2297
|
+
};
|
|
2298
|
+
};
|
|
2299
|
+
reply_count: {
|
|
2300
|
+
id: string;
|
|
2301
|
+
dataType: {
|
|
2302
|
+
id: string;
|
|
2303
|
+
};
|
|
2304
|
+
};
|
|
2305
|
+
latest_reply: {
|
|
2306
|
+
id: string;
|
|
2307
|
+
dataType: {
|
|
2308
|
+
id: string;
|
|
2309
|
+
};
|
|
2310
|
+
};
|
|
2311
|
+
subtype: {
|
|
2312
|
+
id: string;
|
|
2313
|
+
dataType: {
|
|
2314
|
+
id: string;
|
|
2315
|
+
};
|
|
2316
|
+
};
|
|
2317
|
+
bot_id: {
|
|
2318
|
+
id: string;
|
|
2319
|
+
dataType: {
|
|
2320
|
+
id: string;
|
|
2321
|
+
};
|
|
2322
|
+
};
|
|
2323
|
+
team: {
|
|
2324
|
+
id: string;
|
|
2325
|
+
dataType: {
|
|
2326
|
+
id: string;
|
|
2327
|
+
};
|
|
2328
|
+
};
|
|
2329
|
+
raw_json: {
|
|
2330
|
+
id: string;
|
|
2331
|
+
dataType: {
|
|
2332
|
+
id: string;
|
|
2333
|
+
};
|
|
2334
|
+
};
|
|
2335
|
+
};
|
|
2336
|
+
};
|
|
2337
|
+
};
|
|
2338
|
+
};
|
|
2339
|
+
nextPageToken: {
|
|
2340
|
+
id: string;
|
|
2341
|
+
dataType: {
|
|
2342
|
+
id: string;
|
|
2343
|
+
};
|
|
2344
|
+
};
|
|
2345
|
+
};
|
|
2346
|
+
};
|
|
2347
|
+
"external-integration--slack--get--replies": {
|
|
2348
|
+
id: ExternalIntegrationOperations;
|
|
2349
|
+
inputs: {
|
|
2350
|
+
connection: {
|
|
2153
2351
|
id: string;
|
|
2154
2352
|
dataType: {
|
|
2155
2353
|
id: string;
|
|
2156
2354
|
};
|
|
2157
2355
|
};
|
|
2158
|
-
|
|
2356
|
+
threadTs: {
|
|
2159
2357
|
id: string;
|
|
2160
2358
|
dataType: {
|
|
2161
2359
|
id: string;
|
|
2162
2360
|
};
|
|
2163
2361
|
};
|
|
2164
|
-
|
|
2165
|
-
};
|
|
2166
|
-
"external-integration--slack--get--users": {
|
|
2167
|
-
id: ExternalIntegrationOperations;
|
|
2168
|
-
inputs: {
|
|
2169
|
-
connection: {
|
|
2362
|
+
includeParent: {
|
|
2170
2363
|
id: string;
|
|
2171
2364
|
dataType: {
|
|
2172
2365
|
id: string;
|
|
2173
2366
|
};
|
|
2174
2367
|
};
|
|
2175
|
-
|
|
2176
|
-
outputs: {};
|
|
2177
|
-
};
|
|
2178
|
-
"external-integration--slack--get--channels": {
|
|
2179
|
-
id: ExternalIntegrationOperations;
|
|
2180
|
-
inputs: {
|
|
2181
|
-
connection: {
|
|
2368
|
+
channel: {
|
|
2182
2369
|
id: string;
|
|
2183
2370
|
dataType: {
|
|
2184
2371
|
id: string;
|
|
2185
2372
|
};
|
|
2186
2373
|
};
|
|
2187
|
-
|
|
2374
|
+
pageSize: {
|
|
2188
2375
|
id: string;
|
|
2189
2376
|
dataType: {
|
|
2190
2377
|
id: string;
|
|
2191
2378
|
};
|
|
2192
2379
|
};
|
|
2193
|
-
|
|
2380
|
+
pageToken: {
|
|
2194
2381
|
id: string;
|
|
2195
2382
|
dataType: {
|
|
2196
2383
|
id: string;
|
|
2197
2384
|
};
|
|
2198
2385
|
};
|
|
2199
|
-
|
|
2386
|
+
oldest: {
|
|
2200
2387
|
id: string;
|
|
2201
2388
|
dataType: {
|
|
2202
2389
|
id: string;
|
|
2203
2390
|
};
|
|
2204
2391
|
};
|
|
2205
|
-
|
|
2392
|
+
latest: {
|
|
2206
2393
|
id: string;
|
|
2207
2394
|
dataType: {
|
|
2208
2395
|
id: string;
|
|
2209
2396
|
};
|
|
2210
2397
|
};
|
|
2211
|
-
|
|
2398
|
+
inclusive: {
|
|
2212
2399
|
id: string;
|
|
2213
2400
|
dataType: {
|
|
2214
2401
|
id: string;
|
|
2215
2402
|
};
|
|
2216
2403
|
};
|
|
2217
|
-
|
|
2404
|
+
includeAllMetadata: {
|
|
2218
2405
|
id: string;
|
|
2219
2406
|
dataType: {
|
|
2220
2407
|
id: string;
|
|
2221
2408
|
};
|
|
2222
2409
|
};
|
|
2223
|
-
|
|
2410
|
+
autoPaginate: {
|
|
2224
2411
|
id: string;
|
|
2225
2412
|
dataType: {
|
|
2226
2413
|
id: string;
|
|
2227
2414
|
};
|
|
2228
2415
|
};
|
|
2229
|
-
|
|
2416
|
+
textContains: {
|
|
2230
2417
|
id: string;
|
|
2231
2418
|
dataType: {
|
|
2232
2419
|
id: string;
|
|
2233
2420
|
};
|
|
2234
2421
|
};
|
|
2235
|
-
|
|
2422
|
+
onlyThreadRoots: {
|
|
2236
2423
|
id: string;
|
|
2237
2424
|
dataType: {
|
|
2238
2425
|
id: string;
|
|
@@ -2240,98 +2427,68 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2240
2427
|
};
|
|
2241
2428
|
};
|
|
2242
2429
|
outputs: {
|
|
2243
|
-
|
|
2430
|
+
messages: {
|
|
2244
2431
|
id: string;
|
|
2245
2432
|
dataType: {
|
|
2246
2433
|
id: string;
|
|
2247
2434
|
entity: {
|
|
2248
2435
|
id: string;
|
|
2249
2436
|
properties: {
|
|
2250
|
-
|
|
2251
|
-
id: string;
|
|
2252
|
-
dataType: {
|
|
2253
|
-
id: string;
|
|
2254
|
-
};
|
|
2255
|
-
};
|
|
2256
|
-
name: {
|
|
2257
|
-
id: string;
|
|
2258
|
-
dataType: {
|
|
2259
|
-
id: string;
|
|
2260
|
-
};
|
|
2261
|
-
};
|
|
2262
|
-
is_channel: {
|
|
2263
|
-
id: string;
|
|
2264
|
-
dataType: {
|
|
2265
|
-
id: string;
|
|
2266
|
-
};
|
|
2267
|
-
};
|
|
2268
|
-
is_group: {
|
|
2269
|
-
id: string;
|
|
2270
|
-
dataType: {
|
|
2271
|
-
id: string;
|
|
2272
|
-
};
|
|
2273
|
-
};
|
|
2274
|
-
is_im: {
|
|
2275
|
-
id: string;
|
|
2276
|
-
dataType: {
|
|
2277
|
-
id: string;
|
|
2278
|
-
};
|
|
2279
|
-
};
|
|
2280
|
-
created: {
|
|
2437
|
+
ts: {
|
|
2281
2438
|
id: string;
|
|
2282
2439
|
dataType: {
|
|
2283
2440
|
id: string;
|
|
2284
2441
|
};
|
|
2285
2442
|
};
|
|
2286
|
-
|
|
2443
|
+
text: {
|
|
2287
2444
|
id: string;
|
|
2288
2445
|
dataType: {
|
|
2289
2446
|
id: string;
|
|
2290
2447
|
};
|
|
2291
2448
|
};
|
|
2292
|
-
|
|
2449
|
+
user: {
|
|
2293
2450
|
id: string;
|
|
2294
2451
|
dataType: {
|
|
2295
2452
|
id: string;
|
|
2296
2453
|
};
|
|
2297
2454
|
};
|
|
2298
|
-
|
|
2455
|
+
type: {
|
|
2299
2456
|
id: string;
|
|
2300
2457
|
dataType: {
|
|
2301
2458
|
id: string;
|
|
2302
2459
|
};
|
|
2303
2460
|
};
|
|
2304
|
-
|
|
2461
|
+
thread_ts: {
|
|
2305
2462
|
id: string;
|
|
2306
2463
|
dataType: {
|
|
2307
2464
|
id: string;
|
|
2308
2465
|
};
|
|
2309
2466
|
};
|
|
2310
|
-
|
|
2467
|
+
reply_count: {
|
|
2311
2468
|
id: string;
|
|
2312
2469
|
dataType: {
|
|
2313
2470
|
id: string;
|
|
2314
2471
|
};
|
|
2315
2472
|
};
|
|
2316
|
-
|
|
2473
|
+
latest_reply: {
|
|
2317
2474
|
id: string;
|
|
2318
2475
|
dataType: {
|
|
2319
2476
|
id: string;
|
|
2320
2477
|
};
|
|
2321
2478
|
};
|
|
2322
|
-
|
|
2479
|
+
subtype: {
|
|
2323
2480
|
id: string;
|
|
2324
2481
|
dataType: {
|
|
2325
2482
|
id: string;
|
|
2326
2483
|
};
|
|
2327
2484
|
};
|
|
2328
|
-
|
|
2485
|
+
bot_id: {
|
|
2329
2486
|
id: string;
|
|
2330
2487
|
dataType: {
|
|
2331
2488
|
id: string;
|
|
2332
2489
|
};
|
|
2333
2490
|
};
|
|
2334
|
-
|
|
2491
|
+
team: {
|
|
2335
2492
|
id: string;
|
|
2336
2493
|
dataType: {
|
|
2337
2494
|
id: string;
|
|
@@ -2355,18 +2512,6 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2355
2512
|
};
|
|
2356
2513
|
};
|
|
2357
2514
|
};
|
|
2358
|
-
"external-integration--slack--get--messages": {
|
|
2359
|
-
id: ExternalIntegrationOperations;
|
|
2360
|
-
inputs: {
|
|
2361
|
-
connection: {
|
|
2362
|
-
id: string;
|
|
2363
|
-
dataType: {
|
|
2364
|
-
id: string;
|
|
2365
|
-
};
|
|
2366
|
-
};
|
|
2367
|
-
};
|
|
2368
|
-
outputs: {};
|
|
2369
|
-
};
|
|
2370
2515
|
};
|
|
2371
2516
|
loop: {
|
|
2372
2517
|
"list-loop": {
|
|
@@ -3152,7 +3297,7 @@ export declare function checkIsDetachedBranch(entity: CanvasEntityState): boolea
|
|
|
3152
3297
|
|
|
3153
3298
|
export declare function checkIsDetachedBranchShallow(entity: CanvasEntityState): boolean;
|
|
3154
3299
|
|
|
3155
|
-
export declare function checkIsEmptyValue(value: LiteralValueType): boolean;
|
|
3300
|
+
export declare function checkIsEmptyValue(value: LiteralValueType | undefined): boolean;
|
|
3156
3301
|
|
|
3157
3302
|
export declare function checkIsGloballyDeclared(entity: ConditionState | FunctionCallState | OperationState | VariableDeclarationState | VariableInstanceState | FunctionCallState | LoopState | SearchState): boolean;
|
|
3158
3303
|
|
|
@@ -3588,12 +3733,6 @@ export declare function createEntityError(error: IEntityError): {
|
|
|
3588
3733
|
error: EntityError;
|
|
3589
3734
|
};
|
|
3590
3735
|
|
|
3591
|
-
export declare const createIssueIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
3592
|
-
|
|
3593
|
-
export declare const createIssueIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
3594
|
-
|
|
3595
|
-
export declare const createIssueIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
3596
|
-
|
|
3597
3736
|
export declare function createNestedDataTypeForEntity(entity: DefinitionEntityState, parentDataType: DataTypeState, changeSet: ChangeSet | null, parentRelationType?: DataTypeParentChildRelation): IChangeSet<DataTypeState>;
|
|
3598
3737
|
|
|
3599
3738
|
export declare enum CreateNewInputIds {
|
|
@@ -4378,12 +4517,6 @@ export declare function deleteRootProject(where: {
|
|
|
4378
4517
|
id: string;
|
|
4379
4518
|
}): null;
|
|
4380
4519
|
|
|
4381
|
-
export declare const documentsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
4382
|
-
|
|
4383
|
-
export declare const documentsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
4384
|
-
|
|
4385
|
-
export declare const documentsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
4386
|
-
|
|
4387
4520
|
export declare const DRAGGABLE_CALLABLE_TYPES: EntityType[];
|
|
4388
4521
|
|
|
4389
4522
|
export declare const DRAGGABLE_CALLER_TYPES: EntityType[];
|
|
@@ -5821,34 +5954,16 @@ export declare const ExternalIntegrationNames: {
|
|
|
5821
5954
|
};
|
|
5822
5955
|
|
|
5823
5956
|
export declare enum ExternalIntegrationOperations {
|
|
5824
|
-
|
|
5825
|
-
AirtableBases = "external-integration--airtable--get--bases",
|
|
5826
|
-
GoogleWorkspaceOrgUnits = "external-integration--google--get--workspace-org-units",
|
|
5827
|
-
GoogleWorkspaceUsers = "external-integration--google--get--workspace-users",
|
|
5828
|
-
GoogleWorkspaceUserAccessTokens = "external-integration--google--get--workspace-user-access-tokens",
|
|
5829
|
-
GoogleDriveFetchDocument = "external-integration--google-drive--get--fetch-document",
|
|
5830
|
-
GoogleDriveFetchGoogleSheet = "external-integration--google-drive--get--fetch-google-sheet",
|
|
5831
|
-
GoogleDriveFetchGoogleDoc = "external-integration--google-drive--get--fetch-google-doc",
|
|
5832
|
-
GoogleDriveFolderContent = "external-integration--google-drive--get--folder-content",
|
|
5957
|
+
GoogleDriveSmartFetchDocument = "external-integration--google-drive--get--smart-fetch-document",
|
|
5833
5958
|
GoogleDriveUploadDocument = "external-integration--google-drive--post--upload-document",
|
|
5834
|
-
GoogleDriveListDrives = "external-integration--google-drive--get--list-drives",
|
|
5835
|
-
GoogleDriveDocuments = "external-integration--google-drive--get--documents",
|
|
5836
5959
|
GoogleDriveFiles = "external-integration--google-drive--get--files",
|
|
5837
|
-
GoogleDriveFolders = "external-integration--google-drive--get--folders",
|
|
5838
5960
|
GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content",
|
|
5839
5961
|
GoogleMailSendEmail = "external-integration--google-mail--post--send-email",
|
|
5840
|
-
GoogleMailFetchAttachment = "external-integration--google-mail--get--fetch-attachment",
|
|
5841
5962
|
GoogleMailEmails = "external-integration--google-mail--get--emails",
|
|
5842
|
-
GoogleMailLabels = "external-integration--google-mail--get--labels",
|
|
5843
|
-
GoogleSheetFetchSpreadsheet = "external-integration--google-sheet--get--fetch-spreadsheet",
|
|
5844
|
-
JiraCreateIssue = "external-integration--jira--post--create-issue",
|
|
5845
|
-
JiraIssues = "external-integration--jira--get--issues",
|
|
5846
|
-
JiraProjects = "external-integration--jira--get--projects",
|
|
5847
|
-
JiraIssueTypes = "external-integration--jira--get--issue-types",
|
|
5848
5963
|
SlackSendMessage = "external-integration--slack--post--send-message",
|
|
5849
|
-
SlackUsers = "external-integration--slack--get--users",
|
|
5850
5964
|
SlackChannels = "external-integration--slack--get--channels",
|
|
5851
|
-
SlackMessages = "external-integration--slack--get--messages"
|
|
5965
|
+
SlackMessages = "external-integration--slack--get--messages",
|
|
5966
|
+
SlackReplies = "external-integration--slack--get--replies"
|
|
5852
5967
|
}
|
|
5853
5968
|
|
|
5854
5969
|
export declare enum ExternalIntegrationRootProviders {
|
|
@@ -6317,36 +6432,6 @@ export declare enum ExternalIntegrationRootProviders {
|
|
|
6317
6432
|
'zuora' = "zuora"
|
|
6318
6433
|
}
|
|
6319
6434
|
|
|
6320
|
-
export declare const fetchAttachmentIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
6321
|
-
|
|
6322
|
-
export declare const fetchAttachmentIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6323
|
-
|
|
6324
|
-
export declare const fetchAttachmentIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6325
|
-
|
|
6326
|
-
export declare const fetchDocumentIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
6327
|
-
|
|
6328
|
-
export declare const fetchDocumentIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6329
|
-
|
|
6330
|
-
export declare const fetchDocumentIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6331
|
-
|
|
6332
|
-
export declare const fetchGoogleDocIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
6333
|
-
|
|
6334
|
-
export declare const fetchGoogleDocIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6335
|
-
|
|
6336
|
-
export declare const fetchGoogleDocIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6337
|
-
|
|
6338
|
-
export declare const fetchGoogleSheetIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
6339
|
-
|
|
6340
|
-
export declare const fetchGoogleSheetIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6341
|
-
|
|
6342
|
-
export declare const fetchGoogleSheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6343
|
-
|
|
6344
|
-
export declare const fetchSpreadsheetIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
6345
|
-
|
|
6346
|
-
export declare const fetchSpreadsheetIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6347
|
-
|
|
6348
|
-
export declare const fetchSpreadsheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6349
|
-
|
|
6350
6435
|
export declare const filesIntegrationBuiltInActionDescriptorChannelOutputTransfer: IValueDescriptorTransfer;
|
|
6351
6436
|
|
|
6352
6437
|
export declare const filesIntegrationBuiltInActionDescriptorChannelPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
@@ -6646,18 +6731,6 @@ export declare function flattenVariableWrites(variable: VariableState, seenVaria
|
|
|
6646
6731
|
|
|
6647
6732
|
export declare function flattenWrites(entity: ValueWritingEntityState, seenEntities?: Set<string>): ValueReadingEntityState[];
|
|
6648
6733
|
|
|
6649
|
-
export declare const folderContentIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
6650
|
-
|
|
6651
|
-
export declare const folderContentIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6652
|
-
|
|
6653
|
-
export declare const folderContentIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6654
|
-
|
|
6655
|
-
export declare const foldersIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
6656
|
-
|
|
6657
|
-
export declare const foldersIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6658
|
-
|
|
6659
|
-
export declare const foldersIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6660
|
-
|
|
6661
6734
|
/**
|
|
6662
6735
|
* Holds keywords that are forbidden (so far in Javascript) to be used as names for entities.
|
|
6663
6736
|
* This is used to validate the names of entities, such as functions, variables, etc.
|
|
@@ -7001,6 +7074,56 @@ declare namespace functionDeclarationValidation {
|
|
|
7001
7074
|
}
|
|
7002
7075
|
export { functionDeclarationValidation }
|
|
7003
7076
|
|
|
7077
|
+
export declare const gdriveSmartFetchActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
7078
|
+
|
|
7079
|
+
export declare const gdriveSmartFetchBase64OutputDataTypeTransfer: IDataTypeTransfer;
|
|
7080
|
+
|
|
7081
|
+
export declare const gdriveSmartFetchBase64OutputTransfer: IValueDescriptorTransfer;
|
|
7082
|
+
|
|
7083
|
+
export declare const gdriveSmartFetchConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
7084
|
+
|
|
7085
|
+
export declare const gdriveSmartFetchConnectionInputTransfer: IValueDescriptorTransfer;
|
|
7086
|
+
|
|
7087
|
+
export declare const gdriveSmartFetchFileIdInputDataTypeTransfer: IDataTypeTransfer;
|
|
7088
|
+
|
|
7089
|
+
export declare const gdriveSmartFetchFileIdInputTransfer: IValueDescriptorTransfer;
|
|
7090
|
+
|
|
7091
|
+
export declare const gdriveSmartFetchIsBinaryOutputDataTypeTransfer: IDataTypeTransfer;
|
|
7092
|
+
|
|
7093
|
+
export declare const gdriveSmartFetchIsBinaryOutputTransfer: IValueDescriptorTransfer;
|
|
7094
|
+
|
|
7095
|
+
export declare const gdriveSmartFetchJsonOutputDataTypeTransfer: IDataTypeTransfer;
|
|
7096
|
+
|
|
7097
|
+
export declare const gdriveSmartFetchJsonOutputTransfer: IValueDescriptorTransfer;
|
|
7098
|
+
|
|
7099
|
+
export declare const gdriveSmartFetchKindOutputDataTypeTransfer: IDataTypeTransfer;
|
|
7100
|
+
|
|
7101
|
+
export declare const gdriveSmartFetchKindOutputTransfer: IValueDescriptorTransfer;
|
|
7102
|
+
|
|
7103
|
+
export declare const gdriveSmartFetchMimeOutputDataTypeTransfer: IDataTypeTransfer;
|
|
7104
|
+
|
|
7105
|
+
export declare const gdriveSmartFetchMimeOutputTransfer: IValueDescriptorTransfer;
|
|
7106
|
+
|
|
7107
|
+
export declare const gdriveSmartFetchModeInputDataTypeTransfer: IDataTypeTransfer;
|
|
7108
|
+
|
|
7109
|
+
export declare const gdriveSmartFetchModeInputTransfer: IValueDescriptorTransfer;
|
|
7110
|
+
|
|
7111
|
+
export declare const gdriveSmartFetchRawJsonOutputDataTypeTransfer: IDataTypeTransfer;
|
|
7112
|
+
|
|
7113
|
+
export declare const gdriveSmartFetchRawJsonOutputTransfer: IValueDescriptorTransfer;
|
|
7114
|
+
|
|
7115
|
+
export declare const gdriveSmartFetchSizeBytesOutputDataTypeTransfer: IDataTypeTransfer;
|
|
7116
|
+
|
|
7117
|
+
export declare const gdriveSmartFetchSizeBytesOutputTransfer: IValueDescriptorTransfer;
|
|
7118
|
+
|
|
7119
|
+
export declare const gdriveSmartFetchTextOutputDataTypeTransfer: IDataTypeTransfer;
|
|
7120
|
+
|
|
7121
|
+
export declare const gdriveSmartFetchTextOutputTransfer: IValueDescriptorTransfer;
|
|
7122
|
+
|
|
7123
|
+
export declare const gdriveSmartFetchTitleOutputDataTypeTransfer: IDataTypeTransfer;
|
|
7124
|
+
|
|
7125
|
+
export declare const gdriveSmartFetchTitleOutputTransfer: IValueDescriptorTransfer;
|
|
7126
|
+
|
|
7004
7127
|
export declare function generate(value: ILiteralValue): UntypedValue;
|
|
7005
7128
|
|
|
7006
7129
|
export declare function generateActionExample(actionName: string, properties: Record<string, string>): string;
|
|
@@ -11414,6 +11537,8 @@ export { globalEventValidation }
|
|
|
11414
11537
|
|
|
11415
11538
|
export declare const GOOGLE_DRIVE_MIME_TYPES: string[];
|
|
11416
11539
|
|
|
11540
|
+
export declare const GOOGLE_DRIVE_SMART_FETCH_MODE_OPTIONS: readonly ["auto", "native", "plain-text", "binary"];
|
|
11541
|
+
|
|
11417
11542
|
export declare const googleAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
11418
11543
|
|
|
11419
11544
|
export declare const googleAuthExternalConnectionBuiltInBaseEntityConnectionIdProperty: IPropertyTransfer;
|
|
@@ -14127,18 +14252,6 @@ declare interface IShallowColumnMapping {
|
|
|
14127
14252
|
|
|
14128
14253
|
export declare function isPromise(obj: any): obj is Promise<any>;
|
|
14129
14254
|
|
|
14130
|
-
export declare const issuesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
14131
|
-
|
|
14132
|
-
export declare const issuesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
14133
|
-
|
|
14134
|
-
export declare const issuesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
14135
|
-
|
|
14136
|
-
export declare const issueTypesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
14137
|
-
|
|
14138
|
-
export declare const issueTypesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
14139
|
-
|
|
14140
|
-
export declare const issueTypesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
14141
|
-
|
|
14142
14255
|
export declare interface IString extends IPrimitiveEntity {
|
|
14143
14256
|
name: PrimitiveTypes.String;
|
|
14144
14257
|
}
|
|
@@ -14801,22 +14914,10 @@ export declare const joinStringsOperationSeparatorStringDataTypeDefaultValuePare
|
|
|
14801
14914
|
|
|
14802
14915
|
export declare const keyValuePrototype: IPrimitiveEntity;
|
|
14803
14916
|
|
|
14804
|
-
export declare const labelsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
14805
|
-
|
|
14806
|
-
export declare const labelsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
14807
|
-
|
|
14808
|
-
export declare const labelsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
14809
|
-
|
|
14810
14917
|
export declare const LIST_OPERATIONS: {
|
|
14811
14918
|
[key: string]: IActionDescriptorTransfer;
|
|
14812
14919
|
};
|
|
14813
14920
|
|
|
14814
|
-
export declare const listDrivesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
14815
|
-
|
|
14816
|
-
export declare const listDrivesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
14817
|
-
|
|
14818
|
-
export declare const listDrivesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
14819
|
-
|
|
14820
14921
|
export declare enum ListOperations {
|
|
14821
14922
|
Join = "list-join",
|
|
14822
14923
|
Split = "list-split",
|
|
@@ -15222,12 +15323,106 @@ export declare function mergeEntityErrorsList(oldErrors: EntityError[], newError
|
|
|
15222
15323
|
|
|
15223
15324
|
export declare function mergeListOfEntities(oldErrors: EntityState[], newErrors: EntityState[]): EntityState[];
|
|
15224
15325
|
|
|
15225
|
-
export declare const
|
|
15326
|
+
export declare const messagesIntegrationAutoPaginateInputDataTypeTransfer: IDataTypeTransfer;
|
|
15226
15327
|
|
|
15227
|
-
export declare const
|
|
15328
|
+
export declare const messagesIntegrationAutoPaginateInputTransfer: IValueDescriptorTransfer;
|
|
15228
15329
|
|
|
15229
15330
|
export declare const messagesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
15230
15331
|
|
|
15332
|
+
export declare const messagesIntegrationChannelInputDataTypeTransfer: IDataTypeTransfer;
|
|
15333
|
+
|
|
15334
|
+
export declare const messagesIntegrationChannelInputTransfer: IValueDescriptorTransfer;
|
|
15335
|
+
|
|
15336
|
+
export declare const messagesIntegrationConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
15337
|
+
|
|
15338
|
+
export declare const messagesIntegrationConnectionInputTransfer: IValueDescriptorTransfer;
|
|
15339
|
+
|
|
15340
|
+
export declare const messagesIntegrationIncludeAllMetadataInputDataTypeTransfer: IDataTypeTransfer;
|
|
15341
|
+
|
|
15342
|
+
export declare const messagesIntegrationIncludeAllMetadataInputTransfer: IValueDescriptorTransfer;
|
|
15343
|
+
|
|
15344
|
+
export declare const messagesIntegrationInclusiveInputDataTypeTransfer: IDataTypeTransfer;
|
|
15345
|
+
|
|
15346
|
+
export declare const messagesIntegrationInclusiveInputTransfer: IValueDescriptorTransfer;
|
|
15347
|
+
|
|
15348
|
+
export declare const messagesIntegrationLatestInputDataTypeTransfer: IDataTypeTransfer;
|
|
15349
|
+
|
|
15350
|
+
export declare const messagesIntegrationLatestInputTransfer: IValueDescriptorTransfer;
|
|
15351
|
+
|
|
15352
|
+
export declare const messagesIntegrationNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
|
|
15353
|
+
|
|
15354
|
+
export declare const messagesIntegrationNextPageTokenOutputTransfer: IValueDescriptorTransfer;
|
|
15355
|
+
|
|
15356
|
+
export declare const messagesIntegrationOldestInputDataTypeTransfer: IDataTypeTransfer;
|
|
15357
|
+
|
|
15358
|
+
export declare const messagesIntegrationOldestInputTransfer: IValueDescriptorTransfer;
|
|
15359
|
+
|
|
15360
|
+
export declare const messagesIntegrationOnlyThreadRootsInputDataTypeTransfer: IDataTypeTransfer;
|
|
15361
|
+
|
|
15362
|
+
export declare const messagesIntegrationOnlyThreadRootsInputTransfer: IValueDescriptorTransfer;
|
|
15363
|
+
|
|
15364
|
+
export declare const messagesIntegrationPageSizeInputDataTypeTransfer: IDataTypeTransfer;
|
|
15365
|
+
|
|
15366
|
+
export declare const messagesIntegrationPageSizeInputTransfer: IValueDescriptorTransfer;
|
|
15367
|
+
|
|
15368
|
+
export declare const messagesIntegrationPageTokenInputDataTypeTransfer: IDataTypeTransfer;
|
|
15369
|
+
|
|
15370
|
+
export declare const messagesIntegrationPageTokenInputTransfer: IValueDescriptorTransfer;
|
|
15371
|
+
|
|
15372
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityBotIdPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15373
|
+
|
|
15374
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityBotIdPropertyTransfer: IPropertyTransfer;
|
|
15375
|
+
|
|
15376
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityLatestReplyPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15377
|
+
|
|
15378
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityLatestReplyPropertyTransfer: IPropertyTransfer;
|
|
15379
|
+
|
|
15380
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityRawJsonPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15381
|
+
|
|
15382
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityRawJsonPropertyTransfer: IPropertyTransfer;
|
|
15383
|
+
|
|
15384
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityReplyCountPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15385
|
+
|
|
15386
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityReplyCountPropertyTransfer: IPropertyTransfer;
|
|
15387
|
+
|
|
15388
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntitySubtypePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15389
|
+
|
|
15390
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntitySubtypePropertyTransfer: IPropertyTransfer;
|
|
15391
|
+
|
|
15392
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTeamPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15393
|
+
|
|
15394
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTeamPropertyTransfer: IPropertyTransfer;
|
|
15395
|
+
|
|
15396
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTextPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15397
|
+
|
|
15398
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTextPropertyTransfer: IPropertyTransfer;
|
|
15399
|
+
|
|
15400
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityThreadTsPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15401
|
+
|
|
15402
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityThreadTsPropertyTransfer: IPropertyTransfer;
|
|
15403
|
+
|
|
15404
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTransfer: IDefinitionEntityTransfer;
|
|
15405
|
+
|
|
15406
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTsPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15407
|
+
|
|
15408
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTsPropertyTransfer: IPropertyTransfer;
|
|
15409
|
+
|
|
15410
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTypePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15411
|
+
|
|
15412
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityTypePropertyTransfer: IPropertyTransfer;
|
|
15413
|
+
|
|
15414
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityUserPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
15415
|
+
|
|
15416
|
+
export declare const messagesIntegrationRecordsOutputDataTypeEntityUserPropertyTransfer: IPropertyTransfer;
|
|
15417
|
+
|
|
15418
|
+
export declare const messagesIntegrationRecordsOutputDataTypeTransfer: IDataTypeTransfer;
|
|
15419
|
+
|
|
15420
|
+
export declare const messagesIntegrationRecordsOutputTransfer: IValueDescriptorTransfer;
|
|
15421
|
+
|
|
15422
|
+
export declare const messagesIntegrationTextContainsInputDataTypeTransfer: IDataTypeTransfer;
|
|
15423
|
+
|
|
15424
|
+
export declare const messagesIntegrationTextContainsInputTransfer: IValueDescriptorTransfer;
|
|
15425
|
+
|
|
15231
15426
|
export declare const methodDefaultValue: ILiteralValueTransfer;
|
|
15232
15427
|
|
|
15233
15428
|
export declare const microsoftAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
@@ -16466,12 +16661,6 @@ export declare type ProjectPayloadUnion = ProjectState | ProjectTypesUnion;
|
|
|
16466
16661
|
|
|
16467
16662
|
export declare const projectPublicationCompletedGlobalEvent: IActionDescriptorTransfer;
|
|
16468
16663
|
|
|
16469
|
-
export declare const projectsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
16470
|
-
|
|
16471
|
-
export declare const projectsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
16472
|
-
|
|
16473
|
-
export declare const projectsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
16474
|
-
|
|
16475
16664
|
export declare class ProjectState extends VersionedState implements IProject, UserManagedEntityStateTemplate, BaseState {
|
|
16476
16665
|
readonly parentContext: IProjectInstanceParentContext;
|
|
16477
16666
|
initialData: IProject | IProjectTransfer;
|
|
@@ -17186,6 +17375,98 @@ export declare function removeDisabledReasons(existingDisbledResons: CanvasEntit
|
|
|
17186
17375
|
reasons: CanvasEntityDisabledReason[];
|
|
17187
17376
|
};
|
|
17188
17377
|
|
|
17378
|
+
export declare const repliesIntegrationAutoPaginateInputDataTypeTransfer: IDataTypeTransfer;
|
|
17379
|
+
|
|
17380
|
+
export declare const repliesIntegrationAutoPaginateInputTransfer: IValueDescriptorTransfer;
|
|
17381
|
+
|
|
17382
|
+
export declare const repliesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
17383
|
+
|
|
17384
|
+
export declare const repliesIntegrationChannelInputDataTypeTransfer: IDataTypeTransfer;
|
|
17385
|
+
|
|
17386
|
+
export declare const repliesIntegrationChannelInputTransfer: IValueDescriptorTransfer;
|
|
17387
|
+
|
|
17388
|
+
export declare const repliesIntegrationConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
17389
|
+
|
|
17390
|
+
export declare const repliesIntegrationConnectionInputTransfer: IValueDescriptorTransfer;
|
|
17391
|
+
|
|
17392
|
+
export declare const repliesIntegrationIncludeAllMetadataInputDataTypeTransfer: IDataTypeTransfer;
|
|
17393
|
+
|
|
17394
|
+
export declare const repliesIntegrationIncludeAllMetadataInputTransfer: IValueDescriptorTransfer;
|
|
17395
|
+
|
|
17396
|
+
export declare const repliesIntegrationIncludeParentInputDataTypeTransfer: IDataTypeTransfer;
|
|
17397
|
+
|
|
17398
|
+
export declare const repliesIntegrationIncludeParentInputTransfer: IValueDescriptorTransfer;
|
|
17399
|
+
|
|
17400
|
+
export declare const repliesIntegrationInclusiveInputDataTypeTransfer: IDataTypeTransfer;
|
|
17401
|
+
|
|
17402
|
+
export declare const repliesIntegrationInclusiveInputTransfer: IValueDescriptorTransfer;
|
|
17403
|
+
|
|
17404
|
+
export declare const repliesIntegrationLatestInputDataTypeTransfer: IDataTypeTransfer;
|
|
17405
|
+
|
|
17406
|
+
export declare const repliesIntegrationLatestInputTransfer: IValueDescriptorTransfer;
|
|
17407
|
+
|
|
17408
|
+
export declare const repliesIntegrationNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
|
|
17409
|
+
|
|
17410
|
+
export declare const repliesIntegrationNextPageTokenOutputTransfer: IValueDescriptorTransfer;
|
|
17411
|
+
|
|
17412
|
+
export declare const repliesIntegrationOldestInputDataTypeTransfer: IDataTypeTransfer;
|
|
17413
|
+
|
|
17414
|
+
export declare const repliesIntegrationOldestInputTransfer: IValueDescriptorTransfer;
|
|
17415
|
+
|
|
17416
|
+
export declare const repliesIntegrationPageSizeInputDataTypeTransfer: IDataTypeTransfer;
|
|
17417
|
+
|
|
17418
|
+
export declare const repliesIntegrationPageSizeInputTransfer: IValueDescriptorTransfer;
|
|
17419
|
+
|
|
17420
|
+
export declare const repliesIntegrationPageTokenInputDataTypeTransfer: IDataTypeTransfer;
|
|
17421
|
+
|
|
17422
|
+
export declare const repliesIntegrationPageTokenInputTransfer: IValueDescriptorTransfer;
|
|
17423
|
+
|
|
17424
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityBotIdPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17425
|
+
|
|
17426
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityBotIdPropertyTransfer: IPropertyTransfer;
|
|
17427
|
+
|
|
17428
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityRawJsonPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17429
|
+
|
|
17430
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityRawJsonPropertyTransfer: IPropertyTransfer;
|
|
17431
|
+
|
|
17432
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntitySubtypePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17433
|
+
|
|
17434
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntitySubtypePropertyTransfer: IPropertyTransfer;
|
|
17435
|
+
|
|
17436
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTeamPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17437
|
+
|
|
17438
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTeamPropertyTransfer: IPropertyTransfer;
|
|
17439
|
+
|
|
17440
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTextPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17441
|
+
|
|
17442
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTextPropertyTransfer: IPropertyTransfer;
|
|
17443
|
+
|
|
17444
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityThreadTsPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17445
|
+
|
|
17446
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityThreadTsPropertyTransfer: IPropertyTransfer;
|
|
17447
|
+
|
|
17448
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTransfer: IDefinitionEntityTransfer;
|
|
17449
|
+
|
|
17450
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTsPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17451
|
+
|
|
17452
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTsPropertyTransfer: IPropertyTransfer;
|
|
17453
|
+
|
|
17454
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTypePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17455
|
+
|
|
17456
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityTypePropertyTransfer: IPropertyTransfer;
|
|
17457
|
+
|
|
17458
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityUserPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
17459
|
+
|
|
17460
|
+
export declare const repliesIntegrationRecordsOutputDataTypeEntityUserPropertyTransfer: IPropertyTransfer;
|
|
17461
|
+
|
|
17462
|
+
export declare const repliesIntegrationRecordsOutputDataTypeTransfer: IDataTypeTransfer;
|
|
17463
|
+
|
|
17464
|
+
export declare const repliesIntegrationRecordsOutputTransfer: IValueDescriptorTransfer;
|
|
17465
|
+
|
|
17466
|
+
export declare const repliesIntegrationThreadTsInputDataTypeTransfer: IDataTypeTransfer;
|
|
17467
|
+
|
|
17468
|
+
export declare const repliesIntegrationThreadTsInputTransfer: IValueDescriptorTransfer;
|
|
17469
|
+
|
|
17189
17470
|
export declare function resolveActionDescriptorName(actionDescriptor: ActionDescriptorState): string;
|
|
17190
17471
|
|
|
17191
17472
|
/**
|
|
@@ -18311,12 +18592,6 @@ declare type SupportedOperators = string | PostgresqlOperatorExpr | Keyword<'IS'
|
|
|
18311
18592
|
|
|
18312
18593
|
export declare function syncSearchEntityOutput(entity: SearchState, statement: SearchStatementState, changeSet: ChangeSet | null): void;
|
|
18313
18594
|
|
|
18314
|
-
export declare const tablesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
18315
|
-
|
|
18316
|
-
export declare const tablesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
18317
|
-
|
|
18318
|
-
export declare const tablesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
18319
|
-
|
|
18320
18595
|
export declare const TERMINATION_TYPES: EntityType[];
|
|
18321
18596
|
|
|
18322
18597
|
export declare type TerminationEntity = IReturnStatement | IBreakStatement | IContinueStatement;
|
|
@@ -18533,12 +18808,6 @@ export declare abstract class UserManagedEntityStateTemplate {
|
|
|
18533
18808
|
abstract onDetachedDependencyRestored(dependency: UserManagedEntityState, field: string, changeSet: ChangeSet | null): IChangeSet<UserManagedEntityState>;
|
|
18534
18809
|
}
|
|
18535
18810
|
|
|
18536
|
-
export declare const usersIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
18537
|
-
|
|
18538
|
-
export declare const usersIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
18539
|
-
|
|
18540
|
-
export declare const usersIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
18541
|
-
|
|
18542
18811
|
export declare type UUIDAutogenerationOptions = IAutogenerationUniqueUUID;
|
|
18543
18812
|
|
|
18544
18813
|
export declare class UUIDModule extends BaseRegisteredExtension implements IRegisteredExtension<IUUIDModule> {
|
|
@@ -19856,22 +20125,4 @@ declare enum WhereStatementOperator {
|
|
|
19856
20125
|
|
|
19857
20126
|
declare function whereStatementOperatorToSQL(operator: WhereStatementOperator): 'LIKE' | 'NOT LIKE' | 'IS NOT' | 'BETWEEN' | 'IN' | WhereStatementOperator.BiggerThan | WhereStatementOperator.SmallerThan | WhereStatementOperator.BiggerThanOrEqualTo | WhereStatementOperator.SmallerThanOrEqualTo;
|
|
19858
20127
|
|
|
19859
|
-
export declare const workspaceOrgUnitsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
19860
|
-
|
|
19861
|
-
export declare const workspaceOrgUnitsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
19862
|
-
|
|
19863
|
-
export declare const workspaceOrgUnitsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
19864
|
-
|
|
19865
|
-
export declare const workspaceUserAccessTokensIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
19866
|
-
|
|
19867
|
-
export declare const workspaceUserAccessTokensIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
19868
|
-
|
|
19869
|
-
export declare const workspaceUserAccessTokensIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
19870
|
-
|
|
19871
|
-
export declare const workspaceUsersIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
19872
|
-
|
|
19873
|
-
export declare const workspaceUsersIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
19874
|
-
|
|
19875
|
-
export declare const workspaceUsersIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
19876
|
-
|
|
19877
20128
|
export { }
|