@lessly/sdk-app 67.4.0 → 67.5.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
@@ -10953,6 +10953,23 @@ var bindings = {
10953
10953
  "path": "/workflow/definition/enable",
10954
10954
  "readOnly": false
10955
10955
  },
10956
+ "estimate": {
10957
+ "level": "read",
10958
+ "method": "POST",
10959
+ "operationKey": "workflow_definition_estimate",
10960
+ "params": [
10961
+ {
10962
+ "in": "body",
10963
+ "name": "workflow_id"
10964
+ },
10965
+ {
10966
+ "in": "body",
10967
+ "name": "definition"
10968
+ }
10969
+ ],
10970
+ "path": "/workflow/definition/estimate",
10971
+ "readOnly": true
10972
+ },
10956
10973
  "export": {
10957
10974
  "level": "read",
10958
10975
  "method": "GET",
@@ -11336,6 +11353,32 @@ var bindings = {
11336
11353
  "readOnly": false
11337
11354
  }
11338
11355
  },
11356
+ "template": {
11357
+ "apply": {
11358
+ "level": "write",
11359
+ "method": "POST",
11360
+ "operationKey": "workflow_template_apply",
11361
+ "params": [
11362
+ {
11363
+ "in": "body",
11364
+ "name": "template_id"
11365
+ },
11366
+ {
11367
+ "in": "body",
11368
+ "name": "name"
11369
+ }
11370
+ ],
11371
+ "path": "/workflow/templates/apply",
11372
+ "readOnly": false
11373
+ },
11374
+ "list": {
11375
+ "level": "read",
11376
+ "method": "GET",
11377
+ "operationKey": "workflow_template_list",
11378
+ "path": "/workflow/templates",
11379
+ "readOnly": true
11380
+ }
11381
+ },
11339
11382
  "version": {
11340
11383
  "get": {
11341
11384
  "level": "read",
@@ -12049,6 +12092,7 @@ var operations = {
12049
12092
  "workflow_definition_disable": "write",
12050
12093
  "workflow_definition_dryrun": "read",
12051
12094
  "workflow_definition_enable": "write",
12095
+ "workflow_definition_estimate": "read",
12052
12096
  "workflow_definition_export": "read",
12053
12097
  "workflow_definition_get": "read",
12054
12098
  "workflow_definition_import": "write",
@@ -12071,6 +12115,8 @@ var operations = {
12071
12115
  "workflow_run_start": "write",
12072
12116
  "workflow_run_stats": "read",
12073
12117
  "workflow_run_test": "write",
12118
+ "workflow_template_apply": "write",
12119
+ "workflow_template_list": "read",
12074
12120
  "workflow_version_get": "read",
12075
12121
  "workflow_version_list": "read",
12076
12122
  "workflow_wait_get": "read",