@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.js CHANGED
@@ -841,6 +841,13 @@ var compositions = {
841
841
  "brain_memory_stats": { "label": "Memory stats" },
842
842
  "brain_memory_update": { "pii": ["input.content"], "label": "Update memory" },
843
843
  "brain_usage_report": { "label": "Get usage report" },
844
+ "content_metrics_post_series": { "label": "Read post metrics", "options": { "id": "content_publications_list" } },
845
+ "content_posts_create": { "pii": ["output.author"], "label": "Create draft post" },
846
+ "content_posts_submit": { "pii": ["output.author"], "label": "Submit post for approval", "options": { "id": "content_posts_list" } },
847
+ "content_publications_cancel": { "label": "Cancel publication", "options": { "id": "content_publications_list" } },
848
+ "content_publications_publish": { "label": "Publish now", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.published" },
849
+ "content_publications_schedule": { "label": "Schedule publication", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.published" },
850
+ "content_publications_validate": { "label": "Validate post against channels", "options": { "postId": "content_posts_list" } },
844
851
  "mail_audience_create": { "label": "Create audience" },
845
852
  "mail_audience_delete": { "label": "Delete audience" },
846
853
  "mail_audience_get": { "label": "Get audience" },