@vrplatform/api 1.2.33-stage.808 → 1.2.33-stage.810

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.
@@ -20995,17 +20995,37 @@ export interface operations {
20995
20995
  date: string;
20996
20996
  total: number;
20997
20997
  syncs: {
20998
- completed?: {
20999
- [key: string]: number;
20998
+ completed: {
20999
+ automate?: {
21000
+ [key: string]: number;
21001
+ };
21002
+ extract?: {
21003
+ [key: string]: number;
21004
+ };
21000
21005
  };
21001
- skipped?: {
21002
- [key: string]: number;
21006
+ skipped: {
21007
+ automate?: {
21008
+ [key: string]: number;
21009
+ };
21010
+ extract?: {
21011
+ [key: string]: number;
21012
+ };
21003
21013
  };
21004
- failed?: {
21005
- [key: string]: number;
21014
+ failed: {
21015
+ automate?: {
21016
+ [key: string]: number;
21017
+ };
21018
+ extract?: {
21019
+ [key: string]: number;
21020
+ };
21006
21021
  };
21007
- queued?: {
21008
- [key: string]: number;
21022
+ queued: {
21023
+ automate?: {
21024
+ [key: string]: number;
21025
+ };
21026
+ extract?: {
21027
+ [key: string]: number;
21028
+ };
21009
21029
  };
21010
21030
  };
21011
21031
  }[];