Skip to content

Commit 1441774

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 45509e8e of spec repo
1 parent d518b28 commit 1441774

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-10 19:46:03.896755",
8-
"spec_repo_commit": "049920eb"
7+
"regenerated": "2024-10-15 14:57:05.708140",
8+
"spec_repo_commit": "45509e8e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-10 19:46:04.041839",
13-
"spec_repo_commit": "049920eb"
12+
"regenerated": "2024-10-15 14:57:05.727007",
13+
"spec_repo_commit": "45509e8e"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21680,10 +21680,13 @@ components:
2168021680
format: int64
2168121681
type: integer
2168221682
has_highlight_enabled:
21683+
default: true
21684+
deprecated: true
2168321685
description: Whether or not scanned events are highlighted in Logs or RUM
21684-
for the org.
21686+
for the org. Can no longer be configured user-side.
2168521687
type: boolean
2168621688
has_multi_pass_enabled:
21689+
deprecated: true
2168721690
description: Whether or not scanned events have multi-pass enabled.
2168821691
type: boolean
2168921692
is_pci_compliant:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class SensitiveDataScannerMeta {
1919
*/
2020
"groupCountLimit"?: number;
2121
/**
22-
* Whether or not scanned events are highlighted in Logs or RUM for the org.
22+
* Whether or not scanned events are highlighted in Logs or RUM for the org. Can no longer be configured user-side.
2323
*/
2424
"hasHighlightEnabled"?: boolean;
2525
/**

0 commit comments

Comments
 (0)