@gitbeaker/core 39.16.0 → 39.18.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 CHANGED
@@ -72,8 +72,9 @@
72
72
  ## Table of Contents
73
73
 
74
74
  - [Usage](#usage)
75
+ - [Supported APIs](#supported-apis)
75
76
  - [Testing](../../docs/TESTING.md)
76
- - [FAQ](../../FAQ.md)
77
+ - [FAQ](../../docs/FAQ.md)
77
78
  - [Contributors](#contributors)
78
79
  - [Changelog](./CHANGELOG.md)
79
80
 
@@ -117,6 +118,1680 @@ import { Gitlab } from '@gitbeaker/core';
117
118
  </tbody>
118
119
  </table>
119
120
 
121
+ ## Supported APIs
122
+
123
+ <table>
124
+ <tbody valign=top align=left>
125
+
126
+ <tr>
127
+ <th>Agents</th>
128
+ <td>
129
+ <a href="https://docs.gitlab.com/16.4/ee/api/cluster_agents.html">🦊</a>
130
+ </td>
131
+ <td>
132
+ <a href="./src/resources/Agents.ts">⌨️</a>
133
+ </td>
134
+ </tr>
135
+ <tr>
136
+ <th>AlertManagement</th>
137
+ <td>
138
+ <a href="https://docs.gitlab.com/16.4/ee/api/alert_management_alerts.html">🦊</a>
139
+ </td>
140
+ <td>
141
+ <a href="./src/resources/AlertManagement.ts">⌨️</a>
142
+ </td>
143
+ </tr>
144
+ <tr>
145
+ <th>ApplicationAppearance</th>
146
+ <td>
147
+ <a href="https://docs.gitlab.com/16.4/ee/api/appearance.html">🦊</a>
148
+ </td>
149
+ <td>
150
+ <a href="./src/resources/ApplicationAppearance.ts">⌨️</a>
151
+ </td>
152
+ </tr>
153
+ <tr>
154
+ <th>ApplicationPlanLimits</th>
155
+ <td>
156
+ <a href="https://docs.gitlab.com/16.4/ee/api/plan_limits.html">🦊</a>
157
+ </td>
158
+ <td>
159
+ <a href="./src/resources/ApplicationPlanLimits.ts">⌨️</a>
160
+ </td>
161
+ </tr>
162
+ <tr>
163
+ <th>ApplicationSettings</th>
164
+ <td>
165
+ <a href="https://docs.gitlab.com/16.4/ee/api/settings.html">🦊</a>
166
+ </td>
167
+ <td>
168
+ <a href="./src/resources/ApplicationSettings.ts">⌨️</a>
169
+ </td>
170
+ </tr>
171
+ <tr>
172
+ <th>ApplicationStatistics</th>
173
+ <td>
174
+ <a href="https://docs.gitlab.com/16.4/ee/api/statistics.html">🦊</a>
175
+ </td>
176
+ <td>
177
+ <a href="./src/resources/ApplicationStatistics.ts">⌨️</a>
178
+ </td>
179
+ </tr>
180
+ <tr>
181
+ <th>Applications</th>
182
+ <td>
183
+ <a href="https://docs.gitlab.com/16.4/ee/api/applications.html">🦊</a>
184
+ </td>
185
+ <td>
186
+ <a href="./src/resources/Applications.ts">⌨️</a>
187
+ </td>
188
+ </tr>
189
+ <tr>
190
+ <th>AuditEvents</th>
191
+ <td>
192
+ <a href="https://docs.gitlab.com/16.4/ee/api/audit_events.html">🦊</a>
193
+ </td>
194
+ <td>
195
+ <a href="./src/resources/AuditEvents.ts">⌨️</a>
196
+ </td>
197
+ </tr>
198
+ <tr>
199
+ <th>Avatar</th>
200
+ <td>
201
+ <a href="https://docs.gitlab.com/16.4/ee/api/avatar.html">🦊</a>
202
+ </td>
203
+ <td>
204
+ <a href="./src/resources/Avatar.ts">⌨️</a>
205
+ </td>
206
+ </tr>
207
+ <tr>
208
+ <th>Branches</th>
209
+ <td>
210
+ <a href="https://docs.gitlab.com/16.4/ee/api/branches.html">🦊</a>
211
+ </td>
212
+ <td>
213
+ <a href="./src/resources/Branches.ts">⌨️</a>
214
+ </td>
215
+ </tr>
216
+ <tr>
217
+ <th>BroadcastMessages</th>
218
+ <td>
219
+ <a href="https://docs.gitlab.com/16.4/ee/api/broadcast_messages.html">🦊</a>
220
+ </td>
221
+ <td>
222
+ <a href="./src/resources/BroadcastMessages.ts">⌨️</a>
223
+ </td>
224
+ </tr>
225
+ <tr>
226
+ <th>CommitDiscussions</th>
227
+ <td>
228
+ <a href="https://docs.gitlab.com/16.4/ee/api/discussions.html#commits">🦊</a>
229
+ </td>
230
+ <td>
231
+ <a href="./src/resources/CommitDiscussions.ts">⌨️</a>
232
+ </td>
233
+ </tr>
234
+ <tr>
235
+ <th>Code Suggestions</th>
236
+ <td>
237
+ <a href="https://docs.gitlab.com/16.4/ee/api/code_suggestions.html">🦊</a>
238
+ </td>
239
+ <td>
240
+ <a href="./src/resources/CodeSuggestions.ts">⌨️</a>
241
+ </td>
242
+ </tr>
243
+ <tr>
244
+ <th>Commits</th>
245
+ <td>
246
+ <a href="https://docs.gitlab.com/16.4/ee/api/commits.html">🦊</a>
247
+ </td>
248
+ <td>
249
+ <a href="./src/resources/Commits.ts">⌨️</a>
250
+ </td>
251
+ </tr>
252
+ <tr>
253
+ <th>Composer</th>
254
+ <td>
255
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages/composer.html">🦊</a>
256
+ </td>
257
+ <td>
258
+ <a href="./src/resources/Composer.ts">⌨️</a>
259
+ </td>
260
+ </tr>
261
+ <tr>
262
+ <th>Conan</th>
263
+ <td>
264
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages/conan.html">🦊</a>
265
+ </td>
266
+ <td>
267
+ <a href="./src/resources/Conan.ts">⌨️</a>
268
+ </td>
269
+ </tr>
270
+ <tr>
271
+ <th>ContainerRegistry</th>
272
+ <td>
273
+ <a href="https://docs.gitlab.com/16.4/ee/api/container_registry.html">🦊</a>
274
+ </td>
275
+ <td>
276
+ <a href="./src/resources/ContainerRegistry.ts">⌨️</a>
277
+ </td>
278
+ </tr>
279
+ <tr>
280
+ <th>DashboardAnnotations</th>
281
+ <td>
282
+ <a href="https://docs.gitlab.com/16.4/ee/api/metrics_dashboard_annotations.html">🦊</a>
283
+ </td>
284
+ <td>
285
+ <a href="./src/resources/DashboardAnnotations.ts">⌨️</a>
286
+ </td>
287
+ </tr>
288
+ <tr>
289
+ <th>Debian</th>
290
+ <td>
291
+ <a href="https://docs.gitlab.com/16.4/ee/api/debian.html">🦊</a>
292
+ </td>
293
+ <td>
294
+ <a href="./src/resources/Debian.ts">⌨️</a>
295
+ </td>
296
+ </tr>
297
+ <tr>
298
+ <th>DependencyProxy</th>
299
+ <td>
300
+ <a href="https://docs.gitlab.com/16.4/ee/api/dependency_proxy.html">🦊</a>
301
+ </td>
302
+ <td>
303
+ <a href="./src/resources/DependencyProxy.ts">⌨️</a>
304
+ </td>
305
+ </tr>
306
+ <tr>
307
+ <th>DeployKeys</th>
308
+ <td>
309
+ <a href="https://docs.gitlab.com/16.4/ee/api/deploy_keys.html">🦊</a>
310
+ </td>
311
+ <td>
312
+ <a href="./src/resources/DeployKeys.ts">⌨️</a>
313
+ </td>
314
+ </tr>
315
+ <tr>
316
+ <th>DeployTokens</th>
317
+ <td>
318
+ <a href="https://docs.gitlab.com/16.4/ee/api/deploy_tokens.html">🦊</a>
319
+ </td>
320
+ <td>
321
+ <a href="./src/resources/DeployTokens.ts">⌨️</a>
322
+ </td>
323
+ </tr>
324
+ <tr>
325
+ <th>Deployments</th>
326
+ <td>
327
+ <a href="https://docs.gitlab.com/16.4/ee/api/deployments.html">🦊</a>
328
+ </td>
329
+ <td>
330
+ <a href="./src/resources/Deployments.ts">⌨️</a>
331
+ </td>
332
+ </tr>
333
+ <tr>
334
+ <th>DockerfileTemplates</th>
335
+ <td>
336
+ <a href="https://docs.gitlab.com/16.4/ee/api/templates/dockerfiles.html">🦊</a>
337
+ </td>
338
+ <td>
339
+ <a href="./src/resources/DockerfileTemplates.ts">⌨️</a>
340
+ </td>
341
+ </tr>
342
+ <tr>
343
+ <th>Environments</th>
344
+ <td>
345
+ <a href="https://docs.gitlab.com/16.4/ee/api/environments.html">🦊</a>
346
+ </td>
347
+ <td>
348
+ <a href="./src/resources/Environments.ts">⌨️</a>
349
+ </td>
350
+ </tr>
351
+ <tr>
352
+ <th>EpicAwardEmojis</th>
353
+ <td>
354
+ <a href="https://docs.gitlab.com/16.4/ee/api/emoji_reactions.html">🦊</a>
355
+ </td>
356
+ <td>
357
+ <a href="./src/resources/EpicAwardEmojis.ts">⌨️</a>
358
+ </td>
359
+ </tr>
360
+ <tr>
361
+ <th>EpicDiscussions</th>
362
+ <td>
363
+ <a href="https://docs.gitlab.com/16.4/ee/api/discussions.html#epics">🦊</a>
364
+ </td>
365
+ <td>
366
+ <a href="./src/resources/EpicDiscussions.ts">⌨️</a>
367
+ </td>
368
+ </tr>
369
+ <tr>
370
+ <th>EpicIssues</th>
371
+ <td>
372
+ <a href="https://docs.gitlab.com/16.4/ee/api/epic_issues.html">🦊</a>
373
+ </td>
374
+ <td>
375
+ <a href="./src/resources/EpicIssues.ts">⌨️</a>
376
+ </td>
377
+ </tr>
378
+ <tr>
379
+ <th>EpicLabelEvents</th>
380
+ <td>
381
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_label_events.html#epics">🦊</a>
382
+ </td>
383
+ <td>
384
+ <a href="./src/resources/EpicLabelEvents.ts">⌨️</a>
385
+ </td>
386
+ </tr>
387
+ <tr>
388
+ <th>EpicLinks</th>
389
+ <td>
390
+ <a href="https://docs.gitlab.com/16.4/ee/api/epic_links.html">🦊</a>
391
+ </td>
392
+ <td>
393
+ <a href="./src/resources/EpicLinks.ts">⌨️</a>
394
+ </td>
395
+ </tr>
396
+ <tr>
397
+ <th>EpicNotes</th>
398
+ <td>
399
+ <a href="https://docs.gitlab.com/16.4/ee/api/notes.html#epics">🦊</a>
400
+ </td>
401
+ <td>
402
+ <a href="./src/resources/EpicNotes.ts">⌨️</a>
403
+ </td>
404
+ </tr>
405
+ <tr>
406
+ <th>Epics</th>
407
+ <td>
408
+ <a href="https://docs.gitlab.com/16.4/ee/api/epics.html">🦊</a>
409
+ </td>
410
+ <td>
411
+ <a href="./src/resources/Epics.ts">⌨️</a>
412
+ </td>
413
+ </tr>
414
+ <tr>
415
+ <th>ErrorTrackingClientKeys</th>
416
+ <td>
417
+ <a href="https://docs.gitlab.com/16.4/ee/api/error_tracking.html#error-tracking-client-keys">🦊</a>
418
+ </td>
419
+ <td>
420
+ <a href="./src/resources/ErrorTrackingClientKeys.ts">⌨️</a>
421
+ </td>
422
+ </tr>
423
+ <tr>
424
+ <th>ErrorTrackingSettings</th>
425
+ <td>
426
+ <a href="https://docs.gitlab.com/16.4/ee/api/error_tracking.html#error-tracking-project-settings">🦊</a>
427
+ </td>
428
+ <td>
429
+ <a href="./src/resources/ErrorTrackingSettings.ts">⌨️</a>
430
+ </td>
431
+ </tr>
432
+ <tr>
433
+ <th>Events</th>
434
+ <td>
435
+ <a href="https://docs.gitlab.com/16.4/ee/api/events.html">🦊</a>
436
+ </td>
437
+ <td>
438
+ <a href="./src/resources/Events.ts">⌨️</a>
439
+ </td>
440
+ </tr>
441
+ <tr>
442
+ <th>Experiments</th>
443
+ <td>
444
+ <a href="https://docs.gitlab.com/16.4/ee/api/experiments.html">🦊</a>
445
+ </td>
446
+ <td>
447
+ <a href="./src/resources/Experiments.ts">⌨️</a>
448
+ </td>
449
+ </tr>
450
+ <tr>
451
+ <th>ExternalStatusChecks</th>
452
+ <td>
453
+ <a href="https://docs.gitlab.com/16.4/ee/api/status_checks.html">🦊</a>
454
+ </td>
455
+ <td>
456
+ <a href="./src/resources/ExternalStatusChecks.ts">⌨️</a>
457
+ </td>
458
+ </tr>
459
+ <tr>
460
+ <th>FeatureFlagUserLists</th>
461
+ <td>
462
+ <a href="https://docs.gitlab.com/16.4/ee/api/feature_flag_user_lists.html">🦊</a>
463
+ </td>
464
+ <td>
465
+ <a href="./src/resources/FeatureFlagUserLists.ts">⌨️</a>
466
+ </td>
467
+ </tr>
468
+ <tr>
469
+ <th>FeatureFlags</th>
470
+ <td>
471
+ <a href="https://docs.gitlab.com/16.4/ee/api/feature_flags.html">🦊</a>
472
+ </td>
473
+ <td>
474
+ <a href="./src/resources/FeatureFlags.ts">⌨️</a>
475
+ </td>
476
+ </tr>
477
+ <tr>
478
+ <th>FreezePeriods</th>
479
+ <td>
480
+ <a href="https://docs.gitlab.com/16.4/ee/api/freeze_periods.html">🦊</a>
481
+ </td>
482
+ <td>
483
+ <a href="./src/resources/FreezePeriods.ts">⌨️</a>
484
+ </td>
485
+ </tr>
486
+ <tr>
487
+ <th>GeoNodes</th>
488
+ <td>
489
+ <a href="https://docs.gitlab.com/16.4/ee/api/geo_nodes.html">🦊</a>
490
+ </td>
491
+ <td>
492
+ <a href="./src/resources/GeoNodes.ts">⌨️</a>
493
+ </td>
494
+ </tr>
495
+ <tr>
496
+ <th>GeoSites</th>
497
+ <td>
498
+ <a href="https://docs.gitlab.com/16.4/ee/api/geo_sites.html">🦊</a>
499
+ </td>
500
+ <td>
501
+ <a href="./src/resources/GeoSites.ts">⌨️</a>
502
+ </td>
503
+ </tr>
504
+ <tr>
505
+ <th>GitLabCIYMLTemplates</th>
506
+ <td>
507
+ <a href="https://docs.gitlab.com/16.4/ee/api/gitlab_ci_ymls.html">🦊</a>
508
+ </td>
509
+ <td>
510
+ <a href="./src/resources/GitLabCIYMLTemplates.ts">⌨️</a>
511
+ </td>
512
+ </tr>
513
+ <tr>
514
+ <th>GitignoreTemplates</th>
515
+ <td>
516
+ <a href="https://docs.gitlab.com/16.4/ee/api/templates/gitignores.html">🦊</a>
517
+ </td>
518
+ <td>
519
+ <a href="./src/resources/GitignoreTemplates.ts">⌨️</a>
520
+ </td>
521
+ </tr>
522
+ <tr>
523
+ <th>GitlabPages</th>
524
+ <td>
525
+ <a href="https://docs.gitlab.com/16.4/ee/api/pages.html">🦊</a>
526
+ </td>
527
+ <td>
528
+ <a href="./src/resources/GitlabPages.ts">⌨️</a>
529
+ </td>
530
+ </tr>
531
+ <tr>
532
+ <th>GoProxy</th>
533
+ <td>
534
+ <a href="https://docs.gitlab.com/16.4/ee/api/go_proxy.html">🦊</a>
535
+ </td>
536
+ <td>
537
+ <a href="./src/resources/GoProxy.ts">⌨️</a>
538
+ </td>
539
+ </tr>
540
+ <tr>
541
+ <th>GroupAccessRequests</th>
542
+ <td>
543
+ <a href="https://docs.gitlab.com/16.4/ee/api/access_requests.html">🦊</a>
544
+ </td>
545
+ <td>
546
+ <a href="./src/resources/GroupAccessRequests.ts">⌨️</a>
547
+ </td>
548
+ </tr>
549
+ <tr>
550
+ <th>GroupAccessTokens</th>
551
+ <td>
552
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_access_tokens.html">🦊</a>
553
+ </td>
554
+ <td>
555
+ <a href="./src/resources/GroupAccessTokens.ts">⌨️</a>
556
+ </td>
557
+ </tr>
558
+ <tr>
559
+ <th>GroupActivityAnalytics</th>
560
+ <td>
561
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_activity_analytics.html">🦊</a>
562
+ </td>
563
+ <td>
564
+ <a href="./src/resources/GroupActivityAnalytics.ts">⌨️</a>
565
+ </td>
566
+ </tr>
567
+ <tr>
568
+ <tr>
569
+ <th>GroupEpicBoards</th>
570
+ <td>
571
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_epic_boards.html">🦊</a>
572
+ </td>
573
+ <td>
574
+ <a href="./src/resources/GroupEpicBoards.ts">⌨️</a>
575
+ </td>
576
+ </tr>
577
+ <th>GroupBadges</th>
578
+ <td>
579
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_badges.html">🦊</a>
580
+ </td>
581
+ <td>
582
+ <a href="./src/resources/GroupBadges.ts">⌨️</a>
583
+ </td>
584
+ </tr>
585
+ <tr>
586
+ <th>GroupCustomAttributes</th>
587
+ <td>
588
+ <a href="https://docs.gitlab.com/16.4/ee/api/custom_attributes.html">🦊</a>
589
+ </td>
590
+ <td>
591
+ <a href="./src/resources/GroupCustomAttributes.ts">⌨️</a>
592
+ </td>
593
+ </tr>
594
+ <tr>
595
+ <th>GroupDORA4Metrics</th>
596
+ <td>
597
+ <a href="https://docs.gitlab.com/16.4/ee/api/dora/metrics.html#get-group-level-dora-metrics">🦊</a>
598
+ </td>
599
+ <td>
600
+ <a href="./src/resources/GroupDORA4Metrics.ts">⌨️</a>
601
+ </td>
602
+ </tr>
603
+ <tr>
604
+ <th>GroupHooks</th>
605
+ <td>
606
+ <a href="https://docs.gitlab.com/16.4/ee/api/groups.html#hooks">🦊</a>
607
+ </td>
608
+ <td>
609
+ <a href="./src/resources/GroupHooks.ts">⌨️</a>
610
+ </td>
611
+ </tr>
612
+ <tr>
613
+ <th>GroupImportExports</th>
614
+ <td>
615
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_import_export.html">🦊</a>
616
+ </td>
617
+ <td>
618
+ <a href="./src/resources/GroupImportExports.ts">⌨️</a>
619
+ </td>
620
+ </tr>
621
+ <tr>
622
+ <th>GroupInvitations</th>
623
+ <td>
624
+ <a href="https://docs.gitlab.com/16.4/ee/api/invitations.html">🦊</a>
625
+ </td>
626
+ <td>
627
+ <a href="./src/resources/GroupInvitations.ts">⌨️</a>
628
+ </td>
629
+ </tr>
630
+ <tr>
631
+ <th>GroupIssueBoards</th>
632
+ <td>
633
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_boards.html">🦊</a>
634
+ </td>
635
+ <td>
636
+ <a href="./src/resources/GroupIssueBoards.ts">⌨️</a>
637
+ </td>
638
+ </tr>
639
+ <tr>
640
+ <th>GroupIterations</th>
641
+ <td>
642
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_iterations.html">🦊</a>
643
+ </td>
644
+ <td>
645
+ <a href="./src/resources/GroupIterations.ts">⌨️</a>
646
+ </td>
647
+ </tr>
648
+ <tr>
649
+ <th>GroupLDAPLinks</th>
650
+ <td>
651
+ <a href="https://docs.gitlab.com/16.4/ee/api/groups.html#ldap-group-links">🦊</a>
652
+ </td>
653
+ <td>
654
+ <a href="./src/resources/GroupLDAPLinks.ts">⌨️</a>
655
+ </td>
656
+ </tr>
657
+ <tr>
658
+ <th>GroupLabels</th>
659
+ <td>
660
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_labels.html">🦊</a>
661
+ </td>
662
+ <td>
663
+ <a href="./src/resources/GroupLabels.ts">⌨️</a>
664
+ </td>
665
+ </tr>
666
+ <tr>
667
+ <th>GroupMemberRoles</th>
668
+ <td>
669
+ <a href="https://docs.gitlab.com/16.4/ee/api/member_roles.html">🦊</a>
670
+ </td>
671
+ <td>
672
+ <a href="./src/resources/GroupMemberRoles.ts">⌨️</a>
673
+ </td>
674
+ </tr>
675
+ <tr>
676
+ <th>GroupMembers</th>
677
+ <td>
678
+ <a href="https://docs.gitlab.com/16.4/ee/api/members.html">🦊</a>
679
+ </td>
680
+ <td>
681
+ <a href="./src/resources/GroupMembers.ts">⌨️</a>
682
+ </td>
683
+ </tr>
684
+ <tr>
685
+ <th>GroupMilestones</th>
686
+ <td>
687
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_milestones.html">🦊</a>
688
+ </td>
689
+ <td>
690
+ <a href="./src/resources/GroupMilestones.ts">⌨️</a>
691
+ </td>
692
+ </tr>
693
+ <tr>
694
+ <th>GroupProtectedEnvironments</th>
695
+ <td>
696
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_protected_environments.html">🦊</a>
697
+ </td>
698
+ <td>
699
+ <a href="./src/resources/GroupProtectedEnvironments.ts">⌨️</a>
700
+ </td>
701
+ </tr>
702
+ <tr>
703
+ <th>GroupPushRules</th>
704
+ <td>
705
+ <a href="https://docs.gitlab.com/16.4/ee/api/groups.html#push-rules">🦊</a>
706
+ </td>
707
+ <td>
708
+ <a href="./src/resources/GroupPushRules.ts">⌨️</a>
709
+ </td>
710
+ </tr>
711
+ <tr>
712
+ <th>GroupRelationExports</th>
713
+ <td>
714
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_relations_export.html">🦊</a>
715
+ </td>
716
+ <td>
717
+ <a href="./src/resources/GroupRelationExports.ts">⌨️</a>
718
+ </td>
719
+ </tr>
720
+ <tr>
721
+ <th>GroupReleases</th>
722
+ <td>
723
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_releases.html">🦊</a>
724
+ </td>
725
+ <td>
726
+ <a href="./src/resources/GroupReleases.ts">⌨️</a>
727
+ </td>
728
+ </tr>
729
+ <tr>
730
+ <th>GroupRepositoryStorageMoves</th>
731
+ <td>
732
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_repository_storage_moves.html">🦊</a>
733
+ </td>
734
+ <td>
735
+ <a href="./src/resources/GroupRepositoryStorageMoves.ts">⌨️</a>
736
+ </td>
737
+ </tr>
738
+ <tr>
739
+ <th>GroupSAMLIdentities</th>
740
+ <td>
741
+ <a href="https://docs.gitlab.com/16.4/ee/api/saml.html">🦊</a>
742
+ </td>
743
+ <td>
744
+ <a href="./src/resources/GroupSAMLIdentities.ts">⌨️</a>
745
+ </td>
746
+ </tr>
747
+ <tr>
748
+ <th>GroupSAMLLinks</th>
749
+ <td>
750
+ <a href="https://docs.gitlab.com/16.4/ee/api/groups.html#saml-group-links">🦊</a>
751
+ </td>
752
+ <td>
753
+ <a href="./src/resources/GroupSAMLLinks.ts">⌨️</a>
754
+ </td>
755
+ </tr>
756
+ <tr>
757
+ <th>GroupSCIMIdentities</th>
758
+ <td>
759
+ <a href="https://docs.gitlab.com/16.4/ee/api/scim.html">🦊</a>
760
+ </td>
761
+ <td>
762
+ <a href="./src/resources/GroupSCIMIdentities.ts">⌨️</a>
763
+ </td>
764
+ </tr>
765
+ <tr>
766
+ <th>GroupVariables</th>
767
+ <td>
768
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_level_variables.html">🦊</a>
769
+ </td>
770
+ <td>
771
+ <a href="./src/resources/GroupVariables.ts">⌨️</a>
772
+ </td>
773
+ </tr>
774
+ <tr>
775
+ <th>GroupWikis</th>
776
+ <td>
777
+ <a href="https://docs.gitlab.com/16.4/ee/api/group_wikis.html">🦊</a>
778
+ </td>
779
+ <td>
780
+ <a href="./src/resources/GroupWikis.ts">⌨️</a>
781
+ </td>
782
+ </tr>
783
+ <tr>
784
+ <th>Groups</th>
785
+ <td>
786
+ <a href="https://docs.gitlab.com/16.4/ee/api/groups.html">🦊</a>
787
+ </td>
788
+ <td>
789
+ <a href="./src/resources/Groups.ts">⌨️</a>
790
+ </td>
791
+ </tr>
792
+ <tr>
793
+ <th>Helm</th>
794
+ <td>
795
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages/helm.html">🦊</a>
796
+ </td>
797
+ <td>
798
+ <a href="./src/resources/Helm.ts">⌨️</a>
799
+ </td>
800
+ </tr>
801
+ <tr>
802
+ <th>Import</th>
803
+ <td>
804
+ <a href="https://docs.gitlab.com/16.4/ee/api/import.html">🦊</a>
805
+ </td>
806
+ <td>
807
+ <a href="./src/resources/Import.ts">⌨️</a>
808
+ </td>
809
+ </tr>
810
+ <tr>
811
+ <th>InstanceLevelCICDVariables</th>
812
+ <td>
813
+ <a href="https://docs.gitlab.com/16.4/ee/api/instance_level_ci_variables.html">🦊</a>
814
+ </td>
815
+ <td>
816
+ <a href="./src/resources/InstanceLevelCICDVariables.ts">⌨️</a>
817
+ </td>
818
+ </tr>
819
+ <tr>
820
+ <th>Integrations</th>
821
+ <td>
822
+ <a href="https://docs.gitlab.com/16.4/ee/api/integrations.html">🦊</a>
823
+ </td>
824
+ <td>
825
+ <a href="./src/resources/Integrations.ts">⌨️</a>
826
+ </td>
827
+ </tr>
828
+ <tr>
829
+ <th>IssueAwardEmojis</th>
830
+ <td>
831
+ <a href="https://docs.gitlab.com/16.4/ee/api/emoji_reactions.html">🦊</a>
832
+ </td>
833
+ <td>
834
+ <a href="./src/resources/IssueAwardEmojis.ts">⌨️</a>
835
+ </td>
836
+ </tr>
837
+ <tr>
838
+ <th>IssueDiscussions</th>
839
+ <td>
840
+ <a href="https://docs.gitlab.com/16.4/ee/api/discussions.html#issues">🦊</a>
841
+ </td>
842
+ <td>
843
+ <a href="./src/resources/IssueDiscussions.ts">⌨️</a>
844
+ </td>
845
+ </tr>
846
+ <tr>
847
+ <th>IssueIterationEvents</th>
848
+ <td>
849
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_iteration_events.html#issues">🦊</a>
850
+ </td>
851
+ <td>
852
+ <a href="./src/resources/IssueIterationEvents.ts">⌨️</a>
853
+ </td>
854
+ </tr>
855
+ <tr>
856
+ <th>IssueLabelEvents</th>
857
+ <td>
858
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_label_events.html#issues">🦊</a>
859
+ </td>
860
+ <td>
861
+ <a href="./src/resources/IssueLabelEvents.ts">⌨️</a>
862
+ </td>
863
+ </tr>
864
+ <tr>
865
+ <th>IssueLinks</th>
866
+ <td>
867
+ <a href="https://docs.gitlab.com/16.4/ee/api/issue_links.html">🦊</a>
868
+ </td>
869
+ <td>
870
+ <a href="./src/resources/IssueLinks.ts">⌨️</a>
871
+ </td>
872
+ </tr>
873
+ <tr>
874
+ <th>IssueMilestoneEvents</th>
875
+ <td>
876
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_milestone_events.html#issues">🦊</a>
877
+ </td>
878
+ <td>
879
+ <a href="./src/resources/IssueMilestoneEvents.ts">⌨️</a>
880
+ </td>
881
+ </tr>
882
+ <tr>
883
+ <th>IssueNoteAwardEmojis</th>
884
+ <td>
885
+ <a href="https://docs.gitlab.com/16.4/ee/api/emoji_reactions.html">🦊</a>
886
+ </td>
887
+ <td>
888
+ <a href="./src/resources/IssueNoteAwardEmojis.ts">⌨️</a>
889
+ </td>
890
+ </tr>
891
+ <tr>
892
+ <th>IssueNotes</th>
893
+ <td>
894
+ <a href="https://docs.gitlab.com/16.4/ee/api/notes.html#issues">🦊</a>
895
+ </td>
896
+ <td>
897
+ <a href="./src/resources/IssueNotes.ts">⌨️</a>
898
+ </td>
899
+ </tr>
900
+ <tr>
901
+ <th>IssueStateEvents</th>
902
+ <td>
903
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_state_events.html#issues">🦊</a>
904
+ </td>
905
+ <td>
906
+ <a href="./src/resources/IssueStateEvents.ts">⌨️</a>
907
+ </td>
908
+ </tr>
909
+ <tr>
910
+ <th>IssueWeightEvents</th>
911
+ <td>
912
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_weight_events.html">🦊</a>
913
+ </td>
914
+ <td>
915
+ <a href="./src/resources/IssueWeightEvents.ts">⌨️</a>
916
+ </td>
917
+ </tr>
918
+ <tr>
919
+ <th>Issues</th>
920
+ <td>
921
+ <a href="https://docs.gitlab.com/16.4/ee/api/issues.html">🦊</a>
922
+ </td>
923
+ <td>
924
+ <a href="./src/resources/Issues.ts">⌨️</a>
925
+ </td>
926
+ </tr>
927
+ <tr>
928
+ <th>IssuesStatistics</th>
929
+ <td>
930
+ <a href="https://docs.gitlab.com/16.4/ee/api/issues_statistics.html">🦊</a>
931
+ </td>
932
+ <td>
933
+ <a href="./src/resources/IssuesStatistics.ts">⌨️</a>
934
+ </td>
935
+ </tr>
936
+ <tr>
937
+ <th>JobArtifacts</th>
938
+ <td>
939
+ <a href="https://docs.gitlab.com/16.4/ee/api/job_artifacts.html">🦊</a>
940
+ </td>
941
+ <td>
942
+ <a href="./src/resources/JobArtifacts.ts">⌨️</a>
943
+ </td>
944
+ </tr>
945
+ <tr>
946
+ <th>Jobs</th>
947
+ <td>
948
+ <a href="https://docs.gitlab.com/16.4/ee/api/jobs.html">🦊</a>
949
+ </td>
950
+ <td>
951
+ <a href="./src/resources/Jobs.ts">⌨️</a>
952
+ </td>
953
+ </tr>
954
+ <tr>
955
+ <th>Keys</th>
956
+ <td>
957
+ <a href="https://docs.gitlab.com/16.4/ee/api/keys.html">🦊</a>
958
+ </td>
959
+ <td>
960
+ <a href="./src/resources/Keys.ts">⌨️</a>
961
+ </td>
962
+ </tr>
963
+ <tr>
964
+ <th>License</th>
965
+ <td>
966
+ <a href="https://docs.gitlab.com/16.4/ee/api/license.html">🦊</a>
967
+ </td>
968
+ <td>
969
+ <a href="./src/resources/License.ts">⌨️</a>
970
+ </td>
971
+ </tr>
972
+ <tr>
973
+ <th>LicenseTemplates</th>
974
+ <td>
975
+ <a href="https://docs.gitlab.com/16.4/ee/api/templates/licenses.html">🦊</a>
976
+ </td>
977
+ <td>
978
+ <a href="./src/resources/LicenseTemplates.ts">⌨️</a>
979
+ </td>
980
+ </tr>
981
+ <tr>
982
+ <th>LinkedEpics</th>
983
+ <td>
984
+ <a href="https://docs.gitlab.com/16.4/ee/api/linked_epics.html">🦊</a>
985
+ </td>
986
+ <td>
987
+ <a href="./src/resources/LinkedEpics.ts">⌨️</a>
988
+ </td>
989
+ </tr>
990
+ <tr>
991
+ <th>Lint</th>
992
+ <td>
993
+ <a href="https://docs.gitlab.com/16.4/ee/api/lint.html">🦊</a>
994
+ </td>
995
+ <td>
996
+ <a href="./src/resources/Lint.ts">⌨️</a>
997
+ </td>
998
+ </tr>
999
+ <tr>
1000
+ <th>Markdown</th>
1001
+ <td>
1002
+ <a href="https://docs.gitlab.com/16.4/ee/api/markdown.html">🦊</a>
1003
+ </td>
1004
+ <td>
1005
+ <a href="./src/resources/Markdown.ts">⌨️</a>
1006
+ </td>
1007
+ </tr>
1008
+ <tr>
1009
+ <th>Maven</th>
1010
+ <td>
1011
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages/maven.html">🦊</a>
1012
+ </td>
1013
+ <td>
1014
+ <a href="./src/resources/Maven.ts">⌨️</a>
1015
+ </td>
1016
+ </tr>
1017
+ <tr>
1018
+ <th>MergeRequestApprovals</th>
1019
+ <td>
1020
+ <a href="https://docs.gitlab.com/16.4/ee/api/merge_request_approvals.html">🦊</a>
1021
+ </td>
1022
+ <td>
1023
+ <a href="./src/resources/MergeRequestApprovals.ts">⌨️</a>
1024
+ </td>
1025
+ </tr>
1026
+ <tr>
1027
+ <th>MergeRequestAwardEmojis</th>
1028
+ <td>
1029
+ <a href="https://docs.gitlab.com/16.4/ee/api/emoji_reactions.html">🦊</a>
1030
+ </td>
1031
+ <td>
1032
+ <a href="./src/resources/MergeRequestAwardEmojis.ts">⌨️</a>
1033
+ </td>
1034
+ </tr>
1035
+ <tr>
1036
+ <th>MergeRequestContextCommits</th>
1037
+ <td>
1038
+ <a href="https://docs.gitlab.com/16.4/ee/api/merge_request_context_commits.html">🦊</a>
1039
+ </td>
1040
+ <td>
1041
+ <a href="./src/resources/MergeRequestContextCommits.ts">⌨️</a>
1042
+ </td>
1043
+ </tr>
1044
+ <tr>
1045
+ <th>MergeRequestDiscussions</th>
1046
+ <td>
1047
+ <a href="https://docs.gitlab.com/16.4/ee/api/discussions.html#merge-requests">🦊</a>
1048
+ </td>
1049
+ <td>
1050
+ <a href="./src/resources/MergeRequestDiscussions.ts">⌨️</a>
1051
+ </td>
1052
+ </tr>
1053
+ <tr>
1054
+ <th>MergeRequestDraftNotes</th>
1055
+ <td>
1056
+ <a href="https://docs.gitlab.com/16.4/ee/api/draft_notes.html">🦊</a>
1057
+ </td>
1058
+ <td>
1059
+ <a href="./src/resources/MergeRequestDraftNotes.ts">⌨️</a>
1060
+ </td>
1061
+ </tr>
1062
+ <tr>
1063
+ <th>MergeRequestLabelEvents</th>
1064
+ <td>
1065
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_label_events.html#merge-requests">🦊</a>
1066
+ </td>
1067
+ <td>
1068
+ <a href="./src/resources/MergeRequestLabelEvents.ts">⌨️</a>
1069
+ </td>
1070
+ </tr>
1071
+ <tr>
1072
+ <th>MergeRequestMilestoneEvents</th>
1073
+ <td>
1074
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_milestone_events.html#merge-requests">🦊</a>
1075
+ </td>
1076
+ <td>
1077
+ <a href="./src/resources/MergeRequestMilestoneEvents.ts">⌨️</a>
1078
+ </td>
1079
+ </tr>
1080
+ <tr>
1081
+ <th>MergeRequestNoteAwardEmojis</th>
1082
+ <td>
1083
+ <a href="https://docs.gitlab.com/16.4/ee/api/emoji_reactions.html">🦊</a>
1084
+ </td>
1085
+ <td>
1086
+ <a href="./src/resources/MergeRequestNoteAwardEmojis.ts">⌨️</a>
1087
+ </td>
1088
+ </tr>
1089
+ <tr>
1090
+ <th>MergeRequestNotes</th>
1091
+ <td>
1092
+ <a href="https://docs.gitlab.com/16.4/ee/api/notes.html#merge-requests">🦊</a>
1093
+ </td>
1094
+ <td>
1095
+ <a href="./src/resources/MergeRequestNotes.ts">⌨️</a>
1096
+ </td>
1097
+ </tr>
1098
+ <tr>
1099
+ <th>MergeRequests</th>
1100
+ <td>
1101
+ <a href="https://docs.gitlab.com/16.4/ee/api/merge_requests.html">🦊</a>
1102
+ </td>
1103
+ <td>
1104
+ <a href="./src/resources/MergeRequests.ts">⌨️</a>
1105
+ </td>
1106
+ </tr>
1107
+ <tr>
1108
+ <th>MergeTrains</th>
1109
+ <td>
1110
+ <a href="https://docs.gitlab.com/16.4/ee/api/merge_trains.html">🦊</a>
1111
+ </td>
1112
+ <td>
1113
+ <a href="./src/resources/MergeTrains.ts">⌨️</a>
1114
+ </td>
1115
+ </tr>
1116
+ <tr>
1117
+ <th>Metadata</th>
1118
+ <td>
1119
+ <a href="https://docs.gitlab.com/16.4/ee/api/metadata.html">🦊</a>
1120
+ </td>
1121
+ <td>
1122
+ <a href="./src/resources/Metadata.ts">⌨️</a>
1123
+ </td>
1124
+ </tr>
1125
+ <tr>
1126
+ <th>Migrations</th>
1127
+ <td>
1128
+ <a href="https://docs.gitlab.com/16.4/ee/api/bulk_imports.html">🦊</a>
1129
+ </td>
1130
+ <td>
1131
+ <a href="./src/resources/Migrations.ts">⌨️</a>
1132
+ </td>
1133
+ </tr>
1134
+ <tr>
1135
+ <th>NPM</th>
1136
+ <td>
1137
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages/npm.html">🦊</a>
1138
+ </td>
1139
+ <td>
1140
+ <a href="./src/resources/NPM.ts">⌨️</a>
1141
+ </td>
1142
+ </tr>
1143
+ <tr>
1144
+ <th>Namespaces</th>
1145
+ <td>
1146
+ <a href="https://docs.gitlab.com/16.4/ee/api/namespaces.html">🦊</a>
1147
+ </td>
1148
+ <td>
1149
+ <a href="./src/resources/Namespaces.ts">⌨️</a>
1150
+ </td>
1151
+ </tr>
1152
+ <tr>
1153
+ <th>NotificationSettings</th>
1154
+ <td>
1155
+ <a href="https://docs.gitlab.com/16.4/ee/api/notification_settings.html">🦊</a>
1156
+ </td>
1157
+ <td>
1158
+ <a href="./src/resources/NotificationSettings.ts">⌨️</a>
1159
+ </td>
1160
+ </tr>
1161
+ <tr>
1162
+ <th>NuGet</th>
1163
+ <td>
1164
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages/nuget.html">🦊</a>
1165
+ </td>
1166
+ <td>
1167
+ <a href="./src/resources/NuGet.ts">⌨️</a>
1168
+ </td>
1169
+ </tr>
1170
+ <tr>
1171
+ <th>PackageRegistry</th>
1172
+ <td>
1173
+ <a href="https://docs.gitlab.com/16.4/ee/user/packages/generic_packages/">🦊</a>
1174
+ </td>
1175
+ <td>
1176
+ <a href="./src/resources/PackageRegistry.ts">⌨️</a>
1177
+ </td>
1178
+ </tr>
1179
+ <tr>
1180
+ <th>Packages</th>
1181
+ <td>
1182
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages.html">🦊</a>
1183
+ </td>
1184
+ <td>
1185
+ <a href="./src/resources/Packages.ts">⌨️</a>
1186
+ </td>
1187
+ </tr>
1188
+ <tr>
1189
+ <th>PagesDomains</th>
1190
+ <td>
1191
+ <a href="https://docs.gitlab.com/16.4/ee/api/pages_domains.html">🦊</a>
1192
+ </td>
1193
+ <td>
1194
+ <a href="./src/resources/PagesDomains.ts">⌨️</a>
1195
+ </td>
1196
+ </tr>
1197
+ <tr>
1198
+ <th>PersonalAccessTokens</th>
1199
+ <td>
1200
+ <a href="https://docs.gitlab.com/16.4/ee/api/personal_access_tokens.html">🦊</a>
1201
+ </td>
1202
+ <td>
1203
+ <a href="./src/resources/PersonalAccessTokens.ts">⌨️</a>
1204
+ </td>
1205
+ </tr>
1206
+ <tr>
1207
+ <th>PipelineScheduleVariables</th>
1208
+ <td>
1209
+ <a href="https://docs.gitlab.com/16.4/ee/api/pipeline_schedules.html#pipeline-schedule-variables">🦊</a>
1210
+ </td>
1211
+ <td>
1212
+ <a href="./src/resources/PipelineScheduleVariables.ts">⌨️</a>
1213
+ </td>
1214
+ </tr>
1215
+ <tr>
1216
+ <th>PipelineSchedules</th>
1217
+ <td>
1218
+ <a href="https://docs.gitlab.com/16.4/ee/api/pipeline_schedules.html#get-all-pipeline-schedules>🦊</a>
1219
+ </td>
1220
+ <td>
1221
+ <a href="./src/resources/PipelineSchedules.ts">⌨️</a>
1222
+ </td>
1223
+ </tr>
1224
+ <tr>
1225
+ <th>PipelineTriggerTokens</th>
1226
+ <td>
1227
+ <a href="https://docs.gitlab.com/16.4/ee/api/pipeline_triggers.html">🦊</a>
1228
+ </td>
1229
+ <td>
1230
+ <a href="./src/resources/PipelineTriggerTokens.ts">⌨️</a>
1231
+ </td>
1232
+ </tr>
1233
+ <tr>
1234
+ <th>Pipelines</th>
1235
+ <td>
1236
+ <a href="https://docs.gitlab.com/16.4/ee/api/pipelines.html">🦊</a>
1237
+ </td>
1238
+ <td>
1239
+ <a href="./src/resources/Pipelines.ts">⌨️</a>
1240
+ </td>
1241
+ </tr>
1242
+ <tr>
1243
+ <th>ProductAnalytics</th>
1244
+ <td>
1245
+ <a href="https://docs.gitlab.com/16.4/ee/api/product_analytics.html">🦊</a>
1246
+ </td>
1247
+ <td>
1248
+ <a href="./src/resources/ProductAnalytics.ts">⌨️</a>
1249
+ </td>
1250
+ </tr>
1251
+ <tr>
1252
+ <th>ProjectAccessRequests</th>
1253
+ <td>
1254
+ <a href="https://docs.gitlab.com/16.4/ee/api/access_requests.html">🦊</a>
1255
+ </td>
1256
+ <td>
1257
+ <a href="./src/resources/ProjectAccessRequests.ts">⌨️</a>
1258
+ </td>
1259
+ </tr>
1260
+ <tr>
1261
+ <th>ProjectAccessTokens</th>
1262
+ <td>
1263
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_access_tokens.html">🦊</a>
1264
+ </td>
1265
+ <td>
1266
+ <a href="./src/resources/ProjectAccessTokens.ts">⌨️</a>
1267
+ </td>
1268
+ </tr>
1269
+ <tr>
1270
+ <th>ProjectAliases</th>
1271
+ <td>
1272
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_aliases.html">🦊</a>
1273
+ </td>
1274
+ <td>
1275
+ <a href="./src/resources/ProjectAliases.ts">⌨️</a>
1276
+ </td>
1277
+ </tr>
1278
+ <tr>
1279
+ <th>ProjectBadges</th>
1280
+ <td>
1281
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_badges.html">🦊</a>
1282
+ </td>
1283
+ <td>
1284
+ <a href="./src/resources/ProjectBadges.ts">⌨️</a>
1285
+ </td>
1286
+ </tr>
1287
+ <tr>
1288
+ <th>ProjectCustomAttributes</th>
1289
+ <td>
1290
+ <a href="https://docs.gitlab.com/16.4/ee/api/custom_attributes.html">🦊</a>
1291
+ </td>
1292
+ <td>
1293
+ <a href="./src/resources/ProjectCustomAttributes.ts">⌨️</a>
1294
+ </td>
1295
+ </tr>
1296
+ <tr>
1297
+ <th>ProjectDORA4Metrics</th>
1298
+ <td>
1299
+ <a href="https://docs.gitlab.com/16.4/ee/api/metrics.html#get-project-level-dora-metrics">🦊</a>
1300
+ </td>
1301
+ <td>
1302
+ <a href="./src/resources/ProjectDORA4Metrics.ts">⌨️</a>
1303
+ </td>
1304
+ </tr>
1305
+ <tr>
1306
+ <th>ProjectHooks</th>
1307
+ <td>
1308
+ <a href="https://docs.gitlab.com/16.4/ee/api/projects.html#hooks">🦊</a>
1309
+ </td>
1310
+ <td>
1311
+ <a href="./src/resources/ProjectHooks.ts">⌨️</a>
1312
+ </td>
1313
+ </tr>
1314
+ <tr>
1315
+ <th>ProjectImportExports</th>
1316
+ <td>
1317
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_import_export.html">🦊</a>
1318
+ </td>
1319
+ <td>
1320
+ <a href="./src/resources/ProjectImportExports.ts">⌨️</a>
1321
+ </td>
1322
+ </tr>
1323
+ <tr>
1324
+ <th>ProjectInvitations</th>
1325
+ <td>
1326
+ <a href="https://docs.gitlab.com/16.4/ee/api/invitations.html">🦊</a>
1327
+ </td>
1328
+ <td>
1329
+ <a href="./src/resources/ProjectInvitations.ts">⌨️</a>
1330
+ </td>
1331
+ </tr>
1332
+ <tr>
1333
+ <th>ProjectIssueBoards</th>
1334
+ <td>
1335
+ <a href="https://docs.gitlab.com/16.4/ee/api/boards.html">🦊</a>
1336
+ </td>
1337
+ <td>
1338
+ <a href="./src/resources/ProjectIssueBoards.ts">⌨️</a>
1339
+ </td>
1340
+ </tr>
1341
+ <tr>
1342
+ <th>ProjectIterations</th>
1343
+ <td>
1344
+ <a href="https://docs.gitlab.com/16.4/ee/api/iterations.html">🦊</a>
1345
+ </td>
1346
+ <td>
1347
+ <a href="./src/resources/ProjectIterations.ts">⌨️</a>
1348
+ </td>
1349
+ </tr>
1350
+ <tr>
1351
+ <th>ProjectLabels</th>
1352
+ <td>
1353
+ <a href="https://docs.gitlab.com/16.4/ee/api/labels.html">🦊</a>
1354
+ </td>
1355
+ <td>
1356
+ <a href="./src/resources/ProjectLabels.ts">⌨️</a>
1357
+ </td>
1358
+ </tr>
1359
+ <tr>
1360
+ <th>ProjectMembers</th>
1361
+ <td>
1362
+ <a href="https://docs.gitlab.com/16.4/ee/api/members.html">🦊</a>
1363
+ </td>
1364
+ <td>
1365
+ <a href="./src/resources/ProjectMembers.ts">⌨️</a>
1366
+ </td>
1367
+ </tr>
1368
+ <tr>
1369
+ <th>ProjectMilestones</th>
1370
+ <td>
1371
+ <a href="https://docs.gitlab.com/16.4/ee/api/milestones.html">🦊</a>
1372
+ </td>
1373
+ <td>
1374
+ <a href="./src/resources/ProjectMilestones.ts">⌨️</a>
1375
+ </td>
1376
+ </tr>
1377
+ <tr>
1378
+ <th>ProjectProtectedEnvironments</th>
1379
+ <td>
1380
+ <a href="https://docs.gitlab.com/16.4/ee/api/protected_environments.html">🦊</a>
1381
+ </td>
1382
+ <td>
1383
+ <a href="./src/resources/ProjectProtectedEnvironments.ts">⌨️</a>
1384
+ </td>
1385
+ </tr>
1386
+ <tr>
1387
+ <th>ProjectPushRules</th>
1388
+ <td>
1389
+ <a href="https://docs.gitlab.com/16.4/ee/api/projects.html#push-rules">🦊</a>
1390
+ </td>
1391
+ <td>
1392
+ <a href="./src/resources/ProjectPushRules.ts">⌨️</a>
1393
+ </td>
1394
+ </tr>
1395
+ <tr>
1396
+ <th>ProjectRelationsExport</th>
1397
+ <td>
1398
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_relations_export.html">🦊</a>
1399
+ </td>
1400
+ <td>
1401
+ <a href="./src/resources/ProjectRelationsExport.ts">⌨️</a>
1402
+ </td>
1403
+ </tr>
1404
+ <tr>
1405
+ <th>ProjectReleases</th>
1406
+ <td>
1407
+ <a href="https://docs.gitlab.com/16.4/ee/api/releases/">🦊</a>
1408
+ </td>
1409
+ <td>
1410
+ <a href="./src/resources/ProjectReleases.ts">⌨️</a>
1411
+ </td>
1412
+ </tr>
1413
+ <tr>
1414
+ <th>ProjectRemoteMirrors</th>
1415
+ <td>
1416
+ <a href="https://docs.gitlab.com/16.4/ee/api/remote_mirrors.html">🦊</a>
1417
+ </td>
1418
+ <td>
1419
+ <a href="./src/resources/ProjectRemoteMirrors.ts">⌨️</a>
1420
+ </td>
1421
+ </tr>
1422
+ <tr>
1423
+ <th>ProjectRepositoryStorageMoves</th>
1424
+ <td>
1425
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_repository_storage_moves.html">🦊</a>
1426
+ </td>
1427
+ <td>
1428
+ <a href="./src/resources/ProjectRepositoryStorageMoves.ts">⌨️</a>
1429
+ </td>
1430
+ </tr>
1431
+ <tr>
1432
+ <th>ProjectSnippetAwardEmojis</th>
1433
+ <td>
1434
+ <a href="https://docs.gitlab.com/16.4/ee/api/emoji_reactions.html">🦊</a>
1435
+ </td>
1436
+ <td>
1437
+ <a href="./src/resources/ProjectSnippetAwardEmojis.ts">⌨️</a>
1438
+ </td>
1439
+ </tr>
1440
+ <tr>
1441
+ <th>ProjectSnippetDiscussions</th>
1442
+ <td>
1443
+ <a href="https://docs.gitlab.com/16.4/ee/api/discussions.html#snippets">🦊</a>
1444
+ </td>
1445
+ <td>
1446
+ <a href="./src/resources/ProjectSnippetDiscussions.ts">⌨️</a>
1447
+ </td>
1448
+ </tr>
1449
+ <tr>
1450
+ <th>ProjectSnippetNotes</th>
1451
+ <td>
1452
+ <a href="https://docs.gitlab.com/16.4/ee/api/notes.html#snippets">🦊</a>
1453
+ </td>
1454
+ <td>
1455
+ <a href="./src/resources/ProjectSnippetNotes.ts">⌨️</a>
1456
+ </td>
1457
+ </tr>
1458
+ <tr>
1459
+ <th>ProjectSnippets</th>
1460
+ <td>
1461
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_snippets.html">🦊</a>
1462
+ </td>
1463
+ <td>
1464
+ <a href="./src/resources/ProjectSnippets.ts">⌨️</a>
1465
+ </td>
1466
+ </tr>
1467
+ <tr>
1468
+ <th>ProjectStatistics</th>
1469
+ <td>
1470
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_statistics.html">🦊</a>
1471
+ </td>
1472
+ <td>
1473
+ <a href="./src/resources/ProjectStatistics.ts">⌨️</a>
1474
+ </td>
1475
+ </tr>
1476
+ <tr>
1477
+ <th>ProjectTemplates</th>
1478
+ <td>
1479
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_templates.html">🦊</a>
1480
+ </td>
1481
+ <td>
1482
+ <a href="./src/resources/ProjectTemplates.ts">⌨️</a>
1483
+ </td>
1484
+ </tr>
1485
+ <tr>
1486
+ <th>ProjectVariables</th>
1487
+ <td>
1488
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_level_variables.html">🦊</a>
1489
+ </td>
1490
+ <td>
1491
+ <a href="./src/resources/ProjectVariables.ts">⌨️</a>
1492
+ </td>
1493
+ </tr>
1494
+ <tr>
1495
+ <th>ProjectVulnerabilities</th>
1496
+ <td>
1497
+ <a href="https://docs.gitlab.com/16.4/ee/api/project_vulnerabilities.html">🦊</a>
1498
+ </td>
1499
+ <td>
1500
+ <a href="./src/resources/ProjectVulnerabilities.ts">⌨️</a>
1501
+ </td>
1502
+ </tr>
1503
+ <tr>
1504
+ <th>ProjectWikis</th>
1505
+ <td>
1506
+ <a href="https://docs.gitlab.com/16.4/ee/api/wikis.html">🦊</a>
1507
+ </td>
1508
+ <td>
1509
+ <a href="./src/resources/ProjectWikis.ts">⌨️</a>
1510
+ </td>
1511
+ </tr>
1512
+ <tr>
1513
+ <th>Projects</th>
1514
+ <td>
1515
+ <a href="https://docs.gitlab.com/16.4/ee/api/projects.html">🦊</a>
1516
+ </td>
1517
+ <td>
1518
+ <a href="./src/resources/Projects.ts">⌨️</a>
1519
+ </td>
1520
+ </tr>
1521
+ <tr>
1522
+ <th>ProtectedBranches</th>
1523
+ <td>
1524
+ <a href="https://docs.gitlab.com/16.4/ee/api/protected_branches.html">🦊</a>
1525
+ </td>
1526
+ <td>
1527
+ <a href="./src/resources/ProtectedBranches.ts">⌨️</a>
1528
+ </td>
1529
+ </tr>
1530
+ <tr>
1531
+ <th>ProtectedTags</th>
1532
+ <td>
1533
+ <a href="https://docs.gitlab.com/16.4/ee/api/protected_tags.html">🦊</a>
1534
+ </td>
1535
+ <td>
1536
+ <a href="./src/resources/ProtectedTags.ts">⌨️</a>
1537
+ </td>
1538
+ </tr>
1539
+ <tr>
1540
+ <th>PyPI</th>
1541
+ <td>
1542
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages/pypi.html">🦊</a>
1543
+ </td>
1544
+ <td>
1545
+ <a href="./src/resources/PyPI.ts">⌨️</a>
1546
+ </td>
1547
+ </tr>
1548
+ <tr>
1549
+ <th>ReleaseLinks</th>
1550
+ <td>
1551
+ <a href="https://docs.gitlab.com/16.4/ee/api/releases/links.html">🦊</a>
1552
+ </td>
1553
+ <td>
1554
+ <a href="./src/resources/ReleaseLinks.ts">⌨️</a>
1555
+ </td>
1556
+ </tr>
1557
+ <tr>
1558
+ <th>Repositories</th>
1559
+ <td>
1560
+ <a href="https://docs.gitlab.com/16.4/ee/api/">🦊</a>
1561
+ </td>
1562
+ <td>
1563
+ <a href="./src/resources/Repositories.ts">⌨️</a>
1564
+ </td>
1565
+ </tr>
1566
+ <tr>
1567
+ <th>RepositoryFiles</th>
1568
+ <td>
1569
+ <a href="https://docs.gitlab.com/16.4/ee/api/repository_files.html">🦊</a>
1570
+ </td>
1571
+ <td>
1572
+ <a href="./src/resources/RepositoryFiles.ts">⌨️</a>
1573
+ </td>
1574
+ </tr>
1575
+ <tr>
1576
+ <th>RepositorySubmodules</th>
1577
+ <td>
1578
+ <a href="https://docs.gitlab.com/16.4/ee/api/repository_submodules.html">🦊</a>
1579
+ </td>
1580
+ <td>
1581
+ <a href="./src/resources/RepositorySubmodules.ts">⌨️</a>
1582
+ </td>
1583
+ </tr>
1584
+ <tr>
1585
+ <th>ResourceGroups</th>
1586
+ <td>
1587
+ <a href="https://docs.gitlab.com/16.4/ee/api/resource_groups.html">🦊</a>
1588
+ </td>
1589
+ <td>
1590
+ <a href="./src/resources/ResourceGroups.ts">⌨️</a>
1591
+ </td>
1592
+ </tr>
1593
+ <tr>
1594
+ <th>RubyGems</th>
1595
+ <td>
1596
+ <a href="https://docs.gitlab.com/16.4/ee/api/packages/rubygems.html">🦊</a>
1597
+ </td>
1598
+ <td>
1599
+ <a href="./src/resources/RubyGems.ts">⌨️</a>
1600
+ </td>
1601
+ </tr>
1602
+ <tr>
1603
+ <th>Runners</th>
1604
+ <td>
1605
+ <a href="https://docs.gitlab.com/16.4/ee/api/runners.html">🦊</a>
1606
+ </td>
1607
+ <td>
1608
+ <a href="./src/resources/Runners.ts">⌨️</a>
1609
+ </td>
1610
+ </tr>
1611
+ <tr>
1612
+ <th>Search</th>
1613
+ <td>
1614
+ <a href="https://docs.gitlab.com/16.4/ee/api/search.html">🦊</a>
1615
+ </td>
1616
+ <td>
1617
+ <a href="./src/resources/Search.ts">⌨️</a>
1618
+ </td>
1619
+ </tr>
1620
+ <tr>
1621
+ <th>SearchAdmin</th>
1622
+ <td>
1623
+ <a href="https://docs.gitlab.com/16.4/ee/api/search_admin.html">🦊</a>
1624
+ </td>
1625
+ <td>
1626
+ <a href="./src/resources/SearchAdmin.ts">⌨️</a>
1627
+ </td>
1628
+ </tr>
1629
+ <tr>
1630
+ <th>SecureFiles</th>
1631
+ <td>
1632
+ <a href="https://docs.gitlab.com/16.4/ee/api/secure_files.html">🦊</a>
1633
+ </td>
1634
+ <td>
1635
+ <a href="./src/resources/SecureFiles.ts">⌨️</a>
1636
+ </td>
1637
+ </tr>
1638
+ <tr>
1639
+ <th>ServiceData</th>
1640
+ <td>
1641
+ <a href="https://docs.gitlab.com/16.4/ee/api/usage_data.html">🦊</a>
1642
+ </td>
1643
+ <td>
1644
+ <a href="./src/resources/ServiceData.ts">⌨️</a>
1645
+ </td>
1646
+ </tr>
1647
+ <tr>
1648
+ <th>SidekiqMetrics</th>
1649
+ <td>
1650
+ <a href="https://docs.gitlab.com/16.4/ee/api/sidekiq_metrics.html">🦊</a>
1651
+ </td>
1652
+ <td>
1653
+ <a href="./src/resources/SidekiqMetrics.ts">⌨️</a>
1654
+ </td>
1655
+ </tr>
1656
+ <tr>
1657
+ <th>SidekiqQueues</th>
1658
+ <td>
1659
+ <a href="https://docs.gitlab.com/16.4/ee/api/admin_sidekiq_queues.html">🦊</a>
1660
+ </td>
1661
+ <td>
1662
+ <a href="./src/resources/SidekiqQueues.ts">⌨️</a>
1663
+ </td>
1664
+ </tr>
1665
+ <tr>
1666
+ <th>SnippetRepositoryStorageMoves</th>
1667
+ <td>
1668
+ <a href="https://docs.gitlab.com/16.4/ee/api/snippet_repository_storage_moves.html">🦊</a>
1669
+ </td>
1670
+ <td>
1671
+ <a href="./src/resources/SnippetRepositoryStorageMoves.ts">⌨️</a>
1672
+ </td>
1673
+ </tr>
1674
+ <tr>
1675
+ <th>Snippets</th>
1676
+ <td>
1677
+ <a href="https://docs.gitlab.com/16.4/ee/api/snippets.html">🦊</a>
1678
+ </td>
1679
+ <td>
1680
+ <a href="./src/resources/Snippets.ts">⌨️</a>
1681
+ </td>
1682
+ </tr>
1683
+ <tr>
1684
+ <th>Suggestions</th>
1685
+ <td>
1686
+ <a href="https://docs.gitlab.com/16.4/ee/api/suggestions.html">🦊</a>
1687
+ </td>
1688
+ <td>
1689
+ <a href="./src/resources/Suggestions.ts">⌨️</a>
1690
+ </td>
1691
+ </tr>
1692
+ <tr>
1693
+ <th>SystemHooks</th>
1694
+ <td>
1695
+ <a href="https://docs.gitlab.com/16.4/ee/api/system_hooks.html">🦊</a>
1696
+ </td>
1697
+ <td>
1698
+ <a href="./src/resources/SystemHooks.ts">⌨️</a>
1699
+ </td>
1700
+ </tr>
1701
+ <tr>
1702
+ <th>Tags</th>
1703
+ <td>
1704
+ <a href="https://docs.gitlab.com/16.4/ee/api/tags.html">🦊</a>
1705
+ </td>
1706
+ <td>
1707
+ <a href="./src/resources/Tags.ts">⌨️</a>
1708
+ </td>
1709
+ </tr>
1710
+ <tr>
1711
+ <th>TodoLists</th>
1712
+ <td>
1713
+ <a href="https://docs.gitlab.com/16.4/ee/api/todos.html">🦊</a>
1714
+ </td>
1715
+ <td>
1716
+ <a href="./src/resources/TodoLists.ts">⌨️</a>
1717
+ </td>
1718
+ </tr>
1719
+ <tr>
1720
+ <th>Topics</th>
1721
+ <td>
1722
+ <a href="https://docs.gitlab.com/16.4/ee/api/topics.html">🦊</a>
1723
+ </td>
1724
+ <td>
1725
+ <a href="./src/resources/Topics.ts">⌨️</a>
1726
+ </td>
1727
+ </tr>
1728
+ <tr>
1729
+ <th>UserCustomAttributes</th>
1730
+ <td>
1731
+ <a href="https://docs.gitlab.com/16.4/ee/api/custom_attributes.html">🦊</a>
1732
+ </td>
1733
+ <td>
1734
+ <a href="./src/resources/UserCustomAttributes.ts">⌨️</a>
1735
+ </td>
1736
+ </tr>
1737
+ <tr>
1738
+ <th>UserEmails</th>
1739
+ <td>
1740
+ <a href="https://docs.gitlab.com/16.4/ee/api/users.html#list-emails">🦊</a>
1741
+ </td>
1742
+ <td>
1743
+ <a href="./src/resources/UserEmails.ts">⌨️</a>
1744
+ </td>
1745
+ </tr>
1746
+ <tr>
1747
+ <th>UserGPGKeys</th>
1748
+ <td>
1749
+ <a href="https://docs.gitlab.com/16.4/ee/api/users.html#list-all-gpg-keys">🦊</a>
1750
+ </td>
1751
+ <td>
1752
+ <a href="./src/resources/UserGPGKeys.ts">⌨️</a>
1753
+ </td>
1754
+ </tr>
1755
+ <tr>
1756
+ <th>UserImpersonationTokens</th>
1757
+ <td>
1758
+ <a href="https://docs.gitlab.com/16.4/ee/api/users.html#get-an-impersonation-token-of-a-user">🦊</a>
1759
+ </td>
1760
+ <td>
1761
+ <a href="./src/resources/UserImpersonationTokens.ts">⌨️</a>
1762
+ </td>
1763
+ </tr>
1764
+ <tr>
1765
+ <th>UserSSHKeys</th>
1766
+ <td>
1767
+ <a href="https://docs.gitlab.com/16.4/ee/api/users.html#list-ssh-keys">🦊</a>
1768
+ </td>
1769
+ <td>
1770
+ <a href="./src/resources/UserSSHKeys.ts">⌨️</a>
1771
+ </td>
1772
+ </tr>
1773
+ <tr>
1774
+ <th>UserStarredMetricsDashboard</th>
1775
+ <td>
1776
+ <a href="https://docs.gitlab.com/16.4/ee/api/metrics_user_starred_dashboards.html">🦊</a>
1777
+ </td>
1778
+ <td>
1779
+ <a href="./src/resources/UserStarredMetricsDashboard.ts">⌨️</a>
1780
+ </td>
1781
+ </tr>
1782
+ <tr>
1783
+ <th>Users</th>
1784
+ <td>
1785
+ <a href="https://docs.gitlab.com/16.4/ee/api/users.html">🦊</a>
1786
+ </td>
1787
+ <td>
1788
+ <a href="./src/resources/Users.ts">⌨️</a>
1789
+ </td>
1790
+ </tr>
1791
+
1792
+ </tbody>
1793
+ </table>
1794
+
120
1795
  ## Contributors
121
1796
 
122
1797
  <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -229,6 +1904,8 @@ import { Gitlab } from '@gitbeaker/core';
229
1904
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/kouak"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/48335?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Benjamin Beret"/></td>
230
1905
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/demedos"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/16702156?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Alessandro Diez"/></td>
231
1906
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/artlist-scottambrose"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/124692101?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="artlist-scottambrose"/></td>
1907
+ <td align="center" valign="top" width="3.84%"><a href="https://github.com/mercutiodesign"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/1114120?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Martin Dreher"/></td>
1908
+ <td align="center" valign="top" width="3.84%"><a href="https://github.com/glensc"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/199095?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Elan Ruusamäe"/></td>
232
1909
  </tr>
233
1910
  </p>
234
1911