@openvoy/openvoy-typescriptmodels 0.0.2861 → 0.0.2881
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 +3 -0
- package/package.json +1 -1
package/core.d.ts
CHANGED
|
@@ -522,6 +522,8 @@ export interface RatingDetails {
|
|
|
522
522
|
}
|
|
523
523
|
|
|
524
524
|
export interface RefreshSitemap {
|
|
525
|
+
pagination?: Pagination;
|
|
526
|
+
scheduleId?: string;
|
|
525
527
|
type?: SitemapType;
|
|
526
528
|
}
|
|
527
529
|
|
|
@@ -595,6 +597,7 @@ export interface Sitemap {
|
|
|
595
597
|
content?: string;
|
|
596
598
|
id?: SitemapId;
|
|
597
599
|
lastModified?: string;
|
|
600
|
+
processingContent?: string[];
|
|
598
601
|
type?: SitemapType;
|
|
599
602
|
typeIndex?: number;
|
|
600
603
|
}
|
package/package.json
CHANGED