@lepsto/sdk-app 89.4.0 → 89.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
@@ -7592,213 +7592,6 @@ var bindings = {
7592
7592
  }
7593
7593
  }
7594
7594
  },
7595
- "playground": {
7596
- "analytics": {
7597
- "overview": {
7598
- "level": "read",
7599
- "method": "POST",
7600
- "operationKey": "playground_analytics_overview",
7601
- "params": [
7602
- {
7603
- "in": "body",
7604
- "name": "limit"
7605
- }
7606
- ],
7607
- "path": "/playground/analytics/overview",
7608
- "readOnly": true
7609
- }
7610
- },
7611
- "billing": {
7612
- "entitlements": {
7613
- "level": "read",
7614
- "method": "POST",
7615
- "operationKey": "playground_billing_entitlements",
7616
- "path": "/playground/billing/entitlements",
7617
- "readOnly": true
7618
- },
7619
- "record-usage": {
7620
- "level": "write",
7621
- "method": "POST",
7622
- "operationKey": "playground_billing_record-usage",
7623
- "params": [
7624
- {
7625
- "in": "body",
7626
- "name": "value"
7627
- }
7628
- ],
7629
- "path": "/playground/billing/usage",
7630
- "readOnly": false
7631
- }
7632
- },
7633
- "clickup": {
7634
- "create-task": {
7635
- "level": "write",
7636
- "method": "POST",
7637
- "operationKey": "playground_clickup_create-task",
7638
- "params": [
7639
- {
7640
- "in": "body",
7641
- "name": "listId"
7642
- },
7643
- {
7644
- "in": "body",
7645
- "name": "name"
7646
- }
7647
- ],
7648
- "path": "/playground/clickup/tasks",
7649
- "readOnly": false
7650
- },
7651
- "get-last-webhook": {
7652
- "level": "read",
7653
- "method": "GET",
7654
- "operationKey": "playground_clickup_get-last-webhook",
7655
- "path": "/playground/clickup/webhooks/last",
7656
- "readOnly": true
7657
- },
7658
- "get-overview": {
7659
- "level": "read",
7660
- "method": "GET",
7661
- "operationKey": "playground_clickup_get-overview",
7662
- "path": "/playground/clickup/overview",
7663
- "readOnly": true
7664
- }
7665
- },
7666
- "echo": {
7667
- "ping": {
7668
- "level": "read",
7669
- "method": "POST",
7670
- "operationKey": "playground_echo_ping",
7671
- "params": [
7672
- {
7673
- "in": "body",
7674
- "name": "message"
7675
- }
7676
- ],
7677
- "path": "/playground/echo/ping",
7678
- "readOnly": true
7679
- }
7680
- },
7681
- "gdrive": {
7682
- "get-last-change": {
7683
- "level": "read",
7684
- "method": "GET",
7685
- "operationKey": "playground_gdrive_get-last-change",
7686
- "path": "/playground/gdrive/changes/last",
7687
- "readOnly": true
7688
- },
7689
- "read-file": {
7690
- "level": "read",
7691
- "method": "POST",
7692
- "operationKey": "playground_gdrive_read-file",
7693
- "params": [
7694
- {
7695
- "in": "body",
7696
- "name": "fileId"
7697
- }
7698
- ],
7699
- "path": "/playground/gdrive/file",
7700
- "readOnly": true
7701
- }
7702
- },
7703
- "googleads": {
7704
- "read-customer": {
7705
- "level": "read",
7706
- "method": "POST",
7707
- "operationKey": "playground_googleads_read-customer",
7708
- "path": "/playground/googleads/customer",
7709
- "readOnly": true
7710
- }
7711
- },
7712
- "lifecycle": {
7713
- "get-state": {
7714
- "level": "read",
7715
- "method": "GET",
7716
- "operationKey": "playground_lifecycle_get-state",
7717
- "path": "/playground/lifecycle/state",
7718
- "readOnly": true
7719
- },
7720
- "list-events": {
7721
- "level": "read",
7722
- "method": "GET",
7723
- "operationKey": "playground_lifecycle_list-events",
7724
- "path": "/playground/lifecycle/events",
7725
- "readOnly": true
7726
- }
7727
- },
7728
- "webhook": {
7729
- "get-last": {
7730
- "level": "read",
7731
- "method": "GET",
7732
- "operationKey": "playground_webhook_get-last",
7733
- "path": "/playground/webhooks/last",
7734
- "readOnly": true
7735
- }
7736
- },
7737
- "workflow": {
7738
- "echo": {
7739
- "level": "write",
7740
- "method": "POST",
7741
- "operationKey": "playground_workflow_echo",
7742
- "params": [
7743
- {
7744
- "in": "body",
7745
- "name": "note"
7746
- },
7747
- {
7748
- "in": "body",
7749
- "name": "tags"
7750
- }
7751
- ],
7752
- "path": "/playground/workflow/echo",
7753
- "readOnly": false
7754
- },
7755
- "echo-list": {
7756
- "level": "read",
7757
- "method": "GET",
7758
- "operationKey": "playground_workflow_echo-list",
7759
- "path": "/playground/workflow/echoes",
7760
- "readOnly": true
7761
- },
7762
- "ping": {
7763
- "level": "write",
7764
- "method": "POST",
7765
- "operationKey": "playground_workflow_ping",
7766
- "params": [
7767
- {
7768
- "in": "body",
7769
- "name": "kind"
7770
- }
7771
- ],
7772
- "path": "/playground/workflow/ping",
7773
- "readOnly": false
7774
- },
7775
- "subjects-list": {
7776
- "level": "read",
7777
- "method": "GET",
7778
- "operationKey": "playground_workflow_subjects-list",
7779
- "params": [
7780
- {
7781
- "in": "query",
7782
- "name": "last_activity_before"
7783
- },
7784
- {
7785
- "in": "query",
7786
- "name": "last_activity_after"
7787
- },
7788
- {
7789
- "in": "query",
7790
- "name": "limit"
7791
- },
7792
- {
7793
- "in": "query",
7794
- "name": "cursor"
7795
- }
7796
- ],
7797
- "path": "/playground/workflow/subjects",
7798
- "readOnly": true
7799
- }
7800
- }
7801
- },
7802
7595
  "realtime": {
7803
7596
  "archive": {
7804
7597
  "export": {
@@ -12106,23 +11899,6 @@ var operations = {
12106
11899
  "organization_support_threads_list": "read",
12107
11900
  "organization_x_install": "read",
12108
11901
  "organization_youtube_install": "read",
12109
- "playground_analytics_overview": "read",
12110
- "playground_billing_entitlements": "read",
12111
- "playground_billing_record-usage": "write",
12112
- "playground_clickup_create-task": "write",
12113
- "playground_clickup_get-last-webhook": "read",
12114
- "playground_clickup_get-overview": "read",
12115
- "playground_echo_ping": "read",
12116
- "playground_gdrive_get-last-change": "read",
12117
- "playground_gdrive_read-file": "read",
12118
- "playground_googleads_read-customer": "read",
12119
- "playground_lifecycle_get-state": "read",
12120
- "playground_lifecycle_list-events": "read",
12121
- "playground_webhook_get-last": "read",
12122
- "playground_workflow_echo": "write",
12123
- "playground_workflow_echo-list": "read",
12124
- "playground_workflow_ping": "write",
12125
- "playground_workflow_subjects-list": "read",
12126
11902
  "realtime_archive_export": "admin",
12127
11903
  "realtime_archive_export_status": "read",
12128
11904
  "realtime_archive_get": "read",
@@ -12401,9 +12177,6 @@ var compositions = {
12401
12177
  "mail_template_unarchive": { "label": "Unarchive template", "options": { "id": "mail_template_list" } },
12402
12178
  "mail_template_update": { "label": "Update template", "options": { "id": "mail_template_list" } },
12403
12179
  "mail_usage_get": { "label": "Get usage" },
12404
- "playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
12405
- "playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
12406
- "playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" },
12407
12180
  "support_agent_create": { "pii": ["input.lesslyUserId", "output.lesslyUserId"], "label": "Create agent" },
12408
12181
  "support_agent_get": { "pii": ["output.lesslyUserId"], "label": "Get agent", "options": { "id": "support_agent_list" } },
12409
12182
  "support_agent_list": { "pii": ["output.agents[].lesslyUserId"], "label": "List agents" },