Skip to content

Commit cb4d17c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 8a2ddba0 of spec repo
1 parent 4fd8d90 commit cb4d17c

File tree

50 files changed

+111
-111
lines changed

Some content is hidden

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

50 files changed

+111
-111
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-10-01 14:24:20.132650",
8-
"spec_repo_commit": "d90ee2ef"
7+
"regenerated": "2024-10-01 16:08:38.368473",
8+
"spec_repo_commit": "8a2ddba0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-01 14:24:20.146026",
13-
"spec_repo_commit": "d90ee2ef"
12+
"regenerated": "2024-10-01 16:08:38.382354",
13+
"spec_repo_commit": "8a2ddba0"
1414
}
1515
}
1616
}

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -22079,18 +22079,18 @@ components:
2207922079
type: integer
2208022080
x:
2208122081
description: The position of the widget on the x (horizontal) axis. Should
22082-
be a non-negative integer.
22082+
be a non-negative number.
2208322083
example: 0
22084-
format: int64
22084+
format: double
2208522085
minimum: 0
22086-
type: integer
22086+
type: number
2208722087
y:
2208822088
description: The position of the widget on the y (vertical) axis. Should
22089-
be a non-negative integer.
22089+
be a non-negative number.
2209022090
example: 0
22091-
format: int64
22091+
format: double
2209222092
minimum: 0
22093-
type: integer
22093+
type: number
2209422094
required:
2209522095
- x
2209622096
- y

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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,

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: 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
),

Diff for: examples/v1/dashboards/CreateDashboard_2917274132.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
),

0 commit comments

Comments
 (0)