@lepsto/sdk-app 92.0.0 → 92.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
@@ -7621,6 +7621,213 @@ var bindings = {
7621
7621
  }
7622
7622
  }
7623
7623
  },
7624
+ "playground": {
7625
+ "analytics": {
7626
+ "overview": {
7627
+ "level": "read",
7628
+ "method": "POST",
7629
+ "operationKey": "playground_analytics_overview",
7630
+ "params": [
7631
+ {
7632
+ "in": "body",
7633
+ "name": "limit"
7634
+ }
7635
+ ],
7636
+ "path": "/playground/analytics/overview",
7637
+ "readOnly": true
7638
+ }
7639
+ },
7640
+ "billing": {
7641
+ "entitlements": {
7642
+ "level": "read",
7643
+ "method": "POST",
7644
+ "operationKey": "playground_billing_entitlements",
7645
+ "path": "/playground/billing/entitlements",
7646
+ "readOnly": true
7647
+ },
7648
+ "record-usage": {
7649
+ "level": "write",
7650
+ "method": "POST",
7651
+ "operationKey": "playground_billing_record-usage",
7652
+ "params": [
7653
+ {
7654
+ "in": "body",
7655
+ "name": "value"
7656
+ }
7657
+ ],
7658
+ "path": "/playground/billing/usage",
7659
+ "readOnly": false
7660
+ }
7661
+ },
7662
+ "clickup": {
7663
+ "create-task": {
7664
+ "level": "write",
7665
+ "method": "POST",
7666
+ "operationKey": "playground_clickup_create-task",
7667
+ "params": [
7668
+ {
7669
+ "in": "body",
7670
+ "name": "listId"
7671
+ },
7672
+ {
7673
+ "in": "body",
7674
+ "name": "name"
7675
+ }
7676
+ ],
7677
+ "path": "/playground/clickup/tasks",
7678
+ "readOnly": false
7679
+ },
7680
+ "get-last-webhook": {
7681
+ "level": "read",
7682
+ "method": "GET",
7683
+ "operationKey": "playground_clickup_get-last-webhook",
7684
+ "path": "/playground/clickup/webhooks/last",
7685
+ "readOnly": true
7686
+ },
7687
+ "get-overview": {
7688
+ "level": "read",
7689
+ "method": "GET",
7690
+ "operationKey": "playground_clickup_get-overview",
7691
+ "path": "/playground/clickup/overview",
7692
+ "readOnly": true
7693
+ }
7694
+ },
7695
+ "echo": {
7696
+ "ping": {
7697
+ "level": "read",
7698
+ "method": "POST",
7699
+ "operationKey": "playground_echo_ping",
7700
+ "params": [
7701
+ {
7702
+ "in": "body",
7703
+ "name": "message"
7704
+ }
7705
+ ],
7706
+ "path": "/playground/echo/ping",
7707
+ "readOnly": true
7708
+ }
7709
+ },
7710
+ "gdrive": {
7711
+ "get-last-change": {
7712
+ "level": "read",
7713
+ "method": "GET",
7714
+ "operationKey": "playground_gdrive_get-last-change",
7715
+ "path": "/playground/gdrive/changes/last",
7716
+ "readOnly": true
7717
+ },
7718
+ "read-file": {
7719
+ "level": "read",
7720
+ "method": "POST",
7721
+ "operationKey": "playground_gdrive_read-file",
7722
+ "params": [
7723
+ {
7724
+ "in": "body",
7725
+ "name": "fileId"
7726
+ }
7727
+ ],
7728
+ "path": "/playground/gdrive/file",
7729
+ "readOnly": true
7730
+ }
7731
+ },
7732
+ "googleads": {
7733
+ "read-customer": {
7734
+ "level": "read",
7735
+ "method": "POST",
7736
+ "operationKey": "playground_googleads_read-customer",
7737
+ "path": "/playground/googleads/customer",
7738
+ "readOnly": true
7739
+ }
7740
+ },
7741
+ "lifecycle": {
7742
+ "get-state": {
7743
+ "level": "read",
7744
+ "method": "GET",
7745
+ "operationKey": "playground_lifecycle_get-state",
7746
+ "path": "/playground/lifecycle/state",
7747
+ "readOnly": true
7748
+ },
7749
+ "list-events": {
7750
+ "level": "read",
7751
+ "method": "GET",
7752
+ "operationKey": "playground_lifecycle_list-events",
7753
+ "path": "/playground/lifecycle/events",
7754
+ "readOnly": true
7755
+ }
7756
+ },
7757
+ "webhook": {
7758
+ "get-last": {
7759
+ "level": "read",
7760
+ "method": "GET",
7761
+ "operationKey": "playground_webhook_get-last",
7762
+ "path": "/playground/webhooks/last",
7763
+ "readOnly": true
7764
+ }
7765
+ },
7766
+ "workflow": {
7767
+ "echo": {
7768
+ "level": "write",
7769
+ "method": "POST",
7770
+ "operationKey": "playground_workflow_echo",
7771
+ "params": [
7772
+ {
7773
+ "in": "body",
7774
+ "name": "note"
7775
+ },
7776
+ {
7777
+ "in": "body",
7778
+ "name": "tags"
7779
+ }
7780
+ ],
7781
+ "path": "/playground/workflow/echo",
7782
+ "readOnly": false
7783
+ },
7784
+ "echo-list": {
7785
+ "level": "read",
7786
+ "method": "GET",
7787
+ "operationKey": "playground_workflow_echo-list",
7788
+ "path": "/playground/workflow/echoes",
7789
+ "readOnly": true
7790
+ },
7791
+ "ping": {
7792
+ "level": "write",
7793
+ "method": "POST",
7794
+ "operationKey": "playground_workflow_ping",
7795
+ "params": [
7796
+ {
7797
+ "in": "body",
7798
+ "name": "kind"
7799
+ }
7800
+ ],
7801
+ "path": "/playground/workflow/ping",
7802
+ "readOnly": false
7803
+ },
7804
+ "subjects-list": {
7805
+ "level": "read",
7806
+ "method": "GET",
7807
+ "operationKey": "playground_workflow_subjects-list",
7808
+ "params": [
7809
+ {
7810
+ "in": "query",
7811
+ "name": "last_activity_before"
7812
+ },
7813
+ {
7814
+ "in": "query",
7815
+ "name": "last_activity_after"
7816
+ },
7817
+ {
7818
+ "in": "query",
7819
+ "name": "limit"
7820
+ },
7821
+ {
7822
+ "in": "query",
7823
+ "name": "cursor"
7824
+ }
7825
+ ],
7826
+ "path": "/playground/workflow/subjects",
7827
+ "readOnly": true
7828
+ }
7829
+ }
7830
+ },
7624
7831
  "realtime": {
7625
7832
  "archive": {
7626
7833
  "export": {
@@ -12087,6 +12294,23 @@ var operations = {
12087
12294
  "organization_support_threads_list": "read",
12088
12295
  "organization_x_install": "read",
12089
12296
  "organization_youtube_install": "read",
12297
+ "playground_analytics_overview": "read",
12298
+ "playground_billing_entitlements": "read",
12299
+ "playground_billing_record-usage": "write",
12300
+ "playground_clickup_create-task": "write",
12301
+ "playground_clickup_get-last-webhook": "read",
12302
+ "playground_clickup_get-overview": "read",
12303
+ "playground_echo_ping": "read",
12304
+ "playground_gdrive_get-last-change": "read",
12305
+ "playground_gdrive_read-file": "read",
12306
+ "playground_googleads_read-customer": "read",
12307
+ "playground_lifecycle_get-state": "read",
12308
+ "playground_lifecycle_list-events": "read",
12309
+ "playground_webhook_get-last": "read",
12310
+ "playground_workflow_echo": "write",
12311
+ "playground_workflow_echo-list": "read",
12312
+ "playground_workflow_ping": "write",
12313
+ "playground_workflow_subjects-list": "read",
12090
12314
  "realtime_archive_export": "admin",
12091
12315
  "realtime_archive_export_status": "read",
12092
12316
  "realtime_archive_get": "read",
@@ -12369,6 +12593,9 @@ var compositions = {
12369
12593
  "mail_template_unarchive": { "label": "Unarchive template", "options": { "id": "mail_template_list" } },
12370
12594
  "mail_template_update": { "label": "Update template", "options": { "id": "mail_template_list" } },
12371
12595
  "mail_usage_get": { "label": "Get usage" },
12596
+ "playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
12597
+ "playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
12598
+ "playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" },
12372
12599
  "support_agent_create": { "pii": ["input.lesslyUserId", "output.lesslyUserId"], "label": "Create agent" },
12373
12600
  "support_agent_get": { "pii": ["output.lesslyUserId"], "label": "Get agent", "options": { "id": "support_agent_list" } },
12374
12601
  "support_agent_list": { "pii": ["output.agents[].lesslyUserId"], "label": "List agents" },