chore(plugins/pagerduty): regenerate api-report

Signed-off-by: Alec Jacobs <cajacobs5401@gmail.com>
This commit is contained in:
Alec Jacobs
2022-06-17 14:42:48 -07:00
parent a9b6b729c4
commit 75813194a6
+1 -3
View File
@@ -95,9 +95,7 @@ export class PagerDutyClient implements PagerDutyApi {
// (undocumented)
getOnCallByPolicyId(policyId: string): Promise<PagerDutyOnCallsResponse>;
// (undocumented)
getServiceByEntity(
pagerDutyEntity: PagerDutyEntity,
): Promise<PagerDutyServiceResponse>;
getServiceByEntity(entity: Entity): Promise<PagerDutyServiceResponse>;
// (undocumented)
triggerAlarm(request: PagerDutyTriggerAlarmRequest): Promise<Response>;
}