@openvoy/openvoy-typescriptmodels 0.0.2821 → 0.0.2831
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 +0 -13
- package/package.json +1 -1
package/core.d.ts
CHANGED
|
@@ -781,13 +781,6 @@ export interface TourUpdate {
|
|
|
781
781
|
tourId?: TourId;
|
|
782
782
|
}
|
|
783
783
|
|
|
784
|
-
export interface UiUpdate {
|
|
785
|
-
id?: string;
|
|
786
|
-
index?: number;
|
|
787
|
-
patch?: any;
|
|
788
|
-
type?: Type;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
784
|
export interface UpdateTour extends TourDetailsUpdate {
|
|
792
785
|
cityId?: string;
|
|
793
786
|
continent?: Continent;
|
|
@@ -975,9 +968,3 @@ export const enum SitemapType {
|
|
|
975
968
|
attractions = "attractions",
|
|
976
969
|
tags = "tags",
|
|
977
970
|
}
|
|
978
|
-
|
|
979
|
-
export const enum Type {
|
|
980
|
-
Organisation = "Organisation",
|
|
981
|
-
UserProfile = "UserProfile",
|
|
982
|
-
Issue = "Issue",
|
|
983
|
-
}
|
package/package.json
CHANGED