@vendasta/iam 3.3.0 → 3.3.2

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.
@@ -343,6 +343,9 @@ class SalespersonPersona extends NamespacedPersona {
343
343
  constructor() {
344
344
  super(...arguments);
345
345
  this.type = PersonaType.sales_person;
346
+ this.canAccessProposals = true;
347
+ this.canAccessInbox = true;
348
+ this.canAccessLeaderboard = true;
346
349
  this.titleChoice = TitleChoice.PARTNER_FOR_SMB;
347
350
  }
348
351
  }