@vrplatform/api 1.3.0-stage.1155 → 1.3.0-stage.1158
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.
|
@@ -24711,7 +24711,10 @@ export interface operations {
|
|
|
24711
24711
|
};
|
|
24712
24712
|
runFlow: {
|
|
24713
24713
|
parameters: {
|
|
24714
|
-
query?:
|
|
24714
|
+
query?: {
|
|
24715
|
+
from?: string;
|
|
24716
|
+
to?: string;
|
|
24717
|
+
};
|
|
24715
24718
|
header?: {
|
|
24716
24719
|
"X-Team-Id"?: string;
|
|
24717
24720
|
};
|