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 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.30.0",
3
+ "version": "2.31.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",