@openmrs/esm-framework 6.3.1-pre.2961 → 6.3.1-pre.2986

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.
Files changed (107) hide show
  1. package/.turbo/turbo-build.log +3 -25
  2. package/dist/index.d.ts +17 -0
  3. package/dist/internal.d.ts +17 -0
  4. package/dist/openmrs-esm-framework.js +1 -2
  5. package/dist/openmrs-esm-framework.js.map +1 -1
  6. package/docs/API.md +369 -283
  7. package/docs/classes/OpenmrsFetchError.md +10 -10
  8. package/docs/enums/VisitMode.md +3 -3
  9. package/docs/enums/VisitStatus.md +2 -2
  10. package/docs/interfaces/AssignedExtension.md +1 -1
  11. package/docs/interfaces/Attachment.md +7 -7
  12. package/docs/interfaces/AttachmentResponse.md +6 -6
  13. package/docs/interfaces/CloseWorkspaceOptions.md +3 -3
  14. package/docs/interfaces/ConfigurableLinkProps.md +474 -317
  15. package/docs/interfaces/ConnectedExtension.md +1 -1
  16. package/docs/interfaces/ConnectivityChangedEvent.md +1 -1
  17. package/docs/interfaces/CurrentPatientOptions.md +1 -1
  18. package/docs/interfaces/DefaultWorkspaceProps.md +4 -4
  19. package/docs/interfaces/Diagnosis.md +25 -25
  20. package/docs/interfaces/EmrApiConfigurationResponse.md +596 -0
  21. package/docs/interfaces/Encounter.md +24 -24
  22. package/docs/interfaces/EncounterProvider.md +16 -16
  23. package/docs/interfaces/EncounterRole.md +16 -16
  24. package/docs/interfaces/EncounterType.md +16 -16
  25. package/docs/interfaces/ExtensionSlotBaseProps.md +3 -3
  26. package/docs/interfaces/FHIRCode.md +3 -3
  27. package/docs/interfaces/FHIRLocationResource.md +30 -0
  28. package/docs/interfaces/FHIRResource.md +1 -1
  29. package/docs/interfaces/FeatureFlagDefinition.md +3 -3
  30. package/docs/interfaces/FetchConfig.md +13 -13
  31. package/docs/interfaces/FetchError.md +2 -2
  32. package/docs/interfaces/FetchResponse.md +15 -15
  33. package/docs/interfaces/ImportMap.md +1 -1
  34. package/docs/interfaces/Location.md +370 -3
  35. package/docs/interfaces/LoggedInUserFetchResponse.md +15 -15
  36. package/docs/interfaces/NewVisitPayload.md +7 -7
  37. package/docs/interfaces/NotificationDescriptor.md +20 -2
  38. package/docs/interfaces/Obs.md +36 -36
  39. package/docs/interfaces/OldExtensionSlotBaseProps.md +3 -3
  40. package/docs/interfaces/OnlyThePatient.md +1 -1
  41. package/docs/interfaces/OpenWorkspace.md +29 -29
  42. package/docs/interfaces/OpenmrsAppRoutes.md +9 -9
  43. package/docs/interfaces/OpenmrsDatePickerProps.md +1 -1
  44. package/docs/interfaces/OpenmrsResource.md +0 -12
  45. package/docs/interfaces/OpenmrsResourceStrict.md +0 -6
  46. package/docs/interfaces/Patient.md +17 -17
  47. package/docs/interfaces/PatientIdentifier.md +18 -18
  48. package/docs/interfaces/PatientIdentifierType.md +22 -22
  49. package/docs/interfaces/PatientPhotoProps.md +0 -11
  50. package/docs/interfaces/PatientWithFullResponse.md +1 -1
  51. package/docs/interfaces/Prompt.md +5 -5
  52. package/docs/interfaces/ResourceLoader.md +1 -1
  53. package/docs/interfaces/RetryOptions.md +3 -3
  54. package/docs/interfaces/ShowActionableNotificationEvent.md +6 -6
  55. package/docs/interfaces/ShowNotificationEvent.md +5 -5
  56. package/docs/interfaces/ShowSnackbarEvent.md +8 -8
  57. package/docs/interfaces/ShowToastEvent.md +5 -5
  58. package/docs/interfaces/SpaConfig.md +5 -5
  59. package/docs/interfaces/StyleguideConfigObject.md +2 -2
  60. package/docs/interfaces/UploadedFile.md +7 -7
  61. package/docs/interfaces/UseConfigOptions.md +22 -0
  62. package/docs/interfaces/UseServerFetchAllOptions.md +5 -5
  63. package/docs/interfaces/UseServerInfiniteOptions.md +5 -5
  64. package/docs/interfaces/UseServerPaginationOptions.md +2 -2
  65. package/docs/interfaces/Visit.md +11 -11
  66. package/docs/interfaces/VisitItem.md +4 -4
  67. package/docs/interfaces/VisitReturnType.md +2 -2
  68. package/docs/interfaces/VisitStoreState.md +3 -3
  69. package/docs/interfaces/VisitType.md +3 -3
  70. package/docs/interfaces/WorkspaceGroupDefinition.md +2 -2
  71. package/docs/interfaces/WorkspaceRegistration.md +0 -6
  72. package/docs/interfaces/WorkspacesInfo.md +5 -5
  73. package/mock-jest.tsx +125 -0
  74. package/mock.tsx +44 -42
  75. package/package.json +58 -31
  76. package/rspack.config.cjs +96 -0
  77. package/{src/integration-tests/setup-tests.ts → setup-tests.ts} +6 -1
  78. package/src/declarations.d.ts +0 -1
  79. package/src/index.ts +2 -3
  80. package/src/integration-tests/extension-config.test.tsx +14 -12
  81. package/src/internal.ts +2 -3
  82. package/src/mock-test.test.ts +2 -2
  83. package/tsconfig.build.json +10 -0
  84. package/tsconfig.json +3 -24
  85. package/typedoc.json +1 -0
  86. package/vitest.config.ts +9 -0
  87. package/dist/278.openmrs-esm-framework.js +0 -2
  88. package/dist/278.openmrs-esm-framework.js.map +0 -1
  89. package/dist/530.openmrs-esm-framework.js +0 -2
  90. package/dist/530.openmrs-esm-framework.js.map +0 -1
  91. package/dist/588.openmrs-esm-framework.js +0 -2
  92. package/dist/588.openmrs-esm-framework.js.map +0 -1
  93. package/dist/619.openmrs-esm-framework.js +0 -2
  94. package/dist/619.openmrs-esm-framework.js.map +0 -1
  95. package/dist/645.openmrs-esm-framework.js +0 -2
  96. package/dist/645.openmrs-esm-framework.js.map +0 -1
  97. package/dist/735.openmrs-esm-framework.js +0 -3
  98. package/dist/735.openmrs-esm-framework.js.LICENSE.txt +0 -9
  99. package/dist/735.openmrs-esm-framework.js.map +0 -1
  100. package/dist/746.openmrs-esm-framework.js +0 -2
  101. package/dist/746.openmrs-esm-framework.js.map +0 -1
  102. package/dist/788.openmrs-esm-framework.js +0 -3
  103. package/dist/788.openmrs-esm-framework.js.LICENSE.txt +0 -19
  104. package/dist/788.openmrs-esm-framework.js.map +0 -1
  105. package/dist/openmrs-esm-framework.js.LICENSE.txt +0 -68
  106. package/jest.config.js +0 -22
  107. package/webpack.config.js +0 -80
