@myinterview/widget-react 1.0.34-beta-a5d50e3 → 1.0.36-beta

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.
@@ -11,7 +11,7 @@ export interface IOnFinish {
11
11
  export interface IOnError {
12
12
  messageType: IMessageType;
13
13
  }
14
- export declare type IEnv = 'dev' | 'staging' | 'production';
14
+ export declare type IEnv = 'dev' | 'staging' | 'production' | 'development' | 'local';
15
15
  interface IConfig {
16
16
  auth: string;
17
17
  onWidgetClicked?: () => void;
package/dist/index.d.ts CHANGED
@@ -112,7 +112,7 @@ interface IOnFinish {
112
112
  interface IOnError {
113
113
  messageType: IMessageType;
114
114
  }
115
- declare type IEnv = 'dev' | 'staging' | 'production';
115
+ declare type IEnv = 'dev' | 'staging' | 'production' | 'development' | 'local';
116
116
  interface IConfig {
117
117
  auth: string;
118
118
  onWidgetClicked?: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.0.34-beta-a5d50e3",
3
+ "version": "1.0.36-beta",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [