File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/clients/src/api/instance/v1 Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -663,6 +663,7 @@ const unmarshalServerType = (data: unknown) => {
663663 ? unmarshalServerTypeVolumeConstraintsByType ( data . per_volume_constraint )
664664 : undefined ,
665665 ram : data . ram ,
666+ scratchStorageMaxSize : data . scratch_storage_max_size ,
666667 volumesConstraint : data . volumes_constraint
667668 ? unmarshalServerTypeVolumeConstraintSizes ( data . volumes_constraint )
668669 : undefined ,
Original file line number Diff line number Diff line change @@ -661,6 +661,8 @@ export interface ServerType {
661661 network ?: ServerTypeNetwork
662662 /** Capabilities. */
663663 capabilities ?: ServerTypeCapabilities
664+ /** Maximum available scratch storage. */
665+ scratchStorageMaxSize ?: number
664666}
665667
666668/** Server type. capabilities. */
You can’t perform that action at this time.
0 commit comments