@komune-io/im-space-domain 0.21.0-alpha.2e8dcba → 0.21.0-alpha.2fffa5b
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.
|
@@ -248,6 +248,7 @@ export declare namespace io.komune.im.f2.space.domain.command {
|
|
|
248
248
|
readonly smtp?: Record<string, string>;
|
|
249
249
|
readonly locales?: string[];
|
|
250
250
|
readonly settings?: io.komune.im.f2.space.domain.command.SpaceSettingsDTO;
|
|
251
|
+
readonly mfa?: string[];
|
|
251
252
|
|
|
252
253
|
}
|
|
253
254
|
interface SpaceSettingsDTO {
|
|
@@ -85,16 +85,16 @@ if (typeof Math.imul === 'undefined') {
|
|
|
85
85
|
setMetadataFor(AbstractMap, 'AbstractMap', classMeta, VOID, [Map_0]);
|
|
86
86
|
setMetadataFor(AbstractMutableMap, 'AbstractMutableMap', classMeta, AbstractMap, [AbstractMap, Map_0]);
|
|
87
87
|
setMetadataFor(Set, 'Set', interfaceMeta, VOID, [Collection]);
|
|
88
|
-
setMetadataFor(AbstractMutableSet, 'AbstractMutableSet', classMeta, AbstractMutableCollection, [AbstractMutableCollection,
|
|
88
|
+
setMetadataFor(AbstractMutableSet, 'AbstractMutableSet', classMeta, AbstractMutableCollection, [AbstractMutableCollection, Collection, Set]);
|
|
89
89
|
setMetadataFor(Companion, 'Companion', objectMeta);
|
|
90
90
|
setMetadataFor(ArrayList, 'ArrayList', classMeta, AbstractMutableList, [AbstractMutableList, List, Collection], ArrayList_init_$Create$);
|
|
91
91
|
setMetadataFor(HashMap, 'HashMap', classMeta, AbstractMutableMap, [AbstractMutableMap, Map_0], HashMap_init_$Create$);
|
|
92
|
-
setMetadataFor(HashMapKeys, 'HashMapKeys', classMeta, AbstractMutableSet, [
|
|
93
|
-
setMetadataFor(HashMapEntrySetBase, 'HashMapEntrySetBase', classMeta, AbstractMutableSet, [
|
|
92
|
+
setMetadataFor(HashMapKeys, 'HashMapKeys', classMeta, AbstractMutableSet, [Collection, Set, AbstractMutableSet]);
|
|
93
|
+
setMetadataFor(HashMapEntrySetBase, 'HashMapEntrySetBase', classMeta, AbstractMutableSet, [Collection, Set, AbstractMutableSet]);
|
|
94
94
|
setMetadataFor(HashMapEntrySet, 'HashMapEntrySet', classMeta, HashMapEntrySetBase);
|
|
95
95
|
setMetadataFor(HashMapKeysDefault$iterator$1, VOID, classMeta);
|
|
96
96
|
setMetadataFor(HashMapKeysDefault, 'HashMapKeysDefault', classMeta, AbstractMutableSet);
|
|
97
|
-
setMetadataFor(HashSet, 'HashSet', classMeta, AbstractMutableSet, [AbstractMutableSet,
|
|
97
|
+
setMetadataFor(HashSet, 'HashSet', classMeta, AbstractMutableSet, [AbstractMutableSet, Collection, Set], HashSet_init_$Create$);
|
|
98
98
|
setMetadataFor(Companion_0, 'Companion', objectMeta);
|
|
99
99
|
setMetadataFor(Itr, 'Itr', classMeta);
|
|
100
100
|
setMetadataFor(KeysItr, 'KeysItr', classMeta, Itr);
|
|
@@ -140,7 +140,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
140
140
|
setMetadataFor(InternalMap, 'InternalMap', interfaceMeta);
|
|
141
141
|
setMetadataFor(InternalHashMap, 'InternalHashMap', classMeta, VOID, [InternalMap], InternalHashMap_init_$Create$);
|
|
142
142
|
setMetadataFor(LinkedHashMap, 'LinkedHashMap', classMeta, HashMap, [HashMap, Map_0], LinkedHashMap_init_$Create$);
|
|
143
|
-
setMetadataFor(LinkedHashSet, 'LinkedHashSet', classMeta, HashSet, [HashSet,
|
|
143
|
+
setMetadataFor(LinkedHashSet, 'LinkedHashSet', classMeta, HashSet, [HashSet, Collection, Set], LinkedHashSet_init_$Create$);
|
|
144
144
|
setMetadataFor(Exception, 'Exception', classMeta, Error, VOID, Exception_init_$Create$);
|
|
145
145
|
setMetadataFor(RuntimeException, 'RuntimeException', classMeta, Exception, VOID, RuntimeException_init_$Create$);
|
|
146
146
|
setMetadataFor(IllegalStateException, 'IllegalStateException', classMeta, RuntimeException, VOID, IllegalStateException_init_$Create$);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "connect-im-im-f2-space-im-space-domain.js",
|
|
3
3
|
"types": "connect-im-im-f2-space-im-space-domain.d.ts",
|
|
4
|
-
"version": "0.21.0-alpha.
|
|
4
|
+
"version": "0.21.0-alpha.2fffa5b",
|
|
5
5
|
"name": "@komune-io/im-space-domain",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@js-joda/core": "3.2.0",
|