@microsoft/teamsfx 2.0.1-alpha.e8170e1dc.0 → 2.0.1-alpha.f43656338.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.
- package/dist/index.esm2017.js +2 -0
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm2017.mjs +13 -2
- package/dist/index.esm2017.mjs.map +1 -1
- package/dist/index.esm5.js +2 -0
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +13 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/package.json +3 -3
- package/types/teamsfx.d.ts +2 -0
package/dist/index.esm5.js
CHANGED
|
@@ -1851,6 +1851,7 @@ class NotificationBot {
|
|
|
1851
1851
|
}
|
|
1852
1852
|
/**
|
|
1853
1853
|
* Returns the first {@link Channel} where predicate is true, and undefined otherwise.
|
|
1854
|
+
* (Ensure the bot app is installed into the `General` channel, otherwise undefined will be returned.)
|
|
1854
1855
|
*
|
|
1855
1856
|
* @remarks
|
|
1856
1857
|
* Only work on server side.
|
|
@@ -1883,6 +1884,7 @@ class NotificationBot {
|
|
|
1883
1884
|
}
|
|
1884
1885
|
/**
|
|
1885
1886
|
* Returns all {@link Channel} where predicate is true, and empty array otherwise.
|
|
1887
|
+
* (Ensure the bot app is installed into the `General` channel, otherwise empty array will be returned.)
|
|
1886
1888
|
*
|
|
1887
1889
|
* @remarks
|
|
1888
1890
|
* Only work on server side.
|