@gitbeaker/core 40.1.0 → 40.1.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/dist/index.d.mts CHANGED
@@ -599,6 +599,7 @@ type AllGroupsOptions = {
599
599
  owned?: boolean;
600
600
  minAccessLevel?: Exclude<AccessLevel, AccessLevel.ADMIN>;
601
601
  topLevelOnly?: boolean;
602
+ markedForDeletionOn?: string;
602
603
  };
603
604
  type AllGroupProjectsOptions = {
604
605
  visibility?: 'public' | 'internal' | 'private';
@@ -937,6 +938,7 @@ type AllProjectsOptions = {
937
938
  withProgrammingLanguage?: string;
938
939
  updatedBefore?: string;
939
940
  updatedAfter?: string;
941
+ markedForDeletionOn?: string;
940
942
  };
941
943
  type CreateProjectOptions = {
942
944
  userId?: number;
package/dist/index.d.ts CHANGED
@@ -599,6 +599,7 @@ type AllGroupsOptions = {
599
599
  owned?: boolean;
600
600
  minAccessLevel?: Exclude<AccessLevel, AccessLevel.ADMIN>;
601
601
  topLevelOnly?: boolean;
602
+ markedForDeletionOn?: string;
602
603
  };
603
604
  type AllGroupProjectsOptions = {
604
605
  visibility?: 'public' | 'internal' | 'private';
@@ -937,6 +938,7 @@ type AllProjectsOptions = {
937
938
  withProgrammingLanguage?: string;
938
939
  updatedBefore?: string;
939
940
  updatedAfter?: string;
941
+ markedForDeletionOn?: string;
940
942
  };
941
943
  type CreateProjectOptions = {
942
944
  userId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/core",
3
- "version": "40.1.0",
3
+ "version": "40.1.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.1.0",
54
+ "@gitbeaker/requester-utils": "^40.1.2",
55
55
  "qs": "^6.12.2",
56
56
  "xcase": "^2.0.1"
57
57
  },
@@ -62,5 +62,5 @@
62
62
  "tsx": "^4.16.2",
63
63
  "typescript": "^5.5.3"
64
64
  },
65
- "gitHead": "312d4dc3eb7938b30ddf2b314297b3a535d5e7bc"
65
+ "gitHead": "e9ca9e97f85e4b5bbc9aaeb240bfefe01569478a"
66
66
  }