@parra/parra-js-sdk 0.2.72 → 0.2.73

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.
@@ -371,6 +371,7 @@ export interface Question {
371
371
  closed_at?: string | null;
372
372
  answer?: Answer | null;
373
373
  metrics?: QuestionMetrics | null;
374
+ app_area?: AppArea | null;
374
375
  }
375
376
  export interface QuestionCollectionResponse {
376
377
  page: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.72",
3
+ "version": "0.2.73",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",