@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
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Hierarchy
6
6
 
7
- - [`WorkspaceRegistration`](WorkspaceRegistration.md)
7
+ - `WorkspaceRegistration`
8
8
 
9
9
  - [`DefaultWorkspaceProps`](DefaultWorkspaceProps.md)
10
10
 
@@ -46,11 +46,11 @@
46
46
 
47
47
  #### Inherited from
48
48
 
49
- [WorkspaceRegistration](WorkspaceRegistration.md).[canHide](WorkspaceRegistration.md#canhide)
49
+ WorkspaceRegistration.canHide
50
50
 
51
51
  #### Defined in
52
52
 
53
- [packages/framework/esm-extensions/src/workspaces.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L14)
53
+ packages/framework/esm-extensions/dist/workspaces.d.ts:10
54
54
 
55
55
  ___
56
56
 
@@ -60,11 +60,11 @@ ___
60
60
 
61
61
  #### Inherited from
62
62
 
63
- [WorkspaceRegistration](WorkspaceRegistration.md).[canMaximize](WorkspaceRegistration.md#canmaximize)
63
+ WorkspaceRegistration.canMaximize
64
64
 
65
65
  #### Defined in
66
66
 
67
- [packages/framework/esm-extensions/src/workspaces.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L15)
67
+ packages/framework/esm-extensions/dist/workspaces.d.ts:11
68
68
 
69
69
  ___
70
70
 
@@ -74,11 +74,11 @@ ___
74
74
 
75
75
  #### Inherited from
76
76
 
77
- [WorkspaceRegistration](WorkspaceRegistration.md).[groups](WorkspaceRegistration.md#groups)
77
+ WorkspaceRegistration.groups
78
78
 
79
79
  #### Defined in
80
80
 
81
- [packages/framework/esm-extensions/src/workspaces.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L20)
81
+ packages/framework/esm-extensions/dist/workspaces.d.ts:18
82
82
 
83
83
  ___
84
84
 
@@ -88,11 +88,11 @@ ___
88
88
 
89
89
  #### Inherited from
90
90
 
91
- [WorkspaceRegistration](WorkspaceRegistration.md).[moduleName](WorkspaceRegistration.md#modulename)
91
+ WorkspaceRegistration.moduleName
92
92
 
93
93
  #### Defined in
94
94
 
95
- [packages/framework/esm-extensions/src/workspaces.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L19)
95
+ packages/framework/esm-extensions/dist/workspaces.d.ts:17
96
96
 
97
97
  ___
98
98
 
@@ -102,11 +102,11 @@ ___
102
102
 
103
103
  #### Inherited from
104
104
 
105
- [WorkspaceRegistration](WorkspaceRegistration.md).[name](WorkspaceRegistration.md#name)
105
+ WorkspaceRegistration.name
106
106
 
107
107
  #### Defined in
108
108
 
109
- [packages/framework/esm-extensions/src/workspaces.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L10)
109
+ packages/framework/esm-extensions/dist/workspaces.d.ts:6
110
110
 
111
111
  ___
112
112
 
@@ -116,11 +116,11 @@ ___
116
116
 
117
117
  #### Inherited from
118
118
 
119
- [WorkspaceRegistration](WorkspaceRegistration.md).[preferredWindowSize](WorkspaceRegistration.md#preferredwindowsize)
119
+ WorkspaceRegistration.preferredWindowSize
120
120
 
121
121
  #### Defined in
122
122
 
123
- [packages/framework/esm-extensions/src/workspaces.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L17)
123
+ packages/framework/esm-extensions/dist/workspaces.d.ts:13
124
124
 
125
125
  ___
126
126
 
@@ -130,11 +130,11 @@ ___
130
130
 
131
131
  #### Inherited from
132
132
 
133
- [WorkspaceRegistration](WorkspaceRegistration.md).[title](WorkspaceRegistration.md#title)
133
+ WorkspaceRegistration.title
134
134
 
135
135
  #### Defined in
136
136
 
137
- [packages/framework/esm-extensions/src/workspaces.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L11)
137
+ packages/framework/esm-extensions/dist/workspaces.d.ts:7
138
138
 
139
139
  ___
140
140
 
@@ -144,11 +144,11 @@ ___
144
144
 
145
145
  #### Inherited from
146
146
 
147
- [WorkspaceRegistration](WorkspaceRegistration.md).[titleNode](WorkspaceRegistration.md#titlenode)
147
+ WorkspaceRegistration.titleNode
148
148
 
149
149
  #### Defined in
150
150
 
151
- [packages/framework/esm-extensions/src/workspaces.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L12)
151
+ packages/framework/esm-extensions/dist/workspaces.d.ts:8
152
152
 
153
153
  ___
154
154
 
@@ -158,11 +158,11 @@ ___
158
158
 
159
159
  #### Inherited from
160
160
 
161
- [WorkspaceRegistration](WorkspaceRegistration.md).[type](WorkspaceRegistration.md#type)
161
+ WorkspaceRegistration.type
162
162
 
163
163
  #### Defined in
164
164
 
165
- [packages/framework/esm-extensions/src/workspaces.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L13)
165
+ packages/framework/esm-extensions/dist/workspaces.d.ts:9
166
166
 
167
167
  ___
168
168
 
@@ -172,11 +172,11 @@ ___
172
172
 
173
173
  #### Inherited from
174
174
 
175
- [WorkspaceRegistration](WorkspaceRegistration.md).[width](WorkspaceRegistration.md#width)
175
+ WorkspaceRegistration.width
176
176
 
177
177
  #### Defined in
178
178
 
179
- [packages/framework/esm-extensions/src/workspaces.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L16)
179
+ packages/framework/esm-extensions/dist/workspaces.d.ts:12
180
180
 
181
181
  ___
182
182
 
@@ -188,7 +188,7 @@ ___
188
188
 
189
189
  #### Defined in
190
190
 
191
- [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:115](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L115)
191
+ [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:114](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L114)
192
192
 
193
193
  ___
194
194
 
@@ -198,7 +198,7 @@ ___
198
198
 
199
199
  #### Defined in
200
200
 
201
- [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:116](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L116)
201
+ [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:115](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L115)
202
202
 
203
203
  ## Methods
204
204
 
@@ -228,7 +228,7 @@ closed, given the user forcefully closes the workspace.
228
228
 
229
229
  #### Defined in
230
230
 
231
- [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:50](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L50)
231
+ [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:49](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L49)
232
232
 
233
233
  ___
234
234
 
@@ -255,7 +255,7 @@ will directly close the workspace without any prompt
255
255
 
256
256
  #### Defined in
257
257
 
258
- [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:60](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L60)
258
+ [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:59](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L59)
259
259
 
260
260
  ___
261
261
 
@@ -269,11 +269,11 @@ ___
269
269
 
270
270
  #### Inherited from
271
271
 
272
- [WorkspaceRegistration](WorkspaceRegistration.md).[load](WorkspaceRegistration.md#load)
272
+ WorkspaceRegistration.load
273
273
 
274
274
  #### Defined in
275
275
 
276
- [packages/framework/esm-extensions/src/workspaces.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-extensions/src/workspaces.ts#L18)
276
+ packages/framework/esm-extensions/dist/workspaces.d.ts:14
277
277
 
278
278
  ___
279
279
 
@@ -300,7 +300,7 @@ this workspace is closed; e.g. if there is unsaved data.
300
300
 
301
301
  #### Defined in
302
302
 
303
- [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:55](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L55)
303
+ [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:54](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L54)
304
304
 
305
305
  ___
306
306
 
@@ -332,4 +332,4 @@ title needs to be set dynamically.
332
332
 
333
333
  #### Defined in
334
334
 
335
- [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:75](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L75)
335
+ [packages/framework/esm-styleguide/src/workspaces/workspaces.ts:74](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/workspaces.ts#L74)
@@ -28,7 +28,7 @@ A list of backend modules necessary for this frontend module and the correspondi
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/framework/esm-globals/src/types.ts:382](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L382)
31
+ packages/framework/esm-globals/dist/types.d.ts:360
32
32
 
33
33
  ___
34
34
 
@@ -40,7 +40,7 @@ An array of all extensions supported by this frontend module. Extensions can be
40
40
 
41
41
  #### Defined in
42
42
 
43
- [packages/framework/esm-globals/src/types.ts:398](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L398)
43
+ packages/framework/esm-globals/dist/types.d.ts:374
44
44
 
45
45
  ___
46
46
 
@@ -52,7 +52,7 @@ An array of all feature flags for any beta-stage features this module provides.
52
52
 
53
53
  #### Defined in
54
54
 
55
- [packages/framework/esm-globals/src/types.ts:400](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L400)
55
+ packages/framework/esm-globals/dist/types.d.ts:376
56
56
 
57
57
  ___
58
58
 
@@ -64,7 +64,7 @@ An array of all modals supported by this frontend module. Modals can be launched
64
64
 
65
65
  #### Defined in
66
66
 
67
- [packages/framework/esm-globals/src/types.ts:402](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L402)
67
+ packages/framework/esm-globals/dist/types.d.ts:378
68
68
 
69
69
  ___
70
70
 
@@ -82,7 +82,7 @@ The name of the backend dependency and either the required version or an object
82
82
 
83
83
  #### Defined in
84
84
 
85
- [packages/framework/esm-globals/src/types.ts:384](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L384)
85
+ packages/framework/esm-globals/dist/types.d.ts:362
86
86
 
87
87
  ___
88
88
 
@@ -94,7 +94,7 @@ An array of all pages supported by this frontend module. Pages are automatically
94
94
 
95
95
  #### Defined in
96
96
 
97
- [packages/framework/esm-globals/src/types.ts:396](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L396)
97
+ packages/framework/esm-globals/dist/types.d.ts:372
98
98
 
99
99
  ___
100
100
 
@@ -106,7 +106,7 @@ The version of this frontend module.
106
106
 
107
107
  #### Defined in
108
108
 
109
- [packages/framework/esm-globals/src/types.ts:380](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L380)
109
+ packages/framework/esm-globals/dist/types.d.ts:358
110
110
 
111
111
  ___
112
112
 
@@ -118,7 +118,7 @@ An array of all workspace groups supported by this frontend module.
118
118
 
119
119
  #### Defined in
120
120
 
121
- [packages/framework/esm-globals/src/types.ts:406](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L406)
121
+ packages/framework/esm-globals/dist/types.d.ts:382
122
122
 
123
123
  ___
124
124
 
@@ -130,4 +130,4 @@ An array of all workspaces supported by this frontend module. Workspaces can be
130
130
 
131
131
  #### Defined in
132
132
 
133
- [packages/framework/esm-globals/src/types.ts:404](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L404)
133
+ packages/framework/esm-globals/dist/types.d.ts:380
@@ -629,7 +629,7 @@ ___
629
629
 
630
630
  ### validationBehavior
631
631
 
632
- • `Optional` **validationBehavior**: ``"native"`` \| ``"aria"``
632
+ • `Optional` **validationBehavior**: ``"aria"`` \| ``"native"``
633
633
 
634
634
  Whether to use native HTML form validation to prevent form submission
635
635
  when the value is missing or invalid, or mark the field as required
@@ -16,18 +16,6 @@
16
16
 
17
17
  ↳↳ [`ConceptClass`](ConceptClass.md)
18
18
 
19
- ↳↳ [`Diagnosis`](Diagnosis.md)
20
-
21
- ↳↳ [`Encounter`](Encounter.md)
22
-
23
- ↳↳ [`EncounterType`](EncounterType.md)
24
-
25
- ↳↳ [`EncounterProvider`](EncounterProvider.md)
26
-
27
- ↳↳ [`EncounterRole`](EncounterRole.md)
28
-
29
- ↳↳ [`Obs`](Obs.md)
30
-
31
19
  ↳↳ [`User`](User.md)
32
20
 
33
21
  ## Indexable
@@ -12,12 +12,6 @@ accounted for, use OpenmrsResource instead.
12
12
 
13
13
  ↳ [`OpenmrsResource`](OpenmrsResource.md)
14
14
 
15
- ↳ [`PatientIdentifierType`](PatientIdentifierType.md)
16
-
17
- ↳ [`Patient`](Patient.md)
18
-
19
- ↳ [`PatientIdentifier`](PatientIdentifier.md)
20
-
21
15
  ↳ [`PersonAttribute`](PersonAttribute.md)
22
16
 
23
17
  ↳ [`Person`](Person.md)
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Hierarchy
6
6
 
7
- - [`OpenmrsResourceStrict`](OpenmrsResourceStrict.md)
7
+ - `OpenmrsResourceStrict`
8
8
 
9
9
  ↳ **`Patient`**
10
10
 
@@ -25,15 +25,15 @@
25
25
 
26
26
  ### auditInfo
27
27
 
28
- • `Optional` **auditInfo**: [`AuditInfo`](AuditInfo.md)
28
+ • `Optional` **auditInfo**: `AuditInfo`
29
29
 
30
30
  #### Inherited from
31
31
 
32
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[auditInfo](OpenmrsResourceStrict.md#auditinfo)
32
+ OpenmrsResourceStrict.auditInfo
33
33
 
34
34
  #### Defined in
35
35
 
36
- [packages/framework/esm-api/src/types/openmrs-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L16)
36
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:14
37
37
 
38
38
  ___
39
39
 
@@ -43,11 +43,11 @@ ___
43
43
 
44
44
  #### Inherited from
45
45
 
46
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[display](OpenmrsResourceStrict.md#display)
46
+ OpenmrsResourceStrict.display
47
47
 
48
48
  #### Defined in
49
49
 
50
- [packages/framework/esm-api/src/types/openmrs-resource.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L14)
50
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:12
51
51
 
52
52
  ___
53
53
 
@@ -57,31 +57,31 @@ ___
57
57
 
58
58
  #### Defined in
59
59
 
60
- [packages/framework/esm-api/src/types/patient-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/patient-resource.ts#L17)
60
+ [packages/framework/esm-emr-api/src/types/patient-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L16)
61
61
 
62
62
  ___
63
63
 
64
64
  ### links
65
65
 
66
- • `Optional` **links**: [`Link`](Link.md)[]
66
+ • `Optional` **links**: `Link`[]
67
67
 
68
68
  #### Inherited from
69
69
 
70
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[links](OpenmrsResourceStrict.md#links)
70
+ OpenmrsResourceStrict.links
71
71
 
72
72
  #### Defined in
73
73
 
74
- [packages/framework/esm-api/src/types/openmrs-resource.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L15)
74
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:13
75
75
 
76
76
  ___
77
77
 
78
78
  ### person
79
79
 
80
- • `Optional` **person**: [`Person`](Person.md)
80
+ • `Optional` **person**: `Person`
81
81
 
82
82
  #### Defined in
83
83
 
84
- [packages/framework/esm-api/src/types/patient-resource.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/patient-resource.ts#L18)
84
+ [packages/framework/esm-emr-api/src/types/patient-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L17)
85
85
 
86
86
  ___
87
87
 
@@ -91,11 +91,11 @@ ___
91
91
 
92
92
  #### Inherited from
93
93
 
94
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[resourceVersion](OpenmrsResourceStrict.md#resourceversion)
94
+ OpenmrsResourceStrict.resourceVersion
95
95
 
96
96
  #### Defined in
97
97
 
98
- [packages/framework/esm-api/src/types/openmrs-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L17)
98
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:15
99
99
 
100
100
  ___
101
101
 
@@ -105,11 +105,11 @@ ___
105
105
 
106
106
  #### Inherited from
107
107
 
108
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[uuid](OpenmrsResourceStrict.md#uuid)
108
+ OpenmrsResourceStrict.uuid
109
109
 
110
110
  #### Defined in
111
111
 
112
- [packages/framework/esm-api/src/types/openmrs-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L13)
112
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:11
113
113
 
114
114
  ___
115
115
 
@@ -119,4 +119,4 @@ ___
119
119
 
120
120
  #### Defined in
121
121
 
122
- [packages/framework/esm-api/src/types/patient-resource.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/patient-resource.ts#L19)
122
+ [packages/framework/esm-emr-api/src/types/patient-resource.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L18)
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Hierarchy
6
6
 
7
- - [`OpenmrsResourceStrict`](OpenmrsResourceStrict.md)
7
+ - `OpenmrsResourceStrict`
8
8
 
9
9
  ↳ **`PatientIdentifier`**
10
10
 
@@ -27,15 +27,15 @@
27
27
 
28
28
  ### auditInfo
29
29
 
30
- • `Optional` **auditInfo**: [`AuditInfo`](AuditInfo.md)
30
+ • `Optional` **auditInfo**: `AuditInfo`
31
31
 
32
32
  #### Inherited from
33
33
 
34
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[auditInfo](OpenmrsResourceStrict.md#auditinfo)
34
+ OpenmrsResourceStrict.auditInfo
35
35
 
36
36
  #### Defined in
37
37
 
38
- [packages/framework/esm-api/src/types/openmrs-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L16)
38
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:14
39
39
 
40
40
  ___
41
41
 
@@ -45,11 +45,11 @@ ___
45
45
 
46
46
  #### Inherited from
47
47
 
48
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[display](OpenmrsResourceStrict.md#display)
48
+ OpenmrsResourceStrict.display
49
49
 
50
50
  #### Defined in
51
51
 
52
- [packages/framework/esm-api/src/types/openmrs-resource.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L14)
52
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:12
53
53
 
54
54
  ___
55
55
 
@@ -59,7 +59,7 @@ ___
59
59
 
60
60
  #### Defined in
61
61
 
62
- [packages/framework/esm-api/src/types/patient-resource.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/patient-resource.ts#L23)
62
+ [packages/framework/esm-emr-api/src/types/patient-resource.ts:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L22)
63
63
 
64
64
  ___
65
65
 
@@ -69,21 +69,21 @@ ___
69
69
 
70
70
  #### Defined in
71
71
 
72
- [packages/framework/esm-api/src/types/patient-resource.ts:24](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/patient-resource.ts#L24)
72
+ [packages/framework/esm-emr-api/src/types/patient-resource.ts:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L23)
73
73
 
74
74
  ___
75
75
 
76
76
  ### links
77
77
 
78
- • `Optional` **links**: [`Link`](Link.md)[]
78
+ • `Optional` **links**: `Link`[]
79
79
 
80
80
  #### Inherited from
81
81
 
82
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[links](OpenmrsResourceStrict.md#links)
82
+ OpenmrsResourceStrict.links
83
83
 
84
84
  #### Defined in
85
85
 
86
- [packages/framework/esm-api/src/types/openmrs-resource.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L15)
86
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:13
87
87
 
88
88
  ___
89
89
 
@@ -93,7 +93,7 @@ ___
93
93
 
94
94
  #### Defined in
95
95
 
96
- [packages/framework/esm-api/src/types/patient-resource.ts:25](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/patient-resource.ts#L25)
96
+ [packages/framework/esm-emr-api/src/types/patient-resource.ts:24](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L24)
97
97
 
98
98
  ___
99
99
 
@@ -103,7 +103,7 @@ ___
103
103
 
104
104
  #### Defined in
105
105
 
106
- [packages/framework/esm-api/src/types/patient-resource.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/patient-resource.ts#L26)
106
+ [packages/framework/esm-emr-api/src/types/patient-resource.ts:25](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L25)
107
107
 
108
108
  ___
109
109
 
@@ -113,11 +113,11 @@ ___
113
113
 
114
114
  #### Inherited from
115
115
 
116
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[resourceVersion](OpenmrsResourceStrict.md#resourceversion)
116
+ OpenmrsResourceStrict.resourceVersion
117
117
 
118
118
  #### Defined in
119
119
 
120
- [packages/framework/esm-api/src/types/openmrs-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L17)
120
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:15
121
121
 
122
122
  ___
123
123
 
@@ -127,11 +127,11 @@ ___
127
127
 
128
128
  #### Inherited from
129
129
 
130
- [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[uuid](OpenmrsResourceStrict.md#uuid)
130
+ OpenmrsResourceStrict.uuid
131
131
 
132
132
  #### Defined in
133
133
 
134
- [packages/framework/esm-api/src/types/openmrs-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L13)
134
+ packages/framework/esm-api/dist/types/openmrs-resource.d.ts:11
135
135
 
136
136
  ___
137
137
 
@@ -141,4 +141,4 @@ ___
141
141
 
142
142
  #### Defined in
143
143
 
144
- [packages/framework/esm-api/src/types/patient-resource.ts:27](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/patient-resource.ts#L27)
144
+ [packages/framework/esm-emr-api/src/types/patient-resource.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-emr-api/src/types/patient-resource.ts#L26)