From 816909da10a4bd59b222a338e316fb2ea4856d3a Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 4 Oct 2024 13:49:20 +0000 Subject: [PATCH] Regenerate client from commit 7679754f of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 12 ++++++------ .../datadog-api-client-v1/models/WidgetLayout.ts | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index b168d300ccd..2498ce43a73 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-04 10:38:21.095295", - "spec_repo_commit": "7a63d530" + "regenerated": "2024-10-04 13:47:52.630963", + "spec_repo_commit": "7679754f" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-04 10:38:21.111270", - "spec_repo_commit": "7a63d530" + "regenerated": "2024-10-04 13:47:52.645276", + "spec_repo_commit": "7679754f" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 7bdcbc0abc4..29e93dcdc3b 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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 diff --git a/packages/datadog-api-client-v1/models/WidgetLayout.ts b/packages/datadog-api-client-v1/models/WidgetLayout.ts index af50622a7df..dc1dbd07ace 100644 --- a/packages/datadog-api-client-v1/models/WidgetLayout.ts +++ b/packages/datadog-api-client-v1/models/WidgetLayout.ts @@ -24,11 +24,11 @@ export class WidgetLayout { */ "width": number; /** - * The position of the widget on the x (horizontal) axis. Should be a non-negative integer. + * The position of the widget on the x (horizontal) axis. Should be a non-negative number. */ "x": number; /** - * The position of the widget on the y (vertical) axis. Should be a non-negative integer. + * The position of the widget on the y (vertical) axis. Should be a non-negative number. */ "y": number; @@ -68,13 +68,13 @@ export class WidgetLayout { baseName: "x", type: "number", required: true, - format: "int64", + format: "double", }, y: { baseName: "y", type: "number", required: true, - format: "int64", + format: "double", }, additionalProperties: { baseName: "additionalProperties",