@gpc-cli/api 1.0.37 → 1.0.38

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/dist/index.d.ts CHANGED
@@ -1420,7 +1420,7 @@ interface ReportingApiClient {
1420
1420
  getMetricSetFreshness(packageName: string, metricSet: VitalsMetricSet): Promise<FreshnessResponse>;
1421
1421
  getAnomalies(packageName: string): Promise<AnomalyDetectionResponse>;
1422
1422
  searchErrorIssues(packageName: string, filter?: string, pageSize?: number, pageToken?: string): Promise<ErrorIssuesResponse>;
1423
- searchErrorReports(packageName: string, issueName: string, pageSize?: number, pageToken?: string): Promise<ErrorReportsResponse>;
1423
+ searchErrorReports(packageName: string, issueId: string, pageSize?: number, pageToken?: string): Promise<ErrorReportsResponse>;
1424
1424
  }
1425
1425
  declare function createReportingClient(options: ApiClientOptions): ReportingApiClient;
1426
1426