@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.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/schema.d.ts +2 -0
- package/package.json +1 -1
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -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 */
|