-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore!: remove deprecated livechat:saveTrigger and livechat:removeTrigger method #33429
chore!: remove deprecated livechat:saveTrigger and livechat:removeTrigger method #33429
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 3abfe1a The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-7.0.0 #33429 +/- ##
================================================
Coverage ? 75.69%
================================================
Files ? 430
Lines ? 19893
Branches ? 5078
================================================
Hits ? 15059
Misses ? 4264
Partials ? 570
Flags with carried forward coverage won't be shown. Click here to find out more. |
8221064
to
bc168bf
Compare
bc168bf
to
1d4ef14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its maybe more work but we removed the other methods 1 by 1 and this PR removes 2 at once... should we split?
Hey @KevLehman , Since there are lots of deprecations to be removed, I grouped the somewhat related methods into one pr. This will also reduce the time for review and merge. wdys ? |
d1aa5f9
to
374979f
Compare
1d4ef14
to
356c6a5
Compare
356c6a5
to
3d5364e
Compare
The merge-base changed after approval.
…veTrigger Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
3d5364e
to
3abfe1a
Compare
Proposed changes (including videos or screenshots)
Removed deprecated methods
livechat:saveTrigger
andlivechat:removeTrigger
. Moving forward use the endpointslivechat/triggers (POST)
andlivechat/triggers/:_id (DELETE)
respectively.Issue(s)
Steps to test or reproduce
Further comments
CORE-382
CORE-387