Skip to content

Commit 7a83b53

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0dd2611 of spec repo
1 parent 5a7045b commit 7a83b53

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41403,7 +41403,7 @@ components:
4140341403
type: string
4140441404
type: object
4140541405
Shift:
41406-
description: The definition of `Shift` object.
41406+
description: An on-call shift with its associated data and relationships.
4140741407
example:
4140841408
data:
4140941409
attributes:
@@ -41434,7 +41434,7 @@ components:
4143441434
type: array
4143541435
type: object
4143641436
ShiftData:
41437-
description: The definition of `ShiftData` object.
41437+
description: Data for an on-call shift.
4143841438
properties:
4143941439
attributes:
4144041440
$ref: '#/components/schemas/ShiftDataAttributes'
@@ -41449,7 +41449,7 @@ components:
4144941449
- type
4145041450
type: object
4145141451
ShiftDataAttributes:
41452-
description: The definition of `ShiftDataAttributes` object.
41452+
description: Attributes for an on-call shift.
4145341453
properties:
4145441454
end:
4145541455
description: The end time of the shift.
@@ -41461,7 +41461,7 @@ components:
4146141461
type: string
4146241462
type: object
4146341463
ShiftDataRelationships:
41464-
description: The definition of `ShiftDataRelationships` object.
41464+
description: Relationships for an on-call shift.
4146541465
properties:
4146641466
user:
4146741467
$ref: '#/components/schemas/ShiftDataRelationshipsUser'
@@ -41508,7 +41508,7 @@ components:
4150841508
x-enum-varnames:
4150941509
- SHIFTS
4151041510
ShiftIncluded:
41511-
description: The definition of `ShiftIncluded` object.
41511+
description: Included data for shift operations.
4151241512
oneOf:
4151341513
- $ref: '#/components/schemas/ScheduleUser'
4151441514
SimpleMonitorUserTemplate:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import { ShiftIncluded } from "./ShiftIncluded";
99
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1010

1111
/**
12-
* The definition of `Shift` object.
12+
* An on-call shift with its associated data and relationships.
1313
*/
1414
export class Shift {
1515
/**
16-
* The definition of `ShiftData` object.
16+
* Data for an on-call shift.
1717
*/
1818
"data"?: ShiftData;
1919
/**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ import { ShiftDataType } from "./ShiftDataType";
1010
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1111

1212
/**
13-
* The definition of `ShiftData` object.
13+
* Data for an on-call shift.
1414
*/
1515
export class ShiftData {
1616
/**
17-
* The definition of `ShiftDataAttributes` object.
17+
* Attributes for an on-call shift.
1818
*/
1919
"attributes"?: ShiftDataAttributes;
2020
/**
2121
* The `ShiftData` `id`.
2222
*/
2323
"id"?: string;
2424
/**
25-
* The definition of `ShiftDataRelationships` object.
25+
* Relationships for an on-call shift.
2626
*/
2727
"relationships"?: ShiftDataRelationships;
2828
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
88

99
/**
10-
* The definition of `ShiftDataAttributes` object.
10+
* Attributes for an on-call shift.
1111
*/
1212
export class ShiftDataAttributes {
1313
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ShiftDataRelationshipsUser } from "./ShiftDataRelationshipsUser";
88
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
99

1010
/**
11-
* The definition of `ShiftDataRelationships` object.
11+
* Relationships for an on-call shift.
1212
*/
1313
export class ShiftDataRelationships {
1414
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ScheduleUser } from "./ScheduleUser";
88
import { UnparsedObject } from "../../datadog-api-client-common/util";
99

1010
/**
11-
* The definition of `ShiftIncluded` object.
11+
* Included data for shift operations.
1212
*/
1313

1414
export type ShiftIncluded = ScheduleUser | UnparsedObject;

0 commit comments

Comments
 (0)