bba0f94cb2e7e603d90a25b22a19f28fe168f1fb
[motion2.git] / server / services / routing / rpc / faxInteraction.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x8fe7=['Request','UpdateFaxInteraction','AddTagsToFaxInteraction'];(function(_0x233769,_0x12f393){var _0x27f7b0=function(_0x210c4d){while(--_0x210c4d){_0x233769['push'](_0x233769['shift']());}};_0x27f7b0(++_0x12f393);}(_0x8fe7,0x183));var _0x78fe=function(_0x4f870b,_0x415a9a){_0x4f870b=_0x4f870b-0x0;var _0x4be128=_0x8fe7[_0x4f870b];return _0x4be128;};'use strict';var client=require('../client');exports['update']=function(_0x3d7506,_0x41cb2d){return client[_0x78fe('0x0')](_0x78fe('0x1'),{'body':_0x41cb2d,'options':{'where':{'id':_0x3d7506}},'log':'updateFaxInteraction'});};exports['addTags']=function(_0xe3d0f8,_0x36dddc){return client[_0x78fe('0x0')](_0x78fe('0x2'),{'body':_0x36dddc,'options':{'where':{'id':_0xe3d0f8}},'log':'addTagsToFaxInteraction'});};