@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.
Files changed (2) hide show
  1. package/core.d.ts +3 -0
  2. 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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.2861",
3
+ "version": "0.0.2881",
4
4
  "types": "core.d.ts"
5
5
  }