@lepsto/sdk-app 85.0.1 → 87.0.1

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
@@ -11260,7 +11260,7 @@ var bindings = {
11260
11260
  "readOnly": true
11261
11261
  },
11262
11262
  "set": {
11263
- "level": "write",
11263
+ "level": "admin",
11264
11264
  "method": "POST",
11265
11265
  "operationKey": "workflow_killswitch_set",
11266
11266
  "params": [
@@ -11570,7 +11570,7 @@ var bindings = {
11570
11570
  },
11571
11571
  "wait-list": {
11572
11572
  "all": {
11573
- "level": "read",
11573
+ "level": "admin",
11574
11574
  "method": "GET",
11575
11575
  "operationKey": "workflow_wait_list_all",
11576
11576
  "params": [
@@ -12192,7 +12192,7 @@ var operations = {
12192
12192
  "workflow_health_list": "read",
12193
12193
  "workflow_health_ping": "read",
12194
12194
  "workflow_killswitch_get": "read",
12195
- "workflow_killswitch_set": "write",
12195
+ "workflow_killswitch_set": "admin",
12196
12196
  "workflow_run_cancel": "write",
12197
12197
  "workflow_run_get": "read",
12198
12198
  "workflow_run_list": "read",
@@ -12207,7 +12207,7 @@ var operations = {
12207
12207
  "workflow_version_list": "read",
12208
12208
  "workflow_wait_get": "read",
12209
12209
  "workflow_wait_list": "read",
12210
- "workflow_wait_list_all": "read",
12210
+ "workflow_wait_list_all": "admin",
12211
12211
  "workflow_wait_resolve": "write"
12212
12212
  };
12213
12213
  var compositions = {