devtools-protocol 0.0.1188649 → 0.0.1191157

Sign up to get free protection for your applications and to get access to all the features.
@@ -15910,6 +15910,7 @@
15910
15910
  "ch-ect",
15911
15911
  "ch-prefers-color-scheme",
15912
15912
  "ch-prefers-reduced-motion",
15913
+ "ch-prefers-reduced-transparency",
15913
15914
  "ch-rtt",
15914
15915
  "ch-save-data",
15915
15916
  "ch-ua",
@@ -20107,6 +20108,26 @@
20107
20108
  }
20108
20109
  ]
20109
20110
  },
20111
+ {
20112
+ "id": "AttributionReportingEventReportWindows",
20113
+ "experimental": true,
20114
+ "type": "object",
20115
+ "properties": [
20116
+ {
20117
+ "name": "start",
20118
+ "description": "duration in seconds",
20119
+ "type": "integer"
20120
+ },
20121
+ {
20122
+ "name": "ends",
20123
+ "description": "duration in seconds",
20124
+ "type": "array",
20125
+ "items": {
20126
+ "type": "integer"
20127
+ }
20128
+ }
20129
+ ]
20130
+ },
20110
20131
  {
20111
20132
  "id": "AttributionReportingSourceRegistration",
20112
20133
  "experimental": true,
@@ -20124,10 +20145,15 @@
20124
20145
  },
20125
20146
  {
20126
20147
  "name": "eventReportWindow",
20127
- "description": "duration in seconds",
20148
+ "description": "eventReportWindow and eventReportWindows are mutually exclusive\nduration in seconds",
20128
20149
  "optional": true,
20129
20150
  "type": "integer"
20130
20151
  },
20152
+ {
20153
+ "name": "eventReportWindows",
20154
+ "optional": true,
20155
+ "$ref": "AttributionReportingEventReportWindows"
20156
+ },
20131
20157
  {
20132
20158
  "name": "aggregatableReportWindow",
20133
20159
  "description": "duration in seconds",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1188649",
3
+ "version": "0.0.1191157",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -7430,6 +7430,7 @@ domain Page
7430
7430
  ch-ect
7431
7431
  ch-prefers-color-scheme
7432
7432
  ch-prefers-reduced-motion
7433
+ ch-prefers-reduced-transparency
7433
7434
  ch-rtt
7434
7435
  ch-save-data
7435
7436
  ch-ua
@@ -9769,13 +9770,22 @@ experimental domain Storage
9769
9770
  string key
9770
9771
  UnsignedInt128AsBase16 value
9771
9772
 
9773
+ experimental type AttributionReportingEventReportWindows extends object
9774
+ properties
9775
+ # duration in seconds
9776
+ integer start
9777
+ # duration in seconds
9778
+ array of integer ends
9779
+
9772
9780
  experimental type AttributionReportingSourceRegistration extends object
9773
9781
  properties
9774
9782
  Network.TimeSinceEpoch time
9775
9783
  # duration in seconds
9776
9784
  optional integer expiry
9785
+ # eventReportWindow and eventReportWindows are mutually exclusive
9777
9786
  # duration in seconds
9778
9787
  optional integer eventReportWindow
9788
+ optional AttributionReportingEventReportWindows eventReportWindows
9779
9789
  # duration in seconds
9780
9790
  optional integer aggregatableReportWindow
9781
9791
  AttributionReportingSourceType type
@@ -12754,7 +12754,7 @@ export namespace Protocol {
12754
12754
  * All Permissions Policy features. This enum should match the one defined
12755
12755
  * in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
12756
12756
  */
12757
- export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factor' | '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' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
12757
+ export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | '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-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factor' | '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' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
12758
12758
 
12759
12759
  /**
12760
12760
  * Reason for a permissions policy feature to be disabled.
@@ -15167,6 +15167,17 @@ export namespace Protocol {
15167
15167
  value: UnsignedInt128AsBase16;
15168
15168
  }
15169
15169
 
15170
+ export interface AttributionReportingEventReportWindows {
15171
+ /**
15172
+ * duration in seconds
15173
+ */
15174
+ start: integer;
15175
+ /**
15176
+ * duration in seconds
15177
+ */
15178
+ ends: integer[];
15179
+ }
15180
+
15170
15181
  export interface AttributionReportingSourceRegistration {
15171
15182
  time: Network.TimeSinceEpoch;
15172
15183
  /**
@@ -15174,9 +15185,11 @@ export namespace Protocol {
15174
15185
  */
15175
15186
  expiry?: integer;
15176
15187
  /**
15188
+ * eventReportWindow and eventReportWindows are mutually exclusive
15177
15189
  * duration in seconds
15178
15190
  */
15179
15191
  eventReportWindow?: integer;
15192
+ eventReportWindows?: AttributionReportingEventReportWindows;
15180
15193
  /**
15181
15194
  * duration in seconds
15182
15195
  */