@@ -37,7 +37,7 @@
37
37
 
38
38
  #### Defined in
39
39
 
40
- [packages/framework/esm-api/src/openmrs-fetch.ts:318](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L318)
40
+ [packages/framework/esm-api/src/openmrs-fetch.ts:316](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L316)
41
41
 
42
42
  ___
43
43
 
@@ -47,7 +47,7 @@ ___
47
47
 
48
48
  #### Defined in
49
49
 
50
- [packages/framework/esm-api/src/openmrs-fetch.ts:317](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L317)
50
+ [packages/framework/esm-api/src/openmrs-fetch.ts:315](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L315)
51
51
 
52
52
  ___
53
53
 
@@ -65,7 +65,7 @@ Omit.cache
65
65
 
66
66
  #### Defined in
67
67
 
68
- node_modules/typescript/lib/lib.dom.d.ts:1500
68
+ node_modules/typescript/lib/lib.dom.d.ts:1593
69
69
 
70
70
  ___
71
71
 
@@ -81,7 +81,7 @@ Omit.credentials
81
81
 
82
82
  #### Defined in
83
83
 
84
- node_modules/typescript/lib/lib.dom.d.ts:1502
84
+ node_modules/typescript/lib/lib.dom.d.ts:1595
85
85
 
86
86
  ___
87
87
 
@@ -97,7 +97,7 @@ Omit.integrity
97
97
 
