@lessly/sdk-app 66.3.0 → 67.0.0
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.
|
@@ -117795,6 +117795,7 @@ export interface WorkflowDefinitionDryrunOutput {
|
|
|
117795
117795
|
waits?: string;
|
|
117796
117796
|
branch?: string;
|
|
117797
117797
|
output_mock?: unknown;
|
|
117798
|
+
waits_event?: string;
|
|
117798
117799
|
resolved_input?: unknown;
|
|
117799
117800
|
skipped_reason?: string;
|
|
117800
117801
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "67.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -219,5 +219,5 @@
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
|
-
"sdkContentHash": "sha256:
|
|
222
|
+
"sdkContentHash": "sha256:40bcdcb92537d56976e0aa8e150f21df9c622019f4235f7c52f1a5eae2fe4abf"
|
|
223
223
|
}
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -111368,6 +111368,7 @@ type: string
|
|
|
111368
111368
|
waits?: string
|
|
111369
111369
|
branch?: string
|
|
111370
111370
|
output_mock?: unknown
|
|
111371
|
+
waits_event?: string
|
|
111371
111372
|
resolved_input?: unknown
|
|
111372
111373
|
skipped_reason?: string
|
|
111373
111374
|
}
|