TP-89230 | on availability change (#16)

* TP-89230 | on availability change

* TP-89230 | on availability change

* TP-89230 | on availability change

* Publish

 - @universal-call-sdk/adapter-ameyo@1.0.75
 - @universal-call-sdk/common@1.0.28
 - @universal-call-sdk/core@1.0.33

---------

Co-authored-by: varnit goyal <github.cicd@navi.com>
This commit is contained in:
Varnit Goyal
2024-12-04 16:20:18 +05:30
committed by GitHub
parent 480f7c4f61
commit 860d0366f2
7 changed files with 29 additions and 4 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.75 (2024-12-04)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo
## 1.0.68 (2024-11-28)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo

View File

@@ -138,6 +138,7 @@ class AmeyoAdapter implements IAdapter {
setAutoStatus(this.sessionId);
this.isAgentAvailable = true;
window.postMessage({type: 'onAmeyoAvailabiltyChange', data: true});
this.callbacks.onAgentAvailabilityChange(true)
}
if (payload?.data?.requestKey === RequestKeys.OMNIQUEUE_SERVICE) {

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/adapter-ameyo",
"version": "1.0.68",
"version": "1.0.75",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@universal-call-sdk/common": "^1.0.23"
"@universal-call-sdk/common": "^1.0.28"
},
"devDependencies": {
"@eslint/js": "^9.11.1",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.28 (2024-12-04)
**Note:** Version bump only for package @universal-call-sdk/common
## 1.0.23 (2024-11-28)
**Note:** Version bump only for package @universal-call-sdk/common

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/common",
"version": "1.0.23",
"version": "1.0.28",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.33 (2024-12-04)
**Note:** Version bump only for package @universal-call-sdk/core
## 1.0.28 (2024-11-28)
**Note:** Version bump only for package @universal-call-sdk/core

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/core",
"version": "1.0.28",
"version": "1.0.33",
"type": "module",
"scripts": {
"dev": "vite",