Skip to content

Commit 243c60e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit fb5856bc of spec repo
1 parent b65221d commit 243c60e

File tree

51 files changed

+113
-113
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

+113
-113
lines changed

.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:49.320641",
8-
"spec_repo_commit": "843392e2"
7+
"regenerated": "2024-12-05 20:46:07.097712",
8+
"spec_repo_commit": "fb5856bc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-05 16:15:49.339022",
13-
"spec_repo_commit": "843392e2"
12+
"regenerated": "2024-12-05 20:46:07.115891",
13+
"spec_repo_commit": "fb5856bc"
1414
}
1515
}
1616
}

.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

examples/v1/dashboards/CreateDashboard_1024858348.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
],
6464
),
6565
layout=WidgetLayout(
66-
x=0,
67-
y=0,
66+
x=0.0,
67+
y=0.0,
6868
width=4,
6969
height=4,
7070
),

examples/v1/dashboards/CreateDashboard_109450134.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
widgets=[
2424
Widget(
2525
layout=WidgetLayout(
26-
x=0,
27-
y=0,
26+
x=0.0,
27+
y=0.0,
2828
width=60,
2929
height=21,
3030
),

examples/v1/dashboards/CreateDashboard_1094917386.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
widgets=[
2222
Widget(
2323
layout=WidgetLayout(
24-
x=0,
25-
y=0,
24+
x=0.0,
25+
y=0.0,
2626
width=50,
2727
height=25,
2828
),

examples/v1/dashboards/CreateDashboard_1177423752.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
widgets=[
2222
Widget(
2323
layout=WidgetLayout(
24-
x=0,
25-
y=0,
24+
x=0.0,
25+
y=0.0,
2626
width=47,
2727
height=15,
2828
),

examples/v1/dashboards/CreateDashboard_1200099236.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
widgets=[
2323
Widget(
2424
layout=WidgetLayout(
25-
x=0,
26-
y=0,
25+
x=0.0,
26+
y=0.0,
2727
width=47,
2828
height=22,
2929
),

examples/v1/dashboards/CreateDashboard_1213075383.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
widgets=[
3737
Widget(
3838
layout=WidgetLayout(
39-
x=0,
40-
y=0,
39+
x=0.0,
40+
y=0.0,
4141
width=47,
4242
height=15,
4343
),

examples/v1/dashboards/CreateDashboard_1413226400.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
widgets=[
3636
Widget(
3737
layout=WidgetLayout(
38-
x=0,
39-
y=0,
38+
x=0.0,
39+
y=0.0,
4040
width=47,
4141
height=15,
4242
),

examples/v1/dashboards/CreateDashboard_1423904722.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
widgets=[
2222
Widget(
2323
layout=WidgetLayout(
24-
x=0,
25-
y=0,
24+
x=0.0,
25+
y=0.0,
2626
width=60,
2727
height=21,
2828
),

examples/v1/dashboards/CreateDashboard_1442588603.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
],
7575
),
7676
layout=WidgetLayout(
77-
x=8,
78-
y=0,
77+
x=8.0,
78+
y=0.0,
7979
width=4,
8080
height=2,
8181
),

examples/v1/dashboards/CreateDashboard_145494973.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
],
5555
),
5656
layout=WidgetLayout(
57-
x=0,
58-
y=0,
57+
x=0.0,
58+
y=0.0,
5959
width=4,
6060
height=4,
6161
),

examples/v1/dashboards/CreateDashboard_173805046.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
widgets=[
2525
Widget(
2626
layout=WidgetLayout(
27-
x=0,
28-
y=0,
27+
x=0.0,
28+
y=0.0,
2929
width=60,
3030
height=21,
3131
),

examples/v1/dashboards/CreateDashboard_1738608750.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
widgets=[
1919
Widget(
2020
layout=WidgetLayout(
21-
x=0,
22-
y=0,
21+
x=0.0,
22+
y=0.0,
2323
width=24,
2424
height=6,
2525
),

examples/v1/dashboards/CreateDashboard_1754992756.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
),
4242
),
4343
layout=WidgetLayout(
44-
x=1,
45-
y=1,
44+
x=1.0,
45+
y=1.0,
4646
width=2,
4747
height=2,
4848
is_column_break=False,

examples/v1/dashboards/CreateDashboard_2029850837.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
widgets=[
2222
Widget(
2323
layout=WidgetLayout(
24-
x=0,
25-
y=0,
24+
x=0.0,
25+
y=0.0,
2626
width=47,
2727
height=36,
2828
),

examples/v1/dashboards/CreateDashboard_2034634967.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
widgets=[
1919
Widget(
2020
layout=WidgetLayout(
21-
x=0,
22-
y=0,
21+
x=0.0,
22+
y=0.0,
2323
width=47,
2424
height=15,
2525
),

examples/v1/dashboards/CreateDashboard_2064651578.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
],
7878
),
7979
layout=WidgetLayout(
80-
x=0,
81-
y=0,
80+
x=0.0,
81+
y=0.0,
8282
width=4,
8383
height=4,
8484
),

examples/v1/dashboards/CreateDashboard_2104498738.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
),
6666
),
6767
layout=WidgetLayout(
68-
x=0,
69-
y=0,
68+
x=0.0,
69+
y=0.0,
7070
width=4,
7171
height=2,
7272
),

examples/v1/dashboards/CreateDashboard_2278756614.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
widgets=[
3838
Widget(
3939
layout=WidgetLayout(
40-
x=0,
41-
y=0,
40+
x=0.0,
41+
y=0.0,
4242
width=12,
4343
height=8,
4444
),

examples/v1/dashboards/CreateDashboard_2308247857.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
widgets=[
2525
Widget(
2626
layout=WidgetLayout(
27-
x=0,
28-
y=0,
27+
x=0.0,
28+
y=0.0,
2929
width=47,
3030
height=15,
3131
),

examples/v1/dashboards/CreateDashboard_2316374332.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
widgets=[
2323
Widget(
2424
layout=WidgetLayout(
25-
x=0,
26-
y=0,
25+
x=0.0,
26+
y=0.0,
2727
width=15,
2828
height=8,
2929
),

examples/v1/dashboards/CreateDashboard_2336428357.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
widgets=[
3434
Widget(
3535
layout=WidgetLayout(
36-
x=0,
37-
y=0,
36+
x=0.0,
37+
y=0.0,
3838
width=54,
3939
height=32,
4040
),

examples/v1/dashboards/CreateDashboard_2342457693.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
widgets=[
3131
Widget(
3232
layout=WidgetLayout(
33-
x=0,
34-
y=0,
33+
x=0.0,
34+
y=0.0,
3535
width=47,
3636
height=15,
3737
),

examples/v1/dashboards/CreateDashboard_2349863258.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
widgets=[
2727
Widget(
2828
layout=WidgetLayout(
29-
x=0,
30-
y=0,
29+
x=0.0,
30+
y=0.0,
3131
width=47,
3232
height=15,
3333
),

examples/v1/dashboards/CreateDashboard_2490110261.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
],
5555
),
5656
layout=WidgetLayout(
57-
x=2,
58-
y=0,
57+
x=2.0,
58+
y=0.0,
5959
width=4,
6060
height=2,
6161
),

examples/v1/dashboards/CreateDashboard_252716965.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
],
6868
),
6969
layout=WidgetLayout(
70-
x=0,
71-
y=0,
70+
x=0.0,
71+
y=0.0,
7272
width=4,
7373
height=2,
7474
),

examples/v1/dashboards/CreateDashboard_2563642929.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
widgets=[
3737
Widget(
3838
layout=WidgetLayout(
39-
x=0,
40-
y=0,
39+
x=0.0,
40+
y=0.0,
4141
width=47,
4242
height=15,
4343
),

examples/v1/dashboards/CreateDashboard_2607944105.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
widgets=[
2020
Widget(
2121
layout=WidgetLayout(
22-
x=0,
23-
y=0,
22+
x=0.0,
23+
y=0.0,
2424
width=15,
2525
height=8,
2626
),

examples/v1/dashboards/CreateDashboard_2610827685.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
widgets=[
2121
Widget(
2222
layout=WidgetLayout(
23-
x=0,
24-
y=0,
23+
x=0.0,
24+
y=0.0,
2525
width=47,
2626
height=15,
2727
),

examples/v1/dashboards/CreateDashboard_2634813877.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
widgets=[
2020
Widget(
2121
layout=WidgetLayout(
22-
x=0,
23-
y=0,
22+
x=0.0,
23+
y=0.0,
2424
width=47,
2525
height=38,
2626
),

examples/v1/dashboards/CreateDashboard_2644712913.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
type=QueryValueWidgetDefinitionType.QUERY_VALUE,
5555
),
5656
layout=WidgetLayout(
57-
y=0,
58-
x=0,
57+
y=0.0,
58+
x=0.0,
5959
height=2,
6060
width=2,
6161
),

examples/v1/dashboards/CreateDashboard_2652180930.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
widgets=[
2323
Widget(
2424
layout=WidgetLayout(
25-
x=0,
26-
y=0,
25+
x=0.0,
26+
y=0.0,
2727
width=47,
2828
height=15,
2929
),

examples/v1/dashboards/CreateDashboard_2705593938.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
],
5454
),
5555
layout=WidgetLayout(
56-
x=0,
57-
y=0,
56+
x=0.0,
57+
y=0.0,
5858
width=4,
5959
height=4,
6060
),

0 commit comments

Comments
 (0)