@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.
- package/dist/ParraAPI.d.ts +1 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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
|
704
|
+
link: FeaturedApplicationLink;
|
706
705
|
}
|
707
706
|
export interface LinkUtmParameters {
|
708
707
|
source?: string | null;
|