@gitbeaker/core 39.21.2 → 39.22.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
@@ -1916,6 +1916,7 @@ import { Gitlab } from '@gitbeaker/core';
1916
1916
  <td align="center"><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>
1917
1917
  <td align="center"><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>
1918
1918
  <td align="center"><a href="https://github.com/Artemoire"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/18062266?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="artemoire"/></td>
1919
+ <td align="center"><a href="https://github.com/pataar"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/3403851?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Pieter Willekens"/></td>
1919
1920
  </tr>
1920
1921
  </table>
1921
1922
 
package/dist/index.d.mts CHANGED
@@ -2691,7 +2691,9 @@ type EditMergeRequestOptions = {
2691
2691
  reviewerId?: number;
2692
2692
  reviewerIds?: number[];
2693
2693
  milestoneId?: number;
2694
+ addLabels?: string;
2694
2695
  labels?: string | Array<string>;
2696
+ removeLabels?: string;
2695
2697
  description?: string;
2696
2698
  stateEvent?: string;
2697
2699
  removeSourceBranch?: boolean;
package/dist/index.d.ts CHANGED
@@ -2691,7 +2691,9 @@ type EditMergeRequestOptions = {
2691
2691
  reviewerId?: number;
2692
2692
  reviewerIds?: number[];
2693
2693
  milestoneId?: number;
2694
+ addLabels?: string;
2694
2695
  labels?: string | Array<string>;
2696
+ removeLabels?: string;
2695
2697
  description?: string;
2696
2698
  stateEvent?: string;
2697
2699
  removeSourceBranch?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/core",
3
- "version": "39.21.2",
3
+ "version": "39.22.0",
4
4
  "description": "Core API implementation of the GitLab API",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -55,7 +55,7 @@
55
55
  "release": "auto shipit"
56
56
  },
57
57
  "dependencies": {
58
- "@gitbeaker/requester-utils": "^39.21.2",
58
+ "@gitbeaker/requester-utils": "^39.22.0",
59
59
  "qs": "^6.11.2",
60
60
  "xcase": "^2.0.1"
61
61
  },
@@ -66,5 +66,5 @@
66
66
  "tsx": "^3.14.0",
67
67
  "typescript": "^5.2.2"
68
68
  },
69
- "gitHead": "dbc71a34b78e2bc6dc9e8e338bc6c3b9858bbc32"
69
+ "gitHead": "56ec530ad6b2260292bb0625de8b68f6300bbc63"
70
70
  }