From 6259bbeab45edc54306be782f0f850860683293a Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 22 Sep 2026 16:48:02 +0000 Subject: [PATCH] Regenerate client from commit 41e19db of spec repo --- .generator/schemas/v2/openapi.yaml | 6 +++--- .../DeploymentGatesEvaluationResultResponseAttributes.ts | 6 +++--- ...mentGatesEvaluationResultResponseAttributesGateStatus.ts | 6 +++--- .../models/DeploymentGatesRuleResponse.ts | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index daf2244ff59b..ad665f560ae2 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -35090,10 +35090,10 @@ components: type: object DeploymentGatesEvaluationResultResponseAttributesGateStatus: description: |- - The overall status of the gate evaluation. + The recorded result of a gate or rule evaluation. - `in_progress`: The evaluation is still running. - - `pass`: All rules passed successfully and the deployment is allowed to proceed. - - `fail`: One or more rules did not pass; the deployment should not proceed. + - `pass`: All rules passed successfully. + - `fail`: One or more rules did not pass. enum: - in_progress - pass diff --git a/packages/datadog-api-client-v2/models/DeploymentGatesEvaluationResultResponseAttributes.ts b/packages/datadog-api-client-v2/models/DeploymentGatesEvaluationResultResponseAttributes.ts index 86cca5d5ca6c..bbf2009ba252 100644 --- a/packages/datadog-api-client-v2/models/DeploymentGatesEvaluationResultResponseAttributes.ts +++ b/packages/datadog-api-client-v2/models/DeploymentGatesEvaluationResultResponseAttributes.ts @@ -29,10 +29,10 @@ export class DeploymentGatesEvaluationResultResponseAttributes { */ "gateId": string; /** - * The overall status of the gate evaluation. + * The recorded result of a gate or rule evaluation. * - `in_progress`: The evaluation is still running. - * - `pass`: All rules passed successfully and the deployment is allowed to proceed. - * - `fail`: One or more rules did not pass; the deployment should not proceed. + * - `pass`: All rules passed successfully. + * - `fail`: One or more rules did not pass. */ "gateStatus": DeploymentGatesEvaluationResultResponseAttributesGateStatus; /** diff --git a/packages/datadog-api-client-v2/models/DeploymentGatesEvaluationResultResponseAttributesGateStatus.ts b/packages/datadog-api-client-v2/models/DeploymentGatesEvaluationResultResponseAttributesGateStatus.ts index 95e67cf27fe1..39492f831f5c 100644 --- a/packages/datadog-api-client-v2/models/DeploymentGatesEvaluationResultResponseAttributesGateStatus.ts +++ b/packages/datadog-api-client-v2/models/DeploymentGatesEvaluationResultResponseAttributesGateStatus.ts @@ -7,10 +7,10 @@ import { UnparsedObject } from "../../datadog-api-client-common/util"; /** - * The overall status of the gate evaluation. + * The recorded result of a gate or rule evaluation. * - `in_progress`: The evaluation is still running. - * - `pass`: All rules passed successfully and the deployment is allowed to proceed. - * - `fail`: One or more rules did not pass; the deployment should not proceed. + * - `pass`: All rules passed successfully. + * - `fail`: One or more rules did not pass. */ export type DeploymentGatesEvaluationResultResponseAttributesGateStatus = diff --git a/packages/datadog-api-client-v2/models/DeploymentGatesRuleResponse.ts b/packages/datadog-api-client-v2/models/DeploymentGatesRuleResponse.ts index e42e88477d28..b5298ed33f15 100644 --- a/packages/datadog-api-client-v2/models/DeploymentGatesRuleResponse.ts +++ b/packages/datadog-api-client-v2/models/DeploymentGatesRuleResponse.ts @@ -24,10 +24,10 @@ export class DeploymentGatesRuleResponse { */ "reason"?: string; /** - * The overall status of the gate evaluation. + * The recorded result of a gate or rule evaluation. * - `in_progress`: The evaluation is still running. - * - `pass`: All rules passed successfully and the deployment is allowed to proceed. - * - `fail`: One or more rules did not pass; the deployment should not proceed. + * - `pass`: All rules passed successfully. + * - `fail`: One or more rules did not pass. */ "status"?: DeploymentGatesEvaluationResultResponseAttributesGateStatus;