@gitbeaker/core 39.1.0 → 39.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -6944,7 +6944,7 @@ declare class GroupLDAPLinks<C extends boolean = false> extends BaseResource<C>
6944
6944
  cn?: string;
6945
6945
  filter?: string;
6946
6946
  } & Sudo & ShowExpanded<E>): Promise<GitlabAPIResponse<void, C, E, void>>;
6947
- sync(groupId: string | number, options?: Sudo & ShowExpanded): Promise<string | number | void | ReadableStream<any> | Blob | string[] | CamelizedResponse<Record<string, unknown>, C> | CamelizedResponse<Record<string, unknown>, C>[]>;
6947
+ sync(groupId: string | number, options?: Sudo & ShowExpanded): Promise<string | number | void | ReadableStream<any> | Blob | string[] | CamelizedResponse<Record<string, unknown>, C> | CamelizedResponse<Record<string, unknown>, C>[] | null>;
6948
6948
  }
6949
6949
 
6950
6950
  interface BillableGroupMemberSchema extends CondensedMemberSchema {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/core",
3
- "version": "39.1.0",
3
+ "version": "39.1.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.1.0",
58
+ "@gitbeaker/requester-utils": "^39.1.1",
59
59
  "qs": "^6.11.1",
60
60
  "xcase": "^2.0.1"
61
61
  },
@@ -66,5 +66,5 @@
66
66
  "tsx": "^3.12.6",
67
67
  "typescript": "^5.0.4"
68
68
  },
69
- "gitHead": "b6fa44700d41048369f843b896957de0056b8dd5"
69
+ "gitHead": "cad136a360a24c553c59662aacc321f44fd53d64"
70
70
  }