@gitbeaker/rest 39.27.1 → 39.28.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/README.md +3 -23
- package/dist/index.d.mts +191 -190
- package/dist/index.d.ts +191 -190
- package/dist/index.js +6 -3
- package/dist/index.mjs +4 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -21,24 +21,7 @@
|
|
|
21
21
|
<a href="https://wearecws.com/">
|
|
22
22
|
<img src="https://wearecws.com/images/brand/cws-logo.svg" width="210">
|
|
23
23
|
</a>
|
|
24
|
-
|
|
25
|
-
<br>
|
|
26
|
-
<br>
|
|
27
|
-
<br>
|
|
28
|
-
|
|
29
|
-
<a href="https://axolo.co/gitlab-slack-integration/?ref=gitbeaker">
|
|
30
|
-
<div>
|
|
31
|
-
<img src="https://apichaos.s3.eu-west-3.amazonaws.com/logo_axolo.png" width="210" alt="Axolo Logo"/>
|
|
32
|
-
<br>
|
|
33
|
-
<br>
|
|
34
|
-
</div>
|
|
35
|
-
<b>Review merge requests in Slack to merge code faster</b>
|
|
36
|
-
<div>
|
|
37
|
-
<sub>Improve your code review process by creating an ephemeral channel per merge request.</sub>
|
|
38
|
-
<br>
|
|
39
|
-
</div>
|
|
40
|
-
</a>
|
|
41
|
-
|
|
24
|
+
|
|
42
25
|
<br>
|
|
43
26
|
<hr>
|
|
44
27
|
</div>
|
|
@@ -49,9 +32,6 @@
|
|
|
49
32
|
<a href="https://codeclimate.com/github/jdalrymple/gitbeaker">
|
|
50
33
|
<img src="https://codeclimate.com/github/jdalrymple/gitbeaker/badges/gpa.svg" alt="Code Climate maintainability">
|
|
51
34
|
</a>
|
|
52
|
-
<a href="https://img.shields.io/librariesio/release/npm/@gitbeaker/rest">
|
|
53
|
-
<img src="https://img.shields.io/librariesio/release/npm/@gitbeaker/rest" alt="Dependency Status" />
|
|
54
|
-
</a>
|
|
55
35
|
<a href="https://github.com/intuit/auto">
|
|
56
36
|
<img src="https://img.shields.io/badge/release-auto.svg?colorA=888888&colorB=9B065A&label=auto" alt="Auto">
|
|
57
37
|
</a>
|
|
@@ -62,8 +42,8 @@
|
|
|
62
42
|
<a href="LICENSE.md">
|
|
63
43
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence: MIT">
|
|
64
44
|
</a>
|
|
65
|
-
<a href="https://packagephobia.
|
|
66
|
-
<img src="https://packagephobia.
|
|
45
|
+
<a href="https://packagephobia.com/result?p=@gitbeaker/rest">
|
|
46
|
+
<img src="https://packagephobia.com/badge?p=@gitbeaker/rest" alt="Install Size: Rest">
|
|
67
47
|
</a>
|
|
68
48
|
</p>
|
|
69
49
|
|
package/dist/index.d.mts
CHANGED
|
@@ -1,193 +1,194 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as CORE from '@gitbeaker/core';
|
|
2
2
|
export * from '@gitbeaker/core';
|
|
3
3
|
|
|
4
|
-
declare const
|
|
5
|
-
declare const
|
|
6
|
-
declare const
|
|
7
|
-
declare const
|
|
8
|
-
declare const
|
|
9
|
-
declare const
|
|
10
|
-
declare const
|
|
11
|
-
declare const
|
|
12
|
-
declare const
|
|
13
|
-
declare const
|
|
14
|
-
declare const
|
|
15
|
-
declare const
|
|
16
|
-
declare const
|
|
17
|
-
declare const
|
|
18
|
-
declare const
|
|
19
|
-
declare const
|
|
20
|
-
declare const
|
|
21
|
-
declare const
|
|
22
|
-
declare const
|
|
23
|
-
declare const
|
|
24
|
-
declare const
|
|
25
|
-
declare const
|
|
26
|
-
declare const
|
|
27
|
-
declare const
|
|
28
|
-
declare const
|
|
29
|
-
declare const
|
|
30
|
-
declare const
|
|
31
|
-
declare const
|
|
32
|
-
declare const
|
|
33
|
-
declare const
|
|
34
|
-
declare const
|
|
35
|
-
declare const
|
|
36
|
-
declare const
|
|
37
|
-
declare const
|
|
38
|
-
declare const
|
|
39
|
-
declare const
|
|
40
|
-
declare const
|
|
41
|
-
declare const
|
|
42
|
-
declare const
|
|
43
|
-
declare const
|
|
44
|
-
declare const
|
|
45
|
-
declare const
|
|
46
|
-
declare const
|
|
47
|
-
declare const
|
|
48
|
-
declare const
|
|
49
|
-
declare const
|
|
50
|
-
declare const
|
|
51
|
-
declare const
|
|
52
|
-
declare const
|
|
53
|
-
declare const
|
|
54
|
-
declare const
|
|
55
|
-
declare const
|
|
56
|
-
declare const
|
|
57
|
-
declare const
|
|
58
|
-
declare const
|
|
59
|
-
declare const
|
|
60
|
-
declare const
|
|
61
|
-
declare const
|
|
62
|
-
declare const
|
|
63
|
-
declare const
|
|
64
|
-
declare const
|
|
65
|
-
declare const
|
|
66
|
-
declare const
|
|
67
|
-
declare const
|
|
68
|
-
declare const
|
|
69
|
-
declare const
|
|
70
|
-
declare const
|
|
71
|
-
declare const
|
|
72
|
-
declare const
|
|
73
|
-
declare const
|
|
74
|
-
declare const
|
|
75
|
-
declare const
|
|
76
|
-
declare const
|
|
77
|
-
declare const
|
|
78
|
-
declare const
|
|
79
|
-
declare const
|
|
80
|
-
declare const
|
|
81
|
-
declare const
|
|
82
|
-
declare const
|
|
83
|
-
declare const
|
|
84
|
-
declare const
|
|
85
|
-
declare const
|
|
86
|
-
declare const
|
|
87
|
-
declare const
|
|
88
|
-
declare const
|
|
89
|
-
declare const
|
|
90
|
-
declare const
|
|
91
|
-
declare const
|
|
92
|
-
declare const
|
|
93
|
-
declare const
|
|
94
|
-
declare const
|
|
95
|
-
declare const
|
|
96
|
-
declare const
|
|
97
|
-
declare const
|
|
98
|
-
declare const
|
|
99
|
-
declare const
|
|
100
|
-
declare const
|
|
101
|
-
declare const
|
|
102
|
-
declare const
|
|
103
|
-
declare const
|
|
104
|
-
declare const
|
|
105
|
-
declare const
|
|
106
|
-
declare const
|
|
107
|
-
declare const
|
|
108
|
-
declare const
|
|
109
|
-
declare const
|
|
110
|
-
declare const
|
|
111
|
-
declare const
|
|
112
|
-
declare const
|
|
113
|
-
declare const
|
|
114
|
-
declare const
|
|
115
|
-
declare const
|
|
116
|
-
declare const
|
|
117
|
-
declare const
|
|
118
|
-
declare const
|
|
119
|
-
declare const
|
|
120
|
-
declare const
|
|
121
|
-
declare const
|
|
122
|
-
declare const
|
|
123
|
-
declare const
|
|
124
|
-
declare const
|
|
125
|
-
declare const
|
|
126
|
-
declare const
|
|
127
|
-
declare const
|
|
128
|
-
declare const
|
|
129
|
-
declare const
|
|
130
|
-
declare const
|
|
131
|
-
declare const
|
|
132
|
-
declare const
|
|
133
|
-
declare const
|
|
134
|
-
declare const
|
|
135
|
-
declare const
|
|
136
|
-
declare const
|
|
137
|
-
declare const
|
|
138
|
-
declare const
|
|
139
|
-
declare const
|
|
140
|
-
declare const
|
|
141
|
-
declare const
|
|
142
|
-
declare const
|
|
143
|
-
declare const
|
|
144
|
-
declare const
|
|
145
|
-
declare const
|
|
146
|
-
declare const
|
|
147
|
-
declare const
|
|
148
|
-
declare const
|
|
149
|
-
declare const
|
|
150
|
-
declare const
|
|
151
|
-
declare const
|
|
152
|
-
declare const
|
|
153
|
-
declare const
|
|
154
|
-
declare const
|
|
155
|
-
declare const
|
|
156
|
-
declare const
|
|
157
|
-
declare const
|
|
158
|
-
declare const
|
|
159
|
-
declare const
|
|
160
|
-
declare const
|
|
161
|
-
declare const
|
|
162
|
-
declare const
|
|
163
|
-
declare const
|
|
164
|
-
declare const
|
|
165
|
-
declare const
|
|
166
|
-
declare const
|
|
167
|
-
declare const
|
|
168
|
-
declare const
|
|
169
|
-
declare const
|
|
170
|
-
declare const
|
|
171
|
-
declare const
|
|
172
|
-
declare const
|
|
173
|
-
declare const
|
|
174
|
-
declare const
|
|
175
|
-
declare const
|
|
176
|
-
declare const
|
|
177
|
-
declare const
|
|
178
|
-
declare const
|
|
179
|
-
declare const
|
|
180
|
-
declare const
|
|
181
|
-
declare const
|
|
182
|
-
declare const
|
|
183
|
-
declare const
|
|
184
|
-
declare const
|
|
185
|
-
declare const
|
|
186
|
-
declare const
|
|
187
|
-
declare const
|
|
188
|
-
declare const
|
|
189
|
-
declare const
|
|
190
|
-
declare const
|
|
191
|
-
declare const
|
|
4
|
+
declare const AccessLevel: typeof CORE.AccessLevel;
|
|
5
|
+
declare const Agents: typeof CORE.Agents;
|
|
6
|
+
declare const AlertManagement: typeof CORE.AlertManagement;
|
|
7
|
+
declare const ApplicationAppearance: typeof CORE.ApplicationAppearance;
|
|
8
|
+
declare const ApplicationPlanLimits: typeof CORE.ApplicationPlanLimits;
|
|
9
|
+
declare const Applications: typeof CORE.Applications;
|
|
10
|
+
declare const ApplicationSettings: typeof CORE.ApplicationSettings;
|
|
11
|
+
declare const ApplicationStatistics: typeof CORE.ApplicationStatistics;
|
|
12
|
+
declare const AuditEvents: typeof CORE.AuditEvents;
|
|
13
|
+
declare const Avatar: typeof CORE.Avatar;
|
|
14
|
+
declare const BroadcastMessages: typeof CORE.BroadcastMessages;
|
|
15
|
+
declare const CodeSuggestions: typeof CORE.CodeSuggestions;
|
|
16
|
+
declare const Composer: typeof CORE.Composer;
|
|
17
|
+
declare const Conan: typeof CORE.Conan;
|
|
18
|
+
declare const DashboardAnnotations: typeof CORE.DashboardAnnotations;
|
|
19
|
+
declare const Debian: typeof CORE.Debian;
|
|
20
|
+
declare const DependencyProxy: typeof CORE.DependencyProxy;
|
|
21
|
+
declare const DeployKeys: typeof CORE.DeployKeys;
|
|
22
|
+
declare const DeployTokens: typeof CORE.DeployTokens;
|
|
23
|
+
declare const DockerfileTemplates: typeof CORE.DockerfileTemplates;
|
|
24
|
+
declare const Events: typeof CORE.Events;
|
|
25
|
+
declare const Experiments: typeof CORE.Experiments;
|
|
26
|
+
declare const GeoNodes: typeof CORE.GeoNodes;
|
|
27
|
+
declare const GeoSites: typeof CORE.GeoSites;
|
|
28
|
+
declare const GitignoreTemplates: typeof CORE.GitignoreTemplates;
|
|
29
|
+
declare const GitLabCIYMLTemplates: typeof CORE.GitLabCIYMLTemplates;
|
|
30
|
+
declare const Import: typeof CORE.Import;
|
|
31
|
+
declare const InstanceLevelCICDVariables: typeof CORE.InstanceLevelCICDVariables;
|
|
32
|
+
declare const Keys: typeof CORE.Keys;
|
|
33
|
+
declare const License: typeof CORE.License;
|
|
34
|
+
declare const LicenseTemplates: typeof CORE.LicenseTemplates;
|
|
35
|
+
declare const Lint: typeof CORE.Lint;
|
|
36
|
+
declare const Markdown: typeof CORE.Markdown;
|
|
37
|
+
declare const Maven: typeof CORE.Maven;
|
|
38
|
+
declare const Metadata: typeof CORE.Metadata;
|
|
39
|
+
declare const Migrations: typeof CORE.Migrations;
|
|
40
|
+
declare const Namespaces: typeof CORE.Namespaces;
|
|
41
|
+
declare const NotificationSettings: typeof CORE.NotificationSettings;
|
|
42
|
+
declare const NPM: typeof CORE.NPM;
|
|
43
|
+
declare const NuGet: typeof CORE.NuGet;
|
|
44
|
+
declare const PersonalAccessTokens: typeof CORE.PersonalAccessTokens;
|
|
45
|
+
declare const PyPI: typeof CORE.PyPI;
|
|
46
|
+
declare const RubyGems: typeof CORE.RubyGems;
|
|
47
|
+
declare const Search: typeof CORE.Search;
|
|
48
|
+
declare const SearchAdmin: typeof CORE.SearchAdmin;
|
|
49
|
+
declare const ServiceAccounts: typeof CORE.ServiceAccounts;
|
|
50
|
+
declare const ServiceData: typeof CORE.ServiceData;
|
|
51
|
+
declare const SidekiqMetrics: typeof CORE.SidekiqMetrics;
|
|
52
|
+
declare const SidekiqQueues: typeof CORE.SidekiqQueues;
|
|
53
|
+
declare const SnippetRepositoryStorageMoves: typeof CORE.SnippetRepositoryStorageMoves;
|
|
54
|
+
declare const Snippets: typeof CORE.Snippets;
|
|
55
|
+
declare const Suggestions: typeof CORE.Suggestions;
|
|
56
|
+
declare const SystemHooks: typeof CORE.SystemHooks;
|
|
57
|
+
declare const TodoLists: typeof CORE.TodoLists;
|
|
58
|
+
declare const Topics: typeof CORE.Topics;
|
|
59
|
+
declare const Branches: typeof CORE.Branches;
|
|
60
|
+
declare const CommitDiscussions: typeof CORE.CommitDiscussions;
|
|
61
|
+
declare const Commits: typeof CORE.Commits;
|
|
62
|
+
declare const ContainerRegistry: typeof CORE.ContainerRegistry;
|
|
63
|
+
declare const Deployments: typeof CORE.Deployments;
|
|
64
|
+
declare const Environments: typeof CORE.Environments;
|
|
65
|
+
declare const ErrorTrackingClientKeys: typeof CORE.ErrorTrackingClientKeys;
|
|
66
|
+
declare const ErrorTrackingSettings: typeof CORE.ErrorTrackingSettings;
|
|
67
|
+
declare const ExternalStatusChecks: typeof CORE.ExternalStatusChecks;
|
|
68
|
+
declare const FeatureFlags: typeof CORE.FeatureFlags;
|
|
69
|
+
declare const FeatureFlagUserLists: typeof CORE.FeatureFlagUserLists;
|
|
70
|
+
declare const FreezePeriods: typeof CORE.FreezePeriods;
|
|
71
|
+
declare const GitlabPages: typeof CORE.GitlabPages;
|
|
72
|
+
declare const GoProxy: typeof CORE.GoProxy;
|
|
73
|
+
declare const Helm: typeof CORE.Helm;
|
|
74
|
+
declare const Integrations: typeof CORE.Integrations;
|
|
75
|
+
declare const IssueAwardEmojis: typeof CORE.IssueAwardEmojis;
|
|
76
|
+
declare const IssueDiscussions: typeof CORE.IssueDiscussions;
|
|
77
|
+
declare const IssueIterationEvents: typeof CORE.IssueIterationEvents;
|
|
78
|
+
declare const IssueLabelEvents: typeof CORE.IssueLabelEvents;
|
|
79
|
+
declare const IssueLinks: typeof CORE.IssueLinks;
|
|
80
|
+
declare const IssueMilestoneEvents: typeof CORE.IssueMilestoneEvents;
|
|
81
|
+
declare const IssueNoteAwardEmojis: typeof CORE.IssueNoteAwardEmojis;
|
|
82
|
+
declare const IssueNotes: typeof CORE.IssueNotes;
|
|
83
|
+
declare const Issues: typeof CORE.Issues;
|
|
84
|
+
declare const IssuesStatistics: typeof CORE.IssuesStatistics;
|
|
85
|
+
declare const IssueStateEvents: typeof CORE.IssueStateEvents;
|
|
86
|
+
declare const IssueWeightEvents: typeof CORE.IssueWeightEvents;
|
|
87
|
+
declare const JobArtifacts: typeof CORE.JobArtifacts;
|
|
88
|
+
declare const Jobs: typeof CORE.Jobs;
|
|
89
|
+
declare const MergeRequestApprovals: typeof CORE.MergeRequestApprovals;
|
|
90
|
+
declare const MergeRequestAwardEmojis: typeof CORE.MergeRequestAwardEmojis;
|
|
91
|
+
declare const MergeRequestContextCommits: typeof CORE.MergeRequestContextCommits;
|
|
92
|
+
declare const MergeRequestDiscussions: typeof CORE.MergeRequestDiscussions;
|
|
93
|
+
declare const MergeRequestLabelEvents: typeof CORE.MergeRequestLabelEvents;
|
|
94
|
+
declare const MergeRequestMilestoneEvents: typeof CORE.MergeRequestMilestoneEvents;
|
|
95
|
+
declare const MergeRequestDraftNotes: typeof CORE.MergeRequestDraftNotes;
|
|
96
|
+
declare const MergeRequestNotes: typeof CORE.MergeRequestNotes;
|
|
97
|
+
declare const MergeRequestNoteAwardEmojis: typeof CORE.MergeRequestNoteAwardEmojis;
|
|
98
|
+
declare const MergeRequests: typeof CORE.MergeRequests;
|
|
99
|
+
declare const MergeTrains: typeof CORE.MergeTrains;
|
|
100
|
+
declare const PackageRegistry: typeof CORE.PackageRegistry;
|
|
101
|
+
declare const Packages: typeof CORE.Packages;
|
|
102
|
+
declare const PagesDomains: typeof CORE.PagesDomains;
|
|
103
|
+
declare const Pipelines: typeof CORE.Pipelines;
|
|
104
|
+
declare const PipelineSchedules: typeof CORE.PipelineSchedules;
|
|
105
|
+
declare const PipelineScheduleVariables: typeof CORE.PipelineScheduleVariables;
|
|
106
|
+
declare const PipelineTriggerTokens: typeof CORE.PipelineTriggerTokens;
|
|
107
|
+
declare const ProductAnalytics: typeof CORE.ProductAnalytics;
|
|
108
|
+
declare const ProjectAccessRequests: typeof CORE.ProjectAccessRequests;
|
|
109
|
+
declare const ProjectAccessTokens: typeof CORE.ProjectAccessTokens;
|
|
110
|
+
declare const ProjectAliases: typeof CORE.ProjectAliases;
|
|
111
|
+
declare const ProjectBadges: typeof CORE.ProjectBadges;
|
|
112
|
+
declare const ProjectCustomAttributes: typeof CORE.ProjectCustomAttributes;
|
|
113
|
+
declare const ProjectDORA4Metrics: typeof CORE.ProjectDORA4Metrics;
|
|
114
|
+
declare const ProjectHooks: typeof CORE.ProjectHooks;
|
|
115
|
+
declare const ProjectImportExports: typeof CORE.ProjectImportExports;
|
|
116
|
+
declare const ProjectInvitations: typeof CORE.ProjectInvitations;
|
|
117
|
+
declare const ProjectIssueBoards: typeof CORE.ProjectIssueBoards;
|
|
118
|
+
declare const ProjectIterations: typeof CORE.ProjectIterations;
|
|
119
|
+
declare const ProjectLabels: typeof CORE.ProjectLabels;
|
|
120
|
+
declare const ProjectMembers: typeof CORE.ProjectMembers;
|
|
121
|
+
declare const ProjectMilestones: typeof CORE.ProjectMilestones;
|
|
122
|
+
declare const ProjectProtectedEnvironments: typeof CORE.ProjectProtectedEnvironments;
|
|
123
|
+
declare const ProjectPushRules: typeof CORE.ProjectPushRules;
|
|
124
|
+
declare const ProjectRelationsExport: typeof CORE.ProjectRelationsExport;
|
|
125
|
+
declare const ProjectReleases: typeof CORE.ProjectReleases;
|
|
126
|
+
declare const ProjectRemoteMirrors: typeof CORE.ProjectRemoteMirrors;
|
|
127
|
+
declare const ProjectRepositoryStorageMoves: typeof CORE.ProjectRepositoryStorageMoves;
|
|
128
|
+
declare const Projects: typeof CORE.Projects;
|
|
129
|
+
declare const ProjectSnippetAwardEmojis: typeof CORE.ProjectSnippetAwardEmojis;
|
|
130
|
+
declare const ProjectSnippetDiscussions: typeof CORE.ProjectSnippetDiscussions;
|
|
131
|
+
declare const ProjectSnippetNotes: typeof CORE.ProjectSnippetNotes;
|
|
132
|
+
declare const ProjectSnippets: typeof CORE.ProjectSnippets;
|
|
133
|
+
declare const ProjectStatistics: typeof CORE.ProjectStatistics;
|
|
134
|
+
declare const ProjectTemplates: typeof CORE.ProjectTemplates;
|
|
135
|
+
declare const ProjectVariables: typeof CORE.ProjectVariables;
|
|
136
|
+
declare const ProjectVulnerabilities: typeof CORE.ProjectVulnerabilities;
|
|
137
|
+
declare const ProjectWikis: typeof CORE.ProjectWikis;
|
|
138
|
+
declare const ProtectedBranches: typeof CORE.ProtectedBranches;
|
|
139
|
+
declare const ProtectedTags: typeof CORE.ProtectedTags;
|
|
140
|
+
declare const ReleaseLinks: typeof CORE.ReleaseLinks;
|
|
141
|
+
declare const Repositories: typeof CORE.Repositories;
|
|
142
|
+
declare const RepositoryFiles: typeof CORE.RepositoryFiles;
|
|
143
|
+
declare const RepositorySubmodules: typeof CORE.RepositorySubmodules;
|
|
144
|
+
declare const ResourceGroups: typeof CORE.ResourceGroups;
|
|
145
|
+
declare const Runners: typeof CORE.Runners;
|
|
146
|
+
declare const SecureFiles: typeof CORE.SecureFiles;
|
|
147
|
+
declare const Tags: typeof CORE.Tags;
|
|
148
|
+
declare const UserStarredMetricsDashboard: typeof CORE.UserStarredMetricsDashboard;
|
|
149
|
+
declare const EpicAwardEmojis: typeof CORE.EpicAwardEmojis;
|
|
150
|
+
declare const EpicDiscussions: typeof CORE.EpicDiscussions;
|
|
151
|
+
declare const EpicIssues: typeof CORE.EpicIssues;
|
|
152
|
+
declare const EpicLabelEvents: typeof CORE.EpicLabelEvents;
|
|
153
|
+
declare const EpicLinks: typeof CORE.EpicLinks;
|
|
154
|
+
declare const EpicNotes: typeof CORE.EpicNotes;
|
|
155
|
+
declare const Epics: typeof CORE.Epics;
|
|
156
|
+
declare const GroupAccessRequests: typeof CORE.GroupAccessRequests;
|
|
157
|
+
declare const GroupAccessTokens: typeof CORE.GroupAccessTokens;
|
|
158
|
+
declare const GroupActivityAnalytics: typeof CORE.GroupActivityAnalytics;
|
|
159
|
+
declare const GroupBadges: typeof CORE.GroupBadges;
|
|
160
|
+
declare const GroupCustomAttributes: typeof CORE.GroupCustomAttributes;
|
|
161
|
+
declare const GroupDORA4Metrics: typeof CORE.GroupDORA4Metrics;
|
|
162
|
+
declare const GroupEpicBoards: typeof CORE.GroupEpicBoards;
|
|
163
|
+
declare const GroupHooks: typeof CORE.GroupHooks;
|
|
164
|
+
declare const GroupImportExports: typeof CORE.GroupImportExports;
|
|
165
|
+
declare const GroupInvitations: typeof CORE.GroupInvitations;
|
|
166
|
+
declare const GroupIssueBoards: typeof CORE.GroupIssueBoards;
|
|
167
|
+
declare const GroupIterations: typeof CORE.GroupIterations;
|
|
168
|
+
declare const GroupLabels: typeof CORE.GroupLabels;
|
|
169
|
+
declare const GroupLDAPLinks: typeof CORE.GroupLDAPLinks;
|
|
170
|
+
declare const GroupMembers: typeof CORE.GroupMembers;
|
|
171
|
+
declare const GroupMemberRoles: typeof CORE.GroupMemberRoles;
|
|
172
|
+
declare const GroupMilestones: typeof CORE.GroupMilestones;
|
|
173
|
+
declare const GroupProtectedEnvironments: typeof CORE.GroupProtectedEnvironments;
|
|
174
|
+
declare const GroupPushRules: typeof CORE.GroupPushRules;
|
|
175
|
+
declare const GroupRelationExports: typeof CORE.GroupRelationExports;
|
|
176
|
+
declare const GroupReleases: typeof CORE.GroupReleases;
|
|
177
|
+
declare const GroupRepositoryStorageMoves: typeof CORE.GroupRepositoryStorageMoves;
|
|
178
|
+
declare const Groups: typeof CORE.Groups;
|
|
179
|
+
declare const GroupSAMLIdentities: typeof CORE.GroupSAMLIdentities;
|
|
180
|
+
declare const GroupSAMLLinks: typeof CORE.GroupSAMLLinks;
|
|
181
|
+
declare const GroupSCIMIdentities: typeof CORE.GroupSCIMIdentities;
|
|
182
|
+
declare const GroupServiceAccounts: typeof CORE.GroupServiceAccounts;
|
|
183
|
+
declare const GroupVariables: typeof CORE.GroupVariables;
|
|
184
|
+
declare const GroupWikis: typeof CORE.GroupWikis;
|
|
185
|
+
declare const LinkedEpics: typeof CORE.LinkedEpics;
|
|
186
|
+
declare const UserCustomAttributes: typeof CORE.UserCustomAttributes;
|
|
187
|
+
declare const UserEmails: typeof CORE.UserEmails;
|
|
188
|
+
declare const UserGPGKeys: typeof CORE.UserGPGKeys;
|
|
189
|
+
declare const UserImpersonationTokens: typeof CORE.UserImpersonationTokens;
|
|
190
|
+
declare const Users: typeof CORE.Users;
|
|
191
|
+
declare const UserSSHKeys: typeof CORE.UserSSHKeys;
|
|
192
|
+
declare const Gitlab: typeof CORE.Gitlab;
|
|
192
193
|
|
|
193
|
-
export { 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, 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, ProjectLabels, ProjectMembers, ProjectMilestones, ProjectProtectedEnvironments, ProjectPushRules, ProjectRelationsExport, ProjectReleases, ProjectRemoteMirrors, ProjectRepositoryStorageMoves, ProjectSnippetAwardEmojis, ProjectSnippetDiscussions, ProjectSnippetNotes, ProjectSnippets, ProjectStatistics, ProjectTemplates, 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 };
|
|
194
|
+
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, 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, ProjectLabels, ProjectMembers, ProjectMilestones, ProjectProtectedEnvironments, ProjectPushRules, ProjectRelationsExport, ProjectReleases, ProjectRemoteMirrors, ProjectRepositoryStorageMoves, ProjectSnippetAwardEmojis, ProjectSnippetDiscussions, ProjectSnippetNotes, ProjectSnippets, ProjectStatistics, ProjectTemplates, 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 };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,193 +1,194 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as CORE from '@gitbeaker/core';
|
|
2
2
|
export * from '@gitbeaker/core';
|
|
3
3
|
|
|
4
|
-
declare const
|
|
5
|
-
declare const
|
|
6
|
-
declare const
|
|
7
|
-
declare const
|
|
8
|
-
declare const
|
|
9
|
-
declare const
|
|
10
|
-
declare const
|
|
11
|
-
declare const
|
|
12
|
-
declare const
|
|
13
|
-
declare const
|
|
14
|
-
declare const
|
|
15
|
-
declare const
|
|
16
|
-
declare const
|
|
17
|
-
declare const
|
|
18
|
-
declare const
|
|
19
|
-
declare const
|
|
20
|
-
declare const
|
|
21
|
-
declare const
|
|
22
|
-
declare const
|
|
23
|
-
declare const
|
|
24
|
-
declare const
|
|
25
|
-
declare const
|
|
26
|
-
declare const
|
|
27
|
-
declare const
|
|
28
|
-
declare const
|
|
29
|
-
declare const
|
|
30
|
-
declare const
|
|
31
|
-
declare const
|
|
32
|
-
declare const
|
|
33
|
-
declare const
|
|
34
|
-
declare const
|
|
35
|
-
declare const
|
|
36
|
-
declare const
|
|
37
|
-
declare const
|
|
38
|
-
declare const
|
|
39
|
-
declare const
|
|
40
|
-
declare const
|
|
41
|
-
declare const
|
|
42
|
-
declare const
|
|
43
|
-
declare const
|
|
44
|
-
declare const
|
|
45
|
-
declare const
|
|
46
|
-
declare const
|
|
47
|
-
declare const
|
|
48
|
-
declare const
|
|
49
|
-
declare const
|
|
50
|
-
declare const
|
|
51
|
-
declare const
|
|
52
|
-
declare const
|
|
53
|
-
declare const
|
|
54
|
-
declare const
|
|
55
|
-
declare const
|
|
56
|
-
declare const
|
|
57
|
-
declare const
|
|
58
|
-
declare const
|
|
59
|
-
declare const
|
|
60
|
-
declare const
|
|
61
|
-
declare const
|
|
62
|
-
declare const
|
|
63
|
-
declare const
|
|
64
|
-
declare const
|
|
65
|
-
declare const
|
|
66
|
-
declare const
|
|
67
|
-
declare const
|
|
68
|
-
declare const
|
|
69
|
-
declare const
|
|
70
|
-
declare const
|
|
71
|
-
declare const
|
|
72
|
-
declare const
|
|
73
|
-
declare const
|
|
74
|
-
declare const
|
|
75
|
-
declare const
|
|
76
|
-
declare const
|
|
77
|
-
declare const
|
|
78
|
-
declare const
|
|
79
|
-
declare const
|
|
80
|
-
declare const
|
|
81
|
-
declare const
|
|
82
|
-
declare const
|
|
83
|
-
declare const
|
|
84
|
-
declare const
|
|
85
|
-
declare const
|
|
86
|
-
declare const
|
|
87
|
-
declare const
|
|
88
|
-
declare const
|
|
89
|
-
declare const
|
|
90
|
-
declare const
|
|
91
|
-
declare const
|
|
92
|
-
declare const
|
|
93
|
-
declare const
|
|
94
|
-
declare const
|
|
95
|
-
declare const
|
|
96
|
-
declare const
|
|
97
|
-
declare const
|
|
98
|
-
declare const
|
|
99
|
-
declare const
|
|
100
|
-
declare const
|
|
101
|
-
declare const
|
|
102
|
-
declare const
|
|
103
|
-
declare const
|
|
104
|
-
declare const
|
|
105
|
-
declare const
|
|
106
|
-
declare const
|
|
107
|
-
declare const
|
|
108
|
-
declare const
|
|
109
|
-
declare const
|
|
110
|
-
declare const
|
|
111
|
-
declare const
|
|
112
|
-
declare const
|
|
113
|
-
declare const
|
|
114
|
-
declare const
|
|
115
|
-
declare const
|
|
116
|
-
declare const
|
|
117
|
-
declare const
|
|
118
|
-
declare const
|
|
119
|
-
declare const
|
|
120
|
-
declare const
|
|
121
|
-
declare const
|
|
122
|
-
declare const
|
|
123
|
-
declare const
|
|
124
|
-
declare const
|
|
125
|
-
declare const
|
|
126
|
-
declare const
|
|
127
|
-
declare const
|
|
128
|
-
declare const
|
|
129
|
-
declare const
|
|
130
|
-
declare const
|
|
131
|
-
declare const
|
|
132
|
-
declare const
|
|
133
|
-
declare const
|
|
134
|
-
declare const
|
|
135
|
-
declare const
|
|
136
|
-
declare const
|
|
137
|
-
declare const
|
|
138
|
-
declare const
|
|
139
|
-
declare const
|
|
140
|
-
declare const
|
|
141
|
-
declare const
|
|
142
|
-
declare const
|
|
143
|
-
declare const
|
|
144
|
-
declare const
|
|
145
|
-
declare const
|
|
146
|
-
declare const
|
|
147
|
-
declare const
|
|
148
|
-
declare const
|
|
149
|
-
declare const
|
|
150
|
-
declare const
|
|
151
|
-
declare const
|
|
152
|
-
declare const
|
|
153
|
-
declare const
|
|
154
|
-
declare const
|
|
155
|
-
declare const
|
|
156
|
-
declare const
|
|
157
|
-
declare const
|
|
158
|
-
declare const
|
|
159
|
-
declare const
|
|
160
|
-
declare const
|
|
161
|
-
declare const
|
|
162
|
-
declare const
|
|
163
|
-
declare const
|
|
164
|
-
declare const
|
|
165
|
-
declare const
|
|
166
|
-
declare const
|
|
167
|
-
declare const
|
|
168
|
-
declare const
|
|
169
|
-
declare const
|
|
170
|
-
declare const
|
|
171
|
-
declare const
|
|
172
|
-
declare const
|
|
173
|
-
declare const
|
|
174
|
-
declare const
|
|
175
|
-
declare const
|
|
176
|
-
declare const
|
|
177
|
-
declare const
|
|
178
|
-
declare const
|
|
179
|
-
declare const
|
|
180
|
-
declare const
|
|
181
|
-
declare const
|
|
182
|
-
declare const
|
|
183
|
-
declare const
|
|
184
|
-
declare const
|
|
185
|
-
declare const
|
|
186
|
-
declare const
|
|
187
|
-
declare const
|
|
188
|
-
declare const
|
|
189
|
-
declare const
|
|
190
|
-
declare const
|
|
191
|
-
declare const
|
|
4
|
+
declare const AccessLevel: typeof CORE.AccessLevel;
|
|
5
|
+
declare const Agents: typeof CORE.Agents;
|
|
6
|
+
declare const AlertManagement: typeof CORE.AlertManagement;
|
|
7
|
+
declare const ApplicationAppearance: typeof CORE.ApplicationAppearance;
|
|
8
|
+
declare const ApplicationPlanLimits: typeof CORE.ApplicationPlanLimits;
|
|
9
|
+
declare const Applications: typeof CORE.Applications;
|
|
10
|
+
declare const ApplicationSettings: typeof CORE.ApplicationSettings;
|
|
11
|
+
declare const ApplicationStatistics: typeof CORE.ApplicationStatistics;
|
|
12
|
+
declare const AuditEvents: typeof CORE.AuditEvents;
|
|
13
|
+
declare const Avatar: typeof CORE.Avatar;
|
|
14
|
+
declare const BroadcastMessages: typeof CORE.BroadcastMessages;
|
|
15
|
+
declare const CodeSuggestions: typeof CORE.CodeSuggestions;
|
|
16
|
+
declare const Composer: typeof CORE.Composer;
|
|
17
|
+
declare const Conan: typeof CORE.Conan;
|
|
18
|
+
declare const DashboardAnnotations: typeof CORE.DashboardAnnotations;
|
|
19
|
+
declare const Debian: typeof CORE.Debian;
|
|
20
|
+
declare const DependencyProxy: typeof CORE.DependencyProxy;
|
|
21
|
+
declare const DeployKeys: typeof CORE.DeployKeys;
|
|
22
|
+
declare const DeployTokens: typeof CORE.DeployTokens;
|
|
23
|
+
declare const DockerfileTemplates: typeof CORE.DockerfileTemplates;
|
|
24
|
+
declare const Events: typeof CORE.Events;
|
|
25
|
+
declare const Experiments: typeof CORE.Experiments;
|
|
26
|
+
declare const GeoNodes: typeof CORE.GeoNodes;
|
|
27
|
+
declare const GeoSites: typeof CORE.GeoSites;
|
|
28
|
+
declare const GitignoreTemplates: typeof CORE.GitignoreTemplates;
|
|
29
|
+
declare const GitLabCIYMLTemplates: typeof CORE.GitLabCIYMLTemplates;
|
|
30
|
+
declare const Import: typeof CORE.Import;
|
|
31
|
+
declare const InstanceLevelCICDVariables: typeof CORE.InstanceLevelCICDVariables;
|
|
32
|
+
declare const Keys: typeof CORE.Keys;
|
|
33
|
+
declare const License: typeof CORE.License;
|
|
34
|
+
declare const LicenseTemplates: typeof CORE.LicenseTemplates;
|
|
35
|
+
declare const Lint: typeof CORE.Lint;
|
|
36
|
+
declare const Markdown: typeof CORE.Markdown;
|
|
37
|
+
declare const Maven: typeof CORE.Maven;
|
|
38
|
+
declare const Metadata: typeof CORE.Metadata;
|
|
39
|
+
declare const Migrations: typeof CORE.Migrations;
|
|
40
|
+
declare const Namespaces: typeof CORE.Namespaces;
|
|
41
|
+
declare const NotificationSettings: typeof CORE.NotificationSettings;
|
|
42
|
+
declare const NPM: typeof CORE.NPM;
|
|
43
|
+
declare const NuGet: typeof CORE.NuGet;
|
|
44
|
+
declare const PersonalAccessTokens: typeof CORE.PersonalAccessTokens;
|
|
45
|
+
declare const PyPI: typeof CORE.PyPI;
|
|
46
|
+
declare const RubyGems: typeof CORE.RubyGems;
|
|
47
|
+
declare const Search: typeof CORE.Search;
|
|
48
|
+
declare const SearchAdmin: typeof CORE.SearchAdmin;
|
|
49
|
+
declare const ServiceAccounts: typeof CORE.ServiceAccounts;
|
|
50
|
+
declare const ServiceData: typeof CORE.ServiceData;
|
|
51
|
+
declare const SidekiqMetrics: typeof CORE.SidekiqMetrics;
|
|
52
|
+
declare const SidekiqQueues: typeof CORE.SidekiqQueues;
|
|
53
|
+
declare const SnippetRepositoryStorageMoves: typeof CORE.SnippetRepositoryStorageMoves;
|
|
54
|
+
declare const Snippets: typeof CORE.Snippets;
|
|
55
|
+
declare const Suggestions: typeof CORE.Suggestions;
|
|
56
|
+
declare const SystemHooks: typeof CORE.SystemHooks;
|
|
57
|
+
declare const TodoLists: typeof CORE.TodoLists;
|
|
58
|
+
declare const Topics: typeof CORE.Topics;
|
|
59
|
+
declare const Branches: typeof CORE.Branches;
|
|
60
|
+
declare const CommitDiscussions: typeof CORE.CommitDiscussions;
|
|
61
|
+
declare const Commits: typeof CORE.Commits;
|
|
62
|
+
declare const ContainerRegistry: typeof CORE.ContainerRegistry;
|
|
63
|
+
declare const Deployments: typeof CORE.Deployments;
|
|
64
|
+
declare const Environments: typeof CORE.Environments;
|
|
65
|
+
declare const ErrorTrackingClientKeys: typeof CORE.ErrorTrackingClientKeys;
|
|
66
|
+
declare const ErrorTrackingSettings: typeof CORE.ErrorTrackingSettings;
|
|
67
|
+
declare const ExternalStatusChecks: typeof CORE.ExternalStatusChecks;
|
|
68
|
+
declare const FeatureFlags: typeof CORE.FeatureFlags;
|
|
69
|
+
declare const FeatureFlagUserLists: typeof CORE.FeatureFlagUserLists;
|
|
70
|
+
declare const FreezePeriods: typeof CORE.FreezePeriods;
|
|
71
|
+
declare const GitlabPages: typeof CORE.GitlabPages;
|
|
72
|
+
declare const GoProxy: typeof CORE.GoProxy;
|
|
73
|
+
declare const Helm: typeof CORE.Helm;
|
|
74
|
+
declare const Integrations: typeof CORE.Integrations;
|
|
75
|
+
declare const IssueAwardEmojis: typeof CORE.IssueAwardEmojis;
|
|
76
|
+
declare const IssueDiscussions: typeof CORE.IssueDiscussions;
|
|
77
|
+
declare const IssueIterationEvents: typeof CORE.IssueIterationEvents;
|
|
78
|
+
declare const IssueLabelEvents: typeof CORE.IssueLabelEvents;
|
|
79
|
+
declare const IssueLinks: typeof CORE.IssueLinks;
|
|
80
|
+
declare const IssueMilestoneEvents: typeof CORE.IssueMilestoneEvents;
|
|
81
|
+
declare const IssueNoteAwardEmojis: typeof CORE.IssueNoteAwardEmojis;
|
|
82
|
+
declare const IssueNotes: typeof CORE.IssueNotes;
|
|
83
|
+
declare const Issues: typeof CORE.Issues;
|
|
84
|
+
declare const IssuesStatistics: typeof CORE.IssuesStatistics;
|
|
85
|
+
declare const IssueStateEvents: typeof CORE.IssueStateEvents;
|
|
86
|
+
declare const IssueWeightEvents: typeof CORE.IssueWeightEvents;
|
|
87
|
+
declare const JobArtifacts: typeof CORE.JobArtifacts;
|
|
88
|
+
declare const Jobs: typeof CORE.Jobs;
|
|
89
|
+
declare const MergeRequestApprovals: typeof CORE.MergeRequestApprovals;
|
|
90
|
+
declare const MergeRequestAwardEmojis: typeof CORE.MergeRequestAwardEmojis;
|
|
91
|
+
declare const MergeRequestContextCommits: typeof CORE.MergeRequestContextCommits;
|
|
92
|
+
declare const MergeRequestDiscussions: typeof CORE.MergeRequestDiscussions;
|
|
93
|
+
declare const MergeRequestLabelEvents: typeof CORE.MergeRequestLabelEvents;
|
|
94
|
+
declare const MergeRequestMilestoneEvents: typeof CORE.MergeRequestMilestoneEvents;
|
|
95
|
+
declare const MergeRequestDraftNotes: typeof CORE.MergeRequestDraftNotes;
|
|
96
|
+
declare const MergeRequestNotes: typeof CORE.MergeRequestNotes;
|
|
97
|
+
declare const MergeRequestNoteAwardEmojis: typeof CORE.MergeRequestNoteAwardEmojis;
|
|
98
|
+
declare const MergeRequests: typeof CORE.MergeRequests;
|
|
99
|
+
declare const MergeTrains: typeof CORE.MergeTrains;
|
|
100
|
+
declare const PackageRegistry: typeof CORE.PackageRegistry;
|
|
101
|
+
declare const Packages: typeof CORE.Packages;
|
|
102
|
+
declare const PagesDomains: typeof CORE.PagesDomains;
|
|
103
|
+
declare const Pipelines: typeof CORE.Pipelines;
|
|
104
|
+
declare const PipelineSchedules: typeof CORE.PipelineSchedules;
|
|
105
|
+
declare const PipelineScheduleVariables: typeof CORE.PipelineScheduleVariables;
|
|
106
|
+
declare const PipelineTriggerTokens: typeof CORE.PipelineTriggerTokens;
|
|
107
|
+
declare const ProductAnalytics: typeof CORE.ProductAnalytics;
|
|
108
|
+
declare const ProjectAccessRequests: typeof CORE.ProjectAccessRequests;
|
|
109
|
+
declare const ProjectAccessTokens: typeof CORE.ProjectAccessTokens;
|
|
110
|
+
declare const ProjectAliases: typeof CORE.ProjectAliases;
|
|
111
|
+
declare const ProjectBadges: typeof CORE.ProjectBadges;
|
|
112
|
+
declare const ProjectCustomAttributes: typeof CORE.ProjectCustomAttributes;
|
|
113
|
+
declare const ProjectDORA4Metrics: typeof CORE.ProjectDORA4Metrics;
|
|
114
|
+
declare const ProjectHooks: typeof CORE.ProjectHooks;
|
|
115
|
+
declare const ProjectImportExports: typeof CORE.ProjectImportExports;
|
|
116
|
+
declare const ProjectInvitations: typeof CORE.ProjectInvitations;
|
|
117
|
+
declare const ProjectIssueBoards: typeof CORE.ProjectIssueBoards;
|
|
118
|
+
declare const ProjectIterations: typeof CORE.ProjectIterations;
|
|
119
|
+
declare const ProjectLabels: typeof CORE.ProjectLabels;
|
|
120
|
+
declare const ProjectMembers: typeof CORE.ProjectMembers;
|
|
121
|
+
declare const ProjectMilestones: typeof CORE.ProjectMilestones;
|
|
122
|
+
declare const ProjectProtectedEnvironments: typeof CORE.ProjectProtectedEnvironments;
|
|
123
|
+
declare const ProjectPushRules: typeof CORE.ProjectPushRules;
|
|
124
|
+
declare const ProjectRelationsExport: typeof CORE.ProjectRelationsExport;
|
|
125
|
+
declare const ProjectReleases: typeof CORE.ProjectReleases;
|
|
126
|
+
declare const ProjectRemoteMirrors: typeof CORE.ProjectRemoteMirrors;
|
|
127
|
+
declare const ProjectRepositoryStorageMoves: typeof CORE.ProjectRepositoryStorageMoves;
|
|
128
|
+
declare const Projects: typeof CORE.Projects;
|
|
129
|
+
declare const ProjectSnippetAwardEmojis: typeof CORE.ProjectSnippetAwardEmojis;
|
|
130
|
+
declare const ProjectSnippetDiscussions: typeof CORE.ProjectSnippetDiscussions;
|
|
131
|
+
declare const ProjectSnippetNotes: typeof CORE.ProjectSnippetNotes;
|
|
132
|
+
declare const ProjectSnippets: typeof CORE.ProjectSnippets;
|
|
133
|
+
declare const ProjectStatistics: typeof CORE.ProjectStatistics;
|
|
134
|
+
declare const ProjectTemplates: typeof CORE.ProjectTemplates;
|
|
135
|
+
declare const ProjectVariables: typeof CORE.ProjectVariables;
|
|
136
|
+
declare const ProjectVulnerabilities: typeof CORE.ProjectVulnerabilities;
|
|
137
|
+
declare const ProjectWikis: typeof CORE.ProjectWikis;
|
|
138
|
+
declare const ProtectedBranches: typeof CORE.ProtectedBranches;
|
|
139
|
+
declare const ProtectedTags: typeof CORE.ProtectedTags;
|
|
140
|
+
declare const ReleaseLinks: typeof CORE.ReleaseLinks;
|
|
141
|
+
declare const Repositories: typeof CORE.Repositories;
|
|
142
|
+
declare const RepositoryFiles: typeof CORE.RepositoryFiles;
|
|
143
|
+
declare const RepositorySubmodules: typeof CORE.RepositorySubmodules;
|
|
144
|
+
declare const ResourceGroups: typeof CORE.ResourceGroups;
|
|
145
|
+
declare const Runners: typeof CORE.Runners;
|
|
146
|
+
declare const SecureFiles: typeof CORE.SecureFiles;
|
|
147
|
+
declare const Tags: typeof CORE.Tags;
|
|
148
|
+
declare const UserStarredMetricsDashboard: typeof CORE.UserStarredMetricsDashboard;
|
|
149
|
+
declare const EpicAwardEmojis: typeof CORE.EpicAwardEmojis;
|
|
150
|
+
declare const EpicDiscussions: typeof CORE.EpicDiscussions;
|
|
151
|
+
declare const EpicIssues: typeof CORE.EpicIssues;
|
|
152
|
+
declare const EpicLabelEvents: typeof CORE.EpicLabelEvents;
|
|
153
|
+
declare const EpicLinks: typeof CORE.EpicLinks;
|
|
154
|
+
declare const EpicNotes: typeof CORE.EpicNotes;
|
|
155
|
+
declare const Epics: typeof CORE.Epics;
|
|
156
|
+
declare const GroupAccessRequests: typeof CORE.GroupAccessRequests;
|
|
157
|
+
declare const GroupAccessTokens: typeof CORE.GroupAccessTokens;
|
|
158
|
+
declare const GroupActivityAnalytics: typeof CORE.GroupActivityAnalytics;
|
|
159
|
+
declare const GroupBadges: typeof CORE.GroupBadges;
|
|
160
|
+
declare const GroupCustomAttributes: typeof CORE.GroupCustomAttributes;
|
|
161
|
+
declare const GroupDORA4Metrics: typeof CORE.GroupDORA4Metrics;
|
|
162
|
+
declare const GroupEpicBoards: typeof CORE.GroupEpicBoards;
|
|
163
|
+
declare const GroupHooks: typeof CORE.GroupHooks;
|
|
164
|
+
declare const GroupImportExports: typeof CORE.GroupImportExports;
|
|
165
|
+
declare const GroupInvitations: typeof CORE.GroupInvitations;
|
|
166
|
+
declare const GroupIssueBoards: typeof CORE.GroupIssueBoards;
|
|
167
|
+
declare const GroupIterations: typeof CORE.GroupIterations;
|
|
168
|
+
declare const GroupLabels: typeof CORE.GroupLabels;
|
|
169
|
+
declare const GroupLDAPLinks: typeof CORE.GroupLDAPLinks;
|
|
170
|
+
declare const GroupMembers: typeof CORE.GroupMembers;
|
|
171
|
+
declare const GroupMemberRoles: typeof CORE.GroupMemberRoles;
|
|
172
|
+
declare const GroupMilestones: typeof CORE.GroupMilestones;
|
|
173
|
+
declare const GroupProtectedEnvironments: typeof CORE.GroupProtectedEnvironments;
|
|
174
|
+
declare const GroupPushRules: typeof CORE.GroupPushRules;
|
|
175
|
+
declare const GroupRelationExports: typeof CORE.GroupRelationExports;
|
|
176
|
+
declare const GroupReleases: typeof CORE.GroupReleases;
|
|
177
|
+
declare const GroupRepositoryStorageMoves: typeof CORE.GroupRepositoryStorageMoves;
|
|
178
|
+
declare const Groups: typeof CORE.Groups;
|
|
179
|
+
declare const GroupSAMLIdentities: typeof CORE.GroupSAMLIdentities;
|
|
180
|
+
declare const GroupSAMLLinks: typeof CORE.GroupSAMLLinks;
|
|
181
|
+
declare const GroupSCIMIdentities: typeof CORE.GroupSCIMIdentities;
|
|
182
|
+
declare const GroupServiceAccounts: typeof CORE.GroupServiceAccounts;
|
|
183
|
+
declare const GroupVariables: typeof CORE.GroupVariables;
|
|
184
|
+
declare const GroupWikis: typeof CORE.GroupWikis;
|
|
185
|
+
declare const LinkedEpics: typeof CORE.LinkedEpics;
|
|
186
|
+
declare const UserCustomAttributes: typeof CORE.UserCustomAttributes;
|
|
187
|
+
declare const UserEmails: typeof CORE.UserEmails;
|
|
188
|
+
declare const UserGPGKeys: typeof CORE.UserGPGKeys;
|
|
189
|
+
declare const UserImpersonationTokens: typeof CORE.UserImpersonationTokens;
|
|
190
|
+
declare const Users: typeof CORE.Users;
|
|
191
|
+
declare const UserSSHKeys: typeof CORE.UserSSHKeys;
|
|
192
|
+
declare const Gitlab: typeof CORE.Gitlab;
|
|
192
193
|
|
|
193
|
-
export { 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, 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, ProjectLabels, ProjectMembers, ProjectMilestones, ProjectProtectedEnvironments, ProjectPushRules, ProjectRelationsExport, ProjectReleases, ProjectRemoteMirrors, ProjectRepositoryStorageMoves, ProjectSnippetAwardEmojis, ProjectSnippetDiscussions, ProjectSnippetNotes, ProjectSnippets, ProjectStatistics, ProjectTemplates, 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 };
|
|
194
|
+
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, 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, ProjectLabels, ProjectMembers, ProjectMilestones, ProjectProtectedEnvironments, ProjectPushRules, ProjectRelationsExport, ProjectReleases, ProjectRemoteMirrors, ProjectRepositoryStorageMoves, ProjectSnippetAwardEmojis, ProjectSnippetDiscussions, ProjectSnippetNotes, ProjectSnippets, ProjectStatistics, ProjectTemplates, 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 };
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var CORE = require('@gitbeaker/core');
|
|
4
4
|
var requesterUtils = require('@gitbeaker/requester-utils');
|
|
5
5
|
|
|
6
6
|
function _interopNamespace(e) {
|
|
@@ -21,7 +21,7 @@ function _interopNamespace(e) {
|
|
|
21
21
|
return Object.freeze(n);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var CORE__namespace = /*#__PURE__*/_interopNamespace(CORE);
|
|
25
25
|
|
|
26
26
|
// src/index.ts
|
|
27
27
|
async function defaultOptionsHandler(resourceOptions, requestOptions) {
|
|
@@ -119,7 +119,9 @@ async function defaultRequestHandler(endpoint, options) {
|
|
|
119
119
|
var requesterFn = requesterUtils.createRequesterFn(defaultOptionsHandler, defaultRequestHandler);
|
|
120
120
|
|
|
121
121
|
// src/index.ts
|
|
122
|
-
var
|
|
122
|
+
var { AccessLevel: AL, ...Resources } = CORE__namespace;
|
|
123
|
+
var API = requesterUtils.presetResourceArguments(Resources, { requesterFn });
|
|
124
|
+
var AccessLevel = AL;
|
|
123
125
|
var {
|
|
124
126
|
Agents,
|
|
125
127
|
AlertManagement,
|
|
@@ -311,6 +313,7 @@ var {
|
|
|
311
313
|
Gitlab
|
|
312
314
|
} = API;
|
|
313
315
|
|
|
316
|
+
exports.AccessLevel = AccessLevel;
|
|
314
317
|
exports.Agents = Agents;
|
|
315
318
|
exports.AlertManagement = AlertManagement;
|
|
316
319
|
exports.ApplicationAppearance = ApplicationAppearance;
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as CORE from '@gitbeaker/core';
|
|
2
2
|
import { createRequesterFn, presetResourceArguments, getMatchingRateLimiter, GitbeakerTimeoutError, GitbeakerRetryError, GitbeakerRequestError } from '@gitbeaker/requester-utils';
|
|
3
3
|
|
|
4
4
|
// src/index.ts
|
|
@@ -97,7 +97,9 @@ async function defaultRequestHandler(endpoint, options) {
|
|
|
97
97
|
var requesterFn = createRequesterFn(defaultOptionsHandler, defaultRequestHandler);
|
|
98
98
|
|
|
99
99
|
// src/index.ts
|
|
100
|
+
var { AccessLevel: AL, ...Resources } = CORE;
|
|
100
101
|
var API = presetResourceArguments(Resources, { requesterFn });
|
|
102
|
+
var AccessLevel = AL;
|
|
101
103
|
var {
|
|
102
104
|
Agents,
|
|
103
105
|
AlertManagement,
|
|
@@ -289,4 +291,4 @@ var {
|
|
|
289
291
|
Gitlab
|
|
290
292
|
} = API;
|
|
291
293
|
|
|
292
|
-
export { 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, 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, ProjectLabels, ProjectMembers, ProjectMilestones, ProjectProtectedEnvironments, ProjectPushRules, ProjectRelationsExport, ProjectReleases, ProjectRemoteMirrors, ProjectRepositoryStorageMoves, ProjectSnippetAwardEmojis, ProjectSnippetDiscussions, ProjectSnippetNotes, ProjectSnippets, ProjectStatistics, ProjectTemplates, 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 };
|
|
294
|
+
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, 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, ProjectLabels, ProjectMembers, ProjectMilestones, ProjectProtectedEnvironments, ProjectPushRules, ProjectRelationsExport, ProjectReleases, ProjectRemoteMirrors, ProjectRepositoryStorageMoves, ProjectSnippetAwardEmojis, ProjectSnippetDiscussions, ProjectSnippetNotes, ProjectSnippets, ProjectStatistics, ProjectTemplates, 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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitbeaker/rest",
|
|
3
|
-
"version": "39.
|
|
3
|
+
"version": "39.28.0",
|
|
4
4
|
"description": "Cross Platform implementation of the GitLab API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"release": "auto shipit"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@gitbeaker/core": "^39.
|
|
60
|
-
"@gitbeaker/requester-utils": "^39.
|
|
59
|
+
"@gitbeaker/core": "^39.28.0",
|
|
60
|
+
"@gitbeaker/requester-utils": "^39.28.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@playwright/test": "^1.40.1",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"tsup": "^8.0.1",
|
|
66
66
|
"typescript": "^5.3.3"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "e15097c508ee0b5bc2f599ed818fa1e08e2645d3"
|
|
69
69
|
}
|