@lessly/sdk-app 71.3.0 → 71.4.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": "71.
|
|
3
|
+
"version": "71.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -219,5 +219,5 @@
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
|
-
"sdkContentHash": "sha256:
|
|
222
|
+
"sdkContentHash": "sha256:a9a386373da1c6f7f68ced53e4c73478fbefd2e1a4b69f4a56985cceec23cd72"
|
|
223
223
|
}
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -631,6 +631,13 @@ export const compositions: Record<string, ToolComposition> = {
|
|
|
631
631
|
'brain_memory_stats': {"label":"Memory stats"},
|
|
632
632
|
'brain_memory_update': {"pii":["input.content"],"label":"Update memory"},
|
|
633
633
|
'brain_usage_report': {"label":"Get usage report"},
|
|
634
|
+
'content_metrics_post_series': {"label":"Read post metrics","options":{"id":"content_publications_list"}},
|
|
635
|
+
'content_posts_create': {"pii":["output.author"],"label":"Create draft post"},
|
|
636
|
+
'content_posts_submit': {"pii":["output.author"],"label":"Submit post for approval","options":{"id":"content_posts_list"}},
|
|
637
|
+
'content_publications_cancel': {"label":"Cancel publication","options":{"id":"content_publications_list"}},
|
|
638
|
+
'content_publications_publish': {"label":"Publish now","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.published"},
|
|
639
|
+
'content_publications_schedule': {"label":"Schedule publication","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.published"},
|
|
640
|
+
'content_publications_validate': {"label":"Validate post against channels","options":{"postId":"content_posts_list"}},
|
|
634
641
|
'mail_audience_create': {"label":"Create audience"},
|
|
635
642
|
'mail_audience_delete': {"label":"Delete audience"},
|
|
636
643
|
'mail_audience_get': {"label":"Get audience"},
|