bundlesocial 2.30.0 → 2.31.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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -592,6 +592,10 @@ type SocialAccountConnectData = {
|
|
|
592
592
|
* Instagram only - connection method
|
|
593
593
|
*/
|
|
594
594
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM';
|
|
595
|
+
/**
|
|
596
|
+
* Facebook and Instagram only - include business_management, ads_management, ads_read scopes
|
|
597
|
+
*/
|
|
598
|
+
withBusinessScope?: boolean;
|
|
595
599
|
};
|
|
596
600
|
};
|
|
597
601
|
type SocialAccountConnectResponse = {
|
package/dist/index.d.ts
CHANGED
|
@@ -592,6 +592,10 @@ type SocialAccountConnectData = {
|
|
|
592
592
|
* Instagram only - connection method
|
|
593
593
|
*/
|
|
594
594
|
instagramConnectionMethod?: 'FACEBOOK' | 'INSTAGRAM';
|
|
595
|
+
/**
|
|
596
|
+
* Facebook and Instagram only - include business_management, ads_management, ads_read scopes
|
|
597
|
+
*/
|
|
598
|
+
withBusinessScope?: boolean;
|
|
595
599
|
};
|
|
596
600
|
};
|
|
597
601
|
type SocialAccountConnectResponse = {
|