Skip to content

Commit

Permalink
Regenerate client from commit 9a1ad838 of spec repo (#870)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 7, 2022
1 parent 025a844 commit c77b1a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2022-10-07 16:18:54.165140",
"spec_repo_commit": "1010045c"
"regenerated": "2022-10-07 16:37:29.832540",
"spec_repo_commit": "9a1ad838"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-10-07 16:18:54.182362",
"spec_repo_commit": "1010045c"
"regenerated": "2022-10-07 16:37:29.848089",
"spec_repo_commit": "9a1ad838"
}
}
}
1 change: 1 addition & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5234,6 +5234,7 @@ components:
created_at:
description: The POSIX timestamp of the monitor's creation in nanoseconds.
example: 1646318692000
format: int64
type: integer
group_status:
description: Monitor group status used when there is no `result_groups`.
Expand Down
1 change: 1 addition & 0 deletions packages/datadog-api-client-v2/models/MonitorType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class MonitorType {
createdAt: {
baseName: "created_at",
type: "number",
format: "int64",
},
groupStatus: {
baseName: "group_status",
Expand Down

0 comments on commit c77b1a6

Please sign in to comment.