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