File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments