@openmrs/esm-framework 3.1.10-pre.92 → 3.1.11-pre.597

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 (105) hide show
  1. package/README.md +2 -8
  2. package/dist/openmrs-esm-framework.js +2 -21
  3. package/dist/openmrs-esm-framework.js.LICENSE.txt +16 -0
  4. package/dist/openmrs-esm-framework.js.map +1 -1
  5. package/docs/API.md +4381 -0
  6. package/docs/classes/OpenmrsFetchError.md +186 -0
  7. package/docs/enums/Type.md +85 -0
  8. package/docs/enums/VisitMode.md +41 -0
  9. package/docs/enums/VisitStatus.md +30 -0
  10. package/docs/interfaces/AppState.md +3 -0
  11. package/docs/interfaces/BreadcrumbRegistration.md +30 -0
  12. package/docs/interfaces/BreadcrumbSettings.md +70 -0
  13. package/docs/interfaces/CancelLoading.md +17 -0
  14. package/docs/interfaces/ClearDynamicRoutesMessage.md +29 -0
  15. package/docs/interfaces/ComponentConfig.md +30 -0
  16. package/docs/interfaces/ComponentDecoratorOptions.md +52 -0
  17. package/docs/interfaces/ComponentDefinition.md +101 -0
  18. package/docs/interfaces/Config.md +182 -0
  19. package/docs/interfaces/ConfigObject.md +182 -0
  20. package/docs/interfaces/ConfigSchema.md +45 -0
  21. package/docs/interfaces/ConfigStore.md +34 -0
  22. package/docs/interfaces/ConfigurableLinkProps.md +25 -0
  23. package/docs/interfaces/ConnectivityChangedEvent.md +19 -0
  24. package/docs/interfaces/CurrentPatientOptions.md +27 -0
  25. package/docs/interfaces/CurrentUserOptions.md +27 -0
  26. package/docs/interfaces/CurrentUserWithResponseOption.md +29 -0
  27. package/docs/interfaces/CurrentUserWithoutResponseOption.md +29 -0
  28. package/docs/interfaces/ExtensionComponentDefinition.md +153 -0
  29. package/docs/interfaces/ExtensionData.md +41 -0
  30. package/docs/interfaces/ExtensionDetails.md +81 -0
  31. package/docs/interfaces/ExtensionInfo.md +140 -0
  32. package/docs/interfaces/ExtensionInstance.md +19 -0
  33. package/docs/interfaces/ExtensionMeta.md +7 -0
  34. package/docs/interfaces/ExtensionProps.md +44 -0
  35. package/docs/interfaces/ExtensionRegistration.md +98 -0
  36. package/docs/interfaces/ExtensionSlotBaseProps.md +54 -0
  37. package/docs/interfaces/ExtensionSlotConfig.md +52 -0
  38. package/docs/interfaces/ExtensionSlotConfigObject.md +41 -0
  39. package/docs/interfaces/ExtensionSlotConfigsStore.md +32 -0
  40. package/docs/interfaces/ExtensionSlotConfigureValueObject.md +7 -0
  41. package/docs/interfaces/ExtensionSlotInfo.md +50 -0
  42. package/docs/interfaces/ExtensionSlotInstance.md +51 -0
  43. package/docs/interfaces/ExtensionStore.md +34 -0
  44. package/docs/interfaces/FHIRCode.md +30 -0
  45. package/docs/interfaces/FHIRRequestObj.md +41 -0
  46. package/docs/interfaces/FHIRResource.md +46 -0
  47. package/docs/interfaces/FetchHeaders.md +7 -0
  48. package/docs/interfaces/FetchResponse.md +285 -0
  49. package/docs/interfaces/ImplementerToolsConfigStore.md +19 -0
  50. package/docs/interfaces/ImportMap.md +19 -0
  51. package/docs/interfaces/LegacyAppExtensionDefinition.md +170 -0
  52. package/docs/interfaces/Lifecycle.md +68 -0
  53. package/docs/interfaces/Location.md +41 -0
  54. package/docs/interfaces/LoggedInUser.md +133 -0
  55. package/docs/interfaces/LoggedInUserFetchResponse.md +281 -0
  56. package/docs/interfaces/MessageServiceWorkerResult.md +47 -0
  57. package/docs/interfaces/ModernAppExtensionDefinition.md +196 -0
  58. package/docs/interfaces/NavigateOptions.md +19 -0
  59. package/docs/interfaces/NavigationContext.md +50 -0
  60. package/docs/interfaces/NetworkRequestFailedEvent.md +49 -0
  61. package/docs/interfaces/NewVisitPayload.md +74 -0
  62. package/docs/interfaces/OfflinePatientArgs.md +34 -0
  63. package/docs/interfaces/OfflinePatientDataSyncHandler.md +52 -0
  64. package/docs/interfaces/OfflinePatientDataSyncState.md +99 -0
  65. package/docs/interfaces/OfflinePatientDataSyncStore.md +37 -0
  66. package/docs/interfaces/OfflineSynchronizationStore.md +27 -0
  67. package/docs/interfaces/OmrsServiceWorkerEvent.md +31 -0
  68. package/docs/interfaces/OmrsServiceWorkerMessage.md +35 -0
  69. package/docs/interfaces/OnImportMapChangedMessage.md +40 -0
  70. package/docs/interfaces/OnlyThePatient.md +29 -0
  71. package/docs/interfaces/OpenmrsReactComponentProps.md +19 -0
  72. package/docs/interfaces/OpenmrsReactComponentState.md +41 -0
  73. package/docs/interfaces/OpenmrsResource.md +34 -0
  74. package/docs/interfaces/PageDefinition.md +149 -0
  75. package/docs/interfaces/PatientWithFullResponse.md +29 -0
  76. package/docs/interfaces/Person.md +41 -0
  77. package/docs/interfaces/PrecacheStaticDependenciesEvent.md +3 -0
  78. package/docs/interfaces/Privilege.md +41 -0
  79. package/docs/interfaces/QueueItemDescriptor.md +52 -0
  80. package/docs/interfaces/RegisterDynamicRouteMessage.md +51 -0
  81. package/docs/interfaces/ResourceLoader.md +23 -0
  82. package/docs/interfaces/RetryOptions.md +83 -0
  83. package/docs/interfaces/Role.md +41 -0
  84. package/docs/interfaces/SessionLocation.md +41 -0
  85. package/docs/interfaces/SessionUser.md +92 -0
  86. package/docs/interfaces/ShowNotificationEvent.md +63 -0
  87. package/docs/interfaces/ShowToastEvent.md +52 -0
  88. package/docs/interfaces/SpaConfig.md +77 -0
  89. package/docs/interfaces/SyncItem.md +92 -0
  90. package/docs/interfaces/SyncProcessOptions.md +69 -0
  91. package/docs/interfaces/UnauthenticatedUser.md +52 -0
  92. package/docs/interfaces/User.md +107 -0
  93. package/docs/interfaces/UserHasAccessProps.md +19 -0
  94. package/docs/interfaces/Visit.md +111 -0
  95. package/docs/interfaces/VisitItem.md +52 -0
  96. package/docs/interfaces/VisitType.md +41 -0
  97. package/docs/interfaces/WorkspaceItem.md +74 -0
  98. package/mock.tsx +253 -0
  99. package/package.json +15 -12
  100. package/src/index.ts +3 -1
  101. package/tsconfig.json +1 -0
  102. package/typedoc.json +7 -0
  103. package/webpack.config.js +4 -10
  104. package/src/set-public-path.ts +0 -3
  105. package/src/types.ts +0 -19
