Skip to content

Commit

Permalink
feat(TSP-214): remove deprecated project types (#810)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removed deprecated project typesSEARCH_HUB from project resource types.
  • Loading branch information
pcoelho-coveo authored Mar 26, 2024
1 parent 2c09615 commit 632b940
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/resources/Projects/ProjectInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,6 @@ export enum ProjectType {
Other = 'OTHER',
SupportExperience = 'SUPPORT_EXPERIENCE',
SupportPortal = 'SUPPORT_PORTAL',

/**
* @deprecated Use SupportPortal instead
*/
Service = 'SERVICE',

/**
* @deprecated Use CorporateWebsite instead
*/
Website = 'WEBSITE',

/**
* @deprecated Use Intranet instead
*/
Workplace = 'WORKPLACE',
}

export interface BaseProjectModel {
Expand Down

0 comments on commit 632b940

Please sign in to comment.