@elyx-code/project-logic-tree 0.0.6520 → 0.0.6522

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 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,66 +1650,6 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1656
1650
  };
1657
1651
  };
1658
1652
  };
1659
- "external-integration--airtable--get--tables": {
1660
- id: ExternalIntegrationOperations;
1661
- inputs: {
1662
- connection: {
1663
- id: string;
1664
- dataType: {
1665
- id: string;
1666
- };
1667
- };
1668
- };
1669
- outputs: {};
1670
- };
1671
- "external-integration--airtable--get--bases": {
1672
- id: ExternalIntegrationOperations;
1673
- inputs: {
1674
- connection: {
1675
- id: string;
1676
- dataType: {
1677
- id: string;
1678
- };
1679
- };
1680
- };
1681
- outputs: {};
1682
- };
1683
- "external-integration--google--get--workspace-org-units": {
1684
- id: ExternalIntegrationOperations;
1685
- inputs: {
1686
- connection: {
1687
- id: string;
1688
- dataType: {
1689
- id: string;
1690
- };
1691
- };
1692
- };
1693
- outputs: {};
1694
- };
1695
- "external-integration--google--get--workspace-users": {
1696
- id: ExternalIntegrationOperations;
1697
- inputs: {
1698
- connection: {
1699
- id: string;
1700
- dataType: {
1701
- id: string;
1702
- };
1703
- };
1704
- };
1705
- outputs: {};
1706
- };
1707
- "external-integration--google--get--workspace-user-access-tokens": {
1708
- id: ExternalIntegrationOperations;
1709
- inputs: {
1710
- connection: {
1711
- id: string;
1712
- dataType: {
1713
- id: string;
1714
- };
1715
- };
1716
- };
1717
- outputs: {};
1718
- };
1719
1653
  "external-integration--google-drive--get--fetch-document": {
1720
1654
  id: ExternalIntegrationOperations;
1721
1655
  inputs: {
@@ -1836,7 +1770,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1836
1770
  };
1837
1771
  };
1838
1772
  };
