@bubblelab/shared-schemas 0.1.254 → 0.1.255

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.js CHANGED
@@ -1749,22 +1749,22 @@ var OAUTH_PROVIDERS = {
1749
1749
  {
1750
1750
  scope: "settings.users.read",
1751
1751
  description: "View user account settings",
1752
- defaultEnabled: true
1752
+ defaultEnabled: false
1753
1753
  },
1754
1754
  {
1755
1755
  scope: "settings.users.write",
1756
1756
  description: "Modify user account settings",
1757
- defaultEnabled: true
1757
+ defaultEnabled: false
1758
1758
  },
1759
1759
  {
1760
1760
  scope: "settings.users.teams.read",
1761
1761
  description: "View team assignments and structure",
1762
- defaultEnabled: true
1762
+ defaultEnabled: false
1763
1763
  },
1764
1764
  {
1765
1765
  scope: "settings.users.teams.write",
1766
1766
  description: "Modify team assignments",
1767
- defaultEnabled: true
1767
+ defaultEnabled: false
1768
1768
  },
1769
1769
  {
1770
1770
  scope: "crm.objects.line_items.read",