@gitbeaker/core 40.5.0 → 40.5.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
@@ -1918,6 +1918,7 @@ import { Gitlab } from '@gitbeaker/core';
1918
1918
  <td align="center" valign="top" width="0.33%"><a href="https://baylee.dev/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/119542904?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Baylee Schmeisser"/></td>
1919
1919
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/andys8"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/13085980?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Andy"/></td>
1920
1920
  <td align="center" valign="top" width="0.33%"><a href="https://github.com/roberta-pavel"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/26488965?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="roberta-pavel"/></td>
1921
+ <td align="center" valign="top" width="0.33%"><a href="https://github.com/yousinix"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/41103290?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Youssef"/></td>
1921
1922
  </tr>
1922
1923
  </p>
1923
1924
 
package/dist/index.d.mts CHANGED
@@ -530,6 +530,7 @@ declare class Namespaces<C extends boolean = false> extends BaseResource<C> {
530
530
  all<E extends boolean = false, P extends PaginationTypes = 'offset'>(options?: {
531
531
  search?: string;
532
532
  ownedOnly?: string;
533
+ topLevelOnly?: boolean;
533
534
  } & PaginationRequestOptions<P> & Sudo & ShowExpanded<E>): Promise<GitlabAPIResponse<NamespaceSchema[], C, E, P>>;
534
535
  exists<E extends boolean = false>(namespace: string, options?: {
535
536
  parentId?: string;
package/dist/index.d.ts CHANGED
@@ -530,6 +530,7 @@ declare class Namespaces<C extends boolean = false> extends BaseResource<C> {
530
530
  all<E extends boolean = false, P extends PaginationTypes = 'offset'>(options?: {
531
531
  search?: string;
532
532
  ownedOnly?: string;
533
+ topLevelOnly?: boolean;
533
534
  } & PaginationRequestOptions<P> & Sudo & ShowExpanded<E>): Promise<GitlabAPIResponse<NamespaceSchema[], C, E, P>>;
534
535
  exists<E extends boolean = false>(namespace: string, options?: {
535
536
  parentId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/core",
3
- "version": "40.5.0",
3
+ "version": "40.5.1",
4
4
  "description": "Core API implementation of the GitLab API",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -52,7 +52,7 @@
52
52
  "lint:fix": "yarn lint --fix"
53
53
  },
54
54
  "dependencies": {
55
- "@gitbeaker/requester-utils": "^40.5.0",
55
+ "@gitbeaker/requester-utils": "^40.5.1",
56
56
  "qs": "^6.12.2",
57
57
  "xcase": "^2.0.1"
58
58
  },
@@ -63,5 +63,5 @@
63
63
  "tsx": "^4.16.2",
64
64
  "typescript": "^5.5.3"
65
65
  },
66
- "gitHead": "73f38ddc911b3108f6c8327d896cc869b1999d3f"
66
+ "gitHead": "997ad4623462bdd543b6db19b66189496aaa5602"
67
67
  }