Comparing version 0.1.27 to 0.1.28
@@ -474,2 +474,34 @@ ;(function() { | ||
); | ||
}, | ||
chatStartRep: function(data, callback) { | ||
this.parent._doSimpleEmit( | ||
this.parent._emitSessionEvent, | ||
{type: 'chat start rep'}, | ||
data, | ||
callback | ||
); | ||
}, | ||
chatInvitationSend: function(data, callback) { | ||
this.parent._doSimpleEmit( | ||
this.parent._emitSessionEvent, | ||
{type: 'chat invitation send'}, | ||
data, | ||
callback | ||
); | ||
}, | ||
chatInvitationAccept: function(data, callback) { | ||
this.parent._doSimpleEmit( | ||
this.parent._emitSessionEvent, | ||
{type: 'chat invitation accept'}, | ||
data, | ||
callback | ||
); | ||
}, | ||
chatInvitationReject: function(data, callback) { | ||
this.parent._doSimpleEmit( | ||
this.parent._emitSessionEvent, | ||
{type: 'chat invitation reject'}, | ||
data, | ||
callback | ||
); | ||
} | ||
@@ -476,0 +508,0 @@ }, |
{ | ||
"name": "help-fem", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"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
27387
717