@activepieces/piece-microsoft-copilot 0.0.1 → 0.0.2
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/package.json +2 -2
- package/src/i18n/translation.json +42 -0
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-microsoft-copilot",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@activepieces/pieces-common": "0.12.0",
|
|
9
9
|
"@activepieces/pieces-framework": "0.26.0",
|
|
10
|
-
"@activepieces/shared": "0.
|
|
10
|
+
"@activepieces/shared": "0.50.1",
|
|
11
11
|
"@microsoft/microsoft-graph-client": "3.0.7",
|
|
12
12
|
"@microsoft/microsoft-graph-types": "2.40.0",
|
|
13
13
|
"tslib": "2.6.2"
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\n**Note:** This piece requires a **Microsoft 365 Copilot license** to access Copilot interaction data.\n\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - Sites.Read.All\n - Mail.Read\n - Fi": "\n**Note:** This piece requires a **Microsoft 365 Copilot license** to access Copilot interaction data.\n\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - Sites.Read.All\n - Mail.Read\n - Files.ReadWrite.All\n - People.Read.All\n - OnlineMeetingTranscript.Read.All\n - Chat.Read\n - ChannelMessage.Read.All\n - ExternalItem.Read.All\n - AiEnterpriseInteraction.Read\n - Files.Read.All",
|
|
3
|
+
"Chat with Copilot": "Chat with Copilot",
|
|
4
|
+
"Search Copilot": "Search Copilot",
|
|
5
|
+
"Custom API Call": "Custom API Call",
|
|
6
|
+
"Send a message to an existing Copilot conversation or creating a new one and get a response": "Send a message to an existing Copilot conversation or creating a new one and get a response",
|
|
7
|
+
"Perform hybrid (semantic and lexical) search across OneDrive for work or school content using natural language queries": "Perform hybrid (semantic and lexical) search across OneDrive for work or school content using natural language queries",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Conversation ID": "Conversation ID",
|
|
10
|
+
"Message Text": "Message Text",
|
|
11
|
+
"Time Zone": "Time Zone",
|
|
12
|
+
"Enable Web Search Grounding": "Enable Web Search Grounding",
|
|
13
|
+
"Search Query": "Search Query",
|
|
14
|
+
"Filter Expression (Optional)": "Filter Expression (Optional)",
|
|
15
|
+
"Resource Metadata Names (Optional)": "Resource Metadata Names (Optional)",
|
|
16
|
+
"Method": "Method",
|
|
17
|
+
"Headers": "Headers",
|
|
18
|
+
"Query Parameters": "Query Parameters",
|
|
19
|
+
"Body Type": "Body Type",
|
|
20
|
+
"Body": "Body",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"Follow redirects": "Follow redirects",
|
|
25
|
+
"The ID of an existing conversation. If not provided, a new conversation will be created.": "The ID of an existing conversation. If not provided, a new conversation will be created.",
|
|
26
|
+
"User location time zone in IANA format (e.g., America/New_York, Europe/London)": "User location time zone in IANA format (e.g., America/New_York, Europe/London)",
|
|
27
|
+
"Natural language query to search for relevant files. Maximum 1,500 characters.": "Natural language query to search for relevant files. Maximum 1,500 characters.",
|
|
28
|
+
"KQL filter expression for OneDrive data source (https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference). Example: path:\"https://contoso-my.sharepoint.com/personal/user/Documents/\"": "KQL filter expression for OneDrive data source (https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference). Example: path:\"https://contoso-my.sharepoint.com/personal/user/Documents/\"",
|
|
29
|
+
"Array of metadata field names to include in results. Example: [\"title\", \"author\"]": "Array of metadata field names to include in results. Example: [\"title\", \"author\"]",
|
|
30
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
32
|
+
"GET": "GET",
|
|
33
|
+
"POST": "POST",
|
|
34
|
+
"PATCH": "PATCH",
|
|
35
|
+
"PUT": "PUT",
|
|
36
|
+
"DELETE": "DELETE",
|
|
37
|
+
"HEAD": "HEAD",
|
|
38
|
+
"None": "None",
|
|
39
|
+
"JSON": "JSON",
|
|
40
|
+
"Form Data": "Form Data",
|
|
41
|
+
"Raw": "Raw"
|
|
42
|
+
}
|