@openmrs/esm-framework 3.2.1-pre.1104 → 3.2.1-pre.1105

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,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)