@lessly/sdk-app 63.8.1 → 64.1.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
@@ -10974,6 +10974,21 @@ var bindings = {
10974
10974
  "readOnly": true
10975
10975
  }
10976
10976
  },
10977
+ "grant": {
10978
+ "list": {
10979
+ "level": "read",
10980
+ "method": "GET",
10981
+ "operationKey": "workflow_grant_list",
10982
+ "params": [
10983
+ {
10984
+ "in": "query",
10985
+ "name": "workflow_id"
10986
+ }
10987
+ ],
10988
+ "path": "/workflow/grant",
10989
+ "readOnly": true
10990
+ }
10991
+ },
10977
10992
  "health": {
10978
10993
  "ping": {
10979
10994
  "level": "read",
@@ -10983,6 +10998,28 @@ var bindings = {
10983
10998
  "readOnly": true
10984
10999
  }
10985
11000
  },
11001
+ "killswitch": {
11002
+ "get": {
11003
+ "level": "read",
11004
+ "method": "GET",
11005
+ "operationKey": "workflow_killswitch_get",
11006
+ "path": "/workflow/killswitch",
11007
+ "readOnly": true
11008
+ },
11009
+ "set": {
11010
+ "level": "write",
11011
+ "method": "POST",
11012
+ "operationKey": "workflow_killswitch_set",
11013
+ "params": [
11014
+ {
11015
+ "in": "body",
11016
+ "name": "on"
11017
+ }
11018
+ ],
11019
+ "path": "/workflow/killswitch",
11020
+ "readOnly": false
11021
+ }
11022
+ },
10986
11023
  "run": {
10987
11024
  "cancel": {
10988
11025
  "level": "write",
@@ -11074,6 +11111,29 @@ var bindings = {
11074
11111
  "readOnly": false
11075
11112
  }
11076
11113
  },
11114
+ "run-replay": {
11115
+ "all": {
11116
+ "level": "write",
11117
+ "method": "POST",
11118
+ "operationKey": "workflow_run_replay_all",
11119
+ "params": [
11120
+ {
11121
+ "in": "body",
11122
+ "name": "workflow_id"
11123
+ },
11124
+ {
11125
+ "in": "body",
11126
+ "name": "status"
11127
+ },
11128
+ {
11129
+ "in": "body",
11130
+ "name": "limit"
11131
+ }
11132
+ ],
11133
+ "path": "/workflow/runs/replay-all",
11134
+ "readOnly": false
11135
+ }
11136
+ },
11077
11137
  "version": {
11078
11138
  "get": {
11079
11139
  "level": "read",
@@ -11693,11 +11753,15 @@ var operations = {
11693
11753
  "workflow_definition_publish": "write",
11694
11754
  "workflow_definition_update": "write",
11695
11755
  "workflow_definition_validate": "read",
11756
+ "workflow_grant_list": "read",
11696
11757
  "workflow_health_ping": "read",
11758
+ "workflow_killswitch_get": "read",
11759
+ "workflow_killswitch_set": "write",
11697
11760
  "workflow_run_cancel": "write",
11698
11761
  "workflow_run_get": "read",
11699
11762
  "workflow_run_list": "read",
11700
11763
  "workflow_run_replay": "write",
11764
+ "workflow_run_replay_all": "write",
11701
11765
  "workflow_run_start": "write",
11702
11766
  "workflow_version_get": "read",
11703
11767
  "workflow_version_list": "read"