From 974979fb7cfee145d1330ce94bb63675385f8f59 Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Mon, 24 Apr 2023 19:01:34 +0200 Subject: [PATCH] Updated API report Signed-off-by: Jonathan Mezach --- plugins/octopus-deploy/api-report.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/octopus-deploy/api-report.md b/plugins/octopus-deploy/api-report.md index 96497b6adf..55b44a0ce9 100644 --- a/plugins/octopus-deploy/api-report.md +++ b/plugins/octopus-deploy/api-report.md @@ -22,9 +22,6 @@ export const isOctopusDeployAvailable: (entity: Entity) => boolean; // @public (undocumented) export const OCTOPUS_DEPLOY_PROJECT_ID_ANNOTATION = 'octopus.com/project-id'; -// @public (undocumented) -export const OCTOPUS_DEPLOY_SPACE_ID_ANNOTATION = 'octopus.com/space-id'; - // @public (undocumented) export interface OctopusDeployApi { // (undocumented)