@veltdev/sdk 1.0.45 → 1.0.46

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.
@@ -7,9 +7,5 @@ export declare class Location {
7
7
  * Version provided by the user.
8
8
  */
9
9
  version?: string;
10
- /**
11
- * View mode, possible values are 'internal', 'external' and 'all'.
12
- */
13
- view?: string;
14
10
  [key: string]: any;
15
11
  }
@@ -326,11 +326,6 @@ export declare class Constants {
326
326
  presentation: boolean;
327
327
  };
328
328
  };
329
- static ViewModes: {
330
- INTERNAL: string;
331
- EXTERNAL: string;
332
- ALL: string;
333
- };
334
329
  static RecorderModes: {
335
330
  VIDEO: string;
336
331
  AUDIO: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {