File tree Expand file tree Collapse file tree 3 files changed +10
-16
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2023-02-13 20:03:52.116932 ",
8
- "spec_repo_commit": "ca2fb7b8 "
7
+ "regenerated": "2023-02-14 15:28:54.321458 ",
8
+ "spec_repo_commit": "8652aeac "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-02-13 20:03:52.133767 ",
13
- "spec_repo_commit": "ca2fb7b8 "
12
+ "regenerated": "2023-02-14 15:28:54.334450 ",
13
+ "spec_repo_commit": "8652aeac "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -3425,8 +3425,6 @@ components:
3425
3425
items:
3426
3426
description: The version name.
3427
3427
example: FreeBSD
3428
- nullable: true
3429
- type: string
3430
3428
type: array
3431
3429
gohai:
3432
3430
description: JSON string containing system information.
@@ -3451,8 +3449,6 @@ components:
3451
3449
items:
3452
3450
description: Version name.
3453
3451
example: Ubuntu
3454
- nullable: true
3455
- type: string
3456
3452
type: array
3457
3453
platform:
3458
3454
description: The OS platform.
@@ -3479,8 +3475,6 @@ components:
3479
3475
items:
3480
3476
description: Version name.
3481
3477
example: Windows
3482
- nullable: true
3483
- type: string
3484
3478
type: array
3485
3479
type: object
3486
3480
HostMetaInstallMethod:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export class HostMeta {
26
26
/**
27
27
* An array of Mac versions.
28
28
*/
29
- "fbsdV" ?: Array < string > ;
29
+ "fbsdV" ?: Array < any > ;
30
30
/**
31
31
* JSON string containing system information.
32
32
*/
@@ -46,7 +46,7 @@ export class HostMeta {
46
46
/**
47
47
* Array of Unix versions.
48
48
*/
49
- "nixV" ?: Array < string > ;
49
+ "nixV" ?: Array < any > ;
50
50
/**
51
51
* The OS platform.
52
52
*/
@@ -70,7 +70,7 @@ export class HostMeta {
70
70
/**
71
71
* An array of Windows versions.
72
72
*/
73
- "winV" ?: Array < string > ;
73
+ "winV" ?: Array < any > ;
74
74
75
75
/**
76
76
* @ignore
@@ -96,7 +96,7 @@ export class HostMeta {
96
96
} ,
97
97
fbsdV : {
98
98
baseName : "fbsdV" ,
99
- type : "Array<string >" ,
99
+ type : "Array<any >" ,
100
100
} ,
101
101
gohai : {
102
102
baseName : "gohai" ,
@@ -116,7 +116,7 @@ export class HostMeta {
116
116
} ,
117
117
nixV : {
118
118
baseName : "nixV" ,
119
- type : "Array<string >" ,
119
+ type : "Array<any >" ,
120
120
} ,
121
121
platform : {
122
122
baseName : "platform" ,
@@ -140,7 +140,7 @@ export class HostMeta {
140
140
} ,
141
141
winV : {
142
142
baseName : "winV" ,
143
- type : "Array<string >" ,
143
+ type : "Array<any >" ,
144
144
} ,
145
145
} ;
146
146
You can’t perform that action at this time.
0 commit comments