@overwolf/ow-electron-packages-types 0.2.0-beta.4 → 0.2.1-beta.0

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 (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +15 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overwolf/ow-electron-packages-types",
3
- "version": "0.2.0-beta.4",
3
+ "version": "0.2.1-beta.0",
4
4
  "description": "Type definition file for autocompletion and documentation purposes for ow-electron packages",
5
5
  "license": "MIT",
6
6
  "types": "types.d.ts",
package/types.d.ts CHANGED
@@ -1646,6 +1646,21 @@ interface IOverwolfRecordingApi {
1646
1646
  */
1647
1647
  options: RecordingAppOptions;
1648
1648
 
1649
+ /**
1650
+ * Overlay package version
1651
+ */
1652
+ readonly version: string;
1653
+
1654
+ /**
1655
+ * Path to ffmpeg executable
1656
+ */
1657
+ readonly ffmpegPath: string;
1658
+
1659
+ /**
1660
+ * Path to bin folder
1661
+ */
1662
+ readonly binFolderPath: string;
1663
+
1649
1664
  /**
1650
1665
  * Is recording or replays active
1651
1666
  */