@microsoft/agents-hosting-extensions-teams 1.1.0-alpha.14.g5a79897a92 → 1.1.0-alpha.58

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.
@@ -23,10 +23,6 @@ export interface TeamsChannelAccount extends ChannelAccount {
23
23
  * User principal name of the user.
24
24
  */
25
25
  userPrincipalName?: string;
26
- /**
27
- * Tenant ID of the user.
28
- */
29
- tenantId?: string;
30
26
  /**
31
27
  * Role of the user in the team.
32
28
  */
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.1.0-alpha.14.g5a79897a92",
4
+ "version": "1.1.0-alpha.58",
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.1.0-alpha.14.g5a79897a92"
22
+ "@microsoft/agents-hosting": "1.1.0-alpha.58"
23
23
  },
24
24
  "license": "MIT",
25
25
  "files": [
@@ -25,10 +25,6 @@ export interface TeamsChannelAccount extends ChannelAccount {
25
25
  * User principal name of the user.
26
26
  */
27
27
  userPrincipalName?: string
28
- /**
29
- * Tenant ID of the user.
30
- */
31
- tenantId?: string
32
28
  /**
33
29
  * Role of the user in the team.
34
30
  */