@todesktop/shared 7.141.0 → 7.142.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.
@@ -363,6 +363,10 @@ export interface DesktopifyApp2 {
363
363
  [lang in ValidTranslationLanguages]?: string;
364
364
  };
365
365
  };
366
+ /**
367
+ * File assets that get bundled with the app and are available offline
368
+ */
369
+ fileAssetDetails: FileAssetDetails;
366
370
  }
367
371
  export interface IApp2 extends BaseApp {
368
372
  desktopApp: DesktopifyApp2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.141.0",
3
+ "version": "7.142.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -488,6 +488,10 @@ export interface DesktopifyApp2 {
488
488
  [lang in ValidTranslationLanguages]?: string;
489
489
  };
490
490
  };
491
+ /**
492
+ * File assets that get bundled with the app and are available offline
493
+ */
494
+ fileAssetDetails: FileAssetDetails;
491
495
  }
492
496
 
493
497
  export interface IApp2 extends BaseApp {