@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
package/src/generated/v1.ts
CHANGED
|
@@ -12102,8 +12102,8 @@ export interface operations {
|
|
|
12102
12102
|
}[];
|
|
12103
12103
|
extractors: {
|
|
12104
12104
|
name: string;
|
|
12105
|
-
/** @
|
|
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
|
-
/** @
|
|
12411
|
-
sync: "full";
|
|
12410
|
+
/** @enum {string} */
|
|
12411
|
+
sync: "full" | "cursor";
|
|
12412
12412
|
visible?: boolean;
|
|
12413
12413
|
isDateRangeFetchable?: boolean;
|
|
12414
12414
|
/** @enum {string} */
|