From 4ddc657bd349e427720e07b3be61884433993a5c Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 4 Feb 2022 08:32:08 -0500 Subject: [PATCH] add Splunk client `getRoutingKeys` method documentation Signed-off-by: Mike Ball --- plugins/splunk-on-call/api-report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/splunk-on-call/api-report.md b/plugins/splunk-on-call/api-report.md index 19f60ffd13..8e8076d9e8 100644 --- a/plugins/splunk-on-call/api-report.md +++ b/plugins/splunk-on-call/api-report.md @@ -51,6 +51,10 @@ export class SplunkOnCallClient implements SplunkOnCallApi { // // (undocumented) getOnCallUsers(): Promise; + // Warning: (ae-forgotten-export) The symbol "RoutingKey" needs to be exported by the entry point index.d.ts + // + // (undocumented) + getRoutingKeys(): Promise; // Warning: (ae-forgotten-export) The symbol "Team" needs to be exported by the entry point index.d.ts // // (undocumented)