Skip to content

Commit 84ba990

Browse files
fix(openapi): sync with openapi definition (#323)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: John-David Dalton <jdalton@users.noreply.github.com>
1 parent 9c170a9 commit 84ba990

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

openapi.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25088,6 +25088,12 @@
2508825088
"additionalProperties": false,
2508925089
"description": "",
2509025090
"properties": {
25091+
"repoId": {
25092+
"type": "string",
25093+
"description": "",
25094+
"default": "",
25095+
"nullable": true
25096+
},
2509125097
"repoSlug": {
2509225098
"type": "string",
2509325099
"description": "",
@@ -25357,6 +25363,7 @@
2535725363
"defaultBranch",
2535825364
"dependency",
2535925365
"fullScanId",
25366+
"repoId",
2536025367
"repoLabelIds",
2536125368
"repoLabels",
2536225369
"repoSlug",

types/api.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10304,6 +10304,8 @@ export interface operations {
1030410304
/** @default */
1030510305
endCursor: string | null
1030610306
items: Array<{
10307+
/** @default */
10308+
repoId: string | null
1030710309
/** @default */
1030810310
repoSlug: string
1030910311
repoLabels: string[]

0 commit comments

Comments
 (0)