@microsoft/teams.api 0.2.7 → 0.2.9

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/README.md CHANGED
@@ -13,14 +13,14 @@
13
13
  <a href="https://www.npmjs.com/package/@microsoft/teams.api" target="_blank">
14
14
  <img src="https://img.shields.io/npm/dw/@microsoft/teams.api" />
15
15
  </a>
16
- <a href="https://microsoft.github.io/teams.js" target="_blank">
16
+ <a href="https://microsoft.github.io/teams.ts" target="_blank">
17
17
  <img src="https://img.shields.io/badge/📖 docs-open-blue" />
18
18
  </a>
19
19
  </p>
20
20
 
21
21
  Model and client implementations used to send and receive requests from Teams.
22
22
 
23
- <a href="https://microsoft.github.io/teams.js/2.getting-started/1.create-application.html" target="_blank">
23
+ <a href="https://microsoft.github.io/teams.ts/2.getting-started/1.create-application.html" target="_blank">
24
24
  <img src="https://img.shields.io/badge/📖 Getting Started-blue?style=for-the-badge" />
25
25
  </a>
26
26
 
@@ -21,7 +21,7 @@ type ConfigResponse = {
21
21
  /**
22
22
  * @member {ConfigResponseConfig} [config] The ConfigResponse config of BotConfigAuth or TaskModuleResponse
23
23
  */
24
- config: ConfigAuth | TaskModuleResponse;
24
+ config: ConfigAuth | TaskModuleResponse['task'];
25
25
  /**
26
26
  * @member {string} [responseType] The type of response 'config'.
27
27
  */
@@ -21,7 +21,7 @@ type ConfigResponse = {
21
21
  /**
22
22
  * @member {ConfigResponseConfig} [config] The ConfigResponse config of BotConfigAuth or TaskModuleResponse
23
23
  */
24
- config: ConfigAuth | TaskModuleResponse;
24
+ config: ConfigAuth | TaskModuleResponse['task'];
25
25
  /**
26
26
  * @member {string} [responseType] The type of response 'config'.
27
27
  */
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@microsoft/teams.api",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
8
- "homepage": "https://github.com/microsoft/teams.js",
9
- "bugs": "https://github.com/microsoft/teams.js/issues",
8
+ "homepage": "https://github.com/microsoft/teams.ts",
9
+ "bugs": "https://github.com/microsoft/teams.ts/issues",
10
10
  "files": [
11
11
  "dist",
12
12
  "README.md"
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/microsoft/teams.js.git",
19
+ "url": "https://github.com/microsoft/teams.ts.git",
20
20
  "directory": "packages/api"
21
21
  },
22
22
  "keywords": [