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) => {
663
663
? unmarshalServerTypeVolumeConstraintsByType ( data . per_volume_constraint )
664
664
: undefined ,
665
665
ram : data . ram ,
666
+ scratchStorageMaxSize : data . scratch_storage_max_size ,
666
667
volumesConstraint : data . volumes_constraint
667
668
? unmarshalServerTypeVolumeConstraintSizes ( data . volumes_constraint )
668
669
: undefined ,
Original file line number Diff line number Diff line change @@ -661,6 +661,8 @@ export interface ServerType {
661
661
network ?: ServerTypeNetwork
662
662
/** Capabilities. */
663
663
capabilities ?: ServerTypeCapabilities
664
+ /** Maximum available scratch storage. */
665
+ scratchStorageMaxSize ?: number
664
666
}
665
667
666
668
/** Server type. capabilities. */
You can’t perform that action at this time.
0 commit comments