@parra/parra-js-sdk 0.3.22 → 0.3.23

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.
@@ -493,6 +493,7 @@ export interface FormIntegration {
493
493
  updated_at: string;
494
494
  deleted_at?: string | null;
495
495
  type: FormIntegrationType;
496
+ enabled: boolean;
496
497
  data: FormIntegrationData;
497
498
  }
498
499
  export interface FeedbackFormResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",