@lessly/sdk-app 71.2.1 → 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/_types/gen/client.gen.d.ts +35 -3
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +66 -0
- package/dist/_types/gen/types.gen.d.ts +308 -49
- package/dist/_types/gen/users/index.d.ts +1 -1
- package/dist/_types/gen/users/queryOptions.gen.d.ts +1 -9
- package/dist/chunk-C3QGKPUY.js +11364 -0
- package/dist/chunk-C3QGKPUY.js.map +1 -0
- package/dist/index.cjs +232 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +42 -11189
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs +101 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +74 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/users/index.cjs +0 -10
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.js +1 -9
- package/dist/users/index.js.map +1 -1
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +201 -27
- package/src/gen/client.gen.ts +66 -6
- package/src/gen/manifest.gen.ts +40 -3
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +112 -0
- package/src/gen/types.gen.ts +352 -53
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +0 -12
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": {
|
|
@@ -10100,19 +10292,6 @@ var bindings = {
|
|
|
10100
10292
|
"path": "/users/users/:userId",
|
|
10101
10293
|
"readOnly": false
|
|
10102
10294
|
},
|
|
10103
|
-
"erase": {
|
|
10104
|
-
"level": "admin",
|
|
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
10296
|
"level": "admin",
|
|
10118
10297
|
"method": "GET",
|
|
@@ -10313,19 +10492,6 @@ var bindings = {
|
|
|
10313
10492
|
}
|
|
10314
10493
|
},
|
|
10315
10494
|
"waitlist": {
|
|
10316
|
-
"erase": {
|
|
10317
|
-
"level": "admin",
|
|
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
10496
|
"level": "read",
|
|
10331
10497
|
"method": "POST",
|
|
@@ -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",
|
|
@@ -11922,7 +12104,6 @@ var operations = {
|
|
|
11922
12104
|
"users_users_ban": "admin",
|
|
11923
12105
|
"users_users_create": "write",
|
|
11924
12106
|
"users_users_delete": "admin",
|
|
11925
|
-
"users_users_erase": "admin",
|
|
11926
12107
|
"users_users_export": "admin",
|
|
11927
12108
|
"users_users_get": "read",
|
|
11928
12109
|
"users_users_import": "admin",
|
|
@@ -11931,7 +12112,6 @@ var operations = {
|
|
|
11931
12112
|
"users_users_set_primary_identifier": "write",
|
|
11932
12113
|
"users_users_unban": "admin",
|
|
11933
12114
|
"users_users_update": "write",
|
|
11934
|
-
"users_waitlist_erase": "admin",
|
|
11935
12115
|
"users_waitlist_funnel": "read",
|
|
11936
12116
|
"users_waitlist_import": "write",
|
|
11937
12117
|
"users_waitlist_invite": "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
|