File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -4335,7 +4335,7 @@ components:
4335
4335
categories:
4336
4336
description: 'Array of filters to match or not a log and their
4337
4337
4338
- corresponding `name`to assign a custom value to the log.'
4338
+ corresponding `name` to assign a custom value to the log.'
4339
4339
example: []
4340
4340
items:
4341
4341
$ref: '#/components/schemas/LogsCategoryProcessorCategory'
@@ -5121,7 +5121,7 @@ components:
5121
5121
x-enum-varnames:
5122
5122
- SERVICE_REMAPPER
5123
5123
LogsSort:
5124
- description: Time-ascending `asc` or time-descending `desc`results.
5124
+ description: Time-ascending `asc` or time-descending `desc` results.
5125
5125
enum:
5126
5126
- asc
5127
5127
- desc
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { AttributeTypeMap } from "../util";
26
26
export class LogsCategoryProcessor {
27
27
/**
28
28
* 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.
30
30
*/
31
31
"categories" : Array < LogsCategoryProcessorCategory > ;
32
32
/**
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export class LogsListRequest {
26
26
*/
27
27
"query" ?: string ;
28
28
/**
29
- * Time-ascending `asc` or time-descending `desc`results.
29
+ * Time-ascending `asc` or time-descending `desc` results.
30
30
*/
31
31
"sort" ?: LogsSort ;
32
32
/**
You can’t perform that action at this time.
0 commit comments