@wireapp/core 17.29.0 → 17.31.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (243) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/package.json +8 -8
  3. package/src/main/conversation/ConversationMapper.js +2 -0
  4. package/src/main/conversation/ConversationService.d.ts +5 -2
  5. package/src/main/conversation/ConversationService.js +0 -2
  6. package/src/main/conversation/message/PayloadBundle.d.ts +3 -0
  7. package/src/main/cryptography/GenericMessageMapper.d.ts +0 -1
  8. package/src/main/cryptography/GenericMessageMapper.js +23 -158
  9. package/src/main/Account.js.map +0 -1
  10. package/src/main/Account.test.browser.js +0 -114
  11. package/src/main/Account.test.node.d.ts +0 -1
  12. package/src/main/Account.test.node.js +0 -214
  13. package/src/main/Account.test.node.js.map +0 -1
  14. package/src/main/Account.test.node.ts +0 -236
  15. package/src/main/Account.ts +0 -401
  16. package/src/main/CoreError.js.map +0 -1
  17. package/src/main/CoreError.ts +0 -30
  18. package/src/main/auth/LoginSanitizer.js.map +0 -1
  19. package/src/main/auth/LoginSanitizer.test.node.d.ts +0 -1
  20. package/src/main/auth/LoginSanitizer.test.node.js +0 -56
  21. package/src/main/auth/LoginSanitizer.test.node.js.map +0 -1
  22. package/src/main/auth/LoginSanitizer.test.node.ts +0 -68
  23. package/src/main/auth/LoginSanitizer.ts +0 -44
  24. package/src/main/auth/index.js.map +0 -1
  25. package/src/main/auth/index.ts +0 -20
  26. package/src/main/broadcast/AvailabilityType.js.map +0 -1
  27. package/src/main/broadcast/AvailabilityType.ts +0 -22
  28. package/src/main/broadcast/BroadcastService.js.map +0 -1
  29. package/src/main/broadcast/BroadcastService.ts +0 -66
  30. package/src/main/broadcast/index.js.map +0 -1
  31. package/src/main/broadcast/index.ts +0 -21
  32. package/src/main/client/ClientBackendRepository.js.map +0 -1
  33. package/src/main/client/ClientBackendRepository.ts +0 -33
  34. package/src/main/client/ClientDatabaseRepository.js.map +0 -1
  35. package/src/main/client/ClientDatabaseRepository.ts +0 -130
  36. package/src/main/client/ClientInfo.js.map +0 -1
  37. package/src/main/client/ClientInfo.ts +0 -28
  38. package/src/main/client/ClientService.js.map +0 -1
  39. package/src/main/client/ClientService.ts +0 -116
  40. package/src/main/client/index.js.map +0 -1
  41. package/src/main/client/index.ts +0 -23
  42. package/src/main/connection/ConnectionService.js.map +0 -1
  43. package/src/main/connection/ConnectionService.ts +0 -49
  44. package/src/main/connection/index.js.map +0 -1
  45. package/src/main/connection/index.ts +0 -20
  46. package/src/main/conversation/AbortReason.js.map +0 -1
  47. package/src/main/conversation/AbortReason.ts +0 -22
  48. package/src/main/conversation/AssetService.js.map +0 -1
  49. package/src/main/conversation/AssetService.test.node.d.ts +0 -1
  50. package/src/main/conversation/AssetService.test.node.js +0 -61
  51. package/src/main/conversation/AssetService.test.node.js.map +0 -1
  52. package/src/main/conversation/AssetService.test.node.ts +0 -65
  53. package/src/main/conversation/AssetService.ts +0 -60
  54. package/src/main/conversation/AssetTransferState.js.map +0 -1
  55. package/src/main/conversation/AssetTransferState.ts +0 -23
  56. package/src/main/conversation/ClientActionType.js.map +0 -1
  57. package/src/main/conversation/ClientActionType.ts +0 -20
  58. package/src/main/conversation/ConversationMapper.js.map +0 -1
  59. package/src/main/conversation/ConversationMapper.test.node.d.ts +0 -1
  60. package/src/main/conversation/ConversationMapper.test.node.js +0 -111
  61. package/src/main/conversation/ConversationMapper.test.node.js.map +0 -1
  62. package/src/main/conversation/ConversationMapper.test.node.ts +0 -154
  63. package/src/main/conversation/ConversationMapper.ts +0 -54
  64. package/src/main/conversation/ConversationService.js.map +0 -1
  65. package/src/main/conversation/ConversationService.test.node.d.ts +0 -1
  66. package/src/main/conversation/ConversationService.test.node.js +0 -344
  67. package/src/main/conversation/ConversationService.test.node.js.map +0 -1
  68. package/src/main/conversation/ConversationService.test.node.ts +0 -416
  69. package/src/main/conversation/ConversationService.ts +0 -1020
  70. package/src/main/conversation/GenericMessageType.js.map +0 -1
  71. package/src/main/conversation/GenericMessageType.ts +0 -44
  72. package/src/main/conversation/MessageTimer.js.map +0 -1
  73. package/src/main/conversation/MessageTimer.test.node.d.ts +0 -1
  74. package/src/main/conversation/MessageTimer.test.node.js +0 -88
  75. package/src/main/conversation/MessageTimer.test.node.js.map +0 -1
  76. package/src/main/conversation/MessageTimer.test.node.ts +0 -103
  77. package/src/main/conversation/MessageTimer.ts +0 -56
  78. package/src/main/conversation/ReactionType.js.map +0 -1
  79. package/src/main/conversation/ReactionType.ts +0 -23
  80. package/src/main/conversation/content/AssetContent.js.map +0 -1
  81. package/src/main/conversation/content/AssetContent.ts +0 -71
  82. package/src/main/conversation/content/ButtonActionConfirmationContent.js.map +0 -1
  83. package/src/main/conversation/content/ButtonActionConfirmationContent.ts +0 -21
  84. package/src/main/conversation/content/ButtonActionContent.js.map +0 -1
  85. package/src/main/conversation/content/ButtonActionContent.ts +0 -21
  86. package/src/main/conversation/content/CallingContent.js.map +0 -1
  87. package/src/main/conversation/content/CallingContent.ts +0 -20
  88. package/src/main/conversation/content/ClearedContent.js.map +0 -1
  89. package/src/main/conversation/content/ClearedContent.ts +0 -21
  90. package/src/main/conversation/content/ClientActionContent.js.map +0 -1
  91. package/src/main/conversation/content/ClientActionContent.ts +0 -22
  92. package/src/main/conversation/content/ClientAddContent.js.map +0 -1
  93. package/src/main/conversation/content/ClientAddContent.ts +0 -24
  94. package/src/main/conversation/content/ClientRemoveContent.js.map +0 -1
  95. package/src/main/conversation/content/ClientRemoveContent.ts +0 -25
  96. package/src/main/conversation/content/CompositeContent.js.map +0 -1
  97. package/src/main/conversation/content/CompositeContent.ts +0 -21
  98. package/src/main/conversation/content/ConfirmationContent.js.map +0 -1
  99. package/src/main/conversation/content/ConfirmationContent.ts +0 -21
  100. package/src/main/conversation/content/ContentType.js.map +0 -1
  101. package/src/main/conversation/content/ContentType.ts +0 -112
  102. package/src/main/conversation/content/ConversationContent.js.map +0 -1
  103. package/src/main/conversation/content/ConversationContent.ts +0 -71
  104. package/src/main/conversation/content/DeletedContent.js.map +0 -1
  105. package/src/main/conversation/content/DeletedContent.ts +0 -21
  106. package/src/main/conversation/content/EditedTextContent.js.map +0 -1
  107. package/src/main/conversation/content/EditedTextContent.ts +0 -31
  108. package/src/main/conversation/content/FileContent.js.map +0 -1
  109. package/src/main/conversation/content/FileContent.ts +0 -32
  110. package/src/main/conversation/content/HiddenContent.js.map +0 -1
  111. package/src/main/conversation/content/HiddenContent.ts +0 -21
  112. package/src/main/conversation/content/ImageContent.js.map +0 -1
  113. package/src/main/conversation/content/ImageContent.ts +0 -25
  114. package/src/main/conversation/content/KnockContent.js.map +0 -1
  115. package/src/main/conversation/content/KnockContent.ts +0 -21
  116. package/src/main/conversation/content/LinkPreviewContent.js.map +0 -1
  117. package/src/main/conversation/content/LinkPreviewContent.ts +0 -32
  118. package/src/main/conversation/content/LocationContent.js.map +0 -1
  119. package/src/main/conversation/content/LocationContent.ts +0 -29
  120. package/src/main/conversation/content/MentionContent.js.map +0 -1
  121. package/src/main/conversation/content/MentionContent.ts +0 -21
  122. package/src/main/conversation/content/QuoteContent.js.map +0 -1
  123. package/src/main/conversation/content/QuoteContent.ts +0 -29
  124. package/src/main/conversation/content/ReactionContent.js.map +0 -1
  125. package/src/main/conversation/content/ReactionContent.ts +0 -27
  126. package/src/main/conversation/content/TextContent.js.map +0 -1
  127. package/src/main/conversation/content/TextContent.ts +0 -29
  128. package/src/main/conversation/content/TweetContent.js.map +0 -1
  129. package/src/main/conversation/content/TweetContent.ts +0 -21
  130. package/src/main/conversation/content/index.js.map +0 -1
  131. package/src/main/conversation/content/index.ts +0 -49
  132. package/src/main/conversation/index.js.map +0 -1
  133. package/src/main/conversation/index.ts +0 -28
  134. package/src/main/conversation/message/CompositeContentBuilder.js.map +0 -1
  135. package/src/main/conversation/message/CompositeContentBuilder.ts +0 -60
  136. package/src/main/conversation/message/Message.js.map +0 -1
  137. package/src/main/conversation/message/Message.ts +0 -24
  138. package/src/main/conversation/message/MessageBuilder.js.map +0 -1
  139. package/src/main/conversation/message/MessageBuilder.test.browser.js +0 -27
  140. package/src/main/conversation/message/MessageBuilder.ts +0 -488
  141. package/src/main/conversation/message/MessageService.js.map +0 -1
  142. package/src/main/conversation/message/MessageService.test.node.d.ts +0 -1
  143. package/src/main/conversation/message/MessageService.test.node.js +0 -308
  144. package/src/main/conversation/message/MessageService.test.node.js.map +0 -1
  145. package/src/main/conversation/message/MessageService.test.node.ts +0 -398
  146. package/src/main/conversation/message/MessageService.ts +0 -383
  147. package/src/main/conversation/message/MessageToProtoMapper.js.map +0 -1
  148. package/src/main/conversation/message/MessageToProtoMapper.ts +0 -114
  149. package/src/main/conversation/message/OtrMessage.js.map +0 -1
  150. package/src/main/conversation/message/OtrMessage.ts +0 -160
  151. package/src/main/conversation/message/PayloadBundle.js.map +0 -1
  152. package/src/main/conversation/message/PayloadBundle.ts +0 -98
  153. package/src/main/conversation/message/TeamMessage.js.map +0 -1
  154. package/src/main/conversation/message/TeamMessage.ts +0 -72
  155. package/src/main/conversation/message/TextContentBuilder.js.map +0 -1
  156. package/src/main/conversation/message/TextContentBuilder.ts +0 -88
  157. package/src/main/conversation/message/UserClientsUtil.js.map +0 -1
  158. package/src/main/conversation/message/UserClientsUtil.ts +0 -44
  159. package/src/main/conversation/message/UserClientsUtils.test.node.d.ts +0 -1
  160. package/src/main/conversation/message/UserClientsUtils.test.node.js +0 -42
  161. package/src/main/conversation/message/UserClientsUtils.test.node.js.map +0 -1
  162. package/src/main/conversation/message/UserClientsUtils.test.node.ts +0 -44
  163. package/src/main/conversation/message/UserMessage.js.map +0 -1
  164. package/src/main/conversation/message/UserMessage.ts +0 -95
  165. package/src/main/cryptography/AssetCryptography.browser.js.map +0 -1
  166. package/src/main/cryptography/AssetCryptography.browser.ts +0 -76
  167. package/src/main/cryptography/AssetCryptography.node.js.map +0 -1
  168. package/src/main/cryptography/AssetCryptography.node.ts +0 -85
  169. package/src/main/cryptography/CryptographyDatabaseRepository.js.map +0 -1
  170. package/src/main/cryptography/CryptographyDatabaseRepository.ts +0 -44
  171. package/src/main/cryptography/CryptographyService.js.map +0 -1
  172. package/src/main/cryptography/CryptographyService.test.browser.js +0 -195
  173. package/src/main/cryptography/CryptographyService.test.node.d.ts +0 -1
  174. package/src/main/cryptography/CryptographyService.test.node.js +0 -228
  175. package/src/main/cryptography/CryptographyService.test.node.js.map +0 -1
  176. package/src/main/cryptography/CryptographyService.test.node.ts +0 -246
  177. package/src/main/cryptography/CryptographyService.ts +0 -246
  178. package/src/main/cryptography/EncryptedAsset.js.map +0 -1
  179. package/src/main/cryptography/EncryptedAsset.ts +0 -30
  180. package/src/main/cryptography/GenericMessageMapper.js.map +0 -1
  181. package/src/main/cryptography/GenericMessageMapper.ts +0 -364
  182. package/src/main/cryptography/MessageHashService.js.map +0 -1
  183. package/src/main/cryptography/MessageHashService.test.browser.js +0 -176
  184. package/src/main/cryptography/MessageHashService.test.node.d.ts +0 -1
  185. package/src/main/cryptography/MessageHashService.test.node.js +0 -138
  186. package/src/main/cryptography/MessageHashService.test.node.js.map +0 -1
  187. package/src/main/cryptography/MessageHashService.test.node.ts +0 -176
  188. package/src/main/cryptography/MessageHashService.ts +0 -109
  189. package/src/main/cryptography/SessionPayloadBundle.js.map +0 -1
  190. package/src/main/cryptography/SessionPayloadBundle.ts +0 -23
  191. package/src/main/cryptography/index.js.map +0 -1
  192. package/src/main/cryptography/index.ts +0 -23
  193. package/src/main/giphy/GiphyService.js.map +0 -1
  194. package/src/main/giphy/GiphyService.ts +0 -37
  195. package/src/main/giphy/index.js.map +0 -1
  196. package/src/main/giphy/index.ts +0 -20
  197. package/src/main/index.js.map +0 -1
  198. package/src/main/index.test.browser.js +0 -22
  199. package/src/main/index.ts +0 -34
  200. package/src/main/notification/NotificationBackendRepository.js.map +0 -1
  201. package/src/main/notification/NotificationBackendRepository.ts +0 -33
  202. package/src/main/notification/NotificationDatabaseRepository.js.map +0 -1
  203. package/src/main/notification/NotificationDatabaseRepository.ts +0 -74
  204. package/src/main/notification/NotificationService.js.map +0 -1
  205. package/src/main/notification/NotificationService.test.browser.js +0 -179
  206. package/src/main/notification/NotificationService.test.node.d.ts +0 -1
  207. package/src/main/notification/NotificationService.test.node.js +0 -99
  208. package/src/main/notification/NotificationService.test.node.js.map +0 -1
  209. package/src/main/notification/NotificationService.test.node.ts +0 -124
  210. package/src/main/notification/NotificationService.ts +0 -260
  211. package/src/main/notification/index.js.map +0 -1
  212. package/src/main/notification/index.ts +0 -20
  213. package/src/main/self/SelfService.js.map +0 -1
  214. package/src/main/self/SelfService.ts +0 -59
  215. package/src/main/self/index.js.map +0 -1
  216. package/src/main/self/index.ts +0 -20
  217. package/src/main/team/TeamService.js.map +0 -1
  218. package/src/main/team/TeamService.ts +0 -68
  219. package/src/main/team/index.js.map +0 -1
  220. package/src/main/team/index.ts +0 -20
  221. package/src/main/test/CryptographyHelper.js.map +0 -1
  222. package/src/main/test/CryptographyHelper.ts +0 -57
  223. package/src/main/test/PayloadHelper.js.map +0 -1
  224. package/src/main/test/PayloadHelper.ts +0 -60
  225. package/src/main/user/UserMapper.js.map +0 -1
  226. package/src/main/user/UserMapper.test.node.d.ts +0 -1
  227. package/src/main/user/UserMapper.test.node.js +0 -55
  228. package/src/main/user/UserMapper.test.node.js.map +0 -1
  229. package/src/main/user/UserMapper.test.node.ts +0 -63
  230. package/src/main/user/UserMapper.ts +0 -92
  231. package/src/main/user/UserService.js.map +0 -1
  232. package/src/main/user/UserService.test.node.js +0 -141
  233. package/src/main/user/UserService.ts +0 -98
  234. package/src/main/user/index.js.map +0 -1
  235. package/src/main/user/index.ts +0 -20
  236. package/src/main/util/TypePredicateUtil.js.map +0 -1
  237. package/src/main/util/TypePredicateUtil.test.node.d.ts +0 -1
  238. package/src/main/util/TypePredicateUtil.test.node.js +0 -42
  239. package/src/main/util/TypePredicateUtil.test.node.js.map +0 -1
  240. package/src/main/util/TypePredicateUtil.test.node.ts +0 -44
  241. package/src/main/util/TypePredicateUtil.ts +0 -52
  242. package/src/main/util/index.js.map +0 -1
  243. package/src/main/util/index.ts +0 -20
