@openmrs/esm-framework 3.2.1-pre.1102 → 3.2.1-pre.1108

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.
@@ -1,52 +0,0 @@
1
- [@openmrs/esm-framework](../API.md) / UnauthenticatedUser
2
-
3
- # Interface: UnauthenticatedUser
4
-
5
- ## Table of contents
6
-
7
- ### Properties
8
-
9
- - [authenticated](UnauthenticatedUser.md#authenticated)
10
- - [sessionId](UnauthenticatedUser.md#sessionid)
11
- - [sessionLocation](UnauthenticatedUser.md#sessionlocation)
12
- - [user](UnauthenticatedUser.md#user)
13
-
14
- ## Properties
15
-
16
- ### authenticated
17
-
18
- • **authenticated**: `boolean`
19
-
20
- #### Defined in
21
-
22
- [packages/framework/esm-api/src/types/user-resource.ts:30](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L30)
23
-
24
- ___
25
-
26
- ### sessionId
27
-
28
- • **sessionId**: `string`
29
-
30
- #### Defined in
31
-
32
- [packages/framework/esm-api/src/types/user-resource.ts:29](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L29)
33
-
34
- ___
35
-
36
- ### sessionLocation
37
-
38
- • `Optional` **sessionLocation**: [`SessionLocation`](SessionLocation.md)
39
-
40
- #### Defined in
41
-
42
- [packages/framework/esm-api/src/types/user-resource.ts:32](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L32)
43
-
44
- ___
45
-
46
- ### user
47
-
48
- • `Optional` **user**: [`LoggedInUser`](LoggedInUser.md)
49
-
50
- #### Defined in
51
-
52
- [packages/framework/esm-api/src/types/user-resource.ts:31](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L31)
@@ -1,107 +0,0 @@
1
- [@openmrs/esm-framework](../API.md) / User
2
-
3
- # Interface: User
4
-
5
- ## Table of contents
6
-
7
- ### Properties
8
-
9
- - [display](User.md#display)
10
- - [link](User.md#link)
11
- - [person](User.md#person)
12
- - [priviliges](User.md#priviliges)
13
- - [resourceVersion](User.md#resourceversion)
14
- - [roles](User.md#roles)
15
- - [userProperties](User.md#userproperties)
16
- - [username](User.md#username)
17
- - [uuid](User.md#uuid)
18
-
19
- ## Properties
20
-
21
- ### display
22
-
23
- • **display**: `string`
24
-
25
- #### Defined in
26
-
27
- [packages/framework/esm-api/src/types/openmrs-resource.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L18)
28
-
29
- ___
30
-
31
- ### link
32
-
33
- • **link**: `string`[]
34
-
35
- #### Defined in
36
-
37
- [packages/framework/esm-api/src/types/openmrs-resource.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L19)
38
-
39
- ___
40
-
41
- ### person
42
-
43
- • **person**: `any`
44
-
45
- #### Defined in
46
-
47
- [packages/framework/esm-api/src/types/openmrs-resource.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L20)
48
-
49
- ___
50
-
51
- ### priviliges
52
-
53
- • **priviliges**: `any`
54
-
55
- #### Defined in
56
-
57
- [packages/framework/esm-api/src/types/openmrs-resource.ts:21](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L21)
58
-
59
- ___
60
-
61
- ### resourceVersion
62
-
63
- • **resourceVersion**: `any`
64
-
65
- #### Defined in
66
-
67
- [packages/framework/esm-api/src/types/openmrs-resource.ts:22](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L22)
68
-
69
- ___
70
-
71
- ### roles
72
-
73
- • **roles**: `any`[]
74
-
75
- #### Defined in
76
-
77
- [packages/framework/esm-api/src/types/openmrs-resource.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L23)
78
-
79
- ___
80
-
81
- ### userProperties
82
-
83
- • **userProperties**: `any`
84
-
85
- #### Defined in
86
-
87
- [packages/framework/esm-api/src/types/openmrs-resource.ts:24](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L24)
88
-
89
- ___
90
-
91
- ### username
92
-
93
- • **username**: `string`
94
-
95
- #### Defined in
96
-
97
- [packages/framework/esm-api/src/types/openmrs-resource.ts:25](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L25)
98
-
99
- ___
100
-
101
- ### uuid
102
-
103
- • **uuid**: `string`
104
-
105
- #### Defined in
106
-
107
- [packages/framework/esm-api/src/types/openmrs-resource.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L26)