Skip to content

Commit 29d787b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0a894d5c of spec repo (#800)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent b4ba695 commit 29d787b

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.2",
7-
"regenerated": "2022-08-18 14:15:13.204003",
8-
"spec_repo_commit": "063ba8c1"
7+
"regenerated": "2022-08-18 17:15:24.272680",
8+
"spec_repo_commit": "0a894d5c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-08-18 14:15:13.216459",
13-
"spec_repo_commit": "063ba8c1"
12+
"regenerated": "2022-08-18 17:15:24.286415",
13+
"spec_repo_commit": "0a894d5c"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12634,14 +12634,12 @@ components:
1263412634
enum:
1263512635
- not_scheduled
1263612636
- scheduled
12637-
- started
1263812637
- finished
1263912638
- finished_with_error
1264012639
type: string
1264112640
x-enum-varnames:
1264212641
- NOT_SCHEDULED
1264312642
- SCHEDULED
12644-
- STARTED
1264512643
- FINISHED
1264612644
- FINISHED_WITH_ERROR
1264712645
SyntheticsTestRequest:

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,6 @@ const enumsMap: { [key: string]: any[] } = {
10601060
SyntheticsTestProcessStatus: [
10611061
"not_scheduled",
10621062
"scheduled",
1063-
"started",
10641063
"finished",
10651064
"finished_with_error",
10661065
],

packages/datadog-api-client-v1/models/SyntheticsTestProcessStatus.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
export type SyntheticsTestProcessStatus =
88
| typeof NOT_SCHEDULED
99
| typeof SCHEDULED
10-
| typeof STARTED
1110
| typeof FINISHED
1211
| typeof FINISHED_WITH_ERROR;
1312
export const NOT_SCHEDULED = "not_scheduled";
1413
export const SCHEDULED = "scheduled";
15-
export const STARTED = "started";
1614
export const FINISHED = "finished";
1715
export const FINISHED_WITH_ERROR = "finished_with_error";

0 commit comments

Comments
 (0)