浏览代码

chore: add new content types

Mo 2 年之前
父节点
当前提交
a388e1a802
共有 1 个文件被更改,包括 4 次插入0 次删除
  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',