@dynatrace/dtrum-api-types 1.281.3 → 1.285.2
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 +1 -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.285.2
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
> npm install --save-dev @dynatrace/dtrum-api-types
|
package/dtrum.d.ts
CHANGED
|
@@ -344,8 +344,7 @@ export interface DtrumApi {
|
|
|
344
344
|
* 1 ... Extend any running action
|
|
345
345
|
* 3 ... Start action if user input is present
|
|
346
346
|
* @param xhrUrl url of the requested resource
|
|
347
|
-
*
|
|
348
|
-
* if not provided, the request will be marked as `/undefined` in the waterfall
|
|
347
|
+
* This argument should always be provided. If it is not provided, the request will show as `/undefined` in the waterfall
|
|
349
348
|
* @returns ID of the XhrAction
|
|
350
349
|
*/
|
|
351
350
|
enterXhrAction(type: string, xmode?: 0 | 1 | 3, xhrUrl?: string): number;
|