Compare commits

..

No commits in common. "e563279faff32b0ca359cd373d4d55c85cc08793" and "ba5a5c627b581709c977cc2b773a269abfcc12fe" have entirely different histories.

4 changed files with 4664 additions and 8513 deletions

File diff suppressed because it is too large Load Diff

7931
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"name": "3cx-tapi", "name": "3cx-tapi",
"description": "3CX CP Tapi and Projectmanager integration", "description": "3CX CP Tapi and Projectmanager integration",
"version": "9.0.3", "version": "9.0.2",
"author": { "author": {
"name": "Daniel Triendl", "name": "Daniel Triendl",
"email": "d.triendl@cp-solutions.at" "email": "d.triendl@cp-solutions.at"
@ -24,33 +24,34 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"axios": "0.27.2", "axios": "0.21.1",
"axios-userscript-adapter": "0.1.12", "axios-userscript-adapter": "0.1.4",
"chrono-node": "^2.4.1" "chrono-node": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.19.3", "@babel/core": "7.14.6",
"@babel/preset-env": "7.19.3", "@babel/preset-env": "7.14.5",
"@typescript-eslint/eslint-plugin": "5.38.1", "@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "5.38.1", "@typescript-eslint/parser": "4.27.0",
"babel-loader": "8.2.5", "babel-loader": "8.2.2",
"browserslist": "4.21.4", "browserslist": "4.16.6",
"css-loader": "6.7.1", "css-loader": "5.2.6",
"eslint": "8.24.0", "eslint": "7.29.0",
"eslint-config-standard": "17.0.0", "eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.23.4",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.1", "eslint-plugin-promise": "5.1.0",
"less": "4.1.3", "eslint-plugin-standard": "4.1.0",
"less-loader": "11.0.0", "less": "4.1.1",
"style-loader": "3.3.1", "less-loader": "10.0.0",
"ts-loader": "9.4.1", "style-loader": "2.0.0",
"typescript": "4.8.4", "ts-loader": "9.2.3",
"userscript-metadata-webpack-plugin": "0.1.5", "typescript": "4.3.4",
"webpack": "5.74.0", "userscript-metadata-webpack-plugin": "0.1.0",
"webpack-bundle-analyzer": "4.6.1", "webpack": "5.39.1",
"webpack-cli": "4.10.0", "webpack-bundle-analyzer": "4.4.2",
"webpack-livereload-plugin": "3.0.2", "webpack-cli": "4.7.2",
"webpack-livereload-plugin": "3.0.1",
"webpack-merge": "5.8.0" "webpack-merge": "5.8.0"
} }
} }

View File

@ -9,7 +9,7 @@ console.log('script start')
const search = new Search() const search = new Search()
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
waitForKeyElements('ongoing-call-button', (element) => { search.createSearchWindow(element) }, false) waitForKeyElements('ongoing-call-button', (element) => { search.createSearchWindow(element) }, true)
const callNotification = new CallNotification() const callNotification = new CallNotification()
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef