deskbookers
Advanced tools
Comparing version 3.3.5 to 3.3.6
@@ -43,2 +43,4 @@ (function (global, factory) { | ||
var API_FEATURE_PATH = ''; | ||
var API_NOTIFICATIONS_HOST = 'api-notifications.deskbookers.com'; | ||
var API_NOTIFICATIONS_PATH = ''; | ||
@@ -67,4 +69,4 @@ var Deskbookers = function Deskbookers(_ref) { | ||
notifications: { | ||
host: API_FEATURE_HOST, | ||
path: API_FEATURE_PATH | ||
host: API_NOTIFICATIONS_HOST, | ||
path: API_NOTIFICATIONS_PATH | ||
} | ||
@@ -71,0 +73,0 @@ } : _ref$sources; |
@@ -53,3 +53,3 @@ # Notifications | ||
## `count({userId, start, limit, type, unread, noCache})` | ||
## `count({userId, type, unread, noCache})` | ||
Count all avaiable notifications for a given `userId`, `type` or if `unread` | ||
@@ -56,0 +56,0 @@ |
{ | ||
"name": "deskbookers", | ||
"version": "3.3.5", | ||
"version": "3.3.6", | ||
"description": "Deskbookers API JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
299010
4209