@parra/parra-js-sdk 0.2.86 → 0.2.87

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.
@@ -301,6 +301,7 @@ export interface FormResponse {
301
301
  export interface Form {
302
302
  }
303
303
  export interface FeedbackMetrics {
304
+ answer_count: number;
304
305
  question_count: number;
305
306
  questions_created_this_month: number;
306
307
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.86",
3
+ "version": "0.2.87",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",