@lessly/sdk-app 64.1.0 → 64.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
@@ -10974,6 +10974,21 @@ var bindings = {
10974
10974
  "readOnly": true
10975
10975
  }
10976
10976
  },
10977
+ "dependency": {
10978
+ "list": {
10979
+ "level": "read",
10980
+ "method": "GET",
10981
+ "operationKey": "workflow_dependency_list",
10982
+ "params": [
10983
+ {
10984
+ "in": "query",
10985
+ "name": "toolkit"
10986
+ }
10987
+ ],
10988
+ "path": "/workflow/health/dependencies",
10989
+ "readOnly": true
10990
+ }
10991
+ },
10977
10992
  "grant": {
10978
10993
  "list": {
10979
10994
  "level": "read",
@@ -10990,6 +11005,27 @@ var bindings = {
10990
11005
  }
10991
11006
  },
10992
11007
  "health": {
11008
+ "list": {
11009
+ "level": "read",
11010
+ "method": "GET",
11011
+ "operationKey": "workflow_health_list",
11012
+ "params": [
11013
+ {
11014
+ "in": "query",
11015
+ "name": "workflow_id"
11016
+ },
11017
+ {
11018
+ "in": "query",
11019
+ "name": "cursor"
11020
+ },
11021
+ {
11022
+ "in": "query",
11023
+ "name": "limit"
11024
+ }
11025
+ ],
11026
+ "path": "/workflow/health/list",
11027
+ "readOnly": true
11028
+ },
10993
11029
  "ping": {
10994
11030
  "level": "read",
10995
11031
  "method": "GET",
@@ -11753,7 +11789,9 @@ var operations = {
11753
11789
  "workflow_definition_publish": "write",
11754
11790
  "workflow_definition_update": "write",
11755
11791
  "workflow_definition_validate": "read",
11792
+ "workflow_dependency_list": "read",
11756
11793
  "workflow_grant_list": "read",
11794
+ "workflow_health_list": "read",
11757
11795
  "workflow_health_ping": "read",
11758
11796
  "workflow_killswitch_get": "read",
11759
11797
  "workflow_killswitch_set": "write",