Built motion from commit da617fac.|2.6.6
[motion2.git] / server / services / routing / rpc / smsMessage.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 _0x987a=['CreateSmsMessage'];(function(_0x796a2c,_0x4863e1){var _0x3cdc29=function(_0x5b8f86){while(--_0x5b8f86){_0x796a2c['push'](_0x796a2c['shift']());}};_0x3cdc29(++_0x4863e1);}(_0x987a,0x1e6));var _0xa987=function(_0x18ab2a,_0x4debcd){_0x18ab2a=_0x18ab2a-0x0;var _0x16dcee=_0x987a[_0x18ab2a];return _0x16dcee;};'use strict';var client=require('../client');exports['create']=function(_0x1e07e7){return client['Request'](_0xa987('0x0'),{'body':_0x1e07e7,'log':'createSmsMessage'});};