@@ -31,18 +31,18 @@ def openapi_types(_):
31
31
"agent_checks" : ([AgentCheck ],),
32
32
"agent_version" : (str ,),
33
33
"cpu_cores" : (int ,),
34
- "fbsd_v" : ([str , none_type ],),
34
+ "fbsd_v" : ([bool , date , datetime , dict , float , int , list , str , none_type ],),
35
35
"gohai" : (str ,),
36
36
"install_method" : (HostMetaInstallMethod ,),
37
37
"mac_v" : ([bool , date , datetime , dict , float , int , list , str , none_type ],),
38
38
"machine" : (str ,),
39
- "nix_v" : ([str , none_type ],),
39
+ "nix_v" : ([bool , date , datetime , dict , float , int , list , str , none_type ],),
40
40
"platform" : (str ,),
41
41
"processor" : (str ,),
42
42
"python_v" : (str ,),
43
43
"socket_fqdn" : (str ,),
44
44
"socket_hostname" : (str ,),
45
- "win_v" : ([str , none_type ],),
45
+ "win_v" : ([bool , date , datetime , dict , float , int , list , str , none_type ],),
46
46
}
47
47
48
48
attribute_map = {
@@ -68,18 +68,18 @@ def __init__(
68
68
agent_checks : Union [List [AgentCheck ], UnsetType ] = unset ,
69
69
agent_version : Union [str , UnsetType ] = unset ,
70
70
cpu_cores : Union [int , UnsetType ] = unset ,
71
- fbsd_v : Union [List [str ], UnsetType ] = unset ,
71
+ fbsd_v : Union [List [Any ], UnsetType ] = unset ,
72
72
gohai : Union [str , UnsetType ] = unset ,
73
73
install_method : Union [HostMetaInstallMethod , UnsetType ] = unset ,
74
74
mac_v : Union [List [Any ], UnsetType ] = unset ,
75
75
machine : Union [str , UnsetType ] = unset ,
76
- nix_v : Union [List [str ], UnsetType ] = unset ,
76
+ nix_v : Union [List [Any ], UnsetType ] = unset ,
77
77
platform : Union [str , UnsetType ] = unset ,
78
78
processor : Union [str , UnsetType ] = unset ,
79
79
python_v : Union [str , UnsetType ] = unset ,
80
80
socket_fqdn : Union [str , UnsetType ] = unset ,
81
81
socket_hostname : Union [str , UnsetType ] = unset ,
82
- win_v : Union [List [str ], UnsetType ] = unset ,
82
+ win_v : Union [List [Any ], UnsetType ] = unset ,
83
83
** kwargs ,
84
84
):
85
85
"""
@@ -95,7 +95,7 @@ def __init__(
95
95
:type cpu_cores: int, optional
96
96
97
97
:param fbsd_v: An array of Mac versions.
98
- :type fbsd_v: [str, none_type], optional
98
+ :type fbsd_v: [bool, date, datetime, dict, float, int, list, str, none_type], optional
99
99
100
100
:param gohai: JSON string containing system information.
101
101
:type gohai: str, optional
@@ -110,7 +110,7 @@ def __init__(
110
110
:type machine: str, optional
111
111
112
112
:param nix_v: Array of Unix versions.
113
- :type nix_v: [str, none_type], optional
113
+ :type nix_v: [bool, date, datetime, dict, float, int, list, str, none_type], optional
114
114
115
115
:param platform: The OS platform.
116
116
:type platform: str, optional
@@ -128,7 +128,7 @@ def __init__(
128
128
:type socket_hostname: str, optional
129
129
130
130
:param win_v: An array of Windows versions.
131
- :type win_v: [str, none_type], optional
131
+ :type win_v: [bool, date, datetime, dict, float, int, list, str, none_type], optional
132
132
"""
133
133
if agent_checks is not unset :
134
134
kwargs ["agent_checks" ] = agent_checks
0 commit comments