|
@@ -2,6 +2,10 @@
|
|
|
export enum ContentType {
|
|
|
Any = '*',
|
|
|
Item = 'SF|Item',
|
|
|
+ KeySystemItemsKey = 'SN|KeySystemItemsKey',
|
|
|
+ KeySystemRootKey = 'SN|KeySystemRootKey',
|
|
|
+ TrustedContact = 'SN|TrustedContact',
|
|
|
+ VaultListing = 'SN|VaultListing',
|
|
|
RootKey = 'SN|RootKey|NoSync',
|
|
|
ItemsKey = 'SN|ItemsKey',
|
|
|
EncryptedStorage = 'SN|EncryptedStorage',
|