Skip to content

Commit f5aa40a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d2d7515 of spec repo
1 parent a26dd63 commit f5aa40a

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "3a6cb30",
3-
"generated": "2025-08-12 15:42:26.157"
2+
"spec_repo_commit": "d2d7515",
3+
"generated": "2025-08-13 14:58:41.790"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7649,12 +7649,12 @@ components:
76497649
description: The type of the changed resource.
76507650
enum:
76517651
- feature_flag
7652-
- configuration
7652+
- metric_configuration
76537653
example: feature_flag
76547654
type: string
76557655
x-enum-varnames:
76567656
- FEATURE_FLAG
7657-
- CONFIGURATION
7657+
- METRIC_CONFIGURATION
76587658
ChangeEventAttributesImpactedResourcesItem:
76597659
description: A uniquely identified resource.
76607660
properties:
@@ -7780,12 +7780,12 @@ components:
77807780
description: The type of the resource that was changed.
77817781
enum:
77827782
- feature_flag
7783-
- configuration
7783+
- metric_configuration
77847784
example: feature_flag
77857785
type: string
77867786
x-enum-varnames:
77877787
- FEATURE_FLAG
7788-
- CONFIGURATION
7788+
- METRIC_CONFIGURATION
77897789
ChangeEventCustomAttributesImpactedResourcesItems:
77907790
additionalProperties: false
77917791
description: Object representing a uniquely identified resource.

packages/datadog-api-client-v2/models/ChangeEventAttributesChangedResourceType.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
1212

1313
export type ChangeEventAttributesChangedResourceType =
1414
| typeof FEATURE_FLAG
15-
| typeof CONFIGURATION
15+
| typeof METRIC_CONFIGURATION
1616
| UnparsedObject;
1717
export const FEATURE_FLAG = "feature_flag";
18-
export const CONFIGURATION = "configuration";
18+
export const METRIC_CONFIGURATION = "metric_configuration";

packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResourceType.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
1212

1313
export type ChangeEventCustomAttributesChangedResourceType =
1414
| typeof FEATURE_FLAG
15-
| typeof CONFIGURATION
15+
| typeof METRIC_CONFIGURATION
1616
| UnparsedObject;
1717
export const FEATURE_FLAG = "feature_flag";
18-
export const CONFIGURATION = "configuration";
18+
export const METRIC_CONFIGURATION = "metric_configuration";

packages/datadog-api-client-v2/models/ObjectSerializer.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,10 @@ const enumsMap: { [key: string]: any[] } = {
23422342
CaseStatus: ["OPEN", "IN_PROGRESS", "CLOSED"],
23432343
CaseType: ["STANDARD"],
23442344
ChangeEventAttributesAuthorType: ["user", "system", "api", "automation"],
2345-
ChangeEventAttributesChangedResourceType: ["feature_flag", "configuration"],
2345+
ChangeEventAttributesChangedResourceType: [
2346+
"feature_flag",
2347+
"metric_configuration",
2348+
],
23462349
ChangeEventAttributesImpactedResourcesItemType: ["service"],
23472350
ChangeEventCustomAttributesAuthorType: [
23482351
"user",
@@ -2352,7 +2355,7 @@ const enumsMap: { [key: string]: any[] } = {
23522355
],
23532356
ChangeEventCustomAttributesChangedResourceType: [
23542357
"feature_flag",
2355-
"configuration",
2358+
"metric_configuration",
23562359
],
23572360
ChangeEventCustomAttributesImpactedResourcesItemsType: ["service"],
23582361
CircleCIAPIKeyType: ["CircleCIAPIKey"],

0 commit comments

Comments
 (0)