Skip to content

Commit c77b1a6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 9a1ad838 of spec repo (#870)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 025a844 commit c77b1a6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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.4",
7-
"regenerated": "2022-10-07 16:18:54.165140",
8-
"spec_repo_commit": "1010045c"
7+
"regenerated": "2022-10-07 16:37:29.832540",
8+
"spec_repo_commit": "9a1ad838"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-07 16:18:54.182362",
13-
"spec_repo_commit": "1010045c"
12+
"regenerated": "2022-10-07 16:37:29.848089",
13+
"spec_repo_commit": "9a1ad838"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5234,6 +5234,7 @@ components:
52345234
created_at:
52355235
description: The POSIX timestamp of the monitor's creation in nanoseconds.
52365236
example: 1646318692000
5237+
format: int64
52375238
type: integer
52385239
group_status:
52395240
description: Monitor group status used when there is no `result_groups`.

packages/datadog-api-client-v2/models/MonitorType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export class MonitorType {
6767
createdAt: {
6868
baseName: "created_at",
6969
type: "number",
70+
format: "int64",
7071
},
7172
groupStatus: {
7273
baseName: "group_status",

0 commit comments

Comments
 (0)