@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/manifest.gen.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "72.
|
|
3
|
+
"version": "72.2.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:d8910c1e0ac3a9547527c0d179b4c610f4f60b7aa8dbb8ca45d4447384665fc0"
|
|
223
223
|
}
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -636,8 +636,8 @@ export const compositions: Record<string, ToolComposition> = {
|
|
|
636
636
|
'content_posts_create': {"pii":["output.author"],"label":"Create draft post"},
|
|
637
637
|
'content_posts_submit': {"pii":["output.author"],"label":"Submit post for approval","options":{"id":"content_posts_list"}},
|
|
638
638
|
'content_publications_cancel': {"label":"Cancel publication","options":{"id":"content_publications_list"}},
|
|
639
|
-
'content_publications_publish': {"label":"Publish now","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.
|
|
640
|
-
'content_publications_schedule': {"label":"Schedule publication","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.
|
|
639
|
+
'content_publications_publish': {"label":"Publish now","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.settled"},
|
|
640
|
+
'content_publications_schedule': {"label":"Schedule publication","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.settled"},
|
|
641
641
|
'content_publications_validate': {"label":"Validate post against channels","options":{"postId":"content_posts_list"}},
|
|
642
642
|
'mail_audience_create': {"label":"Create audience"},
|
|
643
643
|
'mail_audience_delete': {"label":"Delete audience"},
|