mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update Metadata interfaces (#37353)
* add RetrieveMessage * update MetadataObject
This commit is contained in:
parent
af0e490b31
commit
b436adee5c
17
types/jsforce/api/metadata.d.ts
vendored
17
types/jsforce/api/metadata.d.ts
vendored
@ -27,11 +27,11 @@ interface DeployResult {
|
||||
}
|
||||
|
||||
interface MetadataObject {
|
||||
childXmlNames: string[];
|
||||
directoryName: string;
|
||||
inFolder: boolean;
|
||||
metaFile: boolean;
|
||||
suffix: string;
|
||||
childXmlNames?: string[];
|
||||
directoryName?: string;
|
||||
inFolder?: boolean;
|
||||
metaFile?: boolean;
|
||||
suffix?: string;
|
||||
xmlName: string;
|
||||
}
|
||||
|
||||
@ -102,10 +102,15 @@ interface RetrieveRequest {
|
||||
unpackaged?: Package;
|
||||
}
|
||||
|
||||
interface RetrieveMessage {
|
||||
fileName: string;
|
||||
problem: string;
|
||||
}
|
||||
|
||||
interface RetrieveResult {
|
||||
fileProperties: FileProperties[];
|
||||
id: string;
|
||||
messages: object[];
|
||||
messages: RetrieveMessage[];
|
||||
zipFile: string
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user