tracyboehrer
7da01d57e3
Removed Copyright from generated code ( #4612 )
...
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-01 15:25:28 -06:00
Jhonatan Sandoval Velasco
600578051d
use npm to run postinstall scripts ( #4611 )
2024-01-29 13:02:33 -06:00
Jhonatan Sandoval Velasco
05ca65f627
bump: Update swagger-client to stop using lodash-compat ( #4604 )
...
* update swagger-client to stop using lodash-compat
* fix async methods
2024-01-24 08:43:34 -06:00
Cecilia Avila
23c16dcbcf
fix: [ #4582 ] UserAssignedIdentity(WorkloadIdentity) auth fails with 'scope https://api.botframework.com is not valid' ( #4607 )
...
* Add scope post-fix in managedIdentityAuthenticator.
* Fix unit test
2024-01-24 08:43:12 -06:00
Jhonatan Sandoval Velasco
a0e84e94d7
fix: Remove old @microsoft/recognizers-text-number version with postinstall scripts ( #4608 )
...
* add recognizers-text-number resolution
* add scripts to remove old version of recognizers-text-number
* remove rimraf package
2024-01-24 08:42:46 -06:00
Alex Terentiev
6b2656b7dd
feat: Add isVisible property to AceData ( #4606 )
...
* Add isVisible property to AceData
* extra comment
* updated md
---------
Co-authored-by: aterentiev <aterentiev@microsoft.com_odspmdb>
2024-01-19 11:24:06 -06:00
Cecilia Avila
7675c41554
fix: [ #4544 ] JwtTokenExtractor.getIdentity:err! FetchError: request to https://login.botframework.com/v1/.well-known/openidconfiguration ( #4583 )
...
* Provide proxy setting to openIdMetadata
* Replace @azure/ms-rest-js with @azure/core-http
* Add missing agent settings in getKeys call
2024-01-18 15:31:13 -06:00
Vincenzo Chianese
95f6f80950
fix: add content type header ( #4587 )
2024-01-18 12:06:37 -06:00
Jhonatan Sandoval Velasco
20c0c2fcd3
update follow-redirects to avoid vulnerability ( #4602 )
2024-01-16 08:50:40 -06:00
Jhonatan Sandoval Velasco
f0e4793b69
update mocha package to avoid vulnerability with nanoid ( #4603 )
2024-01-16 08:50:09 -06:00
Jhonatan Sandoval Velasco
8a3076884b
fix: Add chromedriver binary in its updated version ( #4596 )
...
* add chromedriver binary
* remove chromedriver jobs in pipeline
* include binary information
2024-01-09 09:06:59 -06:00
Joel Mut
3418fa9bdf
Fix bot's state skipped properties in cache hash ( #4594 )
2024-01-08 08:09:07 -06:00
Jhonatan Sandoval Velasco
709a823d2f
include http method in fetch request ( #4593 )
2023-12-22 10:31:37 -06:00
Jhonatan Sandoval Velasco
6efb46d4aa
update axios and replace it in bf-connector ( #4591 )
2023-12-21 14:19:27 -06:00
fangyangci
c1a71aea5c
feat: Add ASE channel validation. ( #4589 )
...
* aseChannelValidation
* fix usgov single tenant
* fix js lint
* fix js lint
2023-12-21 08:56:10 -06:00
fangyangci
084ade9ba8
fix: USGovSingleTenant OAuthEndpoint ( #4588 )
...
* fix usgov single tenant
* fix js lint
2023-12-21 08:55:47 -06:00
Cecilia Avila
685bdd2c0a
Add postinstall script to remove babel old version ( #4590 )
2023-12-19 09:03:07 -06:00
Jhonatan Sandoval Velasco
f3db3e98bb
fix: [ #4470 ] Migrate off @azure/ms-rest-js botbuilder-ai ( #4577 )
...
* update yarn lock without ms-rest-js
* remove ms-rest-js in botbuilder-ai
* update lint formats
* add @azure/core-util to resolutions
* change models class name
* remove core-util of resolutions
2023-12-07 12:30:22 -06:00
Jhonatan Sandoval Velasco
20ac13abba
fix: [ #4470 ] Migrate off @azure/ms-rest-js ( #4578 )
...
* update yarn lock without ms-rest-js
* remove ms-rest-js in botbuilder
* remove ms-rest-js in botframework-connector
* update botbuilder package.json
* update package json
* update with lint format
* update packages
* update botbuilder api signature
* update yarn.lock
2023-12-07 12:08:52 -06:00
Jhonatan Sandoval Velasco
90745251a2
fix: [ #4470 ] Migrate off @azure/ms-rest-js tools ( #4576 )
...
* update yarn lock without ms-rest-js
* remove ms-rest-js in tools
* set @azure/core-util version
* remove core-util of resolutions
2023-12-07 12:08:17 -06:00
Jhonatan Sandoval Velasco
c0840b064a
feat: Extraction of thumbprint value through the certificate ( #4580 )
...
* extract thumbprint from cert value
* fix documentation
* keep previous constructor with new structure
* include validation to avoid undefined.trim()
2023-12-07 11:24:00 -06:00
Cecilia Avila
363e0c9aac
fix: [ #4568 ] scoreThreshold no longer works in 4.17.0 and later ( #4575 )
...
* Restore score threshold filter in QnAMaker results
* Add missing dot in comment.
2023-11-30 10:34:51 -06:00
Justin Nel
59b52cdd3d
chore: corrected typo in README.md ( #4571 )
...
Corrected typo, `steo` should be `step` within README documentation.
2023-11-30 09:22:42 -06:00
Benedict John P. Torres
435bcf6468
feat: httpRequest to add HEAD method ( #4574 )
...
* httpRequest to add HEAD method
* 4574 - feat HEAD request resolving feedback and running test actions
2023-11-30 09:21:27 -06:00
Corina
60824fe07f
fix : #4566 Refactor Teams config fetch & submit typings ( #4570 )
...
* Cleanup types for Teams config fetch & submit
* Compat update
* botbuilder test:compat
---------
Co-authored-by: Corina Gum <>
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2023-11-14 14:37:00 -06:00
Corina
e0e656b674
fix : #4566 Teams config fetch typings ( #4567 )
...
* Fix Teams config fetch typings
* Update Bot Framework schema
* Compat
---------
Co-authored-by: Corina Gum <>
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2023-11-13 20:13:43 -06:00
Joel Mut
45d7dda915
fix: [ #4545 ] Please upgrade zod package - botbuilder-core ( #4562 )
...
* updates zod version in botbuilder-core
* update support of compat tests
* update botbuilder-core api signature
* update bf-schema api signature
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-11-09 06:28:40 -06:00
Joel Mut
ecb77e1c67
fix: [ #4545 ] Please upgrade zod package - botbuilder ( #4561 )
...
* update zod in botbuilder
* change ts support in test consumer
* fix ts config
* simplify use of safeParse
* fix lint
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-11-09 06:27:50 -06:00
Joel Mut
6abfddf44b
fix: [ #4545 ] Please upgrade zod package - botbuilder-dialogs ( #4563 )
...
* remove zod in botbuilder-dialogs
* update support for TS
* update botbuilder api signature
* update bf-schema api signature
* set zod versions
* remove skip
* fix lint
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-11-08 19:57:45 -06:00
Joel Mut
36fc0d0996
Skip failing token expired test ( #4560 )
2023-11-08 08:18:19 -06:00
Alex Terentiev
7277636d7c
fix: [SharePointActivityHandler] Rename type to responseType in handleActionResponse ( #4558 )
...
* type -> responseType
* md file
---------
Co-authored-by: Alex Terentiev <aterentiev@microsoft.com>
2023-11-02 09:05:27 -05:00
Alex Terentiev
d18c19ca39
feat: Support for SharePoint (Viva) Adaptive Card Extension ( #4551 )
...
* SP API
* comments
* return comments
* update api file
* fix all lint errors
* more lint errors
* address comments
* formatting
* incorrect comment
* more lint fixes
* updated comments
* export SP activity handler
* update public API md
---------
Co-authored-by: Alex Terentiev <aterentiev@microsoft.com>
2023-11-01 08:38:16 -05:00
Joel Mut
0032ed713c
Update babel ( #4556 )
2023-10-31 14:56:49 -05:00
dependabot[bot]
663bc95305
chore(deps): bump browserify-sign ( #4554 )
...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign ) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2 )
---
updated-dependencies:
- dependency-name: browserify-sign
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-27 16:39:13 -05:00
dependabot[bot]
fdbd62b22f
chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 ( #4553 )
...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign ) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2 )
---
updated-dependencies:
- dependency-name: browserify-sign
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-27 16:17:18 -05:00
Joel Mut
593cd3b86d
ADAL to MSAL ( #4548 )
2023-10-23 08:48:20 -05:00
Kenji Fujita
c288fc7349
fix: use connectorClientOptions to create ConnectorFactory ( #4420 ) ( #4421 )
2023-10-19 16:21:16 -05:00
erquirogasw
5e5d8198f6
Added processActivityDirect method in CloudAdapter ( #4380 )
...
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2023-10-17 11:19:55 -05:00
dependabot[bot]
6583ddc643
chore(deps): bump @babel/traverse ( #4547 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.12.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 09:05:56 -05:00
dependabot[bot]
5061af4871
chore(deps): bump @babel/traverse from 7.12.1 to 7.23.2 ( #4546 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.12.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 09:05:34 -05:00
dependabot[bot]
dec8115499
chore(deps): bump postcss from 8.3.5 to 8.4.31 ( #4541 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.5 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.3.5...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10 09:03:36 -05:00
Cecilia Avila
fff65b426d
fix: [ #2782 ] Migrate to MSAL from adal-node - Add MSAL support ( #4543 )
...
* Add MSAL support
* Remove support old TS versions 3.5, 3.6, 3.7
2023-10-10 09:02:03 -05:00
wenyt
123cc88312
fix: fix the exchange token interface prarameter ( #4536 )
2023-10-04 08:13:56 -05:00
Cecilia Avila
901b06acb6
port: [ #4527 ][ #6655 ] Implementation of Teams batch APIs ( #4535 )
...
* add teams batch operations
* update teamsInfo logic
* add unit tests for batch operations
* fix retry logic
* apply code feedback
* Fix lint issue
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-10-03 10:29:46 -05:00
dependabot[bot]
843c847458
chore(deps): bump get-func-name from 2.0.0 to 2.0.2 ( #4540 )
...
Bumps [get-func-name](https://github.com/chaijs/get-func-name ) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/chaijs/get-func-name/releases )
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2 )
---
updated-dependencies:
- dependency-name: get-func-name
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 09:00:00 -05:00
Cecilia Avila
10b9fe0949
port: [ #4530 ] Add support for meeting participants added/removed events ( #4538 )
...
* add meeting participants events
* add unit tests
* fix api signatures
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-10-03 08:57:23 -05:00
Cecilia Avila
cbb187dec6
fix: [ #4525 ] Replace read-text-file package to avoid using LGPL ( #4534 )
...
* remove read-text-file package
* include rule disabling
* make async function
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-09-08 12:04:34 -05:00
Cecilia Avila
3685e5ee5d
fix: [ #4520 ] Upgrade restify to fix error on Node version 18+ ( #4528 )
...
* Upgrade restify in JS and TS generators
* Upgrade botbuilder version in generators
* Fix lint issue in core bot TS
2023-09-06 12:35:52 -05:00
Cecilia Avila
afd6b39e72
port: [ #4529 ] Update JwtTokenExtractor ( #4531 )
...
* modify the test to avoid throwing error
* apply sinon changes
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-09-06 08:57:48 -05:00
Cecilia Avila
81e2d98d4b
fix: [ #4509 ] botbuilder-ai@4.20.0 is still installing @azure/ms-rest-js@1.11.2 for @azure/cognitiveservices-luis-runtime ( #4519 )
...
* Upgrade @azure/cognitiveservices-luis-runtime to v.4.0.0
* Remove unnecessary resolution from package.json
* Add missing docs
* Fix conflicts in yarn.lock
* Fix error message in test.
2023-08-22 09:04:33 -05:00