@encatch/ws-react 0.0.50-beta.12 → 0.0.50-beta.14

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.
@@ -6,7 +6,7 @@
6
6
  /** Message types sent from parent (EncatchPreview) to iframe */
7
7
  export type SDKMessageType = "sdk:formConfig" | "sdk:theme" | "sdk:locale" | "sdk:resetData" | "sdk:prefillResponses";
8
8
  /** Message types sent from iframe to parent */
9
- export type FormMessageType = "form:ready" | "form:submit" | "form:complete" | "form:close" | "form:error" | "form:resize" | "form:closeButton" | "form:themeData";
9
+ export type FormMessageType = "form:ready" | "form:submit" | "form:complete" | "form:close" | "form:error" | "form:resize" | "form:themeData";
10
10
  /** Event-publisher messages (prefixed with encatch:) from iframe to parent */
11
11
  export type EncatchFormEventType = "encatch:form:show" | "encatch:form:started" | "encatch:form:section:change" | "encatch:form:answered";
12
12
  export interface SDKMessage {
package/dist/types.d.ts CHANGED
@@ -34,8 +34,6 @@ export interface EncatchFormConfig {
34
34
  customCss?: string;
35
35
  };
36
36
  };
37
- welcomeScreenProperties?: unknown;
38
- endScreenProperties?: unknown;
39
37
  otherConfigurationProperties?: unknown;
40
38
  feedbackConfigurationId?: string;
41
39
  feedbackIdentifier?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@encatch/ws-react",
3
- "version": "0.0.50-beta.12",
3
+ "version": "0.0.50-beta.14",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
@@ -20,7 +20,7 @@
20
20
  "react-dom": "^19.1.1"
21
21
  },
22
22
  "dependencies": {
23
- "@encatch/schema": "1.0.1-beta.0",
23
+ "@encatch/schema": "1.0.1-beta.3",
24
24
  "@encatch/event-publisher": "1.0.0-beta.2"
25
25
  },
26
26
  "devDependencies": {