Skip to content

Commit

Permalink
Regenerate client from commit abff3edb of spec repo (#866)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 4, 2022
1 parent 493318c commit 5015891
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 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.4",
"regenerated": "2022-10-04 12:25:24.428827",
"spec_repo_commit": "032eb1c8"
"regenerated": "2022-10-04 17:11:51.478214",
"spec_repo_commit": "abff3edb"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-10-04 12:25:24.442597",
"spec_repo_commit": "032eb1c8"
"regenerated": "2022-10-04 17:11:51.495219",
"spec_repo_commit": "abff3edb"
}
}
}
8 changes: 8 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6042,12 +6042,20 @@ components:
- rum
- ci_pipelines
- ci_tests
- audit
- events
- logs
- spans
example: rum
type: string
x-enum-varnames:
- RUM
- CI_PIPELINES
- CI_TESTS
- AUDIT
- EVENTS
- LOGS
- SPANS
MonitorFormulaAndFunctionQueryDefinition:
description: A formula and function query.
oneOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
export type MonitorFormulaAndFunctionEventsDataSource =
| typeof RUM
| typeof CI_PIPELINES
| typeof CI_TESTS;
| typeof CI_TESTS
| typeof AUDIT
| typeof EVENTS
| typeof LOGS
| typeof SPANS;
export const RUM = "rum";
export const CI_PIPELINES = "ci_pipelines";
export const CI_TESTS = "ci_tests";
export const AUDIT = "audit";
export const EVENTS = "events";
export const LOGS = "logs";
export const SPANS = "spans";
4 changes: 4 additions & 0 deletions packages/datadog-api-client-v1/models/ObjectSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,10 @@ const enumsMap: { [key: string]: any[] } = {
"rum",
"ci_pipelines",
"ci_tests",
"audit",
"events",
"logs",
"spans",
],
MonitorOverallStates: [
"Alert",
Expand Down

0 comments on commit 5015891

Please sign in to comment.