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