@microsoft/agents-hosting-extensions-teams 1.2.0-alpha.19.g9aeee229e8 → 1.3.0-beta.10.gf7fc2bf267
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.
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*/
|
|
5
|
-
import {
|
|
5
|
+
import { M365AttachmentDownloader } from '@microsoft/agents-hosting';
|
|
6
6
|
/**
|
|
7
|
-
* @deprecated Use {@link
|
|
7
|
+
* @deprecated Use {@link M365AttachmentDownloader} from @microsoft/agents-hosting instead.
|
|
8
8
|
* Downloads attachments from Teams using the bots access token.
|
|
9
9
|
*/
|
|
10
|
-
export declare class TeamsAttachmentDownloader extends
|
|
10
|
+
export declare class TeamsAttachmentDownloader extends M365AttachmentDownloader {
|
|
11
11
|
}
|
|
@@ -7,10 +7,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7
7
|
exports.TeamsAttachmentDownloader = void 0;
|
|
8
8
|
const agents_hosting_1 = require("@microsoft/agents-hosting");
|
|
9
9
|
/**
|
|
10
|
-
* @deprecated Use {@link
|
|
10
|
+
* @deprecated Use {@link M365AttachmentDownloader} from @microsoft/agents-hosting instead.
|
|
11
11
|
* Downloads attachments from Teams using the bots access token.
|
|
12
12
|
*/
|
|
13
|
-
class TeamsAttachmentDownloader extends agents_hosting_1.
|
|
13
|
+
class TeamsAttachmentDownloader extends agents_hosting_1.M365AttachmentDownloader {
|
|
14
14
|
}
|
|
15
15
|
exports.TeamsAttachmentDownloader = TeamsAttachmentDownloader;
|
|
16
16
|
//# sourceMappingURL=teamsAttachmentDownloader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"teamsAttachmentDownloader.js","sourceRoot":"","sources":["../../src/teamsAttachmentDownloader.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,
|
|
1
|
+
{"version":3,"file":"teamsAttachmentDownloader.js","sourceRoot":"","sources":["../../src/teamsAttachmentDownloader.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,8DAAoE;AAEpE;;;GAGG;AACH,MAAa,yBAA0B,SAAQ,yCAAwB;CACtE;AADD,8DACC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@microsoft/agents-hosting-extensions-teams",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0-beta.10.gf7fc2bf267",
|
|
5
5
|
"homepage": "https://github.com/microsoft/Agents-for-js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"main": "dist/src/index.js",
|
|
20
20
|
"types": "dist/src/index.d.ts",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@microsoft/agents-hosting": "1.
|
|
22
|
+
"@microsoft/agents-hosting": "1.3.0-beta.10.gf7fc2bf267"
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"files": [
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
import {
|
|
6
|
+
import { M365AttachmentDownloader } from '@microsoft/agents-hosting'
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* @deprecated Use {@link
|
|
9
|
+
* @deprecated Use {@link M365AttachmentDownloader} from @microsoft/agents-hosting instead.
|
|
10
10
|
* Downloads attachments from Teams using the bots access token.
|
|
11
11
|
*/
|
|
12
|
-
export class TeamsAttachmentDownloader extends
|
|
12
|
+
export class TeamsAttachmentDownloader extends M365AttachmentDownloader {
|
|
13
13
|
}
|