@gitbeaker/core 41.1.0 → 41.1.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/dist/index.d.mts CHANGED
@@ -610,6 +610,7 @@ type AllGroupsOptions = {
610
610
  type AllGroupProjectsOptions = {
611
611
  visibility?: 'public' | 'internal' | 'private';
612
612
  orderBy?: 'id' | 'name' | 'path' | 'created_at' | 'updated_at' | 'similarity' | 'last_activity_at';
613
+ topic?: string;
613
614
  sort?: 'asc' | 'desc';
614
615
  archived?: boolean;
615
616
  search?: string;
package/dist/index.d.ts CHANGED
@@ -610,6 +610,7 @@ type AllGroupsOptions = {
610
610
  type AllGroupProjectsOptions = {
611
611
  visibility?: 'public' | 'internal' | 'private';
612
612
  orderBy?: 'id' | 'name' | 'path' | 'created_at' | 'updated_at' | 'similarity' | 'last_activity_at';
613
+ topic?: string;
613
614
  sort?: 'asc' | 'desc';
614
615
  archived?: boolean;
615
616
  search?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/core",
3
- "version": "41.1.0",
3
+ "version": "41.1.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": "^41.1.0",
55
+ "@gitbeaker/requester-utils": "^41.1.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": "77a20d94db8c03c70b372f8bffdb1594c18aa514"
66
+ "gitHead": "d657d0c58d4c39d0fec5a18a3a4a26e865b64041"
67
67
  }