@encatch/web-sdk 1.1.0-beta.1 → 1.1.0-beta.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -229,6 +229,8 @@ export declare interface QuestionResponse {
229
229
  questionId: string;
230
230
  type?: string;
231
231
  answer?: QuestionAnswer;
232
+ /** Present on engine-built submits: whether this question was on the respondent's path */
233
+ isOnPath?: boolean;
232
234
  }
233
235
 
234
236
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@encatch/web-sdk",
3
- "version": "1.1.0-beta.1",
3
+ "version": "1.1.0-beta.4",
4
4
  "description": "A lightweight, type-safe JavaScript SDK for integrating Encatch forms and surveys",
5
5
  "type": "module",
6
6
  "main": "dist/encatch.es.js",