@salesforce/lds-adapters-platform-slack-bridge 1.364.0 → 1.366.0

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.
Files changed (22) hide show
  1. package/dist/es/es2018/platform-slack-bridge.js +3192 -1164
  2. package/dist/es/es2018/types/src/generated/adapters/getSlackDisplayLogin.d.ts +26 -0
  3. package/dist/es/es2018/types/src/generated/adapters/getSlackSearchMPIMs.d.ts +29 -0
  4. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
  5. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -1
  6. package/dist/es/es2018/types/src/generated/resources/getConnectSlackbridgeSlack_display_login.d.ts +12 -0
  7. package/dist/es/es2018/types/src/generated/resources/getConnectSlackbridgeTeamSearchMpimsByTeamId.d.ts +19 -0
  8. package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationInfoOutputRepresentation.d.ts +23 -1
  9. package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationOutputRepresentation.d.ts +1 -0
  10. package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationPropertiesOutputRepresentation.d.ts +41 -0
  11. package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationRestrictionsOutputRepresentation.d.ts +31 -0
  12. package/dist/es/es2018/types/src/generated/types/SlackBridgeDisplayLoginRepresentation.d.ts +33 -0
  13. package/dist/es/es2018/types/src/generated/types/SlackBridgeEnterpriseUserInfoOutputRepresentation.d.ts +43 -0
  14. package/dist/es/es2018/types/src/generated/types/SlackBridgeFileOutputRepresentation.d.ts +52 -1
  15. package/dist/es/es2018/types/src/generated/types/SlackBridgeMPIMSearchResultOutputRepresentation.d.ts +35 -0
  16. package/dist/es/es2018/types/src/generated/types/SlackBridgeMPIMSearchResultsOutputRepresentation.d.ts +33 -0
  17. package/dist/es/es2018/types/src/generated/types/SlackBridgeSlackTeamOutputRepresentation.d.ts +38 -0
  18. package/dist/es/es2018/types/src/generated/types/SlackBridgeUserInfoOutputRepresentation.d.ts +23 -4
  19. package/package.json +3 -3
  20. package/sfdc/index.js +3067 -1011
  21. package/src/raml/api.raml +237 -2
  22. package/src/raml/luvio.raml +18 -0
