Built motion from commit f861bcb808219e66da88ba48b61bddb35224a65e. Version 3.0.0...
[motion-next.git] / server / api / intZendeskAccount / index.js
1 'use strict';const a398_0x5a8d=['Router','index','/:id/fields','/:id','211363AEQVIO','1086MykEIh','1093728zafTNx','61779SuPZks','post','get','show','destroy','put','1BRETTx','delete','1xvZbJp','149YUToAw','315737NBsNnj','isAuthenticated','exports','150414WAqgaB','./intZendeskAccount.controller','302927IepfPO','express','addConfiguration','/:id/configurations','getConfigurations'];const a398_0x2ddd=function(_0x12ad0a,_0x4624d5){_0x12ad0a=_0x12ad0a-0xec;let _0x5a8de5=a398_0x5a8d[_0x12ad0a];return _0x5a8de5;};const a398_0x4d1c63=a398_0x2ddd;(function(_0x2d1443,_0x54319f){const _0x3b9ffc=a398_0x2ddd;while(!![]){try{const _0x238224=parseInt(_0x3b9ffc(0xfa))+parseInt(_0x3b9ffc(0x106))*-parseInt(_0x3b9ffc(0xf6))+parseInt(_0x3b9ffc(0xf5))*-parseInt(_0x3b9ffc(0x105))+-parseInt(_0x3b9ffc(0xed))+-parseInt(_0x3b9ffc(0xf3))*parseInt(_0x3b9ffc(0xf7))+-parseInt(_0x3b9ffc(0xfc))+parseInt(_0x3b9ffc(0xec));if(_0x238224===_0x54319f)break;else _0x2d1443['push'](_0x2d1443['shift']());}catch(_0x7b3d1e){_0x2d1443['push'](_0x2d1443['shift']());}}}(a398_0x5a8d,0x2e83a));const express=require(a398_0x4d1c63(0xfd)),router=express[a398_0x4d1c63(0x101)](),auth=require('@components/auth/service'),controller=require(a398_0x4d1c63(0xfb));router[a398_0x4d1c63(0xef)]('/',auth[a398_0x4d1c63(0xf8)](),controller[a398_0x4d1c63(0x102)]),router[a398_0x4d1c63(0xef)](a398_0x4d1c63(0x104),auth['isAuthenticated'](),controller[a398_0x4d1c63(0xf0)]),router['get'](a398_0x4d1c63(0xff),auth['isAuthenticated'](),controller[a398_0x4d1c63(0x100)]),router[a398_0x4d1c63(0xef)](a398_0x4d1c63(0x103),auth[a398_0x4d1c63(0xf8)](),controller['getFields']),router['post']('/',auth[a398_0x4d1c63(0xf8)](),controller['create']),router[a398_0x4d1c63(0xee)]('/:id/configurations',auth[a398_0x4d1c63(0xf8)](),controller[a398_0x4d1c63(0xfe)]),router[a398_0x4d1c63(0xf2)]('/:id',auth['isAuthenticated'](),controller['update']),router[a398_0x4d1c63(0xf4)](a398_0x4d1c63(0x104),auth['isAuthenticated'](),controller[a398_0x4d1c63(0xf1)]),module[a398_0x4d1c63(0xf9)]=router;