mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Updating groups schema to use email_enabled (#3569)
- Updated min version of Gitlab supported
This commit is contained in:
parent
acfbd189e7
commit
3fccc967ed
@ -57,7 +57,7 @@
|
||||
|
||||
## Features
|
||||
|
||||
- **Complete** - All features of Gitlab's exposed APIs are covered up to version [16.0](https://docs.gitlab.com/16.0/ee/api/api_resources.html). See [here](./packages/core/README.md#supported-apis) for the full list.
|
||||
- **Complete** - All features of Gitlab's exposed APIs are covered up to version [16.5](https://docs.gitlab.com/16.5/ee/api/api_resources.html). See [here](./packages/core/README.md#supported-apis) for the full list.
|
||||
- **Universal** - Works in all modern browsers, [Node.js](https://nodejs.org/), and [Deno](https://deno.land/) and supports [CLI](https://www.npmjs.com/package/@gitbeaker/cli) usage.
|
||||
- **Tested** - All libraries have > 80% test coverage.
|
||||
- **Typed** - All libraries have extensive TypeScript declarations.
|
||||
|
||||
@ -47,7 +47,7 @@ export interface GroupSchema extends SimpleGroupSchema {
|
||||
project_creation_level: string;
|
||||
auto_devops_enabled?: boolean;
|
||||
subgroup_creation_level: string;
|
||||
emails_disabled?: boolean;
|
||||
emails_enabled?: boolean;
|
||||
mentions_disabled?: boolean;
|
||||
lfs_enabled: boolean;
|
||||
default_branch_protection: number;
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
## Features
|
||||
|
||||
- **Complete** - All features of Gitlab's exposed APIs are covered up to version [16.0](https://docs.gitlab.com/16.0/ee/api/api_resources.html). See [here](./packages/core/README.md#supported-apis) for the full list.
|
||||
- **Complete** - All features of Gitlab's exposed APIs are covered up to version [16.5](https://docs.gitlab.com/16.5/ee/api/api_resources.html). See [here](./packages/core/README.md#supported-apis) for the full list.
|
||||
- **Universal** - Works in all modern browsers, [Node.js](https://nodejs.org/), and [Deno](https://deno.land/).
|
||||
- **Tested** - All libraries have > 80% test coverage.
|
||||
- **Typed** - All libraries have extensive TypeScript declarations.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user