@@ -0,0 +1,26 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getConnectSlackbridgeSlack_display_login_ResourceRequestConfig } from '../resources/getConnectSlackbridgeSlack_display_login';
4
+ import { SlackBridgeDisplayLoginRepresentation as types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation } from '../types/SlackBridgeDisplayLoginRepresentation';
5
+ export declare const adapterName = "getSlackDisplayLogin";
6
+ export declare const getSlackDisplayLogin_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getSlackDisplayLogin_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetSlackDisplayLoginConfig {
9
+ }
10
+ export declare const createResourceParams: (config: GetSlackDisplayLoginConfig) => resources_getConnectSlackbridgeSlack_display_login_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSlackDisplayLoginConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSlackDisplayLoginConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSlackDisplayLoginConfig>): adapter$45$utils_Untrusted<GetSlackDisplayLoginConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSlackDisplayLoginConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSlackDisplayLoginConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSlackDisplayLoginConfig): $64$luvio_engine_Snapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, any>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSlackDisplayLoginConfig, resourceParams: resources_getConnectSlackbridgeSlack_display_login_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSlackDisplayLoginConfig, resourceParams: resources_getConnectSlackbridgeSlack_display_login_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSlackDisplayLoginConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, any>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetSlackDisplayLoginConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation>): $64$luvio_engine_Snapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, any>;
26
+ export declare const getSlackDisplayLoginAdapterFactory: $64$luvio_engine_AdapterFactory<GetSlackDisplayLoginConfig, types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation>;
@@ -0,0 +1,29 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getConnectSlackbridgeTeamSearchMpimsByTeamId_ResourceRequestConfig } from '../resources/getConnectSlackbridgeTeamSearchMpimsByTeamId';
4
+ import { SlackBridgeMPIMSearchResultsOutputRepresentation as types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation } from '../types/SlackBridgeMPIMSearchResultsOutputRepresentation';
5
+ export declare const adapterName = "getSlackSearchMPIMs";
6
+ export declare const getSlackSearchMPIMs_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getSlackSearchMPIMs_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetSlackSearchMPIMsConfig {
9
+ teamId: string;
10
+ search?: string;
11
+ useDisplayName?: boolean;
12
+ }
13
+ export declare const createResourceParams: (config: GetSlackSearchMPIMsConfig) => resources_getConnectSlackbridgeTeamSearchMpimsByTeamId_ResourceRequestConfig;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchMPIMsConfig): string;
15
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchMPIMsConfig): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSlackSearchMPIMsConfig>): adapter$45$utils_Untrusted<GetSlackSearchMPIMsConfig>;
17
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSlackSearchMPIMsConfig | null;
18
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchMPIMsConfig): $64$luvio_engine_Fragment;
19
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchMPIMsConfig): $64$luvio_engine_Snapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, any>;
20
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchMPIMsConfig, resourceParams: resources_getConnectSlackbridgeTeamSearchMpimsByTeamId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, any>>;
21
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchMPIMsConfig, resourceParams: resources_getConnectSlackbridgeTeamSearchMpimsByTeamId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
22
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchMPIMsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, any>>;
23
+ export type BuildSnapshotContext = {
24
+ luvio: $64$luvio_engine_Luvio;
25
+ config: GetSlackSearchMPIMsConfig;
26
+ };
27
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, any>>;
28
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation>): $64$luvio_engine_Snapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, any>;
29
+ export declare const getSlackSearchMPIMsAdapterFactory: $64$luvio_engine_AdapterFactory<GetSlackSearchMPIMsConfig, types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation>;
@@ -4,6 +4,7 @@ export { postSlackFileAdapterFactory } from '../adapters/postSlackFile';
4
4
  export { postSlackRecordChannelInfosAdapterFactory } from '../adapters/postSlackRecordChannelInfos';
5
5
  export { getSlackRecordChannelInfoAdapterFactory } from '../adapters/getSlackRecordChannelInfo';
6
6
  export { getRelatedThreadsAdapterFactory } from '../adapters/getRelatedThreads';
7
+ export { getSlackDisplayLoginAdapterFactory } from '../adapters/getSlackDisplayLogin';
7
8
  export { postSlackConversationMarkAdapterFactory } from '../adapters/postSlackConversationMark';
8
9
  export { getSlackConversationMembersAdapterFactory } from '../adapters/getSlackConversationMembers';
9
10
  export { postSlackConversationMembersAdapterFactory } from '../adapters/postSlackConversationMembers';
@@ -20,5 +21,6 @@ export { getSlackEmojisAdapterFactory } from '../adapters/getSlackEmojis';
20
21
  export { getSlackEmojiAdapterFactory } from '../adapters/getSlackEmoji';
21
22
  export { getSlackSearchConversationAdapterFactory } from '../adapters/getSlackSearchConversation';
22
23
  export { getSlackSearchEmojiAdapterFactory } from '../adapters/getSlackSearchEmoji';
24
+ export { getSlackSearchMPIMsAdapterFactory } from '../adapters/getSlackSearchMPIMs';
23
25
  export { getSlackSearchUserAdapterFactory } from '../adapters/getSlackSearchUser';
24
26
  export { getSlackUserAdapterFactory } from '../adapters/getSlackUser';
@@ -10,6 +10,7 @@ declare let getSlackConversationMember: any;
10
10
  declare let getSlackConversationMemberNotifyChange: any;
11
11
  declare let getSlackConversationMembers: any;
12
12
  declare let getSlackConversationMembersNotifyChange: any;
13
+ declare let getSlackDisplayLogin: any;
13
14
  declare let getSlackEmoji: any;
14
15
  declare let getSlackEmojiNotifyChange: any;