98
98
  #### Defined in
99
99
 
100
- node_modules/typescript/lib/lib.dom.d.ts:1506
100
+ node_modules/typescript/lib/lib.dom.d.ts:1599
101
101
 
102
102
  ___
103
103
 
@@ -113,7 +113,7 @@ Omit.keepalive
113
113
 
114
114
  #### Defined in
115
115
 
116
- node_modules/typescript/lib/lib.dom.d.ts:1508
116
+ node_modules/typescript/lib/lib.dom.d.ts:1601
117
117
 
118
118
  ___
119
119
 
@@ -129,7 +129,7 @@ Omit.method
129
129
 
130
130
  #### Defined in
131
131
 
132
- node_modules/typescript/lib/lib.dom.d.ts:1510
132
+ node_modules/typescript/lib/lib.dom.d.ts:1603
133
133
 
134
134
  ___
135
135
 
@@ -145,7 +145,7 @@ Omit.mode
145
145
 
146
146
  #### Defined in
147
147
 
148
- node_modules/typescript/lib/lib.dom.d.ts:1512
148
+ node_modules/typescript/lib/lib.dom.d.ts:1605
149
149
 
150
150
  ___
151
151
 
@@ -161,7 +161,7 @@ Omit.redirect
161
161
 
162
162
  #### Defined in
163
163
 
164
- node_modules/typescript/lib/lib.dom.d.ts:1514
164
+ node_modules/typescript/lib/lib.dom.d.ts:1607
165
165
 
166
166
  ___
167
167
 
@@ -177,7 +177,7 @@ Omit.referrer
177
177
 
178
178
  #### Defined in
179
179
 
180
- node_modules/typescript/lib/lib.dom.d.ts:1516
180
+ node_modules/typescript/lib/lib.dom.d.ts:1609
181
181
 
182
182
  ___
183
183
 
@@ -193,7 +193,7 @@ Omit.referrerPolicy
193
193
 
194
194
  #### Defined in
195
195
 
196
- node_modules/typescript/lib/lib.dom.d.ts:1518
196
+ node_modules/typescript/lib/lib.dom.d.ts:1611
197
197
 
198
198
  ___
199
199
 
@@ -209,7 +209,7 @@ Omit.signal
209
209
 
210
210
  #### Defined in
211
211
 
212
- node_modules/typescript/lib/lib.dom.d.ts:1520
212
+ node_modules/typescript/lib/lib.dom.d.ts:1613
213
213
 
214
214
  ___
215
215
 
@@ -225,4 +225,4 @@ Omit.window
225
225
 
226
226
  #### Defined in
227
227
 
228
- node_modules/typescript/lib/lib.dom.d.ts:1522
228
+ node_modules/typescript/lib/lib.dom.d.ts:1615
@@ -21,7 +21,7 @@
21
21
 
22
22
  #### Defined in
23
23
 
24
- [packages/framework/esm-api/src/openmrs-fetch.ts:336](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L336)
24
+ [packages/framework/esm-api/src/openmrs-fetch.ts:334](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L334)
25
25
 
26
26
  ___
27
27
 
@@ -31,4 +31,4 @@ ___
31
31
 
32
32
  #### Defined in
33
33
 
