@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -25079,7 +25079,8 @@ export interface operations {
|
|
|
25079
25079
|
runFlow: {
|
|
25080
25080
|
parameters: {
|
|
25081
25081
|
query?: {
|
|
25082
|
-
|
|
25082
|
+
dateRange?: string;
|
|
25083
|
+
isDateRangeEndInclusive?: boolean;
|
|
25083
25084
|
};
|
|
25084
25085
|
header?: {
|
|
25085
25086
|
"X-Team-Id"?: string;
|