From a03a4d26941fd5370ddd6e5159edfca145523a17 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 14 Nov 2025 15:11:27 +0000 Subject: [PATCH] Regenerate client from commit b4519e6 of spec repo --- .generator/schemas/v1/openapi.yaml | 15 +++++++++++++++ .../models/UsageSummaryDate.ts | 9 +++++++++ .../models/UsageSummaryDateOrg.ts | 9 +++++++++ .../models/UsageSummaryResponse.ts | 9 +++++++++ 4 files changed, 42 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 233d5549307e..e4c949659000 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -21196,6 +21196,11 @@ components: users over all hours in the current date for all organizations. format: int64 type: integer + incident_management_seats_hwm: + description: Shows the high-water mark of Incident Management seats over + all hours on the current date for all organizations. + format: int64 + type: integer indexed_events_count_sum: description: Shows the sum of all log events indexed over all hours in the current date for all organizations. @@ -22312,6 +22317,11 @@ components: users over all hours in the current date for the given org. format: int64 type: integer + incident_management_seats_hwm: + description: Shows the high-water mark of Incident Management seats over + all hours on the current date for the given organization. + format: int64 + type: integer indexed_events_count_sum: deprecated: true description: Shows the sum of all log events indexed over all hours in the @@ -23429,6 +23439,11 @@ components: active users in the current month for all organizations. format: int64 type: integer + incident_management_seats_hwm_sum: + description: Shows the sum of the high-water marks of Incident Management + seats over all hours in the current month for all organizations. + format: int64 + type: integer indexed_events_count_agg_sum: deprecated: true description: Shows the sum of all log events indexed over all hours in the diff --git a/packages/datadog-api-client-v1/models/UsageSummaryDate.ts b/packages/datadog-api-client-v1/models/UsageSummaryDate.ts index 44191fdced2c..4daeb2999a86 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryDate.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryDate.ts @@ -407,6 +407,10 @@ export class UsageSummaryDate { * Shows the high-water mark of incident management monthly active users over all hours in the current date for all organizations. */ "incidentManagementMonthlyActiveUsersHwm"?: number; + /** + * Shows the high-water mark of Incident Management seats over all hours on the current date for all organizations. + */ + "incidentManagementSeatsHwm"?: number; /** * Shows the sum of all log events indexed over all hours in the current date for all organizations. */ @@ -1343,6 +1347,11 @@ export class UsageSummaryDate { type: "number", format: "int64", }, + incidentManagementSeatsHwm: { + baseName: "incident_management_seats_hwm", + type: "number", + format: "int64", + }, indexedEventsCountSum: { baseName: "indexed_events_count_sum", type: "number", diff --git a/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts b/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts index 36fb9f947c1c..ed6a08a6ee8e 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts @@ -422,6 +422,10 @@ export class UsageSummaryDateOrg { * Shows the high-water mark of incident management monthly active users over all hours in the current date for the given org. */ "incidentManagementMonthlyActiveUsersHwm"?: number; + /** + * Shows the high-water mark of Incident Management seats over all hours on the current date for the given organization. + */ + "incidentManagementSeatsHwm"?: number; /** * Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024). */ @@ -1383,6 +1387,11 @@ export class UsageSummaryDateOrg { type: "number", format: "int64", }, + incidentManagementSeatsHwm: { + baseName: "incident_management_seats_hwm", + type: "number", + format: "int64", + }, indexedEventsCountSum: { baseName: "indexed_events_count_sum", type: "number", diff --git a/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts b/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts index f9b92b78746e..090840d13ae5 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts @@ -420,6 +420,10 @@ export class UsageSummaryResponse { * Shows sum of the high-water marks of incident management monthly active users in the current month for all organizations. */ "incidentManagementMonthlyActiveUsersHwmSum"?: number; + /** + * Shows the sum of the high-water marks of Incident Management seats over all hours in the current month for all organizations. + */ + "incidentManagementSeatsHwmSum"?: number; /** * Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). */ @@ -1404,6 +1408,11 @@ export class UsageSummaryResponse { type: "number", format: "int64", }, + incidentManagementSeatsHwmSum: { + baseName: "incident_management_seats_hwm_sum", + type: "number", + format: "int64", + }, indexedEventsCountAggSum: { baseName: "indexed_events_count_agg_sum", type: "number",