@lessly/sdk-app 73.1.0 → 73.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 +7 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/manifest.gen.ts +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "73.
|
|
3
|
+
"version": "73.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -209,5 +209,5 @@
|
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
-
"sdkContentHash": "sha256:
|
|
212
|
+
"sdkContentHash": "sha256:0c171dd0efc847f0ff75dbf04bdb91e05d47632c3265d613eb5b954ff45f67cd"
|
|
213
213
|
}
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -616,6 +616,13 @@ export const compositions: Record<string, ToolComposition> = {
|
|
|
616
616
|
'brain_memory_stats': {"label":"Memory stats"},
|
|
617
617
|
'brain_memory_update': {"pii":["input.content"],"label":"Update memory"},
|
|
618
618
|
'brain_usage_report': {"label":"Get usage report"},
|
|
619
|
+
'content_metrics_post_series': {"label":"Read post metrics","options":{"id":"content_publications_list"}},
|
|
620
|
+
'content_posts_create': {"pii":["output.author"],"label":"Create draft post"},
|
|
621
|
+
'content_posts_submit': {"pii":["output.author"],"label":"Submit post for approval","options":{"id":"content_posts_list"}},
|
|
622
|
+
'content_publications_cancel': {"label":"Cancel publication","options":{"id":"content_publications_list"}},
|
|
623
|
+
'content_publications_publish': {"label":"Publish now","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.settled"},
|
|
624
|
+
'content_publications_schedule': {"label":"Schedule publication","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.settled"},
|
|
625
|
+
'content_publications_validate': {"label":"Validate post against channels","options":{"postId":"content_posts_list"}},
|
|
619
626
|
'mail_audience_create': {"label":"Create audience"},
|
|
620
627
|
'mail_audience_delete': {"label":"Delete audience"},
|
|
621
628
|
'mail_audience_get': {"label":"Get audience"},
|