@parra/parra-js-sdk 0.3.429 → 0.3.431

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.
@@ -658,7 +658,6 @@ export interface ContentCardAction {
658
658
  type: ContentCardActionType;
659
659
  url?: string | null;
660
660
  confirmation_message?: string | null;
661
- form_id?: string | null;
662
661
  form?: FeedbackFormDataStub | null;
663
662
  }
664
663
  export interface ContentCard {
@@ -702,7 +701,7 @@ export interface FeaturedApplication {
702
701
  type: ApplicationType;
703
702
  icon: ImageAssetStub;
704
703
  ios?: ApplicationIosConfig | null;
705
- link?: FeaturedApplicationLink | null;
704
+ link: FeaturedApplicationLink;
706
705
  }
707
706
  export interface LinkUtmParameters {
708
707
  source?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.429",
3
+ "version": "0.3.431",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",