@dynatrace/dtrum-api-types 1.291.1 → 1.293.12

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 -1
  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.291.1
5
+ Version: 1.293.12
6
6
 
7
7
  ## Installation
8
8
  > npm install --save-dev @dynatrace/dtrum-api-types
package/dtrum.d.ts CHANGED
@@ -192,7 +192,7 @@ export interface DtrumApi {
192
192
  * For example, use before a window unload event by adding a {@link addPageLeavingListener}.
193
193
  *
194
194
  * @see {@link addPageLeavingListener}
195
- * @param forceSync Force synchronous sending of beacons. If false, the beacon will be sent asynchronously.
195
+ * @param forceSync DEPRECATED: not used anymore and has no effect if provided.
196
196
  * @param sendPreview Force sending of preview beacons which haven't been closed yet.
197
197
  * @param killUnfinished Kills unfinished actions and sends them immediately. Handle with care, actions might be inaccurate.
198
198
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace/dtrum-api-types",
3
- "version": "1.291.1",
3
+ "version": "1.293.12",
4
4
  "description": "Typescript types for Dynatrace jsagents dtrum api.",
5
5
  "main": "",
6
6
  "typings": "dtrum.d.ts",