@openmrs/esm-api 3.1.15-pre.701 → 3.1.15-pre.707
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/README.md +0 -2
- package/package.json +5 -6
- package/docs/API.md +0 -724
- package/docs/classes/OpenmrsFetchError.md +0 -186
- package/docs/enums/VisitMode.md +0 -41
- package/docs/enums/VisitStatus.md +0 -30
- package/docs/interfaces/CurrentPatientOptions.md +0 -27
- package/docs/interfaces/CurrentUserOptions.md +0 -27
- package/docs/interfaces/CurrentUserWithResponseOption.md +0 -29
- package/docs/interfaces/CurrentUserWithoutResponseOption.md +0 -29
- package/docs/interfaces/FHIRCode.md +0 -30
- package/docs/interfaces/FHIRRequestObj.md +0 -41
- package/docs/interfaces/FHIRResource.md +0 -46
- package/docs/interfaces/FetchHeaders.md +0 -7
- package/docs/interfaces/FetchResponse.md +0 -285
- package/docs/interfaces/Location.md +0 -41
- package/docs/interfaces/LoggedInUser.md +0 -133
- package/docs/interfaces/LoggedInUserFetchResponse.md +0 -281
- package/docs/interfaces/NewVisitPayload.md +0 -74
- package/docs/interfaces/OnlyThePatient.md +0 -29
- package/docs/interfaces/OpenmrsResource.md +0 -34
- package/docs/interfaces/PatientWithFullResponse.md +0 -29
- package/docs/interfaces/Person.md +0 -41
- package/docs/interfaces/Privilege.md +0 -41
- package/docs/interfaces/Role.md +0 -41
- package/docs/interfaces/SessionLocation.md +0 -41
- package/docs/interfaces/SessionUser.md +0 -92
- package/docs/interfaces/UnauthenticatedUser.md +0 -52
- package/docs/interfaces/User.md +0 -107
- package/docs/interfaces/Visit.md +0 -111
- package/docs/interfaces/VisitItem.md +0 -52
- package/docs/interfaces/VisitType.md +0 -41
- package/docs/interfaces/WorkspaceItem.md +0 -74
- package/typedoc.json +0 -7
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / LoggedInUserFetchResponse
|
|
2
|
-
|
|
3
|
-
# Interface: LoggedInUserFetchResponse
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
- [`FetchResponse`](FetchResponse.md)
|
|
8
|
-
|
|
9
|
-
↳ **`LoggedInUserFetchResponse`**
|
|
10
|
-
|
|
11
|
-
## Table of contents
|
|
12
|
-
|
|
13
|
-
### Properties
|
|
14
|
-
|
|
15
|
-
- [body](LoggedInUserFetchResponse.md#body)
|
|
16
|
-
- [bodyUsed](LoggedInUserFetchResponse.md#bodyused)
|
|
17
|
-
- [data](LoggedInUserFetchResponse.md#data)
|
|
18
|
-
- [headers](LoggedInUserFetchResponse.md#headers)
|
|
19
|
-
- [ok](LoggedInUserFetchResponse.md#ok)
|
|
20
|
-
- [redirected](LoggedInUserFetchResponse.md#redirected)
|
|
21
|
-
- [status](LoggedInUserFetchResponse.md#status)
|
|
22
|
-
- [statusText](LoggedInUserFetchResponse.md#statustext)
|
|
23
|
-
- [type](LoggedInUserFetchResponse.md#type)
|
|
24
|
-
- [url](LoggedInUserFetchResponse.md#url)
|
|
25
|
-
|
|
26
|
-
### Methods
|
|
27
|
-
|
|
28
|
-
- [arrayBuffer](LoggedInUserFetchResponse.md#arraybuffer)
|
|
29
|
-
- [blob](LoggedInUserFetchResponse.md#blob)
|
|
30
|
-
- [clone](LoggedInUserFetchResponse.md#clone)
|
|
31
|
-
- [formData](LoggedInUserFetchResponse.md#formdata)
|
|
32
|
-
- [json](LoggedInUserFetchResponse.md#json)
|
|
33
|
-
- [text](LoggedInUserFetchResponse.md#text)
|
|
34
|
-
|
|
35
|
-
## Properties
|
|
36
|
-
|
|
37
|
-
### body
|
|
38
|
-
|
|
39
|
-
• `Readonly` **body**: ``null`` \| `ReadableStream`<`Uint8Array`\>
|
|
40
|
-
|
|
41
|
-
#### Inherited from
|
|
42
|
-
|
|
43
|
-
[FetchResponse](FetchResponse.md).[body](FetchResponse.md#body)
|
|
44
|
-
|
|
45
|
-
#### Defined in
|
|
46
|
-
|
|
47
|
-
node_modules/typescript/lib/lib.dom.d.ts:2402
|
|
48
|
-
|
|
49
|
-
___
|
|
50
|
-
|
|
51
|
-
### bodyUsed
|
|
52
|
-
|
|
53
|
-
• `Readonly` **bodyUsed**: `boolean`
|
|
54
|
-
|
|
55
|
-
#### Inherited from
|
|
56
|
-
|
|
57
|
-
[FetchResponse](FetchResponse.md).[bodyUsed](FetchResponse.md#bodyused)
|
|
58
|
-
|
|
59
|
-
#### Defined in
|
|
60
|
-
|
|
61
|
-
node_modules/typescript/lib/lib.dom.d.ts:2403
|
|
62
|
-
|
|
63
|
-
___
|
|
64
|
-
|
|
65
|
-
### data
|
|
66
|
-
|
|
67
|
-
• **data**: [`LoggedInUserData`](../API.md#loggedinuserdata)
|
|
68
|
-
|
|
69
|
-
#### Overrides
|
|
70
|
-
|
|
71
|
-
[FetchResponse](FetchResponse.md).[data](FetchResponse.md#data)
|
|
72
|
-
|
|
73
|
-
#### Defined in
|
|
74
|
-
|
|
75
|
-
[packages/framework/esm-api/src/types/fetch.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/fetch.ts#L12)
|
|
76
|
-
|
|
77
|
-
___
|
|
78
|
-
|
|
79
|
-
### headers
|
|
80
|
-
|
|
81
|
-
• `Readonly` **headers**: `Headers`
|
|
82
|
-
|
|
83
|
-
#### Inherited from
|
|
84
|
-
|
|
85
|
-
[FetchResponse](FetchResponse.md).[headers](FetchResponse.md#headers)
|
|
86
|
-
|
|
87
|
-
#### Defined in
|
|
88
|
-
|
|
89
|
-
node_modules/typescript/lib/lib.dom.d.ts:11136
|
|
90
|
-
|
|
91
|
-
___
|
|
92
|
-
|
|
93
|
-
### ok
|
|
94
|
-
|
|
95
|
-
• `Readonly` **ok**: `boolean`
|
|
96
|
-
|
|
97
|
-
#### Inherited from
|
|
98
|
-
|
|
99
|
-
[FetchResponse](FetchResponse.md).[ok](FetchResponse.md#ok)
|
|
100
|
-
|
|
101
|
-
#### Defined in
|
|
102
|
-
|
|
103
|
-
node_modules/typescript/lib/lib.dom.d.ts:11137
|
|
104
|
-
|
|
105
|
-
___
|
|
106
|
-
|
|
107
|
-
### redirected
|
|
108
|
-
|
|
109
|
-
• `Readonly` **redirected**: `boolean`
|
|
110
|
-
|
|
111
|
-
#### Inherited from
|
|
112
|
-
|
|
113
|
-
[FetchResponse](FetchResponse.md).[redirected](FetchResponse.md#redirected)
|
|
114
|
-
|
|
115
|
-
#### Defined in
|
|
116
|
-
|
|
117
|
-
node_modules/typescript/lib/lib.dom.d.ts:11138
|
|
118
|
-
|
|
119
|
-
___
|
|
120
|
-
|
|
121
|
-
### status
|
|
122
|
-
|
|
123
|
-
• `Readonly` **status**: `number`
|
|
124
|
-
|
|
125
|
-
#### Inherited from
|
|
126
|
-
|
|
127
|
-
[FetchResponse](FetchResponse.md).[status](FetchResponse.md#status)
|
|
128
|
-
|
|
129
|
-
#### Defined in
|
|
130
|
-
|
|
131
|
-
node_modules/typescript/lib/lib.dom.d.ts:11139
|
|
132
|
-
|
|
133
|
-
___
|
|
134
|
-
|
|
135
|
-
### statusText
|
|
136
|
-
|
|
137
|
-
• `Readonly` **statusText**: `string`
|
|
138
|
-
|
|
139
|
-
#### Inherited from
|
|
140
|
-
|
|
141
|
-
[FetchResponse](FetchResponse.md).[statusText](FetchResponse.md#statustext)
|
|
142
|
-
|
|
143
|
-
#### Defined in
|
|
144
|
-
|
|
145
|
-
node_modules/typescript/lib/lib.dom.d.ts:11140
|
|
146
|
-
|
|
147
|
-
___
|
|
148
|
-
|
|
149
|
-
### type
|
|
150
|
-
|
|
151
|
-
• `Readonly` **type**: `ResponseType`
|
|
152
|
-
|
|
153
|
-
#### Inherited from
|
|
154
|
-
|
|
155
|
-
[FetchResponse](FetchResponse.md).[type](FetchResponse.md#type)
|
|
156
|
-
|
|
157
|
-
#### Defined in
|
|
158
|
-
|
|
159
|
-
node_modules/typescript/lib/lib.dom.d.ts:11141
|
|
160
|
-
|
|
161
|
-
___
|
|
162
|
-
|
|
163
|
-
### url
|
|
164
|
-
|
|
165
|
-
• `Readonly` **url**: `string`
|
|
166
|
-
|
|
167
|
-
#### Inherited from
|
|
168
|
-
|
|
169
|
-
[FetchResponse](FetchResponse.md).[url](FetchResponse.md#url)
|
|
170
|
-
|
|
171
|
-
#### Defined in
|
|
172
|
-
|
|
173
|
-
node_modules/typescript/lib/lib.dom.d.ts:11142
|
|
174
|
-
|
|
175
|
-
## Methods
|
|
176
|
-
|
|
177
|
-
### arrayBuffer
|
|
178
|
-
|
|
179
|
-
▸ **arrayBuffer**(): `Promise`<`ArrayBuffer`\>
|
|
180
|
-
|
|
181
|
-
#### Returns
|
|
182
|
-
|
|
183
|
-
`Promise`<`ArrayBuffer`\>
|
|
184
|
-
|
|
185
|
-
#### Inherited from
|
|
186
|
-
|
|
187
|
-
[FetchResponse](FetchResponse.md).[arrayBuffer](FetchResponse.md#arraybuffer)
|
|
188
|
-
|
|
189
|
-
#### Defined in
|
|
190
|
-
|
|
191
|
-
node_modules/typescript/lib/lib.dom.d.ts:2404
|
|
192
|
-
|
|
193
|
-
___
|
|
194
|
-
|
|
195
|
-
### blob
|
|
196
|
-
|
|
197
|
-
▸ **blob**(): `Promise`<`Blob`\>
|
|
198
|
-
|
|
199
|
-
#### Returns
|
|
200
|
-
|
|
201
|
-
`Promise`<`Blob`\>
|
|
202
|
-
|
|
203
|
-
#### Inherited from
|
|
204
|
-
|
|
205
|
-
[FetchResponse](FetchResponse.md).[blob](FetchResponse.md#blob)
|
|
206
|
-
|
|
207
|
-
#### Defined in
|
|
208
|
-
|
|
209
|
-
node_modules/typescript/lib/lib.dom.d.ts:2405
|
|
210
|
-
|
|
211
|
-
___
|
|
212
|
-
|
|
213
|
-
### clone
|
|
214
|
-
|
|
215
|
-
▸ **clone**(): `Response`
|
|
216
|
-
|
|
217
|
-
#### Returns
|
|
218
|
-
|
|
219
|
-
`Response`
|
|
220
|
-
|
|
221
|
-
#### Inherited from
|
|
222
|
-
|
|
223
|
-
[FetchResponse](FetchResponse.md).[clone](FetchResponse.md#clone)
|
|
224
|
-
|
|
225
|
-
#### Defined in
|
|
226
|
-
|
|
227
|
-
node_modules/typescript/lib/lib.dom.d.ts:11143
|
|
228
|
-
|
|
229
|
-
___
|
|
230
|
-
|
|
231
|
-
### formData
|
|
232
|
-
|
|
233
|
-
▸ **formData**(): `Promise`<`FormData`\>
|
|
234
|
-
|
|
235
|
-
#### Returns
|
|
236
|
-
|
|
237
|
-
`Promise`<`FormData`\>
|
|
238
|
-
|
|
239
|
-
#### Inherited from
|
|
240
|
-
|
|
241
|
-
[FetchResponse](FetchResponse.md).[formData](FetchResponse.md#formdata)
|
|
242
|
-
|
|
243
|
-
#### Defined in
|
|
244
|
-
|
|
245
|
-
node_modules/typescript/lib/lib.dom.d.ts:2406
|
|
246
|
-
|
|
247
|
-
___
|
|
248
|
-
|
|
249
|
-
### json
|
|
250
|
-
|
|
251
|
-
▸ **json**(): `Promise`<`any`\>
|
|
252
|
-
|
|
253
|
-
#### Returns
|
|
254
|
-
|
|
255
|
-
`Promise`<`any`\>
|
|
256
|
-
|
|
257
|
-
#### Inherited from
|
|
258
|
-
|
|
259
|
-
[FetchResponse](FetchResponse.md).[json](FetchResponse.md#json)
|
|
260
|
-
|
|
261
|
-
#### Defined in
|
|
262
|
-
|
|
263
|
-
node_modules/typescript/lib/lib.dom.d.ts:2407
|
|
264
|
-
|
|
265
|
-
___
|
|
266
|
-
|
|
267
|
-
### text
|
|
268
|
-
|
|
269
|
-
▸ **text**(): `Promise`<`string`\>
|
|
270
|
-
|
|
271
|
-
#### Returns
|
|
272
|
-
|
|
273
|
-
`Promise`<`string`\>
|
|
274
|
-
|
|
275
|
-
#### Inherited from
|
|
276
|
-
|
|
277
|
-
[FetchResponse](FetchResponse.md).[text](FetchResponse.md#text)
|
|
278
|
-
|
|
279
|
-
#### Defined in
|
|
280
|
-
|
|
281
|
-
node_modules/typescript/lib/lib.dom.d.ts:2408
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / NewVisitPayload
|
|
2
|
-
|
|
3
|
-
# Interface: NewVisitPayload
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [location](NewVisitPayload.md#location)
|
|
10
|
-
- [patient](NewVisitPayload.md#patient)
|
|
11
|
-
- [startDatetime](NewVisitPayload.md#startdatetime)
|
|
12
|
-
- [stopDatetime](NewVisitPayload.md#stopdatetime)
|
|
13
|
-
- [uuid](NewVisitPayload.md#uuid)
|
|
14
|
-
- [visitType](NewVisitPayload.md#visittype)
|
|
15
|
-
|
|
16
|
-
## Properties
|
|
17
|
-
|
|
18
|
-
### location
|
|
19
|
-
|
|
20
|
-
• **location**: `string`
|
|
21
|
-
|
|
22
|
-
#### Defined in
|
|
23
|
-
|
|
24
|
-
[packages/framework/esm-api/src/types/visit-resource.ts:5](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/visit-resource.ts#L5)
|
|
25
|
-
|
|
26
|
-
___
|
|
27
|
-
|
|
28
|
-
### patient
|
|
29
|
-
|
|
30
|
-
• `Optional` **patient**: `string`
|
|
31
|
-
|
|
32
|
-
#### Defined in
|
|
33
|
-
|
|
34
|
-
[packages/framework/esm-api/src/types/visit-resource.ts:6](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/visit-resource.ts#L6)
|
|
35
|
-
|
|
36
|
-
___
|
|
37
|
-
|
|
38
|
-
### startDatetime
|
|
39
|
-
|
|
40
|
-
• **startDatetime**: `Date`
|
|
41
|
-
|
|
42
|
-
#### Defined in
|
|
43
|
-
|
|
44
|
-
[packages/framework/esm-api/src/types/visit-resource.ts:7](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/visit-resource.ts#L7)
|
|
45
|
-
|
|
46
|
-
___
|
|
47
|
-
|
|
48
|
-
### stopDatetime
|
|
49
|
-
|
|
50
|
-
• `Optional` **stopDatetime**: `Date`
|
|
51
|
-
|
|
52
|
-
#### Defined in
|
|
53
|
-
|
|
54
|
-
[packages/framework/esm-api/src/types/visit-resource.ts:9](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/visit-resource.ts#L9)
|
|
55
|
-
|
|
56
|
-
___
|
|
57
|
-
|
|
58
|
-
### uuid
|
|
59
|
-
|
|
60
|
-
• `Optional` **uuid**: `string`
|
|
61
|
-
|
|
62
|
-
#### Defined in
|
|
63
|
-
|
|
64
|
-
[packages/framework/esm-api/src/types/visit-resource.ts:4](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/visit-resource.ts#L4)
|
|
65
|
-
|
|
66
|
-
___
|
|
67
|
-
|
|
68
|
-
### visitType
|
|
69
|
-
|
|
70
|
-
• **visitType**: `string`
|
|
71
|
-
|
|
72
|
-
#### Defined in
|
|
73
|
-
|
|
74
|
-
[packages/framework/esm-api/src/types/visit-resource.ts:8](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/visit-resource.ts#L8)
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / OnlyThePatient
|
|
2
|
-
|
|
3
|
-
# Interface: OnlyThePatient
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
- [`CurrentPatientOptions`](CurrentPatientOptions.md)
|
|
8
|
-
|
|
9
|
-
↳ **`OnlyThePatient`**
|
|
10
|
-
|
|
11
|
-
## Table of contents
|
|
12
|
-
|
|
13
|
-
### Properties
|
|
14
|
-
|
|
15
|
-
- [includeConfig](OnlyThePatient.md#includeconfig)
|
|
16
|
-
|
|
17
|
-
## Properties
|
|
18
|
-
|
|
19
|
-
### includeConfig
|
|
20
|
-
|
|
21
|
-
• **includeConfig**: ``false``
|
|
22
|
-
|
|
23
|
-
#### Overrides
|
|
24
|
-
|
|
25
|
-
[CurrentPatientOptions](CurrentPatientOptions.md).[includeConfig](CurrentPatientOptions.md#includeconfig)
|
|
26
|
-
|
|
27
|
-
#### Defined in
|
|
28
|
-
|
|
29
|
-
[packages/framework/esm-api/src/shared-api-objects/current-patient.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L15)
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / OpenmrsResource
|
|
2
|
-
|
|
3
|
-
# Interface: OpenmrsResource
|
|
4
|
-
|
|
5
|
-
## Indexable
|
|
6
|
-
|
|
7
|
-
▪ [anythingElse: `string`]: `any`
|
|
8
|
-
|
|
9
|
-
## Table of contents
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
13
|
-
- [display](OpenmrsResource.md#display)
|
|
14
|
-
- [uuid](OpenmrsResource.md#uuid)
|
|
15
|
-
|
|
16
|
-
## Properties
|
|
17
|
-
|
|
18
|
-
### display
|
|
19
|
-
|
|
20
|
-
• `Optional` **display**: `string`
|
|
21
|
-
|
|
22
|
-
#### Defined in
|
|
23
|
-
|
|
24
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:3](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L3)
|
|
25
|
-
|
|
26
|
-
___
|
|
27
|
-
|
|
28
|
-
### uuid
|
|
29
|
-
|
|
30
|
-
• **uuid**: `string`
|
|
31
|
-
|
|
32
|
-
#### Defined in
|
|
33
|
-
|
|
34
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:2](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L2)
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / PatientWithFullResponse
|
|
2
|
-
|
|
3
|
-
# Interface: PatientWithFullResponse
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
- [`CurrentPatientOptions`](CurrentPatientOptions.md)
|
|
8
|
-
|
|
9
|
-
↳ **`PatientWithFullResponse`**
|
|
10
|
-
|
|
11
|
-
## Table of contents
|
|
12
|
-
|
|
13
|
-
### Properties
|
|
14
|
-
|
|
15
|
-
- [includeConfig](PatientWithFullResponse.md#includeconfig)
|
|
16
|
-
|
|
17
|
-
## Properties
|
|
18
|
-
|
|
19
|
-
### includeConfig
|
|
20
|
-
|
|
21
|
-
• **includeConfig**: ``true``
|
|
22
|
-
|
|
23
|
-
#### Overrides
|
|
24
|
-
|
|
25
|
-
[CurrentPatientOptions](CurrentPatientOptions.md).[includeConfig](CurrentPatientOptions.md#includeconfig)
|
|
26
|
-
|
|
27
|
-
#### Defined in
|
|
28
|
-
|
|
29
|
-
[packages/framework/esm-api/src/shared-api-objects/current-patient.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L11)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / Person
|
|
2
|
-
|
|
3
|
-
# Interface: Person
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [display](Person.md#display)
|
|
10
|
-
- [links](Person.md#links)
|
|
11
|
-
- [uuid](Person.md#uuid)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### display
|
|
16
|
-
|
|
17
|
-
• **display**: `string`
|
|
18
|
-
|
|
19
|
-
#### Defined in
|
|
20
|
-
|
|
21
|
-
[packages/framework/esm-api/src/types/user-resource.ts:43](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L43)
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### links
|
|
26
|
-
|
|
27
|
-
• **links**: `any`[]
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
[packages/framework/esm-api/src/types/user-resource.ts:44](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L44)
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### uuid
|
|
36
|
-
|
|
37
|
-
• **uuid**: `string`
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
[packages/framework/esm-api/src/types/user-resource.ts:42](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L42)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / Privilege
|
|
2
|
-
|
|
3
|
-
# Interface: Privilege
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [display](Privilege.md#display)
|
|
10
|
-
- [links](Privilege.md#links)
|
|
11
|
-
- [uuid](Privilege.md#uuid)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### display
|
|
16
|
-
|
|
17
|
-
• **display**: `string`
|
|
18
|
-
|
|
19
|
-
#### Defined in
|
|
20
|
-
|
|
21
|
-
[packages/framework/esm-api/src/types/user-resource.ts:49](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L49)
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### links
|
|
26
|
-
|
|
27
|
-
• **links**: `any`[]
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
[packages/framework/esm-api/src/types/user-resource.ts:50](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L50)
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### uuid
|
|
36
|
-
|
|
37
|
-
• **uuid**: `string`
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
[packages/framework/esm-api/src/types/user-resource.ts:48](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L48)
|
package/docs/interfaces/Role.md
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / Role
|
|
2
|
-
|
|
3
|
-
# Interface: Role
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [display](Role.md#display)
|
|
10
|
-
- [links](Role.md#links)
|
|
11
|
-
- [uuid](Role.md#uuid)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### display
|
|
16
|
-
|
|
17
|
-
• **display**: `string`
|
|
18
|
-
|
|
19
|
-
#### Defined in
|
|
20
|
-
|
|
21
|
-
[packages/framework/esm-api/src/types/user-resource.ts:55](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L55)
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### links
|
|
26
|
-
|
|
27
|
-
• **links**: `any`[]
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
[packages/framework/esm-api/src/types/user-resource.ts:56](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L56)
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### uuid
|
|
36
|
-
|
|
37
|
-
• **uuid**: `string`
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
[packages/framework/esm-api/src/types/user-resource.ts:54](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L54)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / SessionLocation
|
|
2
|
-
|
|
3
|
-
# Interface: SessionLocation
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [display](SessionLocation.md#display)
|
|
10
|
-
- [links](SessionLocation.md#links)
|
|
11
|
-
- [uuid](SessionLocation.md#uuid)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### display
|
|
16
|
-
|
|
17
|
-
• **display**: `string`
|
|
18
|
-
|
|
19
|
-
#### Defined in
|
|
20
|
-
|
|
21
|
-
[packages/framework/esm-api/src/types/user-resource.ts:37](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L37)
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### links
|
|
26
|
-
|
|
27
|
-
• **links**: `any`[]
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
[packages/framework/esm-api/src/types/user-resource.ts:38](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L38)
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### uuid
|
|
36
|
-
|
|
37
|
-
• **uuid**: `string`
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
[packages/framework/esm-api/src/types/user-resource.ts:36](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L36)
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
[@openmrs/esm-api](../API.md) / SessionUser
|
|
2
|
-
|
|
3
|
-
# Interface: SessionUser
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [allowedLocales](SessionUser.md#allowedlocales)
|
|
10
|
-
- [authenticated](SessionUser.md#authenticated)
|
|
11
|
-
- [currentProvider](SessionUser.md#currentprovider)
|
|
12
|
-
- [locale](SessionUser.md#locale)
|
|
13
|
-
- [sessionId](SessionUser.md#sessionid)
|
|
14
|
-
- [sessionLocation](SessionUser.md#sessionlocation)
|
|
15
|
-
- [user](SessionUser.md#user)
|
|
16
|
-
|
|
17
|
-
## Properties
|
|
18
|
-
|
|
19
|
-
### allowedLocales
|
|
20
|
-
|
|
21
|
-
• **allowedLocales**: `string`[]
|
|
22
|
-
|
|
23
|
-
#### Defined in
|
|
24
|
-
|
|
25
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:8](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L8)
|
|
26
|
-
|
|
27
|
-
___
|
|
28
|
-
|
|
29
|
-
### authenticated
|
|
30
|
-
|
|
31
|
-
• **authenticated**: `boolean`
|
|
32
|
-
|
|
33
|
-
#### Defined in
|
|
34
|
-
|
|
35
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:9](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L9)
|
|
36
|
-
|
|
37
|
-
___
|
|
38
|
-
|
|
39
|
-
### currentProvider
|
|
40
|
-
|
|
41
|
-
• **currentProvider**: `Object`
|
|
42
|
-
|
|
43
|
-
#### Type declaration
|
|
44
|
-
|
|
45
|
-
| Name | Type |
|
|
46
|
-
| :------ | :------ |
|
|
47
|
-
| `identifier` | `string` |
|
|
48
|
-
| `uuid` | `string` |
|
|
49
|
-
|
|
50
|
-
#### Defined in
|
|
51
|
-
|
|
52
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L13)
|
|
53
|
-
|
|
54
|
-
___
|
|
55
|
-
|
|
56
|
-
### locale
|
|
57
|
-
|
|
58
|
-
• **locale**: `string`
|
|
59
|
-
|
|
60
|
-
#### Defined in
|
|
61
|
-
|
|
62
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L10)
|
|
63
|
-
|
|
64
|
-
___
|
|
65
|
-
|
|
66
|
-
### sessionId
|
|
67
|
-
|
|
68
|
-
• **sessionId**: `string`
|
|
69
|
-
|
|
70
|
-
#### Defined in
|
|
71
|
-
|
|
72
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L11)
|
|
73
|
-
|
|
74
|
-
___
|
|
75
|
-
|
|
76
|
-
### sessionLocation
|
|
77
|
-
|
|
78
|
-
• **sessionLocation**: `any`
|
|
79
|
-
|
|
80
|
-
#### Defined in
|
|
81
|
-
|
|
82
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L14)
|
|
83
|
-
|
|
84
|
-
___
|
|
85
|
-
|
|
86
|
-
### user
|
|
87
|
-
|
|
88
|
-
• **user**: [`User`](User.md)
|
|
89
|
-
|
|
90
|
-
#### Defined in
|
|
91
|
-
|
|
92
|
-
[packages/framework/esm-api/src/types/openmrs-resource.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/openmrs-resource.ts#L12)
|