@gitbeaker/core 39.14.0 → 39.15.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/dist/index.d.mts CHANGED
@@ -584,7 +584,7 @@ type AllGroupProjectsOptions = {
584
584
  visibility?: string;
585
585
  orderBy?: 'id' | 'name' | 'path' | 'created_at' | 'updated_at' | 'similarity' | 'last_activity_at';
586
586
  sort?: 'asc' | 'desc';
587
- archive?: boolean;
587
+ archived?: boolean;
588
588
  search?: string;
589
589
  simple?: boolean;
590
590
  owned?: boolean;
package/dist/index.d.ts CHANGED
@@ -584,7 +584,7 @@ type AllGroupProjectsOptions = {
584
584
  visibility?: string;
585
585
  orderBy?: 'id' | 'name' | 'path' | 'created_at' | 'updated_at' | 'similarity' | 'last_activity_at';
586
586
  sort?: 'asc' | 'desc';
587
- archive?: boolean;
587
+ archived?: boolean;
588
588
  search?: string;
589
589
  simple?: boolean;
590
590
  owned?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/core",
3
- "version": "39.14.0",
3
+ "version": "39.15.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.14.0",
58
+ "@gitbeaker/requester-utils": "^39.15.0",
59
59
  "qs": "^6.11.2",
60
60
  "xcase": "^2.0.1"
61
61
  },
@@ -66,5 +66,5 @@
66
66
  "tsx": "^3.12.7",
67
67
  "typescript": "^5.1.6"
68
68
  },
69
- "gitHead": "4f9ec2fcdaddda7e1a091f740ae99b1841c69274"
69
+ "gitHead": "ee1436e9634381d03a2c3ad9ca03de3901e65231"
70
70
  }