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