import { ExtendedIntegrationPluginId, Plugin } from '../../types/index.js'; import { getNativeOpenApiPlugin } from './shared/index.js'; export const PagerDutyPlugin: Plugin = getNativeOpenApiPlugin({ name: 'PagerDuty', id: ExtendedIntegrationPluginId.PAGERDUTY, authMethods: { tokenPrefixed: { prefix: 'Token token=' } }, serverURL: 'https://api.pagerduty.com' });