@lessly/sdk-app 74.0.0 → 74.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
@@ -7475,6 +7475,213 @@ var bindings = {
7475
7475
  }
7476
7476
  }
7477
7477
  },
7478
+ "playground": {
7479
+ "analytics": {
7480
+ "overview": {
7481
+ "level": "read",
7482
+ "method": "POST",
7483
+ "operationKey": "playground_analytics_overview",
7484
+ "params": [
7485
+ {
7486
+ "in": "body",
7487
+ "name": "limit"
7488
+ }
7489
+ ],
7490
+ "path": "/playground/analytics/overview",
7491
+ "readOnly": true
7492
+ }
7493
+ },
7494
+ "billing": {
7495
+ "entitlements": {
7496
+ "level": "read",
7497
+ "method": "POST",
7498
+ "operationKey": "playground_billing_entitlements",
7499
+ "path": "/playground/billing/entitlements",
7500
+ "readOnly": true
7501
+ },
7502
+ "record-usage": {
7503
+ "level": "write",
7504
+ "method": "POST",
7505
+ "operationKey": "playground_billing_record-usage",
7506
+ "params": [
7507
+ {
7508
+ "in": "body",
7509
+ "name": "value"
7510
+ }
7511
+ ],
7512
+ "path": "/playground/billing/usage",
7513
+ "readOnly": false
7514
+ }
7515
+ },
7516
+ "clickup": {
7517
+ "create-task": {
7518
+ "level": "write",
7519
+ "method": "POST",
7520
+ "operationKey": "playground_clickup_create-task",
7521
+ "params": [
7522
+ {
7523
+ "in": "body",
7524
+ "name": "listId"
7525
+ },
7526
+ {
7527
+ "in": "body",
7528
+ "name": "name"
7529
+ }
7530
+ ],
7531
+ "path": "/playground/clickup/tasks",
7532
+ "readOnly": false
7533
+ },
7534
+ "get-last-webhook": {
7535
+ "level": "read",
7536
+ "method": "GET",
7537
+ "operationKey": "playground_clickup_get-last-webhook",
7538
+ "path": "/playground/clickup/webhooks/last",
7539
+ "readOnly": true
7540
+ },
7541
+ "get-overview": {
7542
+ "level": "read",
7543
+ "method": "GET",
7544
+ "operationKey": "playground_clickup_get-overview",
7545
+ "path": "/playground/clickup/overview",
7546
+ "readOnly": true
7547
+ }
7548
+ },
7549
+ "echo": {
7550
+ "ping": {
7551
+ "level": "read",
7552
+ "method": "POST",
7553
+ "operationKey": "playground_echo_ping",
7554
+ "params": [
7555
+ {
7556
+ "in": "body",
7557
+ "name": "message"
7558
+ }
7559
+ ],
7560
+ "path": "/playground/echo/ping",
7561
+ "readOnly": true
7562
+ }
7563
+ },
7564
+ "gdrive": {
7565
+ "get-last-change": {
7566
+ "level": "read",
7567
+ "method": "GET",
7568
+ "operationKey": "playground_gdrive_get-last-change",
7569
+ "path": "/playground/gdrive/changes/last",
7570
+ "readOnly": true
7571
+ },
7572
+ "read-file": {
7573
+ "level": "read",
7574
+ "method": "POST",
7575
+ "operationKey": "playground_gdrive_read-file",
7576
+ "params": [
7577
+ {
7578
+ "in": "body",
7579
+ "name": "fileId"
7580
+ }
7581
+ ],
7582
+ "path": "/playground/gdrive/file",
7583
+ "readOnly": true
7584
+ }
7585
+ },
7586
+ "googleads": {
7587
+ "read-customer": {
7588
+ "level": "read",
7589
+ "method": "POST",
7590
+ "operationKey": "playground_googleads_read-customer",
7591
+ "path": "/playground/googleads/customer",
7592
+ "readOnly": true
7593
+ }
7594
+ },
7595
+ "lifecycle": {
7596
+ "get-state": {
7597
+ "level": "read",
7598
+ "method": "GET",
7599
+ "operationKey": "playground_lifecycle_get-state",
7600
+ "path": "/playground/lifecycle/state",
7601
+ "readOnly": true
7602
+ },
7603
+ "list-events": {
7604
+ "level": "read",
7605
+ "method": "GET",
7606
+ "operationKey": "playground_lifecycle_list-events",
7607
+ "path": "/playground/lifecycle/events",
7608
+ "readOnly": true
7609
+ }
7610
+ },
7611
+ "webhook": {
7612
+ "get-last": {
7613
+ "level": "read",
7614
+ "method": "GET",
7615
+ "operationKey": "playground_webhook_get-last",
7616
+ "path": "/playground/webhooks/last",
7617
+ "readOnly": true
7618
+ }
7619
+ },
7620
+ "workflow": {
7621
+ "echo": {
7622
+ "level": "write",
7623
+ "method": "POST",
7624
+ "operationKey": "playground_workflow_echo",
7625
+ "params": [
7626
+ {
7627
+ "in": "body",
7628
+ "name": "note"
7629
+ },
7630
+ {
7631
+ "in": "body",
7632
+ "name": "tags"
7633
+ }
7634
+ ],
7635
+ "path": "/playground/workflow/echo",
7636
+ "readOnly": false
7637
+ },
7638
+ "echo-list": {
7639
+ "level": "read",
7640
+ "method": "GET",
7641
+ "operationKey": "playground_workflow_echo-list",
7642
+ "path": "/playground/workflow/echoes",
7643
+ "readOnly": true
7644
+ },
7645
+ "ping": {
7646
+ "level": "write",
7647
+ "method": "POST",
7648
+ "operationKey": "playground_workflow_ping",
7649
+ "params": [
7650
+ {
7651
+ "in": "body",
7652
+ "name": "kind"
7653
+ }
7654
+ ],
7655
+ "path": "/playground/workflow/ping",
7656
+ "readOnly": false
7657
+ },
7658
+ "subjects-list": {
7659
+ "level": "read",
7660
+ "method": "GET",
7661
+ "operationKey": "playground_workflow_subjects-list",
7662
+ "params": [
7663
+ {
7664
+ "in": "query",
7665
+ "name": "last_activity_before"
7666
+ },
7667
+ {
7668
+ "in": "query",
7669
+ "name": "last_activity_after"
7670
+ },
7671
+ {
7672
+ "in": "query",
7673
+ "name": "limit"
7674
+ },
7675
+ {
7676
+ "in": "query",
7677
+ "name": "cursor"
7678
+ }
7679
+ ],
7680
+ "path": "/playground/workflow/subjects",
7681
+ "readOnly": true
7682
+ }
7683
+ }
7684
+ },
7478
7685
  "realtime": {
7479
7686
  "archive": {
7480
7687
  "export": {
@@ -11782,6 +11989,23 @@ var operations = {
11782
11989
  "organization_support_threads_list": "read",
11783
11990
  "organization_x_install": "read",
11784
11991
  "organization_youtube_install": "read",
11992
+ "playground_analytics_overview": "read",
11993
+ "playground_billing_entitlements": "read",
11994
+ "playground_billing_record-usage": "write",
11995
+ "playground_clickup_create-task": "write",
11996
+ "playground_clickup_get-last-webhook": "read",
11997
+ "playground_clickup_get-overview": "read",
11998
+ "playground_echo_ping": "read",
11999
+ "playground_gdrive_get-last-change": "read",
12000
+ "playground_gdrive_read-file": "read",
12001
+ "playground_googleads_read-customer": "read",
12002
+ "playground_lifecycle_get-state": "read",
12003
+ "playground_lifecycle_list-events": "read",
12004
+ "playground_webhook_get-last": "read",
12005
+ "playground_workflow_echo": "write",
12006
+ "playground_workflow_echo-list": "read",
12007
+ "playground_workflow_ping": "write",
12008
+ "playground_workflow_subjects-list": "read",
11785
12009
  "realtime_archive_export": "admin",
11786
12010
  "realtime_archive_export_status": "read",
11787
12011
  "realtime_archive_get": "read",
@@ -12049,6 +12273,9 @@ var compositions = {
12049
12273
  "mail_template_publish": { "label": "Publish template" },
12050
12274
  "mail_template_update": { "label": "Update template" },
12051
12275
  "mail_usage_get": { "label": "Get usage" },
12276
+ "playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
12277
+ "playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
12278
+ "playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" },
12052
12279
  "support_agent_create": { "pii": ["input.lesslyUserId", "output.lesslyUserId"], "label": "Create agent profile" },
12053
12280
  "support_agent_get": { "pii": ["output.lesslyUserId"], "label": "Get agent", "options": { "id": "support_agent_list" } },
12054
12281
  "support_agent_list": { "pii": ["output.agents[].lesslyUserId"], "label": "List agents" },