Skip to content

Commit

Permalink
Merge pull request #1038 from forcedotcom/feat/ps-psl-assignments
Browse files Browse the repository at this point in the history
add properties for PS/PSL package metadata access to package dir
  • Loading branch information
shetzel authored Apr 4, 2024
2 parents e914757 + 7230743 commit 59cf193
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sfProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export type PackageDir = {
dependencies?: PackageDirDependency[];
includeProfileUserLicenses?: boolean;
package?: string;
packageMetadataAccess?: {
permissionSets: string | string[];
permissionSetLicenses: string | string[];
};
path: string;
postInstallScript?: string;
postInstallUrl?: string;
Expand Down

0 comments on commit 59cf193

Please sign in to comment.