bundlesocial 2.20.0 → 2.21.0

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/index.d.mts CHANGED
@@ -687,6 +687,12 @@ type SocialAccountCreatePortalLinkData = {
687
687
  logoUrl?: string;
688
688
  userLogoUrl?: string;
689
689
  userName?: string;
690
+ goBackButtonText?: string;
691
+ hidePoweredBy?: boolean;
692
+ hideGoBackButton?: boolean;
693
+ hideUserLogo?: boolean;
694
+ hideUserName?: boolean;
695
+ hideLanguageSwitcher?: boolean;
690
696
  language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv';
691
697
  };
692
698
  };
package/dist/index.d.ts CHANGED
@@ -687,6 +687,12 @@ type SocialAccountCreatePortalLinkData = {
687
687
  logoUrl?: string;
688
688
  userLogoUrl?: string;
689
689
  userName?: string;
690
+ goBackButtonText?: string;
691
+ hidePoweredBy?: boolean;
692
+ hideGoBackButton?: boolean;
693
+ hideUserLogo?: boolean;
694
+ hideUserName?: boolean;
695
+ hideLanguageSwitcher?: boolean;
690
696
  language?: 'en' | 'pl' | 'fr' | 'hi' | 'sv';
691
697
  };
692
698
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.20.0",
3
+ "version": "2.21.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",