devtools-protocol 0.0.1462014 → 0.0.1462568

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.
@@ -28835,7 +28835,7 @@
28835
28835
  },
28836
28836
  {
28837
28837
  "name": "type",
28838
- "$ref": "CharacteristicOperationType"
28838
+ "$ref": "DescriptorOperationType"
28839
28839
  },
28840
28840
  {
28841
28841
  "name": "data",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1462014",
3
+ "version": "0.0.1462568",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -13667,5 +13667,5 @@ experimental domain BluetoothEmulation
13667
13667
  event descriptorOperationReceived
13668
13668
  parameters
13669
13669
  string descriptorId
13670
- CharacteristicOperationType type
13670
+ DescriptorOperationType type
13671
13671
  optional binary data
@@ -19963,7 +19963,7 @@ export namespace Protocol {
19963
19963
  */
19964
19964
  export interface DescriptorOperationReceivedEvent {
19965
19965
  descriptorId: string;
19966
- type: CharacteristicOperationType;
19966
+ type: DescriptorOperationType;
19967
19967
  data?: string;
19968
19968
  }
19969
19969
  }