@microsoft/teams.api 2.0.0-preview.5 → 2.0.0-preview.7

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.
@@ -1,9 +1,9 @@
1
- type CardActionType = 'openUrl' | 'imBack' | 'postBack' | 'playAudio' | 'playVideo' | 'showImage' | 'downloadFile' | 'signin' | 'call';
1
+ type CardActionType = 'openUrl' | 'imBack' | 'postBack' | 'playAudio' | 'playVideo' | 'showImage' | 'downloadFile' | 'signin' | 'call' | 'invoke';
2
2
  type CardAction = {
3
3
  /**
4
4
  * The type of action implemented by this button. Possible values include: 'openUrl', 'imBack',
5
5
  * 'postBack', 'playAudio', 'playVideo', 'showImage', 'downloadFile', 'signin', 'call',
6
- * messageBack', 'openApp'
6
+ * messageBack', 'openApp', 'invoke'
7
7
  */
8
8
  type: CardActionType;
9
9
  /**
@@ -1,9 +1,9 @@
1
- type CardActionType = 'openUrl' | 'imBack' | 'postBack' | 'playAudio' | 'playVideo' | 'showImage' | 'downloadFile' | 'signin' | 'call';
1
+ type CardActionType = 'openUrl' | 'imBack' | 'postBack' | 'playAudio' | 'playVideo' | 'showImage' | 'downloadFile' | 'signin' | 'call' | 'invoke';
2
2
  type CardAction = {
3
3
  /**
4
4
  * The type of action implemented by this button. Possible values include: 'openUrl', 'imBack',
5
5
  * 'postBack', 'playAudio', 'playVideo', 'showImage', 'downloadFile', 'signin', 'call',
6
- * messageBack', 'openApp'
6
+ * messageBack', 'openApp', 'invoke'
7
7
  */
8
8
  type: CardActionType;
9
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teams.api",
3
- "version": "2.0.0-preview.5",
3
+ "version": "2.0.0-preview.7",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -39,11 +39,11 @@
39
39
  "qs": "^6.13.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@microsoft/teams.cards": "2.0.0-preview.5",
43
- "@microsoft/teams.common": "2.0.0-preview.5"
42
+ "@microsoft/teams.cards": "2.0.0-preview.7",
43
+ "@microsoft/teams.common": "2.0.0-preview.7"
44
44
  },
45
45
  "devDependencies": {
46
- "@microsoft/teams.config": "2.0.0-preview.5",
46
+ "@microsoft/teams.config": "2.0.0-preview.7",
47
47
  "@types/jest": "^29.5.12",
48
48
  "@types/jsonwebtoken": "^9.0.7",
49
49
  "@types/qs": "^6.9.15",