15
16
  declare let getSlackEmojis: any;
@@ -19,6 +20,7 @@ declare let getSlackRecordChannelInfo: any;
19
20
  declare let getSlackRecordChannelInfoNotifyChange: any;
20
21
  declare let getSlackSearchConversation: any;
21
22
  declare let getSlackSearchEmoji: any;
23
+ declare let getSlackSearchMPIMs: any;
22
24
  declare let getSlackSearchUser: any;
23
25
  declare let getSlackUser: any;
24
26
  declare let getSlackUserNotifyChange: any;
@@ -35,12 +37,14 @@ declare let getSlackConversationInfo_imperative: any;
35
37
  declare let getSlackConversationInfos_imperative: any;
36
38
  declare let getSlackConversationMember_imperative: any;
37
39
  declare let getSlackConversationMembers_imperative: any;
40
+ declare let getSlackDisplayLogin_imperative: any;
38
41
  declare let getSlackEmoji_imperative: any;
39
42
  declare let getSlackEmojis_imperative: any;
40
43
  declare let getSlackMessage_imperative: any;
41
44
  declare let getSlackRecordChannelInfo_imperative: any;
42
45
  declare let getSlackSearchConversation_imperative: any;
43
46
  declare let getSlackSearchEmoji_imperative: any;
47
+ declare let getSlackSearchMPIMs_imperative: any;
44
48
  declare let getSlackSearchUser_imperative: any;
45
49
  declare let getSlackUser_imperative: any;
46
- export { deleteSlackConversationMember, deleteSlackMessage, deleteSlackMessageReactions, getRelatedThreads, getSlackConversation, getSlackConversationInfo, getSlackConversationInfoNotifyChange, getSlackConversationInfos, getSlackConversationMember, getSlackConversationMemberNotifyChange, getSlackConversationMembers, getSlackConversationMembersNotifyChange, getSlackEmoji, getSlackEmojiNotifyChange, getSlackEmojis, getSlackMessage, getSlackMessageNotifyChange, getSlackRecordChannelInfo, getSlackRecordChannelInfoNotifyChange, getSlackSearchConversation, getSlackSearchEmoji, getSlackSearchUser, getSlackUser, getSlackUserNotifyChange, patchSlackMessage, postSlackConversation, postSlackConversationMark, postSlackConversationMembers, postSlackFile, postSlackMessageReactions, postSlackRecordChannelInfos, getRelatedThreads_imperative, getSlackConversation_imperative, getSlackConversationInfo_imperative, getSlackConversationInfos_imperative, getSlackConversationMember_imperative, getSlackConversationMembers_imperative, getSlackEmoji_imperative, getSlackEmojis_imperative, getSlackMessage_imperative, getSlackRecordChannelInfo_imperative, getSlackSearchConversation_imperative, getSlackSearchEmoji_imperative, getSlackSearchUser_imperative, getSlackUser_imperative, };
50
+ export { deleteSlackConversationMember, deleteSlackMessage, deleteSlackMessageReactions, getRelatedThreads, getSlackConversation, getSlackConversationInfo, getSlackConversationInfoNotifyChange, getSlackConversationInfos, getSlackConversationMember, getSlackConversationMemberNotifyChange, getSlackConversationMembers, getSlackConversationMembersNotifyChange, getSlackDisplayLogin, getSlackEmoji, getSlackEmojiNotifyChange, getSlackEmojis, getSlackMessage, getSlackMessageNotifyChange, getSlackRecordChannelInfo, getSlackRecordChannelInfoNotifyChange, getSlackSearchConversation, getSlackSearchEmoji, getSlackSearchMPIMs, getSlackSearchUser, getSlackUser, getSlackUserNotifyChange, patchSlackMessage, postSlackConversation, postSlackConversationMark, postSlackConversationMembers, postSlackFile, postSlackMessageReactions, postSlackRecordChannelInfos, getRelatedThreads_imperative, getSlackConversation_imperative, getSlackConversationInfo_imperative, getSlackConversationInfos_imperative, getSlackConversationMember_imperative, getSlackConversationMembers_imperative, getSlackDisplayLogin_imperative, getSlackEmoji_imperative, getSlackEmojis_imperative, getSlackMessage_imperative, getSlackRecordChannelInfo_imperative, getSlackSearchConversation_imperative, getSlackSearchEmoji_imperative, getSlackSearchMPIMs_imperative, getSlackSearchUser_imperative, getSlackUser_imperative, };
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { SlackBridgeDisplayLoginRepresentation as types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation } from '../types/SlackBridgeDisplayLoginRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ }
5
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
6
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
7
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
8
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation): void;
9
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation, any>;
10
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SlackBridgeDisplayLoginRepresentation_SlackBridgeDisplayLoginRepresentation>): $64$luvio_engine_ErrorSnapshot;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -0,0 +1,19 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { SlackBridgeMPIMSearchResultsOutputRepresentation as types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation } from '../types/SlackBridgeMPIMSearchResultsOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ teamId: string;
6
+ };
7
+ queryParams: {
8
+ search?: string;
9
+ useDisplayName?: boolean;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation): void;
16
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation, any>;
17
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SlackBridgeMPIMSearchResultsOutputRepresentation_SlackBridgeMPIMSearchResultsOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
18
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
19
+ export default createResourceRequest;
@@ -1,6 +1,7 @@
1
+ import { SlackBridgeConversationPropertiesOutputRepresentation as SlackBridgeConversationPropertiesOutputRepresentation_SlackBridgeConversationPropertiesOutputRepresentation } from './SlackBridgeConversationPropertiesOutputRepresentation';
1
2
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
3
  export declare const TTL = 900000;
