@northflank/js-client 0.7.6 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/api-client.d.ts
CHANGED
|
@@ -588,7 +588,6 @@ declare class LogsClient extends EventEmitter {
|
|
|
588
588
|
private readonly token;
|
|
589
589
|
private remote;
|
|
590
590
|
private logSession;
|
|
591
|
-
private duplex;
|
|
592
591
|
constructor(baseUrl: string, logsConfig: LogsTailConfig, token: string);
|
|
593
592
|
static getLogsEndpoint(config: LogsTailConfig | LogsRangeConfig): string;
|
|
594
593
|
private get logsEndpoint();
|