Skip to content

Commit 51b8d88

Browse files
committed
Update generated code
1 parent dba0fce commit 51b8d88

File tree

4 files changed

+563
-362
lines changed

4 files changed

+563
-362
lines changed

src/generated/schemas.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,7 @@ export const GithubConfigurationCreateRestRequestSchema = {
13961396
type: 'string',
13971397
description:
13981398
'The WEB url for a GitHub instance. https://github.com/ for Github.com, https://github.company.com/ when using GitHub Enterprise.\n',
1399+
minLength: 1,
13991400
},
14001401
allowedOrganizations: {
14011402
type: 'array',
@@ -1513,6 +1514,7 @@ export const BoundProjectCreateRestRequestSchema = {
15131514
type: 'string',
15141515
description:
15151516
'Identifier of the DevOps platform repository to import:\n- repository slug for GitHub and Bitbucket (Cloud and Server)\n- repository id for GitLab\n- repository name for Azure DevOps\n',
1517+
minLength: 1,
15161518
},
15171519
projectIdentifier: {
15181520
type: 'string',
@@ -5109,6 +5111,7 @@ export const GithubConfigurationCreateRestRequestWritableSchema = {
51095111
type: 'string',
51105112
description:
51115113
"Your GitHub App's private key. You can generate a .pem file from your GitHub App's page under Private keys.\nCopy and paste the whole contents of the file here.\n",
5114+
minLength: 1,
51125115
writeOnly: true,
51135116
},
51145117
synchronizeGroups: {
@@ -5126,6 +5129,7 @@ export const GithubConfigurationCreateRestRequestWritableSchema = {
51265129
type: 'string',
51275130
description:
51285131
'The WEB url for a GitHub instance. https://github.com/ for Github.com, https://github.company.com/ when using GitHub Enterprise.\n',
5132+
minLength: 1,
51295133
},
51305134
allowedOrganizations: {
51315135
type: 'array',

0 commit comments

Comments
 (0)