@forge/cli
11.0.011.0.1-next.14
out/service/installation-service.d.tsout/service/installation-service.d.ts+1−1
Index: package/out/service/installation-service.d.ts
===================================================================
--- package/out/service/installation-service.d.ts
+++ package/out/service/installation-service.d.ts
@@ -21,9 +21,9 @@
}
export interface AppEnvironmentVersionPermissions {
scopes: string[];
egressAddresses: string[];
- primaryProduct?: string;
+ requiredProducts?: string[];
}
export interface AppEnvironmentPermissions extends AppEnvironmentVersionPermissions {
addedScopes: string[];
environmentType: AppEnvironmentType;