react-covideo-embed 1.0.6 → 1.0.8

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.
@@ -1,8 +1,7 @@
1
1
  import { UserData } from 'lib/context';
2
- export declare const checkIsIMSEnabled: (isAutomotiveSalesRole: boolean, userData: UserData) => boolean;
2
+ export declare const checkIsIMSEnabled: (userData: UserData) => boolean;
3
3
  export declare const checkIfAutomotive: (userData: UserData) => boolean;
4
4
  export declare const checkIfAutomotiveServiceRole: (userData: UserData) => boolean;
5
5
  export declare const checkIfAutomotiveSalesRole: (userData: UserData) => boolean;
6
6
  export declare const checkIfVideoRequestFieldsRequired: (userData: UserData) => boolean;
7
- export declare const checkIfIMSEnabled: (userData: UserData) => boolean;
8
7
  export declare const getMarkAsSentValue: (userData: UserData) => number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-covideo-embed",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "private": false,
5
5
  "description": "Covideo platform as an embeddable React component.",
6
6
  "main": "./build/index.js",