@parra/parra-js-sdk 0.3.19 → 0.3.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.
@@ -458,7 +458,7 @@ export type FeedbackFormFieldData = FeedbackFormTextFieldData | FeedbackFormSele
458
458
  export interface FeedbackFormField {
459
459
  name: string;
460
460
  title?: string;
461
- helper_text?: string;
461
+ helper_text?: string | null;
462
462
  type: FeedbackFormFieldType;
463
463
  required?: boolean;
464
464
  data: FeedbackFormFieldData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.19",
3
+ "version": "0.3.21",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",