File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
packages/datadog-api-client-common Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-06-23 19:18:42.324180 ",
8
- "spec_repo_commit": "779f1def "
7
+ "regenerated": "2025-06-23 20:34:48.848080 ",
8
+ "spec_repo_commit": "837c2656 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-06-23 19:18:42.340167 ",
13
- "spec_repo_commit": "779f1def "
12
+ "regenerated": "2025-06-23 20:34:48.864295 ",
13
+ "spec_repo_commit": "837c2656 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -24271,6 +24271,7 @@ paths:
24271
24271
- us3.datadoghq.com
24272
24272
- us5.datadoghq.com
24273
24273
- ap1.datadoghq.com
24274
+ - ap2.datadoghq.com
24274
24275
- datadoghq.eu
24275
24276
- ddog-gov.com
24276
24277
subdomain:
@@ -36894,6 +36895,7 @@ paths:
36894
36895
- us3.datadoghq.com
36895
36896
- us5.datadoghq.com
36896
36897
- ap1.datadoghq.com
36898
+ - ap2.datadoghq.com
36897
36899
- datadoghq.eu
36898
36900
- ddog-gov.com
36899
36901
subdomain:
@@ -36933,6 +36935,7 @@ servers:
36933
36935
- us3.datadoghq.com
36934
36936
- us5.datadoghq.com
36935
36937
- ap1.datadoghq.com
36938
+ - ap2.datadoghq.com
36936
36939
- datadoghq.eu
36937
36940
- ddog-gov.com
36938
36941
subdomain:
Original file line number Diff line number Diff line change @@ -50244,6 +50244,7 @@ paths:
50244
50244
- us3.datadoghq.com
50245
50245
- us5.datadoghq.com
50246
50246
- ap1.datadoghq.com
50247
+ - ap2.datadoghq.com
50247
50248
- datadoghq.eu
50248
50249
- ddog-gov.com
50249
50250
subdomain:
@@ -63192,6 +63193,7 @@ servers:
63192
63193
- us3.datadoghq.com
63193
63194
- us5.datadoghq.com
63194
63195
- ap1.datadoghq.com
63196
+ - ap2.datadoghq.com
63195
63197
- datadoghq.eu
63196
63198
- ddog-gov.com
63197
63199
subdomain:
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ export const server1 = new ServerConfiguration<{
70
70
| "us3.datadoghq.com"
71
71
| "us5.datadoghq.com"
72
72
| "ap1.datadoghq.com"
73
+ | "ap2.datadoghq.com"
73
74
| "datadoghq.eu"
74
75
| "ddog-gov.com" ;
75
76
subdomain : string ;
@@ -104,6 +105,7 @@ export const operationServers: {
104
105
| "us3.datadoghq.com"
105
106
| "us5.datadoghq.com"
106
107
| "ap1.datadoghq.com"
108
+ | "ap2.datadoghq.com"
107
109
| "datadoghq.eu"
108
110
| "ddog-gov.com" ;
109
111
subdomain : string ;
@@ -131,6 +133,7 @@ export const operationServers: {
131
133
| "us3.datadoghq.com"
132
134
| "us5.datadoghq.com"
133
135
| "ap1.datadoghq.com"
136
+ | "ap2.datadoghq.com"
134
137
| "datadoghq.eu"
135
138
| "ddog-gov.com" ;
136
139
subdomain : string ;
@@ -160,6 +163,7 @@ export const operationServers: {
160
163
| "us3.datadoghq.com"
161
164
| "us5.datadoghq.com"
162
165
| "ap1.datadoghq.com"
166
+ | "ap2.datadoghq.com"
163
167
| "datadoghq.eu"
164
168
| "ddog-gov.com" ;
165
169
subdomain : string ;
You can’t perform that action at this time.
0 commit comments