@gitbeaker/core 39.26.0 → 39.26.1

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
@@ -1930,6 +1930,7 @@ import { Gitlab } from '@gitbeaker/core';
1930
1930
  </tr><br />
1931
1931
  <tr>
1932
1932
  <td align="center" valign="top" width="3.84%"><a href="https://github.com/domharrington"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/848223?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Dom Harrington"/></td>
1933
+ <td align="center" valign="top" width="3.84%"><a href="https://github.com/kseino"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/1378066?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Kohei Seino"/></td>
1933
1934
  </tr>
1934
1935
  </p>
1935
1936
 
package/dist/index.d.mts CHANGED
@@ -2637,6 +2637,7 @@ interface MergeRequestSchema extends CondensedMergeRequestSchema {
2637
2637
  milestone: MilestoneSchema | null;
2638
2638
  merge_when_pipeline_succeeds: boolean;
2639
2639
  merge_status: 'unchecked' | 'checking' | 'can_be_merged' | 'cannot_be_merged' | 'cannot_be_merged_recheck';
2640
+ detailed_merge_status: 'blocked_status' | 'broken_status' | 'checking' | 'unchecked' | 'ci_must_pass' | 'ci_still_running' | 'discussions_not_resolved' | 'draft_status' | 'external_status_checks' | 'mergeable' | 'not_approved' | 'not_open' | 'policies_denied' | 'jira_association_missing';
2640
2641
  sha: string;
2641
2642
  merge_commit_sha: string | null;
2642
2643
  squash_commit_sha: string | null;
package/dist/index.d.ts CHANGED
@@ -2637,6 +2637,7 @@ interface MergeRequestSchema extends CondensedMergeRequestSchema {
2637
2637
  milestone: MilestoneSchema | null;
2638
2638
  merge_when_pipeline_succeeds: boolean;
2639
2639
  merge_status: 'unchecked' | 'checking' | 'can_be_merged' | 'cannot_be_merged' | 'cannot_be_merged_recheck';
2640
+ detailed_merge_status: 'blocked_status' | 'broken_status' | 'checking' | 'unchecked' | 'ci_must_pass' | 'ci_still_running' | 'discussions_not_resolved' | 'draft_status' | 'external_status_checks' | 'mergeable' | 'not_approved' | 'not_open' | 'policies_denied' | 'jira_association_missing';
2640
2641
  sha: string;
2641
2642
  merge_commit_sha: string | null;
2642
2643
  squash_commit_sha: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/core",
3
- "version": "39.26.0",
3
+ "version": "39.26.1",
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.26.0",
58
+ "@gitbeaker/requester-utils": "^39.26.1",
59
59
  "qs": "^6.11.2",
60
60
  "xcase": "^2.0.1"
61
61
  },
@@ -66,5 +66,5 @@
66
66
  "tsx": "^4.6.2",
67
67
  "typescript": "^5.3.3"
68
68
  },
69
- "gitHead": "b264a2f4893a7e4cd8d983eac7ec0176c7face06"
69
+ "gitHead": "880ec9b264aec105b90ca42c3e14156da096efb0"
70
70
  }