accessibility-insights-report 5.2.0 → 7.0.0

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.
package/drop/index.d.ts CHANGED
@@ -16,6 +16,7 @@ declare namespace AccessibilityInsightsReport {
16
16
  description: string;
17
17
  serviceName: string;
18
18
  scanContext: ScanContext;
19
+ feedbackURL?: string;
19
20
  }
20
21
 
21
22
  export type ScanSummaryDetails = {
@@ -124,6 +125,7 @@ declare namespace AccessibilityInsightsReport {
124
125
  browserResolution: string,
125
126
  scanDetails: ScanSummaryDetails,
126
127
  results: CombinedReportResults,
128
+ feedbackURL?: string,
127
129
  }
128
130
 
129
131
  export type Reporter = {