@lessly/sdk-app 67.3.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
@@ -10774,6 +10774,15 @@ var bindings = {
10774
10774
  }
10775
10775
  },
10776
10776
  "workflow": {
10777
+ "cap": {
10778
+ "list": {
10779
+ "level": "read",
10780
+ "method": "GET",
10781
+ "operationKey": "workflow_cap_list",
10782
+ "path": "/workflow/caps",
10783
+ "readOnly": true
10784
+ }
10785
+ },
10777
10786
  "capability": {
10778
10787
  "get": {
10779
10788
  "level": "read",
@@ -10944,6 +10953,23 @@ var bindings = {
10944
10953
  "path": "/workflow/definition/enable",
10945
10954
  "readOnly": false
10946
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
+ },
10947
10973
  "export": {
10948
10974
  "level": "read",
10949
10975
  "method": "GET",
@@ -11211,6 +11237,10 @@ var bindings = {
11211
11237
  "in": "query",
11212
11238
  "name": "test"
11213
11239
  },
11240
+ {
11241
+ "in": "query",
11242
+ "name": "subject_key"
11243
+ },
11214
11244
  {
11215
11245
  "in": "query",
11216
11246
  "name": "cursor"
@@ -11323,6 +11353,32 @@ var bindings = {
11323
11353
  "readOnly": false
11324
11354
  }
11325
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
+ },
11326
11382
  "version": {
11327
11383
  "get": {
11328
11384
  "level": "read",
@@ -12026,6 +12082,7 @@ var operations = {
12026
12082
  "waitlist_signups_erase": "write",
12027
12083
  "waitlist_signups_funnel": "read",
12028
12084
  "waitlist_signups_list": "read",
12085
+ "workflow_cap_list": "read",
12029
12086
  "workflow_capability_get": "read",
12030
12087
  "workflow_capability_list": "read",
12031
12088
  "workflow_config_delete": "admin",
@@ -12035,6 +12092,7 @@ var operations = {
12035
12092
  "workflow_definition_disable": "write",
12036
12093
  "workflow_definition_dryrun": "read",
12037
12094
  "workflow_definition_enable": "write",
12095
+ "workflow_definition_estimate": "read",
12038
12096
  "workflow_definition_export": "read",
12039
12097
  "workflow_definition_get": "read",
12040
12098
  "workflow_definition_import": "write",
@@ -12057,6 +12115,8 @@ var operations = {
12057
12115
  "workflow_run_start": "write",
12058
12116
  "workflow_run_stats": "read",
12059
12117
  "workflow_run_test": "write",
12118
+ "workflow_template_apply": "write",
12119
+ "workflow_template_list": "read",
12060
12120
  "workflow_version_get": "read",
12061
12121
  "workflow_version_list": "read",
12062
12122
  "workflow_wait_get": "read",