Comparing version 0.1.31 to 0.1.32
@@ -552,2 +552,11 @@ ;(function() { | ||
}, | ||
getTagReport: function(data, callback) { | ||
this.parent._doHyperJSONEmit( | ||
this.parent._emitSessionEvent, | ||
{ type: 'tagManager' }, | ||
{ uri: '/report', method: 'GET' }, | ||
data, | ||
callback | ||
); | ||
}, | ||
getOrganizationChatTags: function(data, callback) { | ||
@@ -554,0 +563,0 @@ this.parent._doHyperJSONEmit( |
{ | ||
"name": "help-fem", | ||
"version": "0.1.31", | ||
"version": "0.1.32", | ||
"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
31621
860