@forge/cli

12.17.012.18.0-next.8
out/installations/graphql-client.d.ts
~out/installations/graphql-client.d.tsModified
+3
Index: package/out/installations/graphql-client.d.ts
===================================================================
--- package/out/installations/graphql-client.d.ts
+++ package/out/installations/graphql-client.d.ts
@@ -15,8 +15,11 @@
     readonly environment?: string | undefined;
     readonly environmentType?: AppEnvironmentType | undefined;
     constructor(requestId: string | undefined, statusCode: number | undefined, hasMajorVersion?: boolean | undefined, environment?: string | undefined, environmentType?: AppEnvironmentType | undefined);
 }
+export declare class InstallationLimitReachedError extends GraphQlMutationError {
+    constructor(requestId: string | undefined, statusCode: number | undefined);
+}
 export declare class InstallationError extends GraphQlMutationError {
     constructor(message: string, { requestId, code, statusCode }: {
         requestId: string | undefined;
         code: string | undefined;