Explorar el Código

chore: add new content types

Mo hace 2 años
padre
commit
a388e1a802
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 {
 export enum ContentType {
   Any = '*',
   Any = '*',
   Item = 'SF|Item',
   Item = 'SF|Item',
+  KeySystemItemsKey = 'SN|KeySystemItemsKey',
+  KeySystemRootKey = 'SN|KeySystemRootKey',
+  TrustedContact = 'SN|TrustedContact',
+  VaultListing = 'SN|VaultListing',
   RootKey = 'SN|RootKey|NoSync',
   RootKey = 'SN|RootKey|NoSync',
   ItemsKey = 'SN|ItemsKey',
   ItemsKey = 'SN|ItemsKey',
   EncryptedStorage = 'SN|EncryptedStorage',
   EncryptedStorage = 'SN|EncryptedStorage',