@@ -536,6 +536,8 @@ import { IncidentUpdateAttributes } from "./IncidentUpdateAttributes";
536
536
import { IncidentUpdateData } from "./IncidentUpdateData" ;
537
537
import { IncidentUpdateRelationships } from "./IncidentUpdateRelationships" ;
538
538
import { IncidentUpdateRequest } from "./IncidentUpdateRequest" ;
539
+ import { IncidentUserAttributes } from "./IncidentUserAttributes" ;
540
+ import { IncidentUserData } from "./IncidentUserData" ;
539
541
import { IncidentsResponse } from "./IncidentsResponse" ;
540
542
import { IntakePayloadAccepted } from "./IntakePayloadAccepted" ;
541
543
import { InterfaceAttributes } from "./InterfaceAttributes" ;
@@ -2489,6 +2491,8 @@ const typeMap: { [index: string]: any } = {
2489
2491
IncidentUpdateData : IncidentUpdateData ,
2490
2492
IncidentUpdateRelationships : IncidentUpdateRelationships ,
2491
2493
IncidentUpdateRequest : IncidentUpdateRequest ,
2494
+ IncidentUserAttributes : IncidentUserAttributes ,
2495
+ IncidentUserData : IncidentUserData ,
2492
2496
IncidentsResponse : IncidentsResponse ,
2493
2497
IntakePayloadAccepted : IntakePayloadAccepted ,
2494
2498
InterfaceAttributes : InterfaceAttributes ,
@@ -3368,7 +3372,7 @@ const oneOfMap: { [index: string]: string[] } = {
3368
3372
"JiraIntegrationMetadata" ,
3369
3373
] ,
3370
3374
IncidentIntegrationMetadataResponseIncludedItem : [ "User" ] ,
3371
- IncidentResponseIncludedItem : [ "User " , "IncidentAttachmentData" ] ,
3375
+ IncidentResponseIncludedItem : [ "IncidentUserData " , "IncidentAttachmentData" ] ,
3372
3376
IncidentServiceIncludedItems : [ "User" ] ,
3373
3377
IncidentTeamIncludedItems : [ "User" ] ,
3374
3378
IncidentTimelineCellCreateAttributes : [
0 commit comments