@microsoft/teamsfx 4.0.1-alpha.5a20dc8c3.0 → 4.0.1-alpha.692dccecf.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.
@@ -9,7 +9,7 @@ import { AxiosInstance } from 'axios';
9
9
  import { AxiosRequestConfig } from 'axios';
10
10
  import { CardAction } from '@microsoft/agents-activity';
11
11
  import { CardImage } from '@microsoft/agents-hosting';
12
- import { ChannelInfo } from '@microsoft/agents-hosting-teams';
12
+ import { ChannelInfo } from '@microsoft/agents-hosting-extensions-teams';
13
13
  import { CloudAdapter } from '@microsoft/agents-hosting';
14
14
  import { ComponentDialog } from '@microsoft/agents-hosting-dialogs';
15
15
  import { ConversationReference } from '@microsoft/agents-activity';
@@ -20,16 +20,15 @@ import { DialogTurnResult } from '@microsoft/agents-hosting-dialogs';
20
20
  import { GetTokenOptions } from '@azure/identity';
21
21
  import { HeroCard } from '@microsoft/agents-hosting';
22
22
  import { InvokeResponse } from '@microsoft/agents-hosting';
23
- import { MessagingExtensionResponse } from '@microsoft/agents-hosting-teams';
23
+ import { MessagingExtensionResponse } from '@microsoft/agents-hosting-extensions-teams';
24
24
  import { O365ConnectorCard } from '@microsoft/agents-hosting';
25
25
  import { ReceiptCard } from '@microsoft/agents-hosting';
26
26
  import { Request as Request_2 } from '@microsoft/agents-hosting';
27
27
  import { SecureContextOptions } from 'tls';
28
- import { SigninStateVerificationQuery } from '@microsoft/agents-hosting-teams';
29
28
  import { StatusCodes } from '@microsoft/agents-hosting';
30
29
  import { Storage as Storage_2 } from '@microsoft/agents-hosting';
31
- import { TeamDetails } from '@microsoft/agents-hosting-teams';
32
- import { TeamsChannelAccount } from '@microsoft/agents-hosting-teams';
30
+ import { TeamDetails } from '@microsoft/agents-hosting-extensions-teams';
31
+ import { TeamsChannelAccount } from '@microsoft/agents-hosting-extensions-teams';
33
32
  import { ThumbnailCard } from '@microsoft/agents-hosting';
34
33
  import { TokenCredential } from '@azure/identity';
35
34
  import { TurnContext } from '@microsoft/agents-hosting';
@@ -369,7 +368,9 @@ export declare class ApiKeyProvider implements AuthProvider {
369
368
  * @remarks
370
369
  * It should trigger {@link BotSsoExecutionDialog} instance to handle signin process
371
370
  */
372
- handleTeamsSigninVerifyState(context: TurnContext, query: SigninStateVerificationQuery): Promise<void>;
371
+ handleTeamsSigninVerifyState(context: TurnContext, query: {
372
+ state?: string;
373
+ }): Promise<void>;
373
374
  /**
374
375
  * Receives invoke activities with Activity name of 'signin/tokenExchange'
375
376
  * @param context A context object for this turn.
@@ -379,7 +380,9 @@ export declare class ApiKeyProvider implements AuthProvider {
379
380
  * @remarks
380
381
  * It should trigger {@link BotSsoExecutionDialog} instance to handle signin process
381
382
  */
382
- handleTeamsSigninTokenExchange(context: TurnContext, query: SigninStateVerificationQuery): Promise<void>;
383
+ handleTeamsSigninTokenExchange(context: TurnContext, query: {
384
+ state?: string;
385
+ }): Promise<void>;
383
386
  }
384
387
 
385
388
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "4.0.1-alpha.5a20dc8c3.0",
3
+ "version": "4.0.1-alpha.692dccecf.0",
4
4
  "description": "Microsoft Teams Framework for Node.js and browser.",
5
5
  "main": "dist/index.node.cjs.js",
6
6
  "browser": "dist/index.esm2017.js",
@@ -49,10 +49,10 @@
49
49
  "@azure/identity": "^4.4.1",
50
50
  "@azure/msal-browser": "^3.24.0",
51
51
  "@azure/msal-node": "^2.14.0",
52
- "@microsoft/agents-activity": "0.2.14",
53
- "@microsoft/agents-hosting": "0.2.14",
54
- "@microsoft/agents-hosting-dialogs": "0.2.14",
55
- "@microsoft/agents-hosting-teams": "0.2.14",
52
+ "@microsoft/agents-activity": "^0.6.18",
53
+ "@microsoft/agents-hosting": "^0.6.18",
54
+ "@microsoft/agents-hosting-dialogs": "^0.6.18",
55
+ "@microsoft/agents-hosting-extensions-teams": "^0.6.18",
56
56
  "adaptive-expressions": "^4.23.1",
57
57
  "adaptivecards-templating": "^2.3.1",
58
58
  "axios": "^1.8.3",
@@ -60,7 +60,7 @@
60
60
  "uuid": "^10.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "@microsoft/agents-activity": "0.2.14",
63
+ "@microsoft/agents-activity": "^0.6.1",
64
64
  "@microsoft/teams-js": "^2.31.1"
65
65
  },
66
66
  "devDependencies": {
@@ -140,7 +140,7 @@
140
140
  "webpack": "^5.62.1",
141
141
  "yargs": "^17.2.1"
142
142
  },
143
- "gitHead": "1d70b4389ae0781cc00154a74318685ef7ed167a",
143
+ "gitHead": "387ad5b90eb65131eb06595efc2c782501c4bee5",
144
144
  "publishConfig": {
145
145
  "access": "public"
146
146
  },