bundlesocial 2.40.0 → 2.41.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 +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -639,6 +639,10 @@ type SocialAccountConnectData = {
|
|
|
639
639
|
* Mastodon or Bluesky only
|
|
640
640
|
*/
|
|
641
641
|
serverUrl?: string;
|
|
642
|
+
/**
|
|
643
|
+
* Optional. When true, adds provider-specific flags to avoid automatic login/auto-approval where supported.
|
|
644
|
+
*/
|
|
645
|
+
disableAutoLogin?: boolean;
|
|
642
646
|
/**
|
|
643
647
|
* Instagram only - connection method
|
|
644
648
|
*/
|
|
@@ -848,6 +852,10 @@ type SocialAccountCreatePortalLinkData = {
|
|
|
848
852
|
teamId: string;
|
|
849
853
|
redirectUrl?: string;
|
|
850
854
|
socialAccountTypes: Array<('TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS')>;
|
|
855
|
+
/**
|
|
856
|
+
* Optional. If true, portal will request provider-specific anti-auto-login behavior where supported.
|
|
857
|
+
*/
|
|
858
|
+
disableAutoLogin?: boolean;
|
|
851
859
|
/**
|
|
852
860
|
* Time in minutes, after which the link will expire. Minimum 5 minutes, maximum 48 hours.
|
|
853
861
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -639,6 +639,10 @@ type SocialAccountConnectData = {
|
|
|
639
639
|
* Mastodon or Bluesky only
|
|
640
640
|
*/
|
|
641
641
|
serverUrl?: string;
|
|
642
|
+
/**
|
|
643
|
+
* Optional. When true, adds provider-specific flags to avoid automatic login/auto-approval where supported.
|
|
644
|
+
*/
|
|
645
|
+
disableAutoLogin?: boolean;
|
|
642
646
|
/**
|
|
643
647
|
* Instagram only - connection method
|
|
644
648
|
*/
|
|
@@ -848,6 +852,10 @@ type SocialAccountCreatePortalLinkData = {
|
|
|
848
852
|
teamId: string;
|
|
849
853
|
redirectUrl?: string;
|
|
850
854
|
socialAccountTypes: Array<('TIKTOK' | 'YOUTUBE' | 'INSTAGRAM' | 'FACEBOOK' | 'TWITTER' | 'THREADS' | 'LINKEDIN' | 'PINTEREST' | 'REDDIT' | 'MASTODON' | 'DISCORD' | 'SLACK' | 'BLUESKY' | 'GOOGLE_BUSINESS')>;
|
|
855
|
+
/**
|
|
856
|
+
* Optional. If true, portal will request provider-specific anti-auto-login behavior where supported.
|
|
857
|
+
*/
|
|
858
|
+
disableAutoLogin?: boolean;
|
|
851
859
|
/**
|
|
852
860
|
* Time in minutes, after which the link will expire. Minimum 5 minutes, maximum 48 hours.
|
|
853
861
|
*/
|