diff --git a/Amplify/Categories/DataStore/Model/Internal/Schema/AuthRule.swift b/Amplify/Categories/DataStore/Model/Internal/Schema/AuthRule.swift index 5c5027aff2..1453fc12de 100644 --- a/Amplify/Categories/DataStore/Model/Internal/Schema/AuthRule.swift +++ b/Amplify/Categories/DataStore/Model/Internal/Schema/AuthRule.swift @@ -22,6 +22,12 @@ public enum ModelOperation { case update case delete case read + // granular read access + case `get` + case list + case sync + case listen + case search } /// - Warning: Although this has `public` access, it is intended for internal use and should not be used directly