Skip to content

Commit f0c382b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit fb5856bc of spec repo
1 parent 352256f commit f0c382b

File tree

51 files changed

+65
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+65
-65
lines changed

Diff for: .apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-05 16:15:52.228481",
8-
"spec_repo_commit": "843392e2"
7+
"regenerated": "2024-12-05 20:46:12.512495",
8+
"spec_repo_commit": "fb5856bc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-05 16:15:52.247230",
13-
"spec_repo_commit": "843392e2"
12+
"regenerated": "2024-12-05 20:46:12.532027",
13+
"spec_repo_commit": "fb5856bc"
1414
}
1515
}
1616
}

Diff for: .generator/schemas/v1/openapi.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22799,18 +22799,18 @@ components:
2279922799
type: integer
2280022800
x:
2280122801
description: The position of the widget on the x (horizontal) axis. Should
22802-
be a non-negative integer.
22802+
be a non-negative number.
2280322803
example: 0
22804-
format: int64
22804+
format: double
2280522805
minimum: 0
22806-
type: integer
22806+
type: number
2280722807
y:
2280822808
description: The position of the widget on the y (vertical) axis. Should
22809-
be a non-negative integer.
22809+
be a non-negative number.
2281022810
example: 0
22811-
format: int64
22811+
format: double
2281222812
minimum: 0
22813-
type: integer
22813+
type: number
2281422814
required:
2281522815
- x
2281622816
- y

Diff for: examples/v1_dashboards_CreateDashboard_1024858348.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async fn main() {
6666
).title("".to_string()),
6767
),
6868
),
69-
).layout(WidgetLayout::new(4, 4, 0, 0))
69+
).layout(WidgetLayout::new(4, 4, 0.0, 0.0))
7070
],
7171
);
7272
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_109450134.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async fn main() {
3737
.title_align(WidgetTextAlign::LEFT)
3838
.title_size("16".to_string()),
3939
)))
40-
.layout(WidgetLayout::new(21, 60, 0, 0)),
40+
.layout(WidgetLayout::new(21, 60, 0.0, 0.0)),
4141
],
4242
)
4343
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_1094917386.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async fn main() {
3434
.start(0)
3535
.summary_type(WidgetSummaryType::MONITORS),
3636
)))
37-
.layout(WidgetLayout::new(25, 50, 0, 0)),
37+
.layout(WidgetLayout::new(25, 50, 0.0, 0.0)),
3838
],
3939
)
4040
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_1177423752.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async fn main() {
3434
.title_align(WidgetTextAlign::LEFT)
3535
.title_size("16".to_string()),
3636
)))
37-
.layout(WidgetLayout::new(15, 47, 0, 0)),
37+
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
3838
],
3939
)
4040
.description(None)

Diff for: examples/v1_dashboards_CreateDashboard_1200099236.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async fn main() {
3939
.title_align(WidgetTextAlign::LEFT)
4040
.title_size("16".to_string()),
4141
)))
42-
.layout(WidgetLayout::new(22, 47, 0, 0)),
42+
.layout(WidgetLayout::new(22, 47, 0.0, 0.0)),
4343
],
4444
)
4545
.description(None)

Diff for: examples/v1_dashboards_CreateDashboard_1213075383.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async fn main() {
9999
.title_size("16".to_string()),
100100
),
101101
),
102-
).layout(WidgetLayout::new(15, 47, 0, 0))
102+
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
103103
],
104104
)
105105
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_1413226400.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async fn main() {
9797
.title_size("16".to_string()),
9898
),
9999
),
100-
).layout(WidgetLayout::new(15, 47, 0, 0))
100+
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
101101
],
102102
)
103103
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_1423904722.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async fn main() {
3131
.title_align(WidgetTextAlign::LEFT)
3232
.title_size("16".to_string()),
3333
)))
34-
.layout(WidgetLayout::new(21, 60, 0, 0)),
34+
.layout(WidgetLayout::new(21, 60, 0.0, 0.0)),
3535
],
3636
)
3737
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_1442588603.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async fn main() {
7777
),
7878
),
7979
),
80-
).layout(WidgetLayout::new(2, 4, 8, 0))
80+
).layout(WidgetLayout::new(2, 4, 8.0, 0.0))
8181
],
8282
).description(Some("".to_string()));
8383
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_145494973.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async fn main() {
5959
.title_size("16".to_string()),
6060
),
6161
),
62-
).layout(WidgetLayout::new(4, 4, 0, 0))
62+
).layout(WidgetLayout::new(4, 4, 0.0, 0.0))
6363
],
6464
);
6565
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_173805046.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async fn main() {
3030
.title_size("16".to_string())
3131
.view_mode(WidgetViewMode::OVERALL),
3232
)))
33-
.layout(WidgetLayout::new(21, 60, 0, 0))],
33+
.layout(WidgetLayout::new(21, 60, 0.0, 0.0))],
3434
)
3535
.description(Some("".to_string()))
3636
.notify_list(Some(vec![]))

