@encatch/web-sdk 1.1.0-beta.1 → 1.1.0-beta.3
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.
- package/dist/index.d.ts +2 -0
- 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