@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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dtrum.d.ts +1 -2
  3. 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.281.3
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
- * note that in the future, this argument will be required
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace/dtrum-api-types",
3
- "version": "1.281.3",
3
+ "version": "1.285.2",
4
4
  "description": "Typescript types for Dynatrace jsagents dtrum api.",
5
5
  "main": "",
6
6
  "typings": "dtrum.d.ts",