We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d9c64 commit b460148Copy full SHA for b460148
packages/clients/src/api/applesilicon/v1alpha1/index.gen.ts
@@ -3,8 +3,13 @@
3
export { API } from './api.gen'
4
export * from './content.gen'
5
export type {
6
+ ConnectivityDiagnostic,
7
+ ConnectivityDiagnosticActionType,
8
+ ConnectivityDiagnosticDiagnosticStatus,
9
+ ConnectivityDiagnosticServerHealth,
10
CreateServerRequest,
11
DeleteServerRequest,
12
+ GetConnectivityDiagnosticRequest,
13
GetOSRequest,
14
GetServerRequest,
15
GetServerTypeRequest,
@@ -27,5 +32,7 @@ export type {
27
32
ServerTypeMemory,
28
33
ServerTypeNetwork,
29
34
ServerTypeStock,
35
+ StartConnectivityDiagnosticRequest,
36
+ StartConnectivityDiagnosticResponse,
30
37
UpdateServerRequest,
31
38
} from './types.gen'
0 commit comments