Skip to content

Commit 7b33604

Browse files
fix: re-generate types based on specifciation updates (GoogleChromeLabs#236)
1 parent 46428b2 commit 7b33604

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

out/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ export interface Commands {
150150
params: Bidi.Emulation.SetTimezoneOverrideParameters;
151151
returnType: Bidi.EmptyResult;
152152
};
153+
'emulation.setScriptingEnabled': {
154+
params: Bidi.Emulation.SetScriptingEnabledParameters;
155+
returnType: Bidi.EmptyResult;
156+
};
153157
'input.performActions': {
154158
params: Bidi.Input.PerformActionsParameters;
155159
returnType: Bidi.EmptyResult;

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export interface Commands {
170170
returnType: Bidi.EmptyResult;
171171
};
172172

173-
174173
'input.performActions': {
175174
params: Bidi.Input.PerformActionsParameters;
176175
returnType: Bidi.EmptyResult;

0 commit comments

Comments
 (0)