File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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": "",
2535725363 "defaultBranch",
2535825364 "dependency",
2535925365 "fullScanId",
25366+ "repoId",
2536025367 "repoLabelIds",
2536125368 "repoLabels",
2536225369 "repoSlug",
Original file line number Diff line number Diff 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 [ ]
You can’t perform that action at this time.
0 commit comments