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-16 16:45:12.810645 ",
8
- "spec_repo_commit": "6e1eb13f "
7
+ "regenerated": "2025-06-16 18:38:07.109652 ",
8
+ "spec_repo_commit": "a3109021 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -24274,6 +24274,7 @@ paths:
24274
24274
- us3.datadoghq.com
24275
24275
- us5.datadoghq.com
24276
24276
- ap1.datadoghq.com
24277
+ - ap2.datadoghq.com
24277
24278
- datadoghq.eu
24278
24279
- ddog-gov.com
24279
24280
subdomain:
@@ -36897,6 +36898,7 @@ paths:
36897
36898
- us3.datadoghq.com
36898
36899
- us5.datadoghq.com
36899
36900
- ap1.datadoghq.com
36901
+ - ap2.datadoghq.com
36900
36902
- datadoghq.eu
36901
36903
- ddog-gov.com
36902
36904
subdomain:
@@ -36936,6 +36938,7 @@ servers:
36936
36938
- us3.datadoghq.com
36937
36939
- us5.datadoghq.com
36938
36940
- ap1.datadoghq.com
36941
+ - ap2.datadoghq.com
36939
36942
- datadoghq.eu
36940
36943
- ddog-gov.com
36941
36944
subdomain:
Original file line number Diff line number Diff line change @@ -50039,6 +50039,7 @@ paths:
50039
50039
- us3.datadoghq.com
50040
50040
- us5.datadoghq.com
50041
50041
- ap1.datadoghq.com
50042
+ - ap2.datadoghq.com
50042
50043
- datadoghq.eu
50043
50044
- ddog-gov.com
50044
50045
subdomain:
@@ -62837,6 +62838,7 @@ servers:
62837
62838
- us3.datadoghq.com
62838
62839
- us5.datadoghq.com
62839
62840
- ap1.datadoghq.com
62841
+ - ap2.datadoghq.com
62840
62842
- datadoghq.eu
62841
62843
- ddog-gov.com
62842
62844
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