Skip to content

Commit 769378b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a3109021 of spec repo
1 parent a4025fc commit 769378b

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
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-16 16:45:12.810645",
8-
"spec_repo_commit": "6e1eb13f"
7+
"regenerated": "2025-06-16 18:38:07.109652",
8+
"spec_repo_commit": "a3109021"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-16 16:45:12.828203",
13-
"spec_repo_commit": "6e1eb13f"
12+
"regenerated": "2025-06-16 18:38:07.125577",
13+
"spec_repo_commit": "a3109021"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24274,6 +24274,7 @@ paths:
2427424274
- us3.datadoghq.com
2427524275
- us5.datadoghq.com
2427624276
- ap1.datadoghq.com
24277+
- ap2.datadoghq.com
2427724278
- datadoghq.eu
2427824279
- ddog-gov.com
2427924280
subdomain:
@@ -36897,6 +36898,7 @@ paths:
3689736898
- us3.datadoghq.com
3689836899
- us5.datadoghq.com
3689936900
- ap1.datadoghq.com
36901+
- ap2.datadoghq.com
3690036902
- datadoghq.eu
3690136903
- ddog-gov.com
3690236904
subdomain:
@@ -36936,6 +36938,7 @@ servers:
3693636938
- us3.datadoghq.com
3693736939
- us5.datadoghq.com
3693836940
- ap1.datadoghq.com
36941+
- ap2.datadoghq.com
3693936942
- datadoghq.eu
3694036943
- ddog-gov.com
3694136944
subdomain:

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50039,6 +50039,7 @@ paths:
5003950039
- us3.datadoghq.com
5004050040
- us5.datadoghq.com
5004150041
- ap1.datadoghq.com
50042+
- ap2.datadoghq.com
5004250043
- datadoghq.eu
5004350044
- ddog-gov.com
5004450045
subdomain:
@@ -62837,6 +62838,7 @@ servers:
6283762838
- us3.datadoghq.com
6283862839
- us5.datadoghq.com
6283962840
- ap1.datadoghq.com
62841+
- ap2.datadoghq.com
6284062842
- datadoghq.eu
6284162843
- ddog-gov.com
6284262844
subdomain:

packages/datadog-api-client-common/servers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export const server1 = new ServerConfiguration<{
7070
| "us3.datadoghq.com"
7171
| "us5.datadoghq.com"
7272
| "ap1.datadoghq.com"
73+
| "ap2.datadoghq.com"
7374
| "datadoghq.eu"
7475
| "ddog-gov.com";
7576
subdomain: string;
@@ -104,6 +105,7 @@ export const operationServers: {
104105
| "us3.datadoghq.com"
105106
| "us5.datadoghq.com"
106107
| "ap1.datadoghq.com"
108+
| "ap2.datadoghq.com"
107109
| "datadoghq.eu"
108110
| "ddog-gov.com";
109111
subdomain: string;
@@ -131,6 +133,7 @@ export const operationServers: {
131133
| "us3.datadoghq.com"
132134
| "us5.datadoghq.com"
133135
| "ap1.datadoghq.com"
136+
| "ap2.datadoghq.com"
134137
| "datadoghq.eu"
135138
| "ddog-gov.com";
136139
subdomain: string;
@@ -160,6 +163,7 @@ export const operationServers: {
160163
| "us3.datadoghq.com"
161164
| "us5.datadoghq.com"
162165
| "ap1.datadoghq.com"
166+
| "ap2.datadoghq.com"
163167
| "datadoghq.eu"
164168
| "ddog-gov.com";
165169
subdomain: string;

0 commit comments

Comments
 (0)