@openvoy/openvoy-typescriptmodels 0.0.5121 → 0.0.5151

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.
Files changed (2) hide show
  1. package/core.d.ts +2 -0
  2. package/package.json +1 -1
package/core.d.ts CHANGED
@@ -72,6 +72,7 @@ export interface AttractionUpdate extends AttractionCommand {
72
72
  }
73
73
 
74
74
  export interface Category {
75
+ active?: boolean;
75
76
  alias?: string;
76
77
  categoryId?: string;
77
78
  city?: string;
@@ -672,6 +673,7 @@ export interface ReviewSummary {
672
673
  }
673
674
 
674
675
  export interface SearchCategories {
676
+ activeOnly?: boolean;
675
677
  converter?: Function<any, Category>;
676
678
  term?: string;
677
679
  terms?: string[];
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.5121",
3
+ "version": "0.0.5151",
4
4
  "types": "core.d.ts"
5
5
  }