UNPKG

@aws-amplify/appsync-modelgen-plugin

Version:
21 lines 1.22 kB
import { CodeGenConnectionType } from '../utils/process-connections'; export declare const GENERATED_PACKAGE_NAME = "com.amplifyframework.datastore.generated.model"; export declare const LOADER_CLASS_NAME = "AmplifyModelProvider"; export declare function getModelClassImports(usingAuth?: boolean): string[]; export declare const MODEL_CLASS_IMPORT_PACKAGES: string[]; export declare const MODEL_AUTH_CLASS_IMPORT_PACKAGES: string[]; export declare const ENUM_IMPORT_PACKAGES: string[]; export declare const NON_MODEL_CLASS_IMPORT_PACKAGES: string[]; export declare const LOADER_IMPORT_PACKAGES: string[]; export declare const CONNECTION_RELATIONSHIP_IMPORTS: { [key in CodeGenConnectionType]: string; }; export declare const CUSTOM_PRIMARY_KEY_IMPORT_PACKAGE = "com.amplifyframework.core.model.ModelIdentifier"; export declare const LAZY_MODEL_IMPORT_PACKAGES: string[]; export declare const CONNECTION_RELATIONSHIP_LAZY_LOAD_IMPORTS: { [key in CodeGenConnectionType]: string[]; }; export declare const MODEL_PATH_IMPORT_PACKAGES: string[]; export declare function getModelPathClassImports(): string[]; export declare const MODEL_PATH_CLASS_IMPORT_PACKAGES: string[]; //# sourceMappingURL=java-config.d.ts.map