@lessly/sdk-app 67.4.0 → 68.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
@@ -10219,19 +10219,6 @@ var bindings = {
10219
10219
  "path": "/users/users/:userId",
10220
10220
  "readOnly": false
10221
10221
  },
10222
- "erase": {
10223
- "level": "admin",
10224
- "method": "POST",
10225
- "operationKey": "users_users_erase",
10226
- "params": [
10227
- {
10228
- "in": "path",
10229
- "name": "userId"
10230
- }
10231
- ],
10232
- "path": "/users/users/:userId/erase",
10233
- "readOnly": false
10234
- },
10235
10222
  "export": {
10236
10223
  "level": "admin",
10237
10224
  "method": "GET",
@@ -10432,19 +10419,6 @@ var bindings = {
10432
10419
  }
10433
10420
  },
10434
10421
  "waitlist": {
10435
- "erase": {
10436
- "level": "admin",
10437
- "method": "POST",
10438
- "operationKey": "users_waitlist_erase",
10439
- "params": [
10440
- {
10441
- "in": "body",
10442
- "name": "userId"
10443
- }
10444
- ],
10445
- "path": "/users/waitlist/erase",
10446
- "readOnly": false
10447
- },
10448
10422
  "funnel": {
10449
10423
  "level": "read",
10450
10424
  "method": "POST",
@@ -10953,6 +10927,23 @@ var bindings = {
10953
10927
  "path": "/workflow/definition/enable",
10954
10928
  "readOnly": false
10955
10929
  },
10930
+ "estimate": {
10931
+ "level": "read",
10932
+ "method": "POST",
10933
+ "operationKey": "workflow_definition_estimate",
10934
+ "params": [
10935
+ {
10936
+ "in": "body",
10937
+ "name": "workflow_id"
10938
+ },
10939
+ {
10940
+ "in": "body",
10941
+ "name": "definition"
10942
+ }
10943
+ ],
10944
+ "path": "/workflow/definition/estimate",
10945
+ "readOnly": true
10946
+ },
10956
10947
  "export": {
10957
10948
  "level": "read",
10958
10949
  "method": "GET",
@@ -11336,6 +11327,32 @@ var bindings = {
11336
11327
  "readOnly": false
11337
11328
  }
11338
11329
  },
11330
+ "template": {
11331
+ "apply": {
11332
+ "level": "write",
11333
+ "method": "POST",
11334
+ "operationKey": "workflow_template_apply",
11335
+ "params": [
11336
+ {
11337
+ "in": "body",
11338
+ "name": "template_id"
11339
+ },
11340
+ {
11341
+ "in": "body",
11342
+ "name": "name"
11343
+ }
11344
+ ],
11345
+ "path": "/workflow/templates/apply",
11346
+ "readOnly": false
11347
+ },
11348
+ "list": {
11349
+ "level": "read",
11350
+ "method": "GET",
11351
+ "operationKey": "workflow_template_list",
11352
+ "path": "/workflow/templates",
11353
+ "readOnly": true
11354
+ }
11355
+ },
11339
11356
  "version": {
11340
11357
  "get": {
11341
11358
  "level": "read",
@@ -12011,7 +12028,6 @@ var operations = {
12011
12028
  "users_users_ban": "admin",
12012
12029
  "users_users_create": "write",
12013
12030
  "users_users_delete": "admin",
12014
- "users_users_erase": "admin",
12015
12031
  "users_users_export": "admin",
12016
12032
  "users_users_get": "read",
12017
12033
  "users_users_import": "admin",
@@ -12020,7 +12036,6 @@ var operations = {
12020
12036
  "users_users_set_primary_identifier": "write",
12021
12037
  "users_users_unban": "admin",
12022
12038
  "users_users_update": "write",
12023
- "users_waitlist_erase": "admin",
12024
12039
  "users_waitlist_funnel": "read",
12025
12040
  "users_waitlist_import": "write",
12026
12041
  "users_waitlist_invite": "write",
@@ -12049,6 +12064,7 @@ var operations = {
12049
12064
  "workflow_definition_disable": "write",
12050
12065
  "workflow_definition_dryrun": "read",
12051
12066
  "workflow_definition_enable": "write",
12067
+ "workflow_definition_estimate": "read",
12052
12068
  "workflow_definition_export": "read",
12053
12069
  "workflow_definition_get": "read",
12054
12070
  "workflow_definition_import": "write",
@@ -12071,6 +12087,8 @@ var operations = {
12071
12087
  "workflow_run_start": "write",
12072
12088
  "workflow_run_stats": "read",
12073
12089
  "workflow_run_test": "write",
12090
+ "workflow_template_apply": "write",
12091
+ "workflow_template_list": "read",
12074
12092
  "workflow_version_get": "read",
12075
12093
  "workflow_version_list": "read",
12076
12094
  "workflow_wait_get": "read",