Skip to content

Commit 3571e46

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7679754f of spec repo
1 parent 727570a commit 3571e46

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-04 10:38:27.221073",
8-
"spec_repo_commit": "7a63d530"
7+
"regenerated": "2024-10-04 13:47:51.213898",
8+
"spec_repo_commit": "7679754f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-04 10:38:27.235409",
13-
"spec_repo_commit": "7a63d530"
12+
"regenerated": "2024-10-04 13:47:51.228316",
13+
"spec_repo_commit": "7679754f"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22548,18 +22548,18 @@ components:
2254822548
type: integer
2254922549
x:
2255022550
description: The position of the widget on the x (horizontal) axis. Should
22551-
be a non-negative integer.
22551+
be a non-negative number.
2255222552
example: 0
22553-
format: int64
22553+
format: double
2255422554
minimum: 0
22555-
type: integer
22555+
type: number
2255622556
y:
2255722557
description: The position of the widget on the y (vertical) axis. Should
22558-
be a non-negative integer.
22558+
be a non-negative number.
2255922559
example: 0
22560-
format: int64
22560+
format: double
2256122561
minimum: 0
22562-
type: integer
22562+
type: number
2256322563
required:
2256422564
- x
2256522565
- y

lib/datadog_api_client/v1/models/widget_layout.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ class WidgetLayout
3131
# The width of the widget. Should be a non-negative integer.
3232
attr_reader :width
3333

34-
# The position of the widget on the x (horizontal) axis. Should be a non-negative integer.
34+
# The position of the widget on the x (horizontal) axis. Should be a non-negative number.
3535
attr_reader :x
3636

37-
# The position of the widget on the y (vertical) axis. Should be a non-negative integer.
37+
# The position of the widget on the y (vertical) axis. Should be a non-negative number.
3838
attr_reader :y
3939

4040
attr_accessor :additional_properties
@@ -58,8 +58,8 @@ def self.openapi_types
5858
:'height' => :'Integer',
5959
:'is_column_break' => :'Boolean',
6060
:'width' => :'Integer',
61-
:'x' => :'Integer',
62-
:'y' => :'Integer'
61+
:'x' => :'Float',
62+
:'y' => :'Float'
6363
}
6464
end
6565

0 commit comments

Comments
 (0)