Skip to content

Commit 70f515d

Browse files
committed
chore: update api snapshot
1 parent 1f58245 commit 70f515d

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/__snapshots__/tsnapi/@devframes/hub/initiate.snapshot.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export interface DevframeHubUi {
1111
};
1212
assets?: Record<string, () => string | Uint8Array>;
1313
setup?: (_: DevframeHubContext) => void | Promise<void>;
14+
authBanner?: AuthBannerFunction;
1415
}
1516
export interface DockRendererRegistration {
1617
type: string;

tests/__snapshots__/tsnapi/@devframes/plugin-code-server/index.snapshot.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export interface CodeServerServerInfo {
5151
pid?: number;
5252
error?: string;
5353
login?: CodeServerLogin;
54+
terminalSessionId?: string;
5455
}
5556
export interface CodeServerSharedState {
5657
detection: CodeServerDetection;

tests/__snapshots__/tsnapi/@devframes/plugin-code-server/node.snapshot.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export declare class CodeServerSupervisor {
5959
init(): Promise<void>;
6060
detect(): Promise<CodeServerDetection>;
6161
status(): CodeServerStatusResult;
62+
private serverInfo;
6263
start(_?: CodeServerStartRequest): Promise<CodeServerStartResult>;
6364
private tryAdopt;
6465
private resolveInitialPort;

tests/__snapshots__/tsnapi/@devframes/plugin-code-server/node.snapshot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export class CodeServerSupervisor {
3535
async init() {}
3636
async detect() {}
3737
status() {}
38+
serverInfo() {}
3839
async start(_) {}
3940
async tryAdopt(_) {}
4041
async resolveInitialPort(_) {}

tests/__snapshots__/tsnapi/@devframes/plugin-code-server/types.snapshot.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export interface CodeServerServerInfo {
5151
pid?: number;
5252
error?: string;
5353
login?: CodeServerLogin;
54+
terminalSessionId?: string;
5455
}
5556
export interface CodeServerSharedState {
5657
detection: CodeServerDetection;

tests/__snapshots__/tsnapi/devframe/recipes/interactive-auth.snapshot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
* Generated by tsnapi — public API snapshot of `devframe/recipes/interactive-auth`
33
*/
44
// #region Functions
5+
export function createAuthBanner(_) {}
56
export function createInteractiveAuth(_, _) {}
67
// #endregion

0 commit comments

Comments
 (0)