[PM-19309] Handle restrict item types policy (#5357)

This commit is contained in:
André Bispo
2025-06-25 16:46:44 +01:00
committed by GitHub
parent 1234898786
commit fbfcfcd683
19 changed files with 869 additions and 41 deletions

View File

@@ -88,6 +88,12 @@ enum class PolicyTypeJson {
@SerialName("14")
REMOVE_UNLOCK_WITH_PIN,
/**
* Restricts the types of items that can be shown in the vault.
*/
@SerialName("15")
RESTRICT_ITEM_TYPES,
/**
* Represents an unknown policy type.
*