Skip to content

Commit

Permalink
fix(openapi): sync with openapi definition (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent 73b0621 commit f252118
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5289,9 +5289,15 @@
"type": "string",
"description": "",
"default": ""
},
"licenseScanResult": {
"type": "object",
"description": "",
"default": null
}
},
"required": [
"licenseScanResult",
"spdxDisj"
]
},
Expand Down
2 changes: 2 additions & 0 deletions types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1779,6 +1779,8 @@ export interface components {
props: {
/** @default */
spdxDisj: string;
/** @default null */
licenseScanResult: Record<string, never>;
};
usage?: components["schemas"]["SocketUsageRef"];
};
Expand Down

0 comments on commit f252118

Please sign in to comment.