Skip to content

Commit 35e2cc2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 837c265 of spec repo (#2383)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent adc88e7 commit 35e2cc2

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24272,6 +24272,7 @@ paths:
2427224272
- us3.datadoghq.com
2427324273
- us5.datadoghq.com
2427424274
- ap1.datadoghq.com
24275+
- ap2.datadoghq.com
2427524276
- datadoghq.eu
2427624277
- ddog-gov.com
2427724278
subdomain:
@@ -37922,6 +37923,7 @@ paths:
3792237923
- us3.datadoghq.com
3792337924
- us5.datadoghq.com
3792437925
- ap1.datadoghq.com
37926+
- ap2.datadoghq.com
3792537927
- datadoghq.eu
3792637928
- ddog-gov.com
3792737929
subdomain:
@@ -37964,6 +37966,7 @@ servers:
3796437966
- us3.datadoghq.com
3796537967
- us5.datadoghq.com
3796637968
- ap1.datadoghq.com
37969+
- ap2.datadoghq.com
3796737970
- datadoghq.eu
3796837971
- ddog-gov.com
3796937972
subdomain:

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51736,6 +51736,7 @@ paths:
5173651736
- us3.datadoghq.com
5173751737
- us5.datadoghq.com
5173851738
- ap1.datadoghq.com
51739+
- ap2.datadoghq.com
5173951740
- datadoghq.eu
5174051741
- ddog-gov.com
5174151742
subdomain:
@@ -66270,6 +66271,7 @@ servers:
6627066271
- us3.datadoghq.com
6627166272
- us5.datadoghq.com
6627266273
- ap1.datadoghq.com
66274+
- ap2.datadoghq.com
6627366275
- datadoghq.eu
6627466276
- ddog-gov.com
6627566277
subdomain:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const server1 = new ServerConfiguration<{
7676
| "us3.datadoghq.com"
7777
| "us5.datadoghq.com"
7878
| "ap1.datadoghq.com"
79+
| "ap2.datadoghq.com"
7980
| "datadoghq.eu"
8081
| "ddog-gov.com";
8182
subdomain: string;

services/ip_ranges/src/v1/IPRangesApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export class IPRangesApi {
138138
| "us3.datadoghq.com"
139139
| "us5.datadoghq.com"
140140
| "ap1.datadoghq.com"
141+
| "ap2.datadoghq.com"
141142
| "datadoghq.eu"
142143
| "ddog-gov.com";
143144
subdomain: string;

services/logs/src/v1/LogsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ export class LogsApi {
347347
| "us3.datadoghq.com"
348348
| "us5.datadoghq.com"
349349
| "ap1.datadoghq.com"
350+
| "ap2.datadoghq.com"
350351
| "datadoghq.eu"
351352
| "ddog-gov.com";
352353
subdomain: string;

services/logs/src/v2/LogsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ export class LogsApi {
644644
| "us3.datadoghq.com"
645645
| "us5.datadoghq.com"
646646
| "ap1.datadoghq.com"
647+
| "ap2.datadoghq.com"
647648
| "datadoghq.eu"
648649
| "ddog-gov.com";
649650
subdomain: string;

0 commit comments

Comments
 (0)