@clickview/online 0.0.47 → 0.0.48-rc.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/online",
3
- "version": "0.0.47",
3
+ "version": "0.0.48-rc.1",
4
4
  "description": "Online",
5
5
  "main": "dist/online-app.js",
6
6
  "types": "dist/index.d.ts",
@@ -46,6 +46,7 @@ declare namespace currentUser {
46
46
  declare function isAdmin(): boolean;
47
47
  declare function isStaff(): boolean;
48
48
  declare function isAuthenticated(): boolean;
49
+ declare function hasOnlineProduct(): boolean;
49
50
 
50
51
  declare function canUseInteractives(): boolean;
51
52
  declare function isFreeEduScotCustomer(): boolean;
@@ -56,6 +57,7 @@ declare namespace currentUser {
56
57
  declare function hasCurriculum(): boolean;
57
58
  declare function getDashboardLayout(): DashboardLayout;
58
59
 
60
+ declare function allowExchangeContribute(): boolean;
59
61
  declare function hasCompletedOnboarding(): boolean;
60
62
  declare function completeOnboarding(): void;
61
63
  declare function mustCompleteOnboarding(): boolean;