Comparing version 0.1.22 to 0.1.23
@@ -327,2 +327,11 @@ ;(function() { | ||
}, | ||
getDepartments: function (data, callback) { | ||
this.parent._doHyperJSONEmit( | ||
this.parent._emitSessionEvent, | ||
{ type: 'organizationManager' }, | ||
{ uri: '/departments', method: 'GET' }, | ||
data, | ||
callback | ||
); | ||
}, | ||
getAnalyticsSession: function(data, callback) { | ||
@@ -329,0 +338,0 @@ this.parent._doSimpleEmit( |
{ | ||
"name": "help-fem", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "A Browserify/Node.js client module for the Help.com team's FEM.", | ||
@@ -5,0 +5,0 @@ "main": "help-fem.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
22426
581