Skip to content

Commit

Permalink
fix: re-generate types based on specifciation updates (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Jan 16, 2025
1 parent 90f8dd1 commit adec09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions out/gen/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export declare namespace Session {
BrowsingContext.BrowsingContext,
...BrowsingContext.BrowsingContext[],
];
userContexts?: [Browser.UserContext, ...Browser.UserContext[]];
};
}
export declare namespace Session {
Expand Down
1 change: 1 addition & 0 deletions src/gen/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export namespace Session {
BrowsingContext.BrowsingContext,
...BrowsingContext.BrowsingContext[],
];
userContexts?: [Browser.UserContext, ...Browser.UserContext[]];
};
}
export namespace Session {
Expand Down

0 comments on commit adec09b

Please sign in to comment.