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 88ef6b0 commit 01f963d
Show file tree
Hide file tree
Showing 51 changed files with 113 additions and 113 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:26.322460",
"spec_repo_commit": "7a63d530"
"regenerated": "2024-10-04 13:47:58.082311",
"spec_repo_commit": "7679754f"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-04 10:38:26.335792",
"spec_repo_commit": "7a63d530"
"regenerated": "2024-10-04 13:47:58.096769",
"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
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1024858348.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
],
),
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=4,
height=4,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_109450134.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=60,
height=21,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1094917386.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=50,
height=25,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1177423752.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1200099236.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=22,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1213075383.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1413226400.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1423904722.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=60,
height=21,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1442588603.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
],
),
layout=WidgetLayout(
x=8,
y=0,
x=8.0,
y=0.0,
width=4,
height=2,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_145494973.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
],
),
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=4,
height=4,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_173805046.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=60,
height=21,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1738608750.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=24,
height=6,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_1754992756.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
),
),
layout=WidgetLayout(
x=1,
y=1,
x=1.0,
y=1.0,
width=2,
height=2,
is_column_break=False,
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2029850837.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=36,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2034634967.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2064651578.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
],
),
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=4,
height=4,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2104498738.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
),
),
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=4,
height=2,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2278756614.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=12,
height=8,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2308247857.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2316374332.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=15,
height=8,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2336428357.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=54,
height=32,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2342457693.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2349863258.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2490110261.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
],
),
layout=WidgetLayout(
x=2,
y=0,
x=2.0,
y=0.0,
width=4,
height=2,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_252716965.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
],
),
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=4,
height=2,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2563642929.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2607944105.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=15,
height=8,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2610827685.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2634813877.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=38,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2644712913.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
type=QueryValueWidgetDefinitionType.QUERY_VALUE,
),
layout=WidgetLayout(
y=0,
x=0,
y=0.0,
x=0.0,
height=2,
width=2,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2652180930.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
widgets=[
Widget(
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=47,
height=15,
),
Expand Down
4 changes: 2 additions & 2 deletions examples/v1/dashboards/CreateDashboard_2705593938.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
],
),
layout=WidgetLayout(
x=0,
y=0,
x=0.0,
y=0.0,
width=4,
height=4,
),
Expand Down
Loading

0 comments on commit 01f963d

Please sign in to comment.