@gitbeaker/rest 43.5.0 → 43.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +27 -25
- package/dist/index.d.mts +274 -82
- package/dist/index.d.ts +274 -82
- package/dist/index.js +197 -198
- package/dist/index.mjs +197 -198
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -5,196 +5,388 @@ export { GitbeakerRequestError, GitbeakerRetryError, GitbeakerTimeoutError } fro
|
|
|
5
5
|
declare const AccessLevel: typeof CORE.AccessLevel;
|
|
6
6
|
|
|
7
7
|
declare const Agents: typeof CORE.Agents;
|
|
8
|
+
type Agents<C extends boolean = false> = CORE.Agents<C>;
|
|
8
9
|
declare const AlertManagement: typeof CORE.AlertManagement;
|
|
10
|
+
type AlertManagement<C extends boolean = false> = CORE.AlertManagement<C>;
|
|
9
11
|
declare const ApplicationAppearance: typeof CORE.ApplicationAppearance;
|
|
12
|
+
type ApplicationAppearance<C extends boolean = false> = CORE.ApplicationAppearance<C>;
|
|
10
13
|
declare const ApplicationPlanLimits: typeof CORE.ApplicationPlanLimits;
|
|
14
|
+
type ApplicationPlanLimits<C extends boolean = false> = CORE.ApplicationPlanLimits<C>;
|
|
11
15
|
declare const Applications: typeof CORE.Applications;
|
|
16
|
+
type Applications<C extends boolean = false> = CORE.Applications<C>;
|
|
12
17
|
declare const ApplicationSettings: typeof CORE.ApplicationSettings;
|
|
18
|
+
type ApplicationSettings<C extends boolean = false> = CORE.ApplicationSettings<C>;
|
|
13
19
|
declare const ApplicationStatistics: typeof CORE.ApplicationStatistics;
|
|
20
|
+
type ApplicationStatistics<C extends boolean = false> = CORE.ApplicationStatistics<C>;
|
|
14
21
|
declare const AuditEvents: typeof CORE.AuditEvents;
|
|
22
|
+
type AuditEvents<C extends boolean = false> = CORE.AuditEvents<C>;
|
|
15
23
|
declare const Avatar: typeof CORE.Avatar;
|
|
24
|
+
type Avatar<C extends boolean = false> = CORE.Avatar<C>;
|
|
25
|
+
declare const Branches: typeof CORE.Branches;
|
|
26
|
+
type Branches<C extends boolean = false> = CORE.Branches<C>;
|
|
16
27
|
declare const BroadcastMessages: typeof CORE.BroadcastMessages;
|
|
28
|
+
type BroadcastMessages<C extends boolean = false> = CORE.BroadcastMessages<C>;
|
|
17
29
|
declare const CodeSuggestions: typeof CORE.CodeSuggestions;
|
|
30
|
+
type CodeSuggestions<C extends boolean = false> = CORE.CodeSuggestions<C>;
|
|
31
|
+
declare const CommitDiscussions: typeof CORE.CommitDiscussions;
|
|
32
|
+
type CommitDiscussions<C extends boolean = false> = CORE.CommitDiscussions<C>;
|
|
33
|
+
declare const Commits: typeof CORE.Commits;
|
|
34
|
+
type Commits<C extends boolean = false> = CORE.Commits<C>;
|
|
18
35
|
declare const Composer: typeof CORE.Composer;
|
|
36
|
+
type Composer<C extends boolean = false> = CORE.Composer<C>;
|
|
19
37
|
declare const Conan: typeof CORE.Conan;
|
|
38
|
+
type Conan<C extends boolean = false> = CORE.Conan<C>;
|
|
39
|
+
declare const ContainerRegistry: typeof CORE.ContainerRegistry;
|
|
40
|
+
type ContainerRegistry<C extends boolean = false> = CORE.ContainerRegistry<C>;
|
|
20
41
|
declare const DashboardAnnotations: typeof CORE.DashboardAnnotations;
|
|
42
|
+
type DashboardAnnotations<C extends boolean = false> = CORE.DashboardAnnotations<C>;
|
|
21
43
|
declare const Debian: typeof CORE.Debian;
|
|
44
|
+
type Debian<C extends boolean = false> = CORE.Debian<C>;
|
|
22
45
|
declare const DependencyProxy: typeof CORE.DependencyProxy;
|
|
46
|
+
type DependencyProxy<C extends boolean = false> = CORE.DependencyProxy<C>;
|
|
23
47
|
declare const DeployKeys: typeof CORE.DeployKeys;
|
|
48
|
+
type DeployKeys<C extends boolean = false> = CORE.DeployKeys<C>;
|
|
24
49
|
declare const DeployTokens: typeof CORE.DeployTokens;
|
|
25
|
-
|
|
26
|
-
declare const Events: typeof CORE.Events;
|
|
27
|
-
declare const Experiments: typeof CORE.Experiments;
|
|
28
|
-
declare const GeoNodes: typeof CORE.GeoNodes;
|
|
29
|
-
declare const GeoSites: typeof CORE.GeoSites;
|
|
30
|
-
declare const GitignoreTemplates: typeof CORE.GitignoreTemplates;
|
|
31
|
-
declare const GitLabCIYMLTemplates: typeof CORE.GitLabCIYMLTemplates;
|
|
32
|
-
declare const Import: typeof CORE.Import;
|
|
33
|
-
declare const InstanceLevelCICDVariables: typeof CORE.InstanceLevelCICDVariables;
|
|
34
|
-
declare const Keys: typeof CORE.Keys;
|
|
35
|
-
declare const License: typeof CORE.License;
|
|
36
|
-
declare const LicenseTemplates: typeof CORE.LicenseTemplates;
|
|
37
|
-
declare const Lint: typeof CORE.Lint;
|
|
38
|
-
declare const Markdown: typeof CORE.Markdown;
|
|
39
|
-
declare const Maven: typeof CORE.Maven;
|
|
40
|
-
declare const Metadata: typeof CORE.Metadata;
|
|
41
|
-
declare const Migrations: typeof CORE.Migrations;
|
|
42
|
-
declare const Namespaces: typeof CORE.Namespaces;
|
|
43
|
-
declare const NotificationSettings: typeof CORE.NotificationSettings;
|
|
44
|
-
declare const NPM: typeof CORE.NPM;
|
|
45
|
-
declare const NuGet: typeof CORE.NuGet;
|
|
46
|
-
declare const PersonalAccessTokens: typeof CORE.PersonalAccessTokens;
|
|
47
|
-
declare const PyPI: typeof CORE.PyPI;
|
|
48
|
-
declare const RubyGems: typeof CORE.RubyGems;
|
|
49
|
-
declare const Search: typeof CORE.Search;
|
|
50
|
-
declare const SearchAdmin: typeof CORE.SearchAdmin;
|
|
51
|
-
declare const ServiceAccounts: typeof CORE.ServiceAccounts;
|
|
52
|
-
declare const ServiceData: typeof CORE.ServiceData;
|
|
53
|
-
declare const SidekiqMetrics: typeof CORE.SidekiqMetrics;
|
|
54
|
-
declare const SidekiqQueues: typeof CORE.SidekiqQueues;
|
|
55
|
-
declare const SnippetRepositoryStorageMoves: typeof CORE.SnippetRepositoryStorageMoves;
|
|
56
|
-
declare const Snippets: typeof CORE.Snippets;
|
|
57
|
-
declare const Suggestions: typeof CORE.Suggestions;
|
|
58
|
-
declare const SystemHooks: typeof CORE.SystemHooks;
|
|
59
|
-
declare const TodoLists: typeof CORE.TodoLists;
|
|
60
|
-
declare const Topics: typeof CORE.Topics;
|
|
61
|
-
declare const Branches: typeof CORE.Branches;
|
|
62
|
-
declare const CommitDiscussions: typeof CORE.CommitDiscussions;
|
|
63
|
-
declare const Commits: typeof CORE.Commits;
|
|
64
|
-
declare const ContainerRegistry: typeof CORE.ContainerRegistry;
|
|
50
|
+
type DeployTokens<C extends boolean = false> = CORE.DeployTokens<C>;
|
|
65
51
|
declare const Deployments: typeof CORE.Deployments;
|
|
52
|
+
type Deployments<C extends boolean = false> = CORE.Deployments<C>;
|
|
53
|
+
declare const DockerfileTemplates: typeof CORE.DockerfileTemplates;
|
|
54
|
+
type DockerfileTemplates<C extends boolean = false> = CORE.DockerfileTemplates<C>;
|
|
66
55
|
declare const Environments: typeof CORE.Environments;
|
|
56
|
+
type Environments<C extends boolean = false> = CORE.Environments<C>;
|
|
57
|
+
declare const EpicAwardEmojis: typeof CORE.EpicAwardEmojis;
|
|
58
|
+
type EpicAwardEmojis<C extends boolean = false> = CORE.EpicAwardEmojis<C>;
|
|
59
|
+
declare const EpicDiscussions: typeof CORE.EpicDiscussions;
|
|
60
|
+
type EpicDiscussions<C extends boolean = false> = CORE.EpicDiscussions<C>;
|
|
61
|
+
declare const EpicIssues: typeof CORE.EpicIssues;
|
|
62
|
+
type EpicIssues<C extends boolean = false> = CORE.EpicIssues<C>;
|
|
63
|
+
declare const EpicLabelEvents: typeof CORE.EpicLabelEvents;
|
|
64
|
+
type EpicLabelEvents<C extends boolean = false> = CORE.EpicLabelEvents<C>;
|
|
65
|
+
declare const EpicLinks: typeof CORE.EpicLinks;
|
|
66
|
+
type EpicLinks<C extends boolean = false> = CORE.EpicLinks<C>;
|
|
67
|
+
declare const EpicNotes: typeof CORE.EpicNotes;
|
|
68
|
+
type EpicNotes<C extends boolean = false> = CORE.EpicNotes<C>;
|
|
69
|
+
declare const Epics: typeof CORE.Epics;
|
|
70
|
+
type Epics<C extends boolean = false> = CORE.Epics<C>;
|
|
67
71
|
declare const ErrorTrackingClientKeys: typeof CORE.ErrorTrackingClientKeys;
|
|
72
|
+
type ErrorTrackingClientKeys<C extends boolean = false> = CORE.ErrorTrackingClientKeys<C>;
|
|
68
73
|
declare const ErrorTrackingSettings: typeof CORE.ErrorTrackingSettings;
|
|
74
|
+
type ErrorTrackingSettings<C extends boolean = false> = CORE.ErrorTrackingSettings<C>;
|
|
75
|
+
declare const Events: typeof CORE.Events;
|
|
76
|
+
type Events<C extends boolean = false> = CORE.Events<C>;
|
|
77
|
+
declare const Experiments: typeof CORE.Experiments;
|
|
78
|
+
type Experiments<C extends boolean = false> = CORE.Experiments<C>;
|
|
69
79
|
declare const ExternalStatusChecks: typeof CORE.ExternalStatusChecks;
|
|
80
|
+
type ExternalStatusChecks<C extends boolean = false> = CORE.ExternalStatusChecks<C>;
|
|
70
81
|
declare const FeatureFlags: typeof CORE.FeatureFlags;
|
|
82
|
+
type FeatureFlags<C extends boolean = false> = CORE.FeatureFlags<C>;
|
|
71
83
|
declare const FeatureFlagUserLists: typeof CORE.FeatureFlagUserLists;
|
|
84
|
+
type FeatureFlagUserLists<C extends boolean = false> = CORE.FeatureFlagUserLists<C>;
|
|
72
85
|
declare const FreezePeriods: typeof CORE.FreezePeriods;
|
|
86
|
+
type FreezePeriods<C extends boolean = false> = CORE.FreezePeriods<C>;
|
|
87
|
+
declare const GeoNodes: typeof CORE.GeoNodes;
|
|
88
|
+
type GeoNodes<C extends boolean = false> = CORE.GeoNodes<C>;
|
|
89
|
+
declare const GeoSites: typeof CORE.GeoSites;
|
|
90
|
+
type GeoSites<C extends boolean = false> = CORE.GeoSites<C>;
|
|
91
|
+
declare const GitignoreTemplates: typeof CORE.GitignoreTemplates;
|
|
92
|
+
type GitignoreTemplates<C extends boolean = false> = CORE.GitignoreTemplates<C>;
|
|
93
|
+
declare const GitLabCIYMLTemplates: typeof CORE.GitLabCIYMLTemplates;
|
|
94
|
+
type GitLabCIYMLTemplates<C extends boolean = false> = CORE.GitLabCIYMLTemplates<C>;
|
|
73
95
|
declare const GitlabPages: typeof CORE.GitlabPages;
|
|
96
|
+
type GitlabPages<C extends boolean = false> = CORE.GitlabPages<C>;
|
|
74
97
|
declare const GoProxy: typeof CORE.GoProxy;
|
|
98
|
+
type GoProxy<C extends boolean = false> = CORE.GoProxy<C>;
|
|
99
|
+
declare const GroupAccessRequests: typeof CORE.GroupAccessRequests;
|
|
100
|
+
type GroupAccessRequests<C extends boolean = false> = CORE.GroupAccessRequests<C>;
|
|
101
|
+
declare const GroupAccessTokens: typeof CORE.GroupAccessTokens;
|
|
102
|
+
type GroupAccessTokens<C extends boolean = false> = CORE.GroupAccessTokens<C>;
|
|
103
|
+
declare const GroupActivityAnalytics: typeof CORE.GroupActivityAnalytics;
|
|
104
|
+
type GroupActivityAnalytics<C extends boolean = false> = CORE.GroupActivityAnalytics<C>;
|
|
105
|
+
declare const GroupBadges: typeof CORE.GroupBadges;
|
|
106
|
+
type GroupBadges<C extends boolean = false> = CORE.GroupBadges<C>;
|
|
107
|
+
declare const GroupCustomAttributes: typeof CORE.GroupCustomAttributes;
|
|
108
|
+
type GroupCustomAttributes<C extends boolean = false> = CORE.GroupCustomAttributes<C>;
|
|
109
|
+
declare const GroupDORA4Metrics: typeof CORE.GroupDORA4Metrics;
|
|
110
|
+
type GroupDORA4Metrics<C extends boolean = false> = CORE.GroupDORA4Metrics<C>;
|
|
111
|
+
declare const GroupEpicBoards: typeof CORE.GroupEpicBoards;
|
|
112
|
+
type GroupEpicBoards<C extends boolean = false> = CORE.GroupEpicBoards<C>;
|
|
113
|
+
declare const GroupHooks: typeof CORE.GroupHooks;
|
|
114
|
+
type GroupHooks<C extends boolean = false> = CORE.GroupHooks<C>;
|
|
115
|
+
declare const GroupImportExports: typeof CORE.GroupImportExports;
|
|
116
|
+
type GroupImportExports<C extends boolean = false> = CORE.GroupImportExports<C>;
|
|
117
|
+
declare const GroupInvitations: typeof CORE.GroupInvitations;
|
|
118
|
+
type GroupInvitations<C extends boolean = false> = CORE.GroupInvitations<C>;
|
|
119
|
+
declare const GroupIssueBoards: typeof CORE.GroupIssueBoards;
|
|
120
|
+
type GroupIssueBoards<C extends boolean = false> = CORE.GroupIssueBoards<C>;
|
|
121
|
+
declare const GroupIterations: typeof CORE.GroupIterations;
|
|
122
|
+
type GroupIterations<C extends boolean = false> = CORE.GroupIterations<C>;
|
|
123
|
+
declare const GroupLabels: typeof CORE.GroupLabels;
|
|
124
|
+
type GroupLabels<C extends boolean = false> = CORE.GroupLabels<C>;
|
|
125
|
+
declare const GroupLDAPLinks: typeof CORE.GroupLDAPLinks;
|
|
126
|
+
type GroupLDAPLinks<C extends boolean = false> = CORE.GroupLDAPLinks<C>;
|
|
127
|
+
declare const GroupMarkdownUploads: typeof CORE.GroupMarkdownUploads;
|
|
128
|
+
type GroupMarkdownUploads<C extends boolean = false> = CORE.GroupMarkdownUploads<C>;
|
|
129
|
+
declare const GroupMemberRoles: typeof CORE.GroupMemberRoles;
|
|
130
|
+
type GroupMemberRoles<C extends boolean = false> = CORE.GroupMemberRoles<C>;
|
|
131
|
+
declare const GroupMembers: typeof CORE.GroupMembers;
|
|
132
|
+
type GroupMembers<C extends boolean = false> = CORE.GroupMembers<C>;
|
|
133
|
+
declare const GroupMilestones: typeof CORE.GroupMilestones;
|
|
134
|
+
type GroupMilestones<C extends boolean = false> = CORE.GroupMilestones<C>;
|
|
135
|
+
declare const GroupProtectedEnvironments: typeof CORE.GroupProtectedEnvironments;
|
|
136
|
+
type GroupProtectedEnvironments<C extends boolean = false> = CORE.GroupProtectedEnvironments<C>;
|
|
137
|
+
declare const GroupPushRules: typeof CORE.GroupPushRules;
|
|
138
|
+
type GroupPushRules<C extends boolean = false> = CORE.GroupPushRules<C>;
|
|
139
|
+
declare const GroupRelationExports: typeof CORE.GroupRelationExports;
|
|
140
|
+
type GroupRelationExports<C extends boolean = false> = CORE.GroupRelationExports<C>;
|
|
141
|
+
declare const GroupReleases: typeof CORE.GroupReleases;
|
|
142
|
+
type GroupReleases<C extends boolean = false> = CORE.GroupReleases<C>;
|
|
143
|
+
declare const GroupRepositoryStorageMoves: typeof CORE.GroupRepositoryStorageMoves;
|
|
144
|
+
type GroupRepositoryStorageMoves<C extends boolean = false> = CORE.GroupRepositoryStorageMoves<C>;
|
|
145
|
+
declare const Groups: typeof CORE.Groups;
|
|
146
|
+
type Groups<C extends boolean = false> = CORE.Groups<C>;
|
|
147
|
+
declare const GroupSAMLIdentities: typeof CORE.GroupSAMLIdentities;
|
|
148
|
+
type GroupSAMLIdentities<C extends boolean = false> = CORE.GroupSAMLIdentities<C>;
|
|
149
|
+
declare const GroupSAMLLinks: typeof CORE.GroupSAMLLinks;
|
|
150
|
+
type GroupSAMLLinks<C extends boolean = false> = CORE.GroupSAMLLinks<C>;
|
|
151
|
+
declare const GroupSCIMIdentities: typeof CORE.GroupSCIMIdentities;
|
|
152
|
+
type GroupSCIMIdentities<C extends boolean = false> = CORE.GroupSCIMIdentities<C>;
|
|
153
|
+
declare const GroupServiceAccounts: typeof CORE.GroupServiceAccounts;
|
|
154
|
+
type GroupServiceAccounts<C extends boolean = false> = CORE.GroupServiceAccounts<C>;
|
|
155
|
+
declare const GroupVariables: typeof CORE.GroupVariables;
|
|
156
|
+
type GroupVariables<C extends boolean = false> = CORE.GroupVariables<C>;
|
|
157
|
+
declare const GroupWikis: typeof CORE.GroupWikis;
|
|
158
|
+
type GroupWikis<C extends boolean = false> = CORE.GroupWikis<C>;
|
|
75
159
|
declare const Helm: typeof CORE.Helm;
|
|
160
|
+
type Helm<C extends boolean = false> = CORE.Helm<C>;
|
|
161
|
+
declare const Import: typeof CORE.Import;
|
|
162
|
+
type Import<C extends boolean = false> = CORE.Import<C>;
|
|
163
|
+
declare const InstanceLevelCICDVariables: typeof CORE.InstanceLevelCICDVariables;
|
|
164
|
+
type InstanceLevelCICDVariables<C extends boolean = false> = CORE.InstanceLevelCICDVariables<C>;
|
|
76
165
|
declare const Integrations: typeof CORE.Integrations;
|
|
166
|
+
type Integrations<C extends boolean = false> = CORE.Integrations<C>;
|
|
77
167
|
declare const IssueAwardEmojis: typeof CORE.IssueAwardEmojis;
|
|
168
|
+
type IssueAwardEmojis<C extends boolean = false> = CORE.IssueAwardEmojis<C>;
|
|
78
169
|
declare const IssueDiscussions: typeof CORE.IssueDiscussions;
|
|
170
|
+
type IssueDiscussions<C extends boolean = false> = CORE.IssueDiscussions<C>;
|
|
79
171
|
declare const IssueIterationEvents: typeof CORE.IssueIterationEvents;
|
|
172
|
+
type IssueIterationEvents<C extends boolean = false> = CORE.IssueIterationEvents<C>;
|
|
80
173
|
declare const IssueLabelEvents: typeof CORE.IssueLabelEvents;
|
|
174
|
+
type IssueLabelEvents<C extends boolean = false> = CORE.IssueLabelEvents<C>;
|
|
81
175
|
declare const IssueLinks: typeof CORE.IssueLinks;
|
|
176
|
+
type IssueLinks<C extends boolean = false> = CORE.IssueLinks<C>;
|
|
82
177
|
declare const IssueMilestoneEvents: typeof CORE.IssueMilestoneEvents;
|
|
178
|
+
type IssueMilestoneEvents<C extends boolean = false> = CORE.IssueMilestoneEvents<C>;
|
|
83
179
|
declare const IssueNoteAwardEmojis: typeof CORE.IssueNoteAwardEmojis;
|
|
180
|
+
type IssueNoteAwardEmojis<C extends boolean = false> = CORE.IssueNoteAwardEmojis<C>;
|
|
84
181
|
declare const IssueNotes: typeof CORE.IssueNotes;
|
|
182
|
+
type IssueNotes<C extends boolean = false> = CORE.IssueNotes<C>;
|
|
85
183
|
declare const Issues: typeof CORE.Issues;
|
|
184
|
+
type Issues<C extends boolean = false> = CORE.Issues<C>;
|
|
86
185
|
declare const IssuesStatistics: typeof CORE.IssuesStatistics;
|
|
186
|
+
type IssuesStatistics<C extends boolean = false> = CORE.IssuesStatistics<C>;
|
|
87
187
|
declare const IssueStateEvents: typeof CORE.IssueStateEvents;
|
|
188
|
+
type IssueStateEvents<C extends boolean = false> = CORE.IssueStateEvents<C>;
|
|
88
189
|
declare const IssueWeightEvents: typeof CORE.IssueWeightEvents;
|
|
190
|
+
type IssueWeightEvents<C extends boolean = false> = CORE.IssueWeightEvents<C>;
|
|
89
191
|
declare const JobArtifacts: typeof CORE.JobArtifacts;
|
|
192
|
+
type JobArtifacts<C extends boolean = false> = CORE.JobArtifacts<C>;
|
|
90
193
|
declare const Jobs: typeof CORE.Jobs;
|
|
194
|
+
type Jobs<C extends boolean = false> = CORE.Jobs<C>;
|
|
195
|
+
declare const Keys: typeof CORE.Keys;
|
|
196
|
+
type Keys<C extends boolean = false> = CORE.Keys<C>;
|
|
197
|
+
declare const License: typeof CORE.License;
|
|
198
|
+
type License<C extends boolean = false> = CORE.License<C>;
|
|
199
|
+
declare const LicenseTemplates: typeof CORE.LicenseTemplates;
|
|
200
|
+
type LicenseTemplates<C extends boolean = false> = CORE.LicenseTemplates<C>;
|
|
201
|
+
declare const LinkedEpics: typeof CORE.LinkedEpics;
|
|
202
|
+
type LinkedEpics<C extends boolean = false> = CORE.LinkedEpics<C>;
|
|
203
|
+
declare const Lint: typeof CORE.Lint;
|
|
204
|
+
type Lint<C extends boolean = false> = CORE.Lint<C>;
|
|
205
|
+
declare const Markdown: typeof CORE.Markdown;
|
|
206
|
+
type Markdown<C extends boolean = false> = CORE.Markdown<C>;
|
|
207
|
+
declare const Maven: typeof CORE.Maven;
|
|
208
|
+
type Maven<C extends boolean = false> = CORE.Maven<C>;
|
|
91
209
|
declare const MergeRequestApprovals: typeof CORE.MergeRequestApprovals;
|
|
210
|
+
type MergeRequestApprovals<C extends boolean = false> = CORE.MergeRequestApprovals<C>;
|
|
92
211
|
declare const MergeRequestAwardEmojis: typeof CORE.MergeRequestAwardEmojis;
|
|
212
|
+
type MergeRequestAwardEmojis<C extends boolean = false> = CORE.MergeRequestAwardEmojis<C>;
|
|
93
213
|
declare const MergeRequestContextCommits: typeof CORE.MergeRequestContextCommits;
|
|
214
|
+
type MergeRequestContextCommits<C extends boolean = false> = CORE.MergeRequestContextCommits<C>;
|
|
94
215
|
declare const MergeRequestDiscussions: typeof CORE.MergeRequestDiscussions;
|
|
216
|
+
type MergeRequestDiscussions<C extends boolean = false> = CORE.MergeRequestDiscussions<C>;
|
|
217
|
+
declare const MergeRequestDraftNotes: typeof CORE.MergeRequestDraftNotes;
|
|
218
|
+
type MergeRequestDraftNotes<C extends boolean = false> = CORE.MergeRequestDraftNotes<C>;
|
|
95
219
|
declare const MergeRequestLabelEvents: typeof CORE.MergeRequestLabelEvents;
|
|
220
|
+
type MergeRequestLabelEvents<C extends boolean = false> = CORE.MergeRequestLabelEvents<C>;
|
|
96
221
|
declare const MergeRequestMilestoneEvents: typeof CORE.MergeRequestMilestoneEvents;
|
|
97
|
-
|
|
98
|
-
declare const MergeRequestNotes: typeof CORE.MergeRequestNotes;
|
|
222
|
+
type MergeRequestMilestoneEvents<C extends boolean = false> = CORE.MergeRequestMilestoneEvents<C>;
|
|
99
223
|
declare const MergeRequestNoteAwardEmojis: typeof CORE.MergeRequestNoteAwardEmojis;
|
|
224
|
+
type MergeRequestNoteAwardEmojis<C extends boolean = false> = CORE.MergeRequestNoteAwardEmojis<C>;
|
|
225
|
+
declare const MergeRequestNotes: typeof CORE.MergeRequestNotes;
|
|
226
|
+
type MergeRequestNotes<C extends boolean = false> = CORE.MergeRequestNotes<C>;
|
|
100
227
|
declare const MergeRequests: typeof CORE.MergeRequests;
|
|
228
|
+
type MergeRequests<C extends boolean = false> = CORE.MergeRequests<C>;
|
|
101
229
|
declare const MergeTrains: typeof CORE.MergeTrains;
|
|
230
|
+
type MergeTrains<C extends boolean = false> = CORE.MergeTrains<C>;
|
|
231
|
+
declare const Metadata: typeof CORE.Metadata;
|
|
232
|
+
type Metadata<C extends boolean = false> = CORE.Metadata<C>;
|
|
233
|
+
declare const Migrations: typeof CORE.Migrations;
|
|
234
|
+
type Migrations<C extends boolean = false> = CORE.Migrations<C>;
|
|
235
|
+
declare const Namespaces: typeof CORE.Namespaces;
|
|
236
|
+
type Namespaces<C extends boolean = false> = CORE.Namespaces<C>;
|
|
237
|
+
declare const NotificationSettings: typeof CORE.NotificationSettings;
|
|
238
|
+
type NotificationSettings<C extends boolean = false> = CORE.NotificationSettings<C>;
|
|
239
|
+
declare const NPM: typeof CORE.NPM;
|
|
240
|
+
type NPM<C extends boolean = false> = CORE.NPM<C>;
|
|
241
|
+
declare const NuGet: typeof CORE.NuGet;
|
|
242
|
+
type NuGet<C extends boolean = false> = CORE.NuGet<C>;
|
|
102
243
|
declare const PackageRegistry: typeof CORE.PackageRegistry;
|
|
244
|
+
type PackageRegistry<C extends boolean = false> = CORE.PackageRegistry<C>;
|
|
103
245
|
declare const Packages: typeof CORE.Packages;
|
|
246
|
+
type Packages<C extends boolean = false> = CORE.Packages<C>;
|
|
104
247
|
declare const PagesDomains: typeof CORE.PagesDomains;
|
|
105
|
-
|
|
248
|
+
type PagesDomains<C extends boolean = false> = CORE.PagesDomains<C>;
|
|
249
|
+
declare const PersonalAccessTokens: typeof CORE.PersonalAccessTokens;
|
|
250
|
+
type PersonalAccessTokens<C extends boolean = false> = CORE.PersonalAccessTokens<C>;
|
|
106
251
|
declare const PipelineSchedules: typeof CORE.PipelineSchedules;
|
|
252
|
+
type PipelineSchedules<C extends boolean = false> = CORE.PipelineSchedules<C>;
|
|
107
253
|
declare const PipelineScheduleVariables: typeof CORE.PipelineScheduleVariables;
|
|
254
|
+
type PipelineScheduleVariables<C extends boolean = false> = CORE.PipelineScheduleVariables<C>;
|
|
255
|
+
declare const Pipelines: typeof CORE.Pipelines;
|
|
256
|
+
type Pipelines<C extends boolean = false> = CORE.Pipelines<C>;
|
|
108
257
|
declare const PipelineTriggerTokens: typeof CORE.PipelineTriggerTokens;
|
|
258
|
+
type PipelineTriggerTokens<C extends boolean = false> = CORE.PipelineTriggerTokens<C>;
|
|
109
259
|
declare const ProductAnalytics: typeof CORE.ProductAnalytics;
|
|
260
|
+
type ProductAnalytics<C extends boolean = false> = CORE.ProductAnalytics<C>;
|
|
110
261
|
declare const ProjectAccessRequests: typeof CORE.ProjectAccessRequests;
|
|
262
|
+
type ProjectAccessRequests<C extends boolean = false> = CORE.ProjectAccessRequests<C>;
|
|
111
263
|
declare const ProjectAccessTokens: typeof CORE.ProjectAccessTokens;
|
|
264
|
+
type ProjectAccessTokens<C extends boolean = false> = CORE.ProjectAccessTokens<C>;
|
|
112
265
|
declare const ProjectAliases: typeof CORE.ProjectAliases;
|
|
266
|
+
type ProjectAliases<C extends boolean = false> = CORE.ProjectAliases<C>;
|
|
113
267
|
declare const ProjectBadges: typeof CORE.ProjectBadges;
|
|
268
|
+
type ProjectBadges<C extends boolean = false> = CORE.ProjectBadges<C>;
|
|
114
269
|
declare const ProjectCustomAttributes: typeof CORE.ProjectCustomAttributes;
|
|
270
|
+
type ProjectCustomAttributes<C extends boolean = false> = CORE.ProjectCustomAttributes<C>;
|
|
115
271
|
declare const ProjectDORA4Metrics: typeof CORE.ProjectDORA4Metrics;
|
|
272
|
+
type ProjectDORA4Metrics<C extends boolean = false> = CORE.ProjectDORA4Metrics<C>;
|
|
116
273
|
declare const ProjectHooks: typeof CORE.ProjectHooks;
|
|
274
|
+
type ProjectHooks<C extends boolean = false> = CORE.ProjectHooks<C>;
|
|
117
275
|
declare const ProjectImportExports: typeof CORE.ProjectImportExports;
|
|
276
|
+
type ProjectImportExports<C extends boolean = false> = CORE.ProjectImportExports<C>;
|
|
118
277
|
declare const ProjectInvitations: typeof CORE.ProjectInvitations;
|
|
278
|
+
type ProjectInvitations<C extends boolean = false> = CORE.ProjectInvitations<C>;
|
|
119
279
|
declare const ProjectIssueBoards: typeof CORE.ProjectIssueBoards;
|
|
280
|
+
type ProjectIssueBoards<C extends boolean = false> = CORE.ProjectIssueBoards<C>;
|
|
120
281
|
declare const ProjectIterations: typeof CORE.ProjectIterations;
|
|
282
|
+
type ProjectIterations<C extends boolean = false> = CORE.ProjectIterations<C>;
|
|
121
283
|
declare const ProjectJobTokenScopes: typeof CORE.ProjectJobTokenScopes;
|
|
284
|
+
type ProjectJobTokenScopes<C extends boolean = false> = CORE.ProjectJobTokenScopes<C>;
|
|
122
285
|
declare const ProjectLabels: typeof CORE.ProjectLabels;
|
|
286
|
+
type ProjectLabels<C extends boolean = false> = CORE.ProjectLabels<C>;
|
|
123
287
|
declare const ProjectMarkdownUploads: typeof CORE.ProjectMarkdownUploads;
|
|
288
|
+
type ProjectMarkdownUploads<C extends boolean = false> = CORE.ProjectMarkdownUploads<C>;
|
|
124
289
|
declare const ProjectMembers: typeof CORE.ProjectMembers;
|
|
290
|
+
type ProjectMembers<C extends boolean = false> = CORE.ProjectMembers<C>;
|
|
125
291
|
declare const ProjectMilestones: typeof CORE.ProjectMilestones;
|
|
292
|
+
type ProjectMilestones<C extends boolean = false> = CORE.ProjectMilestones<C>;
|
|
126
293
|
declare const ProjectProtectedEnvironments: typeof CORE.ProjectProtectedEnvironments;
|
|
294
|
+
type ProjectProtectedEnvironments<C extends boolean = false> = CORE.ProjectProtectedEnvironments<C>;
|
|
127
295
|
declare const ProjectPushRules: typeof CORE.ProjectPushRules;
|
|
296
|
+
type ProjectPushRules<C extends boolean = false> = CORE.ProjectPushRules<C>;
|
|
128
297
|
declare const ProjectRelationsExport: typeof CORE.ProjectRelationsExport;
|
|
298
|
+
type ProjectRelationsExport<C extends boolean = false> = CORE.ProjectRelationsExport<C>;
|
|
129
299
|
declare const ProjectReleases: typeof CORE.ProjectReleases;
|
|
300
|
+
type ProjectReleases<C extends boolean = false> = CORE.ProjectReleases<C>;
|
|
130
301
|
declare const ProjectRemoteMirrors: typeof CORE.ProjectRemoteMirrors;
|
|
302
|
+
type ProjectRemoteMirrors<C extends boolean = false> = CORE.ProjectRemoteMirrors<C>;
|
|
131
303
|
declare const ProjectRepositoryStorageMoves: typeof CORE.ProjectRepositoryStorageMoves;
|
|
304
|
+
type ProjectRepositoryStorageMoves<C extends boolean = false> = CORE.ProjectRepositoryStorageMoves<C>;
|
|
132
305
|
declare const Projects: typeof CORE.Projects;
|
|
306
|
+
type Projects<C extends boolean = false> = CORE.Projects<C>;
|
|
133
307
|
declare const ProjectSnippetAwardEmojis: typeof CORE.ProjectSnippetAwardEmojis;
|
|
308
|
+
type ProjectSnippetAwardEmojis<C extends boolean = false> = CORE.ProjectSnippetAwardEmojis<C>;
|
|
134
309
|
declare const ProjectSnippetDiscussions: typeof CORE.ProjectSnippetDiscussions;
|
|
310
|
+
type ProjectSnippetDiscussions<C extends boolean = false> = CORE.ProjectSnippetDiscussions<C>;
|
|
135
311
|
declare const ProjectSnippetNotes: typeof CORE.ProjectSnippetNotes;
|
|
312
|
+
type ProjectSnippetNotes<C extends boolean = false> = CORE.ProjectSnippetNotes<C>;
|
|
136
313
|
declare const ProjectSnippets: typeof CORE.ProjectSnippets;
|
|
314
|
+
type ProjectSnippets<C extends boolean = false> = CORE.ProjectSnippets<C>;
|
|
137
315
|
declare const ProjectStatistics: typeof CORE.ProjectStatistics;
|
|
316
|
+
type ProjectStatistics<C extends boolean = false> = CORE.ProjectStatistics<C>;
|
|
138
317
|
declare const ProjectTemplates: typeof CORE.ProjectTemplates;
|
|
318
|
+
type ProjectTemplates<C extends boolean = false> = CORE.ProjectTemplates<C>;
|
|
139
319
|
declare const ProjectTerraformState: typeof CORE.ProjectTerraformState;
|
|
320
|
+
type ProjectTerraformState<C extends boolean = false> = CORE.ProjectTerraformState<C>;
|
|
140
321
|
declare const ProjectVariables: typeof CORE.ProjectVariables;
|
|
322
|
+
type ProjectVariables<C extends boolean = false> = CORE.ProjectVariables<C>;
|
|
141
323
|
declare const ProjectVulnerabilities: typeof CORE.ProjectVulnerabilities;
|
|
324
|
+
type ProjectVulnerabilities<C extends boolean = false> = CORE.ProjectVulnerabilities<C>;
|
|
142
325
|
declare const ProjectWikis: typeof CORE.ProjectWikis;
|
|
326
|
+
type ProjectWikis<C extends boolean = false> = CORE.ProjectWikis<C>;
|
|
143
327
|
declare const ProtectedBranches: typeof CORE.ProtectedBranches;
|
|
328
|
+
type ProtectedBranches<C extends boolean = false> = CORE.ProtectedBranches<C>;
|
|
144
329
|
declare const ProtectedTags: typeof CORE.ProtectedTags;
|
|
330
|
+
type ProtectedTags<C extends boolean = false> = CORE.ProtectedTags<C>;
|
|
331
|
+
declare const PyPI: typeof CORE.PyPI;
|
|
332
|
+
type PyPI<C extends boolean = false> = CORE.PyPI<C>;
|
|
145
333
|
declare const ReleaseLinks: typeof CORE.ReleaseLinks;
|
|
334
|
+
type ReleaseLinks<C extends boolean = false> = CORE.ReleaseLinks<C>;
|
|
146
335
|
declare const Repositories: typeof CORE.Repositories;
|
|
336
|
+
type Repositories<C extends boolean = false> = CORE.Repositories<C>;
|
|
147
337
|
declare const RepositoryFiles: typeof CORE.RepositoryFiles;
|
|
338
|
+
type RepositoryFiles<C extends boolean = false> = CORE.RepositoryFiles<C>;
|
|
148
339
|
declare const RepositorySubmodules: typeof CORE.RepositorySubmodules;
|
|
340
|
+
type RepositorySubmodules<C extends boolean = false> = CORE.RepositorySubmodules<C>;
|
|
149
341
|
declare const ResourceGroups: typeof CORE.ResourceGroups;
|
|
342
|
+
type ResourceGroups<C extends boolean = false> = CORE.ResourceGroups<C>;
|
|
343
|
+
declare const RubyGems: typeof CORE.RubyGems;
|
|
344
|
+
type RubyGems<C extends boolean = false> = CORE.RubyGems<C>;
|
|
150
345
|
declare const Runners: typeof CORE.Runners;
|
|
346
|
+
type Runners<C extends boolean = false> = CORE.Runners<C>;
|
|
347
|
+
declare const Search: typeof CORE.Search;
|
|
348
|
+
type Search<C extends boolean = false> = CORE.Search<C>;
|
|
349
|
+
declare const SearchAdmin: typeof CORE.SearchAdmin;
|
|
350
|
+
type SearchAdmin<C extends boolean = false> = CORE.SearchAdmin<C>;
|
|
151
351
|
declare const SecureFiles: typeof CORE.SecureFiles;
|
|
352
|
+
type SecureFiles<C extends boolean = false> = CORE.SecureFiles<C>;
|
|
353
|
+
declare const ServiceAccounts: typeof CORE.ServiceAccounts;
|
|
354
|
+
type ServiceAccounts<C extends boolean = false> = CORE.ServiceAccounts<C>;
|
|
355
|
+
declare const ServiceData: typeof CORE.ServiceData;
|
|
356
|
+
type ServiceData<C extends boolean = false> = CORE.ServiceData<C>;
|
|
357
|
+
declare const SidekiqMetrics: typeof CORE.SidekiqMetrics;
|
|
358
|
+
type SidekiqMetrics<C extends boolean = false> = CORE.SidekiqMetrics<C>;
|
|
359
|
+
declare const SidekiqQueues: typeof CORE.SidekiqQueues;
|
|
360
|
+
type SidekiqQueues<C extends boolean = false> = CORE.SidekiqQueues<C>;
|
|
361
|
+
declare const SnippetRepositoryStorageMoves: typeof CORE.SnippetRepositoryStorageMoves;
|
|
362
|
+
type SnippetRepositoryStorageMoves<C extends boolean = false> = CORE.SnippetRepositoryStorageMoves<C>;
|
|
363
|
+
declare const Snippets: typeof CORE.Snippets;
|
|
364
|
+
type Snippets<C extends boolean = false> = CORE.Snippets<C>;
|
|
365
|
+
declare const Suggestions: typeof CORE.Suggestions;
|
|
366
|
+
type Suggestions<C extends boolean = false> = CORE.Suggestions<C>;
|
|
367
|
+
declare const SystemHooks: typeof CORE.SystemHooks;
|
|
368
|
+
type SystemHooks<C extends boolean = false> = CORE.SystemHooks<C>;
|
|
152
369
|
declare const Tags: typeof CORE.Tags;
|
|
153
|
-
|
|
154
|
-
declare const
|
|
155
|
-
|
|
156
|
-
declare const
|
|
157
|
-
|
|
158
|
-
declare const EpicLinks: typeof CORE.EpicLinks;
|
|
159
|
-
declare const EpicNotes: typeof CORE.EpicNotes;
|
|
160
|
-
declare const Epics: typeof CORE.Epics;
|
|
161
|
-
declare const GroupAccessRequests: typeof CORE.GroupAccessRequests;
|
|
162
|
-
declare const GroupAccessTokens: typeof CORE.GroupAccessTokens;
|
|
163
|
-
declare const GroupActivityAnalytics: typeof CORE.GroupActivityAnalytics;
|
|
164
|
-
declare const GroupBadges: typeof CORE.GroupBadges;
|
|
165
|
-
declare const GroupCustomAttributes: typeof CORE.GroupCustomAttributes;
|
|
166
|
-
declare const GroupDORA4Metrics: typeof CORE.GroupDORA4Metrics;
|
|
167
|
-
declare const GroupEpicBoards: typeof CORE.GroupEpicBoards;
|
|
168
|
-
declare const GroupHooks: typeof CORE.GroupHooks;
|
|
169
|
-
declare const GroupImportExports: typeof CORE.GroupImportExports;
|
|
170
|
-
declare const GroupInvitations: typeof CORE.GroupInvitations;
|
|
171
|
-
declare const GroupIssueBoards: typeof CORE.GroupIssueBoards;
|
|
172
|
-
declare const GroupIterations: typeof CORE.GroupIterations;
|
|
173
|
-
declare const GroupLabels: typeof CORE.GroupLabels;
|
|
174
|
-
declare const GroupLDAPLinks: typeof CORE.GroupLDAPLinks;
|
|
175
|
-
declare const GroupMarkdownUploads: typeof CORE.GroupMarkdownUploads;
|
|
176
|
-
declare const GroupMembers: typeof CORE.GroupMembers;
|
|
177
|
-
declare const GroupMemberRoles: typeof CORE.GroupMemberRoles;
|
|
178
|
-
declare const GroupMilestones: typeof CORE.GroupMilestones;
|
|
179
|
-
declare const GroupProtectedEnvironments: typeof CORE.GroupProtectedEnvironments;
|
|
180
|
-
declare const GroupPushRules: typeof CORE.GroupPushRules;
|
|
181
|
-
declare const GroupRelationExports: typeof CORE.GroupRelationExports;
|
|
182
|
-
declare const GroupReleases: typeof CORE.GroupReleases;
|
|
183
|
-
declare const GroupRepositoryStorageMoves: typeof CORE.GroupRepositoryStorageMoves;
|
|
184
|
-
declare const Groups: typeof CORE.Groups;
|
|
185
|
-
declare const GroupSAMLIdentities: typeof CORE.GroupSAMLIdentities;
|
|
186
|
-
declare const GroupSAMLLinks: typeof CORE.GroupSAMLLinks;
|
|
187
|
-
declare const GroupSCIMIdentities: typeof CORE.GroupSCIMIdentities;
|
|
188
|
-
declare const GroupServiceAccounts: typeof CORE.GroupServiceAccounts;
|
|
189
|
-
declare const GroupVariables: typeof CORE.GroupVariables;
|
|
190
|
-
declare const GroupWikis: typeof CORE.GroupWikis;
|
|
191
|
-
declare const LinkedEpics: typeof CORE.LinkedEpics;
|
|
370
|
+
type Tags<C extends boolean = false> = CORE.Tags<C>;
|
|
371
|
+
declare const TodoLists: typeof CORE.TodoLists;
|
|
372
|
+
type TodoLists<C extends boolean = false> = CORE.TodoLists<C>;
|
|
373
|
+
declare const Topics: typeof CORE.Topics;
|
|
374
|
+
type Topics<C extends boolean = false> = CORE.Topics<C>;
|
|
192
375
|
declare const UserCustomAttributes: typeof CORE.UserCustomAttributes;
|
|
376
|
+
type UserCustomAttributes<C extends boolean = false> = CORE.UserCustomAttributes<C>;
|
|
193
377
|
declare const UserEmails: typeof CORE.UserEmails;
|
|
378
|
+
type UserEmails<C extends boolean = false> = CORE.UserEmails<C>;
|
|
194
379
|
declare const UserGPGKeys: typeof CORE.UserGPGKeys;
|
|
380
|
+
type UserGPGKeys<C extends boolean = false> = CORE.UserGPGKeys<C>;
|
|
195
381
|
declare const UserImpersonationTokens: typeof CORE.UserImpersonationTokens;
|
|
382
|
+
type UserImpersonationTokens<C extends boolean = false> = CORE.UserImpersonationTokens<C>;
|
|
196
383
|
declare const Users: typeof CORE.Users;
|
|
384
|
+
type Users<C extends boolean = false> = CORE.Users<C>;
|
|
197
385
|
declare const UserSSHKeys: typeof CORE.UserSSHKeys;
|
|
386
|
+
type UserSSHKeys<C extends boolean = false> = CORE.UserSSHKeys<C>;
|
|
387
|
+
declare const UserStarredMetricsDashboard: typeof CORE.UserStarredMetricsDashboard;
|
|
388
|
+
type UserStarredMetricsDashboard<C extends boolean = false> = CORE.UserStarredMetricsDashboard<C>;
|
|
198
389
|
declare const Gitlab: typeof CORE.Gitlab;
|
|
390
|
+
type Gitlab<C extends boolean = false> = CORE.Gitlab<C>;
|
|
199
391
|
|
|
200
392
|
export { AccessLevel, Agents, AlertManagement, ApplicationAppearance, ApplicationPlanLimits, ApplicationSettings, ApplicationStatistics, Applications, AuditEvents, Avatar, Branches, BroadcastMessages, CodeSuggestions, CommitDiscussions, Commits, Composer, Conan, ContainerRegistry, DashboardAnnotations, Debian, DependencyProxy, DeployKeys, DeployTokens, Deployments, DockerfileTemplates, Environments, EpicAwardEmojis, EpicDiscussions, EpicIssues, EpicLabelEvents, EpicLinks, EpicNotes, Epics, ErrorTrackingClientKeys, ErrorTrackingSettings, Events, Experiments, ExternalStatusChecks, FeatureFlagUserLists, FeatureFlags, FreezePeriods, GeoNodes, GeoSites, GitLabCIYMLTemplates, GitignoreTemplates, Gitlab, GitlabPages, GoProxy, GroupAccessRequests, GroupAccessTokens, GroupActivityAnalytics, GroupBadges, GroupCustomAttributes, GroupDORA4Metrics, GroupEpicBoards, GroupHooks, GroupImportExports, GroupInvitations, GroupIssueBoards, GroupIterations, GroupLDAPLinks, GroupLabels, GroupMarkdownUploads, GroupMemberRoles, GroupMembers, GroupMilestones, GroupProtectedEnvironments, GroupPushRules, GroupRelationExports, GroupReleases, GroupRepositoryStorageMoves, GroupSAMLIdentities, GroupSAMLLinks, GroupSCIMIdentities, GroupServiceAccounts, GroupVariables, GroupWikis, Groups, Helm, Import, InstanceLevelCICDVariables, Integrations, IssueAwardEmojis, IssueDiscussions, IssueIterationEvents, IssueLabelEvents, IssueLinks, IssueMilestoneEvents, IssueNoteAwardEmojis, IssueNotes, IssueStateEvents, IssueWeightEvents, Issues, IssuesStatistics, JobArtifacts, Jobs, Keys, License, LicenseTemplates, LinkedEpics, Lint, Markdown, Maven, MergeRequestApprovals, MergeRequestAwardEmojis, MergeRequestContextCommits, MergeRequestDiscussions, MergeRequestDraftNotes, MergeRequestLabelEvents, MergeRequestMilestoneEvents, MergeRequestNoteAwardEmojis, MergeRequestNotes, MergeRequests, MergeTrains, Metadata, Migrations, NPM, Namespaces, NotificationSettings, NuGet, PackageRegistry, Packages, PagesDomains, PersonalAccessTokens, PipelineScheduleVariables, PipelineSchedules, PipelineTriggerTokens, Pipelines, ProductAnalytics, ProjectAccessRequests, ProjectAccessTokens, ProjectAliases, ProjectBadges, ProjectCustomAttributes, ProjectDORA4Metrics, ProjectHooks, ProjectImportExports, ProjectInvitations, ProjectIssueBoards, ProjectIterations, ProjectJobTokenScopes, ProjectLabels, ProjectMarkdownUploads, ProjectMembers, ProjectMilestones, ProjectProtectedEnvironments, ProjectPushRules, ProjectRelationsExport, ProjectReleases, ProjectRemoteMirrors, ProjectRepositoryStorageMoves, ProjectSnippetAwardEmojis, ProjectSnippetDiscussions, ProjectSnippetNotes, ProjectSnippets, ProjectStatistics, ProjectTemplates, ProjectTerraformState, ProjectVariables, ProjectVulnerabilities, ProjectWikis, Projects, ProtectedBranches, ProtectedTags, PyPI, ReleaseLinks, Repositories, RepositoryFiles, RepositorySubmodules, ResourceGroups, RubyGems, Runners, Search, SearchAdmin, SecureFiles, ServiceAccounts, ServiceData, SidekiqMetrics, SidekiqQueues, SnippetRepositoryStorageMoves, Snippets, Suggestions, SystemHooks, Tags, TodoLists, Topics, UserCustomAttributes, UserEmails, UserGPGKeys, UserImpersonationTokens, UserSSHKeys, UserStarredMetricsDashboard, Users };
|