Skip to content

Commit e320233

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Regenerate client from commit 1ff7c087 of spec repo (#2043)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6382e8d commit e320233

File tree

6 files changed

+14
-24
lines changed

6 files changed

+14
-24
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": "2025-02-06 17:59:38.553956",
8-
"spec_repo_commit": "b89b292b"
7+
"regenerated": "2025-02-07 15:58:47.022889",
8+
"spec_repo_commit": "1ff7c087"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-06 17:59:38.570636",
13-
"spec_repo_commit": "b89b292b"
12+
"regenerated": "2025-02-07 15:58:47.038214",
13+
"spec_repo_commit": "1ff7c087"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -14988,15 +14988,13 @@ components:
1498814988
- element
1498914989
- email
1499014990
- global
14991-
- javascript
1499214991
- text
1499314992
example: text
1499414993
type: string
1499514994
x-enum-varnames:
1499614995
- ELEMENT
1499714996
- EMAIL
1499814997
- GLOBAL
14999-
- JAVASCRIPT
1500014998
- TEXT
1500114999
SyntheticsCIBatchMetadata:
1500215000
description: Metadata for the Synthetic tests run.

.generator/schemas/v2/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ components:
193193
schema:
194194
type: string
195195
ConfluentAccountID:
196-
description: Confluent Account id.
196+
description: Confluent Account ID.
197197
in: path
198198
name: account_id
199199
required: true

packages/datadog-api-client-v1/models/ObjectSerializer.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -1344,13 +1344,7 @@ const enumsMap: { [key: string]: any[] } = {
13441344
"UPLOAD_FILES_NAME",
13451345
],
13461346
SyntheticsBrowserTestType: ["browser"],
1347-
SyntheticsBrowserVariableType: [
1348-
"element",
1349-
"email",
1350-
"global",
1351-
"javascript",
1352-
"text",
1353-
],
1347+
SyntheticsBrowserVariableType: ["element", "email", "global", "text"],
13541348
SyntheticsCheckType: [
13551349
"equals",
13561350
"notEquals",

packages/datadog-api-client-v1/models/SyntheticsBrowserVariableType.ts

-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ export type SyntheticsBrowserVariableType =
1414
| typeof ELEMENT
1515
| typeof EMAIL
1616
| typeof GLOBAL
17-
| typeof JAVASCRIPT
1817
| typeof TEXT
1918
| UnparsedObject;
2019
export const ELEMENT = "element";
2120
export const EMAIL = "email";
2221
export const GLOBAL = "global";
23-
export const JAVASCRIPT = "javascript";
2422
export const TEXT = "text";

packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ export interface ConfluentCloudApiCreateConfluentAccountRequest {
10641064

10651065
export interface ConfluentCloudApiCreateConfluentResourceRequest {
10661066
/**
1067-
* Confluent Account id.
1067+
* Confluent Account ID.
10681068
* @type string
10691069
*/
10701070
accountId: string;
@@ -1077,15 +1077,15 @@ export interface ConfluentCloudApiCreateConfluentResourceRequest {
10771077

10781078
export interface ConfluentCloudApiDeleteConfluentAccountRequest {
10791079
/**
1080-
* Confluent Account id.
1080+
* Confluent Account ID.
10811081
* @type string
10821082
*/
10831083
accountId: string;
10841084
}
10851085

10861086
export interface ConfluentCloudApiDeleteConfluentResourceRequest {
10871087
/**
1088-
* Confluent Account id.
1088+
* Confluent Account ID.
10891089
* @type string
10901090
*/
10911091
accountId: string;
@@ -1098,15 +1098,15 @@ export interface ConfluentCloudApiDeleteConfluentResourceRequest {
10981098

10991099
export interface ConfluentCloudApiGetConfluentAccountRequest {
11001100
/**
1101-
* Confluent Account id.
1101+
* Confluent Account ID.
11021102
* @type string
11031103
*/
11041104
accountId: string;
11051105
}
11061106

11071107
export interface ConfluentCloudApiGetConfluentResourceRequest {
11081108
/**
1109-
* Confluent Account id.
1109+
* Confluent Account ID.
11101110
* @type string
11111111
*/
11121112
accountId: string;
@@ -1119,15 +1119,15 @@ export interface ConfluentCloudApiGetConfluentResourceRequest {
11191119

11201120
export interface ConfluentCloudApiListConfluentResourceRequest {
11211121
/**
1122-
* Confluent Account id.
1122+
* Confluent Account ID.
11231123
* @type string
11241124
*/
11251125
accountId: string;
11261126
}
11271127

11281128
export interface ConfluentCloudApiUpdateConfluentAccountRequest {
11291129
/**
1130-
* Confluent Account id.
1130+
* Confluent Account ID.
11311131
* @type string
11321132
*/
11331133
accountId: string;
@@ -1140,7 +1140,7 @@ export interface ConfluentCloudApiUpdateConfluentAccountRequest {
11401140

11411141
export interface ConfluentCloudApiUpdateConfluentResourceRequest {
11421142
/**
1143-
* Confluent Account id.
1143+
* Confluent Account ID.
11441144
* @type string
11451145
*/
11461146
accountId: string;

0 commit comments

Comments
 (0)