Skip to content

Commit

Permalink
Regenerate client from commit ded185d6 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 24, 2024
1 parent 436272e commit 6d944b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-23 16:37:04.850584",
"spec_repo_commit": "a916f673"
"regenerated": "2024-10-24 19:44:19.808460",
"spec_repo_commit": "ded185d6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-23 16:37:04.869465",
"spec_repo_commit": "a916f673"
"regenerated": "2024-10-24 19:44:19.826668",
"spec_repo_commit": "ded185d6"
}
}
}
10 changes: 7 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21679,11 +21679,15 @@ components:
format: int64
type: integer
has_highlight_enabled:
description: Whether or not scanned events are highlighted in Logs or RUM
for the org.
default: true
deprecated: true
description: (Deprecated) Whether or not scanned events are highlighted
in Logs or RUM for the org.
type: boolean
has_multi_pass_enabled:
description: Whether or not scanned events have multi-pass enabled.
deprecated: true
description: (Deprecated) Whether or not scanned events have multi-pass
enabled.
type: boolean
is_pci_compliant:
description: Whether or not the org is compliant to the payment card industry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ export class SensitiveDataScannerMeta {
*/
"groupCountLimit"?: number;
/**
* Whether or not scanned events are highlighted in Logs or RUM for the org.
* (Deprecated) Whether or not scanned events are highlighted in Logs or RUM for the org.
*/
"hasHighlightEnabled"?: boolean;
/**
* Whether or not scanned events have multi-pass enabled.
* (Deprecated) Whether or not scanned events have multi-pass enabled.
*/
"hasMultiPassEnabled"?: boolean;
/**
Expand Down

0 comments on commit 6d944b6

Please sign in to comment.