devtools-protocol 0.0.1457408 → 0.0.1460501

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.
@@ -12940,6 +12940,7 @@
12940
12940
  "Ping",
12941
12941
  "CSPViolationReport",
12942
12942
  "Preflight",
12943
+ "FedCM",
12943
12944
  "Other"
12944
12945
  ]
12945
12946
  },
@@ -18244,6 +18245,7 @@
18244
18245
  "media-playback-while-not-visible",
18245
18246
  "microphone",
18246
18247
  "midi",
18248
+ "on-device-speech-recognition",
18247
18249
  "otp-credentials",
18248
18250
  "payment",
18249
18251
  "picture-in-picture",
@@ -23053,25 +23055,6 @@
23053
23055
  }
23054
23056
  ]
23055
23057
  },
23056
- {
23057
- "id": "AttributionReportingTriggerSpec",
23058
- "experimental": true,
23059
- "type": "object",
23060
- "properties": [
23061
- {
23062
- "name": "triggerData",
23063
- "description": "number instead of integer because not all uint32 can be represented by\nint",
23064
- "type": "array",
23065
- "items": {
23066
- "type": "number"
23067
- }
23068
- },
23069
- {
23070
- "name": "eventReportWindows",
23071
- "$ref": "AttributionReportingEventReportWindows"
23072
- }
23073
- ]
23074
- },
23075
23058
  {
23076
23059
  "id": "AttributionReportingTriggerDataMatching",
23077
23060
  "experimental": true,
@@ -23186,12 +23169,17 @@
23186
23169
  "type": "integer"
23187
23170
  },
23188
23171
  {
23189
- "name": "triggerSpecs",
23172
+ "name": "triggerData",
23173
+ "description": "number instead of integer because not all uint32 can be represented by\nint",
23190
23174
  "type": "array",
23191
23175
  "items": {
23192
- "$ref": "AttributionReportingTriggerSpec"
23176
+ "type": "number"
23193
23177
  }
23194
23178
  },
23179
+ {
23180
+ "name": "eventReportWindows",
23181
+ "$ref": "AttributionReportingEventReportWindows"
23182
+ },
23195
23183
  {
23196
23184
  "name": "aggregatableReportWindow",
23197
23185
  "description": "duration in seconds",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1457408",
3
+ "version": "0.0.1460501",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -5971,6 +5971,7 @@ domain Network
5971
5971
  Ping
5972
5972
  CSPViolationReport
5973
5973
  Preflight
5974
+ FedCM
5974
5975
  Other
5975
5976
 
5976
5977
  # Unique loader identifier.
@@ -8607,6 +8608,7 @@ domain Page
8607
8608
  media-playback-while-not-visible
8608
8609
  microphone
8609
8610
  midi
8611
+ on-device-speech-recognition
8610
8612
  otp-credentials
8611
8613
  payment
8612
8614
  picture-in-picture
@@ -11248,13 +11250,6 @@ experimental domain Storage
11248
11250
  # duration in seconds
11249
11251
  array of integer ends
11250
11252
 
11251
- experimental type AttributionReportingTriggerSpec extends object
11252
- properties
11253
- # number instead of integer because not all uint32 can be represented by
11254
- # int
11255
- array of number triggerData
11256
- AttributionReportingEventReportWindows eventReportWindows
11257
-
11258
11253
  experimental type AttributionReportingTriggerDataMatching extends string
11259
11254
  enum
11260
11255
  exact
@@ -11295,7 +11290,10 @@ experimental domain Storage
11295
11290
  Network.TimeSinceEpoch time
11296
11291
  # duration in seconds
11297
11292
  integer expiry
11298
- array of AttributionReportingTriggerSpec triggerSpecs
11293
+ # number instead of integer because not all uint32 can be represented by
11294
+ # int
11295
+ array of number triggerData
11296
+ AttributionReportingEventReportWindows eventReportWindows
11299
11297
  # duration in seconds
11300
11298
  integer aggregatableReportWindow
11301
11299
  AttributionReportingSourceType type
@@ -10599,7 +10599,7 @@ export namespace Protocol {
10599
10599
  /**
10600
10600
  * Resource type as it was perceived by the rendering engine.
10601
10601
  */
10602
- export type ResourceType = ('Document' | 'Stylesheet' | 'Image' | 'Media' | 'Font' | 'Script' | 'TextTrack' | 'XHR' | 'Fetch' | 'Prefetch' | 'EventSource' | 'WebSocket' | 'Manifest' | 'SignedExchange' | 'Ping' | 'CSPViolationReport' | 'Preflight' | 'Other');
10602
+ export type ResourceType = ('Document' | 'Stylesheet' | 'Image' | 'Media' | 'Font' | 'Script' | 'TextTrack' | 'XHR' | 'Fetch' | 'Prefetch' | 'EventSource' | 'WebSocket' | 'Manifest' | 'SignedExchange' | 'Ping' | 'CSPViolationReport' | 'Preflight' | 'FedCM' | 'Other');
10603
10603
 
10604
10604
  /**
10605
10605
  * Unique loader identifier.
@@ -14004,7 +14004,7 @@ export namespace Protocol {
14004
14004
  * in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
14005
14005
  * LINT.IfChange(PermissionsPolicyFeature)
14006
14006
  */
14007
- export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'local-fonts' | 'local-network-access' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
14007
+ export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-high-entropy-values' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'deferred-fetch-minimal' | 'device-attributes' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'language-detector' | 'local-fonts' | 'local-network-access' | 'magnetometer' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'on-device-speech-recognition' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'record-ad-auction-events' | 'rewriter' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'summarizer' | 'sync-xhr' | 'translator' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'writer' | 'xr-spatial-tracking');
14008
14008
 
14009
14009
  /**
14010
14010
  * Reason for a permissions policy feature to be disabled.
@@ -16774,15 +16774,6 @@ export namespace Protocol {
16774
16774
  ends: integer[];
16775
16775
  }
16776
16776
 
16777
- export interface AttributionReportingTriggerSpec {
16778
- /**
16779
- * number instead of integer because not all uint32 can be represented by
16780
- * int
16781
- */
16782
- triggerData: number[];
16783
- eventReportWindows: AttributionReportingEventReportWindows;
16784
- }
16785
-
16786
16777
  export type AttributionReportingTriggerDataMatching = ('exact' | 'modulus');
16787
16778
 
16788
16779
  export interface AttributionReportingAggregatableDebugReportingData {
@@ -16827,7 +16818,12 @@ export namespace Protocol {
16827
16818
  * duration in seconds
16828
16819
  */
16829
16820
  expiry: integer;
16830
- triggerSpecs: AttributionReportingTriggerSpec[];
16821
+ /**
16822
+ * number instead of integer because not all uint32 can be represented by
16823
+ * int
16824
+ */
16825
+ triggerData: number[];
16826
+ eventReportWindows: AttributionReportingEventReportWindows;
16831
16827
  /**
16832
16828
  * duration in seconds
16833
16829
  */