diff --git a/README.md b/README.md index 13e631a27..5e7d9bf2f 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ PipelineSchedules PipelineScheduleVariables Projects ProjectAccessRequests +ProjectBadges ProjectCustomAttributes ProjectImportExport ProjectIssueBoards @@ -205,6 +206,7 @@ PipelineSchedules PipelineScheduleVariables Projects ProjectAccessRequests +ProjectBadges ProjectCustomAttributes ProjectImportExport ProjectIssueBoards diff --git a/src/index.js b/src/index.js index d2e14c3b7..ee7f12f42 100644 --- a/src/index.js +++ b/src/index.js @@ -60,7 +60,7 @@ export const ProjectsBundle = Bundler(Pick(APIServices, [ 'ProjectHooks', 'ProjectMembers', 'ProjectMilestones', - 'ProjectSnippet', + 'ProjectSnippets', 'ProjectSnippetNotes', 'ProjectSnippetDiscussions', 'ProjectSnippetAwardEmojis', diff --git a/src/services/index.js b/src/services/index.js index 89b1ba05c..9f2d58129 100644 --- a/src/services/index.js +++ b/src/services/index.js @@ -41,6 +41,7 @@ export PipelineSchedules from './PipelineSchedules'; export PipelineScheduleVariables from './PipelineScheduleVariables'; export Projects from './Projects'; export ProjectAccessRequests from './ProjectAccessRequests'; +export ProjectBadges from './ProjectBadges'; export ProjectCustomAttributes from './ProjectCustomAttributes'; export ProjectImportExport from './ProjectImportExport'; export ProjectIssueBoards from './ProjectIssueBoards';