Skip to content

Commit 977eb65

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit fb5856bc of spec repo
1 parent 2c4ec0e commit 977eb65

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

.generator/schemas/v1/openapi.yaml

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

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)