@gitbeaker/core 40.0.1 → 40.0.2
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 +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1906,6 +1906,7 @@ import { Gitlab } from '@gitbeaker/core';
|
|
|
1906
1906
|
<td align="center" valign="top" width="0.33%"><a href="https://www.1stg.me/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/8336744?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="JounQin"/></td>
|
|
1907
1907
|
<td align="center" valign="top" width="0.33%"><a href="https://github.com/elaine-mattos"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/79633988?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Elaine Mattos"/></td>
|
|
1908
1908
|
<td align="center" valign="top" width="0.33%"><a href="https://github.com/vitamindck"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/10766587?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="DK"/></td>
|
|
1909
|
+
<td align="center" valign="top" width="0.33%"><a href="http://www.koenbrouwer.com/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/3260168?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Koen Brouwer"/></td>
|
|
1909
1910
|
</tr>
|
|
1910
1911
|
</p>
|
|
1911
1912
|
|
package/dist/index.d.mts
CHANGED
|
@@ -2709,7 +2709,7 @@ type AllMergeRequestsOptions = {
|
|
|
2709
2709
|
approvedByIds?: number[];
|
|
2710
2710
|
approverIds?: number[];
|
|
2711
2711
|
approved?: string;
|
|
2712
|
-
assigneeId?: number;
|
|
2712
|
+
assigneeId?: number | 'Any' | 'None';
|
|
2713
2713
|
authorId?: number;
|
|
2714
2714
|
authorUsername?: string;
|
|
2715
2715
|
createdAfter?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2709,7 +2709,7 @@ type AllMergeRequestsOptions = {
|
|
|
2709
2709
|
approvedByIds?: number[];
|
|
2710
2710
|
approverIds?: number[];
|
|
2711
2711
|
approved?: string;
|
|
2712
|
-
assigneeId?: number;
|
|
2712
|
+
assigneeId?: number | 'Any' | 'None';
|
|
2713
2713
|
authorId?: number;
|
|
2714
2714
|
authorUsername?: string;
|
|
2715
2715
|
createdAfter?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitbeaker/core",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.2",
|
|
4
4
|
"description": "Core API implementation of the GitLab API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"lint:fix": "yarn lint --fix"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@gitbeaker/requester-utils": "^40.0.
|
|
54
|
+
"@gitbeaker/requester-utils": "^40.0.2",
|
|
55
55
|
"qs": "^6.11.2",
|
|
56
56
|
"xcase": "^2.0.1"
|
|
57
57
|
},
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"tsx": "^4.7.0",
|
|
63
63
|
"typescript": "^5.3.3"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "371194377c652d86497d6345963e03d9e534b940"
|
|
66
66
|
}
|