@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/playground/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "63.8.
|
|
3
|
+
"version": "63.8.1",
|
|
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:19783c00b5207d6c95bb6347ebaad6f8ebe6f7b07869588fbda0a60f70d052dc"
|
|
223
223
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -10843,6 +10843,20 @@ export const bindings: BindingsMap = {
|
|
|
10843
10843
|
"level": "write",
|
|
10844
10844
|
"method": "POST",
|
|
10845
10845
|
"operationKey": "workflow_run_start",
|
|
10846
|
+
"params": [
|
|
10847
|
+
{
|
|
10848
|
+
"in": "body",
|
|
10849
|
+
"name": "workflow_id"
|
|
10850
|
+
},
|
|
10851
|
+
{
|
|
10852
|
+
"in": "body",
|
|
10853
|
+
"name": "idempotency_key"
|
|
10854
|
+
},
|
|
10855
|
+
{
|
|
10856
|
+
"in": "body",
|
|
10857
|
+
"name": "input"
|
|
10858
|
+
}
|
|
10859
|
+
],
|
|
10846
10860
|
"path": "/workflow/runs/start",
|
|
10847
10861
|
"readOnly": false
|
|
10848
10862
|
}
|