@openvoy/openvoy-typescriptmodels 0.0.5141 → 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.
- package/core.d.ts +2 -0
- 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