Skip to content

Commit 3b72932

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1d2c9ab of spec repo
1 parent 399005e commit 3b72932

2 files changed

Lines changed: 0 additions & 60 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -47115,11 +47115,6 @@ components:
4711547115
IncidentUserDefinedFieldAttributesResponse:
4711647116
description: Attributes of an incident user-defined field.
4711747117
properties:
47118-
attached_to:
47119-
description: The resource type this field is attached to. Always "incidents".
47120-
example: "incidents"
47121-
readOnly: true
47122-
type: string
4712347118
category:
4712447119
$ref: "#/components/schemas/IncidentUserDefinedFieldCategory"
4712547120
collected:
@@ -47164,12 +47159,6 @@ components:
4716447159
example: "1.5"
4716547160
nullable: true
4716647161
type: string
47167-
prerequisite:
47168-
description: Reserved for future use. Always null.
47169-
example:
47170-
nullable: true
47171-
readOnly: true
47172-
type: string
4717347162
required:
4717447163
description: When true, users must fill out this field on incidents.
4717547164
example: false
@@ -47179,12 +47168,6 @@ components:
4717947168
example: false
4718047169
readOnly: true
4718147170
type: boolean
47182-
table_id:
47183-
description: Reserved for internal use. Always 0.
47184-
example: 0
47185-
format: int64
47186-
readOnly: true
47187-
type: integer
4718847171
tag_key:
4718947172
description: For metric tag-type fields only, the metric tag key that powers the autocomplete options.
4719047173
example:
@@ -47205,7 +47188,6 @@ components:
4720547188
nullable: true
4720647189
type: array
4720747190
required:
47208-
- attached_to
4720947191
- category
4721047192
- collected
4721147193
- created
@@ -47216,10 +47198,8 @@ components:
4721647198
- modified
4721747199
- name
4721847200
- ordinal
47219-
- prerequisite
4722047201
- required
4722147202
- reserved
47222-
- table_id
4722347203
- tag_key
4722447204
- type
4722547205
- valid_values
@@ -139523,7 +139503,6 @@ paths:
139523139503
value:
139524139504
data:
139525139505
- attributes:
139526-
attached_to: "incidents"
139527139506
category: "what_happened"
139528139507
collected: "active"
139529139508
created: "2026-03-18T08:40:04.437887Z"
@@ -139534,10 +139513,8 @@ paths:
139534139513
modified: "2026-03-18T08:40:04.437887Z"
139535139514
name: "root_cause"
139536139515
ordinal: "1.1"
139537-
prerequisite:
139538139516
required: false
139539139517
reserved: false
139540-
table_id: 0
139541139518
tag_key:
139542139519
type: 1
139543139520
valid_values:
@@ -139642,7 +139619,6 @@ paths:
139642139619
value:
139643139620
data:
139644139621
attributes:
139645-
attached_to: "incidents"
139646139622
category:
139647139623
collected:
139648139624
created: "2026-03-18T08:40:05.185406Z"
@@ -139653,10 +139629,8 @@ paths:
139653139629
modified: "2026-03-18T08:40:05.185406Z"
139654139630
name: "root_cause"
139655139631
ordinal: "9"
139656-
prerequisite:
139657139632
required: false
139658139633
reserved: false
139659-
table_id: 0
139660139634
tag_key:
139661139635
type: 3
139662139636
valid_values:
@@ -139773,7 +139747,6 @@ paths:
139773139747
value:
139774139748
data:
139775139749
attributes:
139776-
attached_to: "incidents"
139777139750
category: "what_happened"
139778139751
collected: "active"
139779139752
created: "2026-03-18T08:40:04.437887Z"
@@ -139784,10 +139757,8 @@ paths:
139784139757
modified: "2026-03-18T08:40:04.437887Z"
139785139758
name: "root_cause"
139786139759
ordinal: "1.1"
139787-
prerequisite:
139788139760
required: false
139789139761
reserved: false
139790-
table_id: 0
139791139762
tag_key:
139792139763
type: 1
139793139764
valid_values:
@@ -139883,7 +139854,6 @@ paths:
139883139854
value:
139884139855
data:
139885139856
attributes:
139886-
attached_to: "incidents"
139887139857
category: "what_happened"
139888139858
collected:
139889139859
created: "2026-03-18T08:39:49.913895Z"
@@ -139894,10 +139864,8 @@ paths:
139894139864
modified: "2026-03-18T08:39:49.922909Z"
139895139865
name: "root_cause"
139896139866
ordinal: "8"
139897-
prerequisite:
139898139867
required: false
139899139868
reserved: false
139900-
table_id: 0
139901139869
tag_key:
139902139870
type: 3
139903139871
valid_values:

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1414
* Attributes of an incident user-defined field.
1515
*/
1616
export class IncidentUserDefinedFieldAttributesResponse {
17-
/**
18-
* The resource type this field is attached to. Always "incidents".
19-
*/
20-
"attachedTo": string;
2117
/**
2218
* The section in which the field appears: "what_happened" or "why_it_happened". When null, the field appears in the Attributes section.
2319
*/
@@ -58,10 +54,6 @@ export class IncidentUserDefinedFieldAttributesResponse {
5854
* A decimal string representing the field's display order in the UI.
5955
*/
6056
"ordinal": string | null;
61-
/**
62-
* Reserved for future use. Always null.
63-
*/
64-
"prerequisite": string | null;
6557
/**
6658
* When true, users must fill out this field on incidents.
6759
*/
@@ -70,10 +62,6 @@ export class IncidentUserDefinedFieldAttributesResponse {
7062
* When true, this field is reserved for system use and cannot be deleted.
7163
*/
7264
"reserved": boolean;
73-
/**
74-
* Reserved for internal use. Always 0.
75-
*/
76-
"tableId": number;
7765
/**
7866
* For metric tag-type fields only, the metric tag key that powers the autocomplete options.
7967
*/
@@ -103,11 +91,6 @@ export class IncidentUserDefinedFieldAttributesResponse {
10391
* @ignore
10492
*/
10593
static readonly attributeTypeMap: AttributeTypeMap = {
106-
attachedTo: {
107-
baseName: "attached_to",
108-
type: "string",
109-
required: true,
110-
},
11194
category: {
11295
baseName: "category",
11396
type: "IncidentUserDefinedFieldCategory",
@@ -161,11 +144,6 @@ export class IncidentUserDefinedFieldAttributesResponse {
161144
type: "string",
162145
required: true,
163146
},
164-
prerequisite: {
165-
baseName: "prerequisite",
166-
type: "string",
167-
required: true,
168-
},
169147
required: {
170148
baseName: "required",
171149
type: "boolean",
@@ -176,12 +154,6 @@ export class IncidentUserDefinedFieldAttributesResponse {
176154
type: "boolean",
177155
required: true,
178156
},
179-
tableId: {
180-
baseName: "table_id",
181-
type: "number",
182-
required: true,
183-
format: "int64",
184-
},
185157
tagKey: {
186158
baseName: "tag_key",
187159
type: "string",

0 commit comments

Comments
 (0)