Skip to content

Commit

Permalink
Model changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoreiji committed Jan 3, 2025
1 parent 630fc1c commit 207d8eb
Show file tree
Hide file tree
Showing 7 changed files with 1,138 additions and 623 deletions.
18 changes: 9 additions & 9 deletions schemas/sys.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,12 @@
]
},
{
"version": 116,
"version": 118,
"changes": [
{
"name": "AddValue",
"sourceType": "EncryptedKeyHash",
"info": "AddValue EncryptedKeyHash/encryptingKeyVersion/2504."
"info": "AddValue EncryptedKeyHash/encryptingKeyVersion/2521."
},
{
"name": "RenameAttribute",
Expand All @@ -497,37 +497,37 @@
{
"name": "AddAssociation",
"sourceType": "KeyRotation",
"info": "AddAssociation KeyRotation/distEncAdminGroupSymKey/AGGREGATION/2505."
"info": "AddAssociation KeyRotation/distEncAdminGroupSymKey/AGGREGATION/2522."
},
{
"name": "AddAssociation",
"sourceType": "KeyRotation",
"info": "AddAssociation KeyRotation/userEncAdminSymKeyHash/AGGREGATION/2506."
"info": "AddAssociation KeyRotation/userEncAdminSymKeyHash/AGGREGATION/2523."
},
{
"name": "AddAssociation",
"sourceType": "KeyRotation",
"info": "AddAssociation KeyRotation/adminEncDistKeyHash/AGGREGATION/2507."
"info": "AddAssociation KeyRotation/adminEncDistKeyHash/AGGREGATION/2524."
},
{
"name": "AddAssociation",
"sourceType": "KeyRotation",
"info": "AddAssociation KeyRotation/adminDistKeyPair/AGGREGATION/2508."
"info": "AddAssociation KeyRotation/adminDistKeyPair/AGGREGATION/2525."
},
{
"name": "AddValue",
"sourceType": "UserGroupKeyRotationData",
"info": "AddValue UserGroupKeyRotationData/userGroupEncAdminGroupKey/2529."
"info": "AddValue UserGroupKeyRotationData/userGroupEncAdminGroupKey/2546."
},
{
"name": "AddValue",
"sourceType": "PubEncKeyData",
"info": "AddValue PubEncKeyData/senderIdentifier/2530."
"info": "AddValue PubEncKeyData/senderIdentifier/2547."
},
{
"name": "AddValue",
"sourceType": "PubEncKeyData",
"info": "AddValue PubEncKeyData/senderIdentifierType/2531."
"info": "AddValue PubEncKeyData/senderIdentifierType/2548."
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions src/common/api/entities/sys/ModelInfo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const modelInfo = {
version: 117,
compatibleSince: 114,
version: 118,
compatibleSince: 118,
}

export default modelInfo
Loading

0 comments on commit 207d8eb

Please sign in to comment.