@parra/parra-js-sdk 0.3.225 → 0.3.226

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.
@@ -1985,6 +1985,7 @@ export interface Application {
1985
1985
  tenant_id: string;
1986
1986
  privacy_policy_document_id?: string | null;
1987
1987
  terms_of_service_policy_document_id?: string | null;
1988
+ default_feedback_form_id?: string | null;
1988
1989
  icon?: ImageAssetStub | null;
1989
1990
  ios?: ApplicationIosConfig | null;
1990
1991
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.225",
3
+ "version": "0.3.226",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",