UNPKG

salesforce-alm

Version:

This package contains tools, and APIs, for an improved salesforce.com developer experience.

12 lines (11 loc) 686 B
import { DefaultMetadataType } from './defaultMetadataType'; export declare class BotSubtypeMetadataType extends DefaultMetadataType { getAggregateMetadataName(): string; getFullNameFromFilePath(filePath: string): string; getAggregateFullNameFromFilePath(filePath: string): string; getAggregateMetadataFilePathFromWorkspacePath(filePath: any): string; getAggregateFullNameFromSourceMemberName(sourceMemberName: string): string; getAggregateFullNameFromWorkspaceFullName(workspaceFullName: string): string; getAggregateFullNameFromComponentFailure(componentFailure: any): string; getWorkspaceFullNameFromComponentFailure(componentFailure: any): string; }