@clickview/player 0.0.8-dev.7 → 0.0.8-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.
|
@@ -6,6 +6,7 @@ import { ObjectStatus } from 'libs/shared/enums/ObjectStatus';
|
|
|
6
6
|
import { InstanceRegion } from 'libs/shared/enums/InstanceRegion';
|
|
7
7
|
import { VirtualObject } from './primitives';
|
|
8
8
|
import { ContentRegion } from 'libs/shared/enums/ContentRegion';
|
|
9
|
+
import { CountryCode } from 'libs/shared/enums/CountryCode';
|
|
9
10
|
export declare type OnlineYearGroup = 'Kindergarten' | 'Year 1' | 'Year 2' | 'Year 3' | 'Year 4' | 'Year 5' | 'Year 6' | 'Year 7' | 'Year 8' | 'Year 9' | 'Year 10' | 'Year 11' | 'Year 12' | 'Year 13' | 'Staff';
|
|
10
11
|
/**
|
|
11
12
|
* Master User
|
|
@@ -99,7 +100,7 @@ export interface CurrentUser extends BaseObject {
|
|
|
99
100
|
* Example:
|
|
100
101
|
* Scottish User/Customer will have their CountryCode set to GBR, not the UK.
|
|
101
102
|
*/
|
|
102
|
-
countryCode:
|
|
103
|
+
countryCode: CountryCode;
|
|
103
104
|
}
|
|
104
105
|
/**
|
|
105
106
|
* Current User for Online
|