This commit is contained in:
Isaac 2024-11-08 16:29:59 +01:00
commit 98433a4a6f
92 changed files with 5311 additions and 880 deletions

View file

@ -79,6 +79,7 @@ private enum ApplicationSpecificItemCacheCollectionIdValues: Int8 {
case storySource = 11
case mediaEditorState = 12
case shareWithPeersState = 13
case webAppPermissionsState = 14
}
public struct ApplicationSpecificItemCacheCollectionId {
@ -94,6 +95,7 @@ public struct ApplicationSpecificItemCacheCollectionId {
public static let storySource = applicationSpecificItemCacheCollectionId(ApplicationSpecificItemCacheCollectionIdValues.storySource.rawValue)
public static let mediaEditorState = applicationSpecificItemCacheCollectionId(ApplicationSpecificItemCacheCollectionIdValues.mediaEditorState.rawValue)
public static let shareWithPeersState = applicationSpecificItemCacheCollectionId(ApplicationSpecificItemCacheCollectionIdValues.shareWithPeersState.rawValue)
public static let webAppPermissionsState = applicationSpecificItemCacheCollectionId(ApplicationSpecificItemCacheCollectionIdValues.webAppPermissionsState.rawValue)
}
private enum ApplicationSpecificOrderedItemListCollectionIdValues: Int32 {