Socket
Socket
Sign inDemoInstall

@dynatrace/dtrum-api-types

Package Overview
Dependencies
0
Maintainers
9
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.237.2 to 1.239.1

22

dtrum.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc