Skip to content

Commit 53deedb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 74866a53 of spec repo (#2397)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4d583cc commit 53deedb

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-06-20 19:51:47.751008",
8-
"spec_repo_commit": "51272749"
7+
"regenerated": "2025-06-23 07:59:25.289975",
8+
"spec_repo_commit": "74866a53"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-20 19:51:47.767115",
13-
"spec_repo_commit": "51272749"
12+
"regenerated": "2025-06-23 07:59:25.307606",
13+
"spec_repo_commit": "74866a53"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14785,9 +14785,6 @@ components:
1478514785
description: Username to use for the basic authentication.
1478614786
example: my_username
1478714787
type: string
14788-
required:
14789-
- password
14790-
- username
1479114788
type: object
1479214789
SyntheticsBasicAuthWebType:
1479314790
default: web

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ export class SyntheticsBasicAuthWeb {
1414
/**
1515
* Password to use for the basic authentication.
1616
*/
17-
"password": string;
17+
"password"?: string;
1818
/**
1919
* The type of basic authentication to use when performing the test.
2020
*/
2121
"type"?: SyntheticsBasicAuthWebType;
2222
/**
2323
* Username to use for the basic authentication.
2424
*/
25-
"username": string;
25+
"username"?: string;
2626

2727
/**
2828
* A container for additional, undeclared properties.
@@ -43,7 +43,6 @@ export class SyntheticsBasicAuthWeb {
4343
password: {
4444
baseName: "password",
4545
type: "string",
46-
required: true,
4746
},
4847
type: {
4948
baseName: "type",
@@ -52,7 +51,6 @@ export class SyntheticsBasicAuthWeb {
5251
username: {
5352
baseName: "username",
5453
type: "string",
55-
required: true,
5654
},
5755
additionalProperties: {
5856
baseName: "additionalProperties",

0 commit comments

Comments
 (0)