UNPKG

@aws-amplify/amplify-category-api

Version:
8 lines 615 B
import { $TSContext } from '@aws-amplify/amplify-cli-core'; import { DocumentNode } from 'graphql'; export declare const displayAuthNotification: (directiveMap: any, fieldDirectives: Set<string>) => boolean; export declare const hasFieldAuthDirectives: (doc: DocumentNode) => Set<string>; export declare const notifyFieldAuthSecurityChange: (context: $TSContext) => Promise<boolean>; export declare const notifyListQuerySecurityChange: (context: $TSContext) => Promise<boolean>; export declare const notifySecurityEnhancement: (context: $TSContext) => Promise<void>; //# sourceMappingURL=auth-notifications.d.ts.map