@vrplatform/api 1.3.1-stage.4934 → 1.3.1-stage.4939
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.
|
@@ -12101,8 +12101,8 @@ export interface operations {
|
|
|
12101
12101
|
}[];
|
|
12102
12102
|
extractors: {
|
|
12103
12103
|
name: string;
|
|
12104
|
-
/** @
|
|
12105
|
-
sync: "full";
|
|
12104
|
+
/** @enum {string} */
|
|
12105
|
+
sync: "full" | "cursor";
|
|
12106
12106
|
visible?: boolean;
|
|
12107
12107
|
isDateRangeFetchable?: boolean;
|
|
12108
12108
|
/** @enum {string} */
|
|
@@ -12406,8 +12406,8 @@ export interface operations {
|
|
|
12406
12406
|
}[];
|
|
12407
12407
|
extractors: {
|
|
12408
12408
|
name: string;
|
|
12409
|
-
/** @
|
|
12410
|
-
sync: "full";
|
|
12409
|
+
/** @enum {string} */
|
|
12410
|
+
sync: "full" | "cursor";
|
|
12411
12411
|
visible?: boolean;
|
|
12412
12412
|
isDateRangeFetchable?: boolean;
|
|
12413
12413
|
/** @enum {string} */
|