Skip to content

Commit 2b4b82c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e9346e4 of spec repo
1 parent 3664510 commit 2b4b82c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "fde8b90",
3-
"generated": "2025-08-18 20:33:32.064"
2+
"spec_repo_commit": "e9346e4",
3+
"generated": "2025-08-19 15:56:13.028"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,10 @@ components:
981981
increase_good:
982982
description: Whether to show increase as good.
983983
type: boolean
984+
limit:
985+
description: The number of items to show.
986+
format: int64
987+
type: integer
984988
log_query:
985989
$ref: '#/components/schemas/LogQueryDefinition'
986990
network_query:

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ export class ChangeWidgetRequest {
4343
* Whether to show increase as good.
4444
*/
4545
"increaseGood"?: boolean;
46+
/**
47+
* The number of items to show.
48+
*/
49+
"limit"?: number;
4650
/**
4751
* The log query.
4852
*/
@@ -132,6 +136,11 @@ export class ChangeWidgetRequest {
132136
baseName: "increase_good",
133137
type: "boolean",
134138
},
139+
limit: {
140+
baseName: "limit",
141+
type: "number",
142+
format: "int64",
143+
},
135144
logQuery: {
136145
baseName: "log_query",
137146
type: "LogQueryDefinition",

0 commit comments

Comments
 (0)