Skip to content

Commit

Permalink
Regenerate client from commit 7679754f of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 4, 2024
1 parent 6df3f51 commit fed9cbe
Show file tree
Hide file tree
Showing 51 changed files with 65 additions and 65 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.6",
"regenerated": "2024-10-04 10:38:16.608195",
"spec_repo_commit": "7a63d530"
"regenerated": "2024-10-04 13:47:55.754684",
"spec_repo_commit": "7679754f"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-04 10:38:16.622752",
"spec_repo_commit": "7a63d530"
"regenerated": "2024-10-04 13:47:55.769265",
"spec_repo_commit": "7679754f"
}
}
}
12 changes: 6 additions & 6 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22548,18 +22548,18 @@ components:
type: integer
x:
description: The position of the widget on the x (horizontal) axis. Should
be a non-negative integer.
be a non-negative number.
example: 0
format: int64
format: double
minimum: 0
type: integer
type: number
y:
description: The position of the widget on the y (vertical) axis. Should
be a non-negative integer.
be a non-negative number.
example: 0
format: int64
format: double
minimum: 0
type: integer
type: number
required:
- x
- y
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1024858348.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async fn main() {
).title("".to_string()),
),
),
).layout(WidgetLayout::new(4, 4, 0, 0))
).layout(WidgetLayout::new(4, 4, 0.0, 0.0))
],
);
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_109450134.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(21, 60, 0, 0)),
.layout(WidgetLayout::new(21, 60, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1094917386.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn main() {
.start(0)
.summary_type(WidgetSummaryType::MONITORS),
)))
.layout(WidgetLayout::new(25, 50, 0, 0)),
.layout(WidgetLayout::new(25, 50, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1177423752.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(15, 47, 0, 0)),
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
],
)
.description(None)
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1200099236.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(22, 47, 0, 0)),
.layout(WidgetLayout::new(22, 47, 0.0, 0.0)),
],
)
.description(None)
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1213075383.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(15, 47, 0, 0))
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1413226400.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(15, 47, 0, 0))
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1423904722.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(21, 60, 0, 0)),
.layout(WidgetLayout::new(21, 60, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1442588603.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async fn main() {
),
),
),
).layout(WidgetLayout::new(2, 4, 8, 0))
).layout(WidgetLayout::new(2, 4, 8.0, 0.0))
],
).description(Some("".to_string()));
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_145494973.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(4, 4, 0, 0))
).layout(WidgetLayout::new(4, 4, 0.0, 0.0))
],
);
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_173805046.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async fn main() {
.title_size("16".to_string())
.view_mode(WidgetViewMode::OVERALL),
)))
.layout(WidgetLayout::new(21, 60, 0, 0))],
.layout(WidgetLayout::new(21, 60, 0.0, 0.0))],
)
.description(Some("".to_string()))
.is_read_only(false)
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1738608750.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async fn main() {
.font_size("auto".to_string())
.text_align(WidgetTextAlign::LEFT),
)))
.layout(WidgetLayout::new(6, 24, 0, 0)),
.layout(WidgetLayout::new(6, 24, 0.0, 0.0)),
],
)
.description(None)
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_1754992756.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn main() {
.controlled_externally(vec![]),
),
)))
.layout(WidgetLayout::new(2, 2, 1, 1).is_column_break(false)),
.layout(WidgetLayout::new(2, 2, 1.0, 1.0).is_column_break(false)),
],
)
.description(Some("description".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2029850837.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(36, 47, 0, 0)),
.layout(WidgetLayout::new(36, 47, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2034634967.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(15, 47, 0, 0)),
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2064651578.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(4, 4, 0, 0))
).layout(WidgetLayout::new(4, 4, 0.0, 0.0))
],
).tags(Some(vec!["team:foobar".to_string()]));
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2104498738.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async fn main() {
),
)
.id(5346764334358972)
.layout(WidgetLayout::new(2, 4, 0, 0))
.layout(WidgetLayout::new(2, 4, 0.0, 0.0))
],
);
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2278756614.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async fn main() {
.title("".to_string()),
),
),
).layout(WidgetLayout::new(8, 12, 0, 0))
).layout(WidgetLayout::new(8, 12, 0.0, 0.0))
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2308247857.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(15, 47, 0, 0)),
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2316374332.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async fn main() {
.title_size("16".to_string())
.unit("auto".to_string()),
)))
.layout(WidgetLayout::new(8, 15, 0, 0)),
.layout(WidgetLayout::new(8, 15, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2336428357.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(32, 54, 0, 0))
).layout(WidgetLayout::new(32, 54, 0.0, 0.0))
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2342457693.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async fn main() {
),
),
),
).layout(WidgetLayout::new(15, 47, 0, 0))
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2349863258.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(15, 47, 0, 0))
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2490110261.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async fn main() {
),
),
),
).layout(WidgetLayout::new(2, 4, 2, 0))
).layout(WidgetLayout::new(2, 4, 2.0, 0.0))
],
);
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_252716965.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async fn main() {
),
),
),
).layout(WidgetLayout::new(2, 4, 0, 0))
).layout(WidgetLayout::new(2, 4, 0.0, 0.0))
],
);
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2563642929.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(15, 47, 0, 0))
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2607944105.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(8, 15, 0, 0)),
.layout(WidgetLayout::new(8, 15, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2610827685.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(15, 47, 0, 0)),
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2634813877.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(38, 47, 0, 0)),
.layout(WidgetLayout::new(38, 47, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2644712913.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(2, 2, 0, 0))
).layout(WidgetLayout::new(2, 2, 0.0, 0.0))
],
);
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2652180930.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(15, 47, 0, 0)),
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2705593938.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(4, 4, 0, 0))
).layout(WidgetLayout::new(4, 4, 0.0, 0.0))
],
);
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2917274132.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async fn main() {
.start(0)
.summary_type(WidgetSummaryType::MONITORS),
)))
.layout(WidgetLayout::new(25, 50, 0, 0)),
.layout(WidgetLayout::new(25, 50, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_2921337351.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async fn main() {
)))
.title("Service Summary".to_string()),
)))
.layout(WidgetLayout::new(72, 72, 0, 0)),
.layout(WidgetLayout::new(72, 72, 0.0, 0.0)),
],
)
.description(Some("".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_3250131584.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(9, 47, 0, 0)),
.layout(WidgetLayout::new(9, 47, 0.0, 0.0)),
],
)
.description(None)
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_3513586382.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(6, 12, 0, 0)),
.layout(WidgetLayout::new(6, 12, 0.0, 0.0)),
],
)
.description(Some("Example-Dashboard".to_string()))
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_3562282606.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async fn main() {
.title_align(WidgetTextAlign::LEFT)
.title_size("16".to_string()),
)))
.layout(WidgetLayout::new(2, 4, 0, 0)),
.layout(WidgetLayout::new(2, 4, 0.0, 0.0)),
],
);
let configuration = datadog::Configuration::new();
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_3777304439.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async fn main() {
.title_size("16".to_string()),
),
),
).layout(WidgetLayout::new(15, 47, 0, 0))
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
],
)
.is_read_only(false)
Expand Down
2 changes: 1 addition & 1 deletion examples/v1_dashboards_CreateDashboard_3882428227.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async fn main() {
),
),
),
).layout(WidgetLayout::new(2, 4, 0, 0))
).layout(WidgetLayout::new(2, 4, 0.0, 0.0))
],
).description(Some("Example-Dashboard".to_string()));
let configuration = datadog::Configuration::new();
Expand Down
Loading

0 comments on commit fed9cbe

Please sign in to comment.