File tree Expand file tree Collapse file tree 3 files changed +677
-606
lines changed Expand file tree Collapse file tree 3 files changed +677
-606
lines changed Original file line number Diff line number Diff line change 24
24
"eslint-config-prettier" : " ^8.8.0" ,
25
25
"eslint-plugin-solid" : " ^0.12.1" ,
26
26
"eslint-plugin-unicorn" : " ^47.0.0" ,
27
- "openapi-typescript" : " ^6.2.5 " ,
27
+ "openapi-typescript" : " ^6.5.0 " ,
28
28
"prettier" : " ^2.8.8" ,
29
29
"typescript" : " ^5.0.2" ,
30
30
"unocss" : " ^0.51.8" ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export interface components {
105
105
description : string ;
106
106
/** @description List of products and their version in this release */
107
107
products : {
108
- [ key : string ] : components [ "schemas" ] [ "ProductSpec" ] | undefined ;
108
+ [ key : string ] : components [ "schemas" ] [ "ProductSpec" ] ;
109
109
} ;
110
110
/** @description Date this released was released */
111
111
releaseDate : string ;
@@ -122,7 +122,7 @@ export interface components {
122
122
* The key is the service name (e.g. `web-ui`), the value is the URL.
123
123
*/
124
124
endpoints : {
125
- [ key : string ] : string | undefined ;
125
+ [ key : string ] : string ;
126
126
} ;
127
127
/** @description Name of the stacklet. */
128
128
name : string ;
You can’t perform that action at this time.
0 commit comments