File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
applesilicon/src/v1alpha1 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export type ContractType =
99 | 'instance'
1010 | 'container'
1111 | 'baremetal'
12+ | 'network'
1213
1314export type ListContractSignaturesRequestOrderBy =
1415 | 'signed_at_asc'
Original file line number Diff line number Diff line change @@ -33,13 +33,16 @@ export type {
3333 ListServerTypesRequest ,
3434 ListServerTypesResponse ,
3535 OS ,
36+ OSSupportedServerType ,
3637 PrivateNetworkApiAddServerPrivateNetworkRequest ,
3738 PrivateNetworkApiDeleteServerPrivateNetworkRequest ,
3839 PrivateNetworkApiGetServerPrivateNetworkRequest ,
3940 PrivateNetworkApiListServerPrivateNetworksRequest ,
4041 PrivateNetworkApiSetServerPrivateNetworksRequest ,
4142 RebootServerRequest ,
4243 ReinstallServerRequest ,
44+ RunnerConfiguration ,
45+ RunnerConfigurationProvider ,
4346 Server ,
4447 ServerPrivateNetwork ,
4548 ServerPrivateNetworkServerStatus ,
You can’t perform that action at this time.
0 commit comments