@lessly/sdk-app 63.8.0 → 63.8.1
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/dist/{chunk-ETSAJJIN.js → chunk-NC3E6KPQ.js} +16 -2
- package/dist/{chunk-ETSAJJIN.js.map → chunk-NC3E6KPQ.js.map} +1 -1
- package/dist/index.cjs +14 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.js +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +14 -0
package/dist/index.cjs
CHANGED
|
@@ -11056,6 +11056,20 @@ var bindings = {
|
|
|
11056
11056
|
"level": "write",
|
|
11057
11057
|
"method": "POST",
|
|
11058
11058
|
"operationKey": "workflow_run_start",
|
|
11059
|
+
"params": [
|
|
11060
|
+
{
|
|
11061
|
+
"in": "body",
|
|
11062
|
+
"name": "workflow_id"
|
|
11063
|
+
},
|
|
11064
|
+
{
|
|
11065
|
+
"in": "body",
|
|
11066
|
+
"name": "idempotency_key"
|
|
11067
|
+
},
|
|
11068
|
+
{
|
|
11069
|
+
"in": "body",
|
|
11070
|
+
"name": "input"
|
|
11071
|
+
}
|
|
11072
|
+
],
|
|
11059
11073
|
"path": "/workflow/runs/start",
|
|
11060
11074
|
"readOnly": false
|
|
11061
11075
|
}
|