@dynatrace/dtrum-api-types 1.277.3 → 1.281.3
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/README.md +1 -1
- package/dtrum.d.ts +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
This package contains the Typescript type information for the Dtrum Api of the javascript agent.
|
|
3
3
|
|
|
4
4
|
Keep in mind that when the javascript agent is updated, this type package might not provide accurate types.
|
|
5
|
-
Version: 1.
|
|
5
|
+
Version: 1.281.3
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
> npm install --save-dev @dynatrace/dtrum-api-types
|
package/dtrum.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Signature of the function passed as callback in {@link addLeaveActionListener}
|
|
2
|
+
* Signature of the function passed as callback in {@link DtrumApi.addLeaveActionListener}
|
|
3
3
|
*
|
|
4
4
|
* @param actionId the ID for which the leave is called
|
|
5
5
|
* @param stoptime start resp. endtime of the action
|
|
@@ -10,7 +10,7 @@ export interface ActionLeaveListener {
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
-
* Signature of the function passed as callback in {@link addEnterActionListener}
|
|
13
|
+
* Signature of the function passed as callback in {@link DtrumApi.addEnterActionListener}
|
|
14
14
|
*
|
|
15
15
|
* @param actionId the ID for which the enter is called
|
|
16
16
|
* @param starttime start resp. endtime of the action
|