@salesforce/lds-adapters-platform-slack-bridge 1.332.0-dev6 → 1.332.0-dev7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/platform-slack-bridge.js +1782 -902
- package/dist/es/es2018/types/src/generated/adapters/getSlackSearchConversation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/resources/getConnectSlackbridgeTeamSearchConversationsByTeamId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/types/SlackBridgeContentVersionOutputRepresentation.d.ts +6 -5
- package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationInfoOutputRepresentation.d.ts +19 -19
- package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationInfosOutputRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/SlackBridgeEmojiOutputRepresentation.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/types/SlackBridgeEmojisOutputRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/SlackBridgeFileOutputRepresentation.d.ts +14 -14
- package/dist/es/es2018/types/src/generated/types/SlackBridgeMessageOutputRepresentation.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/types/SlackBridgeReactionOutputRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/SlackBridgeUserInfoOutputRepresentation.d.ts +9 -9
- package/dist/es/es2018/types/src/generated/types/SlackBridgeUserInfosOutputRepresentation.d.ts +3 -3
- package/package.json +3 -3
- package/sfdc/index.js +1703 -812
- package/src/raml/api.raml +50 -30
- package/src/raml/luvio.raml +4 -0
|
@@ -0,0 +1,28 @@
|
|
|
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_getConnectSlackbridgeTeamSearchConversationsByTeamId_ResourceRequestConfig } from '../resources/getConnectSlackbridgeTeamSearchConversationsByTeamId';
|
|
4
|
+
import { SlackBridgeConversationInfosOutputRepresentation as types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation } from '../types/SlackBridgeConversationInfosOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "getSlackSearchConversation";
|
|
6
|
+
export declare const getSlackSearchConversation_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getSlackSearchConversation_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetSlackSearchConversationConfig {
|
|
9
|
+
teamId: string;
|
|
10
|
+
search?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: GetSlackSearchConversationConfig) => resources_getConnectSlackbridgeTeamSearchConversationsByTeamId_ResourceRequestConfig;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchConversationConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchConversationConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSlackSearchConversationConfig>): adapter$45$utils_Untrusted<GetSlackSearchConversationConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSlackSearchConversationConfig | null;
|
|
17
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchConversationConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchConversationConfig): $64$luvio_engine_Snapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, any>;
|
|
19
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchConversationConfig, resourceParams: resources_getConnectSlackbridgeTeamSearchConversationsByTeamId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, any>>;
|
|
20
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchConversationConfig, resourceParams: resources_getConnectSlackbridgeTeamSearchConversationsByTeamId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSlackSearchConversationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, any>>;
|
|
22
|
+
export type BuildSnapshotContext = {
|
|
23
|
+
luvio: $64$luvio_engine_Luvio;
|
|
24
|
+
config: GetSlackSearchConversationConfig;
|
|
25
|
+
};
|
|
26
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, any>>;
|
|
27
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation>): $64$luvio_engine_Snapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, any>;
|
|
28
|
+
export declare const getSlackSearchConversationAdapterFactory: $64$luvio_engine_AdapterFactory<GetSlackSearchConversationConfig, types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation>;
|
|
@@ -13,6 +13,7 @@ export { patchSlackMessageAdapterFactory } from '../adapters/patchSlackMessage';
|
|
|
13
13
|
export { deleteSlackMessageReactionsAdapterFactory } from '../adapters/deleteSlackMessageReactions';
|
|
14
14
|
export { postSlackMessageReactionsAdapterFactory } from '../adapters/postSlackMessageReactions';
|
|
15
15
|
export { getSlackCustomEmojiAdapterFactory } from '../adapters/getSlackCustomEmoji';
|
|
16
|
+
export { getSlackSearchConversationAdapterFactory } from '../adapters/getSlackSearchConversation';
|
|
16
17
|
export { getSlackSearchEmojiAdapterFactory } from '../adapters/getSlackSearchEmoji';
|
|
17
18
|
export { getSlackSearchUserAdapterFactory } from '../adapters/getSlackSearchUser';
|
|
18
19
|
export { getSlackUserAdapterFactory } from '../adapters/getSlackUser';
|
|
@@ -11,6 +11,7 @@ declare let getSlackMessage: any;
|
|
|
11
11
|
declare let getSlackMessageNotifyChange: any;
|
|
12
12
|
declare let getSlackRecordChannelInfo: any;
|
|
13
13
|
declare let getSlackRecordChannelInfoNotifyChange: any;
|
|
14
|
+
declare let getSlackSearchConversation: any;
|
|
14
15
|
declare let getSlackSearchEmoji: any;
|
|
15
16
|
declare let getSlackSearchUser: any;
|
|
16
17
|
declare let getSlackUser: any;
|
|
@@ -27,7 +28,8 @@ declare let getSlackConversationMembers_imperative: any;
|
|
|
27
28
|
declare let getSlackCustomEmoji_imperative: any;
|
|
28
29
|
declare let getSlackMessage_imperative: any;
|
|
29
30
|
declare let getSlackRecordChannelInfo_imperative: any;
|
|
31
|
+
declare let getSlackSearchConversation_imperative: any;
|
|
30
32
|
declare let getSlackSearchEmoji_imperative: any;
|
|
31
33
|
declare let getSlackSearchUser_imperative: any;
|
|
32
34
|
declare let getSlackUser_imperative: any;
|
|
33
|
-
export { deleteSlackConversationMember, deleteSlackMessage, deleteSlackMessageReactions, getSlackConversation, getSlackConversationMember, getSlackConversationMemberNotifyChange, getSlackConversationMembers, getSlackConversationMembersNotifyChange, getSlackCustomEmoji, getSlackMessage, getSlackMessageNotifyChange, getSlackRecordChannelInfo, getSlackRecordChannelInfoNotifyChange, getSlackSearchEmoji, getSlackSearchUser, getSlackUser, getSlackUserNotifyChange, patchSlackMessage, postSlackConversation, postSlackConversationMembers, postSlackFile, postSlackMessageReactions, postSlackRecordChannelInfos, getSlackConversation_imperative, getSlackConversationMember_imperative, getSlackConversationMembers_imperative, getSlackCustomEmoji_imperative, getSlackMessage_imperative, getSlackRecordChannelInfo_imperative, getSlackSearchEmoji_imperative, getSlackSearchUser_imperative, getSlackUser_imperative, };
|
|
35
|
+
export { deleteSlackConversationMember, deleteSlackMessage, deleteSlackMessageReactions, getSlackConversation, getSlackConversationMember, getSlackConversationMemberNotifyChange, getSlackConversationMembers, getSlackConversationMembersNotifyChange, getSlackCustomEmoji, getSlackMessage, getSlackMessageNotifyChange, getSlackRecordChannelInfo, getSlackRecordChannelInfoNotifyChange, getSlackSearchConversation, getSlackSearchEmoji, getSlackSearchUser, getSlackUser, getSlackUserNotifyChange, patchSlackMessage, postSlackConversation, postSlackConversationMembers, postSlackFile, postSlackMessageReactions, postSlackRecordChannelInfos, getSlackConversation_imperative, getSlackConversationMember_imperative, getSlackConversationMembers_imperative, getSlackCustomEmoji_imperative, getSlackMessage_imperative, getSlackRecordChannelInfo_imperative, getSlackSearchConversation_imperative, getSlackSearchEmoji_imperative, getSlackSearchUser_imperative, getSlackUser_imperative, };
|
|
@@ -0,0 +1,18 @@
|
|
|
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 { SlackBridgeConversationInfosOutputRepresentation as types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation } from '../types/SlackBridgeConversationInfosOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
teamId: string;
|
|
6
|
+
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
search?: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation): void;
|
|
15
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation, any>;
|
|
16
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SlackBridgeConversationInfosOutputRepresentation_SlackBridgeConversationInfosOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
17
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
18
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/types/SlackBridgeContentVersionOutputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SlackBridgeFileTypeOutputRepresentation as SlackBridgeFileTypeOutputRepresentation_SlackBridgeFileTypeOutputRepresentation } from './SlackBridgeFileTypeOutputRepresentation';
|
|
2
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 = "
|
|
3
|
+
export declare const VERSION = "3ef7c0314c9cc37a0b6c3b0dbd6a76a5";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: SlackBridgeContentVersionOutputRepresentation, existing: SlackBridgeContentVersionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeContentVersionOutputRepresentationNormalized;
|
|
@@ -17,7 +17,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
17
17
|
export interface SlackBridgeContentVersionOutputRepresentationNormalized {
|
|
18
18
|
/** Attachment URL for the Content Version record */
|
|
19
19
|
attachmentUrl: string;
|
|
20
|
-
|
|
20
|
+
/** File type of the Content Version record */
|
|
21
|
+
filetype: SlackBridgeFileTypeOutputRepresentation_SlackBridgeFileTypeOutputRepresentation | null;
|
|
21
22
|
/** Id of the Content Version record */
|
|
22
23
|
id: string;
|
|
23
24
|
/** Size of the Content Version record */
|
|
@@ -25,7 +26,7 @@ export interface SlackBridgeContentVersionOutputRepresentationNormalized {
|
|
|
25
26
|
/** Title of the Content Version record */
|
|
26
27
|
title: string;
|
|
27
28
|
/** Version URL for the Content Version record */
|
|
28
|
-
versionUrl: string;
|
|
29
|
+
versionUrl: string | null;
|
|
29
30
|
}
|
|
30
31
|
/**
|
|
31
32
|
* Contains the details of Content Version
|
|
@@ -35,9 +36,9 @@ export interface SlackBridgeContentVersionOutputRepresentationNormalized {
|
|
|
35
36
|
*/
|
|
36
37
|
export interface SlackBridgeContentVersionOutputRepresentation {
|
|
37
38
|
attachmentUrl: string;
|
|
38
|
-
filetype: SlackBridgeFileTypeOutputRepresentation_SlackBridgeFileTypeOutputRepresentation;
|
|
39
|
+
filetype: SlackBridgeFileTypeOutputRepresentation_SlackBridgeFileTypeOutputRepresentation | null;
|
|
39
40
|
id: string;
|
|
40
41
|
size: number;
|
|
41
42
|
title: string;
|
|
42
|
-
versionUrl: string;
|
|
43
|
+
versionUrl: string | null;
|
|
43
44
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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 = "
|
|
2
|
+
export declare const VERSION = "252fe3a6509a770a876e36552ad8dd06";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -26,25 +26,25 @@ export interface SlackBridgeConversationInfoOutputRepresentationNormalized {
|
|
|
26
26
|
/** Id of the Conversation */
|
|
27
27
|
id: string;
|
|
28
28
|
/** Is this conversation archived? */
|
|
29
|
-
isArchived: boolean;
|
|
29
|
+
isArchived: boolean | null;
|
|
30
30
|
/** Is this a channel? */
|
|
31
|
-
isChannel: boolean;
|
|
31
|
+
isChannel: boolean | null;
|
|
32
32
|
/** Is Custom Emoji supported? */
|
|
33
33
|
isCustomEmojiSupported: boolean | null;
|
|
34
34
|
/** Is this a group? */
|
|
35
|
-
isGroup: boolean;
|
|
35
|
+
isGroup: boolean | null;
|
|
36
36
|
/** Is this IM? */
|
|
37
|
-
isIm: boolean;
|
|
37
|
+
isIm: boolean | null;
|
|
38
38
|
/** Is the context User a member of this Conversation? */
|
|
39
|
-
isMember: boolean;
|
|
39
|
+
isMember: boolean | null;
|
|
40
40
|
/** Is this conversation open? */
|
|
41
|
-
isOpen: boolean;
|
|
41
|
+
isOpen: boolean | null;
|
|
42
42
|
/** Is this conversation private? */
|
|
43
|
-
isPrivate: boolean;
|
|
43
|
+
isPrivate: boolean | null;
|
|
44
44
|
/** Is this conversation read-only? */
|
|
45
|
-
isReadOnly: boolean;
|
|
45
|
+
isReadOnly: boolean | null;
|
|
46
46
|
/** Is this conversation thread-only? */
|
|
47
|
-
isThreadOnly: boolean;
|
|
47
|
+
isThreadOnly: boolean | null;
|
|
48
48
|
/** Name of the Conversation */
|
|
49
49
|
name: string;
|
|
50
50
|
/** Number of members in the Conversation */
|
|
@@ -62,16 +62,16 @@ export interface SlackBridgeConversationInfoOutputRepresentationNormalized {
|
|
|
62
62
|
*/
|
|
63
63
|
export interface SlackBridgeConversationInfoOutputRepresentation {
|
|
64
64
|
id: string;
|
|
65
|
-
isArchived: boolean;
|
|
66
|
-
isChannel: boolean;
|
|
65
|
+
isArchived: boolean | null;
|
|
66
|
+
isChannel: boolean | null;
|
|
67
67
|
isCustomEmojiSupported: boolean | null;
|
|
68
|
-
isGroup: boolean;
|
|
69
|
-
isIm: boolean;
|
|
70
|
-
isMember: boolean;
|
|
71
|
-
isOpen: boolean;
|
|
72
|
-
isPrivate: boolean;
|
|
73
|
-
isReadOnly: boolean;
|
|
74
|
-
isThreadOnly: boolean;
|
|
68
|
+
isGroup: boolean | null;
|
|
69
|
+
isIm: boolean | null;
|
|
70
|
+
isMember: boolean | null;
|
|
71
|
+
isOpen: boolean | null;
|
|
72
|
+
isPrivate: boolean | null;
|
|
73
|
+
isReadOnly: boolean | null;
|
|
74
|
+
isThreadOnly: boolean | null;
|
|
75
75
|
name: string;
|
|
76
76
|
numOfMembers: number | null;
|
|
77
77
|
shouldCacheCustomEmoji: boolean | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
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
2
|
import { SlackBridgeConversationInfoOutputRepresentation as SlackBridgeConversationInfoOutputRepresentation_SlackBridgeConversationInfoOutputRepresentation } from './SlackBridgeConversationInfoOutputRepresentation';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "0de597a47ca8ecad2cfb7fd9c8f73920";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: SlackBridgeConversationInfosOutputRepresentation, existing: SlackBridgeConversationInfosOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeConversationInfosOutputRepresentationNormalized;
|
|
@@ -27,7 +27,7 @@ export interface SlackBridgeConversationInfosOutputRepresentationNormalized {
|
|
|
27
27
|
/** List of Slack Conversation Information */
|
|
28
28
|
conversationInfos: Array<$64$luvio_engine_StoreLink>;
|
|
29
29
|
/** String used to search this list of conversations (Optional) */
|
|
30
|
-
searchString: string;
|
|
30
|
+
searchString: string | null;
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
33
|
* Contains the list of Slack Conversation Information
|
|
@@ -37,5 +37,5 @@ export interface SlackBridgeConversationInfosOutputRepresentationNormalized {
|
|
|
37
37
|
*/
|
|
38
38
|
export interface SlackBridgeConversationInfosOutputRepresentation {
|
|
39
39
|
conversationInfos: Array<SlackBridgeConversationInfoOutputRepresentation_SlackBridgeConversationInfoOutputRepresentation>;
|
|
40
|
-
searchString: string;
|
|
40
|
+
searchString: string | null;
|
|
41
41
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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 = "
|
|
2
|
+
export declare const VERSION = "20bf7311db81b4fc5559874e8f8c7502";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: SlackBridgeEmojiOutputRepresentation, existing: SlackBridgeEmojiOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeEmojiOutputRepresentationNormalized;
|
|
@@ -15,15 +15,15 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
15
|
*/
|
|
16
16
|
export interface SlackBridgeEmojiOutputRepresentationNormalized {
|
|
17
17
|
/** Alt text for the Slack Emoji */
|
|
18
|
-
altText: string;
|
|
18
|
+
altText: string | null;
|
|
19
19
|
/** Is this a custom Slack Emoji? */
|
|
20
20
|
isCustom: boolean | null;
|
|
21
21
|
/** Name of the Slack Emoji */
|
|
22
22
|
name: string;
|
|
23
23
|
/** Unicode for the Slack Emoji */
|
|
24
|
-
unicode: string;
|
|
24
|
+
unicode: string | null;
|
|
25
25
|
/** Url of the Slack Emoji */
|
|
26
|
-
url: string;
|
|
26
|
+
url: string | null;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
29
|
* Contains the details of Slack Emoji
|
|
@@ -32,9 +32,9 @@ export interface SlackBridgeEmojiOutputRepresentationNormalized {
|
|
|
32
32
|
* (none)
|
|
33
33
|
*/
|
|
34
34
|
export interface SlackBridgeEmojiOutputRepresentation {
|
|
35
|
-
altText: string;
|
|
35
|
+
altText: string | null;
|
|
36
36
|
isCustom: boolean | null;
|
|
37
37
|
name: string;
|
|
38
|
-
unicode: string;
|
|
39
|
-
url: string;
|
|
38
|
+
unicode: string | null;
|
|
39
|
+
url: string | null;
|
|
40
40
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SlackBridgeEmojiOutputRepresentation as SlackBridgeEmojiOutputRepresentation_SlackBridgeEmojiOutputRepresentation } from './SlackBridgeEmojiOutputRepresentation';
|
|
2
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 = "
|
|
3
|
+
export declare const VERSION = "40ec82af9ce301ce8598d88a6b19174a";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: SlackBridgeEmojisOutputRepresentation, existing: SlackBridgeEmojisOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeEmojisOutputRepresentationNormalized;
|
|
@@ -18,7 +18,7 @@ export interface SlackBridgeEmojisOutputRepresentationNormalized {
|
|
|
18
18
|
/** List of Slack Emoji */
|
|
19
19
|
emojis: Array<SlackBridgeEmojiOutputRepresentation_SlackBridgeEmojiOutputRepresentation>;
|
|
20
20
|
/** String used to search this list of conversations (Optional) */
|
|
21
|
-
searchString: string;
|
|
21
|
+
searchString: string | null;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* Contains the list of Slack Emoji
|
|
@@ -28,5 +28,5 @@ export interface SlackBridgeEmojisOutputRepresentationNormalized {
|
|
|
28
28
|
*/
|
|
29
29
|
export interface SlackBridgeEmojisOutputRepresentation {
|
|
30
30
|
emojis: Array<SlackBridgeEmojiOutputRepresentation_SlackBridgeEmojiOutputRepresentation>;
|
|
31
|
-
searchString: string;
|
|
31
|
+
searchString: string | null;
|
|
32
32
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
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 = "
|
|
3
|
+
export declare const VERSION = "15fa7211c500ebba9537b3c9921b39cf";
|
|
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 {
|
|
7
|
-
uniqueKey: string;
|
|
7
|
+
uniqueKey: string | null;
|
|
8
8
|
}
|
|
9
9
|
export type SlackBridgeFileOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
10
|
export type PartialSlackBridgeFileOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
@@ -21,11 +21,11 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
21
21
|
* Contains the details of files attached to the Slack Message
|
|
22
22
|
*
|
|
23
23
|
* Keys:
|
|
24
|
-
* uniqueKey (string): uniqueKey
|
|
24
|
+
* uniqueKey (string | null): uniqueKey
|
|
25
25
|
*/
|
|
26
26
|
export interface SlackBridgeFileOutputRepresentationNormalized {
|
|
27
27
|
/** Content Document data */
|
|
28
|
-
contentDocument: SlackBridgeContentDocumentOutputRepresentation_SlackBridgeContentDocumentOutputRepresentation;
|
|
28
|
+
contentDocument: SlackBridgeContentDocumentOutputRepresentation_SlackBridgeContentDocumentOutputRepresentation | null;
|
|
29
29
|
/** Type of the File */
|
|
30
30
|
filetype: string;
|
|
31
31
|
/** Slack Id of the File */
|
|
@@ -35,34 +35,34 @@ export interface SlackBridgeFileOutputRepresentationNormalized {
|
|
|
35
35
|
/** Name of the File */
|
|
36
36
|
name: string;
|
|
37
37
|
/** Size of the File */
|
|
38
|
-
size: number;
|
|
38
|
+
size: number | null;
|
|
39
39
|
/** Slack Permalink for the File */
|
|
40
40
|
slackPermalink: string;
|
|
41
41
|
/** Title of the File */
|
|
42
42
|
title: string;
|
|
43
43
|
/** Token used for the File */
|
|
44
|
-
token: string;
|
|
44
|
+
token: string | null;
|
|
45
45
|
/** Unique Key for the File */
|
|
46
|
-
uniqueKey: string;
|
|
46
|
+
uniqueKey: string | null;
|
|
47
47
|
/** Slack web URL for the File */
|
|
48
|
-
url: string;
|
|
48
|
+
url: string | null;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Contains the details of files attached to the Slack Message
|
|
52
52
|
*
|
|
53
53
|
* Keys:
|
|
54
|
-
* uniqueKey (string): uniqueKey
|
|
54
|
+
* uniqueKey (string | null): uniqueKey
|
|
55
55
|
*/
|
|
56
56
|
export interface SlackBridgeFileOutputRepresentation {
|
|
57
|
-
contentDocument: SlackBridgeContentDocumentOutputRepresentation_SlackBridgeContentDocumentOutputRepresentation;
|
|
57
|
+
contentDocument: SlackBridgeContentDocumentOutputRepresentation_SlackBridgeContentDocumentOutputRepresentation | null;
|
|
58
58
|
filetype: string;
|
|
59
59
|
id: string;
|
|
60
60
|
mimetype: string;
|
|
61
61
|
name: string;
|
|
62
|
-
size: number;
|
|
62
|
+
size: number | null;
|
|
63
63
|
slackPermalink: string;
|
|
64
64
|
title: string;
|
|
65
|
-
token: string;
|
|
66
|
-
uniqueKey: string;
|
|
67
|
-
url: string;
|
|
65
|
+
token: string | null;
|
|
66
|
+
uniqueKey: string | null;
|
|
67
|
+
url: string | null;
|
|
68
68
|
}
|
package/dist/es/es2018/types/src/generated/types/SlackBridgeMessageOutputRepresentation.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SlackBridgeReactionOutputRepresentation as SlackBridgeReactionOutputRepresentation_SlackBridgeReactionOutputRepresentation } from './SlackBridgeReactionOutputRepresentation';
|
|
2
2
|
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';
|
|
3
3
|
import { SlackBridgeFileOutputRepresentation as SlackBridgeFileOutputRepresentation_SlackBridgeFileOutputRepresentation } from './SlackBridgeFileOutputRepresentation';
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "a8502e4e4bb65313c6fbaa1f89f1e539";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export declare function normalize(input: SlackBridgeMessageOutputRepresentation, existing: SlackBridgeMessageOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeMessageOutputRepresentationNormalized;
|
|
@@ -38,11 +38,11 @@ export interface SlackBridgeMessageOutputRepresentationNormalized {
|
|
|
38
38
|
/** Does this message includes Custom emoji? */
|
|
39
39
|
includesCustomEmoji: boolean | null;
|
|
40
40
|
/** Is this a reply also sent to the Channel? */
|
|
41
|
-
isBroadcast: boolean;
|
|
41
|
+
isBroadcast: boolean | null;
|
|
42
42
|
/** Can this message be edited? */
|
|
43
43
|
isEditable: boolean;
|
|
44
44
|
/** Is this an edited message? */
|
|
45
|
-
isEdited: boolean;
|
|
45
|
+
isEdited: boolean | null;
|
|
46
46
|
/** Latest Reply timestamp */
|
|
47
47
|
latestReplyTimestamp: string | null;
|
|
48
48
|
/** Content of the Message */
|
|
@@ -64,7 +64,7 @@ export interface SlackBridgeMessageOutputRepresentationNormalized {
|
|
|
64
64
|
/** Timestamp of the thread to which this message belong to */
|
|
65
65
|
threadTs: string | null;
|
|
66
66
|
/** Type of Message */
|
|
67
|
-
type: string;
|
|
67
|
+
type: string | null;
|
|
68
68
|
/** Url for this message */
|
|
69
69
|
url: string;
|
|
70
70
|
}
|
|
@@ -83,9 +83,9 @@ export interface SlackBridgeMessageOutputRepresentation {
|
|
|
83
83
|
}>;
|
|
84
84
|
files: Array<SlackBridgeFileOutputRepresentation_SlackBridgeFileOutputRepresentation>;
|
|
85
85
|
includesCustomEmoji: boolean | null;
|
|
86
|
-
isBroadcast: boolean;
|
|
86
|
+
isBroadcast: boolean | null;
|
|
87
87
|
isEditable: boolean;
|
|
88
|
-
isEdited: boolean;
|
|
88
|
+
isEdited: boolean | null;
|
|
89
89
|
latestReplyTimestamp: string | null;
|
|
90
90
|
message: string;
|
|
91
91
|
messageTs: string;
|
|
@@ -96,6 +96,6 @@ export interface SlackBridgeMessageOutputRepresentation {
|
|
|
96
96
|
slackUserId: string;
|
|
97
97
|
subtype: string | null;
|
|
98
98
|
threadTs: string | null;
|
|
99
|
-
type: string;
|
|
99
|
+
type: string | null;
|
|
100
100
|
url: string;
|
|
101
101
|
}
|
package/dist/es/es2018/types/src/generated/types/SlackBridgeReactionOutputRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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 = "
|
|
2
|
+
export declare const VERSION = "7820a930852347bb0506c08d8b528281";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: SlackBridgeReactionOutputRepresentation, existing: SlackBridgeReactionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeReactionOutputRepresentationNormalized;
|
|
@@ -15,7 +15,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
15
|
*/
|
|
16
16
|
export interface SlackBridgeReactionOutputRepresentationNormalized {
|
|
17
17
|
/** Number of reactions */
|
|
18
|
-
count: number;
|
|
18
|
+
count: number | null;
|
|
19
19
|
/** Name of the reaction */
|
|
20
20
|
name: string;
|
|
21
21
|
/** Slack user ids of users who made this reaction */
|
|
@@ -30,7 +30,7 @@ export interface SlackBridgeReactionOutputRepresentationNormalized {
|
|
|
30
30
|
* (none)
|
|
31
31
|
*/
|
|
32
32
|
export interface SlackBridgeReactionOutputRepresentation {
|
|
33
|
-
count: number;
|
|
33
|
+
count: number | null;
|
|
34
34
|
name: string;
|
|
35
35
|
reactedUsers: Array<string>;
|
|
36
36
|
url: string | null;
|
package/dist/es/es2018/types/src/generated/types/SlackBridgeUserInfoOutputRepresentation.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SlackBridgeEmojiOutputRepresentation as SlackBridgeEmojiOutputRepresentation_SlackBridgeEmojiOutputRepresentation } from './SlackBridgeEmojiOutputRepresentation';
|
|
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
3
|
export declare const TTL = 600000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "ed55b392107ffac0017655cf2fd0083e";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -30,9 +30,9 @@ export interface SlackBridgeUserInfoOutputRepresentationNormalized {
|
|
|
30
30
|
/** Is this a Bot User? */
|
|
31
31
|
bot: boolean;
|
|
32
32
|
/** Display Name of the Slack User */
|
|
33
|
-
displayName: string;
|
|
33
|
+
displayName: string | null;
|
|
34
34
|
/** 24x24 version of the Slack User image */
|
|
35
|
-
image24: string;
|
|
35
|
+
image24: string | null;
|
|
36
36
|
/** Original version of the Slack User image */
|
|
37
37
|
imageOriginal: string | null;
|
|
38
38
|
/** Is this Slack User currently in a Huddle? */
|
|
@@ -46,7 +46,7 @@ export interface SlackBridgeUserInfoOutputRepresentationNormalized {
|
|
|
46
46
|
/** User Profile url */
|
|
47
47
|
profileUrl: string | null;
|
|
48
48
|
/** Real Name of the Slack User */
|
|
49
|
-
realName: string;
|
|
49
|
+
realName: string | null;
|
|
50
50
|
/** Id of the related Salesforce User mapped to the Slack User */
|
|
51
51
|
salesforceUserId: string | null;
|
|
52
52
|
/** Id of the Slack User */
|
|
@@ -54,7 +54,7 @@ export interface SlackBridgeUserInfoOutputRepresentationNormalized {
|
|
|
54
54
|
/** Status emoji of the Slack User */
|
|
55
55
|
statusEmoji: SlackBridgeEmojiOutputRepresentation_SlackBridgeEmojiOutputRepresentation | null;
|
|
56
56
|
/** Status message of the Slack User */
|
|
57
|
-
statusMessage: string;
|
|
57
|
+
statusMessage: string | null;
|
|
58
58
|
/** Slack Workspace Id */
|
|
59
59
|
teamId: string;
|
|
60
60
|
}
|
|
@@ -67,18 +67,18 @@ export interface SlackBridgeUserInfoOutputRepresentationNormalized {
|
|
|
67
67
|
*/
|
|
68
68
|
export interface SlackBridgeUserInfoOutputRepresentation {
|
|
69
69
|
bot: boolean;
|
|
70
|
-
displayName: string;
|
|
71
|
-
image24: string;
|
|
70
|
+
displayName: string | null;
|
|
71
|
+
image24: string | null;
|
|
72
72
|
imageOriginal: string | null;
|
|
73
73
|
inHuddle: boolean | null;
|
|
74
74
|
isActive: boolean | null;
|
|
75
75
|
isExternal: boolean | null;
|
|
76
76
|
name: string;
|
|
77
77
|
profileUrl: string | null;
|
|
78
|
-
realName: string;
|
|
78
|
+
realName: string | null;
|
|
79
79
|
salesforceUserId: string | null;
|
|
80
80
|
slackUserId: string;
|
|
81
81
|
statusEmoji: SlackBridgeEmojiOutputRepresentation_SlackBridgeEmojiOutputRepresentation | null;
|
|
82
|
-
statusMessage: string;
|
|
82
|
+
statusMessage: string | null;
|
|
83
83
|
teamId: string;
|
|
84
84
|
}
|
package/dist/es/es2018/types/src/generated/types/SlackBridgeUserInfosOutputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
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
2
|
import { SlackBridgeUserInfoOutputRepresentation as SlackBridgeUserInfoOutputRepresentation_SlackBridgeUserInfoOutputRepresentation } from './SlackBridgeUserInfoOutputRepresentation';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "058d708f5533e6123e368a3722311412";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: SlackBridgeUserInfosOutputRepresentation, existing: SlackBridgeUserInfosOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackBridgeUserInfosOutputRepresentationNormalized;
|
|
@@ -25,7 +25,7 @@ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$lu
|
|
|
25
25
|
*/
|
|
26
26
|
export interface SlackBridgeUserInfosOutputRepresentationNormalized {
|
|
27
27
|
/** String used to search this list of conversations (Optional) */
|
|
28
|
-
searchString: string;
|
|
28
|
+
searchString: string | null;
|
|
29
29
|
/** List of Slack User Information */
|
|
30
30
|
userInfos: Array<$64$luvio_engine_StoreLink>;
|
|
31
31
|
}
|
|
@@ -36,6 +36,6 @@ export interface SlackBridgeUserInfosOutputRepresentationNormalized {
|
|
|
36
36
|
* (none)
|
|
37
37
|
*/
|
|
38
38
|
export interface SlackBridgeUserInfosOutputRepresentation {
|
|
39
|
-
searchString: string;
|
|
39
|
+
searchString: string | null;
|
|
40
40
|
userInfos: Array<SlackBridgeUserInfoOutputRepresentation_SlackBridgeUserInfoOutputRepresentation>;
|
|
41
41
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-slack-bridge",
|
|
3
|
-
"version": "1.332.0-
|
|
3
|
+
"version": "1.332.0-dev7",
|
|
4
4
|
"description": "API for bridging over to Slack from Salesforce Core",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-slack-bridge.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.332.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.332.0-dev7"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.332.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.332.0-dev7"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|