@vrplatform/api 1.3.0-stage.1161 → 1.3.0-stage.1162
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.
|
@@ -25078,7 +25078,8 @@ export interface operations {
|
|
|
25078
25078
|
runFlow: {
|
|
25079
25079
|
parameters: {
|
|
25080
25080
|
query?: {
|
|
25081
|
-
|
|
25081
|
+
dateRange?: string;
|
|
25082
|
+
isDateRangeEndInclusive?: boolean;
|
|
25082
25083
|
};
|
|
25083
25084
|
header?: {
|
|
25084
25085
|
"X-Team-Id"?: string;
|