@datadog/datadog-api-client 1.44.0 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/packages/datadog-api-client-common/configuration.js +1 -0
  3. package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
  4. package/dist/packages/datadog-api-client-v2/apis/AgentlessScanningApi.d.ts +83 -0
  5. package/dist/packages/datadog-api-client-v2/apis/AgentlessScanningApi.js +312 -0
  6. package/dist/packages/datadog-api-client-v2/apis/AgentlessScanningApi.js.map +1 -1
  7. package/dist/packages/datadog-api-client-v2/apis/TestOptimizationApi.d.ts +40 -0
  8. package/dist/packages/datadog-api-client-v2/apis/TestOptimizationApi.js +186 -0
  9. package/dist/packages/datadog-api-client-v2/apis/TestOptimizationApi.js.map +1 -0
  10. package/dist/packages/datadog-api-client-v2/index.d.ts +28 -1
  11. package/dist/packages/datadog-api-client-v2/index.js +90 -48
  12. package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
  13. package/dist/packages/datadog-api-client-v2/models/AzureScanOptions.d.ts +37 -0
  14. package/dist/packages/datadog-api-client-v2/models/AzureScanOptions.js +30 -0
  15. package/dist/packages/datadog-api-client-v2/models/AzureScanOptions.js.map +1 -0
  16. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsArray.d.ts +37 -0
  17. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsArray.js +31 -0
  18. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsArray.js.map +1 -0
  19. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsData.d.ts +46 -0
  20. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsData.js +40 -0
  21. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsData.js.map +1 -0
  22. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsDataAttributes.d.ts +40 -0
  23. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsDataAttributes.js +39 -0
  24. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsDataAttributes.js.map +1 -0
  25. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsDataType.d.ts +11 -0
  26. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsDataType.js +10 -0
  27. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsDataType.js.map +1 -0
  28. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdate.d.ts +37 -0
  29. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdate.js +30 -0
  30. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdate.js.map +1 -0
  31. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateData.d.ts +46 -0
  32. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateData.js +40 -0
  33. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateData.js.map +1 -0
  34. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateDataAttributes.d.ts +40 -0
  35. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateDataAttributes.js +39 -0
  36. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateDataAttributes.js.map +1 -0
  37. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateDataType.d.ts +11 -0
  38. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateDataType.js +10 -0
  39. package/dist/packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateDataType.js.map +1 -0
  40. package/dist/packages/datadog-api-client-v2/models/FlakyTest.d.ts +46 -0
  41. package/dist/packages/datadog-api-client-v2/models/FlakyTest.js +38 -0
  42. package/dist/packages/datadog-api-client-v2/models/FlakyTest.js.map +1 -0
  43. package/dist/packages/datadog-api-client-v2/models/FlakyTestAttributes.d.ts +119 -0
  44. package/dist/packages/datadog-api-client-v2/models/FlakyTestAttributes.js +100 -0
  45. package/dist/packages/datadog-api-client-v2/models/FlakyTestAttributes.js.map +1 -0
  46. package/dist/packages/datadog-api-client-v2/models/FlakyTestAttributesFlakyState.d.ts +14 -0
  47. package/dist/packages/datadog-api-client-v2/models/FlakyTestAttributesFlakyState.js +13 -0
  48. package/dist/packages/datadog-api-client-v2/models/FlakyTestAttributesFlakyState.js.map +1 -0
  49. package/dist/packages/datadog-api-client-v2/models/FlakyTestPipelineStats.d.ts +40 -0
  50. package/dist/packages/datadog-api-client-v2/models/FlakyTestPipelineStats.js +41 -0
  51. package/dist/packages/datadog-api-client-v2/models/FlakyTestPipelineStats.js.map +1 -0
  52. package/dist/packages/datadog-api-client-v2/models/FlakyTestRunMetadata.d.ts +56 -0
  53. package/dist/packages/datadog-api-client-v2/models/FlakyTestRunMetadata.js +58 -0
  54. package/dist/packages/datadog-api-client-v2/models/FlakyTestRunMetadata.js.map +1 -0
  55. package/dist/packages/datadog-api-client-v2/models/FlakyTestStats.d.ts +36 -0
  56. package/dist/packages/datadog-api-client-v2/models/FlakyTestStats.js +36 -0
  57. package/dist/packages/datadog-api-client-v2/models/FlakyTestStats.js.map +1 -0
  58. package/dist/packages/datadog-api-client-v2/models/FlakyTestType.d.ts +11 -0
  59. package/dist/packages/datadog-api-client-v2/models/FlakyTestType.js +10 -0
  60. package/dist/packages/datadog-api-client-v2/models/FlakyTestType.js.map +1 -0
  61. package/dist/packages/datadog-api-client-v2/models/FlakyTestsPagination.d.ts +36 -0
  62. package/dist/packages/datadog-api-client-v2/models/FlakyTestsPagination.js +35 -0
  63. package/dist/packages/datadog-api-client-v2/models/FlakyTestsPagination.js.map +1 -0
  64. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchFilter.d.ts +46 -0
  65. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchFilter.js +35 -0
  66. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchFilter.js.map +1 -0
  67. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchPageOptions.d.ts +40 -0
  68. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchPageOptions.js +40 -0
  69. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchPageOptions.js.map +1 -0
  70. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequest.d.ts +37 -0
  71. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequest.js +30 -0
  72. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequest.js.map +1 -0
  73. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestAttributes.d.ts +47 -0
  74. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestAttributes.js +38 -0
  75. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestAttributes.js.map +1 -0
  76. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestData.d.ts +42 -0
  77. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestData.js +34 -0
  78. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestData.js.map +1 -0
  79. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestDataType.d.ts +11 -0
  80. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestDataType.js +10 -0
  81. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchRequestDataType.js.map +1 -0
  82. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchResponse.d.ts +42 -0
  83. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchResponse.js +34 -0
  84. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchResponse.js.map +1 -0
  85. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchResponseMeta.d.ts +37 -0
  86. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchResponseMeta.js +30 -0
  87. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchResponseMeta.js.map +1 -0
  88. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchSort.d.ts +22 -0
  89. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchSort.js +21 -0
  90. package/dist/packages/datadog-api-client-v2/models/FlakyTestsSearchSort.js.map +1 -0
  91. package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +59 -0
  92. package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
  93. package/dist/version.d.ts +1 -1
  94. package/dist/version.js +1 -1
  95. package/package.json +3 -3
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AzureScanOptionsData = void 0;
4
+ /**
5
+ * The definition of `AzureScanOptionsData` object.
6
+ */
7
+ class AzureScanOptionsData {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return AzureScanOptionsData.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.AzureScanOptionsData = AzureScanOptionsData;
17
+ /**
18
+ * @ignore
19
+ */
20
+ AzureScanOptionsData.attributeTypeMap = {
21
+ attributes: {
22
+ baseName: "attributes",
23
+ type: "AzureScanOptionsDataAttributes",
24
+ },
25
+ id: {
26
+ baseName: "id",
27
+ type: "string",
28
+ required: true,
29
+ },
30
+ type: {
31
+ baseName: "type",
32
+ type: "AzureScanOptionsDataType",
33
+ required: true,
34
+ },
35
+ additionalProperties: {
36
+ baseName: "additionalProperties",
37
+ type: "{ [key: string]: any; }",
38
+ },
39
+ };
40
+ //# sourceMappingURL=AzureScanOptionsData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureScanOptionsData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/AzureScanOptionsData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,oBAAoB;IAyD/B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAvDH,oDA0DC;AAhCC;;GAEG;AACa,qCAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,gCAAgC;KACvC;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,0BAA0B;QAChC,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+ * Copyright 2020-Present Datadog, Inc.
5
+ */
6
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
7
+ /**
8
+ * The definition of `AzureScanOptionsDataAttributes` object.
9
+ */
10
+ export declare class AzureScanOptionsDataAttributes {
11
+ /**
12
+ * The `attributes` `vuln_containers_os`.
13
+ */
14
+ "vulnContainersOs"?: boolean;
15
+ /**
16
+ * The `attributes` `vuln_host_os`.
17
+ */
18
+ "vulnHostOs"?: boolean;
19
+ /**
20
+ * A container for additional, undeclared properties.
21
+ * This is a holder for any undeclared properties as specified with
22
+ * the 'additionalProperties' keyword in the OAS document.
23
+ */
24
+ "additionalProperties"?: {
25
+ [key: string]: any;
26
+ };
27
+ /**
28
+ * @ignore
29
+ */
30
+ "_unparsed"?: boolean;
31
+ /**
32
+ * @ignore
33
+ */
34
+ static readonly attributeTypeMap: AttributeTypeMap;
35
+ /**
36
+ * @ignore
37
+ */
38
+ static getAttributeTypeMap(): AttributeTypeMap;
39
+ constructor();
40
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
4
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
5
+ * Copyright 2020-Present Datadog, Inc.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.AzureScanOptionsDataAttributes = void 0;
9
+ /**
10
+ * The definition of `AzureScanOptionsDataAttributes` object.
11
+ */
12
+ class AzureScanOptionsDataAttributes {
13
+ constructor() { }
14
+ /**
15
+ * @ignore
16
+ */
17
+ static getAttributeTypeMap() {
18
+ return AzureScanOptionsDataAttributes.attributeTypeMap;
19
+ }
20
+ }
21
+ exports.AzureScanOptionsDataAttributes = AzureScanOptionsDataAttributes;
22
+ /**
23
+ * @ignore
24
+ */
25
+ AzureScanOptionsDataAttributes.attributeTypeMap = {
26
+ vulnContainersOs: {
27
+ baseName: "vuln_containers_os",
28
+ type: "boolean",
29
+ },
30
+ vulnHostOs: {
31
+ baseName: "vuln_host_os",
32
+ type: "boolean",
33
+ },
34
+ additionalProperties: {
35
+ baseName: "additionalProperties",
36
+ type: "{ [key: string]: any; }",
37
+ },
38
+ };
39
+ //# sourceMappingURL=AzureScanOptionsDataAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureScanOptionsDataAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/AzureScanOptionsDataAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,8BAA8B;IA+CzC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AA7CH,wEAgDC;AA1BC;;GAEG;AACa,+CAAgB,GAAqB;IACnD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,oBAAoB;QAC9B,IAAI,EAAE,SAAS;KAChB;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,cAAc;QACxB,IAAI,EAAE,SAAS;KAChB;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+ * Copyright 2020-Present Datadog, Inc.
5
+ */
6
+ import { UnparsedObject } from "../../datadog-api-client-common/util";
7
+ /**
8
+ * The type of the resource. The value should always be `azure_scan_options`.
9
+ */
10
+ export declare type AzureScanOptionsDataType = typeof AZURE_SCAN_OPTIONS | UnparsedObject;
11
+ export declare const AZURE_SCAN_OPTIONS = "azure_scan_options";
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
4
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
5
+ * Copyright 2020-Present Datadog, Inc.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.AZURE_SCAN_OPTIONS = void 0;
9
+ exports.AZURE_SCAN_OPTIONS = "azure_scan_options";
10
+ //# sourceMappingURL=AzureScanOptionsDataType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureScanOptionsDataType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/AzureScanOptionsDataType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAWU,QAAA,kBAAkB,GAAG,oBAAoB,CAAC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+ * Copyright 2020-Present Datadog, Inc.
5
+ */
6
+ import { AzureScanOptionsInputUpdateData } from "./AzureScanOptionsInputUpdateData";
7
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
8
+ /**
9
+ * The definition of `AzureScanOptionsInputUpdate` object.
10
+ */
11
+ export declare class AzureScanOptionsInputUpdate {
12
+ /**
13
+ * The definition of `AzureScanOptionsInputUpdateData` object.
14
+ */
15
+ "data"?: AzureScanOptionsInputUpdateData;
16
+ /**
17
+ * A container for additional, undeclared properties.
18
+ * This is a holder for any undeclared properties as specified with
19
+ * the 'additionalProperties' keyword in the OAS document.
20
+ */
21
+ "additionalProperties"?: {
22
+ [key: string]: any;
23
+ };
24
+ /**
25
+ * @ignore
26
+ */
27
+ "_unparsed"?: boolean;
28
+ /**
29
+ * @ignore
30
+ */
31
+ static readonly attributeTypeMap: AttributeTypeMap;
32
+ /**
33
+ * @ignore
34
+ */
35
+ static getAttributeTypeMap(): AttributeTypeMap;
36
+ constructor();
37
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AzureScanOptionsInputUpdate = void 0;
4
+ /**
5
+ * The definition of `AzureScanOptionsInputUpdate` object.
6
+ */
7
+ class AzureScanOptionsInputUpdate {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return AzureScanOptionsInputUpdate.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.AzureScanOptionsInputUpdate = AzureScanOptionsInputUpdate;
17
+ /**
18
+ * @ignore
19
+ */
20
+ AzureScanOptionsInputUpdate.attributeTypeMap = {
21
+ data: {
22
+ baseName: "data",
23
+ type: "AzureScanOptionsInputUpdateData",
24
+ },
25
+ additionalProperties: {
26
+ baseName: "additionalProperties",
27
+ type: "{ [key: string]: any; }",
28
+ },
29
+ };
30
+ //# sourceMappingURL=AzureScanOptionsInputUpdate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureScanOptionsInputUpdate.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdate.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,2BAA2B;IAuCtC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AArCH,kEAwCC;AAtBC;;GAEG;AACa,4CAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,iCAAiC;KACxC;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+ * Copyright 2020-Present Datadog, Inc.
5
+ */
6
+ import { AzureScanOptionsInputUpdateDataAttributes } from "./AzureScanOptionsInputUpdateDataAttributes";
7
+ import { AzureScanOptionsInputUpdateDataType } from "./AzureScanOptionsInputUpdateDataType";
8
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
9
+ /**
10
+ * The definition of `AzureScanOptionsInputUpdateData` object.
11
+ */
12
+ export declare class AzureScanOptionsInputUpdateData {
13
+ /**
14
+ * The definition of `AzureScanOptionsInputUpdateDataAttributes` object.
15
+ */
16
+ "attributes"?: AzureScanOptionsInputUpdateDataAttributes;
17
+ /**
18
+ * The `AzureScanOptionsInputUpdateData` `id`.
19
+ */
20
+ "id": string;
21
+ /**
22
+ * Azure scan options resource type.
23
+ */
24
+ "type": AzureScanOptionsInputUpdateDataType;
25
+ /**
26
+ * A container for additional, undeclared properties.
27
+ * This is a holder for any undeclared properties as specified with
28
+ * the 'additionalProperties' keyword in the OAS document.
29
+ */
30
+ "additionalProperties"?: {
31
+ [key: string]: any;
32
+ };
33
+ /**
34
+ * @ignore
35
+ */
36
+ "_unparsed"?: boolean;
37
+ /**
38
+ * @ignore
39
+ */
40
+ static readonly attributeTypeMap: AttributeTypeMap;
41
+ /**
42
+ * @ignore
43
+ */
44
+ static getAttributeTypeMap(): AttributeTypeMap;
45
+ constructor();
46
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AzureScanOptionsInputUpdateData = void 0;
4
+ /**
5
+ * The definition of `AzureScanOptionsInputUpdateData` object.
6
+ */
7
+ class AzureScanOptionsInputUpdateData {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return AzureScanOptionsInputUpdateData.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.AzureScanOptionsInputUpdateData = AzureScanOptionsInputUpdateData;
17
+ /**
18
+ * @ignore
19
+ */
20
+ AzureScanOptionsInputUpdateData.attributeTypeMap = {
21
+ attributes: {
22
+ baseName: "attributes",
23
+ type: "AzureScanOptionsInputUpdateDataAttributes",
24
+ },
25
+ id: {
26
+ baseName: "id",
27
+ type: "string",
28
+ required: true,
29
+ },
30
+ type: {
31
+ baseName: "type",
32
+ type: "AzureScanOptionsInputUpdateDataType",
33
+ required: true,
34
+ },
35
+ additionalProperties: {
36
+ baseName: "additionalProperties",
37
+ type: "{ [key: string]: any; }",
38
+ },
39
+ };
40
+ //# sourceMappingURL=AzureScanOptionsInputUpdateData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureScanOptionsInputUpdateData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,+BAA+B;IAyD1C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAvDH,0EA0DC;AAhCC;;GAEG;AACa,gDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,2CAA2C;KAClD;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,qCAAqC;QAC3C,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+ * Copyright 2020-Present Datadog, Inc.
5
+ */
6
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
7
+ /**
8
+ * The definition of `AzureScanOptionsInputUpdateDataAttributes` object.
9
+ */
10
+ export declare class AzureScanOptionsInputUpdateDataAttributes {
11
+ /**
12
+ * The `attributes` `vuln_containers_os`.
13
+ */
14
+ "vulnContainersOs"?: boolean;
15
+ /**
16
+ * The `attributes` `vuln_host_os`.
17
+ */
18
+ "vulnHostOs"?: boolean;
19
+ /**
20
+ * A container for additional, undeclared properties.
21
+ * This is a holder for any undeclared properties as specified with
22
+ * the 'additionalProperties' keyword in the OAS document.
23
+ */
24
+ "additionalProperties"?: {
25
+ [key: string]: any;
26
+ };
27
+ /**
28
+ * @ignore
29
+ */
30
+ "_unparsed"?: boolean;
31
+ /**
32
+ * @ignore
33
+ */
34
+ static readonly attributeTypeMap: AttributeTypeMap;
35
+ /**
36
+ * @ignore
37
+ */
38
+ static getAttributeTypeMap(): AttributeTypeMap;
39
+ constructor();
40
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
4
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
5
+ * Copyright 2020-Present Datadog, Inc.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.AzureScanOptionsInputUpdateDataAttributes = void 0;
9
+ /**
10
+ * The definition of `AzureScanOptionsInputUpdateDataAttributes` object.
11
+ */
12
+ class AzureScanOptionsInputUpdateDataAttributes {
13
+ constructor() { }
14
+ /**
15
+ * @ignore
16
+ */
17
+ static getAttributeTypeMap() {
18
+ return AzureScanOptionsInputUpdateDataAttributes.attributeTypeMap;
19
+ }
20
+ }
21
+ exports.AzureScanOptionsInputUpdateDataAttributes = AzureScanOptionsInputUpdateDataAttributes;
22
+ /**
23
+ * @ignore
24
+ */
25
+ AzureScanOptionsInputUpdateDataAttributes.attributeTypeMap = {
26
+ vulnContainersOs: {
27
+ baseName: "vuln_containers_os",
28
+ type: "boolean",
29
+ },
30
+ vulnHostOs: {
31
+ baseName: "vuln_host_os",
32
+ type: "boolean",
33
+ },
34
+ additionalProperties: {
35
+ baseName: "additionalProperties",
36
+ type: "{ [key: string]: any; }",
37
+ },
38
+ };
39
+ //# sourceMappingURL=AzureScanOptionsInputUpdateDataAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureScanOptionsInputUpdateDataAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateDataAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,yCAAyC;IA+CpD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AA7CH,8FAgDC;AA1BC;;GAEG;AACa,0DAAgB,GAAqB;IACnD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,oBAAoB;QAC9B,IAAI,EAAE,SAAS;KAChB;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,cAAc;QACxB,IAAI,EAAE,SAAS;KAChB;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+ * Copyright 2020-Present Datadog, Inc.
5
+ */
6
+ import { UnparsedObject } from "../../datadog-api-client-common/util";
7
+ /**
8
+ * Azure scan options resource type.
9
+ */
10
+ export declare type AzureScanOptionsInputUpdateDataType = typeof AZURE_SCAN_OPTIONS | UnparsedObject;
11
+ export declare const AZURE_SCAN_OPTIONS = "azure_scan_options";
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
4
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
5
+ * Copyright 2020-Present Datadog, Inc.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.AZURE_SCAN_OPTIONS = void 0;
9
+ exports.AZURE_SCAN_OPTIONS = "azure_scan_options";
10
+ //# sourceMappingURL=AzureScanOptionsInputUpdateDataType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureScanOptionsInputUpdateDataType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/AzureScanOptionsInputUpdateDataType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAWU,QAAA,kBAAkB,GAAG,oBAAoB,CAAC"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+ * Copyright 2020-Present Datadog, Inc.
5
+ */
6
+ import { FlakyTestAttributes } from "./FlakyTestAttributes";
7
+ import { FlakyTestType } from "./FlakyTestType";
8
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
9
+ /**
10
+ * A flaky test object.
11
+ */
12
+ export declare class FlakyTest {
13
+ /**
14
+ * Attributes of a flaky test.
15
+ */
16
+ "attributes"?: FlakyTestAttributes;
17
+ /**
18
+ * Test's ID. This ID is the hash of the test's Fully Qualified Name and Git repository ID. On the Test Runs UI it is the same as the `test_fingerprint_fqn` tag.
19
+ */
20
+ "id"?: string;
21
+ /**
22
+ * The type of the flaky test from Flaky Test Management.
23
+ */
24
+ "type"?: FlakyTestType;
25
+ /**
26
+ * A container for additional, undeclared properties.
27
+ * This is a holder for any undeclared properties as specified with
28
+ * the 'additionalProperties' keyword in the OAS document.
29
+ */
30
+ "additionalProperties"?: {
31
+ [key: string]: any;
32
+ };
33
+ /**
34
+ * @ignore
35
+ */
36
+ "_unparsed"?: boolean;
37
+ /**
38
+ * @ignore
39
+ */
40
+ static readonly attributeTypeMap: AttributeTypeMap;
41
+ /**
42
+ * @ignore
43
+ */
44
+ static getAttributeTypeMap(): AttributeTypeMap;
45
+ constructor();
46
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FlakyTest = void 0;
4
+ /**
5
+ * A flaky test object.
6
+ */
7
+ class FlakyTest {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return FlakyTest.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.FlakyTest = FlakyTest;
17
+ /**
18
+ * @ignore
19
+ */
20
+ FlakyTest.attributeTypeMap = {
21
+ attributes: {
22
+ baseName: "attributes",
23
+ type: "FlakyTestAttributes",
24
+ },
25
+ id: {
26
+ baseName: "id",
27
+ type: "string",
28
+ },
29
+ type: {
30
+ baseName: "type",
31
+ type: "FlakyTestType",
32
+ },
33
+ additionalProperties: {
34
+ baseName: "additionalProperties",
35
+ type: "{ [key: string]: any; }",
36
+ },
37
+ };
38
+ //# sourceMappingURL=FlakyTest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlakyTest.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/FlakyTest.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,SAAS;IAuDpB,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACpC,CAAC;;AArDH,8BAwDC;AA9BC;;GAEG;AACa,0BAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,qBAAqB;KAC5B;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,eAAe;KACtB;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,yBAAyB;KAChC;CACF,CAAC"}
@@ -0,0 +1,119 @@
1
+ /**
2
+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3
+ * This product includes software developed at Datadog (https://www.datadoghq.com/).
4
+ * Copyright 2020-Present Datadog, Inc.
5
+ */
6
+ import { FlakyTestAttributesFlakyState } from "./FlakyTestAttributesFlakyState";
7
+ import { FlakyTestPipelineStats } from "./FlakyTestPipelineStats";
8
+ import { FlakyTestRunMetadata } from "./FlakyTestRunMetadata";
9
+ import { FlakyTestStats } from "./FlakyTestStats";
10
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
11
+ /**
12
+ * Attributes of a flaky test.
13
+ */
14
+ export declare class FlakyTestAttributes {
15
+ /**
16
+ * Unique identifier for the attempt to fix this flaky test. Use this ID in the Git commit message in order to trigger the attempt to fix workflow.
17
+ *
18
+ * When the workflow is triggered the test is automatically retried by the tracer a certain number of configurable times. When all retries pass, the test is automatically marked as fixed in Flaky Test Management.
19
+ * Test runs are tagged with @test.test_management.attempt_to_fix_passed and @test.test_management.is_attempt_to_fix when the attempt to fix workflow is triggered.
20
+ */
21
+ "attemptToFixId"?: string;
22
+ /**
23
+ * The name of the test's code owners as inferred from the repository configuration.
24
+ */
25
+ "codeowners"?: Array<string>;
26
+ /**
27
+ * List of environments where this test has been flaky.
28
+ */
29
+ "envs"?: Array<string>;
30
+ /**
31
+ * The branch name where the test exhibited flakiness for the first time.
32
+ */
33
+ "firstFlakedBranch"?: string;
34
+ /**
35
+ * The commit SHA where the test exhibited flakiness for the first time.
36
+ */
37
+ "firstFlakedSha"?: string;
38
+ /**
39
+ * Unix timestamp when the test exhibited flakiness for the first time.
40
+ */
41
+ "firstFlakedTs"?: number;
42
+ /**
43
+ * The category of a flaky test.
44
+ */
45
+ "flakyCategory"?: string;
46
+ /**
47
+ * The current state of the flaky test.
48
+ */
49
+ "flakyState"?: FlakyTestAttributesFlakyState;
50
+ /**
51
+ * The branch name where the test exhibited flakiness for the last time.
52
+ */
53
+ "lastFlakedBranch"?: string;
54
+ /**
55
+ * The commit SHA where the test exhibited flakiness for the last time.
56
+ */
57
+ "lastFlakedSha"?: string;
58
+ /**
59
+ * Unix timestamp when the test exhibited flakiness for the last time.
60
+ */
61
+ "lastFlakedTs"?: number;
62
+ /**
63
+ * The name of the test module. The definition of module changes slightly per language:
64
+ * - In .NET, a test module groups every test that is run under the same unit test project.
65
+ * - In Swift, a test module groups every test that is run for a given bundle.
66
+ * - In JavaScript, the test modules map one-to-one to test sessions.
67
+ * - In Java, a test module groups every test that is run by the same Maven Surefire/Failsafe or Gradle Test task execution.
68
+ * - In Python, a test module groups every test that is run under the same `.py` file as part of a test suite, which is typically managed by a framework like `unittest` or `pytest`.
69
+ * - In Ruby, a test module groups every test that is run within the same test file, which is typically managed by a framework like `RSpec` or `Minitest`.
70
+ */
71
+ "module"?: string;
72
+ /**
73
+ * The test name. A concise name for a test case. Defined in the test itself.
74
+ */
75
+ "name"?: string;
76
+ /**
77
+ * CI pipeline related statistics for the flaky test. This information is only available if test runs are associated with CI pipeline events from CI Visibility.
78
+ */
79
+ "pipelineStats"?: FlakyTestPipelineStats;
80
+ /**
81
+ * List of test service names where this test has been flaky.
82
+ *
83
+ * A test service is a group of tests associated with a project or repository. It contains all the individual tests for your code, optionally organized into test suites, which are like folders for your tests.
84
+ */
85
+ "services"?: Array<string>;
86
+ /**
87
+ * The name of the test suite. A group of tests exercising the same unit of code depending on your language and testing framework.
88
+ */
89
+ "suite"?: string;
90
+ /**
91
+ * Metadata about the latest failed test run of the flaky test.
92
+ */
93
+ "testRunMetadata"?: FlakyTestRunMetadata;
94
+ /**
95
+ * Test statistics for the flaky test.
96
+ */
97
+ "testStats"?: FlakyTestStats;
98
+ /**
99
+ * A container for additional, undeclared properties.
100
+ * This is a holder for any undeclared properties as specified with
101
+ * the 'additionalProperties' keyword in the OAS document.
102
+ */
103
+ "additionalProperties"?: {
104
+ [key: string]: any;
105
+ };
106
+ /**
107
+ * @ignore
108
+ */
109
+ "_unparsed"?: boolean;
110
+ /**
111
+ * @ignore
112
+ */
113
+ static readonly attributeTypeMap: AttributeTypeMap;
114
+ /**
115
+ * @ignore
116
+ */
117
+ static getAttributeTypeMap(): AttributeTypeMap;
118
+ constructor();
119
+ }