d7dca8f778cc9747bb70d3ba63d1cf7072437c1d
[motion2.git] / server / services / ami / rpc / attachment.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 _0x7d7a=['CreateAttachment'];(function(_0x4308ad,_0x139138){var _0x2a525b=function(_0x3b483d){while(--_0x3b483d){_0x4308ad['push'](_0x4308ad['shift']());}};_0x2a525b(++_0x139138);}(_0x7d7a,0x10c));var _0xa7d7=function(_0x1e9d9f,_0x26ab85){_0x1e9d9f=_0x1e9d9f-0x0;var _0x2b7022=_0x7d7a[_0x1e9d9f];return _0x2b7022;};'use strict';var client=require('../client');exports['create']=function(_0xf8aad6){return client['Request']('CreateAttachment',{'body':_0xf8aad6,'log':_0xa7d7('0x0')});};