@openvoy/openvoy-typescriptmodels 0.0.5421 → 0.0.5441
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 -5
- package/package.json +1 -1
package/core.d.ts
CHANGED
|
@@ -444,9 +444,6 @@ export interface FindToursWithTag extends FacetedSearch<TourSummary> {
|
|
|
444
444
|
tagId?: string;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
export interface Function<T, R> {
|
|
448
|
-
}
|
|
449
|
-
|
|
450
447
|
export interface GenerateApiKey {
|
|
451
448
|
issuedAt?: string;
|
|
452
449
|
keyId?: string;
|
|
@@ -700,9 +697,7 @@ export interface ReviewSummary {
|
|
|
700
697
|
|
|
701
698
|
export interface SearchCategories {
|
|
702
699
|
activeOnly?: boolean;
|
|
703
|
-
converter?: Function<any, Category>;
|
|
704
700
|
term?: string;
|
|
705
|
-
terms?: string[];
|
|
706
701
|
}
|
|
707
702
|
|
|
708
703
|
export interface SearchUtils {
|
package/package.json
CHANGED