ttfm-socket 1.4.0 → 1.5.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.
@@ -209,6 +209,8 @@ export type Consumable = {
209
209
  mobileFileUrl: string;
210
210
  previewFileUrl: string;
211
211
  isEnabled: boolean;
212
+ desktopDurationMillis: number;
213
+ mobileDurationMillis: number;
212
214
  };
213
215
  export type ConsumablePurchase = {
214
216
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttfm-socket",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "main": "./dist-client/client/index.js",
5
5
  "typings": "./dist-client/client/index.d.ts",
6
6
  "devDependencies": {