From e59201ae3ed8104c4d8d07380cbe8ef102b65f19 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 7 Feb 2025 16:00:21 +0000 Subject: [PATCH] Regenerate client from commit 1ff7c087 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 2 -- .generator/schemas/v2/openapi.yaml | 2 +- .../models/ObjectSerializer.ts | 8 +------- .../models/SyntheticsBrowserVariableType.ts | 2 -- .../apis/ConfluentCloudApi.ts | 16 ++++++++-------- 6 files changed, 14 insertions(+), 24 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 69ead1ba0105..39d6b1de448e 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-06 17:59:38.553956", - "spec_repo_commit": "b89b292b" + "regenerated": "2025-02-07 15:58:47.022889", + "spec_repo_commit": "1ff7c087" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-06 17:59:38.570636", - "spec_repo_commit": "b89b292b" + "regenerated": "2025-02-07 15:58:47.038214", + "spec_repo_commit": "1ff7c087" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index ad8e3b54c22c..2145ba7d6bfc 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -14988,7 +14988,6 @@ components: - element - email - global - - javascript - text example: text type: string @@ -14996,7 +14995,6 @@ components: - ELEMENT - EMAIL - GLOBAL - - JAVASCRIPT - TEXT SyntheticsCIBatchMetadata: description: Metadata for the Synthetic tests run. diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 194508f81c84..1de23523644d 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -193,7 +193,7 @@ components: schema: type: string ConfluentAccountID: - description: Confluent Account id. + description: Confluent Account ID. in: path name: account_id required: true diff --git a/packages/datadog-api-client-v1/models/ObjectSerializer.ts b/packages/datadog-api-client-v1/models/ObjectSerializer.ts index 5c88363633c1..ef03383416c2 100644 --- a/packages/datadog-api-client-v1/models/ObjectSerializer.ts +++ b/packages/datadog-api-client-v1/models/ObjectSerializer.ts @@ -1344,13 +1344,7 @@ const enumsMap: { [key: string]: any[] } = { "UPLOAD_FILES_NAME", ], SyntheticsBrowserTestType: ["browser"], - SyntheticsBrowserVariableType: [ - "element", - "email", - "global", - "javascript", - "text", - ], + SyntheticsBrowserVariableType: ["element", "email", "global", "text"], SyntheticsCheckType: [ "equals", "notEquals", diff --git a/packages/datadog-api-client-v1/models/SyntheticsBrowserVariableType.ts b/packages/datadog-api-client-v1/models/SyntheticsBrowserVariableType.ts index 99bbfd5def1d..5d8d0d790ae0 100644 --- a/packages/datadog-api-client-v1/models/SyntheticsBrowserVariableType.ts +++ b/packages/datadog-api-client-v1/models/SyntheticsBrowserVariableType.ts @@ -14,11 +14,9 @@ export type SyntheticsBrowserVariableType = | typeof ELEMENT | typeof EMAIL | typeof GLOBAL - | typeof JAVASCRIPT | typeof TEXT | UnparsedObject; export const ELEMENT = "element"; export const EMAIL = "email"; export const GLOBAL = "global"; -export const JAVASCRIPT = "javascript"; export const TEXT = "text"; diff --git a/packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts b/packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts index 269023299487..95ab02d7f969 100644 --- a/packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts +++ b/packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts @@ -1064,7 +1064,7 @@ export interface ConfluentCloudApiCreateConfluentAccountRequest { export interface ConfluentCloudApiCreateConfluentResourceRequest { /** - * Confluent Account id. + * Confluent Account ID. * @type string */ accountId: string; @@ -1077,7 +1077,7 @@ export interface ConfluentCloudApiCreateConfluentResourceRequest { export interface ConfluentCloudApiDeleteConfluentAccountRequest { /** - * Confluent Account id. + * Confluent Account ID. * @type string */ accountId: string; @@ -1085,7 +1085,7 @@ export interface ConfluentCloudApiDeleteConfluentAccountRequest { export interface ConfluentCloudApiDeleteConfluentResourceRequest { /** - * Confluent Account id. + * Confluent Account ID. * @type string */ accountId: string; @@ -1098,7 +1098,7 @@ export interface ConfluentCloudApiDeleteConfluentResourceRequest { export interface ConfluentCloudApiGetConfluentAccountRequest { /** - * Confluent Account id. + * Confluent Account ID. * @type string */ accountId: string; @@ -1106,7 +1106,7 @@ export interface ConfluentCloudApiGetConfluentAccountRequest { export interface ConfluentCloudApiGetConfluentResourceRequest { /** - * Confluent Account id. + * Confluent Account ID. * @type string */ accountId: string; @@ -1119,7 +1119,7 @@ export interface ConfluentCloudApiGetConfluentResourceRequest { export interface ConfluentCloudApiListConfluentResourceRequest { /** - * Confluent Account id. + * Confluent Account ID. * @type string */ accountId: string; @@ -1127,7 +1127,7 @@ export interface ConfluentCloudApiListConfluentResourceRequest { export interface ConfluentCloudApiUpdateConfluentAccountRequest { /** - * Confluent Account id. + * Confluent Account ID. * @type string */ accountId: string; @@ -1140,7 +1140,7 @@ export interface ConfluentCloudApiUpdateConfluentAccountRequest { export interface ConfluentCloudApiUpdateConfluentResourceRequest { /** - * Confluent Account id. + * Confluent Account ID. * @type string */ accountId: string;