@lessly/sdk-app 65.2.0 → 66.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
@@ -11075,6 +11075,19 @@ var bindings = {
11075
11075
  ],
11076
11076
  "path": "/workflow/grant",
11077
11077
  "readOnly": true
11078
+ },
11079
+ "request": {
11080
+ "level": "write",
11081
+ "method": "POST",
11082
+ "operationKey": "workflow_grant_request",
11083
+ "params": [
11084
+ {
11085
+ "in": "body",
11086
+ "name": "workflow_id"
11087
+ }
11088
+ ],
11089
+ "path": "/workflow/grant/request",
11090
+ "readOnly": false
11078
11091
  }
11079
11092
  },
11080
11093
  "health": {
@@ -11867,6 +11880,7 @@ var operations = {
11867
11880
  "workflow_definition_validate": "read",
11868
11881
  "workflow_dependency_list": "read",
11869
11882
  "workflow_grant_list": "read",
11883
+ "workflow_grant_request": "write",
11870
11884
  "workflow_health_list": "read",
11871
11885
  "workflow_health_ping": "read",
11872
11886
  "workflow_killswitch_get": "read",