Skip to content

Commit 9f05f8b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 8a2ddba0 of spec repo
1 parent 823f513 commit 9f05f8b

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

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 6 deletions
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

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)