@elyx-code/project-logic-tree 0.0.6512 → 0.0.6514
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 +168 -5
- package/dist/index.js +16204 -15221
- package/dist/index.umd.cjs +204 -204
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1893,8 +1893,27 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1893
1893
|
id: string;
|
|
1894
1894
|
};
|
|
1895
1895
|
};
|
|
1896
|
+
model: {
|
|
1897
|
+
id: string;
|
|
1898
|
+
dataType: {
|
|
1899
|
+
id: string;
|
|
1900
|
+
};
|
|
1901
|
+
};
|
|
1902
|
+
prompt: {
|
|
1903
|
+
id: string;
|
|
1904
|
+
dataType: {
|
|
1905
|
+
id: string;
|
|
1906
|
+
};
|
|
1907
|
+
};
|
|
1908
|
+
};
|
|
1909
|
+
outputs: {
|
|
1910
|
+
content: {
|
|
1911
|
+
id: string;
|
|
1912
|
+
dataType: {
|
|
1913
|
+
id: string;
|
|
1914
|
+
};
|
|
1915
|
+
};
|
|
1896
1916
|
};
|
|
1897
|
-
outputs: {};
|
|
1898
1917
|
};
|
|
1899
1918
|
"external-integration--google-mail--post--send-email": {
|
|
1900
1919
|
id: ExternalIntegrationOperations;
|
|
@@ -1905,8 +1924,45 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1905
1924
|
id: string;
|
|
1906
1925
|
};
|
|
1907
1926
|
};
|
|
1927
|
+
to: {
|
|
1928
|
+
id: string;
|
|
1929
|
+
dataType: {
|
|
1930
|
+
id: string;
|
|
1931
|
+
};
|
|
1932
|
+
};
|
|
1933
|
+
subject: {
|
|
1934
|
+
id: string;
|
|
1935
|
+
dataType: {
|
|
1936
|
+
id: string;
|
|
1937
|
+
};
|
|
1938
|
+
};
|
|
1939
|
+
from: {
|
|
1940
|
+
id: string;
|
|
1941
|
+
dataType: {
|
|
1942
|
+
id: string;
|
|
1943
|
+
};
|
|
1944
|
+
};
|
|
1945
|
+
body: {
|
|
1946
|
+
id: string;
|
|
1947
|
+
dataType: {
|
|
1948
|
+
id: string;
|
|
1949
|
+
};
|
|
1950
|
+
};
|
|
1951
|
+
};
|
|
1952
|
+
outputs: {
|
|
1953
|
+
idOutput: {
|
|
1954
|
+
id: string;
|
|
1955
|
+
dataType: {
|
|
1956
|
+
id: string;
|
|
1957
|
+
};
|
|
1958
|
+
};
|
|
1959
|
+
threadId: {
|
|
1960
|
+
id: string;
|
|
1961
|
+
dataType: {
|
|
1962
|
+
id: string;
|
|
1963
|
+
};
|
|
1964
|
+
};
|
|
1908
1965
|
};
|
|
1909
|
-
outputs: {};
|
|
1910
1966
|
};
|
|
1911
1967
|
"external-integration--google-mail--get--fetch-attachment": {
|
|
1912
1968
|
id: ExternalIntegrationOperations;
|
|
@@ -2013,8 +2069,51 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2013
2069
|
id: string;
|
|
2014
2070
|
};
|
|
2015
2071
|
};
|
|
2072
|
+
channel: {
|
|
2073
|
+
id: string;
|
|
2074
|
+
dataType: {
|
|
2075
|
+
id: string;
|
|
2076
|
+
};
|
|
2077
|
+
};
|
|
2078
|
+
text: {
|
|
2079
|
+
id: string;
|
|
2080
|
+
dataType: {
|
|
2081
|
+
id: string;
|
|
2082
|
+
};
|
|
2083
|
+
};
|
|
2084
|
+
};
|
|
2085
|
+
outputs: {
|
|
2086
|
+
channel: {
|
|
2087
|
+
id: string;
|
|
2088
|
+
dataType: {
|
|
2089
|
+
id: string;
|
|
2090
|
+
};
|
|
2091
|
+
};
|
|
2092
|
+
message: {
|
|
2093
|
+
id: string;
|
|
2094
|
+
dataType: {
|
|
2095
|
+
id: string;
|
|
2096
|
+
};
|
|
2097
|
+
};
|
|
2098
|
+
ok: {
|
|
2099
|
+
id: string;
|
|
2100
|
+
dataType: {
|
|
2101
|
+
id: string;
|
|
2102
|
+
};
|
|
2103
|
+
};
|
|
2104
|
+
raw_json: {
|
|
2105
|
+
id: string;
|
|
2106
|
+
dataType: {
|
|
2107
|
+
id: string;
|
|
2108
|
+
};
|
|
2109
|
+
};
|
|
2110
|
+
ts: {
|
|
2111
|
+
id: string;
|
|
2112
|
+
dataType: {
|
|
2113
|
+
id: string;
|
|
2114
|
+
};
|
|
2115
|
+
};
|
|
2016
2116
|
};
|
|
2017
|
-
outputs: {};
|
|
2018
2117
|
};
|
|
2019
2118
|
"external-integration--slack--get--users": {
|
|
2020
2119
|
id: ExternalIntegrationOperations;
|
|
@@ -5922,6 +6021,10 @@ export declare const fetchSpreadsheetIntegrationBuiltInActionDescriptorConnectio
|
|
|
5922
6021
|
|
|
5923
6022
|
export declare const fetchSpreadsheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
5924
6023
|
|
|
6024
|
+
export declare const filesIntegrationBuiltInActionDescriptorChannelOutputTransfer: IValueDescriptorTransfer;
|
|
6025
|
+
|
|
6026
|
+
export declare const filesIntegrationBuiltInActionDescriptorChannelPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
6027
|
+
|
|
5925
6028
|
export declare const filesIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
5926
6029
|
|
|
5927
6030
|
export declare const filesIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
@@ -5934,6 +6037,18 @@ export declare const filesIntegrationBuiltInActionDescriptorFoldersFilterInputDa
|
|
|
5934
6037
|
|
|
5935
6038
|
export declare const filesIntegrationBuiltInActionDescriptorFoldersFilterInputTransfer: IValueDescriptorTransfer;
|
|
5936
6039
|
|
|
6040
|
+
export declare const filesIntegrationBuiltInActionDescriptorMessageOutputTransfer: IValueDescriptorTransfer;
|
|
6041
|
+
|
|
6042
|
+
export declare const filesIntegrationBuiltInActionDescriptorMessagePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
6043
|
+
|
|
6044
|
+
export declare const filesIntegrationBuiltInActionDescriptorOkOutputTransfer: IValueDescriptorTransfer;
|
|
6045
|
+
|
|
6046
|
+
export declare const filesIntegrationBuiltInActionDescriptorOkPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
6047
|
+
|
|
6048
|
+
export declare const filesIntegrationBuiltInActionDescriptorRawJsonOutputTransfer: IValueDescriptorTransfer;
|
|
6049
|
+
|
|
6050
|
+
export declare const filesIntegrationBuiltInActionDescriptorRawJsonPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
6051
|
+
|
|
5937
6052
|
export declare const filesIntegrationBuiltInActionDescriptorResultsOutputDataTypeEntityIdPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
5938
6053
|
|
|
5939
6054
|
export declare const filesIntegrationBuiltInActionDescriptorResultsOutputDataTypeEntityIdPropertyTransfer: IPropertyTransfer;
|
|
@@ -5958,7 +6073,7 @@ export declare const filesIntegrationBuiltInActionDescriptorResultsOutputDataTyp
|
|
|
5958
6073
|
|
|
5959
6074
|
export declare const filesIntegrationBuiltInActionDescriptorResultsOutputDataTypeEntityWebViewLinkDataTypeTransfer: IDataTypeTransfer;
|
|
5960
6075
|
|
|
5961
|
-
export declare const
|
|
6076
|
+
export declare const filesIntegrationBuiltInActionDescriptorResultsOutputDataTypeEntityWebViewLinkPropertyTransfer: IPropertyTransfer;
|
|
5962
6077
|
|
|
5963
6078
|
export declare const filesIntegrationBuiltInActionDescriptorResultsOutputDataTypeTransfer: IDataTypeTransfer;
|
|
5964
6079
|
|
|
@@ -5966,6 +6081,10 @@ export declare const filesIntegrationBuiltInActionDescriptorResultsOutputTransfe
|
|
|
5966
6081
|
|
|
5967
6082
|
export declare const filesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
5968
6083
|
|
|
6084
|
+
export declare const filesIntegrationBuiltInActionDescriptorTsDataTypeTransfer: IDataTypeTransfer;
|
|
6085
|
+
|
|
6086
|
+
export declare const filesIntegrationBuiltInActionDescriptorTsOutputTransfer: IValueDescriptorTransfer;
|
|
6087
|
+
|
|
5969
6088
|
/**
|
|
5970
6089
|
* Remove any callers that are callers of other callers
|
|
5971
6090
|
* @param {CallerEntityState[]} callers
|
|
@@ -6544,6 +6663,18 @@ export declare const generateContentIntegrationBuiltInActionDescriptorConnection
|
|
|
6544
6663
|
|
|
6545
6664
|
export declare const generateContentIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6546
6665
|
|
|
6666
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorContentOutputDataTypeTransfer: IDataTypeTransfer;
|
|
6667
|
+
|
|
6668
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorContentOutputTransfer: IValueDescriptorTransfer;
|
|
6669
|
+
|
|
6670
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorModelInputDataTypeTransfer: IDataTypeTransfer;
|
|
6671
|
+
|
|
6672
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorModelInputTransfer: IValueDescriptorTransfer;
|
|
6673
|
+
|
|
6674
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorPromptInputDataTypeTransfer: IDataTypeTransfer;
|
|
6675
|
+
|
|
6676
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorPromptInputTransfer: IValueDescriptorTransfer;
|
|
6677
|
+
|
|
6547
6678
|
export declare const generateContentIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6548
6679
|
|
|
6549
6680
|
export declare type GeneratedPayload = ElementGenerationTarget | {
|
|
@@ -16747,7 +16878,7 @@ export declare function resolveDataTypeEntityOrNestedChildrenFromLiteralValue(va
|
|
|
16747
16878
|
abstract?: boolean;
|
|
16748
16879
|
}, changeSet: ChangeSet | null, rootEntityCreated: DefinitionEntityState): IChangeSet<DataTypeState>;
|
|
16749
16880
|
|
|
16750
|
-
export declare function resolveDatatypeIconName(dataType: DataTypeState): "definition-entity" | "number" | "boolean" | "uuid" | "
|
|
16881
|
+
export declare function resolveDatatypeIconName(dataType: DataTypeState): "definition-entity" | "number" | "boolean" | "uuid" | "text" | "list" | "date-time";
|
|
16751
16882
|
|
|
16752
16883
|
export declare function resolveDataTypeLabel(dataType: DataTypeState | null): string;
|
|
16753
16884
|
|
|
@@ -17457,16 +17588,48 @@ declare namespace searchValidation {
|
|
|
17457
17588
|
}
|
|
17458
17589
|
export { searchValidation }
|
|
17459
17590
|
|
|
17591
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorBodyInputDataTypeTransfer: IDataTypeTransfer;
|
|
17592
|
+
|
|
17593
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorBodyInputTransfer: IValueDescriptorTransfer;
|
|
17594
|
+
|
|
17460
17595
|
export declare const sendEmailIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
17461
17596
|
|
|
17462
17597
|
export declare const sendEmailIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
17463
17598
|
|
|
17599
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorFromInputDataTypeTransfer: IDataTypeTransfer;
|
|
17600
|
+
|
|
17601
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorFromInputTransfer: IValueDescriptorTransfer;
|
|
17602
|
+
|
|
17603
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorIdOutputDataTypeTransfer: IDataTypeTransfer;
|
|
17604
|
+
|
|
17605
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorIdOutputTransfer: IValueDescriptorTransfer;
|
|
17606
|
+
|
|
17607
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorSubjectInputDataTypeTransfer: IDataTypeTransfer;
|
|
17608
|
+
|
|
17609
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorSubjectInputTransfer: IValueDescriptorTransfer;
|
|
17610
|
+
|
|
17611
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorThreadIdOutputDataTypeTransfer: IDataTypeTransfer;
|
|
17612
|
+
|
|
17613
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorThreadIdOutputTransfer: IValueDescriptorTransfer;
|
|
17614
|
+
|
|
17615
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorToInputDataTypeTransfer: IDataTypeTransfer;
|
|
17616
|
+
|
|
17617
|
+
export declare const sendEmailIntegrationBuiltInActionDescriptorToInputTransfer: IValueDescriptorTransfer;
|
|
17618
|
+
|
|
17464
17619
|
export declare const sendEmailIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
17465
17620
|
|
|
17621
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorChannelInputDataTypeTransfer: IDataTypeTransfer;
|
|
17622
|
+
|
|
17623
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorChannelInputTransfer: IValueDescriptorTransfer;
|
|
17624
|
+
|
|
17466
17625
|
export declare const sendMessageIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
17467
17626
|
|
|
17468
17627
|
export declare const sendMessageIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
17469
17628
|
|
|
17629
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorTextInputDataTypeTransfer: IDataTypeTransfer;
|
|
17630
|
+
|
|
17631
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorTextInputTransfer: IValueDescriptorTransfer;
|
|
17632
|
+
|
|
17470
17633
|
export declare const sendMessageIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
17471
17634
|
|
|
17472
17635
|
export declare class SequentialExecutionOperation extends ActionDescriptorState {
|