@salesforce/lds-adapters-platform-slack-bridge 1.364.0 → 1.365.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/dist/es/es2018/platform-slack-bridge.js +2349 -649
- package/dist/es/es2018/types/src/generated/adapters/getSlackDisplayLogin.d.ts +26 -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/getConnectSlackbridgeSlack_display_login.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationInfoOutputRepresentation.d.ts +23 -1
- package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationPropertiesOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SlackBridgeConversationRestrictionsOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SlackBridgeDisplayLoginRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SlackBridgeEnterpriseUserInfoOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SlackBridgeFileOutputRepresentation.d.ts +52 -1
- package/dist/es/es2018/types/src/generated/types/SlackBridgeSlackTeamOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SlackBridgeUserInfoOutputRepresentation.d.ts +23 -4
- package/package.json +3 -3
- package/sfdc/index.js +2541 -829
- package/src/raml/api.raml +187 -2
- package/src/raml/luvio.raml +8 -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>;
|
|
@@ -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';
|
|
@@ -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;
|
|
@@ -35,6 +36,7 @@ declare let getSlackConversationInfo_imperative: any;
|
|
|
35
36
|
declare let getSlackConversationInfos_imperative: any;
|
|
36
37
|
declare let getSlackConversationMember_imperative: any;
|
|
37
38
|
declare let getSlackConversationMembers_imperative: any;
|
|
39
|
+
declare let getSlackDisplayLogin_imperative: any;
|
|
38
40
|
declare let getSlackEmoji_imperative: any;
|
|
39
41
|
declare let getSlackEmojis_imperative: any;
|
|
40
42
|
declare let getSlackMessage_imperative: any;
|
|
@@ -43,4 +45,4 @@ declare let getSlackSearchConversation_imperative: any;
|
|
|
43
45
|
declare let getSlackSearchEmoji_imperative: any;
|
|
44
46
|
declare let getSlackSearchUser_imperative: any;
|
|
45
47
|
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, };
|
|
48
|
+
export { deleteSlackConversationMember, deleteSlackMessage, deleteSlackMessageReactions, getRelatedThreads, getSlackConversation, getSlackConversationInfo, getSlackConversationInfoNotifyChange, getSlackConversationInfos, getSlackConversationMember, getSlackConversationMemberNotifyChange, getSlackConversationMembers, getSlackConversationMembersNotifyChange, getSlackDisplayLogin, 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, getSlackDisplayLogin_imperative, getSlackEmoji_imperative, getSlackEmojis_imperative, getSlackMessage_imperative, getSlackRecordChannelInfo_imperative, getSlackSearchConversation_imperative, getSlackSearchEmoji_imperative, getSlackSearchUser_imperative, getSlackUser_imperative, };
|
package/dist/es/es2018/types/src/generated/resources/getConnectSlackbridgeSlack_display_login.d.ts
ADDED
|
@@ -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;
|
|
@@ -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 = "
|
|
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
|
}
|
|
@@ -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 = "
|
|
3
|
+
export declare const VERSION = "2b38d19f7f1156877e43a018077ee9f5";
|
|
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;
|
package/dist/es/es2018/types/src/generated/types/SlackBridgeSlackTeamOutputRepresentation.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SlackBridgeUserInfoOutputRepresentation.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { SlackBridgeEnterpriseUserInfoOutputRepresentation as SlackBridgeEnterpriseUserInfoOutputRepresentation_SlackBridgeEnterpriseUserInfoOutputRepresentation } from './SlackBridgeEnterpriseUserInfoOutputRepresentation';
|
|
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, 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 } from '@luvio/engine';
|
|
2
3
|
import { SlackBridgeEmojiOutputRepresentation as SlackBridgeEmojiOutputRepresentation_SlackBridgeEmojiOutputRepresentation } from './SlackBridgeEmojiOutputRepresentation';
|
|
3
4
|
export declare const TTL = 900000;
|
|
4
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "bcaac31b87fd56b593eac50b497f7c53";
|
|
5
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
7
|
export declare const RepresentationType: string;
|
|
7
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -40,6 +41,8 @@ export interface SlackBridgeUserInfoOutputRepresentationNormalized {
|
|
|
40
41
|
displayName: string | null;
|
|
41
42
|
/** Email of the Slack User */
|
|
42
43
|
email: string | null;
|
|
44
|
+
/** The enterprise user mapping */
|
|
45
|
+
enterpriseUser?: SlackBridgeEnterpriseUserInfoOutputRepresentation_SlackBridgeEnterpriseUserInfoOutputRepresentation | null;
|
|
43
46
|
/** 24x24 version of the Slack User image */
|
|
44
47
|
image24?: string | null;
|
|
45
48
|
/** Original version of the Slack User image */
|
|
@@ -48,10 +51,20 @@ export interface SlackBridgeUserInfoOutputRepresentationNormalized {
|
|
|
48
51
|
inHuddle: boolean | null;
|
|
49
52
|
/** Is this Slack User currently active? */
|
|
50
53
|
isActive: boolean | null;
|
|
54
|
+
/** Is Slack User an admin? */
|
|
55
|
+
isAdmin: boolean;
|
|
51
56
|
/** Is Slack User external? */
|
|
52
57
|
isExternal: boolean | null;
|
|
53
|
-
/** Is
|
|
54
|
-
|
|
58
|
+
/** Is Slack User an owner? */
|
|
59
|
+
isOwner: boolean;
|
|
60
|
+
/** Is Slack User aa primary owner? */
|
|
61
|
+
isPrimaryOwner: boolean;
|
|
62
|
+
/** Is Slack User restricted? */
|
|
63
|
+
isRestricted: boolean;
|
|
64
|
+
/** Is Slack User ultra restricted? */
|
|
65
|
+
isUltraRestricted: boolean;
|
|
66
|
+
/** Is Slack User a workflow bot? */
|
|
67
|
+
isWorkflowBot: boolean;
|
|
55
68
|
/** Name of the Slack User */
|
|
56
69
|
name: string;
|
|
57
70
|
/** Profile image used for this Slack user */
|
|
@@ -87,12 +100,18 @@ export interface SlackBridgeUserInfoOutputRepresentation {
|
|
|
87
100
|
bot: boolean;
|
|
88
101
|
displayName: string | null;
|
|
89
102
|
email: string | null;
|
|
103
|
+
enterpriseUser?: SlackBridgeEnterpriseUserInfoOutputRepresentation_SlackBridgeEnterpriseUserInfoOutputRepresentation | null;
|
|
90
104
|
image24?: string | null;
|
|
91
105
|
imageOriginal: string | null;
|
|
92
106
|
inHuddle: boolean | null;
|
|
93
107
|
isActive: boolean | null;
|
|
108
|
+
isAdmin: boolean;
|
|
94
109
|
isExternal: boolean | null;
|
|
95
|
-
|
|
110
|
+
isOwner: boolean;
|
|
111
|
+
isPrimaryOwner: boolean;
|
|
112
|
+
isRestricted: boolean;
|
|
113
|
+
isUltraRestricted: boolean;
|
|
114
|
+
isWorkflowBot: boolean;
|
|
96
115
|
name: string;
|
|
97
116
|
profileImage?: string | null;
|
|
98
117
|
profileUrl: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-slack-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.365.0",
|
|
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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.365.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.365.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|