2 files + 4 − 3 Inline Compare changes Side-by-side Inline Show whitespace changes Files 2 types/Gitlab/GitlabRoutes.ts +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ enum GitlabRoutes { USERS_GET = '/users', REPOSITORY_GET = '/projects/{{id}}', REPOSITORY_CREATE = '/projects', REPOSITORY_EDIT = '/projects/{{id}}', REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all' Loading types/Gitlab/GitlabVisibility.ts +3 −3 Original line number Diff line number Diff line enum GitlabVisibility { Public = 'public', Internal = 'internal', Private = 'private' PUBLIC = 'public', INTERNAL = 'internal', PRIVATE = 'private' } Loading
types/Gitlab/GitlabRoutes.ts +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ enum GitlabRoutes { USERS_GET = '/users', REPOSITORY_GET = '/projects/{{id}}', REPOSITORY_CREATE = '/projects', REPOSITORY_EDIT = '/projects/{{id}}', REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all' Loading
types/Gitlab/GitlabVisibility.ts +3 −3 Original line number Diff line number Diff line enum GitlabVisibility { Public = 'public', Internal = 'internal', Private = 'private' PUBLIC = 'public', INTERNAL = 'internal', PRIVATE = 'private' } Loading