@icanbwell/bwell-sdk-ts 2.0.0-beta-rc.1764720368 → 2.0.0-beta-rc.1764780129
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/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
|
@@ -51,7 +51,7 @@ export type SearchHealthResourcesRequestInput = PagedRequestInput & {
|
|
|
51
51
|
*/
|
|
52
52
|
search?: string;
|
|
53
53
|
/**
|
|
54
|
-
* Context
|
|
54
|
+
* Context to be used for search.
|
|
55
55
|
*/
|
|
56
56
|
searchContext?: SearchContext;
|
|
57
57
|
/**
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import { GroupedHealthDataResponse, ResourceBundle } from "../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Lab knowledge resource.
|
|
4
|
+
*
|
|
5
|
+
* @category Models
|
|
6
|
+
* @title LabKnowledge
|
|
7
|
+
* @excerpt Lab knowledge resource containing content information about a lab.
|
|
8
|
+
*/
|
|
2
9
|
export type LabKnowledge = {
|
|
3
10
|
/** Detailed information about the lab */
|
|
4
11
|
content: string;
|