@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.
@@ -1,4 +1,4 @@
1
- import { wsBindings } from '../chunk-ETSAJJIN.js';
1
+ import { wsBindings } from '../chunk-NC3E6KPQ.js';
2
2
 
3
3
  // src/gen/playground/queryOptions.gen.ts
4
4
  var playgroundAnalyticsOverviewQueryOptions = (sdk, input) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "63.8.0",
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:9ffc161bb9f9a66616a43574740ab51e778fd7e242ddfc90615b96ded802da50"
222
+ "sdkContentHash": "sha256:19783c00b5207d6c95bb6347ebaad6f8ebe6f7b07869588fbda0a60f70d052dc"
223
223
  }
@@ -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
  }