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