Skip to content

Commit

Permalink
Regenerate client from commit 51c5e00d of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 6, 2025
1 parent 4aa538f commit e88e4f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 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": "2025-02-04 14:09:59.993284",
"spec_repo_commit": "4fb9047a"
"regenerated": "2025-02-06 16:01:41.732116",
"spec_repo_commit": "51c5e00d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-04 14:10:00.009911",
"spec_repo_commit": "4fb9047a"
"regenerated": "2025-02-06 16:01:41.747932",
"spec_repo_commit": "51c5e00d"
}
}
}
2 changes: 0 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14988,15 +14988,13 @@ components:
- element
- email
- global
- javascript
- text
example: text
type: string
x-enum-varnames:
- ELEMENT
- EMAIL
- GLOBAL
- JAVASCRIPT
- TEXT
SyntheticsCIBatchMetadata:
description: Metadata for the Synthetic tests run.
Expand Down
8 changes: 1 addition & 7 deletions packages/datadog-api-client-v1/models/ObjectSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1344,13 +1344,7 @@ const enumsMap: { [key: string]: any[] } = {
"UPLOAD_FILES_NAME",
],
SyntheticsBrowserTestType: ["browser"],
SyntheticsBrowserVariableType: [
"element",
"email",
"global",
"javascript",
"text",
],
SyntheticsBrowserVariableType: ["element", "email", "global", "text"],
SyntheticsCheckType: [
"equals",
"notEquals",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ export type SyntheticsBrowserVariableType =
| typeof ELEMENT
| typeof EMAIL
| typeof GLOBAL
| typeof JAVASCRIPT
| typeof TEXT
| UnparsedObject;
export const ELEMENT = "element";
export const EMAIL = "email";
export const GLOBAL = "global";
export const JAVASCRIPT = "javascript";
export const TEXT = "text";

0 comments on commit e88e4f9

Please sign in to comment.