@salesforce/lds-adapters-service-slack 1.291.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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/service-slack.js +3567 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversationdeleteSlackMessage.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversationdeleteSlackMessageReactions.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversationgetSlackConversationInfo.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversationgetSlackMessage.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversationgetSlackUser.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversationpatchSlackMessage.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversationpostSlackConversation.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackConversationpostSlackMessageReactions.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackCustomEmoji.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/postSlackFile.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectSwarmingConversationMessagesByMessageTimestamp.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectSwarmingConversationMessagesReactionsByMessageTimestamp.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSwarmingConversationEmojis.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSwarmingConversationMessages.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSwarmingConversationMessagesByMessageTimestamp.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSwarmingConversationMessagesReactionsByMessageTimestamp.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSwarmingConversationUserByUserId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSwarmingSlackConversationInfo.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectSwarmingConversationMessagesByMessageTimestamp.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSwarmingConversationFiles.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSwarmingConversationMessages.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSwarmingConversationMessagesReactionsByMessageTimestamp.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/types/ContentDocumentOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContentVersionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/EmptyRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/FileTypeOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SlackConversationInfoOutputRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/SlackConversationOutputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/SlackCustomEmojisOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SlackFileInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/SlackFileOutputRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/SlackMessageOutputRepresentation.d.ts +127 -0
- package/dist/es/es2018/types/src/generated/types/SlackPostMessageInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SlackPostMessageOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/SlackPostMessageReactionInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SlackReactionOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/SlackUpdateMessageInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SlackUpdatedMessageOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/SlackUserInfoOutputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +3750 -0
- package/src/raml/api.raml +731 -0
- package/src/raml/luvio.raml +84 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { SlackUpdatedMessageOutputRepresentation as types_SlackUpdatedMessageOutputRepresentation_SlackUpdatedMessageOutputRepresentation } from '../types/SlackUpdatedMessageOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
messageTimestamp: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
appId: string;
|
|
9
|
+
channelId: string;
|
|
10
|
+
teamId: string;
|
|
11
|
+
text: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
15
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SlackUpdatedMessageOutputRepresentation_SlackUpdatedMessageOutputRepresentation): void;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackUpdatedMessageOutputRepresentation_SlackUpdatedMessageOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SlackUpdatedMessageOutputRepresentation_SlackUpdatedMessageOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SlackUpdatedMessageOutputRepresentation_SlackUpdatedMessageOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SlackUpdatedMessageOutputRepresentation_SlackUpdatedMessageOutputRepresentation, any>;
|
|
17
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
18
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectSwarmingConversationFiles.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { SlackFileOutputRepresentation as types_SlackFileOutputRepresentation_SlackFileOutputRepresentation } from '../types/SlackFileOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
appId: string;
|
|
6
|
+
base64EncodedFileData: string;
|
|
7
|
+
channels: Array<string>;
|
|
8
|
+
fileName: string;
|
|
9
|
+
fileType: string;
|
|
10
|
+
initialComment: string;
|
|
11
|
+
teamId: string;
|
|
12
|
+
threadTs: string;
|
|
13
|
+
title: string;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SlackFileOutputRepresentation_SlackFileOutputRepresentation): void;
|
|
18
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackFileOutputRepresentation_SlackFileOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SlackFileOutputRepresentation_SlackFileOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SlackFileOutputRepresentation_SlackFileOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SlackFileOutputRepresentation_SlackFileOutputRepresentation, any>;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectSwarmingConversationMessages.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { SlackPostMessageOutputRepresentation as types_SlackPostMessageOutputRepresentation_SlackPostMessageOutputRepresentation } from '../types/SlackPostMessageOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
appId: string;
|
|
6
|
+
channelId: string;
|
|
7
|
+
linkNames: boolean;
|
|
8
|
+
replyBroadcast: boolean;
|
|
9
|
+
teamId: string;
|
|
10
|
+
text: string;
|
|
11
|
+
threadTs: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
15
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SlackPostMessageOutputRepresentation_SlackPostMessageOutputRepresentation): void;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackPostMessageOutputRepresentation_SlackPostMessageOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SlackPostMessageOutputRepresentation_SlackPostMessageOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SlackPostMessageOutputRepresentation_SlackPostMessageOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SlackPostMessageOutputRepresentation_SlackPostMessageOutputRepresentation, any>;
|
|
17
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
18
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { EmptyRepresentation as types_EmptyRepresentation_EmptyRepresentation } from '../types/EmptyRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
messageTimestamp: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
appId: string;
|
|
9
|
+
channelId: string;
|
|
10
|
+
name: string;
|
|
11
|
+
teamId: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
15
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_EmptyRepresentation_EmptyRepresentation): void;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_EmptyRepresentation_EmptyRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_EmptyRepresentation_EmptyRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_EmptyRepresentation_EmptyRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_EmptyRepresentation_EmptyRepresentation, any>;
|
|
17
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
18
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FileTypeOutputRepresentation as FileTypeOutputRepresentation_FileTypeOutputRepresentation } from './FileTypeOutputRepresentation';
|
|
2
|
+
import { ContentVersionOutputRepresentation as ContentVersionOutputRepresentation_ContentVersionOutputRepresentation } from './ContentVersionOutputRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "86dc45870c15b40e9591690f7fb1ac16";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ContentDocumentOutputRepresentation, existing: ContentDocumentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContentDocumentOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ContentDocumentOutputRepresentationNormalized, incoming: ContentDocumentOutputRepresentationNormalized): 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: ContentDocumentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Contains the details of Content Document
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ContentDocumentOutputRepresentationNormalized {
|
|
19
|
+
filetype: FileTypeOutputRepresentation_FileTypeOutputRepresentation;
|
|
20
|
+
/** Id of the Content Document record */
|
|
21
|
+
id: string;
|
|
22
|
+
latestPublishedVersion: ContentVersionOutputRepresentation_ContentVersionOutputRepresentation;
|
|
23
|
+
/** Size of the Content Document record */
|
|
24
|
+
size: number;
|
|
25
|
+
/** Title of the Content Document record */
|
|
26
|
+
title: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Contains the details of Content Document
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface ContentDocumentOutputRepresentation {
|
|
35
|
+
filetype: FileTypeOutputRepresentation_FileTypeOutputRepresentation;
|
|
36
|
+
id: string;
|
|
37
|
+
latestPublishedVersion: ContentVersionOutputRepresentation_ContentVersionOutputRepresentation;
|
|
38
|
+
size: number;
|
|
39
|
+
title: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { FileTypeOutputRepresentation as FileTypeOutputRepresentation_FileTypeOutputRepresentation } from './FileTypeOutputRepresentation';
|
|
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 = "d1fa6f4938be185a790ae2f7aa423266";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContentVersionOutputRepresentation, existing: ContentVersionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContentVersionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContentVersionOutputRepresentationNormalized, incoming: ContentVersionOutputRepresentationNormalized): 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: ContentVersionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Contains the details of Content Version
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContentVersionOutputRepresentationNormalized {
|
|
18
|
+
/** Attachment URL for the Content Version record */
|
|
19
|
+
attachmentUrl: string;
|
|
20
|
+
filetype: FileTypeOutputRepresentation_FileTypeOutputRepresentation;
|
|
21
|
+
/** Id of the Content Version record */
|
|
22
|
+
id: string;
|
|
23
|
+
/** Size of the Content Version record */
|
|
24
|
+
size: number;
|
|
25
|
+
/** Title of the Content Version record */
|
|
26
|
+
title: string;
|
|
27
|
+
/** Version URL for the Content Version record */
|
|
28
|
+
versionUrl: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Contains the details of Content Version
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface ContentVersionOutputRepresentation {
|
|
37
|
+
attachmentUrl: string;
|
|
38
|
+
filetype: FileTypeOutputRepresentation_FileTypeOutputRepresentation;
|
|
39
|
+
id: string;
|
|
40
|
+
size: number;
|
|
41
|
+
title: string;
|
|
42
|
+
versionUrl: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
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
|
+
export declare const VERSION = "7d25d1bba6bb42fdd8c2c160c7e201a1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
6
|
+
messageTimestamp: string;
|
|
7
|
+
}
|
|
8
|
+
export type EmptyRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export type PartialEmptyRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): EmptyRepresentationNormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: EmptyRepresentation): string;
|
|
13
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: EmptyRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function normalize(input: EmptyRepresentation, existing: EmptyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EmptyRepresentationNormalized;
|
|
15
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: EmptyRepresentationNormalized, incoming: EmptyRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EmptyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
/**
|
|
20
|
+
* Represents empty response
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* messageTimestamp (string): fakeKey
|
|
24
|
+
*/
|
|
25
|
+
export interface EmptyRepresentationNormalized {
|
|
26
|
+
fakeKey: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Represents empty response
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* messageTimestamp (string): fakeKey
|
|
33
|
+
*/
|
|
34
|
+
export interface EmptyRepresentation {
|
|
35
|
+
fakeKey: string;
|
|
36
|
+
}
|
|
@@ -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 = "67b7fe6f8ee1967c58049a7212129bad";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FileTypeOutputRepresentation, existing: FileTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FileTypeOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FileTypeOutputRepresentationNormalized, incoming: FileTypeOutputRepresentationNormalized): 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: FileTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Contains the details of FileType
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FileTypeOutputRepresentationNormalized {
|
|
17
|
+
/** Extension of the File */
|
|
18
|
+
extension: string;
|
|
19
|
+
/** Icon Name of the File */
|
|
20
|
+
iconName: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Contains the details of FileType
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface FileTypeOutputRepresentation {
|
|
29
|
+
extension: string;
|
|
30
|
+
iconName: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SlackConversationInfoOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
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 = "e90388d02a2e03d044c551d2f42e4ed4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SlackConversationInfoOutputRepresentation, existing: SlackConversationInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackConversationInfoOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SlackConversationInfoOutputRepresentationNormalized, incoming: SlackConversationInfoOutputRepresentationNormalized): 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: SlackConversationInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Contains the conversation info
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SlackConversationInfoOutputRepresentationNormalized {
|
|
17
|
+
/** Id of the Conversation */
|
|
18
|
+
id: string;
|
|
19
|
+
/** Is this conversation archived? */
|
|
20
|
+
isArchived: boolean;
|
|
21
|
+
/** Is this a channel? */
|
|
22
|
+
isChannel: boolean;
|
|
23
|
+
/** Is Custom Emoji supported? */
|
|
24
|
+
isCustomEmojiSupported: boolean;
|
|
25
|
+
/** Is this a group? */
|
|
26
|
+
isGroup: boolean;
|
|
27
|
+
/** Is this IM? */
|
|
28
|
+
isIm: boolean;
|
|
29
|
+
/** Is the context User a member of this Conversation? */
|
|
30
|
+
isMember: boolean;
|
|
31
|
+
/** Is this conversation open? */
|
|
32
|
+
isOpen: boolean;
|
|
33
|
+
/** Is this conversation private? */
|
|
34
|
+
isPrivate: boolean;
|
|
35
|
+
/** Is this conversation read-only? */
|
|
36
|
+
isReadOnly: boolean;
|
|
37
|
+
/** Is this conversation thread-only? */
|
|
38
|
+
isThreadOnly: boolean;
|
|
39
|
+
/** Name of the Conversation */
|
|
40
|
+
name: string;
|
|
41
|
+
/** Number of members in the Conversation */
|
|
42
|
+
numOfMembers: number;
|
|
43
|
+
/** Should the Custom Emojis be cached? */
|
|
44
|
+
shouldCacheCustomEmoji: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Contains the conversation info
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* (none)
|
|
51
|
+
*/
|
|
52
|
+
export interface SlackConversationInfoOutputRepresentation {
|
|
53
|
+
id: string;
|
|
54
|
+
isArchived: boolean;
|
|
55
|
+
isChannel: boolean;
|
|
56
|
+
isCustomEmojiSupported: boolean;
|
|
57
|
+
isGroup: boolean;
|
|
58
|
+
isIm: boolean;
|
|
59
|
+
isMember: boolean;
|
|
60
|
+
isOpen: boolean;
|
|
61
|
+
isPrivate: boolean;
|
|
62
|
+
isReadOnly: boolean;
|
|
63
|
+
isThreadOnly: boolean;
|
|
64
|
+
name: string;
|
|
65
|
+
numOfMembers: number;
|
|
66
|
+
shouldCacheCustomEmoji: boolean;
|
|
67
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { SlackUserInfoOutputRepresentation as SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation } from './SlackUserInfoOutputRepresentation';
|
|
3
|
+
import { SlackMessageOutputRepresentation as SlackMessageOutputRepresentation_SlackMessageOutputRepresentation } from './SlackMessageOutputRepresentation';
|
|
4
|
+
export declare const VERSION = "e4e8c704e6c946c65744ccd361f036ba";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: SlackConversationOutputRepresentation, existing: SlackConversationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackConversationOutputRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
contextUserInfo: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
messages: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
}
|
|
12
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SlackConversationOutputRepresentation, existing: SlackConversationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SlackConversationOutputRepresentationNormalized;
|
|
13
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
14
|
+
export interface DynamicSelectParams {
|
|
15
|
+
contextUserInfo?: $64$luvio_engine_LinkSelection;
|
|
16
|
+
messages?: $64$luvio_engine_LinkSelection;
|
|
17
|
+
}
|
|
18
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
19
|
+
export declare function equals(existing: SlackConversationOutputRepresentationNormalized, incoming: SlackConversationOutputRepresentationNormalized): boolean;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackConversationOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
23
|
+
/**
|
|
24
|
+
* Contains the details of Slack Conversation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SlackConversationOutputRepresentationNormalized {
|
|
30
|
+
/** Id of the Slack App */
|
|
31
|
+
appId: string;
|
|
32
|
+
/** Id of the Channel where this Conversation exist */
|
|
33
|
+
channelId: string;
|
|
34
|
+
contextUserInfo: $64$luvio_engine_StoreLink;
|
|
35
|
+
/** Does this conversation have more messages to retrieve? */
|
|
36
|
+
hasMore: boolean;
|
|
37
|
+
/** Timestamp of the most recent message in this list of messages */
|
|
38
|
+
latestMessageTs: string;
|
|
39
|
+
/** List of Slack messages */
|
|
40
|
+
messages: Array<$64$luvio_engine_StoreLink>;
|
|
41
|
+
/** Timestamp of the oldest message in this list of messages */
|
|
42
|
+
oldestMessageTs: string;
|
|
43
|
+
/** Id of the Team (Workspace) where this Conversation exist */
|
|
44
|
+
teamId: string;
|
|
45
|
+
/** Thread Timestamp for this conversation */
|
|
46
|
+
threadTs: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Contains the details of Slack Conversation
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* (none)
|
|
53
|
+
*/
|
|
54
|
+
export interface SlackConversationOutputRepresentation {
|
|
55
|
+
appId: string;
|
|
56
|
+
channelId: string;
|
|
57
|
+
contextUserInfo: SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation;
|
|
58
|
+
hasMore: boolean;
|
|
59
|
+
latestMessageTs: string;
|
|
60
|
+
messages: Array<SlackMessageOutputRepresentation_SlackMessageOutputRepresentation>;
|
|
61
|
+
oldestMessageTs: string;
|
|
62
|
+
teamId: string;
|
|
63
|
+
threadTs: string;
|
|
64
|
+
}
|
|
@@ -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 VERSION = "c1bddf326dab5c5496dc81bd0e4d7e2e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SlackCustomEmojisOutputRepresentation, existing: SlackCustomEmojisOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackCustomEmojisOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SlackCustomEmojisOutputRepresentationNormalized, incoming: SlackCustomEmojisOutputRepresentationNormalized): 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: SlackCustomEmojisOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Contains the Slack Custom emojis
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SlackCustomEmojisOutputRepresentationNormalized {
|
|
17
|
+
/** Custom emojis for the given Team (Slack Workspace) */
|
|
18
|
+
customEmojis: {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
/** Id of the Team (Workspace) */
|
|
22
|
+
teamId: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Contains the Slack Custom emojis
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SlackCustomEmojisOutputRepresentation {
|
|
31
|
+
customEmojis: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
teamId: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 = "49a87e3fa1732865c2dd23b3551f246c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SlackFileInputRepresentation, existing: SlackFileInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackFileInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SlackFileInputRepresentationNormalized, incoming: SlackFileInputRepresentationNormalized): 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: SlackFileInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Contains the parameters to upload a file to Slack
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SlackFileInputRepresentationNormalized {
|
|
17
|
+
/** Slack App Id */
|
|
18
|
+
appId: string;
|
|
19
|
+
/** File contents via `multipart/form-data`. If omitting this parameter, you must submit `content`. */
|
|
20
|
+
base64EncodedFileData: string;
|
|
21
|
+
/** Comma-separated list of channel names or IDs where the file will be shared. */
|
|
22
|
+
channels: Array<string>;
|
|
23
|
+
/** Filename of file. */
|
|
24
|
+
fileName: string;
|
|
25
|
+
/** A [file type](https://api.slack.com/types/file#file_types) identifier. */
|
|
26
|
+
fileType: string;
|
|
27
|
+
/** Initial comment to add to file. */
|
|
28
|
+
initialComment: string;
|
|
29
|
+
/** Workspace where the message should be posted */
|
|
30
|
+
teamId: string;
|
|
31
|
+
/** Time stamp of the Parent message (in case of reply) */
|
|
32
|
+
threadTs: string;
|
|
33
|
+
/** Title of file. */
|
|
34
|
+
title: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Contains the parameters to upload a file to Slack
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface SlackFileInputRepresentation {
|
|
43
|
+
appId: string;
|
|
44
|
+
base64EncodedFileData: string;
|
|
45
|
+
channels: Array<string>;
|
|
46
|
+
fileName: string;
|
|
47
|
+
fileType: string;
|
|
48
|
+
initialComment: string;
|
|
49
|
+
teamId: string;
|
|
50
|
+
threadTs: string;
|
|
51
|
+
title: string;
|
|
52
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { ContentDocumentOutputRepresentation as ContentDocumentOutputRepresentation_ContentDocumentOutputRepresentation } from './ContentDocumentOutputRepresentation';
|
|
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 = "23fef6ea7c8dad47030e1e983274593a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
uniqueKey: string;
|
|
8
|
+
}
|
|
9
|
+
export type SlackFileOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialSlackFileOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SlackFileOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SlackFileOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SlackFileOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: SlackFileOutputRepresentation, existing: SlackFileOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackFileOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: SlackFileOutputRepresentationNormalized, incoming: SlackFileOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackFileOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Contains the details of files attached to the Slack Message
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* uniqueKey (string): uniqueKey
|
|
25
|
+
*/
|
|
26
|
+
export interface SlackFileOutputRepresentationNormalized {
|
|
27
|
+
/** Content Document data */
|
|
28
|
+
contentDocument: ContentDocumentOutputRepresentation_ContentDocumentOutputRepresentation;
|
|
29
|
+
/** Type of the File */
|
|
30
|
+
filetype: string;
|
|
31
|
+
/** Slack Id of the File */
|
|
32
|
+
id: string;
|
|
33
|
+
/** Mime type of the File */
|
|
34
|
+
mimetype: string;
|
|
35
|
+
/** Name of the File */
|
|
36
|
+
name: string;
|
|
37
|
+
/** Size of the File */
|
|
38
|
+
size: number;
|
|
39
|
+
/** Slack Permalink for the File */
|
|
40
|
+
slackPermalink: string;
|
|
41
|
+
/** Title of the File */
|
|
42
|
+
title: string;
|
|
43
|
+
/** Token used for the File */
|
|
44
|
+
token: string;
|
|
45
|
+
/** Unique Key for the File */
|
|
46
|
+
uniqueKey: string;
|
|
47
|
+
/** Slack web URL for the File */
|
|
48
|
+
url: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Contains the details of files attached to the Slack Message
|
|
52
|
+
*
|
|
53
|
+
* Keys:
|
|
54
|
+
* uniqueKey (string): uniqueKey
|
|
55
|
+
*/
|
|
56
|
+
export interface SlackFileOutputRepresentation {
|
|
57
|
+
contentDocument: ContentDocumentOutputRepresentation_ContentDocumentOutputRepresentation;
|
|
58
|
+
filetype: string;
|
|
59
|
+
id: string;
|
|
60
|
+
mimetype: string;
|
|
61
|
+
name: string;
|
|
62
|
+
size: number;
|
|
63
|
+
slackPermalink: string;
|
|
64
|
+
title: string;
|
|
65
|
+
token: string;
|
|
66
|
+
uniqueKey: string;
|
|
67
|
+
url: string;
|
|
68
|
+
}
|