@elyx-code/project-logic-tree 0.0.6517 → 0.0.6518

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
@@ -2173,7 +2173,121 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
2173
2173
  };
2174
2174
  };
2175
2175
  };
2176
- outputs: {};
2176
+ outputs: {
2177
+ channels: {
2178
+ id: string;
2179
+ dataType: {
2180
+ id: string;
2181
+ entity: {
2182
+ id: string;
2183
+ properties: {
2184
+ idProperty: {
2185
+ id: string;
2186
+ dataType: {
2187
+ id: string;
2188
+ };
2189
+ };
2190
+ name: {
2191
+ id: string;
2192
+ dataType: {
2193
+ id: string;
2194
+ };
2195
+ };
2196
+ is_channel: {
2197
+ id: string;
2198
+ dataType: {
2199
+ id: string;
2200
+ };
2201
+ };
2202
+ is_group: {
2203
+ id: string;
2204
+ dataType: {
2205
+ id: string;
2206
+ };
2207
+ };
2208
+ is_im: {
2209
+ id: string;
2210
+ dataType: {
2211
+ id: string;
2212
+ };
2213
+ };
2214
+ created: {
2215
+ id: string;
2216
+ dataType: {
2217
+ id: string;
2218
+ };
2219
+ };
2220
+ creator: {
2221
+ id: string;
2222
+ dataType: {
2223
+ id: string;
2224
+ };
2225
+ };
2226
+ is_archived: {
2227
+ id: string;
2228
+ dataType: {
2229
+ id: string;
2230
+ };
2231
+ };
2232
+ is_general: {
2233
+ id: string;
2234
+ dataType: {
2235
+ id: string;
2236
+ };
2237
+ };
2238
+ name_normalized: {
2239
+ id: string;
2240
+ dataType: {
2241
+ id: string;
2242
+ };
2243
+ };
2244
+ is_shared: {
2245
+ id: string;
2246
+ dataType: {
2247
+ id: string;
2248
+ };
2249
+ };
2250
+ is_private: {
2251
+ id: string;
2252
+ dataType: {
2253
+ id: string;
2254
+ };
2255
+ };
2256
+ is_mpim: {
2257
+ id: string;
2258
+ dataType: {
2259
+ id: string;
2260
+ };
2261
+ };
2262
+ updated: {
2263
+ id: string;
2264
+ dataType: {
2265
+ id: string;
2266
+ };
2267
+ };
2268
+ num_members: {
2269
+ id: string;
2270
+ dataType: {
2271
+ id: string;
2272
+ };
2273
+ };
2274
+ raw_json: {
2275
+ id: string;
2276
+ dataType: {
2277
+ id: string;
2278
+ };
2279
+ };
2280
+ };
2281
+ };
2282
+ };
2283
+ };
2284
+ nextPageToken: {
2285
+ id: string;
2286
+ dataType: {
2287
+ id: string;
2288
+ };
2289
+ };
2290
+ };
2177
2291
  };
2178
2292
  "external-integration--slack--get--messages": {
2179
2293
  id: ExternalIntegrationOperations;
@@ -2800,6 +2914,80 @@ export declare const channelsIntegrationBuiltInActionDescriptorConnectionInputDa
2800
2914
 
2801
2915
  export declare const channelsIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
2802
2916
 
2917
+ export declare const channelsIntegrationBuiltInActionDescriptorNextPageTokenOutputDataTypeTransfer: IDataTypeTransfer;
2918
+
2919
+ export declare const channelsIntegrationBuiltInActionDescriptorNextPageTokenOutputTransfer: IValueDescriptorTransfer;
2920
+
2921
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatedPropertyDataTypeTransfer: IDataTypeTransfer;
2922
+
2923
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatedPropertyTransfer: IPropertyTransfer;
2924
+
2925
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatorPropertyDataTypeTransfer: IDataTypeTransfer;
2926
+
2927
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityCreatorPropertyTransfer: IPropertyTransfer;
2928
+
2929
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIdPropertyDataTypeTransfer: IDataTypeTransfer;
2930
+
2931
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIdPropertyTransfer: IPropertyTransfer;
2932
+
2933
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsArchivedPropertyDataTypeTransfer: IDataTypeTransfer;
2934
+
2935
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsArchivedPropertyTransfer: IPropertyTransfer;
2936
+
2937
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsChannelPropertyDataTypeTransfer: IDataTypeTransfer;
2938
+
2939
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsChannelPropertyTransfer: IPropertyTransfer;
2940
+
2941
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsGeneralPropertyDataTypeTransfer: IDataTypeTransfer;
2942
+
2943
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsGeneralPropertyTransfer: IPropertyTransfer;
2944
+
2945
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsGroupPropertyDataTypeTransfer: IDataTypeTransfer;
2946
+
2947
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsGroupPropertyTransfer: IPropertyTransfer;
2948
+
2949
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsImPropertyDataTypeTransfer: IDataTypeTransfer;
2950
+
2951
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsImPropertyTransfer: IPropertyTransfer;
2952
+
2953
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsMpimPropertyDataTypeTransfer: IDataTypeTransfer;
2954
+
2955
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsMpimPropertyTransfer: IPropertyTransfer;
2956
+
2957
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsPrivatePropertyDataTypeTransfer: IDataTypeTransfer;
2958
+
2959
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsPrivatePropertyTransfer: IPropertyTransfer;
2960
+
2961
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsSharedPropertyDataTypeTransfer: IDataTypeTransfer;
2962
+
2963
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityIsSharedPropertyTransfer: IPropertyTransfer;
2964
+
2965
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNameNormalizedPropertyDataTypeTransfer: IDataTypeTransfer;
2966
+
2967
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNameNormalizedPropertyTransfer: IPropertyTransfer;
2968
+
2969
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNamePropertyDataTypeTransfer: IDataTypeTransfer;
2970
+
2971
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNamePropertyTransfer: IPropertyTransfer;
2972
+
2973
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNumMembersPropertyDataTypeTransfer: IDataTypeTransfer;
2974
+
2975
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityNumMembersPropertyTransfer: IPropertyTransfer;
2976
+
2977
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityRawJsonPropertyDataTypeTransfer: IDataTypeTransfer;
2978
+
2979
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityRawJsonPropertyTransfer: IPropertyTransfer;
2980
+
2981
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityTransfer: IDefinitionEntityTransfer;
2982
+
2983
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityUpdatedPropertyDataTypeTransfer: IDataTypeTransfer;
2984
+
2985
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeEntityUpdatedPropertyTransfer: IPropertyTransfer;
2986
+
2987
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputDataTypeTransfer: IDataTypeTransfer;
2988
+
2989
+ export declare const channelsIntegrationBuiltInActionDescriptorRecordsOutputTransfer: IValueDescriptorTransfer;
2990
+
2803
2991
  export declare const channelsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
2804
2992
 
2805
2993
  export declare function checkAreDataTypesCompatible(dataTypeA: DataTypeState | null, dataTypeB: DataTypeState | null): IDataTypeCompatible | IDataTypeIncompatibile;