File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "eslint-config-prettier" : " ^8.8.0" ,
2525 "eslint-plugin-solid" : " ^0.12.1" ,
2626 "eslint-plugin-unicorn" : " ^47.0.0" ,
27- "openapi-typescript" : " ^6.2.5 " ,
27+ "openapi-typescript" : " ^6.5.0 " ,
2828 "prettier" : " ^2.8.8" ,
2929 "typescript" : " ^5.0.2" ,
3030 "unocss" : " ^0.51.8" ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export interface components {
105105 description : string ;
106106 /** @description List of products and their version in this release */
107107 products : {
108- [ key : string ] : components [ "schemas" ] [ "ProductSpec" ] | undefined ;
108+ [ key : string ] : components [ "schemas" ] [ "ProductSpec" ] ;
109109 } ;
110110 /** @description Date this released was released */
111111 releaseDate : string ;
@@ -122,7 +122,7 @@ export interface components {
122122 * The key is the service name (e.g. `web-ui`), the value is the URL.
123123 */
124124 endpoints : {
125- [ key : string ] : string | undefined ;
125+ [ key : string ] : string ;
126126 } ;
127127 /** @description Name of the stacklet. */
128128 name : string ;
You can’t perform that action at this time.
0 commit comments