From 8dbc4ab48246580d2d0ceefa587b5deede7e8507 Mon Sep 17 00:00:00 2001 From: Benjamin Janssens Date: Thu, 26 Sep 2024 16:03:22 +0200 Subject: [PATCH] chore: add level config to BitbucketCloudEntityProviderConfig Signed-off-by: Benjamin Janssens --- .../src/providers/BitbucketCloudEntityProviderConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog-backend-module-bitbucket-cloud/src/providers/BitbucketCloudEntityProviderConfig.ts b/plugins/catalog-backend-module-bitbucket-cloud/src/providers/BitbucketCloudEntityProviderConfig.ts index 5a806d2e0b..1326c53e29 100644 --- a/plugins/catalog-backend-module-bitbucket-cloud/src/providers/BitbucketCloudEntityProviderConfig.ts +++ b/plugins/catalog-backend-module-bitbucket-cloud/src/providers/BitbucketCloudEntityProviderConfig.ts @@ -32,6 +32,7 @@ export type BitbucketCloudEntityProviderConfig = { repoSlug?: RegExp; }; schedule?: SchedulerServiceTaskScheduleDefinition; + level?: 'workspace' | 'project'; }; export function readProviderConfigs(