@@ -1,98 +0,0 @@
1
- /*
2
- * Wire
3
- * Copyright (C) 2018 Wire Swiss GmbH
4
- *
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see http://www.gnu.org/licenses/.
17
- *
18
- */
19
-
20
- import type {ConversationEventData, TeamEventData, UserEventData} from '@wireapp/api-client/src/event/';
21
-
22
- import type {ConversationContent} from '../content';
23
- import type {Message} from './Message';
24
-
25
- export type PayloadBundleContent = ConversationContent | ConversationEventData | TeamEventData | UserEventData;
26
-
27
- export enum PayloadBundleSource {
28
- LOCAL = 'PayloadBundleSource.LOCAL',
29
- NOTIFICATION_STREAM = 'PayloadBundleSource.NOTIFICATION_STREAM',
30
- WEBSOCKET = 'PayloadBundleSource.WEBSOCKET',
31
- }
32
-
33
- export enum PayloadBundleState {
34
- INCOMING = 'PayloadBundleState.INCOMING',
35
- OUTGOING_SENT = 'PayloadBundleState.OUTGOING_SENT',
36
- OUTGOING_UNSENT = 'PayloadBundleState.OUTGOING_UNSENT',
37
- CANCELLED = 'PayloadBundleState.CANCELLED',
38
- }
39
-
40
- export interface BasePayloadBundle {
41
- content: PayloadBundleContent;
42
- conversation: string;
43
- from: string;
44
- fromClientId?: string;
45
- id: string;
46
- messageTimer?: number;
47
- source: PayloadBundleSource;
48
- state: PayloadBundleState;
49
- timestamp: number;
50
- type: PayloadBundleType;
51
- }
52
-
53
- export type PayloadBundle = Message | BasePayloadBundle;
54
-
55
- export enum PayloadBundleType {
56
- ASSET = 'PayloadBundleType.ASSET',
57
- ASSET_ABORT = 'PayloadBundleType.ASSET_ABORT',
58
- ASSET_IMAGE = 'PayloadBundleType.ASSET_IMAGE',
59
- ASSET_META = 'PayloadBundleType.ASSET_META',
60
- BUTTON_ACTION = 'PayloadBundleType.BUTTON_ACTION',
61
- BUTTON_ACTION_CONFIRMATION = 'PayloadBundleType.BUTTON_ACTION_CONFIRMATION',
62
- CALL = 'PayloadBundleType.CALL',
63
- CLIENT_ACTION = 'PayloadBundleType.CLIENT_ACTION',
64
- CLIENT_ADD = 'PayloadBundleType.CLIENT_ADD',
65
- CLIENT_REMOVE = 'PayloadBundleType.CLIENT_REMOVE',
66
- COMPOSITE = 'PayloadBundleType.COMPOSITE',
67
- CONFIRMATION = 'PayloadBundleType.CONFIRMATION',
68
- CONNECTION_REQUEST = 'PayloadBundleType.CONNECTION_REQUEST',
69
- CONVERSATION_CLEAR = 'PayloadBundleType.CONVERSATION_CLEAR',
70
- CONVERSATION_RENAME = 'PayloadBundleType.CONVERSATION_RENAME',
71
- LOCATION = 'PayloadBundleType.LOCATION',
72
- MEMBER_JOIN = 'PayloadBundleType.MEMBER_JOIN',
73
- MESSAGE_DELETE = 'PayloadBundleType.MESSAGE_DELETE',
74
- MESSAGE_EDIT = 'PayloadBundleType.MESSAGE_EDIT',
75
- MESSAGE_HIDE = 'PayloadBundleType.MESSAGE_HIDE',
76
- PING = 'PayloadBundleType.PING',
77
- REACTION = 'PayloadBundleType.REACTION',
78
- TEAM_CONVERSATION_CREATE = 'PayloadBundleType.TEAM_CONVERSATION_CREATE',
79
- TEAM_CONVERSATION_DELETE = 'PayloadBundleType.TEAM_CONVERSATION_DELETE',
80
- TEAM_DELETE = 'PayloadBundleType.TEAM_DELETE',
81
- TEAM_MEMBER_JOIN = 'PayloadBundleType.TEAM_MEMBER_JOIN',
82
- TEAM_MEMBER_LEAVE = 'PayloadBundleType.TEAM_MEMBER_LEAVE',
83
- TEAM_UPDATE = 'PayloadBundleType.TEAM_UPDATE',
84
- TEXT = 'PayloadBundleType.TEXT',
85
- TIMER_UPDATE = 'PayloadBundleType.TIMER_UPDATE',
86
- TYPING = 'PayloadBundleType.TYPING',
87
- UNKNOWN = 'PayloadBundleType.UNKNOWN',
88
- USER_ACTIVATE = 'PayloadBundleType.USER_ACTIVATE',
89
- USER_CLIENT_ADD = 'PayloadBundleType.USER_CLIENT_ADD',
90
- USER_CLIENT_REMOVE = 'PayloadBundleType.USER_CLIENT_REMOVE',
91
- USER_CONNECTION = 'PayloadBundleType.USER_CONNECTION',
92
- USER_DELETE = 'PayloadBundleType.USER_DELETE',
93
- USER_LEGAL_HOLD_DISABLE = 'PayloadBundleType.USER_LEGAL_HOLD_DISABLE',
94
- USER_LEGAL_HOLD_ENABLE = 'PayloadBundleType.USER_LEGAL_HOLD_ENABLE',
95
- USER_LEGAL_HOLD_REQUEST = 'PayloadBundleType.USER_LEGAL_HOLD_REQUEST',
96
- USER_PROPERTIES_SET = 'PayloadBundleType.USER_PROPERTIES_SET',
97
- USER_UPDATE = 'PayloadBundleType.USER_UPDATE',
98
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"TeamMessage.js","sourceRoot":"","sources":["TeamMessage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
@@ -1,72 +0,0 @@
1
- /*
2
- * Wire
3
- * Copyright (C) 2019 Wire Swiss GmbH
4
- *
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see http://www.gnu.org/licenses/.
17
- *
18
- */
19
-
20
- import type {
21
- TeamConversationCreateData,
22
- TeamConversationDeleteData,
23
- TeamMemberJoinData,
24
- TeamMemberLeaveData,
25
- TeamUpdateData,
26
- } from '@wireapp/api-client/src/team/data';
27
-
28
- import type {BasePayloadBundle, PayloadBundleType} from './PayloadBundle';
29
-
30
- export interface TeamConversationCreateMessage extends BasePayloadBundle {
31
- content: TeamConversationCreateData;
32
- type: PayloadBundleType.TEAM_CONVERSATION_CREATE;
33
- }
34
-
35
- export interface TeamMemberLeaveMessage extends BasePayloadBundle {
36
- content: TeamMemberLeaveData;
37
- type: PayloadBundleType.TEAM_MEMBER_LEAVE;
38
- }
39
-
40
- export interface TeamConversationDeleteMessage extends BasePayloadBundle {
41
- content: TeamConversationDeleteData;
42
- type: PayloadBundleType.TEAM_CONVERSATION_DELETE;
43
- }
44
-
45
- export interface TeamDeleteMessage extends BasePayloadBundle {
46
- content: null;
47
- type: PayloadBundleType.TEAM_DELETE;
48
- }
49
-
50
- export interface TeamMemberJoinMessage extends BasePayloadBundle {
51
- content: TeamMemberJoinData;
52
- type: PayloadBundleType.TEAM_MEMBER_JOIN;
53
- }
54
-
55
- export interface TeamMemberLeaveMesssage extends BasePayloadBundle {
56
- content: TeamMemberLeaveData;
57
- type: PayloadBundleType.TEAM_MEMBER_LEAVE;
58
- }
59
-
60
- export interface TeamUpdateMessage extends BasePayloadBundle {
61
- content: TeamUpdateData;
62
- type: PayloadBundleType.TEAM_UPDATE;
63
- }
64
-
65
- export type TeamMessage =
66
- | TeamConversationCreateMessage
67
- | TeamMemberLeaveMessage
68
- | TeamConversationDeleteMessage
69
- | TeamDeleteMessage
70
- | TeamMemberJoinMessage
71
- | TeamMemberLeaveMesssage
72
- | TeamUpdateMessage;
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextContentBuilder.js","sourceRoot":"","sources":["TextContentBuilder.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,qDAAsD;AACtD,wCAAkH;AAGlH,MAAa,kBAAkB;IAI7B,YAAY,aAA8C;QACxD,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QACnC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,aAAa,CAAC,OAAsB,CAAC;IAC3D,CAAC;IAED,KAAK;QACH,IAAI,CAAC,aAAa,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC1C,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED,gBAAgB,CAAC,YAA2C;QAC1D,IAAI,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,EAAE;YACxB,IAAI,CAAC,OAAO,CAAC,YAAY,GAAG,YAAY,CAAC;SAC1C;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAED,YAAY,CAAC,QAA2B;QACtC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,MAAM,EAAE;YACpB,IAAI,CAAC,OAAO,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAClC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAED,SAAS,CAAC,KAAsC;QAC9C,IAAI,KAAK,EAAE;YACT,IAAK,KAAsB,CAAC,eAAe,EAAE;gBAC3C,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,KAAqB,CAAC;aAC5C;iBAAM;gBACL,MAAM,kBAAkB,GAAG,IAAI,iCAAkB,CAC9C,KAAyB,CAAC,OAAO,EACjC,KAAyB,CAAC,SAAS,CACrC,CAAC;gBACF,MAAM,iBAAiB,GAAG,kBAAkB,CAAC,OAAO,EAAE,CAAC;gBAEvD,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG;oBACnB,eAAe,EAAG,KAAyB,CAAC,EAAE;oBAC9C,mBAAmB,EAAE,IAAI,UAAU,CAAC,iBAAiB,CAAC;iBACvD,CAAC;aACH;SACF;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAED,oBAAoB,CAAC,uBAAuB,GAAG,KAAK;QAClD,IAAI,OAAO,uBAAuB,KAAK,WAAW,EAAE;YAClD,IAAI,CAAC,OAAO,CAAC,uBAAuB,GAAG,uBAAuB,CAAC;SAChE;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,mBAAmB,CAAC,eAAe,GAAG,yBAAe,CAAC,OAAO;QAC3D,IAAI,OAAO,eAAe,KAAK,WAAW,EAAE;YAC1C,IAAI,CAAC,OAAO,CAAC,eAAe,GAAG,eAAe,CAAC;SAChD;QACD,OAAO,IAAI,CAAC;IACd,CAAC;CACF;AAhED,gDAgEC"}
@@ -1,88 +0,0 @@
1
- /*
2
- * Wire
3
- * Copyright (C) 2018 Wire Swiss GmbH
4
- *
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see http://www.gnu.org/licenses/.
17
- *
18
- */
19
-
20
- import {MessageHashService} from '../../cryptography';
21
- import {LegalHoldStatus, LinkPreviewUploadedContent, MentionContent, QuoteContent, TextContent} from '../content';
22
- import type {EditedTextMessage, TextMessage, QuotableMessage} from './OtrMessage';
23
-
24
- export class TextContentBuilder {
25
- private readonly content: TextContent;
26
- private readonly payloadBundle: TextMessage | EditedTextMessage;
27
-
28
- constructor(payloadBundle: TextMessage | EditedTextMessage) {
29
- this.payloadBundle = payloadBundle;
30
- this.content = this.payloadBundle.content as TextContent;
31
- }
32
-
33
- build(): TextMessage | EditedTextMessage {
34
- this.payloadBundle.content = this.content;
35
- return this.payloadBundle;
36
- }
37
-
38
- withLinkPreviews(linkPreviews?: LinkPreviewUploadedContent[]): TextContentBuilder {
39
- if (linkPreviews?.length) {
40
- this.content.linkPreviews = linkPreviews;
41
- }
42
-
43
- return this;
44
- }
45
-
46
- withMentions(mentions?: MentionContent[]): TextContentBuilder {
47
- if (mentions?.length) {
48
- this.content.mentions = mentions;
49
- }
50
-
51
- return this;
52
- }
53
-
54
- withQuote(quote?: QuotableMessage | QuoteContent): TextContentBuilder {
55
- if (quote) {
56
- if ((quote as QuoteContent).quotedMessageId) {
57
- this.content.quote = quote as QuoteContent;
58
- } else {
59
- const messageHashService = new MessageHashService(
60
- (quote as QuotableMessage).content,
61
- (quote as QuotableMessage).timestamp,
62
- );
63
- const messageHashBuffer = messageHashService.getHash();
64
-
65
- this.content.quote = {
66
- quotedMessageId: (quote as QuotableMessage).id,
67
- quotedMessageSha256: new Uint8Array(messageHashBuffer),
68
- };
69
- }
70
- }
71
-
72
- return this;
73
- }
74
-
75
- withReadConfirmation(expectsReadConfirmation = false): TextContentBuilder {
76
- if (typeof expectsReadConfirmation !== 'undefined') {
77
- this.content.expectsReadConfirmation = expectsReadConfirmation;
78
- }
79
- return this;
80
- }
81
-
82
- withLegalHoldStatus(legalHoldStatus = LegalHoldStatus.UNKNOWN): TextContentBuilder {
83
- if (typeof legalHoldStatus !== 'undefined') {
84
- this.content.legalHoldStatus = legalHoldStatus;
85
- }
86
- return this;
87
- }
88
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserClientsUtil.js","sourceRoot":"","sources":["UserClientsUtil.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAOH,SAAgB,kBAAkB,CAChC,WAAoC,EACpC,SAAiB,EAAE;IAEnB,OAAO,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,EAAC,IAAI,EAAE,MAAM,EAAE,EAAC,MAAM,EAAE,EAAE,EAAC,EAAC,CAAC,CAAC,CAAC;AACzF,CAAC;AALD,gDAKC;AAED;;;;;GAKG;AACH,SAAgB,2BAA2B,CACzC,WAA6C;IAE7C,OAAO,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,EAAE;QACvE,OAAO,CAAC,GAAG,GAAG,EAAE,GAAG,kBAAkB,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC,CAAC;IAC9D,CAAC,EAAE,EAAsC,CAAC,CAAC;AAC7C,CAAC;AAND,kEAMC"}
@@ -1,44 +0,0 @@
1
- /*
2
- * Wire
3
- * Copyright (C) 2021 Wire Swiss GmbH
4
- *
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see http://www.gnu.org/licenses/.
17
- *
18
- */
19
-
20
- import {QualifiedId} from '@wireapp/api-client/src/user';
21
-
22
- type UserClientsContainer<T> = {[userId: string]: T};
23
- type QualifiedUserClientsContainer<T> = {[domain: string]: UserClientsContainer<T>};
24
-
25
- export function flattenUserClients<T>(
26
- userClients: UserClientsContainer<T>,
27
- domain: string = '',
28
- ): {data: T; userId: QualifiedId}[] {
29
- return Object.entries(userClients).map(([id, data]) => ({data, userId: {domain, id}}));
30
- }
31
-
32
- /**
33
- * Will flatten a container of users=>clients infos to an array
34
- *
35
- * @param userClients The UserClients (qualified or not) to flatten
36
- * @return An array containing the qualified user Ids and the clients info
37
- */
38
- export function flattenQualifiedUserClients<T = unknown>(
39
- userClients: QualifiedUserClientsContainer<T>,
40
- ): {data: T; userId: QualifiedId}[] {
41
- return Object.entries(userClients).reduce((ids, [domain, userClients]) => {
42
- return [...ids, ...flattenUserClients(userClients, domain)];
43
- }, [] as {data: T; userId: QualifiedId}[]);
44
- }
@@ -1,42 +0,0 @@
1
- "use strict";
2
- /*
3
- * Wire
4
- * Copyright (C) 2021 Wire Swiss GmbH
5
- *
6
- * This program is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 3 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this program. If not, see http://www.gnu.org/licenses/.
18
- *
19
- */
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const UserClientsUtil_1 = require("./UserClientsUtil");
22
- describe('userClientsUtils', () => {
23
- it('extracts user and data info from qualified payload', () => {
24
- const payload = { domain1: { user1: ['client1'], user2: ['client11'] }, domain2: { user3: ['client1', 'client2'] } };
25
- const expected = [
26
- { data: ['client1'], userId: { domain: 'domain1', id: 'user1' } },
27
- { data: ['client11'], userId: { domain: 'domain1', id: 'user2' } },
28
- { data: ['client1', 'client2'], userId: { domain: 'domain2', id: 'user3' } },
29
- ];
30
- expect((0, UserClientsUtil_1.flattenQualifiedUserClients)(payload)).toEqual(expected);
31
- });
32
- it('extracts user and data info from non-qualified payload', () => {
33
- const payload = { user1: ['client1'], user2: ['client11'], user3: ['client1', 'client2'] };
34
- const expected = [
35
- { data: ['client1'], userId: { domain: '', id: 'user1' } },
36
- { data: ['client11'], userId: { domain: '', id: 'user2' } },
37
- { data: ['client1', 'client2'], userId: { domain: '', id: 'user3' } },
38
- ];
39
- expect((0, UserClientsUtil_1.flattenUserClients)(payload)).toEqual(expected);
40
- });
41
- });
42
- //# sourceMappingURL=UserClientsUtils.test.node.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserClientsUtils.test.node.js","sourceRoot":"","sources":["UserClientsUtils.test.node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;AAEH,uDAAkF;AAElF,QAAQ,CAAC,kBAAkB,EAAE,GAAG,EAAE;IAChC,EAAE,CAAC,oDAAoD,EAAE,GAAG,EAAE;QAC5D,MAAM,OAAO,GAAG,EAAC,OAAO,EAAE,EAAC,KAAK,EAAE,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,CAAC,UAAU,CAAC,EAAC,EAAE,OAAO,EAAE,EAAC,KAAK,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC,EAAC,EAAC,CAAC;QAC/G,MAAM,QAAQ,GAAG;YACf,EAAC,IAAI,EAAE,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,EAAC,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,OAAO,EAAC,EAAC;YAC7D,EAAC,IAAI,EAAE,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,EAAC,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,OAAO,EAAC,EAAC;YAC9D,EAAC,IAAI,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,EAAC,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,OAAO,EAAC,EAAC;SACzE,CAAC;QAEF,MAAM,CAAC,IAAA,6CAA2B,EAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACjE,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,wDAAwD,EAAE,GAAG,EAAE;QAChE,MAAM,OAAO,GAAG,EAAC,KAAK,EAAE,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,CAAC,UAAU,CAAC,EAAE,KAAK,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC,EAAC,CAAC;QACzF,MAAM,QAAQ,GAAG;YACf,EAAC,IAAI,EAAE,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,EAAC,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,OAAO,EAAC,EAAC;YACtD,EAAC,IAAI,EAAE,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,EAAC,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,OAAO,EAAC,EAAC;YACvD,EAAC,IAAI,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,EAAC,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,OAAO,EAAC,EAAC;SAClE,CAAC;QAEF,MAAM,CAAC,IAAA,oCAAkB,EAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACxD,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -1,44 +0,0 @@
1
- /*
2
- * Wire
3
- * Copyright (C) 2021 Wire Swiss GmbH
4
- *
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see http://www.gnu.org/licenses/.
17
- *
18
- */
19
-
20
- import {flattenQualifiedUserClients, flattenUserClients} from './UserClientsUtil';
21
-
22
- describe('userClientsUtils', () => {
23
- it('extracts user and data info from qualified payload', () => {
24
- const payload = {domain1: {user1: ['client1'], user2: ['client11']}, domain2: {user3: ['client1', 'client2']}};
25
- const expected = [
26
- {data: ['client1'], userId: {domain: 'domain1', id: 'user1'}},
27
- {data: ['client11'], userId: {domain: 'domain1', id: 'user2'}},
28
- {data: ['client1', 'client2'], userId: {domain: 'domain2', id: 'user3'}},
29
- ];
30
-
31
- expect(flattenQualifiedUserClients(payload)).toEqual(expected);
32
- });
33
-
34
- it('extracts user and data info from non-qualified payload', () => {
35
- const payload = {user1: ['client1'], user2: ['client11'], user3: ['client1', 'client2']};
36
- const expected = [
37
- {data: ['client1'], userId: {domain: '', id: 'user1'}},
38
- {data: ['client11'], userId: {domain: '', id: 'user2'}},
39
- {data: ['client1', 'client2'], userId: {domain: '', id: 'user3'}},
40
- ];
41
-
42
- expect(flattenUserClients(payload)).toEqual(expected);
43
- });
44
- });
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserMessage.js","sourceRoot":"","sources":["UserMessage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
@@ -1,95 +0,0 @@
1
- /*
2
- * Wire
3
- * Copyright (C) 2019 Wire Swiss GmbH
4
- *
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see http://www.gnu.org/licenses/.
17
- *
18
- */
19
-
20
- import type {
21
- UserActivateData,
22
- UserClientAddData,
23
- UserClientRemoveData,
24
- UserConnectionData,
25
- UserDeleteData,
26
- UserLegalHoldDisableData,
27
- UserLegalHoldEnableData,
28
- UserLegalHoldRequestData,
29
- UserPropertiesSetData,
30
- UserUpdateData,
31
- } from '@wireapp/api-client/src/user/data';
32
-
33
- import type {BasePayloadBundle, PayloadBundleType} from './PayloadBundle';
34
-
35
- export interface UserActivateMessage extends BasePayloadBundle {
36
- content: UserActivateData;
37
- type: PayloadBundleType.USER_ACTIVATE;
38
- }
39
-
40
- export interface UserClientAddMessage extends BasePayloadBundle {
41
- content: UserClientAddData;
42
- type: PayloadBundleType.USER_CLIENT_ADD;
43
- }
44
-
45
- export interface UserLegalHoldRequestMessage extends BasePayloadBundle {
46
- content: UserLegalHoldRequestData;
47
- type: PayloadBundleType.USER_LEGAL_HOLD_REQUEST;
48
- }
49
-
50
- export interface UserLegalHoldEnableMessage extends BasePayloadBundle {
51
- content: UserLegalHoldEnableData;
52
- type: PayloadBundleType.USER_LEGAL_HOLD_ENABLE;
53
- }
54
-
55
- export interface UserLegalHoldDisableMessage extends BasePayloadBundle {
56
- content: UserLegalHoldDisableData;
57
- type: PayloadBundleType.USER_LEGAL_HOLD_DISABLE;
58
- }
59
-
60
- export interface UserClientRemoveMessage extends BasePayloadBundle {
61
- content: UserClientRemoveData;
62
- type: PayloadBundleType.USER_CLIENT_REMOVE;
63
- }
64
-
65
- export interface UserConnectionMessage extends BasePayloadBundle {
66
- content: UserConnectionData;
67
- type: PayloadBundleType.USER_CONNECTION;
68
- }
69
-
70
- export interface UserDeleteMessage extends BasePayloadBundle {
71
- content: UserDeleteData;
72
- type: PayloadBundleType.USER_DELETE;
73
- }
74
-
75
- export interface UserPropertiesSetEvent extends BasePayloadBundle {
76
- content: UserPropertiesSetData;
77
- type: PayloadBundleType.USER_PROPERTIES_SET;
78
- }
79
-
80
- export interface UserUpdateMessage extends BasePayloadBundle {
81
- content: UserUpdateData;
82
- type: PayloadBundleType.USER_UPDATE;
83
- }
84
-
85
- export type UserMessage =
86
- | UserActivateMessage
87
- | UserClientAddMessage
88
- | UserLegalHoldRequestMessage
89
- | UserLegalHoldEnableMessage
90
- | UserLegalHoldDisableMessage
91
- | UserClientRemoveMessage
92
- | UserConnectionMessage
93
- | UserDeleteMessage
94
- | UserPropertiesSetEvent
95
- | UserUpdateMessage;
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssetCryptography.browser.js","sourceRoot":"","sources":["AssetCryptography.browser.ts"],"names":[],"mappings":"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"}
@@ -1,76 +0,0 @@
1
- /*
2
- * Wire
3
- * Copyright (C) 2018 Wire Swiss GmbH
4
- *
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see http://www.gnu.org/licenses/.
17
- *
18
- */
19
-
20
- import type {EncryptedAsset} from '../cryptography/';
21
- const {crypto} = window;
22
-
23
- const isEqual = (a: Buffer, b: Buffer): boolean => {
24
- const arrayA = new Uint32Array(a);
25
- const arrayB = new Uint32Array(b);
26
-
27
- const hasSameLength = arrayA.length === arrayB.length;
28
- const hasSameValues = arrayA.every((value, index) => value === arrayB[index]);
29
-
30
- return hasSameLength && hasSameValues;
31
- };
32
-
33
- export const decryptAsset = async ({
34
- cipherText,
35
- keyBytes,
36
- sha256: referenceSha256,
37
- }: EncryptedAsset): Promise<Buffer> => {
38
- const computedSha256 = await crypto.subtle.digest('SHA-256', cipherText);
39
-
40
- if (!isEqual(Buffer.from(computedSha256), referenceSha256)) {
41
- throw new Error('Encrypted asset does not match its SHA-256 hash');
42
- }
43
-
44
- const key = await crypto.subtle.importKey('raw', keyBytes, 'AES-CBC', false, ['decrypt']);
45
-
46
- const initializationVector = cipherText.slice(0, 16);
47
- const assetCipherText = cipherText.slice(16);
48
- const decipher = await crypto.subtle.decrypt({iv: initializationVector, name: 'AES-CBC'}, key, assetCipherText);
49
-
50
- return Buffer.from(decipher);
51
- };
52
-
53
- export const encryptAsset = async (options: {plaintext: ArrayBuffer}): Promise<EncryptedAsset> => {
54
- const initializationVector = crypto.getRandomValues(new Uint8Array(16));
55
- const rawKeyBytes = crypto.getRandomValues(new Uint8Array(32));
56
-
57
- const key = await crypto.subtle.importKey('raw', rawKeyBytes.buffer, 'AES-CBC', true, ['encrypt']);
58
- const cipherText = await crypto.subtle.encrypt(
59
- {iv: initializationVector.buffer, name: 'AES-CBC'},
60
- key,
61
- options.plaintext,
62
- );
63
-
64
- const ivCipherText = new Uint8Array(cipherText.byteLength + initializationVector.byteLength);
65
- ivCipherText.set(initializationVector, 0);
66
- ivCipherText.set(new Uint8Array(cipherText), initializationVector.byteLength);
67
-
68
- const computedSha256 = await crypto.subtle.digest('SHA-256', ivCipherText);
69
- const keyBytes = await crypto.subtle.exportKey('raw', key);
70
-
71
- return {
72
- cipherText: Buffer.from(ivCipherText.buffer),
73
- keyBytes: Buffer.from(keyBytes),
74
- sha256: Buffer.from(computedSha256),
75
- };
76
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssetCryptography.node.js","sourceRoot":"","sources":["AssetCryptography.node.ts"],"names":[],"mappings":"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"}