From 4f7d014ddccefdd9db9da98cd275c7b96136d12d Mon Sep 17 00:00:00 2001 From: Gustavo Bazan Date: Tue, 12 Mar 2024 09:20:24 +0000 Subject: [PATCH] task: missing alias to remove direct dependencies on atlas --- opsmngr/opsmngr.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/opsmngr/opsmngr.go b/opsmngr/opsmngr.go index 73235a3..46c02fb 100644 --- a/opsmngr/opsmngr.go +++ b/opsmngr/opsmngr.go @@ -48,12 +48,22 @@ type ( Link = atlas.Link APIKey = atlas.APIKey APIKeyInput = atlas.APIKeyInput + AssignAPIKey = atlas.AssignAPIKey Part = atlas.Part Checkpoint = atlas.Checkpoint Checkpoints = atlas.Checkpoints SnapshotTimestamp = atlas.SnapshotTimestamp IndexOptions = atlas.IndexOptions CollationOptions = atlas.CollationOptions + Team = atlas.Team + TeamsAssigment = atlas.TeamsAssigned + TeamUpdateRoles = atlas.TeamUpdateRoles + CreateProjectOptions = atlas.CreateProjectOptions + ProjectTeam = atlas.ProjectTeam + TeamRoles = atlas.TeamRoles + Invitation = atlas.Invitation + NamespaceOptions = atlas.NamespaceOptions + Namespaces = atlas.Namespaces ) type HTTPClient interface {