@dynatrace/dtrum-api-types
Advanced tools
Comparing version 1.237.2 to 1.239.1
@@ -36,3 +36,4 @@ /** | ||
type PageLeaveListener = (unloadRunning: boolean) => void; | ||
// ts-prune-ignore-next Ignored because it is not used, but should still show up in typedoc | ||
export type PageLeaveListener = (unloadRunning: boolean) => void; | ||
@@ -78,3 +79,3 @@ export type AllowedMapTypes = Date | string | number; | ||
export interface DtRumUserInput { | ||
target?: EventTarget | string; | ||
target: EventTarget | string | undefined; | ||
name: string; | ||
@@ -91,10 +92,10 @@ info: string; | ||
CSS = "c", | ||
/** Custom resource */ | ||
CUSTOM = "y", | ||
/** Image resource (e.g. .jpg, .png) */ | ||
IMAGES = "i", | ||
/** Undefined resource */ | ||
OTHER = "o", | ||
/** Image resource (e.g. .jpg, .png) */ | ||
IMAGES = "i", | ||
/** Script resource (e.g. .js) */ | ||
SCRIPTS = "s", | ||
/** Custom resource */ | ||
CUSTOM = "y" | ||
SCRIPTS = "s" | ||
} | ||
@@ -206,3 +207,2 @@ | ||
* @param listener A function that will be called when entering a new action | ||
* @returns void | ||
*/ | ||
@@ -214,3 +214,2 @@ addEnterActionListener(listener: ActionEnterListener): void; | ||
* @param listener The reference to the listener that needs to be removed | ||
* @returns void | ||
*/ | ||
@@ -241,3 +240,2 @@ removeEnterActionListener(listener: ActionEnterListener): void; | ||
* @param listener A function that will be called when leaving an action | ||
* @returns void | ||
*/ | ||
@@ -249,3 +247,2 @@ addLeaveActionListener(listener: ActionLeaveListener): void; | ||
* @param listener A leave action listener to be removed | ||
* @returns void | ||
*/ | ||
@@ -272,5 +269,2 @@ removeLeaveActionListener(listener: ActionLeaveListener): void; | ||
* Public property is optional and if not declared as true values will be sent as masked(dT_pv) in doNotTrack mode | ||
* @returns Status report about properties that were passed to the function. | ||
* It contains data about failed properties with the failure reason. | ||
* Contains data about properties that were sent successfully and a general message with information about total failed properties. | ||
*/ | ||
@@ -277,0 +271,0 @@ addActionProperties(parentActionId: number, javaLong?: PropertyMap<number>, date?: PropertyMap<Date>, shortString?: PropertyMap<string>, javaDouble?: PropertyMap<number>): void; |
{ | ||
"name": "@dynatrace/dtrum-api-types", | ||
"version": "1.237.2", | ||
"version": "1.239.1", | ||
"description": "Typescript types for Dynatrace jsagents dtrum api.", | ||
@@ -5,0 +5,0 @@ "main": "", |
@@ -5,3 +5,3 @@ # Dynatrace Dtrum Api Types | ||
Keep in mind that when the javascript agent is updated, this type package might not provide accurate types. | ||
Version: 1.237.2 | ||
Version: 1.239.1 | ||
@@ -8,0 +8,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29111
537