@icanbwell/bwell-sdk-ts 1.53.0-rc.1766130813 → 1.54.0

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 = "1.53.0-rc.1766130813";
4
+ export declare const VERSION = "1.54.0";
@@ -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 = "1.53.0-rc.1766130813";
4
+ export const VERSION = "1.54.0";
@@ -6135,6 +6135,8 @@ export type SearchFiltersInput = {
6135
6135
  export type SearchHealthResourcesInput = {
6136
6136
  /** Information about the client configuration to use for this call to filter data and apply default settings */
6137
6137
  client?: InputMaybe<Array<InputMaybe<ClientInput>>>;
6138
+ /** Return possible values of these fields in the search results */
6139
+ filterValues?: InputMaybe<Array<InputMaybe<FilterFieldEnum>>>;
6138
6140
  /** A set of filters applied to search results */
6139
6141
  filters?: InputMaybe<SearchFiltersInput>;
6140
6142
  /** Order by these fields */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "1.53.0-rc.1766130813",
3
+ "version": "1.54.0",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",