@datadog/datadog-api-client 1.33.0 → 1.33.1
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 +8 -0
- package/dist/packages/datadog-api-client-v2/apis/RumRetentionFiltersApi.d.ts +13 -13
- package/dist/packages/datadog-api-client-v2/apis/RumRetentionFiltersApi.js +7 -7
- package/dist/packages/datadog-api-client-v2/index.d.ts +0 -2
- package/dist/packages/datadog-api-client-v2/index.js +9 -11
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +0 -3
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterCreateData.d.ts +0 -5
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterCreateData.js +0 -4
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterCreateData.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterData.d.ts +0 -5
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterData.js +0 -4
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterData.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterUpdateData.d.ts +0 -5
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterUpdateData.js +0 -4
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterUpdateData.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFiltersOrderRequest.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFiltersOrderRequest.js +1 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFiltersResponse.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFiltersResponse.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterMeta.d.ts +0 -37
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterMeta.js +0 -30
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterMeta.js.map +0 -1
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterSource.d.ts +0 -14
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterSource.js +0 -13
- package/dist/packages/datadog-api-client-v2/models/RumRetentionFilterSource.js.map +0 -1
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "1.33.
|
|
1
|
+
export declare const version = "1.33.1";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -106,6 +106,6 @@
|
|
|
106
106
|
"engines": {
|
|
107
107
|
"node": ">=12.0.0"
|
|
108
108
|
},
|
|
109
|
-
"version": "1.33.
|
|
109
|
+
"version": "1.33.1",
|
|
110
110
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
111
111
|
}
|
|
@@ -1,37 +0,0 @@
|
|
|
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 { RumRetentionFilterSource } from "./RumRetentionFilterSource";
|
|
7
|
-
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
-
/**
|
|
9
|
-
* The object describing metadata of a RUM retention filter.
|
|
10
|
-
*/
|
|
11
|
-
export declare class RumRetentionFilterMeta {
|
|
12
|
-
/**
|
|
13
|
-
* The type of RUM events to filter on.
|
|
14
|
-
*/
|
|
15
|
-
"source"?: RumRetentionFilterSource;
|
|
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
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RumRetentionFilterMeta = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* The object describing metadata of a RUM retention filter.
|
|
6
|
-
*/
|
|
7
|
-
class RumRetentionFilterMeta {
|
|
8
|
-
constructor() { }
|
|
9
|
-
/**
|
|
10
|
-
* @ignore
|
|
11
|
-
*/
|
|
12
|
-
static getAttributeTypeMap() {
|
|
13
|
-
return RumRetentionFilterMeta.attributeTypeMap;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.RumRetentionFilterMeta = RumRetentionFilterMeta;
|
|
17
|
-
/**
|
|
18
|
-
* @ignore
|
|
19
|
-
*/
|
|
20
|
-
RumRetentionFilterMeta.attributeTypeMap = {
|
|
21
|
-
source: {
|
|
22
|
-
baseName: "source",
|
|
23
|
-
type: "RumRetentionFilterSource",
|
|
24
|
-
},
|
|
25
|
-
additionalProperties: {
|
|
26
|
-
baseName: "additionalProperties",
|
|
27
|
-
type: "any",
|
|
28
|
-
},
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=RumRetentionFilterMeta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RumRetentionFilterMeta.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/RumRetentionFilterMeta.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,sBAAsB;IAuCjC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AArCH,wDAwCC;AAtBC;;GAEG;AACa,uCAAgB,GAAqB;IACnD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,0BAA0B;KACjC;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 RUM events to filter on.
|
|
9
|
-
*/
|
|
10
|
-
export declare type RumRetentionFilterSource = typeof UI | typeof TERRAFORM | typeof DEFAULT | typeof UNKNOWN | UnparsedObject;
|
|
11
|
-
export declare const UI = "ui";
|
|
12
|
-
export declare const TERRAFORM = "terraform";
|
|
13
|
-
export declare const DEFAULT = "default";
|
|
14
|
-
export declare const UNKNOWN = "unknown";
|
|
@@ -1,13 +0,0 @@
|
|
|
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.UNKNOWN = exports.DEFAULT = exports.TERRAFORM = exports.UI = void 0;
|
|
9
|
-
exports.UI = "ui";
|
|
10
|
-
exports.TERRAFORM = "terraform";
|
|
11
|
-
exports.DEFAULT = "default";
|
|
12
|
-
exports.UNKNOWN = "unknown";
|
|
13
|
-
//# sourceMappingURL=RumRetentionFilterSource.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RumRetentionFilterSource.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/RumRetentionFilterSource.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAcU,QAAA,EAAE,GAAG,IAAI,CAAC;AACV,QAAA,SAAS,GAAG,WAAW,CAAC;AACxB,QAAA,OAAO,GAAG,SAAS,CAAC;AACpB,QAAA,OAAO,GAAG,SAAS,CAAC"}
|