@@ -0,0 +1,182 @@
1
+ [@openmrs/esm-framework](../API.md) / Config
2
+
3
+ # Interface: Config
4
+
5
+ ## Hierarchy
6
+
7
+ - `Object`
8
+
9
+ ↳ **`Config`**
10
+
11
+ ## Indexable
12
+
13
+ ▪ [moduleName: `string`]: { [key: string]: `any`; }
14
+
15
+ ## Table of contents
16
+
17
+ ### Properties
18
+
19
+ - [constructor](Config.md#constructor)
20
+
21
+ ### Methods
22
+
23
+ - [hasOwnProperty](Config.md#hasownproperty)
24
+ - [isPrototypeOf](Config.md#isprototypeof)
25
+ - [propertyIsEnumerable](Config.md#propertyisenumerable)
26
+ - [toLocaleString](Config.md#tolocalestring)
27
+ - [toString](Config.md#tostring)
28
+ - [valueOf](Config.md#valueof)
29
+
30
+ ## Properties
31
+
32
+ ### constructor
33
+
34
+ • **constructor**: `Function`
35
+
36
+ The initial value of Object.prototype.constructor is the standard built-in Object constructor.
37
+
38
+ #### Inherited from
39
+
40
+ Object.constructor
41
+
42
+ #### Defined in
43
+
44
+ node_modules/typescript/lib/lib.es5.d.ts:122
45
+
46
+ ## Methods
47
+
48
+ ### hasOwnProperty
49
+
50
+ ▸ **hasOwnProperty**(`v`): `boolean`
51
+
52
+ Determines whether an object has a property with the specified name.
53
+
54
+ #### Parameters
55
+
56
+ | Name | Type | Description |
57
+ | :------ | :------ | :------ |
58
+ | `v` | `PropertyKey` | A property name. |
59
+
60
+ #### Returns
61
+
62
+ `boolean`
63
+
64
+ #### Inherited from
65
+
66
+ Object.hasOwnProperty
67
+
68
+ #### Defined in
69
+
70
+ node_modules/typescript/lib/lib.es5.d.ts:137
71
+
72
+ ___
73
+
74
+ ### isPrototypeOf
75
+
76
+ ▸ **isPrototypeOf**(`v`): `boolean`
77
+
78
+ Determines whether an object exists in another object's prototype chain.
79
+
80
+ #### Parameters
81
+
82
+ | Name | Type | Description |
83
+ | :------ | :------ | :------ |
84
+ | `v` | `Object` | Another object whose prototype chain is to be checked. |
85
+
86
+ #### Returns
87
+
88
+ `boolean`
89
+
90
+ #### Inherited from
91
+
92
+ Object.isPrototypeOf
93
+
94
+ #### Defined in
95
+
96
+ node_modules/typescript/lib/lib.es5.d.ts:143
97
+
98
+ ___
99
+
100
+ ### propertyIsEnumerable
101
+
102
+ ▸ **propertyIsEnumerable**(`v`): `boolean`
103
+
104
+ Determines whether a specified property is enumerable.
105
+
106
+ #### Parameters
107
+
108
+ | Name | Type | Description |
109
+ | :------ | :------ | :------ |
110
+ | `v` | `PropertyKey` | A property name. |
111
+
112
+ #### Returns
113
+
114
+ `boolean`
115
+
116
+ #### Inherited from
117
+
118
+ Object.propertyIsEnumerable
119
+
120
+ #### Defined in
121
+
122
+ node_modules/typescript/lib/lib.es5.d.ts:149
123
+
124
+ ___
125
+
126
+ ### toLocaleString
127
+
128
+ ▸ **toLocaleString**(): `string`
129
+
130
+ Returns a date converted to a string using the current locale.
131
+
132
+ #### Returns
133
+
134
+ `string`
135
+
136
+ #### Inherited from
137
+
138
+ Object.toLocaleString
139
+
140
+ #### Defined in
141
+
142
+ node_modules/typescript/lib/lib.es5.d.ts:128
143
+
144
+ ___
145
+
146
+ ### toString
147
+
148
+ ▸ **toString**(): `string`
149
+
150
+ Returns a string representation of an object.
151
+
152
+ #### Returns
153
+
154
+ `string`
155
+
156
+ #### Inherited from
157
+
158
+ Object.toString
159
+
160
+ #### Defined in
161
+
162
+ node_modules/typescript/lib/lib.es5.d.ts:125
163
+
164
+ ___
165
+
166
+ ### valueOf
167
+
168
+ ▸ **valueOf**(): `Object`
169
+
170
+ Returns the primitive value of the specified object.
171
+
172
+ #### Returns
173
+
174
+ `Object`
175
+
176
+ #### Inherited from
177
+
178
+ Object.valueOf
179
+
180
+ #### Defined in
181
+
182
+ node_modules/typescript/lib/lib.es5.d.ts:131
@@ -0,0 +1,182 @@
1
+ [@openmrs/esm-framework](../API.md) / ConfigObject
2
+
3
+ # Interface: ConfigObject
4
+
5
+ ## Hierarchy
6
+
7
+ - `Object`
8
+
9
+ ↳ **`ConfigObject`**
10
+
11
+ ## Indexable
12
+
13
+ ▪ [key: `string`]: `any`
14
+
15
+ ## Table of contents
16
+
17
+ ### Properties
18
+
19
+ - [constructor](ConfigObject.md#constructor)
20
+
21
+ ### Methods
22
+
23
+ - [hasOwnProperty](ConfigObject.md#hasownproperty)
24
+ - [isPrototypeOf](ConfigObject.md#isprototypeof)
25
+ - [propertyIsEnumerable](ConfigObject.md#propertyisenumerable)
26
+ - [toLocaleString](ConfigObject.md#tolocalestring)
27
+ - [toString](ConfigObject.md#tostring)
28
+ - [valueOf](ConfigObject.md#valueof)
29
+
30
+ ## Properties
31
+
32
+ ### constructor
33
+
34
+ • **constructor**: `Function`
35
+
36
+ The initial value of Object.prototype.constructor is the standard built-in Object constructor.
37
+
38
+ #### Inherited from
39
+
40
+ Object.constructor
41
+
42
+ #### Defined in
43
+
44
+ node_modules/typescript/lib/lib.es5.d.ts:122
45
+
46
+ ## Methods
47
+
48
+ ### hasOwnProperty
49
+
50
+ ▸ **hasOwnProperty**(`v`): `boolean`
51
+
52
+ Determines whether an object has a property with the specified name.
53
+
54
+ #### Parameters
55
+
56
+ | Name | Type | Description |
57
+ | :------ | :------ | :------ |
58
+ | `v` | `PropertyKey` | A property name. |
59
+
60
+ #### Returns
61
+
62
+ `boolean`
63
+
64
+ #### Inherited from
65
+
66
+ Object.hasOwnProperty
67
+
68
+ #### Defined in
69
+
70
+ node_modules/typescript/lib/lib.es5.d.ts:137
71
+
72
+ ___
73
+
74
+ ### isPrototypeOf
75
+
76
+ ▸ **isPrototypeOf**(`v`): `boolean`
77
+
78
+ Determines whether an object exists in another object's prototype chain.
79
+
80
+ #### Parameters
81
+
82
+ | Name | Type | Description |
83
+ | :------ | :------ | :------ |
84
+ | `v` | `Object` | Another object whose prototype chain is to be checked. |
85
+
86
+ #### Returns
87
+
88
+ `boolean`
89
+
90
+ #### Inherited from
91
+
92
+ Object.isPrototypeOf
93
+
94
+ #### Defined in
95
+
96
+ node_modules/typescript/lib/lib.es5.d.ts:143
97
+
98
+ ___
99
+
100
+ ### propertyIsEnumerable
101
+
102
+ ▸ **propertyIsEnumerable**(`v`): `boolean`
103
+
104
+ Determines whether a specified property is enumerable.
105
+
106
+ #### Parameters
107
+
108
+ | Name | Type | Description |
109
+ | :------ | :------ | :------ |
110
+ | `v` | `PropertyKey` | A property name. |
111
+
112
+ #### Returns
113
+
114
+ `boolean`
115
+
116
+ #### Inherited from
117
+
118
+ Object.propertyIsEnumerable
119
+
120
+ #### Defined in
121
+
122
+ node_modules/typescript/lib/lib.es5.d.ts:149
123
+
124
+ ___
125
+
126
+ ### toLocaleString
127
+
128
+ ▸ **toLocaleString**(): `string`
129
+
130
+ Returns a date converted to a string using the current locale.
131
+
132
+ #### Returns
133
+
134
+ `string`
135
+
136
+ #### Inherited from
137
+
138
+ Object.toLocaleString
139
+
140
+ #### Defined in
141
+
142
+ node_modules/typescript/lib/lib.es5.d.ts:128
143
+
144
+ ___
145
+
146
+ ### toString
147
+
148
+ ▸ **toString**(): `string`
149
+
150
+ Returns a string representation of an object.
151
+
152
+ #### Returns
153
+
154
+ `string`
155
+
156
+ #### Inherited from
157
+
158
+ Object.toString
159
+
160
+ #### Defined in
161
+
162
+ node_modules/typescript/lib/lib.es5.d.ts:125
163
+
164
+ ___
165
+
166
+ ### valueOf
167
+
168
+ ▸ **valueOf**(): `Object`
169
+
170
+ Returns the primitive value of the specified object.
171
+
172
+ #### Returns
173
+
174
+ `Object`
175
+
176
+ #### Inherited from
177
+
178
+ Object.valueOf
179
+
180
+ #### Defined in
181
+
182
+ node_modules/typescript/lib/lib.es5.d.ts:131
@@ -0,0 +1,45 @@
1
+ [@openmrs/esm-framework](../API.md) / ConfigSchema
2
+
3
+ # Interface: ConfigSchema
4
+
5
+ ## Indexable
6
+
7
+ ▪ [key: `string`]: [`ConfigSchema`](ConfigSchema.md) \| [`ConfigValue`](../API.md#configvalue)
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [\_elements](ConfigSchema.md#_elements)
14
+ - [\_type](ConfigSchema.md#_type)
15
+ - [\_validators](ConfigSchema.md#_validators)
16
+
17
+ ## Properties
18
+
19
+ ### \_elements
20
+
21
+ • `Optional` **\_elements**: [`ConfigSchema`](ConfigSchema.md)
22
+
23
+ #### Defined in
24
+
25
+ [packages/framework/esm-config/src/types.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L19)
26
+
27
+ ___
28
+
29
+ ### \_type
30
+
31
+ • `Optional` **\_type**: [`Type`](../enums/Type.md)
32
+
33
+ #### Defined in
34
+
35
+ [packages/framework/esm-config/src/types.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L17)
36
+
37
+ ___
38
+
39
+ ### \_validators
40
+
41
+ • `Optional` **\_validators**: [`Validator`](../API.md#validator)[]
42
+
43
+ #### Defined in
44
+
45
+ [packages/framework/esm-config/src/types.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L18)
@@ -0,0 +1,34 @@
1
+ [@openmrs/esm-framework](../API.md) / ConfigStore
2
+
3
+ # Interface: ConfigStore
4
+
5
+ Output configs
6
+
7
+ Each module has its own stores for its config and its extension slots' configs.
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [config](ConfigStore.md#config)
14
+ - [loaded](ConfigStore.md#loaded)
15
+
16
+ ## Properties
17
+
18
+ ### config
19
+
20
+ • **config**: ``null`` \| [`ConfigObject`](ConfigObject.md)
21
+
22
+ #### Defined in
23
+
24
+ [packages/framework/esm-config/src/module-config/state.ts:131](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/module-config/state.ts#L131)
25
+
26
+ ___
27
+
28
+ ### loaded
29
+
30
+ • **loaded**: `boolean`
31
+
32
+ #### Defined in
33
+
34
+ [packages/framework/esm-config/src/module-config/state.ts:132](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/module-config/state.ts#L132)
@@ -0,0 +1,25 @@
1
+ [@openmrs/esm-framework](../API.md) / ConfigurableLinkProps
2
+
3
+ # Interface: ConfigurableLinkProps
4
+
5
+ ## Hierarchy
6
+
7
+ - `AnchorHTMLAttributes`<`HTMLAnchorElement`\>
8
+
9
+ ↳ **`ConfigurableLinkProps`**
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [to](ConfigurableLinkProps.md#to)
16
+
17
+ ## Properties
18
+
19
+ ### to
20
+
21
+ • **to**: `string`
22
+
23
+ #### Defined in
24
+
25
+ [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L21)
@@ -0,0 +1,19 @@
1
+ [@openmrs/esm-framework](../API.md) / ConnectivityChangedEvent
2
+
3
+ # Interface: ConnectivityChangedEvent
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [online](ConnectivityChangedEvent.md#online)
10
+
11
+ ## Properties
12
+
13
+ ### online
14
+
15
+ • **online**: `boolean`
16
+
17
+ #### Defined in
18
+
19
+ [packages/framework/esm-globals/src/events.ts:2](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-globals/src/events.ts#L2)
@@ -0,0 +1,27 @@
1
+ [@openmrs/esm-framework](../API.md) / CurrentPatientOptions
2
+
3
+ # Interface: CurrentPatientOptions
4
+
5
+ ## Hierarchy
6
+
7
+ - **`CurrentPatientOptions`**
8
+
9
+ ↳ [`PatientWithFullResponse`](PatientWithFullResponse.md)
10
+
11
+ ↳ [`OnlyThePatient`](OnlyThePatient.md)
12
+
13
+ ## Table of contents
14
+
15
+ ### Properties
16
+
17
+ - [includeConfig](CurrentPatientOptions.md#includeconfig)
18
+
19
+ ## Properties
20
+
21
+ ### includeConfig
22
+
23
+ • `Optional` **includeConfig**: `boolean`
24
+
25
+ #### Defined in
26
+
27
+ [packages/framework/esm-api/src/shared-api-objects/current-patient.ts:7](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/shared-api-objects/current-patient.ts#L7)
@@ -0,0 +1,27 @@
1
+ [@openmrs/esm-framework](../API.md) / CurrentUserOptions
2
+
3
+ # Interface: CurrentUserOptions
4
+
5
+ ## Hierarchy
6
+
7
+ - **`CurrentUserOptions`**
8
+
9
+ ↳ [`CurrentUserWithResponseOption`](CurrentUserWithResponseOption.md)
10
+
11
+ ↳ [`CurrentUserWithoutResponseOption`](CurrentUserWithoutResponseOption.md)
12
+
13
+ ## Table of contents
14
+
15
+ ### Properties
16
+
17
+ - [includeAuthStatus](CurrentUserOptions.md#includeauthstatus)
18
+
19
+ ## Properties
20
+
21
+ ### includeAuthStatus
22
+
23
+ • `Optional` **includeAuthStatus**: `boolean`
24
+
25
+ #### Defined in
26
+
27
+ [packages/framework/esm-api/src/types/user-resource.ts:2](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L2)
@@ -0,0 +1,29 @@
1
+ [@openmrs/esm-framework](../API.md) / CurrentUserWithResponseOption
2
+
3
+ # Interface: CurrentUserWithResponseOption
4
+
5
+ ## Hierarchy
6
+
7
+ - [`CurrentUserOptions`](CurrentUserOptions.md)
8
+
9
+ ↳ **`CurrentUserWithResponseOption`**
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [includeAuthStatus](CurrentUserWithResponseOption.md#includeauthstatus)
16
+
17
+ ## Properties
18
+
19
+ ### includeAuthStatus
20
+
21
+ • **includeAuthStatus**: ``true``
22
+
23
+ #### Overrides
24
+
25
+ [CurrentUserOptions](CurrentUserOptions.md).[includeAuthStatus](CurrentUserOptions.md#includeauthstatus)
26
+
27
+ #### Defined in
28
+
29
+ [packages/framework/esm-api/src/types/user-resource.ts:6](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L6)
@@ -0,0 +1,29 @@
1
+ [@openmrs/esm-framework](../API.md) / CurrentUserWithoutResponseOption
2
+
3
+ # Interface: CurrentUserWithoutResponseOption
4
+
5
+ ## Hierarchy
6
+
7
+ - [`CurrentUserOptions`](CurrentUserOptions.md)
8
+
9
+ ↳ **`CurrentUserWithoutResponseOption`**
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [includeAuthStatus](CurrentUserWithoutResponseOption.md#includeauthstatus)
16
+
17
+ ## Properties
18
+
19
+ ### includeAuthStatus
20
+
21
+ • **includeAuthStatus**: ``false``
22
+
23
+ #### Overrides
24
+
25
+ [CurrentUserOptions](CurrentUserOptions.md).[includeAuthStatus](CurrentUserOptions.md#includeauthstatus)
26
+
27
+ #### Defined in
28
+
29
+ [packages/framework/esm-api/src/types/user-resource.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-api/src/types/user-resource.ts#L10)