Skip to content

Commit 7f7fcbe

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit bb2c57f of spec repo (#475)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 0eba2db commit 7f7fcbe

File tree

3 files changed

+4
-43
lines changed

3 files changed

+4
-43
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.5.1.dev2",
7-
"regenerated": "2022-01-13 09:33:14.041348",
8-
"spec_repo_commit": "830f39c"
7+
"regenerated": "2022-01-13 11:49:30.037062",
8+
"spec_repo_commit": "bb2c57f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2022-01-13 09:33:14.071600",
13-
"spec_repo_commit": "830f39c"
12+
"regenerated": "2022-01-13 11:49:30.064653",
13+
"spec_repo_commit": "bb2c57f"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,16 +1862,6 @@ components:
18621862

18631863
Any tags associated with the host are also applied to this event.'
18641864
type: string
1865-
id:
1866-
description: Integer ID of the event.
1867-
format: int64
1868-
readOnly: true
1869-
type: integer
1870-
payload:
1871-
description: Payload of the event.
1872-
example: '{}'
1873-
readOnly: true
1874-
type: string
18751865
priority:
18761866
$ref: '#/components/schemas/EventPriority'
18771867
related_event_id:
@@ -1908,10 +1898,6 @@ components:
19081898
description: The event title.
19091899
example: Did you hear the news today?
19101900
type: string
1911-
url:
1912-
description: URL of the event.
1913-
readOnly: true
1914-
type: string
19151901
required:
19161902
- title
19171903
- text

packages/datadog-api-client-v1/models/EventCreateRequest.ts

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ export class EventCreateRequest {
3434
* Host name to associate with the event. Any tags associated with the host are also applied to this event.
3535
*/
3636
"host"?: string;
37-
/**
38-
* Integer ID of the event.
39-
*/
40-
"id"?: number;
41-
/**
42-
* Payload of the event.
43-
*/
44-
"payload"?: string;
4537
"priority"?: EventPriority;
4638
/**
4739
* ID of the parent event. Must be sent as an integer (that is no quotes).
@@ -63,10 +55,6 @@ export class EventCreateRequest {
6355
* The event title.
6456
*/
6557
"title": string;
66-
/**
67-
* URL of the event.
68-
*/
69-
"url"?: string;
7058

7159
"unparsedObject"?: any;
7260

@@ -92,15 +80,6 @@ export class EventCreateRequest {
9280
baseName: "host",
9381
type: "string",
9482
},
95-
id: {
96-
baseName: "id",
97-
type: "number",
98-
format: "int64",
99-
},
100-
payload: {
101-
baseName: "payload",
102-
type: "string",
103-
},
10483
priority: {
10584
baseName: "priority",
10685
type: "EventPriority",
@@ -128,10 +107,6 @@ export class EventCreateRequest {
128107
type: "string",
129108
required: true,
130109
},
131-
url: {
132-
baseName: "url",
133-
type: "string",
134-
},
135110
};
136111

137112
static getAttributeTypeMap(): AttributeTypeMap {

0 commit comments

Comments
 (0)