@lessly/sdk-app 72.1.0 → 72.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 CHANGED
@@ -12215,8 +12215,8 @@ var compositions = {
12215
12215
  "content_posts_create": { "pii": ["output.author"], "label": "Create draft post" },
12216
12216
  "content_posts_submit": { "pii": ["output.author"], "label": "Submit post for approval", "options": { "id": "content_posts_list" } },
12217
12217
  "content_publications_cancel": { "label": "Cancel publication", "options": { "id": "content_publications_list" } },
12218
- "content_publications_publish": { "label": "Publish now", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.published" },
12219
- "content_publications_schedule": { "label": "Schedule publication", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.published" },
12218
+ "content_publications_publish": { "label": "Publish now", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.settled" },
12219
+ "content_publications_schedule": { "label": "Schedule publication", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.settled" },
12220
12220
  "content_publications_validate": { "label": "Validate post against channels", "options": { "postId": "content_posts_list" } },
12221
12221
  "mail_audience_create": { "label": "Create audience" },
12222
12222
  "mail_audience_delete": { "label": "Delete audience" },