@myinterview/widget-react 1.1.64 → 1.1.65-beta-3a25dac

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,7 +1,6 @@
1
1
  import { IEnv } from '../interfaces/configInterface';
2
2
  declare const config: (configEnv?: IEnv) => {
3
3
  serverUrl: string;
4
- INTERCOM_APP_ID: string;
5
4
  SENTRY_DSN: string;
6
5
  };
7
6
  export default config;
@@ -1,6 +1,5 @@
1
1
  declare const local_config: {
2
2
  serverUrl: string;
3
- INTERCOM_APP_ID: string;
4
3
  SENTRY_DSN: string;
5
4
  };
6
5
  export default local_config;
@@ -1,6 +1,5 @@
1
1
  declare const prod_config: {
2
2
  serverUrl: string;
3
- INTERCOM_APP_ID: string;
4
3
  SENTRY_DSN: string;
5
4
  };
6
5
  export default prod_config;
@@ -1,6 +1,5 @@
1
1
  declare const staging_config: {
2
2
  serverUrl: string;
3
- INTERCOM_APP_ID: string;
4
3
  SENTRY_DSN: string;
5
4
  };
6
5
  export default staging_config;