1839
- "external-integration--google-drive--get--fetch-google-sheet": {
1773
+ "external-integration--google-drive--post--upload-document": {
1840
1774
  id: ExternalIntegrationOperations;
1841
1775
  inputs: {
1842
1776
  connection: {
@@ -1848,7 +1782,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1848
1782
  };
1849
1783
  outputs: {};
1850
1784
  };
1851
- "external-integration--google-drive--get--fetch-google-doc": {
1785
+ "external-integration--google-gemini--post--generate-content": {
1852
1786
  id: ExternalIntegrationOperations;
1853
1787
  inputs: {
1854
1788
  connection: {
@@ -1857,34 +1791,29 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1857
1791
  id: string;
1858
1792
  };
1859
1793
  };
1860
- };
1861
- outputs: {};
1862
- };
1863
- "external-integration--google-drive--get--folder-content": {
1864
- id: ExternalIntegrationOperations;
1865
- inputs: {
1866
- connection: {
1794
+ model: {
1795
+ id: string;
1796
+ dataType: {
1797
+ id: string;
1798
+ };
1799
+ };
1800
+ prompt: {
1867
1801
  id: string;
1868
1802
  dataType: {
1869
1803
  id: string;
1870
1804
  };
1871
1805
  };
1872
1806
  };
1873
- outputs: {};
1874
- };
1875
- "external-integration--google-drive--post--upload-document": {
1876
- id: ExternalIntegrationOperations;
1877
- inputs: {
1878
- connection: {
1807
+ outputs: {
1808
+ content: {
1879
1809
  id: string;
1880
1810
  dataType: {
1881
1811
  id: string;
1882
1812
  };
1883
1813
  };
1884
1814
  };
1885
- outputs: {};
1886
1815
  };
1887
- "external-integration--google-drive--get--list-drives": {
1816
+ "external-integration--google-mail--post--send-email": {
1888
1817
  id: ExternalIntegrationOperations;
1889
1818
  inputs: {
1890
1819
  connection: {
@@ -1893,22 +1822,47 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1893
1822
  id: string;
1894
1823
  };
1895
1824
  };
1825
+ to: {
1826
+ id: string;
1827
+ dataType: {
1828
+ id: string;
1829
+ };
1830
+ };
1831
+ subject: {
1832
+ id: string;
1833
+ dataType: {
1834
+ id: string;
1835
+ };
1836
+ };
1837
+ from: {
1838
+ id: string;
1839
+ dataType: {
1840
+ id: string;
1841
+ };
1842
+ };
1843
+ body: {
1844
+ id: string;
1845
+ dataType: {
1846
+ id: string;
1847
+ };
1848
+ };
1896
1849
  };
1897
- outputs: {};
1898
- };
1899
- "external-integration--google-drive--get--documents": {
1900
- id: ExternalIntegrationOperations;
1901
- inputs: {
1902
- connection: {
1850
+ outputs: {
1851
+ idOutput: {
1852
+ id: string;
1853
+ dataType: {
1854
+ id: string;
1855
+ };
1856
+ };
1857
+ threadId: {
1903
1858
  id: string;
1904
1859
  dataType: {
1905
1860
  id: string;
1906
1861
  };
1907
1862
  };
1908
1863
  };
1909
- outputs: {};
1910
1864
  };
1911
- "external-integration--google-drive--get--folders": {
1865
+ "external-integration--google-mail--get--emails": {
1912
1866
  id: ExternalIntegrationOperations;
1913
1867
  inputs: {
1914
1868
  connection: {
@@ -1920,7 +1874,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1920
1874
  };
1921
1875
  outputs: {};
1922
1876
  };
1923
- "external-integration--google-gemini--post--generate-content": {
1877
+ "external-integration--slack--post--send-message": {
1924
1878
  id: ExternalIntegrationOperations;
1925
1879
  inputs: {
1926
1880
  connection: {
@@ -1929,13 +1883,25 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1929
1883
  id: string;
1930
1884
  };
1931
1885
  };
1932
- model: {
1886
+ channel: {
1933
1887
  id: string;
1934
1888
  dataType: {
1935
1889
  id: string;
1936
1890
  };
1937
1891
  };
1938
- prompt: {
1892
+ text: {
1893
+ id: string;
1894
+ dataType: {
1895
+ id: string;
1896
+ };
1897
+ };
1898
+ reply_broadcast: {
1899
+ id: string;
1900
+ dataType: {
1901
+ id: string;
1902
+ };
1903
+ };
1904
+ thread_ts: {
1939
1905
  id: string;
1940
1906
  dataType: {
1941
1907
  id: string;
@@ -1943,7 +1909,31 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1943
1909
  };
1944
1910
  };
1945
1911
  outputs: {
1946
- content: {
1912
+ channel: {
1913
+ id: string;
1914
+ dataType: {
1915
+ id: string;
1916
+ };
1917
+ };
1918
+ message: {
1919
+ id: string;
1920
+ dataType: {
1921
+ id: string;
1922
+ };
1923
+ };
1924
+ ok: {
1925
+ id: string;
1926
+ dataType: {
1927
+ id: string;
1928
+ };
1929
+ };
1930
+ raw_json: {
1931
+ id: string;
1932
+ dataType: {
1933
+ id: string;
1934
+ };
1935
+ };
1936
+ ts: {
1947
1937
  id: string;
1948
1938
  dataType: {
1949
1939
  id: string;
@@ -1951,7 +1941,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1951
1941
  };
1952
1942
  };
1953
1943
  };
1954
- "external-integration--google-mail--post--send-email": {
1944
+ "external-integration--slack--get--channels": {
1955
1945
  id: ExternalIntegrationOperations;
1956
1946
  inputs: {
1957
1947
  connection: {
@@ -1960,25 +1950,55 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1960
1950
  id: string;
1961
1951
  };
1962
1952
  };
1963
- to: {
1953
+ excludeArchived: {
1964
1954
  id: string;
1965
1955
  dataType: {
1966
1956
  id: string;
1967
1957
  };
1968
1958
  };
1969
- subject: {
1959
+ onlyJoined: {
1970
1960
  id: string;
1971
1961
  dataType: {
1972
1962
  id: string;
1973
1963
  };
1974
1964
  };
1975
- from: {
1965
+ teamId: {
1976
1966
  id: string;
1977
1967
  dataType: {
1978
1968
  id: string;
1979
1969
  };
1980
1970
  };
1981
- body: {
1971
+ joinPublicChannels: {
1972
+ id: string;
1973
+ dataType: {
1974
+ id: string;
1975
+ };
1976
+ };
1977
+ autoPaginate: {
1978
+ id: string;
1979
+ dataType: {
1980
+ id: string;
1981
+ };
1982
+ };
1983
+ types: {
1984
+ id: string;
1985
+ dataType: {
1986
+ id: string;
1987
+ };
1988
+ };
1989
+ pageSize: {
1990
+ id: string;
1991
+ dataType: {
1992
+ id: string;
1993
+ };
1994
+ };
1995
+ pageToken: {
1996
+ id: string;
1997
+ dataType: {
1998
+ id: string;
1999
+ };
2000
+ };
2001
+ nameContains: {
1982
2002
  id: string;
1983
2003
  dataType: {
1984
2004
  id: string;
@@ -1986,13 +2006,114 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1986
2006
  };
1987
2007
  };
1988
2008
  outputs: {
1989
- idOutput: {
2009
+ channels: {
1990
2010
  id: string;
1991
2011
  dataType: {
1992
2012
  id: string;
2013
+ entity: {
2014
+ id: string;
2015
+ properties: {
2016
+ idProperty: {
2017
+ id: string;
2018
+ dataType: {
2019
+ id: string;
2020
+ };
2021
+ };
2022
+ name: {
2023
+ id: string;
2024
+ dataType: {
2025
+ id: string;
2026
+ };
2027
+ };
2028
+ is_channel: {
2029
+ id: string;
2030
+ dataType: {
2031
+ id: string;
2032
+ };
2033
+ };
2034
+ is_group: {
2035
+ id: string;
2036
+ dataType: {
2037
+ id: string;
2038
+ };
2039
+ };
2040
+ is_im: {
2041
+ id: string;
2042
+ dataType: {
2043
+ id: string;
2044
+ };
2045
+ };
2046
+ created: {
2047
+ id: string;
2048
+ dataType: {
2049
+ id: string;
2050
+ };
2051
+ };
2052
+ creator: {
2053
+ id: string;
2054
+ dataType: {
2055
+ id: string;
2056
+ };
2057
+ };
2058
+ is_archived: {
2059
+ id: string;
2060
+ dataType: {
2061
+ id: string;
2062
+ };
2063
+ };
2064
+ is_general: {
2065
+ id: string;
2066
+ dataType: {
2067
+ id: string;
2068
+ };
2069
+ };
2070
+ name_normalized: {
2071
+ id: string;
2072
+ dataType: {
2073
+ id: string;
2074
+ };
2075
+ };
2076
+ is_shared: {
2077
+ id: string;
2078
+ dataType: {
2079
+ id: string;
2080
+ };
2081
+ };
2082
+ is_private: {
2083
+ id: string;
2084
+ dataType: {
2085
+ id: string;
2086
+ };
2087
+ };
2088
+ is_mpim: {
2089
+ id: string;
2090
+ dataType: {
2091
+ id: string;
2092
+ };
2093
+ };
2094
+ updated: {
2095
+ id: string;
2096
+ dataType: {
2097
+ id: string;
2098
+ };
2099
+ };
2100
+ num_members: {
2101
+ id: string;
2102
+ dataType: {
2103
+ id: string;
2104
+ };
2105
+ };
2106
+ raw_json: {
2107
+ id: string;
2108
+ dataType: {
2109
+ id: string;
2110
+ };
2111
+ };
2112
+ };
2113
+ };
1993
2114
  };
1994
2115
  };
1995
- threadId: {
2116
+ nextPageToken: {
1996
2117
  id: string;
1997
2118
  dataType: {
1998
2119
  id: string;
@@ -2000,7 +2121,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
2000
2121
  };
2001
2122
  };
2002
2123
  };
2003
- "external-integration--google-mail--get--fetch-attachment": {
2124
+ "external-integration--slack--get--messages": {
2004
2125
  id: ExternalIntegrationOperations;
2005
2126
  inputs: {
2006
2127
  connection: {
@@ -2009,200 +2130,211 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
2009
2130
  id: string;
2010
2131
  };
2011
2132
  };
2012
- };
2013
- outputs: {};
2014
- };
2015
- "external-integration--google-mail--get--emails": {
2016
- id: ExternalIntegrationOperations;
2017
- inputs: {
2018
- connection: {
2133
+ channel: {
2019
2134
  id: string;
2020
2135
  dataType: {
2021
2136
  id: string;
2022
2137
  };
2023
2138
  };
2024
- };
2025
- outputs: {};
2026
- };
2027
- "external-integration--google-mail--get--labels": {
2028
- id: ExternalIntegrationOperations;
2029
- inputs: {
2030
- connection: {
2139
+ pageSize: {
2031
2140
  id: string;
2032
2141
  dataType: {
2033
2142
  id: string;
2034
2143
  };
2035
2144
  };
2036
- };
2037
- outputs: {};
2038
- };
2039
- "external-integration--google-sheet--get--fetch-spreadsheet": {
2040
- id: ExternalIntegrationOperations;
2041
- inputs: {
2042
- connection: {
2145
+ pageToken: {
2043
2146
  id: string;
2044
2147
  dataType: {
2045
2148
  id: string;
2046
2149
  };
2047
2150
  };
2048
- };
2049
- outputs: {};
2050
- };
2051
- "external-integration--jira--post--create-issue": {
2052
- id: ExternalIntegrationOperations;
2053
- inputs: {
2054
- connection: {
2151
+ oldest: {
2055
2152
  id: string;
2056
2153
  dataType: {
2057
2154
  id: string;
2058
2155
  };
2059
2156
  };
2060
- };
2061
- outputs: {};
2062
- };
2063
- "external-integration--jira--get--issues": {
2064
- id: ExternalIntegrationOperations;
2065
- inputs: {
2066
- connection: {
2157
+ latest: {
2067
2158
  id: string;
2068
2159
  dataType: {
2069
2160
  id: string;
2070
2161
  };
2071
2162
  };
2072
- };
2073
- outputs: {};
2074
- };
2075
- "external-integration--jira--get--projects": {
2076
- id: ExternalIntegrationOperations;
2077
- inputs: {
2078
- connection: {
2163
+ inclusive: {
2079
2164
  id: string;
2080
2165
  dataType: {
2081
2166
  id: string;
2082
2167
  };
2083
2168
  };
2084
- };
2085
- outputs: {};
2086
- };
2087
- "external-integration--jira--get--issue-types": {
2088
- id: ExternalIntegrationOperations;
2089
- inputs: {
2090
- connection: {
2169
+ includeAllMetadata: {
2091
2170
  id: string;
2092
2171
  dataType: {
2093
2172
  id: string;
2094
2173
  };
2095
2174
  };
2096
- };
2097
- outputs: {};
2098
- };
2099
- "external-integration--slack--post--send-message": {
2100
- id: ExternalIntegrationOperations;
2101
- inputs: {
2102
- connection: {
2175
+ autoPaginate: {
2103
2176
  id: string;
2104
2177
  dataType: {
2105
2178
  id: string;
2106
2179
  };
2107
2180
  };
2108
- channel: {
2181
+ textContains: {
2109
2182
  id: string;
2110
2183
  dataType: {
2111
2184
  id: string;
2112
2185
  };
2113
2186
  };
2114
- text: {
2187
+ onlyThreadRoots: {
2115
2188
  id: string;
2116
2189
  dataType: {
2117
2190
  id: string;
2118
2191
  };
2119
2192
  };
2120
- reply_broadcast: {
2193
+ };
2194
+ outputs: {
2195
+ messages: {
2121
2196
  id: string;
2122
2197
  dataType: {
2123
2198
  id: string;
2199
+ entity: {
2200
+ id: string;
2201
+ properties: {
2202
+ ts: {
2203
+ id: string;
2204
+ dataType: {
2205
+ id: string;
2206
+ };
2207
+ };
2208
+ text: {
2209
+ id: string;
2210
+ dataType: {
2211
+ id: string;
2212
+ };
2213
+ };
2214
+ user: {
2215
+ id: string;
2216
+ dataType: {
2217
+ id: string;
2218
+ };
2219
+ };
2220
+ type: {
2221
+ id: string;
2222
+ dataType: {
2223
+ id: string;
2224
+ };
2225
+ };
2226
+ thread_ts: {
2227
+ id: string;
2228
+ dataType: {
2229
+ id: string;
2230
+ };
2231
+ };
2232
+ reply_count: {
2233
+ id: string;
2234
+ dataType: {
2235
+ id: string;
2236
+ };
2237
+ };
2238
+ latest_reply: {
2239
+ id: string;
2240
+ dataType: {
2241
+ id: string;
2242
+ };
2243
+ };
2244
+ subtype: {
2245
+ id: string;
2246
+ dataType: {
2247
+ id: string;
2248
+ };
2249
+ };
2250
+ bot_id: {
2251
+ id: string;
2252
+ dataType: {
2253
+ id: string;
2254
+ };
2255
+ };
2256
+ team: {
2257
+ id: string;
2258
+ dataType: {
2259
+ id: string;
2260
+ };
2261
+ };
2262
+ raw_json: {
2263
+ id: string;
2264
+ dataType: {
2265
+ id: string;
2266
+ };
2267
+ };
2268
+ };
2269
+ };
2124
2270
  };
2125
2271
  };
2126
- thread_ts: {
2272
+ nextPageToken: {
2127
2273
  id: string;
2128
2274
  dataType: {
2129
2275
  id: string;
2130
2276
  };
2131
2277
  };
2132
2278
  };
2133
- outputs: {
2134
- channel: {
2135
- id: string;
2136
- dataType: {
2137
- id: string;
2138
- };
2139
- };
2140
- message: {
2279
+ };
2280
+ "external-integration--slack--get--replies": {
2281
+ id: ExternalIntegrationOperations;
2282
+ inputs: {
2283
+ connection: {
2141
2284
  id: string;
2142
2285
  dataType: {
2143
2286
  id: string;
2144
2287
  };
2145
2288
  };
2146
- ok: {
2289
+ threadTs: {
2147
2290
  id: string;
2148
2291
  dataType: {
2149
2292
  id: string;
2150
2293
  };
2151
2294
  };
2152
- raw_json: {
2295
+ includeParent: {
2153
2296
  id: string;
2154
2297
  dataType: {
2155
2298
  id: string;
2156
2299
  };
2157
2300
  };
2158
- ts: {
2301
+ channel: {
2159
2302
  id: string;
2160
2303
  dataType: {
2161
2304
  id: string;
2162
2305
  };
2163
2306
  };
2164
- };
2165
- };
2166
- "external-integration--slack--get--users": {
2167
- id: ExternalIntegrationOperations;
2168
- inputs: {
2169
- connection: {
2307
+ pageSize: {
2170
2308
  id: string;
2171
2309
  dataType: {
2172
2310
  id: string;
2173
2311
  };
2174
2312
  };
2175
- };
2176
- outputs: {};
2177
- };
2178
- "external-integration--slack--get--channels": {
2179
- id: ExternalIntegrationOperations;
2180
- inputs: {
2181
- connection: {
2313
+ pageToken: {
2182
2314
  id: string;
2183
2315
  dataType: {
2184
2316
  id: string;
2185
2317
  };
2186
2318
  };
2187
- excludeArchived: {
2319
+ oldest: {
2188
2320
  id: string;
2189
2321
  dataType: {
2190
2322
  id: string;
2191
2323
  };
2192
2324
  };
2193
- onlyJoined: {
2325
+ latest: {
2194
2326
  id: string;
2195
2327
  dataType: {
2196
2328
  id: string;
2197
2329
  };
2198
2330
  };
2199
- teamId: {
2331
+ inclusive: {
2200
2332
  id: string;
2201
2333
  dataType: {
2202
2334
  id: string;
2203
2335
  };
2204
2336
  };
2205
- joinPublicChannels: {
2337
+ includeAllMetadata: {
2206
2338
  id: string;
2207
2339
  dataType: {
2208
2340
  id: string;
@@ -2214,25 +2346,13 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
2214
2346
  id: string;
2215
2347
  };
2216
2348
  };
2217
- types: {
2218
- id: string;
2219
- dataType: {
2220
- id: string;
2221
- };
2222
- };
2223
- pageSize: {
2224
- id: string;
2225
- dataType: {
2226
- id: string;
2227
- };
2228
- };
2229
- pageToken: {
2349
+ textContains: {
2230
2350
  id: string;
2231
2351
  dataType: {
2232
2352
  id: string;
2233
2353
  };
2234
2354
  };
2235
- nameContains: {
2355
+ onlyThreadRoots: {
2236
2356
  id: string;
2237
2357
  dataType: {
2238
2358
  id: string;
@@ -2240,98 +2360,68 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
2240
2360
  };
2241
2361
  };
2242
2362
  outputs: {
2243
- channels: {
2363
+ messages: {
2244
2364
  id: string;
2245
2365
  dataType: {
2246
2366
  id: string;
2247
2367
  entity: {
2248
2368
  id: string;
2249
2369
  properties: {
2250
- idProperty: {
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: {
2370
+ ts: {
2281
2371
  id: string;
2282
2372
  dataType: {
2283
2373
  id: string;
2284
2374
  };
2285
2375
  };
2286
- creator: {
2376
+ text: {
2287
2377
  id: string;
2288
2378
  dataType: {
2289
2379
  id: string;
2290
2380
  };
2291
2381
  };
2292
- is_archived: {
2382
+ user: {
2293
2383
  id: string;
2294
2384
  dataType: {
2295
2385
  id: string;
2296
2386
  };
2297
2387
  };
2298
- is_general: {
2388
+ type: {
2299
2389
  id: string;
2300
2390
  dataType: {
2301
2391
  id: string;
2302
2392
  };
2303
2393
  };
2304
- name_normalized: {
2394
+ thread_ts: {
2305
2395
  id: string;
2306
2396
  dataType: {
2307
2397
  id: string;
2308
2398
  };
2309
2399
  };
2310
- is_shared: {
2400
+ reply_count: {
2311
2401
  id: string;
2312
2402
  dataType: {
2313
2403
  id: string;
2314
2404
  };
2315
2405
  };
2316
- is_private: {
2406
+ latest_reply: {
2317
2407
  id: string;
2318
2408
  dataType: {
2319
2409
  id: string;
2320
2410
  };
2321
2411
  };
2322
- is_mpim: {
2412
+ subtype: {
2323
2413
  id: string;
2324
2414
  dataType: {
2325
2415
  id: string;
2326
2416
  };
2327
2417
  };
2328
- updated: {
2418
+ bot_id: {
2329
2419
  id: string;
2330
2420
  dataType: {
2331
2421
  id: string;
2332
2422
  };
2333
2423
  };
2334
- num_members: {
2424
+ team: {
2335
2425
  id: string;
2336
2426
  dataType: {
2337
2427
  id: string;
@@ -2355,18 +2445,6 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
2355
2445
  };
2356
2446
  };
2357
2447
  };
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
2448
  };
2371
2449
  loop: {
2372
2450
  "list-loop": {
@@ -3152,7 +3230,7 @@ export declare function checkIsDetachedBranch(entity: CanvasEntityState): boolea
3152
3230
 
3153
3231
  export declare function checkIsDetachedBranchShallow(entity: CanvasEntityState): boolean;
3154
3232
 
3155
- export declare function checkIsEmptyValue(value: LiteralValueType): boolean;
3233
+ export declare function checkIsEmptyValue(value: LiteralValueType | undefined): boolean;
3156
3234
 
3157
3235
  export declare function checkIsGloballyDeclared(entity: ConditionState | FunctionCallState | OperationState | VariableDeclarationState | VariableInstanceState | FunctionCallState | LoopState | SearchState): boolean;
3158
3236
 
@@ -3588,12 +3666,6 @@ export declare function createEntityError(error: IEntityError): {
3588
3666
  error: EntityError;
3589
3667
  };
3590
3668
 
3591
- export declare const createIssueIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
3592
-
3593
- export declare const createIssueIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
3594
-
3595
- export declare const createIssueIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
3596
-
3597
3669
  export declare function createNestedDataTypeForEntity(entity: DefinitionEntityState, parentDataType: DataTypeState, changeSet: ChangeSet | null, parentRelationType?: DataTypeParentChildRelation): IChangeSet<DataTypeState>;
3598
3670
 
3599
3671
  export declare enum CreateNewInputIds {
@@ -4378,12 +4450,6 @@ export declare function deleteRootProject(where: {
4378
4450
  id: string;
4379
4451
  }): null;
4380
4452
 
4381
- export declare const documentsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
4382
-
4383
- export declare const documentsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
4384
-
4385
- export declare const documentsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
4386
-
4387
4453
  export declare const DRAGGABLE_CALLABLE_TYPES: EntityType[];
4388
4454
 
4389
4455
  export declare const DRAGGABLE_CALLER_TYPES: EntityType[];
@@ -5821,34 +5887,16 @@ export declare const ExternalIntegrationNames: {
5821
5887
  };
5822
5888
 
5823
5889
  export declare enum ExternalIntegrationOperations {
5824
- AirtableTables = "external-integration--airtable--get--tables",
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
5890
  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",
5833
5891
  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
5892
  GoogleDriveFiles = "external-integration--google-drive--get--files",
5837
- GoogleDriveFolders = "external-integration--google-drive--get--folders",
5838
5893
  GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content",
5839
5894
  GoogleMailSendEmail = "external-integration--google-mail--post--send-email",
5840
- GoogleMailFetchAttachment = "external-integration--google-mail--get--fetch-attachment",
5841
5895
  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
5896
  SlackSendMessage = "external-integration--slack--post--send-message",
5849
- SlackUsers = "external-integration--slack--get--users",
5850
5897
  SlackChannels = "external-integration--slack--get--channels",
5851
- SlackMessages = "external-integration--slack--get--messages"
5898
+ SlackMessages = "external-integration--slack--get--messages",
5899
+ SlackReplies = "external-integration--slack--get--replies"
5852
5900
  }
5853
5901
 
5854
5902
  export declare enum ExternalIntegrationRootProviders {
@@ -6317,36 +6365,6 @@ export declare enum ExternalIntegrationRootProviders {
6317
6365
  'zuora' = "zuora"
6318
6366
  }
6319
6367
 
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
6368
  export declare const filesIntegrationBuiltInActionDescriptorChannelOutputTransfer: IValueDescriptorTransfer;
6351
6369
 
6352
6370
  export declare const filesIntegrationBuiltInActionDescriptorChannelPropertyDataTypeTransfer: IDataTypeTransfer;
@@ -6646,18 +6664,6 @@ export declare function flattenVariableWrites(variable: VariableState, seenVaria
6646
6664
 
6647
6665
  export declare function flattenWrites(entity: ValueWritingEntityState, seenEntities?: Set<string>): ValueReadingEntityState[];
6648
6666
 
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
6667
  /**
6662
6668
  * Holds keywords that are forbidden (so far in Javascript) to be used as names for entities.
6663
6669
  * This is used to validate the names of entities, such as functions, variables, etc.
@@ -14127,18 +14133,6 @@ declare interface IShallowColumnMapping {
14127
14133
 
14128
14134
  export declare function isPromise(obj: any): obj is Promise<any>;
14129
14135
 
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
14136
  export declare interface IString extends IPrimitiveEntity {
14143
14137
  name: PrimitiveTypes.String;
14144
14138
  }
@@ -14801,22 +14795,10 @@ export declare const joinStringsOperationSeparatorStringDataTypeDefaultValuePare
14801
14795
 
14802
14796
  export declare const keyValuePrototype: IPrimitiveEntity;
14803
14797
 
14804
- export declare const labelsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
14805
-
14806
- export declare const labelsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
14807
-
14808
- export declare const labelsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
14809
-
14810
14798
  export declare const LIST_OPERATIONS: {
14811
14799
  [key: string]: IActionDescriptorTransfer;
14812
14800
  };
14813
14801
 
14814
- export declare const listDrivesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
14815
-
14816
- export declare const listDrivesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
14817
-
14818
- export declare const listDrivesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
14819
-
14820
14802
  export declare enum ListOperations {
14821
14803
  Join = "list-join",
14822
14804
  Split = "list-split",
@@ -15222,12 +15204,106 @@ export declare function mergeEntityErrorsList(oldErrors: EntityError[], newError
15222
15204
 
15223
15205
  export declare function mergeListOfEntities(oldErrors: EntityState[], newErrors: EntityState[]): EntityState[];
15224
15206
 
15225
- export declare const messagesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
15207
+ export declare const messagesIntegrationAutoPaginateInputDataTypeTransfer: IDataTypeTransfer;
15226
15208
 
15227
- export declare const messagesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
15209
+ export declare const messagesIntegrationAutoPaginateInputTransfer: IValueDescriptorTransfer;
15228
15210
 
15229
15211
  export declare const messagesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
15230
15212
 
15213
+ export declare const messagesIntegrationChannelInputDataTypeTransfer: IDataTypeTransfer;
15214
+
15215
+ export declare const messagesIntegrationChannelInputTransfer: IValueDescriptorTransfer;
15216
+
15217
+ export declare const messagesIntegrationConnectionInputDataTypeTransfer: IDataTypeTransfer;
15218
+
15219
+ export declare const messagesIntegrationConnectionInputTransfer: IValueDescriptorTransfer;
15220
+
15221
+ export declare const messagesIntegrationIncludeAllMetadataInputDataTypeTransfer: IDataTypeTransfer;
15222
+
15223
+ export declare const messagesIntegrationIncludeAllMetadataInputTransfer: IValueDescriptorTransfer;
15224
+
15225
+ export declare const messagesIntegrationInclusiveInputDataTypeTransfer: IDataTypeTransfer;
15226
+
15227
+ export declare const messagesIntegrationInclusiveInputTransfer: IValueDescriptorTransfer;
15228
+
15229
+ export declare const messagesIntegrationLatestInputDataTypeTransfer: IDataTypeTransfer;
15230
+
15231
+ export declare const messagesIntegrationLatestInputTransfer: IValueDescriptorTransfer;
15232
+
15233
+ export declare const messagesIntegrationNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
15234
+
15235
+ export declare const messagesIntegrationNextPageTokenOutputTransfer: IValueDescriptorTransfer;
15236
+
15237
+ export declare const messagesIntegrationOldestInputDataTypeTransfer: IDataTypeTransfer;
15238
+
15239
+ export declare const messagesIntegrationOldestInputTransfer: IValueDescriptorTransfer;
15240
+
15241
+ export declare const messagesIntegrationOnlyThreadRootsInputDataTypeTransfer: IDataTypeTransfer;
15242
+
15243
+ export declare const messagesIntegrationOnlyThreadRootsInputTransfer: IValueDescriptorTransfer;
15244
+
15245
+ export declare const messagesIntegrationPageSizeInputDataTypeTransfer: IDataTypeTransfer;
15246
+
15247
+ export declare const messagesIntegrationPageSizeInputTransfer: IValueDescriptorTransfer;
15248
+
15249
+ export declare const messagesIntegrationPageTokenInputDataTypeTransfer: IDataTypeTransfer;
15250
+
15251
+ export declare const messagesIntegrationPageTokenInputTransfer: IValueDescriptorTransfer;
15252
+
15253
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityBotIdPropertyDataTypeTransfer: IDataTypeTransfer;
15254
+
15255
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityBotIdPropertyTransfer: IPropertyTransfer;
15256
+
15257
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityLatestReplyPropertyDataTypeTransfer: IDataTypeTransfer;
15258
+
15259
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityLatestReplyPropertyTransfer: IPropertyTransfer;
15260
+
15261
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityRawJsonPropertyDataTypeTransfer: IDataTypeTransfer;
15262
+
15263
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityRawJsonPropertyTransfer: IPropertyTransfer;
15264
+
15265
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityReplyCountPropertyDataTypeTransfer: IDataTypeTransfer;
15266
+
15267
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityReplyCountPropertyTransfer: IPropertyTransfer;
15268
+
15269
+ export declare const messagesIntegrationRecordsOutputDataTypeEntitySubtypePropertyDataTypeTransfer: IDataTypeTransfer;
15270
+
15271
+ export declare const messagesIntegrationRecordsOutputDataTypeEntitySubtypePropertyTransfer: IPropertyTransfer;
15272
+
15273
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTeamPropertyDataTypeTransfer: IDataTypeTransfer;
15274
+
15275
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTeamPropertyTransfer: IPropertyTransfer;
15276
+
15277
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTextPropertyDataTypeTransfer: IDataTypeTransfer;
15278
+
15279
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTextPropertyTransfer: IPropertyTransfer;
15280
+
15281
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityThreadTsPropertyDataTypeTransfer: IDataTypeTransfer;
15282
+
15283
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityThreadTsPropertyTransfer: IPropertyTransfer;
15284
+
15285
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTransfer: IDefinitionEntityTransfer;
15286
+
15287
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTsPropertyDataTypeTransfer: IDataTypeTransfer;
15288
+
15289
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTsPropertyTransfer: IPropertyTransfer;
15290
+
15291
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTypePropertyDataTypeTransfer: IDataTypeTransfer;
15292
+
15293
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityTypePropertyTransfer: IPropertyTransfer;
15294
+
15295
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityUserPropertyDataTypeTransfer: IDataTypeTransfer;
15296
+
15297
+ export declare const messagesIntegrationRecordsOutputDataTypeEntityUserPropertyTransfer: IPropertyTransfer;
15298
+
15299
+ export declare const messagesIntegrationRecordsOutputDataTypeTransfer: IDataTypeTransfer;
15300
+
15301
+ export declare const messagesIntegrationRecordsOutputTransfer: IValueDescriptorTransfer;
15302
+
15303
+ export declare const messagesIntegrationTextContainsInputDataTypeTransfer: IDataTypeTransfer;
15304
+
15305
+ export declare const messagesIntegrationTextContainsInputTransfer: IValueDescriptorTransfer;
15306
+
15231
15307
  export declare const methodDefaultValue: ILiteralValueTransfer;
15232
15308
 
15233
15309
  export declare const microsoftAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
@@ -16466,12 +16542,6 @@ export declare type ProjectPayloadUnion = ProjectState | ProjectTypesUnion;
16466
16542
 
16467
16543
  export declare const projectPublicationCompletedGlobalEvent: IActionDescriptorTransfer;
16468
16544
 
16469
- export declare const projectsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
16470
-
16471
- export declare const projectsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
16472
-
16473
- export declare const projectsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
16474
-
16475
16545
  export declare class ProjectState extends VersionedState implements IProject, UserManagedEntityStateTemplate, BaseState {
16476
16546
  readonly parentContext: IProjectInstanceParentContext;
16477
16547
  initialData: IProject | IProjectTransfer;
@@ -17186,6 +17256,98 @@ export declare function removeDisabledReasons(existingDisbledResons: CanvasEntit
17186
17256
  reasons: CanvasEntityDisabledReason[];
17187
17257
  };
17188
17258
 
17259
+ export declare const repliesIntegrationAutoPaginateInputDataTypeTransfer: IDataTypeTransfer;
17260
+
17261
+ export declare const repliesIntegrationAutoPaginateInputTransfer: IValueDescriptorTransfer;
17262
+
17263
+ export declare const repliesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
17264
+
17265
+ export declare const repliesIntegrationChannelInputDataTypeTransfer: IDataTypeTransfer;
17266
+
17267
+ export declare const repliesIntegrationChannelInputTransfer: IValueDescriptorTransfer;
17268
+
17269
+ export declare const repliesIntegrationConnectionInputDataTypeTransfer: IDataTypeTransfer;
17270
+
17271
+ export declare const repliesIntegrationConnectionInputTransfer: IValueDescriptorTransfer;
17272
+
17273
+ export declare const repliesIntegrationIncludeAllMetadataInputDataTypeTransfer: IDataTypeTransfer;
17274
+
17275
+ export declare const repliesIntegrationIncludeAllMetadataInputTransfer: IValueDescriptorTransfer;
17276
+
17277
+ export declare const repliesIntegrationIncludeParentInputDataTypeTransfer: IDataTypeTransfer;
17278
+
17279
+ export declare const repliesIntegrationIncludeParentInputTransfer: IValueDescriptorTransfer;
17280
+
17281
+ export declare const repliesIntegrationInclusiveInputDataTypeTransfer: IDataTypeTransfer;
17282
+
17283
+ export declare const repliesIntegrationInclusiveInputTransfer: IValueDescriptorTransfer;
17284
+
17285
+ export declare const repliesIntegrationLatestInputDataTypeTransfer: IDataTypeTransfer;
17286
+
17287
+ export declare const repliesIntegrationLatestInputTransfer: IValueDescriptorTransfer;
17288
+
17289
+ export declare const repliesIntegrationNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
17290
+
17291
+ export declare const repliesIntegrationNextPageTokenOutputTransfer: IValueDescriptorTransfer;
17292
+
17293
+ export declare const repliesIntegrationOldestInputDataTypeTransfer: IDataTypeTransfer;
17294
+
17295
+ export declare const repliesIntegrationOldestInputTransfer: IValueDescriptorTransfer;
17296
+
17297
+ export declare const repliesIntegrationPageSizeInputDataTypeTransfer: IDataTypeTransfer;
17298
+
17299
+ export declare const repliesIntegrationPageSizeInputTransfer: IValueDescriptorTransfer;
17300
+
17301
+ export declare const repliesIntegrationPageTokenInputDataTypeTransfer: IDataTypeTransfer;
17302
+
17303
+ export declare const repliesIntegrationPageTokenInputTransfer: IValueDescriptorTransfer;
17304
+
17305
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityBotIdPropertyDataTypeTransfer: IDataTypeTransfer;
17306
+
17307
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityBotIdPropertyTransfer: IPropertyTransfer;
17308
+
17309
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityRawJsonPropertyDataTypeTransfer: IDataTypeTransfer;
17310
+
17311
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityRawJsonPropertyTransfer: IPropertyTransfer;
17312
+
17313
+ export declare const repliesIntegrationRecordsOutputDataTypeEntitySubtypePropertyDataTypeTransfer: IDataTypeTransfer;
17314
+
17315
+ export declare const repliesIntegrationRecordsOutputDataTypeEntitySubtypePropertyTransfer: IPropertyTransfer;
17316
+
17317
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTeamPropertyDataTypeTransfer: IDataTypeTransfer;
17318
+
17319
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTeamPropertyTransfer: IPropertyTransfer;
17320
+
17321
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTextPropertyDataTypeTransfer: IDataTypeTransfer;
17322
+
17323
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTextPropertyTransfer: IPropertyTransfer;
17324
+
17325
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityThreadTsPropertyDataTypeTransfer: IDataTypeTransfer;
17326
+
17327
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityThreadTsPropertyTransfer: IPropertyTransfer;
17328
+
17329
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTransfer: IDefinitionEntityTransfer;
17330
+
17331
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTsPropertyDataTypeTransfer: IDataTypeTransfer;
17332
+
17333
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTsPropertyTransfer: IPropertyTransfer;
17334
+
17335
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTypePropertyDataTypeTransfer: IDataTypeTransfer;
17336
+
17337
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityTypePropertyTransfer: IPropertyTransfer;
17338
+
17339
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityUserPropertyDataTypeTransfer: IDataTypeTransfer;
17340
+
17341
+ export declare const repliesIntegrationRecordsOutputDataTypeEntityUserPropertyTransfer: IPropertyTransfer;
17342
+
17343
+ export declare const repliesIntegrationRecordsOutputDataTypeTransfer: IDataTypeTransfer;
17344
+
17345
+ export declare const repliesIntegrationRecordsOutputTransfer: IValueDescriptorTransfer;
17346
+
17347
+ export declare const repliesIntegrationThreadTsInputDataTypeTransfer: IDataTypeTransfer;
17348
+
17349
+ export declare const repliesIntegrationThreadTsInputTransfer: IValueDescriptorTransfer;
17350
+
17189
17351
  export declare function resolveActionDescriptorName(actionDescriptor: ActionDescriptorState): string;
17190
17352
 
17191
17353
  /**
@@ -18311,12 +18473,6 @@ declare type SupportedOperators = string | PostgresqlOperatorExpr | Keyword<'IS'
18311
18473
 
18312
18474
  export declare function syncSearchEntityOutput(entity: SearchState, statement: SearchStatementState, changeSet: ChangeSet | null): void;
18313
18475
 
18314
- export declare const tablesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
18315
-
18316
- export declare const tablesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
18317
-
18318
- export declare const tablesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
18319
-
18320
18476
  export declare const TERMINATION_TYPES: EntityType[];
18321
18477
 
18322
18478
  export declare type TerminationEntity = IReturnStatement | IBreakStatement | IContinueStatement;
@@ -18533,12 +18689,6 @@ export declare abstract class UserManagedEntityStateTemplate {
18533
18689
  abstract onDetachedDependencyRestored(dependency: UserManagedEntityState, field: string, changeSet: ChangeSet | null): IChangeSet<UserManagedEntityState>;
18534
18690
  }
18535
18691
 
18536
- export declare const usersIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
18537
-
18538
- export declare const usersIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
18539
-
18540
- export declare const usersIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
18541
-
18542
18692
  export declare type UUIDAutogenerationOptions = IAutogenerationUniqueUUID;
18543
18693
 
18544
18694
  export declare class UUIDModule extends BaseRegisteredExtension implements IRegisteredExtension<IUUIDModule> {
@@ -19856,22 +20006,4 @@ declare enum WhereStatementOperator {
19856
20006
 
19857
20007
  declare function whereStatementOperatorToSQL(operator: WhereStatementOperator): 'LIKE' | 'NOT LIKE' | 'IS NOT' | 'BETWEEN' | 'IN' | WhereStatementOperator.BiggerThan | WhereStatementOperator.SmallerThan | WhereStatementOperator.BiggerThanOrEqualTo | WhereStatementOperator.SmallerThanOrEqualTo;
19858
20008
 
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
20009
  export { }