devtools-protocol 0.0.1459876 → 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.
@@ -23055,25 +23055,6 @@
23055
23055
  }
23056
23056
  ]
23057
23057
  },
23058
- {
23059
- "id": "AttributionReportingTriggerSpec",
23060
- "experimental": true,
23061
- "type": "object",
23062
- "properties": [
23063
- {
23064
- "name": "triggerData",
23065
- "description": "number instead of integer because not all uint32 can be represented by\nint",
23066
- "type": "array",
23067
- "items": {
23068
- "type": "number"
23069
- }
23070
- },
23071
- {
23072
- "name": "eventReportWindows",
23073
- "$ref": "AttributionReportingEventReportWindows"
23074
- }
23075
- ]
23076
- },
23077
23058
  {
23078
23059
  "id": "AttributionReportingTriggerDataMatching",
23079
23060
  "experimental": true,
@@ -23188,12 +23169,17 @@
23188
23169
  "type": "integer"
23189
23170
  },
23190
23171
  {
23191
- "name": "triggerSpecs",
23172
+ "name": "triggerData",
23173
+ "description": "number instead of integer because not all uint32 can be represented by\nint",
23192
23174
  "type": "array",
23193
23175
  "items": {
23194
- "$ref": "AttributionReportingTriggerSpec"
23176
+ "type": "number"
23195
23177
  }
23196
23178
  },
23179
+ {
23180
+ "name": "eventReportWindows",
23181
+ "$ref": "AttributionReportingEventReportWindows"
23182
+ },
23197
23183
  {
23198
23184
  "name": "aggregatableReportWindow",
23199
23185
  "description": "duration in seconds",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1459876",
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",
@@ -11250,13 +11250,6 @@ experimental domain Storage
11250
11250
  # duration in seconds
11251
11251
  array of integer ends
11252
11252
 
11253
- experimental type AttributionReportingTriggerSpec extends object
11254
- properties
11255
- # number instead of integer because not all uint32 can be represented by
11256
- # int
11257
- array of number triggerData
11258
- AttributionReportingEventReportWindows eventReportWindows
11259
-
11260
11253
  experimental type AttributionReportingTriggerDataMatching extends string
11261
11254
  enum
11262
11255
  exact
@@ -11297,7 +11290,10 @@ experimental domain Storage
11297
11290
  Network.TimeSinceEpoch time
11298
11291
  # duration in seconds
11299
11292
  integer expiry
11300
- 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
11301
11297
  # duration in seconds
11302
11298
  integer aggregatableReportWindow
11303
11299
  AttributionReportingSourceType type
@@ -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
  */