UNPKG

3.4 kBTypeScriptView Raw
1export * from './Groups';
2export * from './GroupAccessRequests';
3export * from './GroupBadges';
4export * from './GroupCustomAttributes';
5export * from './GroupIssueBoards';
6export * from './GroupMembers';
7export * from './GroupMilestones';
8export * from './GroupProjects';
9export * from './GroupVariables';
10export * from './GroupLabels';
11export * from './Epics';
12export * from './EpicIssues';
13export * from './EpicNotes';
14export * from './EpicDiscussions';
15export * from './Users';
16export * from './UserCustomAttributes';
17export * from './UserEmails';
18export * from './UserImpersonationTokens';
19export * from './UserKeys';
20export * from './UserGPGKeys';
21export * from './Branches';
22export * from './Commits';
23export * from './CommitDiscussions';
24export * from './ContainerRegistry';
25export * from './Deployments';
26export * from './DeployKeys';
27export * from './Environments';
28export * from './Issues';
29export * from './IssuesStatistics';
30export * from './IssueNotes';
31export * from './IssueDiscussions';
32export * from './IssueAwardEmojis';
33export * from './Jobs';
34export * from './Labels';
35export * from './MergeRequests';
36export * from './MergeRequestAwardEmojis';
37export * from './MergeRequestDiscussions';
38export * from './MergeRequestNotes';
39export * from './Packages';
40export * from './Pipelines';
41export * from './PipelineSchedules';
42export * from './PipelineScheduleVariables';
43export * from './Projects';
44export * from './ProjectAccessRequests';
45export * from './ProjectBadges';
46export * from './ProjectCustomAttributes';
47export * from './ProjectImportExport';
48export * from './ProjectIssueBoards';
49export * from './ProjectHooks';
50export * from './ProjectMembers';
51export * from './ProjectMilestones';
52export * from './ProjectSnippets';
53export * from './ProjectSnippetNotes';
54export * from './ProjectSnippetDiscussions';
55export * from './ProjectSnippetAwardEmojis';
56export * from './ProtectedBranches';
57export * from './ProtectedTags';
58export * from './ProjectVariables';
59export * from './PushRules';
60export * from './Releases';
61export * from './ReleaseLinks';
62export * from './Repositories';
63export * from './RepositoryFiles';
64export * from './Runners';
65export * from './Services';
66export * from './Tags';
67export * from './Todos';
68export * from './Triggers';
69export * from './VulnerabilityFindings';
70export * from './ApplicationSettings';
71export * from './BroadcastMessages';
72export * from './Events';
73export * from './FeatureFlags';
74export * from './GeoNodes';
75export * from './GitignoreTemplates';
76export * from './GitLabCIYMLTemplates';
77export * from './Keys';
78export * from './Licence';
79export * from './LicenceTemplates';
80export * from './Lint';
81export * from './Namespaces';
82export * from './NotificationSettings';
83export * from './Markdown';
84export * from './PagesDomains';
85export * from './Search';
86export * from './SidekiqMetrics';
87export * from './Snippets';
88export * from './SystemHooks';
89export * from './Version';
90export * from './Wikis';
91export declare type GroupId = string | number;
92export declare type GroupProjectId = string | number;
93export declare type KeyId = string;
94export declare type NamespaceId = string | number;
95export declare type ProjectId = string | number;
96export declare type ResourceId = string | number;
97export declare type AccessLevel = 10 | 20 | 30 | 40 | 50;