Skip to content

Commit 136ca50

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 (#2399)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent d201b54 commit 136ca50

File tree

5 files changed

+14
-19
lines changed

5 files changed

+14
-19
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:44.328977",
8-
"spec_repo_commit": "b89b292b"
7+
"regenerated": "2025-02-07 15:58:43.227363",
8+
"spec_repo_commit": "1ff7c087"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-06 17:59:44.354899",
13-
"spec_repo_commit": "b89b292b"
12+
"regenerated": "2025-02-07 15:58:43.241835",
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

src/datadog_api_client/v1/model/synthetics_browser_variable_type.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,19 @@ class SyntheticsBrowserVariableType(ModelSimple):
1616
"""
1717
Type of browser test variable.
1818
19-
:param value: Must be one of ["element", "email", "global", "javascript", "text"].
19+
:param value: Must be one of ["element", "email", "global", "text"].
2020
:type value: str
2121
"""
2222

2323
allowed_values = {
2424
"element",
2525
"email",
2626
"global",
27-
"javascript",
2827
"text",
2928
}
3029
ELEMENT: ClassVar["SyntheticsBrowserVariableType"]
3130
EMAIL: ClassVar["SyntheticsBrowserVariableType"]
3231
GLOBAL: ClassVar["SyntheticsBrowserVariableType"]
33-
JAVASCRIPT: ClassVar["SyntheticsBrowserVariableType"]
3432
TEXT: ClassVar["SyntheticsBrowserVariableType"]
3533

3634
@cached_property
@@ -43,5 +41,4 @@ def openapi_types(_):
4341
SyntheticsBrowserVariableType.ELEMENT = SyntheticsBrowserVariableType("element")
4442
SyntheticsBrowserVariableType.EMAIL = SyntheticsBrowserVariableType("email")
4543
SyntheticsBrowserVariableType.GLOBAL = SyntheticsBrowserVariableType("global")
46-
SyntheticsBrowserVariableType.JAVASCRIPT = SyntheticsBrowserVariableType("javascript")
4744
SyntheticsBrowserVariableType.TEXT = SyntheticsBrowserVariableType("text")

src/datadog_api_client/v2/api/confluent_cloud_api.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def create_confluent_resource(
299299
300300
Create a Confluent resource for the account associated with the provided ID.
301301
302-
:param account_id: Confluent Account id.
302+
:param account_id: Confluent Account ID.
303303
:type account_id: str
304304
:param body: Confluent payload
305305
:type body: ConfluentResourceRequest
@@ -320,7 +320,7 @@ def delete_confluent_account(
320320
321321
Delete a Confluent account with the provided account ID.
322322
323-
:param account_id: Confluent Account id.
323+
:param account_id: Confluent Account ID.
324324
:type account_id: str
325325
:rtype: None
326326
"""
@@ -338,7 +338,7 @@ def delete_confluent_resource(
338338
339339
Delete a Confluent resource with the provided resource id for the account associated with the provided account ID.
340340
341-
:param account_id: Confluent Account id.
341+
:param account_id: Confluent Account ID.
342342
:type account_id: str
343343
:param resource_id: Confluent Account Resource ID.
344344
:type resource_id: str
@@ -359,7 +359,7 @@ def get_confluent_account(
359359
360360
Get the Confluent account with the provided account ID.
361361
362-
:param account_id: Confluent Account id.
362+
:param account_id: Confluent Account ID.
363363
:type account_id: str
364364
:rtype: ConfluentAccountResponse
365365
"""
@@ -377,7 +377,7 @@ def get_confluent_resource(
377377
378378
Get a Confluent resource with the provided resource id for the account associated with the provided account ID.
379379
380-
:param account_id: Confluent Account id.
380+
:param account_id: Confluent Account ID.
381381
:type account_id: str
382382
:param resource_id: Confluent Account Resource ID.
383383
:type resource_id: str
@@ -410,7 +410,7 @@ def list_confluent_resource(
410410
411411
Get a Confluent resource for the account associated with the provided ID.
412412
413-
:param account_id: Confluent Account id.
413+
:param account_id: Confluent Account ID.
414414
:type account_id: str
415415
:rtype: ConfluentResourcesResponse
416416
"""
@@ -428,7 +428,7 @@ def update_confluent_account(
428428
429429
Update the Confluent account with the provided account ID.
430430
431-
:param account_id: Confluent Account id.
431+
:param account_id: Confluent Account ID.
432432
:type account_id: str
433433
:param body: Confluent payload
434434
:type body: ConfluentAccountUpdateRequest
@@ -451,7 +451,7 @@ def update_confluent_resource(
451451
452452
Update a Confluent resource with the provided resource id for the account associated with the provided account ID.
453453
454-
:param account_id: Confluent Account id.
454+
:param account_id: Confluent Account ID.
455455
:type account_id: str
456456
:param resource_id: Confluent Account Resource ID.
457457
:type resource_id: str

0 commit comments

Comments
 (0)