@rlvt/workflows-openapi-client 1.0.611 → 1.0.612
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/build/api.d.ts +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1353,7 +1353,7 @@ export default class {
|
|
|
1353
1353
|
id: string;
|
|
1354
1354
|
indexOrId: string | number;
|
|
1355
1355
|
'rlvt-u'?: string | string[] | undefined;
|
|
1356
|
-
mode?: "debug" | "display" | "click" | "ui-debug" | undefined;
|
|
1356
|
+
mode?: "debug" | "loop" | "display" | "click" | "ui-debug" | undefined;
|
|
1357
1357
|
'no-cache'?: boolean | undefined;
|
|
1358
1358
|
'dry-run'?: boolean | undefined;
|
|
1359
1359
|
'rlvt-redirect'?: string | undefined;
|
package/package.json
CHANGED