@parra/parra-js-sdk 0.2.17 → 0.2.21

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.
@@ -128,6 +128,7 @@ export interface Question {
128
128
  active?: boolean;
129
129
  expires_at?: string | null;
130
130
  answer_quota?: number | null;
131
+ answer_count?: number;
131
132
  answer?: Answer;
132
133
  }
133
134
  export interface QuestionCollectionResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.17",
3
+ "version": "0.2.21",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "typescript": "^3.9.7"
23
23
  },
24
24
  "dependencies": {
25
- "@parra/http-client": "0.0.5",
25
+ "@parra/http-client": "0.1.0",
26
26
  "isomorphic-fetch": "^3.0.0"
27
27
  }
28
28
  }