Skip to content

Commit ba9ac8d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 730e00d7 of spec repo (#688)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent e579f3f commit ba9ac8d

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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.2",
7-
"regenerated": "2022-05-24 09:15:53.923524",
8-
"spec_repo_commit": "99066a28"
7+
"regenerated": "2022-05-24 09:40:57.394417",
8+
"spec_repo_commit": "730e00d7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-05-24 09:15:53.938968",
13-
"spec_repo_commit": "99066a28"
12+
"regenerated": "2022-05-24 09:40:57.406647",
13+
"spec_repo_commit": "730e00d7"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10453,6 +10453,7 @@ components:
1045310453
- packetsReceived
1045410454
- networkHop
1045510455
- receivedMessage
10456+
- connection
1045610457
example: statusCode
1045710458
type: string
1045810459
x-enum-varnames:
@@ -10471,6 +10472,7 @@ components:
1047110472
- PACKETS_RECEIVED
1047210473
- NETWORK_HOP
1047310474
- RECEIVED_MESSAGE
10475+
- CONNECTION
1047410476
SyntheticsBasicAuth:
1047510477
description: Object to handle basic authentication when performing the test.
1047610478
oneOf:

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ const enumsMap: { [key: string]: any[] } = {
876876
"packetsReceived",
877877
"networkHop",
878878
"receivedMessage",
879+
"connection",
879880
],
880881
SyntheticsBasicAuthNTLMType: ["ntlm"],
881882
SyntheticsBasicAuthSigv4Type: ["sigv4"],

packages/datadog-api-client-v1/models/SyntheticsAssertionType.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export type SyntheticsAssertionType =
1919
| typeof PACKET_LOSS_PERCENTAGE
2020
| typeof PACKETS_RECEIVED
2121
| typeof NETWORK_HOP
22-
| typeof RECEIVED_MESSAGE;
22+
| typeof RECEIVED_MESSAGE
23+
| typeof CONNECTION;
2324
export const BODY = "body";
2425
export const HEADER = "header";
2526
export const STATUS_CODE = "statusCode";
@@ -35,3 +36,4 @@ export const PACKET_LOSS_PERCENTAGE = "packetLossPercentage";
3536
export const PACKETS_RECEIVED = "packetsReceived";
3637
export const NETWORK_HOP = "networkHop";
3738
export const RECEIVED_MESSAGE = "receivedMessage";
39+
export const CONNECTION = "connection";

0 commit comments

Comments
 (0)