Skip to content

Commit f252118

Browse files
fix(openapi): sync with openapi definition (#221)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 73b0621 commit f252118

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

openapi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5289,9 +5289,15 @@
52895289
"type": "string",
52905290
"description": "",
52915291
"default": ""
5292+
},
5293+
"licenseScanResult": {
5294+
"type": "object",
5295+
"description": "",
5296+
"default": null
52925297
}
52935298
},
52945299
"required": [
5300+
"licenseScanResult",
52955301
"spdxDisj"
52965302
]
52975303
},

types/api.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,6 +1779,8 @@ export interface components {
17791779
props: {
17801780
/** @default */
17811781
spdxDisj: string;
1782+
/** @default null */
1783+
licenseScanResult: Record<string, never>;
17821784
};
17831785
usage?: components["schemas"]["SocketUsageRef"];
17841786
};

0 commit comments

Comments
 (0)