@salesforce/source-tracking
Version:
API for tracking local and remote Salesforce metadata changes
6 lines (5 loc) • 459 B
TypeScript
import { RegistryAccess } from '@salesforce/source-deploy-retrieve';
import { RemoteSyncInput } from './types';
export declare const getMetadataKeyFromFileResponse: (registry: RegistryAccess) => (fileResponse: RemoteSyncInput) => string[];
export declare const getMappingsForSourceMemberTypesToMetadataType: (registry: RegistryAccess) => Map<string, string>;
export declare const registrySupportsType: (registry: RegistryAccess) => (type: string) => boolean;