Skip to content

Commit 17c4982

Browse files
1 parent a8189b9 commit 17c4982

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/protocol-parser/generated/webdriver-bidi-bluetooth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ export const BluetoothEventSchema = z.lazy(() =>
352352
z.union([
353353
Bluetooth.RequestDevicePromptUpdatedSchema,
354354
Bluetooth.GattConnectionAttemptedSchema,
355-
z.object({}),
356355
]),
357356
);
358357
export namespace Bluetooth {

src/protocol/generated/webdriver-bidi-bluetooth.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ export namespace Bluetooth {
272272
}
273273
export type BluetoothEvent =
274274
| Bluetooth.RequestDevicePromptUpdated
275-
| Bluetooth.GattConnectionAttempted
276-
| Record<string, never>;
275+
| Bluetooth.GattConnectionAttempted;
277276
export namespace Bluetooth {
278277
export type RequestDevicePromptUpdated = {
279278
method: 'bluetooth.requestDevicePromptUpdated';

0 commit comments

Comments
 (0)