@lessly/sdk-app 71.2.0 → 71.3.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,198 @@ 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
+ "gdrive": {
7550
+ "get-last-change": {
7551
+ "level": "read",
7552
+ "method": "GET",
7553
+ "operationKey": "playground_gdrive_get-last-change",
7554
+ "path": "/playground/gdrive/changes/last",
7555
+ "readOnly": true
7556
+ },
7557
+ "read-file": {
7558
+ "level": "read",
7559
+ "method": "POST",
7560
+ "operationKey": "playground_gdrive_read-file",
7561
+ "params": [
7562
+ {
7563
+ "in": "body",
7564
+ "name": "fileId"
7565
+ }
7566
+ ],
7567
+ "path": "/playground/gdrive/file",
7568
+ "readOnly": true
7569
+ }
7570
+ },
7571
+ "googleads": {
7572
+ "read-customer": {
7573
+ "level": "read",
7574
+ "method": "POST",
7575
+ "operationKey": "playground_googleads_read-customer",
7576
+ "path": "/playground/googleads/customer",
7577
+ "readOnly": true
7578
+ }
7579
+ },
7580
+ "lifecycle": {
7581
+ "get-state": {
7582
+ "level": "read",
7583
+ "method": "GET",
7584
+ "operationKey": "playground_lifecycle_get-state",
7585
+ "path": "/playground/lifecycle/state",
7586
+ "readOnly": true
7587
+ },
7588
+ "list-events": {
7589
+ "level": "read",
7590
+ "method": "GET",
7591
+ "operationKey": "playground_lifecycle_list-events",
7592
+ "path": "/playground/lifecycle/events",
7593
+ "readOnly": true
7594
+ }
7595
+ },
7596
+ "webhook": {
7597
+ "get-last": {
7598
+ "level": "read",
7599
+ "method": "GET",
7600
+ "operationKey": "playground_webhook_get-last",
7601
+ "path": "/playground/webhooks/last",
7602
+ "readOnly": true
7603
+ }
7604
+ },
7605
+ "workflow": {
7606
+ "echo": {
7607
+ "level": "write",
7608
+ "method": "POST",
7609
+ "operationKey": "playground_workflow_echo",
7610
+ "params": [
7611
+ {
7612
+ "in": "body",
7613
+ "name": "note"
7614
+ },
7615
+ {
7616
+ "in": "body",
7617
+ "name": "tags"
7618
+ }
7619
+ ],
7620
+ "path": "/playground/workflow/echo",
7621
+ "readOnly": false
7622
+ },
7623
+ "echo-list": {
7624
+ "level": "read",
7625
+ "method": "GET",
7626
+ "operationKey": "playground_workflow_echo-list",
7627
+ "path": "/playground/workflow/echoes",
7628
+ "readOnly": true
7629
+ },
7630
+ "ping": {
7631
+ "level": "write",
7632
+ "method": "POST",
7633
+ "operationKey": "playground_workflow_ping",
7634
+ "params": [
7635
+ {
7636
+ "in": "body",
7637
+ "name": "kind"
7638
+ }
7639
+ ],
7640
+ "path": "/playground/workflow/ping",
7641
+ "readOnly": false
7642
+ },
7643
+ "subjects-list": {
7644
+ "level": "read",
7645
+ "method": "GET",
7646
+ "operationKey": "playground_workflow_subjects-list",
7647
+ "params": [
7648
+ {
7649
+ "in": "query",
7650
+ "name": "last_activity_before"
7651
+ },
7652
+ {
7653
+ "in": "query",
7654
+ "name": "last_activity_after"
7655
+ },
7656
+ {
7657
+ "in": "query",
7658
+ "name": "limit"
7659
+ },
7660
+ {
7661
+ "in": "query",
7662
+ "name": "cursor"
7663
+ }
7664
+ ],
7665
+ "path": "/playground/workflow/subjects",
7666
+ "readOnly": true
7667
+ }
7668
+ }
7669
+ },
7478
7670
  "realtime": {
7479
7671
  "archive": {
7480
7672
  "export": {
@@ -9731,7 +9923,7 @@ var bindings = {
9731
9923
  "readOnly": true
9732
9924
  },
9733
9925
  "upsert": {
9734
- "level": "write",
9926
+ "level": "admin",
9735
9927
  "method": "PUT",
9736
9928
  "operationKey": "users_config_upsert",
9737
9929
  "params": [
@@ -9839,7 +10031,7 @@ var bindings = {
9839
10031
  "readOnly": true
9840
10032
  },
9841
10033
  "reset": {
9842
- "level": "write",
10034
+ "level": "admin",
9843
10035
  "method": "POST",
9844
10036
  "operationKey": "users_factors_reset",
9845
10037
  "params": [
@@ -9886,7 +10078,7 @@ var bindings = {
9886
10078
  "readOnly": false
9887
10079
  },
9888
10080
  "rotate": {
9889
- "level": "write",
10081
+ "level": "admin",
9890
10082
  "method": "POST",
9891
10083
  "operationKey": "users_keys_rotate",
9892
10084
  "path": "/users/keys/rotate",
@@ -9962,7 +10154,7 @@ var bindings = {
9962
10154
  "readOnly": true
9963
10155
  },
9964
10156
  "impersonate": {
9965
- "level": "write",
10157
+ "level": "admin",
9966
10158
  "method": "POST",
9967
10159
  "operationKey": "users_sessions_impersonate",
9968
10160
  "params": [
@@ -10026,7 +10218,7 @@ var bindings = {
10026
10218
  },
10027
10219
  "users": {
10028
10220
  "ban": {
10029
- "level": "write",
10221
+ "level": "admin",
10030
10222
  "method": "POST",
10031
10223
  "operationKey": "users_users_ban",
10032
10224
  "params": [
@@ -10100,21 +10292,8 @@ var bindings = {
10100
10292
  "path": "/users/users/:userId",
10101
10293
  "readOnly": false
10102
10294
  },
10103
- "erase": {
10104
- "level": "write",
10105
- "method": "POST",
10106
- "operationKey": "users_users_erase",
10107
- "params": [
10108
- {
10109
- "in": "path",
10110
- "name": "userId"
10111
- }
10112
- ],
10113
- "path": "/users/users/:userId/erase",
10114
- "readOnly": false
10115
- },
10116
10295
  "export": {
10117
- "level": "read",
10296
+ "level": "admin",
10118
10297
  "method": "GET",
10119
10298
  "operationKey": "users_users_export",
10120
10299
  "params": [
@@ -10156,7 +10335,7 @@ var bindings = {
10156
10335
  "readOnly": true
10157
10336
  },
10158
10337
  "import": {
10159
- "level": "write",
10338
+ "level": "admin",
10160
10339
  "method": "POST",
10161
10340
  "operationKey": "users_users_import",
10162
10341
  "params": [
@@ -10231,7 +10410,7 @@ var bindings = {
10231
10410
  "readOnly": true
10232
10411
  },
10233
10412
  "unban": {
10234
- "level": "write",
10413
+ "level": "admin",
10235
10414
  "method": "POST",
10236
10415
  "operationKey": "users_users_unban",
10237
10416
  "params": [
@@ -10313,21 +10492,8 @@ var bindings = {
10313
10492
  }
10314
10493
  },
10315
10494
  "waitlist": {
10316
- "erase": {
10317
- "level": "write",
10318
- "method": "POST",
10319
- "operationKey": "users_waitlist_erase",
10320
- "params": [
10321
- {
10322
- "in": "body",
10323
- "name": "userId"
10324
- }
10325
- ],
10326
- "path": "/users/waitlist/erase",
10327
- "readOnly": false
10328
- },
10329
10495
  "funnel": {
10330
- "level": "write",
10496
+ "level": "read",
10331
10497
  "method": "POST",
10332
10498
  "operationKey": "users_waitlist_funnel",
10333
10499
  "path": "/users/waitlist/funnel",
@@ -10491,7 +10657,7 @@ var bindings = {
10491
10657
  },
10492
10658
  "webhooks-rotate": {
10493
10659
  "secret": {
10494
- "level": "write",
10660
+ "level": "admin",
10495
10661
  "method": "POST",
10496
10662
  "operationKey": "users_webhooks_rotate_secret",
10497
10663
  "params": [
@@ -11791,6 +11957,22 @@ var operations = {
11791
11957
  "organization_support_threads_list": "read",
11792
11958
  "organization_x_install": "read",
11793
11959
  "organization_youtube_install": "read",
11960
+ "playground_analytics_overview": "read",
11961
+ "playground_billing_entitlements": "read",
11962
+ "playground_billing_record-usage": "write",
11963
+ "playground_clickup_create-task": "write",
11964
+ "playground_clickup_get-last-webhook": "read",
11965
+ "playground_clickup_get-overview": "read",
11966
+ "playground_gdrive_get-last-change": "read",
11967
+ "playground_gdrive_read-file": "read",
11968
+ "playground_googleads_read-customer": "read",
11969
+ "playground_lifecycle_get-state": "read",
11970
+ "playground_lifecycle_list-events": "read",
11971
+ "playground_webhook_get-last": "read",
11972
+ "playground_workflow_echo": "write",
11973
+ "playground_workflow_echo-list": "read",
11974
+ "playground_workflow_ping": "write",
11975
+ "playground_workflow_subjects-list": "read",
11794
11976
  "realtime_archive_export": "admin",
11795
11977
  "realtime_archive_export_status": "read",
11796
11978
  "realtime_archive_get": "read",
@@ -11904,35 +12086,33 @@ var operations = {
11904
12086
  "users_apikeys_revoke": "admin",
11905
12087
  "users_audit_list": "read",
11906
12088
  "users_config_get": "read",
11907
- "users_config_upsert": "write",
12089
+ "users_config_upsert": "admin",
11908
12090
  "users_factors_list": "read",
11909
- "users_factors_reset": "write",
12091
+ "users_factors_reset": "admin",
11910
12092
  "users_keys_list": "read",
11911
12093
  "users_keys_revoke": "admin",
11912
- "users_keys_rotate": "write",
12094
+ "users_keys_rotate": "admin",
11913
12095
  "users_ops_retention_get": "read",
11914
12096
  "users_ops_slo_get": "read",
11915
12097
  "users_passkeys_list": "read",
11916
12098
  "users_passkeys_revoke": "admin",
11917
12099
  "users_sessions_get": "read",
11918
- "users_sessions_impersonate": "write",
12100
+ "users_sessions_impersonate": "admin",
11919
12101
  "users_sessions_list": "read",
11920
12102
  "users_sessions_revoke": "admin",
11921
12103
  "users_stats_get": "read",
11922
- "users_users_ban": "write",
12104
+ "users_users_ban": "admin",
11923
12105
  "users_users_create": "write",
11924
12106
  "users_users_delete": "admin",
11925
- "users_users_erase": "write",
11926
- "users_users_export": "read",
12107
+ "users_users_export": "admin",
11927
12108
  "users_users_get": "read",
11928
- "users_users_import": "write",
12109
+ "users_users_import": "admin",
11929
12110
  "users_users_invite": "write",
11930
12111
  "users_users_list": "read",
11931
12112
  "users_users_set_primary_identifier": "write",
11932
- "users_users_unban": "write",
12113
+ "users_users_unban": "admin",
11933
12114
  "users_users_update": "write",
11934
- "users_waitlist_erase": "write",
11935
- "users_waitlist_funnel": "write",
12115
+ "users_waitlist_funnel": "read",
11936
12116
  "users_waitlist_import": "write",
11937
12117
  "users_waitlist_invite": "write",
11938
12118
  "users_waitlist_list": "read",
@@ -11941,7 +12121,7 @@ var operations = {
11941
12121
  "users_webhooks_deliveries_list": "read",
11942
12122
  "users_webhooks_get": "read",
11943
12123
  "users_webhooks_list": "read",
11944
- "users_webhooks_rotate_secret": "write",
12124
+ "users_webhooks_rotate_secret": "admin",
11945
12125
  "users_webhooks_update": "write",
11946
12126
  "waitlist_config_get": "read",
11947
12127
  "waitlist_config_upsert": "write",
@@ -11993,6 +12173,26 @@ var operations = {
11993
12173
  "workflow_wait_resolve": "write"
11994
12174
  };
11995
12175
  var compositions = {
12176
+ "brain_cognition_digest": { "label": "Run cognition digest" },
12177
+ "brain_cognition_sweep": { "label": "Run cognition sweep" },
12178
+ "brain_daemon_reingest": { "label": "Reingest daemon source", "options": { "id": "brain_daemons_list" } },
12179
+ "brain_daemon_run": { "label": "Run ingestion daemon", "options": { "id": "brain_daemons_list" } },
12180
+ "brain_daemon_runs": { "label": "List daemon runs", "options": { "id": "brain_daemons_list" } },
12181
+ "brain_daemon_status": { "label": "Get daemon status", "options": { "id": "brain_daemons_list" } },
12182
+ "brain_daemons_list": { "label": "List daemons" },
12183
+ "brain_knowledge_entity_memories": { "pii": ["input.entity_ref", "output.entity.canonical_name", "output.entity.display_name", "output.entity.aliases", "output.entity.description", "output.memories[].content", "output.memories[].custom"], "label": "List entity memories" },
12184
+ "brain_knowledge_graph": { "pii": ["output.nodes[].canonical_name", "output.nodes[].display_name", "output.nodes[].aliases", "output.nodes[].description", "output.edges[].reason"], "label": "Export knowledge graph" },
12185
+ "brain_knowledge_neighborhood": { "pii": ["input.entity_ref", "output.root.canonical_name", "output.root.display_name", "output.root.aliases", "output.root.description", "output.entities[].canonical_name", "output.entities[].display_name", "output.entities[].aliases", "output.entities[].description", "output.relations[].source_display_name", "output.relations[].source_canonical_name", "output.relations[].target_display_name", "output.relations[].target_canonical_name", "output.relations[].reason"], "label": "Expand entity neighborhood" },
12186
+ "brain_knowledge_relations": { "pii": ["input.source_entity", "input.target_entity", "output.relations[].source_display_name", "output.relations[].source_canonical_name", "output.relations[].target_display_name", "output.relations[].target_canonical_name", "output.relations[].reason"], "label": "List knowledge relations" },
12187
+ "brain_knowledge_search": { "pii": ["input.name", "output.entities[].canonical_name", "output.entities[].display_name", "output.entities[].aliases", "output.entities[].description"], "label": "Search knowledge entities" },
12188
+ "brain_memory_add": { "pii": ["input.content", "input.metadata"], "label": "Add memory" },
12189
+ "brain_memory_delete": { "label": "Delete memory" },
12190
+ "brain_memory_get": { "pii": ["output.content"], "label": "Get memory" },
12191
+ "brain_memory_list": { "pii": ["output.memories[].content", "output.memories[].custom"], "label": "List memories" },
12192
+ "brain_memory_search": { "pii": ["input.query", "output.profile[].content", "output.normal[].content", "output.proactive[].content"], "label": "Search memories" },
12193
+ "brain_memory_stats": { "label": "Memory stats" },
12194
+ "brain_memory_update": { "pii": ["input.content"], "label": "Update memory" },
12195
+ "brain_usage_report": { "label": "Get usage report" },
11996
12196
  "mail_audience_create": { "label": "Create audience" },
11997
12197
  "mail_audience_delete": { "label": "Delete audience" },
11998
12198
  "mail_audience_get": { "label": "Get audience" },
@@ -12031,7 +12231,10 @@ var compositions = {
12031
12231
  "mail_template_list": { "label": "List templates" },
12032
12232
  "mail_template_publish": { "label": "Publish template" },
12033
12233
  "mail_template_update": { "label": "Update template" },
12034
- "mail_usage_get": { "label": "Get usage" }
12234
+ "mail_usage_get": { "label": "Get usage" },
12235
+ "playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
12236
+ "playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
12237
+ "playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" }
12035
12238
  };
12036
12239
 
12037
12240
  // src/runtime/permission-match.ts