@datadog/datadog-api-client 1.10.0 → 1.11.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.
- package/CHANGELOG.md +21 -0
- package/LICENSE-3rdparty.csv +0 -8
- package/dist/packages/datadog-api-client-common/configuration.js +5 -0
- package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.d.ts +2 -2
- package/dist/packages/datadog-api-client-v1/models/CancelDowntimesByScopeRequest.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/Downtime.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/DowntimeChild.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.d.ts +4 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.js +4 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.d.ts +3 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js +3 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +7 -0
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageRumSessionsHour.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/UsageRumSessionsHour.js +5 -0
- package/dist/packages/datadog-api-client-v1/models/UsageRumSessionsHour.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/IPAllowlistApi.d.ts +49 -0
- package/dist/packages/datadog-api-client-v2/apis/IPAllowlistApi.js +185 -0
- package/dist/packages/datadog-api-client-v2/apis/IPAllowlistApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.d.ts +134 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js +434 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/LogsApi.d.ts +1 -0
- package/dist/packages/datadog-api-client-v2/apis/LogsApi.js +1 -0
- package/dist/packages/datadog-api-client-v2/apis/LogsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.d.ts +91 -0
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js +269 -0
- package/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/apis/SyntheticsApi.d.ts +50 -0
- package/dist/packages/datadog-api-client-v2/apis/SyntheticsApi.js +178 -0
- package/dist/packages/datadog-api-client-v2/apis/SyntheticsApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/index.d.ts +36 -1
- package/dist/packages/datadog-api-client-v2/index.js +74 -14
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.js +2 -1
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistAttributes.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistAttributes.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistData.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntry.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntry.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntry.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryAttributes.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryAttributes.js +45 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryData.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryData.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistEntryType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistResponse.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistUpdateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistUpdateRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IPAllowlistUpdateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataAttributes.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataAttributes.js +42 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateData.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateData.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataCreateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.d.ts +39 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchData.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchData.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponse.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponse.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseIncludedItem.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseIncludedItem.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseIncludedItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentUpdateData.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadata.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadata.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadataIssuesItem.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadataIssuesItem.js +49 -0
- package/dist/packages/datadog-api-client-v2/models/JiraIntegrationMetadataIssuesItem.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.d.ts +5 -1
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.js +5 -1
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +75 -2
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCap.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCap.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCap.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapAttributes.d.ts +28 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapAttributes.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapResponse.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/OnDemandConcurrencyCapResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RelationshipToIncidentIntegrationMetadatas.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicy.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicy.js +37 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicy.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyAttributes.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyAttributes.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyBinding.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyBinding.js +37 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyBinding.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyResponse.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyUpdateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyUpdateRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/RestrictionPolicyUpdateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.js +2 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadata.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadata.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadata.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadataChannelItem.d.ts +40 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadataChannelItem.js +46 -0
- package/dist/packages/datadog-api-client-v2/models/SlackIntegrationMetadataChannelItem.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +20 -28
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentIntegrationMetadataListResponse = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Response with a list of incident integration metadata.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentIntegrationMetadataListResponse {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentIntegrationMetadataListResponse.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentIntegrationMetadataListResponse = IncidentIntegrationMetadataListResponse;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentIntegrationMetadataListResponse.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "Array<IncidentIntegrationMetadataResponseData>",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
included: {
|
|
27
|
+
baseName: "included",
|
|
28
|
+
type: "Array<IncidentIntegrationMetadataResponseIncludedItem>",
|
|
29
|
+
},
|
|
30
|
+
meta: {
|
|
31
|
+
baseName: "meta",
|
|
32
|
+
type: "IncidentResponseMeta",
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=IncidentIntegrationMetadataListResponse.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataListResponse.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataListResponse.ts"],"names":[],"mappings":";;;AAWA;;GAEG;AACH,MAAa,uCAAuC;IA6ClD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AA3CH,0FA8CC;AA3BC;;GAEG;AACa,wDAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,gDAAgD;QACtD,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,wDAAwD;KAC/D;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,sBAAsB;KAC7B;CACF,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 { JiraIntegrationMetadata } from "./JiraIntegrationMetadata";
|
|
7
|
+
import { SlackIntegrationMetadata } from "./SlackIntegrationMetadata";
|
|
8
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Incident integration metadata's metadata attribute.
|
|
11
|
+
*/
|
|
12
|
+
export declare type IncidentIntegrationMetadataMetadata = SlackIntegrationMetadata | JiraIntegrationMetadata | UnparsedObject;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataMetadata.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { IncidentIntegrationMetadataAttributes } from "./IncidentIntegrationMetadataAttributes";
|
|
7
|
+
import { IncidentIntegrationMetadataType } from "./IncidentIntegrationMetadataType";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Incident integration metadata data for a patch request.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentIntegrationMetadataPatchData {
|
|
13
|
+
/**
|
|
14
|
+
* Incident integration metadata's attributes for a create request.
|
|
15
|
+
*/
|
|
16
|
+
"attributes": IncidentIntegrationMetadataAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* Integration metadata resource type.
|
|
19
|
+
*/
|
|
20
|
+
"type": IncidentIntegrationMetadataType;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
"_unparsed"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentIntegrationMetadataPatchData = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Incident integration metadata data for a patch request.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentIntegrationMetadataPatchData {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentIntegrationMetadataPatchData.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentIntegrationMetadataPatchData = IncidentIntegrationMetadataPatchData;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentIntegrationMetadataPatchData.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "IncidentIntegrationMetadataAttributes",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
type: {
|
|
27
|
+
baseName: "type",
|
|
28
|
+
type: "IncidentIntegrationMetadataType",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=IncidentIntegrationMetadataPatchData.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchData.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataPatchData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,oCAAoC;IAsC/C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AApCH,oFAuCC;AAxBC;;GAEG;AACa,qDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,uCAAuC;QAC7C,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,iCAAiC;QACvC,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
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 { IncidentIntegrationMetadataPatchData } from "./IncidentIntegrationMetadataPatchData";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Patch request for an incident integration metadata.
|
|
10
|
+
*/
|
|
11
|
+
export declare class IncidentIntegrationMetadataPatchRequest {
|
|
12
|
+
/**
|
|
13
|
+
* Incident integration metadata data for a patch request.
|
|
14
|
+
*/
|
|
15
|
+
"data": IncidentIntegrationMetadataPatchData;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
|
+
"_unparsed"?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentIntegrationMetadataPatchRequest = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Patch request for an incident integration metadata.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentIntegrationMetadataPatchRequest {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentIntegrationMetadataPatchRequest.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentIntegrationMetadataPatchRequest = IncidentIntegrationMetadataPatchRequest;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentIntegrationMetadataPatchRequest.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "IncidentIntegrationMetadataPatchData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=IncidentIntegrationMetadataPatchRequest.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataPatchRequest.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataPatchRequest.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,uCAAuC;IA6BlD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AA3BH,0FA8BC;AAnBC;;GAEG;AACa,wDAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,sCAAsC;QAC5C,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { IncidentIntegrationMetadataResponseData } from "./IncidentIntegrationMetadataResponseData";
|
|
7
|
+
import { IncidentIntegrationMetadataResponseIncludedItem } from "./IncidentIntegrationMetadataResponseIncludedItem";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Response with an incident integration metadata.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentIntegrationMetadataResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Incident integration metadata from a response.
|
|
15
|
+
*/
|
|
16
|
+
"data": IncidentIntegrationMetadataResponseData;
|
|
17
|
+
/**
|
|
18
|
+
* Included related resources that the user requested.
|
|
19
|
+
*/
|
|
20
|
+
"included"?: Array<IncidentIntegrationMetadataResponseIncludedItem>;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
"_unparsed"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentIntegrationMetadataResponse = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Response with an incident integration metadata.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentIntegrationMetadataResponse {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentIntegrationMetadataResponse.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentIntegrationMetadataResponse = IncidentIntegrationMetadataResponse;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentIntegrationMetadataResponse.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "IncidentIntegrationMetadataResponseData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
included: {
|
|
27
|
+
baseName: "included",
|
|
28
|
+
type: "Array<IncidentIntegrationMetadataResponseIncludedItem>",
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=IncidentIntegrationMetadataResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataResponse.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponse.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,mCAAmC;IAqC9C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAnCH,kFAsCC;AAvBC;;GAEG;AACa,oDAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,yCAAyC;QAC/C,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,wDAAwD;KAC/D;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
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 { IncidentIntegrationMetadataAttributes } from "./IncidentIntegrationMetadataAttributes";
|
|
7
|
+
import { IncidentIntegrationMetadataType } from "./IncidentIntegrationMetadataType";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Incident integration metadata from a response.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentIntegrationMetadataResponseData {
|
|
13
|
+
/**
|
|
14
|
+
* Incident integration metadata's attributes for a create request.
|
|
15
|
+
*/
|
|
16
|
+
"attributes"?: IncidentIntegrationMetadataAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* The incident integration metadata's ID.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* Integration metadata resource type.
|
|
23
|
+
*/
|
|
24
|
+
"type": IncidentIntegrationMetadataType;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
"_unparsed"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
33
|
+
/**
|
|
34
|
+
* @ignore
|
|
35
|
+
*/
|
|
36
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
37
|
+
constructor();
|
|
38
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentIntegrationMetadataResponseData = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Incident integration metadata from a response.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentIntegrationMetadataResponseData {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentIntegrationMetadataResponseData.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentIntegrationMetadataResponseData = IncidentIntegrationMetadataResponseData;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentIntegrationMetadataResponseData.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "IncidentIntegrationMetadataAttributes",
|
|
24
|
+
},
|
|
25
|
+
id: {
|
|
26
|
+
baseName: "id",
|
|
27
|
+
type: "string",
|
|
28
|
+
required: true,
|
|
29
|
+
},
|
|
30
|
+
type: {
|
|
31
|
+
baseName: "type",
|
|
32
|
+
type: "IncidentIntegrationMetadataType",
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=IncidentIntegrationMetadataResponseData.js.map
|
package/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataResponseData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,uCAAuC;IA8ClD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AA5CH,0FA+CC;AA5BC;;GAEG;AACa,wDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,uCAAuC;KAC9C;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,iCAAiC;QACvC,QAAQ,EAAE,IAAI;KACf;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 { User } from "./User";
|
|
7
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* An object related to an incident integration metadata that is included in the response.
|
|
10
|
+
*/
|
|
11
|
+
export declare type IncidentIntegrationMetadataResponseIncludedItem = User | UnparsedObject;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentIntegrationMetadataResponseIncludedItem.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentIntegrationMetadataResponseIncludedItem.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 { JiraIntegrationMetadataIssuesItem } from "./JiraIntegrationMetadataIssuesItem";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Incident integration metadata for the Jira integration.
|
|
10
|
+
*/
|
|
11
|
+
export declare class JiraIntegrationMetadata {
|
|
12
|
+
/**
|
|
13
|
+
* Array of Jira issues in this integration metadata.
|
|
14
|
+
*/
|
|
15
|
+
"issues": Array<JiraIntegrationMetadataIssuesItem>;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
|
+
"_unparsed"?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.JiraIntegrationMetadata = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Incident integration metadata for the Jira integration.
|
|
6
|
+
*/
|
|
7
|
+
class JiraIntegrationMetadata {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return JiraIntegrationMetadata.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.JiraIntegrationMetadata = JiraIntegrationMetadata;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
JiraIntegrationMetadata.attributeTypeMap = {
|
|
21
|
+
issues: {
|
|
22
|
+
baseName: "issues",
|
|
23
|
+
type: "Array<JiraIntegrationMetadataIssuesItem>",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=JiraIntegrationMetadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JiraIntegrationMetadata.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/JiraIntegrationMetadata.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,uBAAuB;IA6BlC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA3BH,0DA8BC;AAnBC;;GAEG;AACa,wCAAgB,GAAqB;IACnD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,0CAA0C;QAChD,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
* Item in the Jira integration metadata issue array.
|
|
9
|
+
*/
|
|
10
|
+
export declare class JiraIntegrationMetadataIssuesItem {
|
|
11
|
+
/**
|
|
12
|
+
* URL of issue's Jira account.
|
|
13
|
+
*/
|
|
14
|
+
"account": string;
|
|
15
|
+
/**
|
|
16
|
+
* Jira issue's issue key.
|
|
17
|
+
*/
|
|
18
|
+
"issueKey"?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Jira issue's issue type.
|
|
21
|
+
*/
|
|
22
|
+
"issuetypeId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Jira issue's project keys.
|
|
25
|
+
*/
|
|
26
|
+
"projectKey": string;
|
|
27
|
+
/**
|
|
28
|
+
* URL redirecting to the Jira issue.
|
|
29
|
+
*/
|
|
30
|
+
"redirectUrl"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
"_unparsed"?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
43
|
+
constructor();
|
|
44
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.JiraIntegrationMetadataIssuesItem = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Item in the Jira integration metadata issue array.
|
|
11
|
+
*/
|
|
12
|
+
class JiraIntegrationMetadataIssuesItem {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return JiraIntegrationMetadataIssuesItem.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.JiraIntegrationMetadataIssuesItem = JiraIntegrationMetadataIssuesItem;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
JiraIntegrationMetadataIssuesItem.attributeTypeMap = {
|
|
26
|
+
account: {
|
|
27
|
+
baseName: "account",
|
|
28
|
+
type: "string",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
issueKey: {
|
|
32
|
+
baseName: "issue_key",
|
|
33
|
+
type: "string",
|
|
34
|
+
},
|
|
35
|
+
issuetypeId: {
|
|
36
|
+
baseName: "issuetype_id",
|
|
37
|
+
type: "string",
|
|
38
|
+
},
|
|
39
|
+
projectKey: {
|
|
40
|
+
baseName: "project_key",
|
|
41
|
+
type: "string",
|
|
42
|
+
required: true,
|
|
43
|
+
},
|
|
44
|
+
redirectUrl: {
|
|
45
|
+
baseName: "redirect_url",
|
|
46
|
+
type: "string",
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=JiraIntegrationMetadataIssuesItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JiraIntegrationMetadataIssuesItem.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/JiraIntegrationMetadataIssuesItem.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,iCAAiC;IA8D5C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA5DH,8EA+DC;AApCC;;GAEG;AACa,kDAAgB,GAAqB;IACnD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;KACf;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,cAAc;QACxB,IAAI,EAAE,QAAQ;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,cAAc;QACxB,IAAI,EAAE,QAAQ;KACf;CACF,CAAC"}
|
|
@@ -7,9 +7,13 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
|
7
7
|
/**
|
|
8
8
|
* The type of aggregation that can be performed on metrics queries.
|
|
9
9
|
*/
|
|
10
|
-
export declare type MetricsAggregator = typeof AVG | typeof MIN | typeof MAX | typeof SUM | typeof LAST | UnparsedObject;
|
|
10
|
+
export declare type MetricsAggregator = typeof AVG | typeof MIN | typeof MAX | typeof SUM | typeof LAST | typeof PERCENTILE | typeof MEAN | typeof L2NORM | typeof AREA | UnparsedObject;
|
|
11
11
|
export declare const AVG = "avg";
|
|
12
12
|
export declare const MIN = "min";
|
|
13
13
|
export declare const MAX = "max";
|
|
14
14
|
export declare const SUM = "sum";
|
|
15
15
|
export declare const LAST = "last";
|
|
16
|
+
export declare const PERCENTILE = "percentile";
|
|
17
|
+
export declare const MEAN = "mean";
|
|
18
|
+
export declare const L2NORM = "l2norm";
|
|
19
|
+
export declare const AREA = "area";
|
|
@@ -5,10 +5,14 @@
|
|
|
5
5
|
* Copyright 2020-Present Datadog, Inc.
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.LAST = exports.SUM = exports.MAX = exports.MIN = exports.AVG = void 0;
|
|
8
|
+
exports.AREA = exports.L2NORM = exports.MEAN = exports.PERCENTILE = exports.LAST = exports.SUM = exports.MAX = exports.MIN = exports.AVG = void 0;
|
|
9
9
|
exports.AVG = "avg";
|
|
10
10
|
exports.MIN = "min";
|
|
11
11
|
exports.MAX = "max";
|
|
12
12
|
exports.SUM = "sum";
|
|
13
13
|
exports.LAST = "last";
|
|
14
|
+
exports.PERCENTILE = "percentile";
|
|
15
|
+
exports.MEAN = "mean";
|
|
16
|
+
exports.L2NORM = "l2norm";
|
|
17
|
+
exports.AREA = "area";
|
|
14
18
|
//# sourceMappingURL=MetricsAggregator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricsAggregator.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/MetricsAggregator.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;
|
|
1
|
+
{"version":3,"file":"MetricsAggregator.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/MetricsAggregator.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAmBU,QAAA,GAAG,GAAG,KAAK,CAAC;AACZ,QAAA,GAAG,GAAG,KAAK,CAAC;AACZ,QAAA,GAAG,GAAG,KAAK,CAAC;AACZ,QAAA,GAAG,GAAG,KAAK,CAAC;AACZ,QAAA,IAAI,GAAG,MAAM,CAAC;AACd,QAAA,UAAU,GAAG,YAAY,CAAC;AAC1B,QAAA,IAAI,GAAG,MAAM,CAAC;AACd,QAAA,MAAM,GAAG,QAAQ,CAAC;AAClB,QAAA,IAAI,GAAG,MAAM,CAAC"}
|