@parra/parra-js-sdk 0.3.430 → 0.3.432
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 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -701,7 +701,7 @@ export interface FeaturedApplication {
|
|
701
701
|
type: ApplicationType;
|
702
702
|
icon: ImageAssetStub;
|
703
703
|
ios?: ApplicationIosConfig | null;
|
704
|
-
link: FeaturedApplicationLink
|
704
|
+
link: FeaturedApplicationLink;
|
705
705
|
}
|
706
706
|
export interface LinkUtmParameters {
|
707
707
|
source?: string | null;
|