Comparing version 0.1.38 to 0.1.39
@@ -390,2 +390,10 @@ ;(function() { | ||
}, | ||
getOrganizationChatSettings: function(data, callback) { | ||
this.parent._doSimpleEmit( | ||
this.parent._emitSessionEvent, | ||
{type: 'get organization chat settings'}, | ||
data, | ||
callback | ||
); | ||
}, | ||
updateUser: function(data, callback) { | ||
@@ -392,0 +400,0 @@ this.parent._doHyperJSONEmit( |
{ | ||
"name": "help-fem", | ||
"version": "0.1.38", | ||
"version": "0.1.39", | ||
"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
34692
961