3
- export declare const VERSION = "252fe3a6509a770a876e36552ad8dd06";
4
+ export declare const VERSION = "881db9651a4514e5db997e8a9fc589fe";
4
5
  export declare function validate(obj: any, path?: string): TypeError | null;
5
6
  export declare const RepresentationType: string;
6
7
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -24,6 +25,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
24
25
  * id (string): id
25
26
  */
26
27
  export interface SlackBridgeConversationInfoOutputRepresentationNormalized {
28
+ /** The conversation host id */
29
+ conversationHostId: string | null;
27
30
  /** Id of the Conversation */
28
31
  id: string;
29
32
  /** Is this conversation archived? */
@@ -32,6 +35,8 @@ export interface SlackBridgeConversationInfoOutputRepresentationNormalized {
32
35
  isChannel: boolean | null;
33
36
  /** Is Custom Emoji supported? */
34
37
  isCustomEmojiSupported: boolean | null;
38
+ /** Is this conversation externally shared? */
39
+ isExtShared: boolean | null;
35
40
  /** Is this a group? */
36
41
  isGroup: boolean | null;
37
42
  /** Is this IM? */
@@ -40,16 +45,26 @@ export interface SlackBridgeConversationInfoOutputRepresentationNormalized {
40
45
  isMember: boolean | null;
41
46
  /** Is this conversation open? */
42
47
  isOpen: boolean | null;
48
+ /** Is this conversation org shared? */
49
+ isOrgShared: boolean | null;
50
+ /** Is this conversation pending external sharing? */
51
+ isPendingExtShared: boolean | null;
43
52
  /** Is this conversation private? */
44
53
  isPrivate: boolean | null;
45
54
  /** Is this conversation read-only? */
46
55
  isReadOnly: boolean | null;
56
+ /** Is this conversation shared? */
57
+ isShared: boolean | null;
47
58
  /** Is this conversation thread-only? */
48
59
  isThreadOnly: boolean | null;
60
+ /** The timestamp of the last read message of this conversation by the current user */
61
+ lastRead: string | null;
49
62
  /** Name of the Conversation */
50
63
  name: string;
51
64
  /** Number of members in the Conversation */
52
65
  numOfMembers: number | null;
66
+ /** The properties of the conversation */
67
+ properties?: SlackBridgeConversationPropertiesOutputRepresentation_SlackBridgeConversationPropertiesOutputRepresentation | null;
53
68
  /** Should the Custom Emojis be cached? */
54
69
  shouldCacheCustomEmoji: boolean | null;
55
70
  /** The URL to the channel */
@@ -62,19 +77,26 @@ export interface SlackBridgeConversationInfoOutputRepresentationNormalized {
62
77
  * id (string): id
63
78
  */
64
79
  export interface SlackBridgeConversationInfoOutputRepresentation {
80
+ conversationHostId: string | null;
65
81
  id: string;
66
82
  isArchived: boolean | null;
67
83
  isChannel: boolean | null;
68
84
  isCustomEmojiSupported: boolean | null;
85
+ isExtShared: boolean | null;
69
86
  isGroup: boolean | null;
70
87
  isIm: boolean | null;
71
88
  isMember: boolean | null;
72
89
  isOpen: boolean | null;
90
+ isOrgShared: boolean | null;
91
+ isPendingExtShared: boolean | null;
73
92
  isPrivate: boolean | null;
74
93
  isReadOnly: boolean | null;
94
+ isShared: boolean | null;
75
95
  isThreadOnly: boolean | null;
96
+ lastRead: string | null;
76
97
  name: string;
77
98
  numOfMembers: number | null;
99
+ properties?: SlackBridgeConversationPropertiesOutputRepresentation_SlackBridgeConversationPropertiesOutputRepresentation | null;
78
100
  shouldCacheCustomEmoji: boolean | null;
79
101
  url?: string;
80
102
  }
@@ -3,6 +3,7 @@ import { SlackBridgeUserInfoOutputRepresentation as SlackBridgeUserInfoOutputRep
3
3
  import { SlackBridgeConversationInfoOutputRepresentation as SlackBridgeConversationInfoOutputRepresentation_SlackBridgeConversationInfoOutputRepresentation } from './SlackBridgeConversationInfoOutputRepresentation';
4
4
  import { SlackBridgeEmojiOutputRepresentation as SlackBridgeEmojiOutputRepresentation_SlackBridgeEmojiOutputRepresentation } from './SlackBridgeEmojiOutputRepresentation';
5
5
  import { SlackBridgeConversationHistoryOutputRepresentation as SlackBridgeConversationHistoryOutputRepresentation_SlackBridgeConversationHistoryOutputRepresentation } from './SlackBridgeConversationHistoryOutputRepresentation';
6
+ export declare const TTL = 500;
6
7
  export declare const VERSION = "1119f2c416d047eefd8303c5a2d590ae";
7
8
  export declare function validate(obj: any, path?: string): TypeError | null;
8
9
  export declare const RepresentationType: string;
@@ -0,0 +1,41 @@
1
+ import { SlackBridgeConversationRestrictionsOutputRepresentation as SlackBridgeConversationRestrictionsOutputRepresentation_SlackBridgeConversationRestrictionsOutputRepresentation } from './SlackBridgeConversationRestrictionsOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "139b4530e5abfb4424ce58620c1e6934";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SlackBridgeConversationPropertiesOutputRepresentation, existing: SlackBridgeConversationPropertiesOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeConversationPropertiesOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SlackBridgeConversationPropertiesOutputRepresentationNormalized, incoming: SlackBridgeConversationPropertiesOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackBridgeConversationPropertiesOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Properties of a conversation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SlackBridgeConversationPropertiesOutputRepresentationNormalized {
18
+ /** Is @channel restricted */
19
+ atChannelRestricted: boolean | null;
20
+ /** Is @here restricted */
21
+ atHereRestricted: boolean | null;
22
+ /** Are huddles restricted */
23
+ huddlesRestricted: boolean | null;
24
+ /** Posting restrictions */
25
+ postingRestrictedTo: SlackBridgeConversationRestrictionsOutputRepresentation_SlackBridgeConversationRestrictionsOutputRepresentation | null;
26
+ /** Thread replying restrictions */
27
+ threadsRestrictedTo: SlackBridgeConversationRestrictionsOutputRepresentation_SlackBridgeConversationRestrictionsOutputRepresentation | null;
28
+ }
29
+ /**
30
+ * Properties of a conversation
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface SlackBridgeConversationPropertiesOutputRepresentation {
36
+ atChannelRestricted: boolean | null;
37
+ atHereRestricted: boolean | null;
38
+ huddlesRestricted: boolean | null;
39
+ postingRestrictedTo: SlackBridgeConversationRestrictionsOutputRepresentation_SlackBridgeConversationRestrictionsOutputRepresentation | null;
40
+ threadsRestrictedTo: SlackBridgeConversationRestrictionsOutputRepresentation_SlackBridgeConversationRestrictionsOutputRepresentation | null;
41
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "90163ce3734714c2b87ec91b0ae3ff53";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SlackBridgeConversationRestrictionsOutputRepresentation, existing: SlackBridgeConversationRestrictionsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeConversationRestrictionsOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SlackBridgeConversationRestrictionsOutputRepresentationNormalized, incoming: SlackBridgeConversationRestrictionsOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackBridgeConversationRestrictionsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Restrictions on a conversation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SlackBridgeConversationRestrictionsOutputRepresentationNormalized {
17
+ /** Types */
18
+ type: Array<string>;
19
+ /** Users */
20
+ user: Array<string>;
21
+ }
22
+ /**
23
+ * Restrictions on a conversation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SlackBridgeConversationRestrictionsOutputRepresentation {
29
+ type: Array<string>;
30
+ user: Array<string>;
31
+ }
@@ -0,0 +1,33 @@
1
+ import { SlackBridgeSlackTeamOutputRepresentation as SlackBridgeSlackTeamOutputRepresentation_SlackBridgeSlackTeamOutputRepresentation } from './SlackBridgeSlackTeamOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "9d256bdf84f3f3d3c78aa60a3d16ebcc";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SlackBridgeDisplayLoginRepresentation, existing: SlackBridgeDisplayLoginRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeDisplayLoginRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: SlackBridgeDisplayLoginRepresentationNormalized, incoming: SlackBridgeDisplayLoginRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackBridgeDisplayLoginRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Contains Salesforce Org info and Slack Team info
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SlackBridgeDisplayLoginRepresentationNormalized {
19
+ /** Salesforce Org Id */
20
+ orgId: string;
21
+ /** Slack Team Info */
22
+ slackTeam: SlackBridgeSlackTeamOutputRepresentation_SlackBridgeSlackTeamOutputRepresentation | null;
23
+ }
24
+ /**
25
+ * Contains Salesforce Org info and Slack Team info
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SlackBridgeDisplayLoginRepresentation {
31
+ orgId: string;
32
+ slackTeam: SlackBridgeSlackTeamOutputRepresentation_SlackBridgeSlackTeamOutputRepresentation | null;
33
+ }
@@ -0,0 +1,43 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d8f70047b26b82f280d95ae8abe94157";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SlackBridgeEnterpriseUserInfoOutputRepresentation, existing: SlackBridgeEnterpriseUserInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeEnterpriseUserInfoOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SlackBridgeEnterpriseUserInfoOutputRepresentationNormalized, incoming: SlackBridgeEnterpriseUserInfoOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackBridgeEnterpriseUserInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Contains the details of Slack Enterprise User object
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SlackBridgeEnterpriseUserInfoOutputRepresentationNormalized {
17
+ /** Enterprise org id */
18
+ enterpriseId: string;
19
+ /** Enterprise org name */
20
+ enterpriseName: string;
21
+ /** Slack User id */
22
+ id: string;
23
+ /** Is Slack User an admin? */
24
+ isAdmin: boolean;
25
+ /** Is Slack User an owner? */
26
+ isOwner: boolean;
27
+ /** Is Slack User aa primary owner? */
28
+ isPrimaryOwner: boolean;
29
+ }
30
+ /**
31
+ * Contains the details of Slack Enterprise User object
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SlackBridgeEnterpriseUserInfoOutputRepresentation {
37
+ enterpriseId: string;
38
+ enterpriseName: string;
39
+ id: string;
40
+ isAdmin: boolean;
41
+ isOwner: boolean;
42
+ isPrimaryOwner: boolean;
43
+ }
@@ -1,6 +1,6 @@
1
1
  import { SlackBridgeContentDocumentOutputRepresentation as SlackBridgeContentDocumentOutputRepresentation_SlackBridgeContentDocumentOutputRepresentation } from './SlackBridgeContentDocumentOutputRepresentation';
2
2
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "0c63f7d5db21327ed0dd5a3be9ff421a";
3
+ export declare const VERSION = "99be0f9126140de113f28042c5c94412";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -34,20 +34,54 @@ export interface SlackBridgeFileOutputRepresentationNormalized {
34
34
  mimetype: string;
35
35
  /** Name of the File */
36
36
  name: string;
37
+ /** Pretty type of the File */
38
+ prettyType: string | null;
37
39
  /** Size of the File */
38
40
  size: number | null;
39
41
  /** Slack Permalink for the File */
40
42
  slackPermalink: string;
41
43
  /** Thumbnail URL (1024 height) */
42
44
  thumb1024: string | null;
45
+ /** Thumbnail 1024 height */
46
+ thumb1024H: number | null;
47
+ /** Thumbnail 1024 width */
48
+ thumb1024W: number | null;
43
49
  /** Thumbnail URL (360 height) */
44
50
  thumb360: string | null;
51
+ /** Thumbnail 360 height */
52
+ thumb360H: number | null;
53
+ /** Thumbnail 360 width */
54
+ thumb360W: number | null;
45
55
  /** Thumbnail URL (480 height) */
46
56
  thumb480: string | null;
57
+ /** Thumbnail 480 height */
58
+ thumb480H: number | null;
59
+ /** Thumbnail 480 width */
60
+ thumb480W: number | null;
61
+ /** Thumbnail URL (64 height) */
62
+ thumb64: string | null;
47
63
  /** Thumbnail URL (720 height) */
48
64
  thumb720: string | null;
65
+ /** Thumbnail 720 height */
66
+ thumb720H: number | null;
67
+ /** Thumbnail 720 width */
68
+ thumb720W: number | null;
69
+ /** Thumbnail URL (80 height) */
70
+ thumb80: string | null;
71
+ /** Thumbnail URL (800 height) */
72
+ thumb800: string | null;
73
+ /** Thumbnail 800 height */
74
+ thumb800H: number | null;
75
+ /** Thumbnail 800 width */
76
+ thumb800W: number | null;
49
77
  /** Thumbnail URL (960 height) */
50
78
  thumb960: string | null;
79
+ /** PDF thumbnail URL */
80
+ thumbPdf: string | null;
81
+ /** PDF thumbnail height */
82
+ thumbPdfH: number | null;
83
+ /** PDF thumbnail width */
84
+ thumbPdfW: number | null;
51
85
  /** Video thumbnail */
52
86
  thumbVideo: string | null;
53
87
  /** Video thumbnail height */
@@ -75,13 +109,30 @@ export interface SlackBridgeFileOutputRepresentation {
75
109
  id: string;
76
110
  mimetype: string;
77
111
  name: string;
112
+ prettyType: string | null;
78
113
  size: number | null;
79
114
  slackPermalink: string;
80
115
  thumb1024: string | null;
116
+ thumb1024H: number | null;
117
+ thumb1024W: number | null;
81
118
  thumb360: string | null;
119
+ thumb360H: number | null;
120
+ thumb360W: number | null;
82
121
  thumb480: string | null;
122
+ thumb480H: number | null;
123
+ thumb480W: number | null;
124
+ thumb64: string | null;
83
125
  thumb720: string | null;
126
+ thumb720H: number | null;
127
+ thumb720W: number | null;
128
+ thumb80: string | null;
129
+ thumb800: string | null;
130
+ thumb800H: number | null;
131
+ thumb800W: number | null;
84
132
  thumb960: string | null;
133
+ thumbPdf: string | null;
134
+ thumbPdfH: number | null;
135
+ thumbPdfW: number | null;
85
136
  thumbVideo: string | null;
86
137
  thumbVideoHeight: number | null;
87
138
  thumbVideoWidth: number | null;
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const TTL = 500;
3
+ export declare const VERSION = "f5163219d8f420b0f2fe9664574a18be";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SlackBridgeMPIMSearchResultOutputRepresentation, existing: SlackBridgeMPIMSearchResultOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeMPIMSearchResultOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SlackBridgeMPIMSearchResultOutputRepresentationNormalized, incoming: SlackBridgeMPIMSearchResultOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackBridgeMPIMSearchResultOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Contains the search result for a single MPIM
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SlackBridgeMPIMSearchResultOutputRepresentationNormalized {
18
+ /** Id of the Conversation */
19
+ id: string;
20
+ /** List of Slack user ids that are members of this MPIM */
21
+ members: Array<string>;
22
+ /** Name of the Conversation */
23
+ name: string;
24
+ }
25
+ /**
26
+ * Contains the search result for a single MPIM
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface SlackBridgeMPIMSearchResultOutputRepresentation {
32
+ id: string;
33
+ members: Array<string>;
34
+ name: string;
35
+ }
@@ -0,0 +1,33 @@
1
+ import { SlackBridgeMPIMSearchResultOutputRepresentation as SlackBridgeMPIMSearchResultOutputRepresentation_SlackBridgeMPIMSearchResultOutputRepresentation } from './SlackBridgeMPIMSearchResultOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "b338926dfda8feabf1a28d4f96aedee3";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SlackBridgeMPIMSearchResultsOutputRepresentation, existing: SlackBridgeMPIMSearchResultsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeMPIMSearchResultsOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: SlackBridgeMPIMSearchResultsOutputRepresentationNormalized, incoming: SlackBridgeMPIMSearchResultsOutputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackBridgeMPIMSearchResultsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Contains the search results for a collection of MPIMs
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SlackBridgeMPIMSearchResultsOutputRepresentationNormalized {
19
+ /** List of Slack MPIM search results */
20
+ mpims: Array<SlackBridgeMPIMSearchResultOutputRepresentation_SlackBridgeMPIMSearchResultOutputRepresentation>;
21
+ /** String used to search for this list of MPIMs (Optional) */
22
+ searchString: string | null;
23
+ }
24
+ /**
25
+ * Contains the search results for a collection of MPIMs
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SlackBridgeMPIMSearchResultsOutputRepresentation {
31
+ mpims: Array<SlackBridgeMPIMSearchResultOutputRepresentation_SlackBridgeMPIMSearchResultOutputRepresentation>;
32
+ searchString: string | null;
33
+ }
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const TTL = 500;
3
+ export declare const VERSION = "d6833ffbee3e599bfdef928466ea65af";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SlackBridgeSlackTeamOutputRepresentation, existing: SlackBridgeSlackTeamOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeSlackTeamOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SlackBridgeSlackTeamOutputRepresentationNormalized, incoming: SlackBridgeSlackTeamOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackBridgeSlackTeamOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Contains metadata about the connected slack team
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SlackBridgeSlackTeamOutputRepresentationNormalized {
18
+ /** The team connection status */
19
+ status: string;
20
+ /** The full domain name for the connected slack team or enterprise grid */
21
+ teamDomain: string;
22
+ /** The team id */
23
+ teamId: string;
24
+ /** The team name */
25
+ teamName: string;
26
+ }
27
+ /**
28
+ * Contains metadata about the connected slack team
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface SlackBridgeSlackTeamOutputRepresentation {
34
+ status: string;
35
+ teamDomain: string;
36
+ teamId: string;
37
+ teamName: string;
38
+ }