Diff for: examples/v1_dashboards_CreateDashboard_1738608750.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async fn main() {
2525
.font_size("auto".to_string())
2626
.text_align(WidgetTextAlign::LEFT),
2727
)))
28-
.layout(WidgetLayout::new(6, 24, 0, 0)),
28+
.layout(WidgetLayout::new(6, 24, 0.0, 0.0)),
2929
],
3030
)
3131
.description(None)

Diff for: examples/v1_dashboards_CreateDashboard_1754992756.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async fn main() {
3434
.controlled_externally(vec![]),
3535
),
3636
)))
37-
.layout(WidgetLayout::new(2, 2, 1, 1).is_column_break(false)),
37+
.layout(WidgetLayout::new(2, 2, 1.0, 1.0).is_column_break(false)),
3838
],
3939
)
4040
.description(Some("description".to_string()));

Diff for: examples/v1_dashboards_CreateDashboard_2029850837.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async fn main() {
3535
.title_align(WidgetTextAlign::LEFT)
3636
.title_size("16".to_string()),
3737
)))
38-
.layout(WidgetLayout::new(36, 47, 0, 0)),
38+
.layout(WidgetLayout::new(36, 47, 0.0, 0.0)),
3939
],
4040
)
4141
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2034634967.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async fn main() {
2626
.title_align(WidgetTextAlign::LEFT)
2727
.title_size("16".to_string()),
2828
)))
29-
.layout(WidgetLayout::new(15, 47, 0, 0)),
29+
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
3030
],
3131
)
3232
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2064651578.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async fn main() {
8282
.title_size("16".to_string()),
8383
),
8484
),
85-
).layout(WidgetLayout::new(4, 4, 0, 0))
85+
).layout(WidgetLayout::new(4, 4, 0.0, 0.0))
8686
],
8787
).tags(Some(vec!["team:foobar".to_string()]));
8888
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_2104498738.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async fn main() {
8080
),
8181
)
8282
.id(5346764334358972)
83-
.layout(WidgetLayout::new(2, 4, 0, 0))
83+
.layout(WidgetLayout::new(2, 4, 0.0, 0.0))
8484
],
8585
);
8686
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_2278756614.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async fn main() {
102102
.title("".to_string()),
103103
),
104104
),
105-
).layout(WidgetLayout::new(8, 12, 0, 0))
105+
).layout(WidgetLayout::new(8, 12, 0.0, 0.0))
106106
],
107107
)
108108
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2308247857.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async fn main() {
3333
.title_align(WidgetTextAlign::LEFT)
3434
.title_size("16".to_string()),
3535
)))
36-
.layout(WidgetLayout::new(15, 47, 0, 0)),
36+
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
3737
],
3838
)
3939
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2316374332.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async fn main() {
2929
.title_size("16".to_string())
3030
.unit("auto".to_string()),
3131
)))
32-
.layout(WidgetLayout::new(8, 15, 0, 0)),
32+
.layout(WidgetLayout::new(8, 15, 0.0, 0.0)),
3333
],
3434
)
3535
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2336428357.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async fn main() {
8888
.title_size("16".to_string()),
8989
),
9090
),
91-
).layout(WidgetLayout::new(32, 54, 0, 0))
91+
).layout(WidgetLayout::new(32, 54, 0.0, 0.0))
9292
],
9393
)
9494
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2342457693.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async fn main() {
9797
),
9898
),
9999
),
100-
).layout(WidgetLayout::new(15, 47, 0, 0))
100+
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
101101
],
102102
)
103103
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2349863258.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async fn main() {
5757
.title_size("16".to_string()),
5858
),
5959
),
60-
).layout(WidgetLayout::new(15, 47, 0, 0))
60+
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
6161
],
6262
)
6363
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2490110261.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async fn main() {
5959
),
6060
),
6161
),
62-
).layout(WidgetLayout::new(2, 4, 2, 0))
62+
).layout(WidgetLayout::new(2, 4, 2.0, 0.0))
6363
],
6464
);
6565
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_252716965.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async fn main() {
7777
),
7878
),
7979
),
80-
).layout(WidgetLayout::new(2, 4, 0, 0))
80+
).layout(WidgetLayout::new(2, 4, 0.0, 0.0))
8181
],
8282
);
8383
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_2563642929.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async fn main() {
9999
.title_size("16".to_string()),
100100
),
101101
),
102-
).layout(WidgetLayout::new(15, 47, 0, 0))
102+
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
103103
],
104104
)
105105
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2607944105.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async fn main() {
2727
.title_align(WidgetTextAlign::LEFT)
2828
.title_size("16".to_string()),
2929
)))
30-
.layout(WidgetLayout::new(8, 15, 0, 0)),
30+
.layout(WidgetLayout::new(8, 15, 0.0, 0.0)),
3131
],
3232
)
3333
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2610827685.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async fn main() {
3535
.title_align(WidgetTextAlign::LEFT)
3636
.title_size("16".to_string()),
3737
)))
38-
.layout(WidgetLayout::new(15, 47, 0, 0)),
38+
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
3939
],
4040
)
4141
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2634813877.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async fn main() {
2828
.title_align(WidgetTextAlign::LEFT)
2929
.title_size("16".to_string()),
3030
)))
31-
.layout(WidgetLayout::new(38, 47, 0, 0)),
31+
.layout(WidgetLayout::new(38, 47, 0.0, 0.0)),
3232
],
3333
)
3434
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2644712913.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async fn main() {
5959
.title_size("16".to_string()),
6060
),
6161
),
62-
).layout(WidgetLayout::new(2, 2, 0, 0))
62+
).layout(WidgetLayout::new(2, 2, 0.0, 0.0))
6363
],
6464
);
6565
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_2652180930.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async fn main() {
3636
.title_align(WidgetTextAlign::LEFT)
3737
.title_size("16".to_string()),
3838
)))
39-
.layout(WidgetLayout::new(15, 47, 0, 0)),
39+
.layout(WidgetLayout::new(15, 47, 0.0, 0.0)),
4040
],
4141
)
4242
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2705593938.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async fn main() {
5656
.title_size("16".to_string()),
5757
),
5858
),
59-
).layout(WidgetLayout::new(4, 4, 0, 0))
59+
).layout(WidgetLayout::new(4, 4, 0.0, 0.0))
6060
],
6161
);
6262
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_2917274132.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async fn main() {
3333
.start(0)
3434
.summary_type(WidgetSummaryType::MONITORS),
3535
)))
36-
.layout(WidgetLayout::new(25, 50, 0, 0)),
36+
.layout(WidgetLayout::new(25, 50, 0.0, 0.0)),
3737
],
3838
)
3939
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_2921337351.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async fn main() {
3939
)))
4040
.title("Service Summary".to_string()),
4141
)))
42-
.layout(WidgetLayout::new(72, 72, 0, 0)),
42+
.layout(WidgetLayout::new(72, 72, 0.0, 0.0)),
4343
],
4444
)
4545
.description(Some("".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_3250131584.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async fn main() {
2626
.title_align(WidgetTextAlign::LEFT)
2727
.title_size("16".to_string()),
2828
)))
29-
.layout(WidgetLayout::new(9, 47, 0, 0)),
29+
.layout(WidgetLayout::new(9, 47, 0.0, 0.0)),
3030
],
3131
)
3232
.description(None)

