bitbucket-cloud-common: update schema and models

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-01-22 19:26:35 +01:00
parent 2e6af00437
commit 634ab810c9
3 changed files with 6284 additions and 386 deletions
@@ -271,9 +271,7 @@ export namespace Models {
description?: string;
fork_policy?: RepositoryForkPolicyEnum;
full_name?: string;
// (undocumented)
has_issues?: boolean;
// (undocumented)
has_wiki?: boolean;
// (undocumented)
is_private?: boolean;
File diff suppressed because one or more lines are too long
@@ -373,7 +373,19 @@ export namespace Models {
* The concatenation of the repository owner's username and the slugified name, e.g. "evzijst/interruptingcow". This is the same string used in Bitbucket URLs.
*/
full_name?: string;
/**
*
* The issue tracker for this repository is enabled. Issue Tracker
* features are not supported for repositories in workspaces
* administered through admin.atlassian.com.
*/
has_issues?: boolean;
/**
*
* The wiki for this repository is enabled. Wiki
* features are not supported for repositories in workspaces
* administered through admin.atlassian.com.
*/
has_wiki?: boolean;
is_private?: boolean;
language?: string;