testforce-engine 1.0.2 → 1.0.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.mts CHANGED
@@ -104,6 +104,7 @@ interface Question {
104
104
  questionResponse: SolutionDetails;
105
105
  imageUrl: string;
106
106
  analytics: QuestionAnalyticsType;
107
+ topperResponse?: SolutionDetails;
107
108
  }
108
109
  interface OptionAnalyticsType {
109
110
  totalAttempts?: number;
package/dist/index.d.ts CHANGED
@@ -104,6 +104,7 @@ interface Question {
104
104
  questionResponse: SolutionDetails;
105
105
  imageUrl: string;
106
106
  analytics: QuestionAnalyticsType;
107
+ topperResponse?: SolutionDetails;
107
108
  }
108
109
  interface OptionAnalyticsType {
109
110
  totalAttempts?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testforce-engine",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",