@parra/parra-js-sdk 0.3.286 → 0.3.287

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.
@@ -655,6 +655,7 @@ export interface FeedbackFormField {
655
655
  helper_text?: string | null;
656
656
  type: FeedbackFormFieldType;
657
657
  required: boolean;
658
+ hidden?: boolean;
658
659
  data: FeedbackFormFieldData;
659
660
  }
660
661
  export interface FeedbackFormData {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.286",
3
+ "version": "0.3.287",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",