@elyx-code/project-logic-tree 0.0.6519 → 0.0.6521
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 +20 -0
- package/dist/index.js +6481 -6357
- package/dist/index.umd.cjs +89 -89
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2117,6 +2117,18 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2117
2117
|
id: string;
|
|
2118
2118
|
};
|
|
2119
2119
|
};
|
|
2120
|
+
reply_broadcast: {
|
|
2121
|
+
id: string;
|
|
2122
|
+
dataType: {
|
|
2123
|
+
id: string;
|
|
2124
|
+
};
|
|
2125
|
+
};
|
|
2126
|
+
thread_ts: {
|
|
2127
|
+
id: string;
|
|
2128
|
+
dataType: {
|
|
2129
|
+
id: string;
|
|
2130
|
+
};
|
|
2131
|
+
};
|
|
2120
2132
|
};
|
|
2121
2133
|
outputs: {
|
|
2122
2134
|
channel: {
|
|
@@ -17962,10 +17974,18 @@ export declare const sendMessageIntegrationBuiltInActionDescriptorConnectionInpu
|
|
|
17962
17974
|
|
|
17963
17975
|
export declare const sendMessageIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
17964
17976
|
|
|
17977
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorReplyBroadcastInputDataTypeTransfer: IDataTypeTransfer;
|
|
17978
|
+
|
|
17979
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorReplyBroadcastInputTransfer: IValueDescriptorTransfer;
|
|
17980
|
+
|
|
17965
17981
|
export declare const sendMessageIntegrationBuiltInActionDescriptorTextInputDataTypeTransfer: IDataTypeTransfer;
|
|
17966
17982
|
|
|
17967
17983
|
export declare const sendMessageIntegrationBuiltInActionDescriptorTextInputTransfer: IValueDescriptorTransfer;
|
|
17968
17984
|
|
|
17985
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorThreadTsInputDataTypeTransfer: IDataTypeTransfer;
|
|
17986
|
+
|
|
17987
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorThreadTsInputTransfer: IValueDescriptorTransfer;
|
|
17988
|
+
|
|
17969
17989
|
export declare const sendMessageIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
17970
17990
|
|
|
17971
17991
|
export declare class SequentialExecutionOperation extends ActionDescriptorState {
|