@parra/parra-js-sdk 0.2.22 → 0.2.23

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.
@@ -151,9 +151,9 @@ export interface QuestionMetrics {
151
151
  }
152
152
  export declare type QuestionMetricsData = ChoiceQuestionMetricsBody;
153
153
  export interface ChoiceQuestionMetricsBody {
154
- options: Array<ChoiceQuestionOption>;
154
+ options: Array<ChoiceQuestionMetricsOption>;
155
155
  }
156
- export interface ChoiceQuestionOption {
156
+ export interface ChoiceQuestionMetricsOption {
157
157
  title: string;
158
158
  value: string;
159
159
  is_other?: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",