@lessly/sdk-app 63.8.1 → 64.0.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",
@@ -11693,6 +11708,7 @@ var operations = {
11693
11708
  "workflow_definition_publish": "write",
11694
11709
  "workflow_definition_update": "write",
11695
11710
  "workflow_definition_validate": "read",
11711
+ "workflow_grant_list": "read",
11696
11712
  "workflow_health_ping": "read",
11697
11713
  "workflow_run_cancel": "write",
11698
11714
  "workflow_run_get": "read",