@lepsto/sdk-app 89.1.0 → 89.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
@@ -7496,213 +7496,6 @@ var bindings = {
7496
7496
  }
7497
7497
  }
7498
7498
  },
7499
- "playground": {
7500
- "analytics": {
7501
- "overview": {
7502
- "level": "read",
7503
- "method": "POST",
7504
- "operationKey": "playground_analytics_overview",
7505
- "params": [
7506
- {
7507
- "in": "body",
7508
- "name": "limit"
7509
- }
7510
- ],
7511
- "path": "/playground/analytics/overview",
7512
- "readOnly": true
7513
- }
7514
- },
7515
- "billing": {
7516
- "entitlements": {
7517
- "level": "read",
7518
- "method": "POST",
7519
- "operationKey": "playground_billing_entitlements",
7520
- "path": "/playground/billing/entitlements",
7521
- "readOnly": true
7522
- },
7523
- "record-usage": {
7524
- "level": "write",
7525
- "method": "POST",
7526
- "operationKey": "playground_billing_record-usage",
7527
- "params": [
7528
- {
7529
- "in": "body",
7530
- "name": "value"
7531
- }
7532
- ],
7533
- "path": "/playground/billing/usage",
7534
- "readOnly": false
7535
- }
7536
- },
7537
- "clickup": {
7538
- "create-task": {
7539
- "level": "write",
7540
- "method": "POST",
7541
- "operationKey": "playground_clickup_create-task",
7542
- "params": [
7543
- {
7544
- "in": "body",
7545
- "name": "listId"
7546
- },
7547
- {
7548
- "in": "body",
7549
- "name": "name"
7550
- }
7551
- ],
7552
- "path": "/playground/clickup/tasks",
7553
- "readOnly": false
7554
- },
7555
- "get-last-webhook": {
7556
- "level": "read",
7557
- "method": "GET",
7558
- "operationKey": "playground_clickup_get-last-webhook",
7559
- "path": "/playground/clickup/webhooks/last",
7560
- "readOnly": true
7561
- },
7562
- "get-overview": {
7563
- "level": "read",
7564
- "method": "GET",
7565
- "operationKey": "playground_clickup_get-overview",
7566
- "path": "/playground/clickup/overview",
7567
- "readOnly": true
7568
- }
7569
- },
7570
- "echo": {
7571
- "ping": {
7572
- "level": "read",
7573
- "method": "POST",
7574
- "operationKey": "playground_echo_ping",
7575
- "params": [
7576
- {
7577
- "in": "body",
7578
- "name": "message"
7579
- }
7580
- ],
7581
- "path": "/playground/echo/ping",
7582
- "readOnly": true
7583
- }
7584
- },
7585
- "gdrive": {
7586
- "get-last-change": {
7587
- "level": "read",
7588
- "method": "GET",
7589
- "operationKey": "playground_gdrive_get-last-change",
7590
- "path": "/playground/gdrive/changes/last",
7591
- "readOnly": true
7592
- },
7593
- "read-file": {
7594
- "level": "read",
7595
- "method": "POST",
7596
- "operationKey": "playground_gdrive_read-file",
7597
- "params": [
7598
- {
7599
- "in": "body",
7600
- "name": "fileId"
7601
- }
7602
- ],
7603
- "path": "/playground/gdrive/file",
7604
- "readOnly": true
7605
- }
7606
- },
7607
- "googleads": {
7608
- "read-customer": {
7609
- "level": "read",
7610
- "method": "POST",
7611
- "operationKey": "playground_googleads_read-customer",
7612
- "path": "/playground/googleads/customer",
7613
- "readOnly": true
7614
- }
7615
- },
7616
- "lifecycle": {
7617
- "get-state": {
7618
- "level": "read",
7619
- "method": "GET",
7620
- "operationKey": "playground_lifecycle_get-state",
7621
- "path": "/playground/lifecycle/state",
7622
- "readOnly": true
7623
- },
7624
- "list-events": {
7625
- "level": "read",
7626
- "method": "GET",
7627
- "operationKey": "playground_lifecycle_list-events",
7628
- "path": "/playground/lifecycle/events",
7629
- "readOnly": true
7630
- }
7631
- },
7632
- "webhook": {
7633
- "get-last": {
7634
- "level": "read",
7635
- "method": "GET",
7636
- "operationKey": "playground_webhook_get-last",
7637
- "path": "/playground/webhooks/last",
7638
- "readOnly": true
7639
- }
7640
- },
7641
- "workflow": {
7642
- "echo": {
7643
- "level": "write",
7644
- "method": "POST",
7645
- "operationKey": "playground_workflow_echo",
7646
- "params": [
7647
- {
7648
- "in": "body",
7649
- "name": "note"
7650
- },
7651
- {
7652
- "in": "body",
7653
- "name": "tags"
7654
- }
7655
- ],
7656
- "path": "/playground/workflow/echo",
7657
- "readOnly": false
7658
- },
7659
- "echo-list": {
7660
- "level": "read",
7661
- "method": "GET",
7662
- "operationKey": "playground_workflow_echo-list",
7663
- "path": "/playground/workflow/echoes",
7664
- "readOnly": true
7665
- },
7666
- "ping": {
7667
- "level": "write",
7668
- "method": "POST",
7669
- "operationKey": "playground_workflow_ping",
7670
- "params": [
7671
- {
7672
- "in": "body",
7673
- "name": "kind"
7674
- }
7675
- ],
7676
- "path": "/playground/workflow/ping",
7677
- "readOnly": false
7678
- },
7679
- "subjects-list": {
7680
- "level": "read",
7681
- "method": "GET",
7682
- "operationKey": "playground_workflow_subjects-list",
7683
- "params": [
7684
- {
7685
- "in": "query",
7686
- "name": "last_activity_before"
7687
- },
7688
- {
7689
- "in": "query",
7690
- "name": "last_activity_after"
7691
- },
7692
- {
7693
- "in": "query",
7694
- "name": "limit"
7695
- },
7696
- {
7697
- "in": "query",
7698
- "name": "cursor"
7699
- }
7700
- ],
7701
- "path": "/playground/workflow/subjects",
7702
- "readOnly": true
7703
- }
7704
- }
7705
- },
7706
7499
  "realtime": {
7707
7500
  "archive": {
7708
7501
  "export": {
@@ -11273,7 +11066,7 @@ var bindings = {
11273
11066
  "readOnly": true
11274
11067
  },
11275
11068
  "set": {
11276
- "level": "admin",
11069
+ "level": "write",
11277
11070
  "method": "POST",
11278
11071
  "operationKey": "workflow_killswitch_set",
11279
11072
  "params": [
@@ -11583,7 +11376,7 @@ var bindings = {
11583
11376
  },
11584
11377
  "wait-list": {
11585
11378
  "all": {
11586
- "level": "admin",
11379
+ "level": "read",
11587
11380
  "method": "GET",
11588
11381
  "operationKey": "workflow_wait_list_all",
11589
11382
  "params": [
@@ -12004,23 +11797,6 @@ var operations = {
12004
11797
  "organization_support_threads_list": "read",
12005
11798
  "organization_x_install": "read",
12006
11799
  "organization_youtube_install": "read",
12007
- "playground_analytics_overview": "read",
12008
- "playground_billing_entitlements": "read",
12009
- "playground_billing_record-usage": "write",
12010
- "playground_clickup_create-task": "write",
12011
- "playground_clickup_get-last-webhook": "read",
12012
- "playground_clickup_get-overview": "read",
12013
- "playground_echo_ping": "read",
12014
- "playground_gdrive_get-last-change": "read",
12015
- "playground_gdrive_read-file": "read",
12016
- "playground_googleads_read-customer": "read",
12017
- "playground_lifecycle_get-state": "read",
12018
- "playground_lifecycle_list-events": "read",
12019
- "playground_webhook_get-last": "read",
12020
- "playground_workflow_echo": "write",
12021
- "playground_workflow_echo-list": "read",
12022
- "playground_workflow_ping": "write",
12023
- "playground_workflow_subjects-list": "read",
12024
11800
  "realtime_archive_export": "admin",
12025
11801
  "realtime_archive_export_status": "read",
12026
11802
  "realtime_archive_get": "read",
@@ -12206,7 +11982,7 @@ var operations = {
12206
11982
  "workflow_health_list": "read",
12207
11983
  "workflow_health_ping": "read",
12208
11984
  "workflow_killswitch_get": "read",
12209
- "workflow_killswitch_set": "admin",
11985
+ "workflow_killswitch_set": "write",
12210
11986
  "workflow_run_cancel": "write",
12211
11987
  "workflow_run_get": "read",
12212
11988
  "workflow_run_list": "read",
@@ -12221,7 +11997,7 @@ var operations = {
12221
11997
  "workflow_version_list": "read",
12222
11998
  "workflow_wait_get": "read",
12223
11999
  "workflow_wait_list": "read",
12224
- "workflow_wait_list_all": "admin",
12000
+ "workflow_wait_list_all": "read",
12225
12001
  "workflow_wait_resolve": "write"
12226
12002
  };
12227
12003
  var compositions = {
@@ -12293,9 +12069,6 @@ var compositions = {
12293
12069
  "mail_template_publish": { "label": "Publish template", "options": { "id": "mail_template_list" } },
12294
12070
  "mail_template_update": { "label": "Update template", "options": { "id": "mail_template_list" } },
12295
12071
  "mail_usage_get": { "label": "Get usage" },
12296
- "playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
12297
- "playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
12298
- "playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" },
12299
12072
  "support_agent_create": { "pii": ["input.lesslyUserId", "output.lesslyUserId"], "label": "Create agent" },
12300
12073
  "support_agent_get": { "pii": ["output.lesslyUserId"], "label": "Get agent", "options": { "id": "support_agent_list" } },
12301
12074
  "support_agent_list": { "pii": ["output.agents[].lesslyUserId"], "label": "List agents" },