Browse Source

chore: add new content types

Mo 2 years ago
parent
commit
a388e1a802
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/common/src/Domain/Content/ContentType.ts

+ 4 - 0
packages/common/src/Domain/Content/ContentType.ts

@@ -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',