@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/dist/index.js
CHANGED
|
@@ -12001,6 +12001,13 @@ var compositions = {
|
|
|
12001
12001
|
"brain_memory_stats": { "label": "Memory stats" },
|
|
12002
12002
|
"brain_memory_update": { "pii": ["input.content"], "label": "Update memory" },
|
|
12003
12003
|
"brain_usage_report": { "label": "Get usage report" },
|
|
12004
|
+
"content_metrics_post_series": { "label": "Read post metrics", "options": { "id": "content_publications_list" } },
|
|
12005
|
+
"content_posts_create": { "pii": ["output.author"], "label": "Create draft post" },
|
|
12006
|
+
"content_posts_submit": { "pii": ["output.author"], "label": "Submit post for approval", "options": { "id": "content_posts_list" } },
|
|
12007
|
+
"content_publications_cancel": { "label": "Cancel publication", "options": { "id": "content_publications_list" } },
|
|
12008
|
+
"content_publications_publish": { "label": "Publish now", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.settled" },
|
|
12009
|
+
"content_publications_schedule": { "label": "Schedule publication", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.settled" },
|
|
12010
|
+
"content_publications_validate": { "label": "Validate post against channels", "options": { "postId": "content_posts_list" } },
|
|
12004
12011
|
"mail_audience_create": { "label": "Create audience" },
|
|
12005
12012
|
"mail_audience_delete": { "label": "Delete audience" },
|
|
12006
12013
|
"mail_audience_get": { "label": "Get audience" },
|