@lessly/sdk-app 66.1.0 → 66.2.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.
package/dist/index.cjs CHANGED
@@ -11182,6 +11182,10 @@ var bindings = {
11182
11182
  "in": "query",
11183
11183
  "name": "status"
11184
11184
  },
11185
+ {
11186
+ "in": "query",
11187
+ "name": "test"
11188
+ },
11185
11189
  {
11186
11190
  "in": "query",
11187
11191
  "name": "cursor"
@@ -11231,6 +11235,23 @@ var bindings = {
11231
11235
  ],
11232
11236
  "path": "/workflow/runs/start",
11233
11237
  "readOnly": false
11238
+ },
11239
+ "test": {
11240
+ "level": "write",
11241
+ "method": "POST",
11242
+ "operationKey": "workflow_run_test",
11243
+ "params": [
11244
+ {
11245
+ "in": "body",
11246
+ "name": "workflow_id"
11247
+ },
11248
+ {
11249
+ "in": "body",
11250
+ "name": "trigger_payload"
11251
+ }
11252
+ ],
11253
+ "path": "/workflow/runs/test",
11254
+ "readOnly": false
11234
11255
  }
11235
11256
  },
11236
11257
  "run-replay": {
@@ -11891,6 +11912,7 @@ var operations = {
11891
11912
  "workflow_run_replay": "write",
11892
11913
  "workflow_run_replay_all": "write",
11893
11914
  "workflow_run_start": "write",
11915
+ "workflow_run_test": "write",
11894
11916
  "workflow_version_get": "read",
11895
11917
  "workflow_version_list": "read"
11896
11918
  };