File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +8
-8
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": "2024-09-23 19:10:12.102309 ",
8
- "spec_repo_commit": "41592dc6 "
7
+ "regenerated": "2024-09-24 13:40:00.575999 ",
8
+ "spec_repo_commit": "7752efd3 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-09-23 19:10:12.123133 ",
13
- "spec_repo_commit": "41592dc6 "
12
+ "regenerated": "2024-09-24 13:40:00.590776 ",
13
+ "spec_repo_commit": "7752efd3 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -9200,7 +9200,7 @@ components:
9200
9200
data:
9201
9201
description: The JSON:API data schema.
9202
9202
items:
9203
- $ref: '#/components/schemas/FastlyServiceResponse '
9203
+ $ref: '#/components/schemas/FastlyServiceData '
9204
9204
type: array
9205
9205
type: object
9206
9206
Finding:
Original file line number Diff line number Diff line change 3
3
* This product includes software developed at Datadog (https://www.datadoghq.com/).
4
4
* Copyright 2020-Present Datadog, Inc.
5
5
*/
6
- import { FastlyServiceResponse } from "./FastlyServiceResponse " ;
6
+ import { FastlyServiceData } from "./FastlyServiceData " ;
7
7
8
8
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
9
9
@@ -14,7 +14,7 @@ export class FastlyServicesResponse {
14
14
/**
15
15
* The JSON:API data schema.
16
16
*/
17
- "data" ?: Array < FastlyServiceResponse > ;
17
+ "data" ?: Array < FastlyServiceData > ;
18
18
19
19
/**
20
20
* A container for additional, undeclared properties.
@@ -34,7 +34,7 @@ export class FastlyServicesResponse {
34
34
static readonly attributeTypeMap : AttributeTypeMap = {
35
35
data : {
36
36
baseName : "data" ,
37
- type : "Array<FastlyServiceResponse >" ,
37
+ type : "Array<FastlyServiceData >" ,
38
38
} ,
39
39
additionalProperties : {
40
40
baseName : "additionalProperties" ,
You can’t perform that action at this time.
0 commit comments