Diff for: examples/v1_dashboards_CreateDashboard_3513586382.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async fn main() {
6464
.title_align(WidgetTextAlign::LEFT)
6565
.title_size("16".to_string()),
6666
)))
67-
.layout(WidgetLayout::new(6, 12, 0, 0)),
67+
.layout(WidgetLayout::new(6, 12, 0.0, 0.0)),
6868
],
6969
)
7070
.description(Some("Example-Dashboard".to_string()))

Diff for: examples/v1_dashboards_CreateDashboard_3562282606.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async fn main() {
6969
.title_align(WidgetTextAlign::LEFT)
7070
.title_size("16".to_string()),
7171
)))
72-
.layout(WidgetLayout::new(2, 4, 0, 0)),
72+
.layout(WidgetLayout::new(2, 4, 0.0, 0.0)),
7373
],
7474
);
7575
let configuration = datadog::Configuration::new();

Diff for: examples/v1_dashboards_CreateDashboard_3777304439.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async fn main() {
5858
.title_size("16".to_string()),
5959
),
6060
),
61-
).layout(WidgetLayout::new(15, 47, 0, 0))
61+
).layout(WidgetLayout::new(15, 47, 0.0, 0.0))
6262
],
6363
)
6464
.notify_list(Some(vec![]))

Diff for: examples/v1_dashboards_CreateDashboard_3882428227.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async fn main() {
7979
),
8080
),
8181
),
82-
).layout(WidgetLayout::new(2, 4, 0, 0))
82+
).layout(WidgetLayout::new(2, 4, 0.0, 0.0))
8383
],
8484
).description(Some("Example-Dashboard".to_string()));
8585
let configuration = datadog::Configuration::new();

0 commit comments

Comments
 (0)