@wireapp/core 36.6.0 → 37.0.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/lib/conversation/ConversationService/ConversationService.d.ts +2 -10
- package/lib/conversation/ConversationService/ConversationService.d.ts.map +1 -1
- package/lib/conversation/ConversationService/ConversationService.js +5 -17
- package/lib/messagingProtocols/proteus/ProteusService/ProteusService.d.ts +5 -2
- package/lib/messagingProtocols/proteus/ProteusService/ProteusService.d.ts.map +1 -1
- package/lib/messagingProtocols/proteus/ProteusService/ProteusService.js +21 -1
- package/lib/messagingProtocols/proteus/ProteusService/ProteusService.types.d.ts +7 -2
- package/lib/messagingProtocols/proteus/ProteusService/ProteusService.types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -8,7 +8,7 @@ import { MessageTimer, RemoveUsersParams } from '../../conversation/';
|
|
|
8
8
|
import { CryptographyService } from '../../cryptography/';
|
|
9
9
|
import { MLSService } from '../../messagingProtocols/mls';
|
|
10
10
|
import { ProteusService } from '../../messagingProtocols/proteus';
|
|
11
|
-
import { SendProteusMessageParams } from '../../messagingProtocols/proteus/ProteusService/ProteusService.types';
|
|
11
|
+
import { AddUsersToProteusConversationParams, SendProteusMessageParams } from '../../messagingProtocols/proteus/ProteusService/ProteusService.types';
|
|
12
12
|
import { RemoteData } from '../content';
|
|
13
13
|
export declare class ConversationService {
|
|
14
14
|
private readonly apiClient;
|
|
@@ -38,14 +38,6 @@ export declare class ConversationService {
|
|
|
38
38
|
* @param {string} conversationDomain? - If given will send the message to the new qualified endpoint
|
|
39
39
|
*/
|
|
40
40
|
fetchAllParticipantsClients(conversationId: string, conversationDomain?: string): Promise<UserClients | QualifiedUserClients>;
|
|
41
|
-
/**
|
|
42
|
-
* Create a group conversation.
|
|
43
|
-
* @param {string} name
|
|
44
|
-
* @param {string|string[]} otherUserIds
|
|
45
|
-
* @deprecated
|
|
46
|
-
* @returns Promise
|
|
47
|
-
*/
|
|
48
|
-
createProteusConversation(name: string, otherUserIds: string | string[]): Promise<Conversation>;
|
|
49
41
|
/**
|
|
50
42
|
* Create a group conversation.
|
|
51
43
|
*
|
|
@@ -60,7 +52,7 @@ export declare class ConversationService {
|
|
|
60
52
|
getConversations(conversationIds?: string[]): Promise<Conversation[]>;
|
|
61
53
|
getAsset({ assetId, assetToken, otrKey, sha256 }: RemoteData): Promise<Uint8Array>;
|
|
62
54
|
getUnencryptedAsset(assetId: string, assetToken?: string): Promise<ArrayBuffer>;
|
|
63
|
-
addUsersToProteusConversation(
|
|
55
|
+
addUsersToProteusConversation(params: AddUsersToProteusConversationParams): Promise<import("@wireapp/api-client/lib/event").ConversationMemberJoinEvent>;
|
|
64
56
|
removeUserFromConversation(conversationId: QualifiedId, userId: QualifiedId): Promise<ConversationMemberLeaveEvent>;
|
|
65
57
|
/**
|
|
66
58
|
* Sends a message to a conversation
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationService.d.ts","sourceRoot":"","sources":["../../../src/conversation/ConversationService/ConversationService.ts"],"names":[],"mappings":"AAmBA,OAAO,EAEL,YAAY,EACZ,2BAA2B,EAC3B,WAAW,EACX,eAAe,EACf,oBAAoB,EACpB,WAAW,EAGZ,MAAM,sCAAsC,CAAC;AAE9C,OAAO,EAAC,4BAA4B,EAAC,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAC,GAAG,EAAC,MAAM,oCAAoC,CAAC;AAGvD,OAAO,EAAC,SAAS,EAAC,MAAM,qBAAqB,CAAC;AAI9C,OAAO,EAAC,cAAc,EAAE,aAAa,EAAE,oBAAoB,EAAE,UAAU,EAAC,MAAM,6BAA6B,CAAC;AAE5G,OAAO,EAAC,YAAY,EAAsB,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AACxF,OAAO,EAAC,mBAAmB,EAAC,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAC,UAAU,EAAuB,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAkC,cAAc,EAAC,MAAM,kCAAkC,CAAC;AACjG,OAAO,
|
|
1
|
+
{"version":3,"file":"ConversationService.d.ts","sourceRoot":"","sources":["../../../src/conversation/ConversationService/ConversationService.ts"],"names":[],"mappings":"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"}
|
|
@@ -94,20 +94,8 @@ class ConversationService {
|
|
|
94
94
|
}));
|
|
95
95
|
return qualifiedUserClients;
|
|
96
96
|
}
|
|
97
|
-
createProteusConversation(conversationData, otherUserIds) {
|
|
98
|
-
|
|
99
|
-
if (typeof conversationData === 'string') {
|
|
100
|
-
const ids = typeof otherUserIds === 'string' ? [otherUserIds] : otherUserIds;
|
|
101
|
-
payload = {
|
|
102
|
-
name: conversationData,
|
|
103
|
-
receipt_mode: null,
|
|
104
|
-
users: ids !== null && ids !== void 0 ? ids : [],
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
else {
|
|
108
|
-
payload = conversationData;
|
|
109
|
-
}
|
|
110
|
-
return this.apiClient.api.conversation.postConversation(payload);
|
|
97
|
+
async createProteusConversation(conversationData, otherUserIds) {
|
|
98
|
+
return this.proteusService.createConversation({ conversationData, otherUserIds });
|
|
111
99
|
}
|
|
112
100
|
async getConversations(conversationIds) {
|
|
113
101
|
if (!conversationIds || !conversationIds.length) {
|
|
@@ -131,8 +119,8 @@ class ConversationService {
|
|
|
131
119
|
const request = await this.apiClient.api.asset.getAssetV3(assetId, assetToken);
|
|
132
120
|
return (await request.response).buffer;
|
|
133
121
|
}
|
|
134
|
-
async addUsersToProteusConversation(
|
|
135
|
-
return this.
|
|
122
|
+
async addUsersToProteusConversation(params) {
|
|
123
|
+
return this.proteusService.addUsersToConversation(params);
|
|
136
124
|
}
|
|
137
125
|
async removeUserFromConversation(conversationId, userId) {
|
|
138
126
|
return this.apiClient.api.conversation.deleteMember(conversationId, userId);
|
|
@@ -145,7 +133,7 @@ class ConversationService {
|
|
|
145
133
|
function isMLS(params) {
|
|
146
134
|
return params.protocol === conversation_1.ConversationProtocol.MLS;
|
|
147
135
|
}
|
|
148
|
-
return (0, messageSender_1.sendMessage)(() => isMLS(params) ? this.sendMLSMessage(params) : this.proteusService.
|
|
136
|
+
return (0, messageSender_1.sendMessage)(() => (isMLS(params) ? this.sendMLSMessage(params) : this.proteusService.sendMessage(params)));
|
|
149
137
|
}
|
|
150
138
|
sendTypingStart(conversationId) {
|
|
151
139
|
return this.apiClient.api.conversation.postTyping(conversationId, { status: data_1.CONVERSATION_TYPING.STARTED });
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { APIClient } from '@wireapp/api-client/lib/APIClient';
|
|
2
|
-
import {
|
|
2
|
+
import { Conversation } from '@wireapp/api-client/lib/conversation';
|
|
3
|
+
import { AddUsersToProteusConversationParams, CreateProteusConversationParams, ProteusServiceConfig, SendProteusMessageParams } from './ProteusService.types';
|
|
3
4
|
import { SendResult } from '../../../conversation';
|
|
4
5
|
import { CryptographyService } from '../../../cryptography';
|
|
5
6
|
export declare class ProteusService {
|
|
@@ -10,6 +11,8 @@ export declare class ProteusService {
|
|
|
10
11
|
private readonly logger;
|
|
11
12
|
constructor(apiClient: APIClient, cryptographyService: CryptographyService, config: ProteusServiceConfig);
|
|
12
13
|
private isClearFromMismatch;
|
|
13
|
-
|
|
14
|
+
createConversation({ conversationData, otherUserIds, }: CreateProteusConversationParams): Promise<Conversation>;
|
|
15
|
+
addUsersToConversation({ conversationId, qualifiedUserIds }: AddUsersToProteusConversationParams): Promise<import("@wireapp/api-client/lib/event").ConversationMemberJoinEvent>;
|
|
16
|
+
sendMessage({ userIds, sendAsProtobuf, conversationId, nativePush, targetMode, payload, onClientMismatch, }: SendProteusMessageParams): Promise<SendResult>;
|
|
14
17
|
}
|
|
15
18
|
//# sourceMappingURL=ProteusService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProteusService.d.ts","sourceRoot":"","sources":["../../../../src/messagingProtocols/proteus/ProteusService/ProteusService.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"ProteusService.d.ts","sourceRoot":"","sources":["../../../../src/messagingProtocols/proteus/ProteusService/ProteusService.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,mCAAmC,CAAC;AAC5D,OAAO,EAEL,YAAY,EAGb,MAAM,sCAAsC,CAAC;AAG9C,OAAO,EACL,mCAAmC,EACnC,+BAA+B,EAC/B,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,wBAAwB,CAAC;AAGhC,OAAO,EAAqB,UAAU,EAAC,MAAM,uBAAuB,CAAC;AAErE,OAAO,EAAC,mBAAmB,EAAC,MAAM,uBAAuB,CAAC;AAE1D,qBAAa,cAAc;IAKvB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,MAAM;IANzB,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAiB;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;gBAG/C,SAAS,EAAE,SAAS,EACpB,mBAAmB,EAAE,mBAAmB,EACxC,MAAM,EAAE,oBAAoB;IAK/C,OAAO,CAAC,mBAAmB;IAQd,kBAAkB,CAAC,EAC9B,gBAAgB,EAChB,YAAY,GACb,EAAE,+BAA+B,GAAG,OAAO,CAAC,YAAY,CAAC;IAoB7C,sBAAsB,CAAC,EAAC,cAAc,EAAE,gBAAgB,EAAC,EAAE,mCAAmC;IAI9F,WAAW,CAAC,EACvB,OAAO,EACP,cAAc,EACd,cAAc,EACd,UAAU,EACV,UAAU,EACV,OAAO,EACP,gBAAgB,GACjB,EAAE,wBAAwB,GAAG,OAAO,CAAC,UAAU,CAAC;CA0ClD"}
|
|
@@ -41,7 +41,27 @@ class ProteusService {
|
|
|
41
41
|
const hasFailed = Object.keys(mismatch.failed_to_send || {}).length > 0;
|
|
42
42
|
return !hasMissing && !hasDeleted && !hasRedundant && !hasFailed;
|
|
43
43
|
}
|
|
44
|
-
async
|
|
44
|
+
async createConversation({ conversationData, otherUserIds, }) {
|
|
45
|
+
const isNewConversation = (conversationData) => conversationData && (conversationData === null || conversationData === void 0 ? void 0 : conversationData.name) && (conversationData === null || conversationData === void 0 ? void 0 : conversationData.users);
|
|
46
|
+
let payload;
|
|
47
|
+
if (isNewConversation(conversationData)) {
|
|
48
|
+
payload = Object.assign({}, conversationData);
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
const users = otherUserIds ? (Array.isArray(otherUserIds) ? otherUserIds : [otherUserIds]) : [];
|
|
52
|
+
const payloadName = conversationData && typeof conversationData === 'string' ? conversationData : undefined;
|
|
53
|
+
payload = {
|
|
54
|
+
name: payloadName,
|
|
55
|
+
receipt_mode: null,
|
|
56
|
+
users,
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
return this.apiClient.api.conversation.postConversation(payload);
|
|
60
|
+
}
|
|
61
|
+
async addUsersToConversation({ conversationId, qualifiedUserIds }) {
|
|
62
|
+
return this.apiClient.api.conversation.postMembers(conversationId, qualifiedUserIds);
|
|
63
|
+
}
|
|
64
|
+
async sendMessage({ userIds, sendAsProtobuf, conversationId, nativePush, targetMode, payload, onClientMismatch, }) {
|
|
45
65
|
const messageParams = await (0, getGenericMessageParams_1.getGenericMessageParams)({
|
|
46
66
|
apiClient: this.apiClient,
|
|
47
67
|
sendingClientId: this.apiClient.validatedClientId,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserClients, QualifiedUserClients, ClientMismatch, MessageSendingStatus, ConversationProtocol } from '@wireapp/api-client/lib/conversation';
|
|
1
|
+
import { UserClients, QualifiedUserClients, ClientMismatch, MessageSendingStatus, ConversationProtocol, NewConversation } from '@wireapp/api-client/lib/conversation';
|
|
2
2
|
import { QualifiedId } from '@wireapp/api-client/lib/user';
|
|
3
|
-
import { MessageSendingOptions, SendCommonParams } from '../../../conversation';
|
|
3
|
+
import { AddUsersParams, MessageSendingOptions, SendCommonParams } from '../../../conversation';
|
|
4
4
|
export declare type ProteusServiceConfig = {
|
|
5
5
|
useQualifiedIds: boolean;
|
|
6
6
|
};
|
|
@@ -17,4 +17,9 @@ export declare type SendProteusMessageParams = SendCommonParams & MessageSending
|
|
|
17
17
|
onClientMismatch?: (status: ClientMismatch | MessageSendingStatus, wasSent: boolean) => void | boolean | Promise<boolean>;
|
|
18
18
|
protocol: ConversationProtocol.PROTEUS;
|
|
19
19
|
};
|
|
20
|
+
export declare type CreateProteusConversationParams = {
|
|
21
|
+
conversationData?: NewConversation | string;
|
|
22
|
+
otherUserIds?: string | string[];
|
|
23
|
+
};
|
|
24
|
+
export declare type AddUsersToProteusConversationParams = Omit<AddUsersParams, 'groupId'>;
|
|
20
25
|
//# sourceMappingURL=ProteusService.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProteusService.types.d.ts","sourceRoot":"","sources":["../../../../src/messagingProtocols/proteus/ProteusService/ProteusService.types.ts"],"names":[],"mappings":"AAmBA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,cAAc,EACd,oBAAoB,EACpB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"ProteusService.types.d.ts","sourceRoot":"","sources":["../../../../src/messagingProtocols/proteus/ProteusService/ProteusService.types.ts"],"names":[],"mappings":"AAmBA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,cAAc,EACd,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EAChB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAEzD,OAAO,EAAC,cAAc,EAAE,qBAAqB,EAAE,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAE9F,oBAAY,oBAAoB,GAAG;IACjC,eAAe,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,oBAAY,wBAAwB,GAAG,gBAAgB,GACrD,qBAAqB,GAAG;IACtB,cAAc,EAAE,WAAW,CAAC;IAE5B;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,GAAG,WAAW,EAAE,GAAG,WAAW,GAAG,oBAAoB,CAAC;IACxE,gBAAgB,CAAC,EAAE,CACjB,MAAM,EAAE,cAAc,GAAG,oBAAoB,EAC7C,OAAO,EAAE,OAAO,KACb,IAAI,GAAG,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACvC,QAAQ,EAAE,oBAAoB,CAAC,OAAO,CAAC;CACxC,CAAC;AAEJ,oBAAY,+BAA+B,GAAG;IAC5C,gBAAgB,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IAC5C,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAClC,CAAC;AAEF,oBAAY,mCAAmC,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC"}
|
package/package.json
CHANGED