oro-sdk 2.6.0 → 2.6.1

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
- export declare type FacetFilter = 'type:PHARMACY' | 'type:CLINIC';
1
+ export declare type FacetFilter = 'type:PHARMACY' | 'type:CLINIC' | 'type:PHARMACY_VIRTUAL';
2
2
  export interface CliniaResponse<T> {
3
3
  facets: any;
4
4
  meta: {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.6.0",
2
+ "version": "2.6.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -1,6 +1,6 @@
1
1
  import { AxiosService } from "oro-sdk-apis"
2
2
 
3
- export type FacetFilter = 'type:PHARMACY' | 'type:CLINIC'
3
+ export type FacetFilter = 'type:PHARMACY' | 'type:CLINIC' | 'type:PHARMACY_VIRTUAL'
4
4
 
5
5
  export interface CliniaResponse<T> {
6
6
  facets: any