@lepsto/sdk-app 89.0.0 → 89.1.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,6 +7496,213 @@ 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
+ },
7499
7706
  "realtime": {
7500
7707
  "archive": {
7501
7708
  "export": {
@@ -11066,7 +11273,7 @@ var bindings = {
11066
11273
  "readOnly": true
11067
11274
  },
11068
11275
  "set": {
11069
- "level": "write",
11276
+ "level": "admin",
11070
11277
  "method": "POST",
11071
11278
  "operationKey": "workflow_killswitch_set",
11072
11279
  "params": [
@@ -11376,7 +11583,7 @@ var bindings = {
11376
11583
  },
11377
11584
  "wait-list": {
11378
11585
  "all": {
11379
- "level": "read",
11586
+ "level": "admin",
11380
11587
  "method": "GET",
11381
11588
  "operationKey": "workflow_wait_list_all",
11382
11589
  "params": [
@@ -11797,6 +12004,23 @@ var operations = {
11797
12004
  "organization_support_threads_list": "read",
11798
12005
  "organization_x_install": "read",
11799
12006
  "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",
11800
12024
  "realtime_archive_export": "admin",
11801
12025
  "realtime_archive_export_status": "read",
11802
12026
  "realtime_archive_get": "read",
@@ -11982,7 +12206,7 @@ var operations = {
11982
12206
  "workflow_health_list": "read",
11983
12207
  "workflow_health_ping": "read",
11984
12208
  "workflow_killswitch_get": "read",
11985
- "workflow_killswitch_set": "write",
12209
+ "workflow_killswitch_set": "admin",
11986
12210
  "workflow_run_cancel": "write",
11987
12211
  "workflow_run_get": "read",
11988
12212
  "workflow_run_list": "read",
@@ -11997,7 +12221,7 @@ var operations = {
11997
12221
  "workflow_version_list": "read",
11998
12222
  "workflow_wait_get": "read",
11999
12223
  "workflow_wait_list": "read",
12000
- "workflow_wait_list_all": "read",
12224
+ "workflow_wait_list_all": "admin",
12001
12225
  "workflow_wait_resolve": "write"
12002
12226
  };
12003
12227
  var compositions = {
@@ -12069,6 +12293,9 @@ var compositions = {
12069
12293
  "mail_template_publish": { "label": "Publish template", "options": { "id": "mail_template_list" } },
12070
12294
  "mail_template_update": { "label": "Update template", "options": { "id": "mail_template_list" } },
12071
12295
  "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" },
12072
12299
  "support_agent_create": { "pii": ["input.lesslyUserId", "output.lesslyUserId"], "label": "Create agent" },
12073
12300
  "support_agent_get": { "pii": ["output.lesslyUserId"], "label": "Get agent", "options": { "id": "support_agent_list" } },
12074
12301
  "support_agent_list": { "pii": ["output.agents[].lesslyUserId"], "label": "List agents" },