34
- [packages/framework/esm-api/src/openmrs-fetch.ts:337](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L337)
34
+ [packages/framework/esm-api/src/openmrs-fetch.ts:335](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-fetch.ts#L335)
@@ -52,7 +52,7 @@ Response.body
52
52
 
53
53
  #### Defined in
54
54
 
55
- node_modules/typescript/lib/lib.dom.d.ts:2432
55
+ node_modules/typescript/lib/lib.dom.d.ts:2587
56
56
 
57
57
  ___
58
58
 
@@ -66,7 +66,7 @@ Response.bodyUsed
66
66
 
67
67
  #### Defined in
68
68
 
69
- node_modules/typescript/lib/lib.dom.d.ts:2433
69
+ node_modules/typescript/lib/lib.dom.d.ts:2588
70
70
 
71
71
  ___
72
72
 
@@ -90,7 +90,7 @@ Response.headers
90
90
 
91
91
  #### Defined in
92
92
 
93
- node_modules/typescript/lib/lib.dom.d.ts:11265
93
+ node_modules/typescript/lib/lib.dom.d.ts:11772
94
94
 
95
95
  ___
96
96
 
@@ -104,7 +104,7 @@ Response.ok
104
104
 
105
105
  #### Defined in
106
106
 
107
- node_modules/typescript/lib/lib.dom.d.ts:11266
107
+ node_modules/typescript/lib/lib.dom.d.ts:11773
108
108
 
109
109
  ___
110
110
 
@@ -118,7 +118,7 @@ Response.redirected
118
118
 
119
119
  #### Defined in
120
120
 
121
- node_modules/typescript/lib/lib.dom.d.ts:11267
121
+ node_modules/typescript/lib/lib.dom.d.ts:11774
122
122
 
123
123
  ___
124
124
 
@@ -132,7 +132,7 @@ Response.status
132
132
 
133
133
  #### Defined in
134
134
 
135
- node_modules/typescript/lib/lib.dom.d.ts:11268
135
+ node_modules/typescript/lib/lib.dom.d.ts:11775
136
136
 
137
137
  ___
138
138
 
@@ -146,7 +146,7 @@ Response.statusText
146
146
 
147
147
  #### Defined in
148
148
 
149
- node_modules/typescript/lib/lib.dom.d.ts:11269
149
+ node_modules/typescript/lib/lib.dom.d.ts:11776
150
150
 
151
151
  ___
152
152
 
@@ -160,7 +160,7 @@ Response.type
160
160
 
161
161
  #### Defined in
162
162
 
163
- node_modules/typescript/lib/lib.dom.d.ts:11270
163
+ node_modules/typescript/lib/lib.dom.d.ts:11777
164
164
 
165
165
  ___
166
166
 
@@ -174,7 +174,7 @@ Response.url
174
174
 
175
175
  #### Defined in
176
176
 
177
- node_modules/typescript/lib/lib.dom.d.ts:11271
177
+ node_modules/typescript/lib/lib.dom.d.ts:11778
178
178
 
179
179
  ## Methods
180
180
 
@@ -192,7 +192,7 @@ Response.arrayBuffer
192
192
 
193
193
  #### Defined in
194
194
 
195
- node_modules/typescript/lib/lib.dom.d.ts:2434
195
+ node_modules/typescript/lib/lib.dom.d.ts:2589
196
196
 
197
197
  ___
198
198
 
@@ -210,7 +210,7 @@ Response.blob
210
210
 
211
211
  #### Defined in
212
212
 
213
- node_modules/typescript/lib/lib.dom.d.ts:2435
213
+ node_modules/typescript/lib/lib.dom.d.ts:2590
214
214
 
215
215
  ___
216
216
 
@@ -228,7 +228,7 @@ Response.clone
228
228
 
229
229
  #### Defined in
230
230
 
231
- node_modules/typescript/lib/lib.dom.d.ts:11272
231
+ node_modules/typescript/lib/lib.dom.d.ts:11779
232
232
 
233
233
  ___
234
234
 
@@ -246,7 +246,7 @@ Response.formData
246
246
 
247
247
  #### Defined in
248
248
 
249
- node_modules/typescript/lib/lib.dom.d.ts:2436
249
+ node_modules/typescript/lib/lib.dom.d.ts:2591
250
250
 
251
251
  ___
252
252
 
@@ -264,7 +264,7 @@ Response.json
264
264
 
265
265
  #### Defined in
266
266
 
267
- node_modules/typescript/lib/lib.dom.d.ts:2437
267
+ node_modules/typescript/lib/lib.dom.d.ts:2592
268
268
 
269
269
  ___
270
270
 
@@ -282,4 +282,4 @@ Response.text
282
282
 
283
283
  #### Defined in
284
284
 
285
- node_modules/typescript/lib/lib.dom.d.ts:2438
285
+ node_modules/typescript/lib/lib.dom.d.ts:2593
@@ -16,4 +16,4 @@
16
16
 
17
17
  #### Defined in
18
18
 
19
- [packages/framework/esm-globals/src/types.ts:79](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L79)
19
+ packages/framework/esm-globals/dist/types.d.ts:75
@@ -2,23 +2,322 @@
2
2
 
3
3
  # Interface: Location
4
4
 
5
+ ## Hierarchy
6
+
7
+ - `OpenmrsResource`
8
+
9
+ ↳ **`Location`**
10
+
5
11
  ## Table of contents
6
12
 
7
13
  ### Properties
8
14
 
15
+ - [address1](Location.md#address1)
16
+ - [address10](Location.md#address10)
17
+ - [address11](Location.md#address11)
18
+ - [address12](Location.md#address12)
19
+ - [address13](Location.md#address13)
20
+ - [address14](Location.md#address14)
21
+ - [address15](Location.md#address15)
22
+ - [address2](Location.md#address2)
23
+ - [address3](Location.md#address3)
24
+ - [address4](Location.md#address4)
25
+ - [address5](Location.md#address5)
26
+ - [address6](Location.md#address6)
27
+ - [address7](Location.md#address7)
28
+ - [address8](Location.md#address8)
29
+ - [address9](Location.md#address9)
30
+ - [attributes](Location.md#attributes)
31
+ - [auditInfo](Location.md#auditinfo)
32
+ - [childLocation](Location.md#childlocation)
33
+ - [cityVillage](Location.md#cityvillage)
34
+ - [country](Location.md#country)
35
+ - [countyDistrict](Location.md#countydistrict)
36
+ - [description](Location.md#description)
9
37
  - [display](Location.md#display)
38
+ - [latitude](Location.md#latitude)
39
+ - [links](Location.md#links)
40
+ - [longitude](Location.md#longitude)
10
41
  - [name](Location.md#name)
42
+ - [parentLocation](Location.md#parentlocation)
43
+ - [postalCode](Location.md#postalcode)
44
+ - [resourceVersion](Location.md#resourceversion)
45
+ - [retired](Location.md#retired)
46
+ - [stateProvince](Location.md#stateprovince)
47
+ - [tags](Location.md#tags)
11
48
  - [uuid](Location.md#uuid)
12
49
 
13
50
  ## Properties
14
51
 
52
+ ### address1
53
+
54
+ • `Optional` **address1**: `string`
55
+
56
+ #### Defined in
57
+
58
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L13)
59
+
60
+ ___
61
+
62
+ ### address10
63
+
64
+ • `Optional` **address10**: `string`
65
+
66
+ #### Defined in
67
+
68
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L22)
69
+
70
+ ___
71
+
72
+ ### address11
73
+
74
+ • `Optional` **address11**: `string`
75
+
76
+ #### Defined in
77
+
78
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L23)
79
+
80
+ ___
81
+
82
+ ### address12
83
+
84
+ • `Optional` **address12**: `string`
85
+
86
+ #### Defined in
87
+
88
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:24](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L24)
89
+
90
+ ___
91
+
92
+ ### address13
93
+
94
+ • `Optional` **address13**: `string`
95
+
96
+ #### Defined in
97
+
98
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:25](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L25)
99
+
100
+ ___
101
+
102
+ ### address14
103
+
104
+ • `Optional` **address14**: `string`
105
+
106
+ #### Defined in
107
+
108
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L26)
109
+
110
+ ___
111
+
112
+ ### address15
113
+
114
+ • `Optional` **address15**: `string`
115
+
116
+ #### Defined in
117
+
118
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:27](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L27)
119
+
120
+ ___
121
+
122
+ ### address2
123
+
124
+ • `Optional` **address2**: `string`
125
+
126
+ #### Defined in
127
+
128
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L14)
129
+
130
+ ___
131
+
132
+ ### address3
133
+
134
+ • `Optional` **address3**: `string`
135
+
136
+ #### Defined in
137
+
138
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L15)
139
+
140
+ ___
141
+
142
+ ### address4
143
+
144
+ • `Optional` **address4**: `string`
145
+
146
+ #### Defined in
147
+
148
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L16)
149
+
150
+ ___
151
+
152
+ ### address5
153
+
154
+ • `Optional` **address5**: `string`
155
+
156
+ #### Defined in
157
+
158
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L17)
159
+
160
+ ___
161
+
162
+ ### address6
163
+
164
+ • `Optional` **address6**: `string`
165
+
166
+ #### Defined in
167
+
168
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L18)
169
+
170
+ ___
171
+
172
+ ### address7
173
+
174
+ • `Optional` **address7**: `string`
175
+
176
+ #### Defined in
177
+
178
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L19)
179
+
180
+ ___
181
+
182
+ ### address8
183
+
184
+ • `Optional` **address8**: `string`
185
+
186
+ #### Defined in
187
+
188
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L20)
189
+
190
+ ___
191
+
192
+ ### address9
193
+
194
+ • `Optional` **address9**: `string`
195
+
196
+ #### Defined in
197
+
198
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L21)
199
+
200
+ ___
201
+
202
+ ### attributes
203
+
204
+ • `Optional` **attributes**: `OpenmrsResource`[]
205
+
206
+ #### Defined in
207
+
208
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:29](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L29)
209
+
210
+ ___
211
+
212
+ ### auditInfo
213
+
214
+ • `Optional` **auditInfo**: `AuditInfo`
215
+
216
+ #### Inherited from
217
+
218
+ OpenmrsResource.auditInfo
219
+
220
+ #### Defined in
221
+
222
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:14
223
+
224
+ ___
225
+
226
+ ### childLocation
227
+
228
+ • `Optional` **childLocation**: [`Location`](Location.md)
229
+
230
+ #### Defined in
231
+
232
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:31](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L31)
233
+
234
+ ___
235
+
236
+ ### cityVillage
237
+
238
+ • `Optional` **cityVillage**: `string`
239
+
240
+ #### Defined in
241
+
242
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:6](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L6)
243
+
244
+ ___
245
+
246
+ ### country
247
+
248
+ • `Optional` **country**: `string`
249
+
250
+ #### Defined in
251
+
252
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:8](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L8)
253
+
254
+ ___
255
+
256
+ ### countyDistrict
257
+
258
+ • `Optional` **countyDistrict**: `string`
259
+
260
+ #### Defined in
261
+
262
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L10)
263
+
264
+ ___
265
+
266
+ ### description
267
+
268
+ • `Optional` **description**: `string`
269
+
270
+ #### Defined in
271
+
272
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:5](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L5)
273
+
274
+ ___
275
+
15
276
  ### display
16
277
 
17
278
  • `Optional` **display**: `string`
18
279
 
280
+ #### Inherited from
281
+
282
+ OpenmrsResource.display
283
+
284
+ #### Defined in
285
+
286
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:12
287
+
288
+ ___
289
+
290
+ ### latitude
291
+
292
+ • `Optional` **latitude**: `string`
293
+
19
294
  #### Defined in
20
295
 
21
- [packages/framework/esm-api/src/types/visit-resource.ts:35](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/visit-resource.ts#L35)
296
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L11)
297
+
298
+ ___
299
+
300
+ ### links
301
+
302
+ • `Optional` **links**: `Link`[]
303
+
304
+ #### Inherited from
305
+
306
+ OpenmrsResource.links
307
+
308
+ #### Defined in
309
+
310
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:13
311
+
312
+ ___
313
+
314
+ ### longitude
315
+
316
+ • `Optional` **longitude**: `string`
317
+
318
+ #### Defined in
319
+
320
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L12)
22
321
 
23
322
  ___
24
323
 
@@ -28,7 +327,71 @@ ___
28
327
 
29
328
  #### Defined in
30
329
 
31
- [packages/framework/esm-api/src/types/visit-resource.ts:36](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/visit-resource.ts#L36)
330
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:4](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L4)
331
+
332
+ ___
333
+
334
+ ### parentLocation
335
+
336
+ • `Optional` **parentLocation**: [`Location`](Location.md)
337
+
338
+ #### Defined in
339
+
340
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:30](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L30)
341
+
342
+ ___
343
+
344
+ ### postalCode
345
+
346
+ • `Optional` **postalCode**: `string`
347
+
348
+ #### Defined in
349
+
350
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L9)
351
+
352
+ ___
353
+
354
+ ### resourceVersion
355
+
356
+ • `Optional` **resourceVersion**: `string`
357
+
358
+ #### Inherited from
359
+
360
+ OpenmrsResource.resourceVersion
361
+
362
+ #### Defined in
363
+
364
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:15
365
+
366
+ ___
367
+
368
+ ### retired
369
+
370
+ • `Optional` **retired**: `boolean`
371
+
372
+ #### Defined in
373
+
374
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:32](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L32)
375
+
376
+ ___
377
+
378
+ ### stateProvince
379
+
380
+ • `Optional` **stateProvince**: `string`
381
+
382
+ #### Defined in
383
+
384
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:7](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L7)
385
+
386
+ ___
387
+
388
+ ### tags
389
+
390
+ • `Optional` **tags**: `OpenmrsResource`[]
391
+
392
+ #### Defined in
393
+
394
+ [packages/framework/esm-emr-api/src/types/location-resource.ts:28](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/location-resource.ts#L28)
32
395
 
33
396
  ___
34
397
 
@@ -36,6 +399,10 @@ ___
36
399
 
37
400
  • **uuid**: `string`
38
401
 
402
+ #### Inherited from
403
+
404
+ OpenmrsResource.uuid
405
+
39
406
  #### Defined in
40
407
 
41
- [packages/framework/esm-api/src/types/visit-resource.ts:34](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/visit-resource.ts#L34)
408
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:11