From 2907bdc672c9bc3d18a39b29db2fd1e764e5bc60 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Mon, 11 Sep 2023 12:35:12 -0400 Subject: [PATCH] Add archive type to the allProjects function under the Groups API (#3407) --- packages/core/src/resources/Groups.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/resources/Groups.ts b/packages/core/src/resources/Groups.ts index af1e43fd..81559865 100644 --- a/packages/core/src/resources/Groups.ts +++ b/packages/core/src/resources/Groups.ts @@ -91,6 +91,7 @@ export type AllGroupProjectsOptions = { | 'similarity' | 'last_activity_at'; sort?: 'asc' | 'desc'; + archive?: boolean; search?: string; simple?: boolean; owned?: boolean;