File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
applesilicon/src/v1alpha1 Expand file tree Collapse file tree 3 files changed +29
-0
lines changed 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 ,
@@ -51,6 +54,7 @@ export type {
5154 ServerTypeGPU ,
5255 ServerTypeMemory ,
5356 ServerTypeNetwork ,
57+ ServerTypeNPU ,
5458 ServerTypeStock ,
5559 SetServerPrivateNetworksResponse ,
5660 StartConnectivityDiagnosticRequest ,
Original file line number Diff line number Diff line change 1+ /**
2+ * This file is automatically generated
3+ * PLEASE DO NOT EDIT HERE
4+ */
5+
6+ export * as EnvironmentalFootprintv1alpha1 from './v1alpha1/index.gen'
Original file line number Diff line number Diff line change 1+ // This file was automatically generated. DO NOT EDIT.
2+ // If you have any remark or suggestion do not hesitate to open an issue.
3+ export { UserAPI } from './api.gen'
4+ export * from './marshalling.gen'
5+ export type {
6+ Impact ,
7+ ImpactDataResponse ,
8+ ImpactReportAvailability ,
9+ ProductCategory ,
10+ ProjectImpact ,
11+ RegionImpact ,
12+ ReportType ,
13+ ServiceCategory ,
14+ SkuImpact ,
15+ UserApiDownloadImpactReportRequest ,
16+ UserApiGetImpactDataRequest ,
17+ UserApiGetImpactReportAvailabilityRequest ,
18+ ZoneImpact ,
19+ } from './types.gen'
You can’t perform that action at this time.
0 commit comments