@lessly/sdk-app 71.1.0 → 71.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 +41 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +41 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/manifest.gen.ts +41 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "71.
|
|
3
|
+
"version": "71.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -209,5 +209,5 @@
|
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
-
"sdkContentHash": "sha256:
|
|
212
|
+
"sdkContentHash": "sha256:d5faa822eb89582379bd82af7c757ee5f3a7edccbfdf6c41e24282a2866ef0ea"
|
|
213
213
|
}
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -596,4 +596,44 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
596
596
|
'workflow_wait_resolve': 'write',
|
|
597
597
|
};
|
|
598
598
|
|
|
599
|
-
export const compositions: Record<string, ToolComposition> = {
|
|
599
|
+
export const compositions: Record<string, ToolComposition> = {
|
|
600
|
+
'mail_audience_create': {"label":"Create audience"},
|
|
601
|
+
'mail_audience_delete': {"label":"Delete audience"},
|
|
602
|
+
'mail_audience_get': {"label":"Get audience"},
|
|
603
|
+
'mail_audience_list': {"label":"List audiences"},
|
|
604
|
+
'mail_audience_update': {"label":"Rename audience"},
|
|
605
|
+
'mail_broadcast_cancel': {"pii":["output.from","output.replyTo"],"label":"Cancel broadcast"},
|
|
606
|
+
'mail_broadcast_create': {"pii":["input.from","input.replyTo","output.from","output.replyTo"],"label":"Create broadcast","options":{"audienceId":"mail_audience_list","template.id":"mail_template_list"}},
|
|
607
|
+
'mail_broadcast_delete': {"label":"Delete broadcast"},
|
|
608
|
+
'mail_broadcast_get': {"pii":["output.from","output.replyTo"],"label":"Get broadcast"},
|
|
609
|
+
'mail_broadcast_list': {"pii":["output.items[].from","output.items[].replyTo"],"label":"List broadcasts"},
|
|
610
|
+
'mail_broadcast_queue': {"pii":["output.from","output.replyTo"],"label":"Queue broadcast"},
|
|
611
|
+
'mail_broadcast_stats': {"label":"Broadcast stats"},
|
|
612
|
+
'mail_broadcast_update': {"pii":["input.from","input.replyTo","output.from","output.replyTo"],"label":"Update broadcast","options":{"audienceId":"mail_audience_list","template.id":"mail_template_list"}},
|
|
613
|
+
'mail_contact_create': {"pii":["input.email","input.properties","output.email","output.properties"],"label":"Create contact","options":{"audience_id":"mail_audience_list"}},
|
|
614
|
+
'mail_contact_delete': {"label":"Delete contact","options":{"audience_id":"mail_audience_list"}},
|
|
615
|
+
'mail_contact_get': {"pii":["output.email","output.properties"],"label":"Get contact","options":{"audience_id":"mail_audience_list"}},
|
|
616
|
+
'mail_contact_list': {"pii":["output.data[].email","output.data[].properties"],"label":"List contacts","options":{"audience_id":"mail_audience_list"}},
|
|
617
|
+
'mail_contact_update': {"pii":["input.properties","output.email","output.properties"],"label":"Update contact","options":{"audience_id":"mail_audience_list"}},
|
|
618
|
+
'mail_domain_allowed_list': {"label":"List allowed apex domains"},
|
|
619
|
+
'mail_domain_get': {"label":"Get domain"},
|
|
620
|
+
'mail_domain_list': {"label":"List domains"},
|
|
621
|
+
'mail_domain_verify': {"label":"Verify domain","completion_event":"mail/domain.verified"},
|
|
622
|
+
'mail_email_cancel': {"label":"Cancel email"},
|
|
623
|
+
'mail_email_get': {"pii":["output.from","output.to","output.cc","output.bcc"],"label":"Get email"},
|
|
624
|
+
'mail_email_send': {"pii":["input.from","input.to","input.cc","input.bcc","input.reply_to"],"label":"Send email","options":{"template.id":"mail_template_list"},"completion_event":"mail/email.delivered"},
|
|
625
|
+
'mail_email_send_batch': {"pii":["input.emails[].from","input.emails[].to","input.emails[].cc","input.emails[].bcc","input.emails[].reply_to"],"label":"Send email batch"},
|
|
626
|
+
'mail_email_update': {"label":"Reschedule email"},
|
|
627
|
+
'mail_reputation_get': {"label":"Get reputation status"},
|
|
628
|
+
'mail_stats_get': {"label":"Get sending stats"},
|
|
629
|
+
'mail_suppression_add': {"pii":["input.address","output.address"],"label":"Suppress address"},
|
|
630
|
+
'mail_suppression_list': {"pii":["input.q","output.items[].address"],"label":"List suppressions"},
|
|
631
|
+
'mail_suppression_remove': {"pii":["input.address","output.address"],"label":"Unsuppress address"},
|
|
632
|
+
'mail_template_create': {"label":"Create template"},
|
|
633
|
+
'mail_template_delete': {"label":"Delete template"},
|
|
634
|
+
'mail_template_get': {"label":"Get template"},
|
|
635
|
+
'mail_template_list': {"label":"List templates"},
|
|
636
|
+
'mail_template_publish': {"label":"Publish template"},
|
|
637
|
+
'mail_template_update': {"label":"Update template"},
|
|
638
|
+
'mail_usage_get': {"label":"Get usage"},
|
|
639
|
+
};
|