@lessly/sdk-app 71.4.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 +35 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +35 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/manifest.gen.ts +34 -0
package/dist/index.cjs
CHANGED
|
@@ -12241,7 +12241,41 @@ var compositions = {
|
|
|
12241
12241
|
"mail_usage_get": { "label": "Get usage" },
|
|
12242
12242
|
"playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
|
|
12243
12243
|
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
|
|
12244
|
-
"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" } }
|
|
12245
12279
|
};
|
|
12246
12280
|
|
|
12247
12281
|
// src/runtime/permission-match.ts
|