@elyx-code/project-logic-tree 0.0.6517 → 0.0.6519
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 +281 -1
- package/dist/index.js +25706 -23785
- package/dist/index.umd.cjs +254 -254
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2172,8 +2172,176 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2172
2172
|
id: string;
|
|
2173
2173
|
};
|
|
2174
2174
|
};
|
|
2175
|
+
excludeArchived: {
|
|
2176
|
+
id: string;
|
|
2177
|
+
dataType: {
|
|
2178
|
+
id: string;
|
|
2179
|
+
};
|
|
2180
|
+
};
|
|
2181
|
+
onlyJoined: {
|
|
2182
|
+
id: string;
|
|
2183
|
+
dataType: {
|
|
2184
|
+
id: string;
|
|
2185
|
+
};
|
|
2186
|
+
};
|
|
2187
|
+
teamId: {
|
|
2188
|
+
id: string;
|
|
2189
|
+
dataType: {
|
|
2190
|
+
id: string;
|
|
2191
|
+
};
|
|
2192
|
+
};
|
|
2193
|
+
joinPublicChannels: {
|
|
2194
|
+
id: string;
|
|
2195
|
+
dataType: {
|
|
2196
|
+
id: string;
|
|
2197
|
+
};
|
|
2198
|
+
};
|
|
2199
|
+
autoPaginate: {
|
|
2200
|
+
id: string;
|
|
2201
|
+
dataType: {
|
|
2202
|
+
id: string;
|
|
2203
|
+
};
|
|
2204
|
+
};
|
|
2205
|
+
types: {
|
|
2206
|
+
id: string;
|
|
2207
|
+
dataType: {
|
|
2208
|
+
id: string;
|
|
2209
|
+
};
|
|
2210
|
+
};
|
|
2211
|
+
pageSize: {
|
|
2212
|
+
id: string;
|
|
2213
|
+
dataType: {
|
|
2214
|
+
id: string;
|
|
2215
|
+
};
|
|
2216
|
+
};
|
|
2217
|
+
pageToken: {
|
|
2218
|
+
id: string;
|
|
2219
|
+
dataType: {
|
|
2220
|
+
id: string;
|
|
2221
|
+
};
|
|
2222
|
+
};
|
|
2223
|
+
nameContains: {
|
|
2224
|
+
id: string;
|
|
2225
|
+
dataType: {
|
|
2226
|
+
id: string;
|
|
2227
|
+
};
|
|
2228
|
+
};
|
|
2229
|
+
};
|
|
2230
|
+
outputs: {
|
|
2231
|
+
channels: {
|
|
2232
|
+
id: string;
|
|
2233
|
+
dataType: {
|
|
2234
|
+
id: string;
|
|
2235
|
+
entity: {
|
|
2236
|
+
id: string;
|
|
2237
|
+
properties: {
|
|
2238
|
+
idProperty: {
|
|
2239
|
+
id: string;
|
|
2240
|
+
dataType: {
|
|
2241
|
+
id: string;
|
|
2242
|
+
};
|
|
2243
|
+
};
|
|
2244
|
+
name: {
|
|
2245
|
+
id: string;
|
|
2246
|
+
dataType: {
|
|
2247
|
+
id: string;
|
|
2248
|
+
};
|
|
2249
|
+
};
|
|
2250
|
+
is_channel: {
|
|
2251
|
+
id: string;
|
|
2252
|
+
dataType: {
|
|
2253
|
+
id: string;
|
|
2254
|
+
};
|
|
2255
|
+
};
|
|
2256
|
+
is_group: {
|
|
2257
|
+
id: string;
|
|
2258
|
+
dataType: {
|
|
2259
|
+
id: string;
|
|
2260
|
+
};
|
|
2261
|
+
};
|
|
2262
|
+
is_im: {
|
|
2263
|
+
id: string;
|
|
2264
|
+
dataType: {
|
|
2265
|
+
id: string;
|
|
2266
|
+
};
|
|
2267
|
+
};
|
|
2268
|
+
created: {
|
|
2269
|
+
id: string;
|
|
2270
|
+
dataType: {
|
|
2271
|
+
id: string;
|
|
2272
|
+
};
|
|
2273
|
+
};
|
|
2274
|
+
creator: {
|
|
2275
|
+
id: string;
|
|
2276
|
+
dataType: {
|
|
2277
|
+
id: string;
|
|
2278
|
+
};
|
|
2279
|
+
};
|
|
2280
|
+
is_archived: {
|
|
2281
|
+
id: string;
|
|
2282
|
+
dataType: {
|
|
2283
|
+
id: string;
|
|
2284
|
+
};
|
|
2285
|
+
};
|
|
2286
|
+
is_general: {
|
|
2287
|
+
id: string;
|
|
2288
|
+
dataType: {
|
|
2289
|
+
id: string;
|
|
2290
|
+
};
|
|
2291
|
+
};
|
|
2292
|
+
name_normalized: {
|
|
2293
|
+
id: string;
|
|
2294
|
+
dataType: {
|
|
2295
|
+
id: string;
|
|
2296
|
+
};
|
|
2297
|
+
};
|
|
2298
|
+
is_shared: {
|
|
2299
|
+
id: string;
|
|
2300
|
+
dataType: {
|
|
2301
|
+
id: string;
|
|
2302
|
+
};
|
|
2303
|
+
};
|
|
2304
|
+
is_private: {
|
|
2305
|
+
id: string;
|
|
2306
|
+
dataType: {
|
|
2307
|
+
id: string;
|
|
2308
|
+
};
|
|
2309
|
+
};
|
|
2310
|
+
is_mpim: {
|
|
2311
|
+
id: string;
|
|
2312
|
+
dataType: {
|
|
2313
|
+
id: string;
|
|
2314
|
+
};
|
|
2315
|
+
};
|
|
2316
|
+
updated: {
|
|
2317
|
+
id: string;
|
|
2318
|
+
dataType: {
|
|
2319
|
+
id: string;
|
|
2320
|
+
};
|
|
2321
|
+
};
|
|
2322
|
+
num_members: {
|
|
2323
|
+
id: string;
|
|
2324
|
+
dataType: {
|
|
2325
|
+
id: string;
|
|
2326
|
+
};
|
|
2327
|
+
};
|
|
2328
|
+
raw_json: {
|
|
2329
|
+
id: string;
|
|
2330
|
+
dataType: {
|
|
2331
|
+
id: string;
|
|
2332
|
+
};
|
|
2333
|
+
};
|
|
2334
|
+
};
|
|
2335
|
+
};
|
|
2336
|
+
};
|
|
2337
|
+
};
|
|
2338
|
+
nextPageToken: {
|
|
2339
|
+
id: string;
|
|
2340
|
+
dataType: {
|
|
2341
|
+
id: string;
|
|
2342
|
+
};
|
|
2343
|
+
};
|
|
2175
2344
|
};
|
|
2176
|
-
outputs: {};
|
|
2177
2345
|
};
|
|
2178
2346
|
"external-integration--slack--get--messages": {
|
|
2179
2347
|
id: ExternalIntegrationOperations;
|
|
@@ -2796,12 +2964,122 @@ export declare enum ChangeSetEntityChangeType {
|
|
|
2796
2964
|
|
|
2797
2965
|
export declare function changeSetJSONRecordToUniqueIds(changeSet: IRecordChangeSet): Set<EntityId>;
|
|
2798
2966
|
|
|
2967
|
+
export declare const channelsIntegrationBuiltInActionDescriptorAutoPaginateInputDataTypeTransfer: IDataTypeTransfer;
|
|
2968
|
+
|
|
2969
|
+
export declare const channelsIntegrationBuiltInActionDescriptorAutoPaginateInputTransfer: IValueDescriptorTransfer;
|
|
2970
|
+
|
|
2799
2971
|
export declare const channelsIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
2800
2972
|
|
|
2801
2973
|
export declare const channelsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
2802
2974
|
|
|
2975
|
+
export declare const channelsIntegrationBuiltInActionDescriptorExcludeArchivedInputDataTypeTransfer: IDataTypeTransfer;
|
|
2976
|
+
|
|
2977
|
+
export declare const channelsIntegrationBuiltInActionDescriptorExcludeArchivedInputTransfer: IValueDescriptorTransfer;
|
|
2978
|
+
|
|
2979
|
+
export declare const channelsIntegrationBuiltInActionDescriptorJoinPublicChannelsInputDataTypeTransfer: IDataTypeTransfer;
|
|
2980
|
+
|
|
2981
|
+
export declare const channelsIntegrationBuiltInActionDescriptorJoinPublicChannelsInputTransfer: IValueDescriptorTransfer;
|
|
2982
|
+
|
|
2983
|
+
export declare const channelsIntegrationBuiltInActionDescriptorNameContainsInputDataTypeTransfer: IDataTypeTransfer;
|
|
2984
|
+
|
|
2985
|
+
export declare const channelsIntegrationBuiltInActionDescriptorNameContainsInputTransfer: IValueDescriptorTransfer;
|
|
2986
|
+
|
|
2987
|
+
export declare const channelsIntegrationBuiltInActionDescriptorNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
|
|
2988
|
+
|
|
2989
|
+
export declare const channelsIntegrationBuiltInActionDescriptorNextPageTokenOutputTransfer: IValueDescriptorTransfer;
|
|
2990
|
+
|
|
2991
|
+
export declare const channelsIntegrationBuiltInActionDescriptorOnlyJoinedInputDataTypeTransfer: IDataTypeTransfer;
|
|
2992
|
+
|
|
2993
|
+
export declare const channelsIntegrationBuiltInActionDescriptorOnlyJoinedInputTransfer: IValueDescriptorTransfer;
|
|
2994
|
+
|
|
2995
|
+
export declare const channelsIntegrationBuiltInActionDescriptorPageSizeInputDataTypeTransfer: IDataTypeTransfer;
|
|
2996
|
+
|
|
2997
|
+
export declare const channelsIntegrationBuiltInActionDescriptorPageSizeInputTransfer: IValueDescriptorTransfer;
|
|
2998
|
+
|
|
2999
|
+
export declare const channelsIntegrationBuiltInActionDescriptorPageTokenInputDataTypeTransfer: IDataTypeTransfer;
|
|
3000
|
+
|
|
3001
|
+
export declare const channelsIntegrationBuiltInActionDescriptorPageTokenInputTransfer: IValueDescriptorTransfer;
|
|
3002
|
+
|
|
3003
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatedPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3004
|
+
|
|
3005
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatedPropertyTransfer: IPropertyTransfer;
|
|
3006
|
+
|
|
3007
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatorPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3008
|
+
|
|
3009
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatorPropertyTransfer: IPropertyTransfer;
|
|
3010
|
+
|
|
3011
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIdPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3012
|
+
|
|
3013
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIdPropertyTransfer: IPropertyTransfer;
|
|
3014
|
+
|
|
3015
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsArchivedPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3016
|
+
|
|
3017
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsArchivedPropertyTransfer: IPropertyTransfer;
|
|
3018
|
+
|
|
3019
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsChannelPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3020
|
+
|
|
3021
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsChannelPropertyTransfer: IPropertyTransfer;
|
|
3022
|
+
|
|
3023
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsGeneralPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3024
|
+
|
|
3025
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsGeneralPropertyTransfer: IPropertyTransfer;
|
|
3026
|
+
|
|
3027
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsGroupPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3028
|
+
|
|
3029
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsGroupPropertyTransfer: IPropertyTransfer;
|
|
3030
|
+
|
|
3031
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsImPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3032
|
+
|
|
3033
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsImPropertyTransfer: IPropertyTransfer;
|
|
3034
|
+
|
|
3035
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsMpimPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3036
|
+
|
|
3037
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsMpimPropertyTransfer: IPropertyTransfer;
|
|
3038
|
+
|
|
3039
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsPrivatePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3040
|
+
|
|
3041
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsPrivatePropertyTransfer: IPropertyTransfer;
|
|
3042
|
+
|
|
3043
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsSharedPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3044
|
+
|
|
3045
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsSharedPropertyTransfer: IPropertyTransfer;
|
|
3046
|
+
|
|
3047
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNameNormalizedPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3048
|
+
|
|
3049
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNameNormalizedPropertyTransfer: IPropertyTransfer;
|
|
3050
|
+
|
|
3051
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNamePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3052
|
+
|
|
3053
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNamePropertyTransfer: IPropertyTransfer;
|
|
3054
|
+
|
|
3055
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNumMembersPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3056
|
+
|
|
3057
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNumMembersPropertyTransfer: IPropertyTransfer;
|
|
3058
|
+
|
|
3059
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityRawJsonPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3060
|
+
|
|
3061
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityRawJsonPropertyTransfer: IPropertyTransfer;
|
|
3062
|
+
|
|
3063
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityTransfer: IDefinitionEntityTransfer;
|
|
3064
|
+
|
|
3065
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityUpdatedPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
3066
|
+
|
|
3067
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityUpdatedPropertyTransfer: IPropertyTransfer;
|
|
3068
|
+
|
|
3069
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeTransfer: IDataTypeTransfer;
|
|
3070
|
+
|
|
3071
|
+
export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputTransfer: IValueDescriptorTransfer;
|
|
3072
|
+
|
|
3073
|
+
export declare const channelsIntegrationBuiltInActionDescriptorTeamIdInputDataTypeTransfer: IDataTypeTransfer;
|
|
3074
|
+
|
|
3075
|
+
export declare const channelsIntegrationBuiltInActionDescriptorTeamIdInputTransfer: IValueDescriptorTransfer;
|
|
3076
|
+
|
|
2803
3077
|
export declare const channelsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
2804
3078
|
|
|
3079
|
+
export declare const channelsIntegrationBuiltInActionDescriptorTypesInputDataTypeTransfer: IDataTypeTransfer;
|
|
3080
|
+
|
|
3081
|
+
export declare const channelsIntegrationBuiltInActionDescriptorTypesInputTransfer: IValueDescriptorTransfer;
|
|
3082
|
+
|
|
2805
3083
|
export declare function checkAreDataTypesCompatible(dataTypeA: DataTypeState | null, dataTypeB: DataTypeState | null): IDataTypeCompatible | IDataTypeIncompatibile;
|
|
2806
3084
|
|
|
2807
3085
|
export declare function checkAreDefinitionEntitiesCompatibleAsDataType(sourceDefinitionEntity: DefinitionEntityState, targetDefinitionEntity: DefinitionEntityState): boolean;
|
|
@@ -17805,6 +18083,8 @@ export declare abstract class SharedStateFunctionality {
|
|
|
17805
18083
|
abstract getShallowErrors(): EntityError[];
|
|
17806
18084
|
}
|
|
17807
18085
|
|
|
18086
|
+
export declare const SLACK_CONVERSATION_TYPES: string[];
|
|
18087
|
+
|
|
17808
18088
|
export declare const slackAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
17809
18089
|
|
|
17810
18090
|
export declare const slackAuthExternalConnectionBuiltInBaseEntityConnectionIdProperty: IPropertyTransfer;
|