npm package diff

Package: @forge/cli-shared

Versions: 8.0.0-next.10-experimental-97e4b11 - 8.0.0-next.12

File: package/out/app-logs/view-logs.d.ts

Index: package/out/app-logs/view-logs.d.ts
===================================================================
--- package/out/app-logs/view-logs.d.ts
+++ package/out/app-logs/view-logs.d.ts
@@ -17,13 +17,15 @@
     limit: number;
     context?: InstallContext;
     startTime?: string | null;
     containers?: boolean;
+    grouped?: boolean;
 }
 export declare type AppLogsDetails = {
     appId: string;
     environmentId: string;
     limit: number;
+    grouped?: boolean;
     startTime?: string | null;
     contextAri?: [Ari];
     runtime?: string | null;
 };
@@ -59,9 +61,9 @@
     CONTAINER = "CONTAINER"
 }
 export interface ViewAppLogsClient {
     viewAppLogs(details: AppLogsDetails): Promise<Invocation[]>;
-    viewAppLogsV2(details: AppLogsDetailsV2, invocationMap: Map<string, Invocation>, totalRecieved: number): Promise<Invocation[]>;
+    viewAppLogsV2(details: AppLogsDetailsV2, invocationMap: Map<string, Invocation>, logLinesWithInvocation: Invocation[], totalRecieved: number): Promise<Invocation[]>;
     viewInvocationLogs(details: AppInvocationLogsDetails): Promise<Invocation>;
 }
 export declare class ViewAppLogsCommand {
     private readonly getAppConfig;
@@ -69,9 +71,9 @@
     private readonly globalEdgeClient;
     private readonly logsClient;
     private readonly statsigService;
     constructor(getAppConfig: AppConfigProvider, appEnvironmentClient: AppEnvironmentClient, globalEdgeClient: GlobalEdgeClient, logsClient: ViewAppLogsClient, statsigService: StatsigService);
-    getAll({ environmentKey, limit, context, startTime, containers }: QueryDetails): Promise<Invocation[]>;
+    getAll({ environmentKey, limit, context, startTime, grouped, containers }: QueryDetails): Promise<Invocation[]>;
     getLogs(details: AppLogsDetails): Promise<Invocation[]>;
     getOne(details: InvocationQueryDetails): Promise<Invocation>;
 }
 //# sourceMappingURL=view-logs.d.ts.map
\ No newline at end of file