@vrplatform/api 1.3.1-stage.4934 → 1.3.1-stage.4945

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4934",
6
+ "version": "1.3.1-stage.4945",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -12102,8 +12102,8 @@ export interface operations {
12102
12102
  }[];
12103
12103
  extractors: {
12104
12104
  name: string;
12105
- /** @constant */
12106
- sync: "full";
12105
+ /** @enum {string} */
12106
+ sync: "full" | "cursor";
12107
12107
  visible?: boolean;
12108
12108
  isDateRangeFetchable?: boolean;
12109
12109
  /** @enum {string} */
@@ -12407,8 +12407,8 @@ export interface operations {
12407
12407
  }[];
12408
12408
  extractors: {
12409
12409
  name: string;
12410
- /** @constant */
12411
- sync: "full";
12410
+ /** @enum {string} */
12411
+ sync: "full" | "cursor";
12412
12412
  visible?: boolean;
12413
12413
  isDateRangeFetchable?: boolean;
12414
12414
  /** @enum {string} */