@elyx-code/project-logic-tree 0.0.6518 → 0.0.6520
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 +112 -0
- package/dist/index.js +11872 -11088
- package/dist/index.umd.cjs +201 -201
- 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: {
|
|
@@ -2172,6 +2184,60 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2172
2184
|
id: string;
|
|
2173
2185
|
};
|
|
2174
2186
|
};
|
|
2187
|
+
excludeArchived: {
|
|
2188
|
+
id: string;
|
|
2189
|
+
dataType: {
|
|
2190
|
+
id: string;
|
|
2191
|
+
};
|
|
2192
|
+
};
|
|
2193
|
+
onlyJoined: {
|
|
2194
|
+
id: string;
|
|
2195
|
+
dataType: {
|
|
2196
|
+
id: string;
|
|
2197
|
+
};
|
|
2198
|
+
};
|
|
2199
|
+
teamId: {
|
|
2200
|
+
id: string;
|
|
2201
|
+
dataType: {
|
|
2202
|
+
id: string;
|
|
2203
|
+
};
|
|
2204
|
+
};
|
|
2205
|
+
joinPublicChannels: {
|
|
2206
|
+
id: string;
|
|
2207
|
+
dataType: {
|
|
2208
|
+
id: string;
|
|
2209
|
+
};
|
|
2210
|
+
};
|
|
2211
|
+
autoPaginate: {
|
|
2212
|
+
id: string;
|
|
2213
|
+
dataType: {
|
|
2214
|
+
id: string;
|
|
2215
|
+
};
|
|
2216
|
+
};
|
|
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: {
|
|
2230
|
+
id: string;
|
|
2231
|
+
dataType: {
|
|
2232
|
+
id: string;
|
|
2233
|
+
};
|
|
2234
|
+
};
|
|
2235
|
+
nameContains: {
|
|
2236
|
+
id: string;
|
|
2237
|
+
dataType: {
|
|
2238
|
+
id: string;
|
|
2239
|
+
};
|
|
2240
|
+
};
|
|
2175
2241
|
};
|
|
2176
2242
|
outputs: {
|
|
2177
2243
|
channels: {
|
|
@@ -2910,14 +2976,42 @@ export declare enum ChangeSetEntityChangeType {
|
|
|
2910
2976
|
|
|
2911
2977
|
export declare function changeSetJSONRecordToUniqueIds(changeSet: IRecordChangeSet): Set<EntityId>;
|
|
2912
2978
|
|
|
2979
|
+
export declare const channelsIntegrationBuiltInActionDescriptorAutoPaginateInputDataTypeTransfer: IDataTypeTransfer;
|
|
2980
|
+
|
|
2981
|
+
export declare const channelsIntegrationBuiltInActionDescriptorAutoPaginateInputTransfer: IValueDescriptorTransfer;
|
|
2982
|
+
|
|
2913
2983
|
export declare const channelsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
2914
2984
|
|
|
2915
2985
|
export declare const channelsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
2916
2986
|
|
|
2987
|
+
export declare const channelsIntegrationBuiltInActionDescriptorExcludeArchivedInputDataTypeTransfer: IDataTypeTransfer;
|
|
2988
|
+
|
|
2989
|
+
export declare const channelsIntegrationBuiltInActionDescriptorExcludeArchivedInputTransfer: IValueDescriptorTransfer;
|
|
2990
|
+
|
|
2991
|
+
export declare const channelsIntegrationBuiltInActionDescriptorJoinPublicChannelsInputDataTypeTransfer: IDataTypeTransfer;
|
|
2992
|
+
|
|
2993
|
+
export declare const channelsIntegrationBuiltInActionDescriptorJoinPublicChannelsInputTransfer: IValueDescriptorTransfer;
|
|
2994
|
+
|
|
2995
|
+
export declare const channelsIntegrationBuiltInActionDescriptorNameContainsInputDataTypeTransfer: IDataTypeTransfer;
|
|
2996
|
+
|
|
2997
|
+
export declare const channelsIntegrationBuiltInActionDescriptorNameContainsInputTransfer: IValueDescriptorTransfer;
|
|
2998
|
+
|
|
2917
2999
|
export declare const channelsIntegrationBuiltInActionDescriptorNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
|
|
2918
3000
|
|
|
2919
3001
|
export declare const channelsIntegrationBuiltInActionDescriptorNextPageTokenOutputTransfer: IValueDescriptorTransfer;
|
|
2920
3002
|
|
|
3003
|
+
export declare const channelsIntegrationBuiltInActionDescriptorOnlyJoinedInputDataTypeTransfer: IDataTypeTransfer;
|
|
3004
|
+
|
|
3005
|
+
export declare const channelsIntegrationBuiltInActionDescriptorOnlyJoinedInputTransfer: IValueDescriptorTransfer;
|
|
3006
|
+
|
|
3007
|
+
export declare const channelsIntegrationBuiltInActionDescriptorPageSizeInputDataTypeTransfer: IDataTypeTransfer;
|
|
3008
|
+
|
|
3009
|
+
export declare const channelsIntegrationBuiltInActionDescriptorPageSizeInputTransfer: IValueDescriptorTransfer;
|
|
3010
|
+
|
|
3011
|
+
export declare const channelsIntegrationBuiltInActionDescriptorPageTokenInputDataTypeTransfer: IDataTypeTransfer;
|
|
3012
|
+
|
|
3013
|
+
export declare const channelsIntegrationBuiltInActionDescriptorPageTokenInputTransfer: IValueDescriptorTransfer;
|
|
3014
|
+
|
|
2921
3015
|
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatedPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
2922
3016
|
|
|
2923
3017
|
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatedPropertyTransfer: IPropertyTransfer;
|
|
@@ -2988,8 +3082,16 @@ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputData
|
|
|
2988
3082
|
|
|
2989
3083
|
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputTransfer: IValueDescriptorTransfer;
|
|
2990
3084
|
|
|
3085
|
+
export declare const channelsIntegrationBuiltInActionDescriptorTeamIdInputDataTypeTransfer: IDataTypeTransfer;
|
|
3086
|
+
|
|
3087
|
+
export declare const channelsIntegrationBuiltInActionDescriptorTeamIdInputTransfer: IValueDescriptorTransfer;
|
|
3088
|
+
|
|
2991
3089
|
export declare const channelsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
2992
3090
|
|
|
3091
|
+
export declare const channelsIntegrationBuiltInActionDescriptorTypesInputDataTypeTransfer: IDataTypeTransfer;
|
|
3092
|
+
|
|
3093
|
+
export declare const channelsIntegrationBuiltInActionDescriptorTypesInputTransfer: IValueDescriptorTransfer;
|
|
3094
|
+
|
|
2993
3095
|
export declare function checkAreDataTypesCompatible(dataTypeA: DataTypeState | null, dataTypeB: DataTypeState | null): IDataTypeCompatible | IDataTypeIncompatibile;
|
|
2994
3096
|
|
|
2995
3097
|
export declare function checkAreDefinitionEntitiesCompatibleAsDataType(sourceDefinitionEntity: DefinitionEntityState, targetDefinitionEntity: DefinitionEntityState): boolean;
|
|
@@ -17872,10 +17974,18 @@ export declare const sendMessageIntegrationBuiltInActionDescriptorConnectionInpu
|
|
|
17872
17974
|
|
|
17873
17975
|
export declare const sendMessageIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
17874
17976
|
|
|
17977
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorReplyBroadcastInputDataTypeTransfer: IDataTypeTransfer;
|
|
17978
|
+
|
|
17979
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorReplyBroadcastInputTransfer: IValueDescriptorTransfer;
|
|
17980
|
+
|
|
17875
17981
|
export declare const sendMessageIntegrationBuiltInActionDescriptorTextInputDataTypeTransfer: IDataTypeTransfer;
|
|
17876
17982
|
|
|
17877
17983
|
export declare const sendMessageIntegrationBuiltInActionDescriptorTextInputTransfer: IValueDescriptorTransfer;
|
|
17878
17984
|
|
|
17985
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorThreadTsInputDataTypeTransfer: IDataTypeTransfer;
|
|
17986
|
+
|
|
17987
|
+
export declare const sendMessageIntegrationBuiltInActionDescriptorThreadTsInputTransfer: IValueDescriptorTransfer;
|
|
17988
|
+
|
|
17879
17989
|
export declare const sendMessageIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
17880
17990
|
|
|
17881
17991
|
export declare class SequentialExecutionOperation extends ActionDescriptorState {
|
|
@@ -17993,6 +18103,8 @@ export declare abstract class SharedStateFunctionality {
|
|
|
17993
18103
|
abstract getShallowErrors(): EntityError[];
|
|
17994
18104
|
}
|
|
17995
18105
|
|
|
18106
|
+
export declare const SLACK_CONVERSATION_TYPES: string[];
|
|
18107
|
+
|
|
17996
18108
|
export declare const slackAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
17997
18109
|
|
|
17998
18110
|
export declare const slackAuthExternalConnectionBuiltInBaseEntityConnectionIdProperty: IPropertyTransfer;
|