Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions lib/commands/schema/dictionary.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/commands/schema/dictionary.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/commands/source/delta/git.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class Git extends CommandBase {
M: string;
D: string;
};
getFullCopyPath(filePath: string, fullCopyDirNames: string[], allowFullCopyPathWithExt?: boolean): string;
getFullCopyPath(filePath: string, fullCopyDirNames: string[], allowFullCopyPathWithExt?: boolean): string | null;
};
static readonly flags: any;
protected name: string;
Expand Down
4 changes: 2 additions & 2 deletions lib/commands/source/delta/md5.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ export default class Md5 extends CommandBase {
run(deltaOptions: import("../../../helpers/delta-options.js").DeltaOptions): Promise<any>;
loadDeltaFile(deltaFilePath?: string): Promise<void>;
logMessage(message: string, includeConsole?: boolean): Promise<void>;
validateDeltaOptions(deltaOptions: import("../../../helpers/delta-options.js").DeltaOptions): Promise<string>;
validateDeltaOptions(deltaOptions: import("../../../helpers/delta-options.js").DeltaOptions): Promise<string | null>;
};
deltaTypeKind: {
NONE: string;
A: string;
M: string;
D: string;
};
getFullCopyPath(filePath: string, fullCopyDirNames: string[], allowFullCopyPathWithExt?: boolean): string;
getFullCopyPath(filePath: string, fullCopyDirNames: string[], allowFullCopyPathWithExt?: boolean): string | null;
};
static readonly flags: any;
protected name: string;
Expand Down
2 changes: 1 addition & 1 deletion lib/helpers/command-base.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export declare abstract class CommandBase extends SfCommand<void> {
static messages: Messages<string>;
static targetOrgFlagName: string;
protected static commonFlags: {
[x: string]: import("@oclif/core/interfaces").OptionFlag<Org, import("@oclif/core/interfaces").CustomOptions>;
[CommandBase.targetOrgFlagName]: import("@oclif/core/interfaces").OptionFlag<Org, import("@oclif/core/interfaces").CustomOptions>;
};
private static uxInst;
org: Org | undefined;
Expand Down
5 changes: 3 additions & 2 deletions lib/helpers/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/helpers/constants.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/helpers/sf-query.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading