@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
|
@@ -10841,6 +10841,20 @@ var bindings = {
|
|
|
10841
10841
|
"level": "write",
|
|
10842
10842
|
"method": "POST",
|
|
10843
10843
|
"operationKey": "workflow_run_start",
|
|
10844
|
+
"params": [
|
|
10845
|
+
{
|
|
10846
|
+
"in": "body",
|
|
10847
|
+
"name": "workflow_id"
|
|
10848
|
+
},
|
|
10849
|
+
{
|
|
10850
|
+
"in": "body",
|
|
10851
|
+
"name": "idempotency_key"
|
|
10852
|
+
},
|
|
10853
|
+
{
|
|
10854
|
+
"in": "body",
|
|
10855
|
+
"name": "input"
|
|
10856
|
+
}
|
|
10857
|
+
],
|
|
10844
10858
|
"path": "/workflow/runs/start",
|
|
10845
10859
|
"readOnly": false
|
|
10846
10860
|
}
|
|
@@ -10898,5 +10912,5 @@ var wsBindings = {
|
|
|
10898
10912
|
};
|
|
10899
10913
|
|
|
10900
10914
|
export { bindings, wsBindings };
|
|
10901
|
-
//# sourceMappingURL=chunk-
|
|
10902
|
-
//# sourceMappingURL=chunk-
|
|
10915
|
+
//# sourceMappingURL=chunk-NC3E6KPQ.js.map
|
|
10916
|
+
//# sourceMappingURL=chunk-NC3E6KPQ.js.map
|