@openvoy/openvoy-typescriptmodels 0.0.5671 → 0.0.5691

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 +9 -0
  2. package/package.json +1 -1
package/core.d.ts CHANGED
@@ -411,6 +411,12 @@ export interface FindRegisteredEmailAddresses {
411
411
  from?: string;
412
412
  }
413
413
 
414
+ export interface FindTagDestinations extends FacetedSearch<TagSummary> {
415
+ tagId?: string;
416
+ term?: string;
417
+ type?: DestinationType;
418
+ }
419
+
414
420
  export interface FindTagSummaries extends FacetedSearch<TagSummary> {
415
421
  attractionId?: string;
416
422
  destinationId?: string;
@@ -888,6 +894,9 @@ export interface TagSummary {
888
894
  export interface TagUpdate extends TagCommand {
889
895
  }
890
896
 
897
+ export interface TagUpdater {
898
+ }
899
+
891
900
  export interface Tour {
892
901
  attractions?: string[];
893
902
  cityId?: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.5671",
3
+ "version": "0.0.5691",
4
4
  "types": "core.d.ts"
5
5
  }