From bda3b8a9b17414bba2fb2888bbe2f9300f4d50ae Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 22 Sep 2026 16:44:28 +0000 Subject: [PATCH] Regenerate client from commit 41e19db of spec repo --- .generator/schemas/v2/openapi.yaml | 6 +++--- .../DeploymentGatesEvaluationResultResponseAttributes.ts | 6 +++--- ...mentGatesEvaluationResultResponseAttributesGateStatus.ts | 6 +++--- .../src/v2/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/services/deployment_gates/src/v2/models/DeploymentGatesEvaluationResultResponseAttributes.ts b/services/deployment_gates/src/v2/models/DeploymentGatesEvaluationResultResponseAttributes.ts index af3871f0ba45..c14b406b566e 100644 --- a/services/deployment_gates/src/v2/models/DeploymentGatesEvaluationResultResponseAttributes.ts +++ b/services/deployment_gates/src/v2/models/DeploymentGatesEvaluationResultResponseAttributes.ts @@ -24,10 +24,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/services/deployment_gates/src/v2/models/DeploymentGatesEvaluationResultResponseAttributesGateStatus.ts b/services/deployment_gates/src/v2/models/DeploymentGatesEvaluationResultResponseAttributesGateStatus.ts index aca40cb7d09c..da2a714ce482 100644 --- a/services/deployment_gates/src/v2/models/DeploymentGatesEvaluationResultResponseAttributesGateStatus.ts +++ b/services/deployment_gates/src/v2/models/DeploymentGatesEvaluationResultResponseAttributesGateStatus.ts @@ -1,10 +1,10 @@ import { UnparsedObject } from "@datadog/datadog-api-client"; /** - * 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 = | typeof IN_PROGRESS diff --git a/services/deployment_gates/src/v2/models/DeploymentGatesRuleResponse.ts b/services/deployment_gates/src/v2/models/DeploymentGatesRuleResponse.ts index f7273d18dff3..e3c972a6cf3e 100644 --- a/services/deployment_gates/src/v2/models/DeploymentGatesRuleResponse.ts +++ b/services/deployment_gates/src/v2/models/DeploymentGatesRuleResponse.ts @@ -19,10 +19,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; /**