@lessly/sdk-app 71.3.0 → 71.5.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 +42 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +42 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/manifest.gen.ts +41 -0
package/dist/index.cjs
CHANGED
|
@@ -12193,6 +12193,13 @@ var compositions = {
|
|
|
12193
12193
|
"brain_memory_stats": { "label": "Memory stats" },
|
|
12194
12194
|
"brain_memory_update": { "pii": ["input.content"], "label": "Update memory" },
|
|
12195
12195
|
"brain_usage_report": { "label": "Get usage report" },
|
|
12196
|
+
"content_metrics_post_series": { "label": "Read post metrics", "options": { "id": "content_publications_list" } },
|
|
12197
|
+
"content_posts_create": { "pii": ["output.author"], "label": "Create draft post" },
|
|
12198
|
+
"content_posts_submit": { "pii": ["output.author"], "label": "Submit post for approval", "options": { "id": "content_posts_list" } },
|
|
12199
|
+
"content_publications_cancel": { "label": "Cancel publication", "options": { "id": "content_publications_list" } },
|
|
12200
|
+
"content_publications_publish": { "label": "Publish now", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.published" },
|
|
12201
|
+
"content_publications_schedule": { "label": "Schedule publication", "options": { "postId": "content_posts_list", "channelId": "content_channels_list" }, "completion_event": "content/publication.published" },
|
|
12202
|
+
"content_publications_validate": { "label": "Validate post against channels", "options": { "postId": "content_posts_list" } },
|
|
12196
12203
|
"mail_audience_create": { "label": "Create audience" },
|
|
12197
12204
|
"mail_audience_delete": { "label": "Delete audience" },
|
|
12198
12205
|
"mail_audience_get": { "label": "Get audience" },
|
|
@@ -12234,7 +12241,41 @@ var compositions = {
|
|
|
12234
12241
|
"mail_usage_get": { "label": "Get usage" },
|
|
12235
12242
|
"playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
|
|
12236
12243
|
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
|
|
12237
|
-
"playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" }
|
|
12244
|
+
"playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" },
|
|
12245
|
+
"support_agent_create": { "pii": ["input.lesslyUserId", "output.lesslyUserId"], "label": "Create agent profile" },
|
|
12246
|
+
"support_agent_get": { "pii": ["output.lesslyUserId"], "label": "Get agent", "options": { "id": "support_agent_list" } },
|
|
12247
|
+
"support_agent_list": { "pii": ["output.agents[].lesslyUserId"], "label": "List agents" },
|
|
12248
|
+
"support_agent_update": { "pii": ["input.lesslyUserId", "output.lesslyUserId"], "label": "Update agent profile", "options": { "id": "support_agent_list" } },
|
|
12249
|
+
"support_label_create": { "label": "Create label" },
|
|
12250
|
+
"support_label_list": { "label": "List labels" },
|
|
12251
|
+
"support_message_create": { "pii": ["input.body", "input.authorExternalId", "output.body", "output.authorExternalId"], "label": "Write message", "options": { "threadId": "support_thread_list", "authorAgentId": "support_agent_list" } },
|
|
12252
|
+
"support_message_list": { "pii": ["output.messages[].body", "output.messages[].authorExternalId"], "label": "List messages", "options": { "threadId": "support_thread_list" } },
|
|
12253
|
+
"support_response_escalate": { "pii": ["output.response.authorExternalId", "output.response.answers", "output.thread.title", "output.thread.authorExternalId", "output.thread.authorDisplay"], "label": "Escalate response into a thread", "options": { "id": "support_response_list" } },
|
|
12254
|
+
"support_response_get": { "pii": ["output.authorExternalId", "output.answers"], "label": "Get survey response", "options": { "id": "support_response_list" } },
|
|
12255
|
+
"support_response_list": { "pii": ["output.responses[].authorExternalId", "output.responses[].answers"], "label": "List survey responses", "options": { "surveyId": "support_survey_list" } },
|
|
12256
|
+
"support_rule_create": { "label": "Create delivery rule", "options": { "surveyId": "support_survey_list" } },
|
|
12257
|
+
"support_rule_delete": { "label": "Delete delivery rule", "options": { "id": "support_rule_list" } },
|
|
12258
|
+
"support_rule_get": { "label": "Get delivery rule", "options": { "id": "support_rule_list" } },
|
|
12259
|
+
"support_rule_list": { "label": "List delivery rules", "options": { "surveyId": "support_survey_list" } },
|
|
12260
|
+
"support_rule_update": { "label": "Update delivery rule", "options": { "id": "support_rule_list" } },
|
|
12261
|
+
"support_status_archive": { "label": "Archive status", "options": { "id": "support_status_list", "targetStatusId": "support_status_list" } },
|
|
12262
|
+
"support_status_create": { "label": "Create status" },
|
|
12263
|
+
"support_status_list": { "label": "List statuses" },
|
|
12264
|
+
"support_status_update": { "label": "Update status", "options": { "id": "support_status_list" } },
|
|
12265
|
+
"support_survey_archive": { "label": "Archive survey", "options": { "id": "support_survey_list" } },
|
|
12266
|
+
"support_survey_create": { "label": "Create survey" },
|
|
12267
|
+
"support_survey_get": { "label": "Get survey", "options": { "id": "support_survey_list" } },
|
|
12268
|
+
"support_survey_list": { "label": "List surveys" },
|
|
12269
|
+
"support_survey_publish": { "label": "Publish survey", "options": { "id": "support_survey_list" } },
|
|
12270
|
+
"support_survey_stats": { "label": "Read survey stats", "options": { "id": "support_survey_list" } },
|
|
12271
|
+
"support_survey_unpublish": { "label": "Unpublish survey", "options": { "id": "support_survey_list" } },
|
|
12272
|
+
"support_survey_update": { "label": "Update survey", "options": { "id": "support_survey_list" } },
|
|
12273
|
+
"support_thread_assign": { "pii": ["output.title", "output.authorExternalId", "output.authorDisplay"], "label": "Assign thread", "options": { "id": "support_thread_list", "agentId": "support_agent_list" } },
|
|
12274
|
+
"support_thread_create": { "pii": ["input.title", "input.authorExternalId", "input.authorDisplay", "output.title", "output.authorExternalId", "output.authorDisplay"], "label": "Open support thread", "options": { "labelIds": "support_label_list" } },
|
|
12275
|
+
"support_thread_get": { "pii": ["output.title", "output.authorExternalId", "output.authorDisplay"], "label": "Get support thread", "options": { "id": "support_thread_list" } },
|
|
12276
|
+
"support_thread_list": { "pii": ["input.authorExternalId", "output.threads[].title", "output.threads[].authorExternalId", "output.threads[].authorDisplay"], "label": "List support threads", "options": { "labelIds": "support_label_list", "statusId": "support_status_list", "assignedAgentId": "support_agent_list" } },
|
|
12277
|
+
"support_thread_status_set": { "pii": ["output.title", "output.authorExternalId", "output.authorDisplay"], "label": "Move thread to status", "options": { "id": "support_thread_list", "statusId": "support_status_list" } },
|
|
12278
|
+
"support_thread_update": { "pii": ["input.title", "output.title", "output.authorExternalId", "output.authorDisplay"], "label": "Update thread", "options": { "id": "support_thread_list", "labelIds": "support_label_list" } }
|
|
12238
12279
|
};
|
|
12239
12280
|
|
|
12240
12281
|
// src/runtime/permission-match.ts
|