@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.
@@ -10759,6 +10759,21 @@ var bindings = {
10759
10759
  "readOnly": true
10760
10760
  }
10761
10761
  },
10762
+ "grant": {
10763
+ "list": {
10764
+ "level": "read",
10765
+ "method": "GET",
10766
+ "operationKey": "workflow_grant_list",
10767
+ "params": [
10768
+ {
10769
+ "in": "query",
10770
+ "name": "workflow_id"
10771
+ }
10772
+ ],
10773
+ "path": "/workflow/grant",
10774
+ "readOnly": true
10775
+ }
10776
+ },
10762
10777
  "health": {
10763
10778
  "ping": {
10764
10779
  "level": "read",
@@ -10768,6 +10783,28 @@ var bindings = {
10768
10783
  "readOnly": true
10769
10784
  }
10770
10785
  },
10786
+ "killswitch": {
10787
+ "get": {
10788
+ "level": "read",
10789
+ "method": "GET",
10790
+ "operationKey": "workflow_killswitch_get",
10791
+ "path": "/workflow/killswitch",
10792
+ "readOnly": true
10793
+ },
10794
+ "set": {
10795
+ "level": "write",
10796
+ "method": "POST",
10797
+ "operationKey": "workflow_killswitch_set",
10798
+ "params": [
10799
+ {
10800
+ "in": "body",
10801
+ "name": "on"
10802
+ }
10803
+ ],
10804
+ "path": "/workflow/killswitch",
10805
+ "readOnly": false
10806
+ }
10807
+ },
10771
10808
  "run": {
10772
10809
  "cancel": {
10773
10810
  "level": "write",
@@ -10859,6 +10896,29 @@ var bindings = {
10859
10896
  "readOnly": false
10860
10897
  }
10861
10898
  },
10899
+ "run-replay": {
10900
+ "all": {
10901
+ "level": "write",
10902
+ "method": "POST",
10903
+ "operationKey": "workflow_run_replay_all",
10904
+ "params": [
10905
+ {
10906
+ "in": "body",
10907
+ "name": "workflow_id"
10908
+ },
10909
+ {
10910
+ "in": "body",
10911
+ "name": "status"
10912
+ },
10913
+ {
10914
+ "in": "body",
10915
+ "name": "limit"
10916
+ }
10917
+ ],
10918
+ "path": "/workflow/runs/replay-all",
10919
+ "readOnly": false
10920
+ }
10921
+ },
10862
10922
  "version": {
10863
10923
  "get": {
10864
10924
  "level": "read",
@@ -10912,5 +10972,5 @@ var wsBindings = {
10912
10972
  };
10913
10973
 
10914
10974
  export { bindings, wsBindings };
10915
- //# sourceMappingURL=chunk-NC3E6KPQ.js.map
10916
- //# sourceMappingURL=chunk-NC3E6KPQ.js.map
10975
+ //# sourceMappingURL=chunk-E5DOALAH.js.map
10976
+ //# sourceMappingURL=chunk-E5DOALAH.js.map