@wireapp/api-client 19.13.0 → 19.13.1
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [19.13.1](https://github.com/wireapp/wire-web-packages/tree/main/packages/api-client/compare/@wireapp/api-client@19.13.0...@wireapp/api-client@19.13.1) (2022-07-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* issue with mls typing ([#4322](https://github.com/wireapp/wire-web-packages/tree/main/packages/api-client/issues/4322)) ([a5dad86](https://github.com/wireapp/wire-web-packages/tree/main/packages/api-client/commit/a5dad86e728ed986c4e068d7b8842bd5278734ba))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [19.13.0](https://github.com/wireapp/wire-web-packages/tree/main/packages/api-client/compare/@wireapp/api-client@19.12.2...@wireapp/api-client@19.13.0) (2022-07-08)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -90,6 +90,6 @@
|
|
|
90
90
|
"test:types": "tsc --noEmit",
|
|
91
91
|
"watch": "webpack serve --config webpack.browser.js"
|
|
92
92
|
},
|
|
93
|
-
"version": "19.13.
|
|
94
|
-
"gitHead": "
|
|
93
|
+
"version": "19.13.1",
|
|
94
|
+
"gitHead": "f199dcd94757cfa838c5f4e6f0c4b8c9c3e5c70f"
|
|
95
95
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ConversationProtocol } from '../../conversation';
|
|
1
2
|
export declare enum FeatureStatus {
|
|
2
3
|
DISABLED = "disabled",
|
|
3
4
|
ENABLED = "enabled"
|
|
@@ -35,12 +36,10 @@ export interface FeatureClassifiedDomainsConfig extends FeatureConfig {
|
|
|
35
36
|
domains: string[];
|
|
36
37
|
}
|
|
37
38
|
export interface FeatureMLSConfig extends FeatureConfig {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protocolToggleUsers: string[];
|
|
43
|
-
};
|
|
39
|
+
allowedCipherSuites: number[];
|
|
40
|
+
defaultCipherSuite: number;
|
|
41
|
+
defaultProtocol: ConversationProtocol;
|
|
42
|
+
protocolToggleUsers: string[];
|
|
44
43
|
}
|
|
45
44
|
export declare type FeatureAppLock = Feature<FeatureAppLockConfig>;
|
|
46
45
|
export declare type FeatureClassifiedDomains = Feature<FeatureClassifiedDomainsConfig>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Feature.js","sourceRoot":"","sources":["Feature.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;
|
|
1
|
+
{"version":3,"file":"Feature.js","sourceRoot":"","sources":["Feature.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAIH,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,sCAAqB,CAAA;IACrB,oCAAmB,CAAA;AACrB,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;AACvB,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B;AAiBD,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,2DAAO,CAAA;IACP,0EAAe,CAAA;IACf,yEAAe,CAAA;IACf,sEAAe,CAAA;IACf,qEAAe,CAAA;IACf,wEAAiB,CAAA;IACjB,yEAAmB,CAAA;AACrB,CAAC,EARW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAQ9B"}
|
|
@@ -8,7 +8,7 @@ export declare enum FEATURE_KEY {
|
|
|
8
8
|
DIGITAL_SIGNATURES = "digitalSignatures",
|
|
9
9
|
FILE_SHARING = "fileSharing",
|
|
10
10
|
LEGALHOLD = "legalhold",
|
|
11
|
-
MLS = "
|
|
11
|
+
MLS = "mls",
|
|
12
12
|
SEARCH_VISIBILITY = "searchVisibility",
|
|
13
13
|
SELF_DELETING_MESSAGES = "selfDeletingMessages",
|
|
14
14
|
SND_FACTOR_PASSWORD = "sndFactorPasswordChallenge",
|
|
@@ -28,7 +28,7 @@ var FEATURE_KEY;
|
|
|
28
28
|
FEATURE_KEY["DIGITAL_SIGNATURES"] = "digitalSignatures";
|
|
29
29
|
FEATURE_KEY["FILE_SHARING"] = "fileSharing";
|
|
30
30
|
FEATURE_KEY["LEGALHOLD"] = "legalhold";
|
|
31
|
-
FEATURE_KEY["MLS"] = "
|
|
31
|
+
FEATURE_KEY["MLS"] = "mls";
|
|
32
32
|
FEATURE_KEY["SEARCH_VISIBILITY"] = "searchVisibility";
|
|
33
33
|
FEATURE_KEY["SELF_DELETING_MESSAGES"] = "selfDeletingMessages";
|
|
34
34
|
FEATURE_KEY["SND_FACTOR_PASSWORD"] = "sndFactorPasswordChallenge";
|