Skip to content

Commit f0aadae

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit ee6c9cb0 of spec repo (#690)
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 b7b06bd commit f0aadae

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.6.2",
7-
"regenerated": "2022-05-24 19:22:13.696323",
8-
"spec_repo_commit": "ee99d802"
7+
"regenerated": "2022-05-25 07:05:41.005608",
8+
"spec_repo_commit": "ee6c9cb0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-05-24 19:22:13.708162",
13-
"spec_repo_commit": "ee99d802"
12+
"regenerated": "2022-05-25 07:05:41.017500",
13+
"spec_repo_commit": "ee6c9cb0"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4335,7 +4335,7 @@ components:
43354335
categories:
43364336
description: 'Array of filters to match or not a log and their
43374337

4338-
corresponding `name`to assign a custom value to the log.'
4338+
corresponding `name` to assign a custom value to the log.'
43394339
example: []
43404340
items:
43414341
$ref: '#/components/schemas/LogsCategoryProcessorCategory'
@@ -5121,7 +5121,7 @@ components:
51215121
x-enum-varnames:
51225122
- SERVICE_REMAPPER
51235123
LogsSort:
5124-
description: Time-ascending `asc` or time-descending `desc`results.
5124+
description: Time-ascending `asc` or time-descending `desc` results.
51255125
enum:
51265126
- asc
51275127
- desc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { AttributeTypeMap } from "../util";
2626
export class LogsCategoryProcessor {
2727
/**
2828
* Array of filters to match or not a log and their
29-
* corresponding `name`to assign a custom value to the log.
29+
* corresponding `name` to assign a custom value to the log.
3030
*/
3131
"categories": Array<LogsCategoryProcessorCategory>;
3232
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class LogsListRequest {
2626
*/
2727
"query"?: string;
2828
/**
29-
* Time-ascending `asc` or time-descending `desc`results.
29+
* Time-ascending `asc` or time-descending `desc` results.
3030
*/
3131
"sort"?: LogsSort;
3232
/**

0 commit comments

Comments
 (0)