@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.
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file is automatically generated. Please do not edit this file directly.
3
3
  */
4
- export declare const VERSION = "2.0.0-beta-rc.1764720368";
4
+ export declare const VERSION = "2.0.0-beta-rc.1764780129";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file is automatically generated. Please do not edit this file directly.
3
3
  */
4
- export const VERSION = "2.0.0-beta-rc.1764720368";
4
+ export const VERSION = "2.0.0-beta-rc.1764780129";
@@ -51,7 +51,7 @@ export type SearchHealthResourcesRequestInput = PagedRequestInput & {
51
51
  */
52
52
  search?: string;
53
53
  /**
54
- * Context for the search that determines which PSS configurations to apply.
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "2.0.0-beta-rc.1764720368",
3
+ "version": "2.0.0-beta-rc.1764780129",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",